[Mono-bugs] [Bug 59212][Nor] New - cairo/pixman doesn't support 24bpp (packed) displays

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 27 May 2004 19:20:20 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vladimir@pobox.com.

http://bugzilla.ximian.com/show_bug.cgi?id=59212

--- shadow/59212	2004-05-27 19:20:20.000000000 -0400
+++ shadow/59212.tmp.3763	2004-05-27 19:20:20.000000000 -0400
@@ -0,0 +1,24 @@
+Bug#: 59212
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vladimir@pobox.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: cairo/pixman doesn't support 24bpp (packed) displays
+
+If one runs testgdi on a packed 24bpp (i.e. "Xnest -depth 24") display, the
+app bails with a BadMatch.  I believe that this is because pixman doesn't
+support packed 24bpp visuals; however, a lot of non-xfree86 X's (i.e.
+Sun's) use this.
+
+Opening this bug to track progress of fixing this.