VOGONS


First post, by Bobly

User metadata
Rank Newbie
Rank
Newbie

Hey guys,

I've got an Asus EEE 901 with Ubuntu Intrepid Ibex installed and while Dosbox runs fine I'm wondering what might be the best settings to make the most of this unconventional aspect ratio.

The EEE 901 has a 9" screen with a resolution of 1024x600.
The default dosbos settings will run normally in window mode and stretch when fullscreen.
What I'm aiming to do is have it use the full 600 pixels of height but not stretch horizontally, instead insert black bars on either side.

I've been playing with various settings of dosbox.conf but I can't seem the find the sweet spot 😀

Last edited by Bobly on 2008-12-26, 22:24. Edited 1 time in total.

Reply 1 of 2, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Well, the starting point should be to set fullresolution=1024x600 (or fullresolution=0x0). Next, find an output method. I normally use output=overlay with good results, but since you are on Ubuntu, your choice may be different. And finally, you need to mess around with aspect=true or false.

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 2 of 2, by Bobly

User metadata
Rank Newbie
Rank
Newbie

fullresolution : 1024x600
surface : Ignore the fullresolution setting, appears to set it to 480x360 or so.
overlay : Stretches to the edge of the screen, doesn't scale too nicely.
OpenGL : Stretches to the edge of the screen, nice scaling 😀

Now these are all using widescreen aspect ratios, testing at 800x600 resolution:

fullresolution : 800x600
surface : Resolution ignored
overlay : Black bands, correct aspect ratio, scaling isn't so good again.
opengl : Black bands, correct aspect ratio, nice scaling 😀 I think this is resolved, thanks 😁