On Thu, Feb 05, 2004 at 02:46:36PM -0800, Andrew P. Lentvorski, Jr. wrote: > I can create a glconfig by using the statement: > > glconfig = gtk.gdkgl.Config(attrib_list = (gtk.gdkgl.RGBA, > gtk.gdkgl.DOUBLEBUFFER, > )) <...> > [EMAIL PROTECTED]:andrewl$ glxinfo > <lots of gunk deleted> > visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav > id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat > ---------------------------------------------------------------------- > 0x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None > 0x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None this is doublebuffered -/^ /^ but these two have no alpha channel --/
So it seeing what you requested, it should be a different visual, not listed here. Unless there is none matching exactly your request. Regards, Filip -- War does not prove who is right, it proves who is left. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
