A page in your DokuWiki was added or changed. Here are the details: Date : 2020/08/20 20:24 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: add helper script with LD_PRELOAD User : uli42 @@ -40,8 +40,15 @@ <code> $ chmod u+rx x2goglx $ x2goglx glxinfo </code> + + Some software modifies LD_LIBRARY_PATH itself. In that case you might be successful with LD_PRELOAD. Instead of setting LD_LIBRARY_PATH point to a directory you set LD_PRELOAD to point to the generated library itself: + <code> + #!/bin/sh + LD_PRELOAD=<your directory>/libgl-xlib/libGL.so exec "$@" + </code> + ==== Ubuntu 14.04 ==== (with trusty-updates mesa 10.1.3-0ubuntu0.3) -- This mail was generated by DokuWiki at https://wiki.x2go.org/