Size: 429
Comment:
|
Size: 465
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
A lot User informed us after the upgrade of 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. |
After upgrading from Windows XP to Windows 7, running Matlab on a remote Linux computing server may run slowly when using X-Win32. |
Line 8: | Line 7: |
Create a file in your home directory which is called java.opts and add the line ' -Dsun.java2d.pmoffscreen=false ' | |
Line 10: | Line 8: |
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. |
Issue
After upgrading from Windows XP to Windows 7, 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.