VOGONS


First post, by jjdelalamo

User metadata
Rank Newbie
Rank
Newbie

I don't know what I'm doing wrong but I can't get doxbox-x set to fullscreen mode.
What I'm trying to do is to get fullscreen at 640x480 60Hz to get as close as possible to the real game image on a PC of the time.
I know it's possible because with dosbox-stagging I get it without problem with this configuration:

fullscreen = true
display = auto
fullresolution = 640x480
#fulldouble = true
windowresolution = desktop
viewport_resolution = fit
window_position = auto
window_decorations = true
transparency = 0
host_rate = auto
vsync = true
doublebuffer = true
vsync_skip = 7000
presentation_mode = auto
output = ddraw
texture_renderer = auto
waitonerror = true
priority = auto auto
mute_when_inactive = false
pause_when_inactive = false
mapperfile = mapper-sdl2-0.80.0-alpha.map
screensaver = auto

I want to get it with dosbox-x because it is the only port that supports LFN which for me is a must.

Last version of dosbox-x
W10 at 1600x1200 85hz on a CRT monitor
I have tried changing the “fullresolution” parameter to all values, I have also tried all the possibilities of the “output” parameter. The only thing I get when I switch from windowed to full resolution is that the window changes a little bit in size (depending on the resolution I have set) and that the borders don't appear. If I match the resolution of fullresolution = 1600x1200 it obviously covers the whole screen, but I understand that as a frameless window, not as a full screen.

One of my configurations, I've tried many, many, many:

[sdl]
fullscreen = true
fulldouble = false
fullresolution = 800x600
windowresolution = desktop
viewport_resolution = fit
windowposition =
display = 0
output = ddraw
vsync = true
doublebuffer = true
videodriver =
transparency = 0
maximize = false
autolock = false
autolock_feedback = beep
middle_unlock = manual
clip_mouse_button = right
clip_key_modifier = shift
clip_paste_bios = default
clip_paste_speed = 30
sensitivity = 100
usesystemcursor = false
mouse_emulation = locked
mouse_wheel_key = -1
waitonerror = true
priority = higher,normal
mapperfile = mapper-dosbox-x.map
usescancodes = auto
overscan = 0
titlebar =
showbasic = true
showdetails = false
showmenu = true

[render]
frameskip = 0
aspect = true
# aspect_ratio = 0:0
char9 = true
euro = -1
# doublescan = true
# scaler = normal2x
glshader = none
pixelshader = none
autofit = true
monochrome_pal = green

Could someone help me?