Re: [hatari-devel] aspect ratio problems |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On perjantai 09 elokuu 2013, Eero Tamminen wrote:
> On torstai 08 elokuu 2013, Douglas Little wrote:
> If I remember right it's not based on pixel shape, but resolution,
> Hatari scales the resolution so that ratio between X & Y keeps
> between 1:2 and 2:1.
>
> > This gets progressively worse as the window is made smaller, until the
> > image is very tall and thin (it should be square).
> >
> > Is there any way to prevent this behaviour through the config file?
>
> Try "--aspect off".
To debug this, you can add some prints to:
src/falcon/hostscreen.c::HostScreen_setWindowSize()
To see what sized screen is requested by Falcon registers and to
what size it's scaled.
You can also try "--trace videl" to see what register values
are set to Videl, and enable extra debugging from src/resolution.c.
- Eero