VOGONS


First post, by cenobite321

User metadata
Rank Newbie
Rank
Newbie

I have had some problems when running DOSbox fullscreen.

First of all I have a Dell m1210 with a nVidia GeForce Go 7400 and running DOSbox 0.70. The problem is that when I make DOSbox to go fullscreen the screen gets really small at the center of the screen. I read somewhere in this forum that you need to change some parameters in the DOSbox.conf file, but the "fullfixed" parameter (which is one that needs to be changed) is missing in my config file. This is what I got:

fullscreen=true
fulldouble=false
fullresolution=original
windowresolution=original
output=surface
autolock=true
sensitivity=100
waitonerror=true
priority=higher,normal
mapperfile=mapper.txt
usescancodes=true

What should I do to get a correct fullscreen?

Reply 1 of 4, by dh4rm4

User metadata
Rank Oldbie
Rank
Oldbie

'fullresolution=desktop'

Reply 2 of 4, by cenobite321

User metadata
Rank Newbie
Rank
Newbie

tried that, but the DOSbox screen gets small in the center 😖

Reply 3 of 4, by dh4rm4

User metadata
Rank Oldbie
Rank
Oldbie

change output to ddraw

'output=ddraw'

Reply 4 of 4, by cenobite321

User metadata
Rank Newbie
Rank
Newbie

thanks for your help! 😁

The screen is now bigger, but is like letterboxed, is there any way to fix it?