How to fix remote Matlab display resolution when using ssh -X?
조회 수: 6 (최근 30일)
이전 댓글 표시
I have a Desktop computer (Ubuntu 18.10) which I use for my heavy computations. When not at the office, I use my Macbook (Late 2012, retina display). I would like to run Matlab remotely from Desktop Ubuntu, onto my MacOSX using ssh -X. When I do so, Matlab opens using OpenGL rendering. I would like to know if there is a way to impose a rendering that fits my screen resolution (in my case Retina display resolution (2560-by-1600)?
BONUS question: if possible doing so without permanently changing the resolution in which Matlab is displayed on my Ubuntu computer (and for which I use the hardware rendering of my NVidia GPU and not OpenGL).
댓글 수: 0
답변 (1개)
Naman Chaturvedi
2018년 11월 5일
You can try using Painters as a renderer only instead of OpenGL. Use -noopengl flag while opening MATLAB from the command line to do so.
댓글 수: 3
참고 항목
카테고리
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!