[cw-discuss] extension "GLX" missing on display error
Jeremy White
jwhite at codeweavers.com
Thu Nov 8 09:13:27 CST 2007
> Xlib: extension "GLX" missing on display ":21.0".
> err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect
> problems
This is your most likely culprit; based on your log, it looks
like you're over an ssh -X connection, or using some other X display.
You should try it on a local console; one where a
glxinfo | grep -i dri
comes up with 'Yes'.
(And I realize that you may want it to work in the remote environment,
and it may even be reasonable to do that, but this would be a good
first step to seeing if it will run at all..)
Cheers,
Jeremy
More information about the discuss
mailing list