http://bugs.winehq.org/show_bug.cgi?id=13335 Roderick Colenbrander <thunderbird2k(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k(a)gmx.net --- Comment #49 from Roderick Colenbrander <thunderbird2k(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.