필터 지우기
필터 지우기

Matlab getting crashed due to software rendering in RHEL8 linux

조회 수: 38 (최근 30일)
Balaji Seelam
Balaji Seelam 2022년 7월 4일
답변: Sayan 2023년 9월 18일
Hi All,
My MATLAB crashes with postscript files for redhawk on E2C linux. I observed that when I open MATLAB in my Linux RHEL8 machine for post processing, I get a warning that "MATLAB is selecting SOFTWARE OPENGL rendering".
Please suggest how to resolve this error, while working on Windows, there is no issue faced.
Regards
Balaji

답변 (1개)

Sayan
Sayan 2023년 9월 18일
I understand from your issue that you are getting the warning "MATLAB is selecting SOFTWARE OPENGL rendering" when MATLAB is opened on a Linux RHEL8 machine for post processing. The possible reasons for the error and their fixes are mentioned below.
  • Check if the drivers are up-to-date on your machine. Outdated or incompatible graphics drivers can cause issues with software rendering.
  • Ensure that your system supports the required version of OpenGL. This can be checked by running the following command in the terminal:
glxinfo | grep "OpenGL"%ghjj
  • You can try opening MATLAB from the terminal with the following command and check if hardware rendering is selected.
matlab -nosoftwareopengl
The same kind of issue has been addressed in the following MATLAB answer. You can check out the comments and answers.
If the above resolutions do not work, you can contact the Customer Service and Installation Support team using the following link:
Hope this helps in resolving the issue.

카테고리

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