A page in your DokuWiki was added or changed. Here are the details: Date : 2020/08/20 13:59 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 IP-Address : 62.96.26.163 Hostname : 62.96.26.163 Old Revision: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround?rev=1591... New Revision: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround Edit Summary: [Mesa 19 and newer] User : uli42 @@ -11,9 +11,9 @@ Use a wrapper/proxy library provided by Mesa. The applications will use the supplied libGL.so, which in turn uses the lib interface to talk to the X server (nxagent) rather than the GLX interface. From the applications' perspective, they have GLX 1.4. ==== Mesa 19 and newer ==== - Please note: the instructions below are valid for olter Mesa releases. In Mesa 19 //meson// is recommended for building. Please consult https://mesa3d.org/llvmpipe.html for a basic compilation instruction. Since those instructions will not work out of the box (Error: "gallium-xlib conflicts + Please note: the instructions below are valid for older Mesa releases. In Mesa 19 //meson// is recommended for building. Please consult https://mesa3d.org/llvmpipe.html for a basic compilation instruction. Since those instructions will not work out of the box (Error: "gallium-xlib conflicts with any dri driver") as of Mesa 19.3.2 you need to call //meson// with some further parameters like this: <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 -- This mail was generated by DokuWiki at https://wiki.x2go.org/