No Details in opengl info
4 次查看(过去 30 天)
显示 更早的评论
When I run the opengl info command in MATLAB Terminal, I get the following output:
MATLAB has experienced a low-level graphics error, and may not have drawn correctly.
Read about what you can do to prevent this issue at Resolving Low-Level Graphics Issues then restart MATLAB.
To share details of this issue with MathWorks technical support,
please include this file with your service request.
Version: ''
Vendor: ''
Renderer: 'None'
RendererDriverVersion: ''
RendererDriverReleaseDate: ''
MaxTextureSize: 0
Visual: ''
Software: 0
HardwareSupportLevel: 'basic'
SupportsGraphicsSmoothing: 0
SupportsDepthPeelTransparency: 0
SupportsAlignVertexCenters: 0
Extensions: {}
MaxFrameBufferSize: 0
I tried several solution already available online but nothing worked. I am running MATLAB R2023b on Lenovo ThinkPad X1 Carbon 8th Gen with Linux Mint 21.3 Cinnamon and inbuilt Intel UHD graphics.
Any help in this reagrd is appreciated. Thanks a lot in advance.
2 个评论
Nithin
2025-4-10
I encountered a similar issue with MATLAB R2023b, updating MATLAB to latest version helped me solve the issue.
回答(1 个)
Pratyush Swain
2025-3-27
编辑:Pratyush Swain
2025-3-27
Hi Vikash,
The first check in these cases to ensure your Intel graphics drivers are up to date as this may hinder MATLAB's ability to interface with OpenGL.
Also check the OpenGL Libraries are correctly installed on your linux system, please refer to this MATLAB answers thread for the same: https://www.mathworks.com/matlabcentral/answers/241850-matlab-failing-to-find-hardware-opengl#answer_263092.
Additionally you can also refer to this thread and see if this helps: https://www.mathworks.com/matlabcentral/answers/251789-matlab-2015b-on-ubuntu-14-04-error-resolving-low-level-graphics-issues#answer_428435
In general to know about solutions on low level graphic issues, have a go through of https://www.mathworks.com/help/matlab/creating_plots/resolving-low-level-graphics-issues.html
Hope this helps.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!