フィルターのクリア

How to use hardware opengl when remote on Linux

71 ビュー (過去 30 日間)
gao shengyu
gao shengyu 2020 年 10 月 24 日
コメント済み: Bruno Luong 2020 年 10 月 27 日
Hi, I use a windows 10 PC to remote control a Linux server(Ubuntu 16.04), I use Mobaxterm to control that. When I use "matlab" command to start matlab2019, ite seems that matalb running at software opengl. How to make matlab use hardware opengl when I plot figures? I searched google, and not found any useful answears. My graphic card is GTX1080 Ti. Driver version : 410.48 .Thanks.
  1 件のコメント
Bruno Luong
Bruno Luong 2020 年 10 月 27 日
My experience is opengl hardware always crashes when MATLAB runing under remote control. So my recommendation is let it as software.

サインインしてコメントする。

回答 (1 件)

Saurav Chaudhary
Saurav Chaudhary 2020 年 10 月 27 日
Hardware-accelerated OpenGL, specified as hardware. All systems support using the opengl hardware command to switch from basic hardware to hardware OpenGL.
  • On Windows systems support using the opengl hardware command to switch from software to hardware OpenGL.
  • To switch from software to hardware on Linux systems, start MATLAB with the -nosoftwareopengl flag.
If your system automatically switched to using software OpenGL, then forcing your system to use hardware OpenGL can cause instabilities.
You can also refer to the following documentation for more information regarding same:

カテゴリ

Help Center および File ExchangeGraphics Performance についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by