A page in your DokuWiki was added or changed. Here are the details: Date : 2020/08/20 21:39 Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 IP-Address : 87.172.238.24 Hostname : p57acee18.dip0.t-ipconnect.de Old Revision: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround?rev=1597... New Revision: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround Edit Summary: [Wrappers] User : uli42 @@ -42,9 +42,25 @@ $ x2goglx glxinfo $ x2goglx2 glxinfo </code> - Watch the output of the two glxinfo calls. You should see references to your mesa version and you should also see it reporting "GLX version: 1.4". + Watch the output of the two glxinfo calls. You should see references to your mesa version and you should also see it reporting "GLX version: 1.4", e.g. (shortened): + <code> + ... + server glx vendor string: Brian Paul + server glx version string: 1.4 Mesa 18.0.5 + ... + client glx vendor string: Brian Paul + client glx version string: 1.4 Mesa 18.0.5 + ... + GLX version: 1.4 + ... + OpenGL vendor string: VMware, Inc. + OpenGL renderer string: llvmpipe (LLVM 3.8, 128 bits) + OpenGL core profile version string: 3.3 (Core Profile) Mesa 18.0.5 + ... + </code> + Instead of creating the scripts mentioned above you can also add this to your .bashrc (or the config of your favourite shell): <code> export LD_LIBRARY_PATH=<your director>:${LD_LIBRARY_PATH} -- This mail was generated by DokuWiki at https://wiki.x2go.org/