Size: 430
Comment:
|
← Revision 10 as of 2020-09-07 11:26:54 ⇥
Size: 571
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#rev 2020-09-07 hgiger ## page was renamed from Workstations/Windows7/MatlabOnAutlux #rev 2018-11-21 schadavi |
|
Line 4: | Line 7: |
A lot users experienced after the upgrade from XP to Win 7 that running Mathlab from a X-Win session was much slower then before. If you experience something like that, then try to disable the offscreen pixmap support. |
Sometimes, running Matlab on a remote Linux computing server may run slowly when using X-Win32. |
Line 7: | Line 9: |
== How to == Create a file in your home directory which is called java.opts and add the line ' -Dsun.java2d.pmoffscreen=false ' |
== Solution == |
Line 10: | Line 11: |
Then start again the X-Win session | 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.