How to change mesa drivers that MATLAB is using

10 次查看(过去 30 天)
I am running MATLAB R2016b on my Lenovo ThinkPad T460p with Debian 9 on kernel 4.9.0-1. I have i5-6440HQ inside. My system mesa drivers are 13.0.3 but when I do
opengl info
i get this:
Version: '2.1 Mesa 10.5.2'
Vendor: 'Brian Paul'
Renderer: 'Mesa X11'
MaxTextureSize: 16384
Visual: 'Visual 0x87, (RGBA 32 bits (8 8 8 8), Z depth 16 bits, Hardw…'
Software: 'true'
HardwareSupportLevel: 'none (known graphics driver issues)'
SupportsGraphicsSmoothing: 0
SupportsDepthPeelTransparency: 1
SupportsAlignVertexCenters: 0
Extensions: {156×1 cell}
MaxFrameBufferSize: 16384
How I can tell MATLAB to use a new version of drivers that I have installed?

采纳的回答

Jan Vogelsang
Jan Vogelsang 2017-2-28
编辑:Jan Vogelsang 2017-2-28
As suggested here in the comments by Anders
you have to
root@janspc:/usr/local/MATLAB/R2016b/sys/os/glnxa64# mv libstdc++.so.6 libstdc++.so.6.bak
root@janspc:/usr/local/MATLAB/R2016b/sys/os/glnxa64# mv libstdc++.so.6.0.20 libstdc++.so.6.0.20.bak
remove some c libraries. For me it works now perfectly fine.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Performance 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by