A page in your DokuWiki was added or changed. Here are the details: Date : 2015/03/07 02:45 Browser : Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36 IP-Address : 71.175.97.130 Hostname : pool-71-175-97-130.phlapa.fios.verizon.net Old Revision: --- New Revision: http://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround Edit Summary: created User : mikedep333 Workaround for getting GLX 1.4 working. Applications will use libGL.so, which in turn uses the xlib interface to talk to the X server (nxagent) rather than the GLX interface.
From the applications' perspective, they have GLX 1.4.
Ubuntu 14.04 (with trusty-updates mesa 10.1.3-0ubuntu0.3): <code> sudo aptitude build-dep mesa sudo aptitude install scons llvm-dev apt-get source mesa cd mesa scons libgl-xlib export LD_LIBRARY_PATH=`pwd`/build/linux-x86_64-debug/gallium/targets/libgl-xlib/:${LD_LIBRARY_PATH} glxinfo | grep 'GLX version:' </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/