VOGONS

Common searches


DOSBox problems with resolution when EXITING full screen

Topic actions

  • This topic is locked. You cannot reply or edit posts.

First post, by greewn

User metadata
Rank Newbie
Rank
Newbie

Hi everybody, I just installed DOSBox on my Ubuntu 12 system and everything seems to be running fine except for one thing. After going full screen on DOSBox the resolution changes automatically to fit the full screen (with no problem whatsoever) and the program I am running runs perfectly.

The problem happens when I exit full screen or when I close DOSBox. The resolution doesn't revert to my original, pre-fullscreen, Ubuntu resolution.

Please advice and thank you for your help 😜

Reply 5 of 8, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

LibSDL.org is what SDL is and Dosbox is using that as well as other projects like ScummVM or Exult...
Try those or see if you find some bug report about your distro, libsdl 1.2.15 and fullscreen

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 7 of 8, by JENKS

User metadata
Rank Newbie
Rank
Newbie

I had the same problem with Ubuntu 12.04 LTS and DOSBox.

I changed my dosbox-74.conf file configuration settings to this:

fullscreen=false
fulldouble=false
fullresolution=1600x900
windowresolution=original
output=overlay
autolock=true
sensitivity=100
waitonerror=true
priority=higher,normal
mapperfile=mapper-0.74.map
usescancodes=true

I changed the setting fullresolution=1600x900 to reflect the ubuntu desktop settings. Then changed the setting to output=overlay.

Basically, you need to set the fullresolution= to the ubuntu screen resolution that your using on your desktop outside of dosbox.

Now you can <ALT-ENTER> back and forth with no video screen screw ups.