Hi!
I want to use wine in an x2go session. Sadly wine crashes with:
trace:wgl:glxdrv_wglMakeCurrent make current for drawable 180000b, ctx 0x7db0e980 trace:wgl:glxdrv_wglMakeCurrent returning True trace:wgl:X11DRV_wglSwapIntervalEXT (1) X Error of failed request: GLXUnsupportedPrivateRequest Major opcode of failed request: 147 (GLX) Minor opcode of failed request: 16 (X_GLXVendorPrivate) Serial number of failed request: 7337 Current serial number in output stream: 7338
As far as I understood x2go uses its own X11 server (nx-libs). This X11 Server doesn't support the OpenGL extension GLX_SGI_swap_control (http://www.opengl.org/wiki/Swap_Interval).
Sadly I am not able to patch the sources myself (at least for now). :-(
regards, Bernd