Differences between revisions 4 and 7 (spanning 3 versions)
Revision 4 as of 2010-12-17 14:55:36
Size: 441
Editor: adjordje
Comment:
Revision 7 as of 2013-09-09 12:37:04
Size: 458
Editor: schadavi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
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 6:
== How to ==
In your home directory you should have the file 'java.opts'. Then add additional the line ' -Dsun.java2d.pmoffscreen=false '.
== Solution ==
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.


----
[[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.


CategoryWNCL

Workstations/Windows/MatlabOnAutlux (last edited 2020-09-07 11:26:54 by hgiger)