User Tools

Site Tools


wiki:development:glx-xlib-workaround

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
wiki:development:glx-xlib-workaround [2020/01/23 18:31]
uli42 [Debian Buster and Mesa 19.3.2]
wiki:development:glx-xlib-workaround [2020/01/23 18:38]
uli42 [Debian Buster and Mesa 19.3.2]
Line 32: Line 32:
 </code> </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 ==== ==== Ubuntu 14.04 ====
  
wiki/development/glx-xlib-workaround.txt ยท Last modified: 2021/10/25 21:01 by uli42