You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GLX is an API. You may not update it directly, it results from a negotiation between your glx client and server.
Your client is 1.4, but your server is 1.2, therefore your resulting GLX version is 1.2.
I ran into the same issue while developing an application on a WSL2 Ubuntu image (Linux/Ubuntu image on Windows).
My X-Server on Windows was Xming, that is only GLX 1.2 compatible (the free, open-source version of Xming was not updated since 2009, and never supported GLX 1.3 and 1.4). I could fix the problem by replacing Xming with VCXSRV, that is GLX 1.4 compatible.
GLX: GLX version 1.3 is required
glxinfo|grep version
server glx version string: 1.2
client glx version string: 1.4
GLX version: 1.2
OpenGL version string: 1.1.0
I tried to find the reason, but it failed in the end.Do you understand why this is?Thanks!!!!!!!
The text was updated successfully, but these errors were encountered: