[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:glx-xlib-workaround

wiki-admin at x2go.org wiki-admin at x2go.org
Thu Jan 23 19:38:46 CET 2020


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2020/01/23 18:38
Browser     : Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
IP-Address  : 87.147.75.43
Hostname    : p57934B2B.dip0.t-ipconnect.de
Old Revision: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround?rev=1579804299
New Revision: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround
Edit Summary: [Debian Buster and Mesa 19.3.2] 
User        : uli42

@@ -30,8 +30,18 @@
  $ ninja
  $ LD_LIBRARY_PATH=`pwd`/src/gallium/targets/libgl-xlib/:${LD_LIBRARY_PATH} glxinfo | grep 'GLX version:'
  </code>
  
+ If you want you can copy the libgl-xlib directory to some location of your likes and write a small wrapper "x2goglx" for starting GLX applications:
+ <code>
+ #!/bin/sh
+ LD_LIBRARY_PATH=/home/uli/work/nx/ArcticaProject/upstream/mesa3d/mesa-19.3.2/build/./src/gallium/targets/libgl-xlib exec "$@"
+ </code>
+ 
+ <code>
+ $ chmod u+rx x2goglx
+ $
x2goglx glxinfo
+ </code>
  ==== Ubuntu 14.04 ====
  
  (with trusty-updates mesa 10.1.3-0ubuntu0.3)
  


-- 
This mail was generated by DokuWiki at
https://wiki.x2go.org/



More information about the x2go-commits mailing list