Matlab R2019b freezes during startup on Ubuntu 18.04.3 LTS

조회 수: 8 (최근 30일)
Davide Nardi
Davide Nardi 2019년 12월 7일
답변: Piyush Kumar 2025년 4월 10일
Hi all,
I recently downloaded and installed my student version of Matlab R2019b on my notebook (ASUS Vivobook, Ryzen 5, 16 Gb ram).
I'm actually running it on Ubuntu 18.04.3 LTS.
Unfortunately my computer freezes when I try to start Matlab and I'm not able to perform any other action exept for the hard reboot (I can't kill any process and even my mouse is not working anymore!).
I searched quite a lot around but I can't figure out how to make this work properly, can anyone help me out?
Thanks in advance.
  댓글 수: 3
Rafael Marentes Ortiz
Rafael Marentes Ortiz 2021년 1월 10일
Same issue on an ASUS X505Z with Ubuntu 20.04 (and 18.04) Ryzen 5 2500u.
I have heard of issues with ryzen CPU's but updating the BIOS and kernel parameters have not solved the issue.

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

답변 (1개)

Piyush Kumar
Piyush Kumar 2025년 4월 10일
You can try the following troubleshooting steps -
1. Start MATLAB with Software OpenGL: Graphics drivers can sometimes cause conflicts. Launching MATLAB with the -softwareopengl flag forces it to use software rendering, which might resolve the issue:
matlab -softwareopengl
2. Update Graphics Drivers: Ensure that your system's graphics drivers are up to date, as outdated drivers can lead to compatibility issues with MATLAB.
3. Run MATLAB in No Desktop Mode: To further isolate the issue, try starting MATLAB without the GUI:
matlab -nodesktop
This can help determine if the problem is related to the graphical interface.
3. Consult MathWorks Support: If the above steps don't resolve the issue, consider reaching out to MathWorks technical support.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by