Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: 2007a and Mac 10.5 Leopard
Date: Mon, 29 Oct 2007 18:57:42 +0000 (UTC)
Organization: ETH Zurich
Lines: 32
Message-ID: <fg5af6$b94$1@fred.mathworks.com>
References: <ef51523.-1@webcrossing.raydaftYaTP> <eu0t4c$mau$1@fred.mathworks.com> <ffaks5$nml$1@fred.mathworks.com> <ffb16l$7uh$1@fred.mathworks.com> <ffvd99$fhf$1@fred.mathworks.com> <ffvfkj$9ce$1@fred.mathworks.com> <ffvg35$gcb$1@fred.mathworks.com> <fg06p9$6rr$1@fred.mathworks.com> <fg4fij$ibi$1@fred.mathworks.com> <fg4ie9$npf$1@fred.mathworks.com> <4725D977.5080107@mathworks.com> <4725E36E.5030807@mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1193684262 11556 172.30.248.35 (29 Oct 2007 18:57:42 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 29 Oct 2007 18:57:42 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 852893
Xref: news.mathworks.com comp.soft-sys.matlab:435124



Hi Brian,

thanks for the quick response. Your reputation guys is well deserved :)

The second suggestion (i.e. use the quartz renderer) is indeed the solution, 
even with code folding enabled! 

(Disabling the code folding alone indeed speeded up scrolling, but not quite 
to the desired point.) 

Thanks again,
Viton

Brian Arnold <barnold@mathworks.com> wrote in message 
<4725E36E.5030807@mathworks.com>...
> Hi,
> 
> This appears to be a performance regression in Java when using the Sun 
> renderer, which Java on Leopard defaults to using, but Java on Tiger 
> does not.
> 
> If you create a file named java.opts in /Applications/MATLAB_R2007b and 
> add the following:
> 
>   -Dapple.awt.graphics.UseQuartz=true
> 
> then you should be able to get back to Tiger's performance.  We will 
> work with Apple on a more permanent solution.
> 
> - Brian