Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2010-12-17 09:41:41
Size: 41
Editor: cresnik
Comment:
Revision 8 as of 2018-11-15 07:37:33
Size: 521
Editor: adjordje
Comment: No more Windows7
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Workstations/Windows7/MatlabOnAutlux
Line 3: Line 4:
== 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.


CategoryWNCL

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