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/06/02 19:11]
uli42 [Matlab 2019b]
wiki:development:glx-xlib-workaround [2020/06/02 19:12]
uli42
Line 97: Line 97:
  
 Compile like this: Compile 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 -Dprefix=/usr/local/mesa-20.1.0/ 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 -Dprefix=/usr/local/mesa-20.1.0/
-```+</code>
  
 To make Matlab load the new driver modify Matlab's lib search path: To make Matlab load the new driver modify Matlab's lib search path:
 cp $MATLAB_DIRECTORY/bin/.matlab7rc.sh ~ cp $MATLAB_DIRECTORY/bin/.matlab7rc.sh ~
  
-Edit the file ~/.matlab7rc.sh, find the glnxa* section and add the path to you mesa library, e.g. /usr/local/mesa-20.1.0/lib/x86_64-linux-gnuto LDPATH_PREFIX+Edit the file ~/.matlab7rc.sh, find the glnxa* section and add `/usr/local/mesa-20.1.0/lib/x86_64-linux-gnuto LDPATH_PREFIX
  
 Add to your .profile: export MESA_GL_VERSION_OVERRIDE=3.0 Add to your .profile: export MESA_GL_VERSION_OVERRIDE=3.0
wiki/development/glx-xlib-workaround.txt ยท Last modified: 2021/10/25 21:01 by uli42