Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2010-12-17 09:41:41
Size: 41
Editor: cresnik
Comment:
Revision 5 as of 2010-12-20 11:57:53
Size: 465
Editor: cresnik
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Outline == == 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.

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.

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