Size: 41
Comment:
|
Size: 547
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from Workstations/Windows7/MatlabOnAutlux #rev 2018-11-21 schadavi |
|
Line 3: | Line 5: |
== Outline == | == Issue == Sometimes, running Matlab on a remote Linux computing server may run slowly when using X-Win32. == Solution == Disable offscreen pixmap support in Matlab. == How To == In your unix home directory, there should be a file called 'java.opts'. If it does not exist, create it. Add the following line: {{{ -Dsun.java2d.pmoffscreen=false }}} Then re-start the X-Win session. ---- [[CategoryWNCL]] |
Issue
Sometimes, running Matlab on a remote Linux computing server may run slowly when using X-Win32.
Solution
Disable offscreen pixmap support in Matlab.
How To
In your unix home directory, there should be a file called 'java.opts'. If it does not exist, create it.
Add the following line:
-Dsun.java2d.pmoffscreen=false
Then re-start the X-Win session.