very slow ginput() over remote X server

3 ビュー (過去 30 日間)
Aaron Birenboim
Aaron Birenboim 2019 年 9 月 18 日
回答済み: Saket Chirania 2020 年 12 月 16 日
I am running MATLAB over a remote linux login. It uses the sortware opengl renderer. ginput() is unusable. very slow and laggy.
Is there anything I can do to improve ginput() response?
Plotting and even using the editor/debugger are quite responsive over the remote connection.
This issue seems to be due to some sort of extreme inefficiency in ginput().

回答 (1 件)

Saket Chirania
Saket Chirania 2020 年 12 月 16 日
Hi Aaron,
I have few suggestions which might help to you to improve the responsiveness via your remote system:
  • creating/editing the 'java.opts' file to set the following option: Dsun.java2d.pmoffscreen=false
  • Switch to VNC for the remote connection
  • Changing display from 32 bit to 16 bit color depth.
I hope some this suggestions helps to improve the responsive over the remote connection.

カテゴリ

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

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by