[cairo-bugs] [Bug 4505] segmentation fault when running gtk (with cairo) applications at Depth 8

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 19 06:47:57 PST 2005


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=4505          
     




------- Additional Comments From kurt at intricatesoftware.com  2005-12-20 01:43 -------
The problem has been isoloated to using a PseudoColor Visual with a card driver  
that doesn't support the RENDER extension. Depth 8 defaults to a PseudoColor 
Visual. To reproduce on any platform, any driver, just set DefaultDepth 8 and 
add this to turn off RENDER:  
  
Section "Extensions"  
        Option "RENDER" "disable"  
EndSection  
           
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the cairo-bugs mailing list