MATLAB is selecting SOFTWARE OPENGL rendering when open matlab as user

I just installed R2023a on a remote linux machine running RHEL 7 kernel 3.10.0.1160.95.1.el7.x86. as root and entered root as the username for the install wizard.
When I open matlab as root it works, but when I try it as a regular user, I see MATLAB is selecting SOFTWARE OPENGL rendering. 2 times and then nothing happens. Have tried setting the display variable as a user to DISPLAY=:0.0 and changing shell to bash but no joy.
Any ideas are much appreciated!

답변 (1개)

ScottB
ScottB 2023년 10월 17일

0 개 추천

You can start Matlab in Linux without OpenGL using:
matlab -nosoftwareopengl

댓글 수: 3

Joseph Blocher
Joseph Blocher 2023년 10월 17일
이동: Voss 2023년 10월 17일
Hey, thanks for the quick reply.....
I gave that a shot "./matlab -nosoftwareopengl" but no luck.
Joseph Blocher
Joseph Blocher 2023년 10월 17일
이동: Voss 2023년 10월 17일
Is it possoble that installing as root has created a permissions issue somewhere for the regular users. Ideally, I want other system users to be able to use the installation
I just did a fresh install and ran into this problem,
sudo chmod a+rX -cR /opt/MATLAB/
solved the problem for me. (Install locations may vary).

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

릴리스

R2023a

질문:

2023년 10월 17일

댓글:

2023년 12월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by