VOGONS

Common searches


full screen

Topic actions

First post, by Guest

User metadata

hi

i installed dos box today, i got the hint that "mad tv 1" will run with it. and it works. thank you.

i have a samsung syncmaster 172n TFT, resolution 1280x1024...

when i run dos box in full screen mode (i think it is...) i get a dos box window and a huge black area surrounding it... how can i get a REAL FULL FULL screen? 😉

my config:

fullscreen=true
fulldouble=false
fullfixed=true
fullresolution=1280x1024
output=surface
hwscale=1.00
autolock=true
sensitivity=100
waitonerror=true
priority=higher,normal
mapperfile=mapper.txt

Reply 2 of 17, by Guest

User metadata

Hi Brian,

The fullfixed doesn't work for me, I do never use Dosbox because the problem: the big black area around the dosbox window (not true full screen). My parameters?

fullscreen=true
fulldouble=false
fullfixed=false
#fullresolution=1680x1050
fullwidth=1680
fullheight=1050
output=surface
hwscale=1.00
autolock=false
sensitivity=100
waitonerror=true

How can I do to have full screen?

Thanks in advance,

Reply 5 of 17, by Snover

User metadata
Rank l33t++
Rank
l33t++

uncomment 'fullresolution' and change it to the size of your screen's native resolution. Or go into your display control panel and tell your video card to stretch the image to the screen.

Yes, it’s my fault.

Reply 8 of 17, by Guest

User metadata

Scaler is right, too.

I'm doing something wrong? But...there's only one configuration file, or not?

My configuration file, /home/user/.dosboxrc

fullscreen=true
fulldouble=false
fullfixed=false
fullresolution=1680x1050
output=surface
hwscale=1.00
autolock=yes
sensitivity=100
waitonerror=true

Any hint?

Thanks in advance.

Reply 14 of 17, by Guest

User metadata

Yes, but X runs fine another Games as Unreal, Quake, etc...

I've X Windows working properly from more than one year ago, changing resolutions or not.

The log:

(II) NVIDIA(0): Setting mode "640x400"
SwitchToMode - Succeeded
GetModeLine - scrn: 0 clock: 31500
GetModeLine - hdsp: 640 hbeg: 672 hend: 736 httl: 832
vdsp: 400 vbeg: 401 vend: 404 vttl: 445 flags: 6
GetModeLine - scrn: 0 clock: 31500
GetModeLine - hdsp: 640 hbeg: 672 hend: 736 httl: 832
vdsp: 400 vbeg: 401 vend: 404 vttl: 445 flags: 6
SwitchToMode - scrn: 0 clock: 188100
hdsp: 1680 hbeg: 1800 hend: 1984 httl: 2288
vdsp: 1050 vbeg: 1051 vend: 1054 vttl: 1096 flags: 0
Checking against clock: 188100 (188100)
hdsp: 1680 hbeg: 1800 hend: 1984 httl: 2288
vdsp: 1050 vbeg: 1051 vend: 1054 vttl: 1096 flags: 0

Dosbox doesn't switch to 1680 resolution properly! 😒 Sets the mode and nothing...

Ugh...I don't know what to do...

Reply 15 of 17, by zorach

User metadata
Rank Newbie
Rank
Newbie

You can try running xrandr from an xterm; that'll display a list of available resolutions and might be suggestive. I couldn't find anything in the SDL docs but I suspect that's the place to look.