matlab2014b generates libGL error: unable to load driver: nouveau_dri.so at startup
5 ビュー (過去 30 日間)
古いコメントを表示
Hi I have just installed matlab2014b on a new install of RedHat Linux 6.6, and when I start matlab, I get the following error
ibGL error: dlopen /usr/lib64/dri/nouveau_dri.so failed (/usr/lib64/dri/nouveau_dri.so: cannot open shared object file: No such file or directory) libGL error: unable to load driver: nouveau_dri.so libGL error: driver pointer missing libGL error: failed to load driver: nouveau
Matlab runs and appears to work OK, but I would like to know how to fix this.
THanks, Jim
0 件のコメント
採用された回答
Bjorn Nilsson
2015 年 1 月 23 日
Same problem here. I fetched
and unpacked with
rpm2cpio mesa-dri-drivers-8.0.5-1.el6.elrepo.x86_64.rpm | cpio -idmv
There is then a version of the missing driver file in usr/lib64/dri/nouveau_dri.so
which I copied to /usr/lib64/dri/nouveau_dri.so
Then the complaint disappears, and MATLAB R2014b seems to work
/Björn
2 件のコメント
Jacob
2015 年 1 月 30 日
I have the same issue on my newly installed fedora21. I tried your solution, but unfortunately the screen went blank when copying the file. I had to re-install my Linux distro since I was not able to log in after it shut down.
The error from MATLAB prompt is:
libGL error: unable to load driver: nouveau_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: nouveau
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
MATLAB is selecting SOFTWARE OPENGL rendering.
その他の回答 (2 件)
Nade Sritanyaratana
2015 年 3 月 19 日
Hi Jacob,
Were you able to figure out the issue with your system configurations?
If not, try out the steps outlined in the following link (regarding an older release but may still be relevant here): http://www.mathworks.com/matlabcentral/answers/94805-why-does-my-linux-hardware-opengl-not-work-properly
Let me know if this works. Good luck!
0 件のコメント
AKM
2016 年 10 月 3 日
Hi all,
I am Ph.D student and new to metlab after successful installation of matlab 2016b i got this error in the command line.
root@AJAY-Genome:/programinstallers/Matlab-2016b/bin/glnxa64# ./MATLAB libGL error: unable to load driver: nouveau_dri.so libGL error: driver pointer missing libGL error: failed to load driver: nouveau libGL error: unable to load driver: swrast_dri.so libGL error: failed to load driver: swrast
and Below error in the matlab main window when its get open. Please help me to solve issue i am very much thanful to you . for your kind information i am running ubuntu 16
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!