[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:27:01 CET 2020


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

Date        : 2020/01/23 18:27
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=1579803923
New Revision: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround
Edit Summary: [Mesa 19 and newer] 
User        : uli42

@@ -17,8 +17,20 @@
  <code>
  $ 
  $ meson -D glx=gallium-xlib -D gallium-drivers=swrast -D platforms=x11 -D dri3=false -D dri-drivers="" -D vulkan-drivers="" -D buildtype=release -D optimization=3
  $ ninja
+ </code>
+ 
+ ===== Debian Buster and Mesa 19.3.2 =====
+ 
+ <code>
+ $ (download and extract tarball from mesa3d.org)
+ $ cd mesa-19.3.2
+ $ mkdir build
+ $ cd build
+ $ meson -D glx=gallium-xlib -D gallium-drivers=swrast -D platforms=x11 -D dri3=false -D dri-drivers="" -D vulkan-drivers="" -D
buildtype=release -D optimization=3
+ $ ninja
+ $ LD_LIBRARY_PATH
  </code>
  
  ==== Ubuntu 14.04 ====
  


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



More information about the x2go-commits mailing list