VOGONS


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 1 of 17, by absolutefunk

User metadata
Rank Newbie
Rank
Newbie

set fullfixed=false 😉

-Brian

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 3 of 17, by Snover

User metadata
Rank l33t++
Rank
l33t++

Alt+Enter 😀

Yes, it’s my fault.

Reply 4 of 17, by Guest

User metadata

Uh???

ALT+enter??? 😀

I've tried that, of course, but it isn't true full screen mode, it's a partial screen, with a big big black around it.

I want true full screen! 😉

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 6 of 17, by Guest

User metadata

Of course, I've tried this 😀

Any other idea?

Thanks in advance,

Reply 7 of 17, by Snover

User metadata
Rank l33t++
Rank
l33t++

No, because if it still isn't working, you're doing something wrong. 😀
scaler=normal2x

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 9 of 17, by Snover

User metadata
Rank l33t++
Rank
l33t++

Normally the configuration file is dosbox.conf.

Yes, it’s my fault.

Reply 10 of 17, by Guest

User metadata

More data:

rootito@scabito rootito $ dosbox
CONFIG:Loading settings from config file /home/rootito/.dosboxrc
DOSBOX:Unknown machine type auto
ALSA:Client initialised [65:0]
MIDI:Opened device:alsa

Dosbox is running .dosboxrc fine, not another configuration file 🙁

Any hint?

Reply 11 of 17, by Snover

User metadata
Rank l33t++
Rank
l33t++

"DOSBOX:Unknown machine type auto" That doesn't really make sense, either.

Yes, it’s my fault.

Reply 12 of 17, by Guest

User metadata

Yes, it's not the problem.

Changing it to vga, full screen doesn't work yet 🙁

Configuration file is right, dosbox is running the right configuration file, but fullscreen isn't running yet.

Should I report it to developers? It's very strange...

Reply 13 of 17, by Snover

User metadata
Rank l33t++
Rank
l33t++

That would seem more of a problem with X...
Try turning on X logging or reading the logs if it is on to see if it's complaining about mode changes at all.

Yes, it’s my fault.

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.

Reply 16 of 17, by rg_pablo

User metadata
Rank Newbie
Rank
Newbie

The problem was overlay. I think it's no clear at the description, but that was the problem 😀

overlay=opengl

😀

PD: Thanks to Robert!

Reply 17 of 17, by mirekluza

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator
rg_pablo wrote:

overlay=opengl

Nonsense. Overlay is overlay and opengl is opengl. These are two different options.

Mirek