http://bugs.freedesktop.org/show_bug.cgi?id=10795





------- Comment #7 from [EMAIL PROTECTED]  2007-05-02 15:06 PST -------
Actually, I found that glXCreateContext was failing with BadAlloc for the last
(or 2nd to last visual) reported by glxinfo.

Long story, but commit 1aa855438520839c0ab7005de129a84e829e0027 to xserver's
glxcmds.c fixes that, to a certain extent.

If you look at the output of glxinfo, the last visual might look like this:

0x6e 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 Ncon

Note depth==32 and "Ncon".  Glean will fail with this visual.  To skip it, run
glean with this option:   --visuals "id!=110"   (110=0x63).


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to