MATLAB is selecting SOFTWARE OPENGL rendering when open matlab as user
131 views (last 30 days)
Show older comments
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!
0 Comments
Answers (1)
ScottB
on 17 Oct 2023
You can start Matlab in Linux without OpenGL using:
matlab -nosoftwareopengl
3 Comments
Peter Blomgren
on 12 Dec 2023
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).
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!