http://bugs.winehq.org/show_bug.cgi?id=13335
Roderick Colenbrander thunderbird2k@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k@gmx.net
--- Comment #49 from Roderick Colenbrander thunderbird2k@gmx.net 2008-06-08 02:07:52 --- Somewhere around line 300 in dlls/winex11.drv/opengl.c you'll see (inside InitOpenGLInfo): visual = DefaultVisual(gdi_display, screen); template.visualid = XVisualIDFromVisual(visual); vis = XGetVisualInfo(gdi_display, VisualIDMask, &template, &num);
Behind 'vis = ...' add: ERR("visualid: %x\n", vis->visualid);
Then post the log +wgl output in the slow and fast case. I'll try to match it to the glxinfo / xdpyinfo logs you provided.