Differences between revisions 6 and 7
Revision 6 as of 2013-05-29 07:26:50
Size: 493
Editor: hgiger
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:
After upgrading from Windows XP to Windows 7, running Matlab on a remote Linux computing server may run slowly when using X-Win32. Sometimes, running Matlab on a remote Linux computing server may run slowly when using X-Win32.

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)