Re: stress.cxx problem
Rene Brun (Rene.Brun@cern.ch)
Mon, 10 May 1999 07:59:27 +0000
Jacek M. Holeczek wrote:
>
> > (I was told this happens under Windows only, but your message
> > says it could be under some UNIX too).
> At least you were told it failed somewhere.
> The tkdiff reports about 120 places ( if I remember well ) where these ps
> files differ ( sometimes many lines per "place" ). Moreover the "broken"
> file ( with "too many" lines ) is really broken ( as seen with the gv ).
> For example "titles" and "statistics" are written with too big fonts
> ( strings go beyong "frames" ).
> If it can help - the SVGA X11 driver runs in 800x600 ( 15bits ) resolution
> on this machine ( due to a very old monitor ).
> Jacek.
Jacek,
ROOT calls automatically TStyle::SetScreenFactor to get the same aspect
ratio
independently of the screen resolution.
However, I adapted and tested this algorithm only on 1280x1024 and
1024x800
devices. The aspect ratio affects the Postscript output unless you run
in batch mode.
I do not understand, however, why you get a different behaviour when
running
with the interpreter or the compiler.
Rene Brun