VOGONS

Common searches


First post, by lvm

User metadata
Rank Newbie
Rank
Newbie

When dosbox goes fullscreen it changes screen resolution to 640*480 and restores original resolution after exit, and when display is connected to an ordinary DB-15 VGA port it works fine (except when dosbox crashes :) but when display is connected to the same system over HDMI screen resolution is not restored and remains stuck at 640*480. dosbox 0.74 on 32-bit linux (ubuntu 10.10), video ATI HD4590 (xorg ati drivers, NOT fglrx)

Reply 3 of 5, by lvm

User metadata
Rank Newbie
Rank
Newbie

If we are looking for a guilty party I may suggest a compromise candidate - SDL, looks like dosbox calls SDL_Quit and relies on it to clean up with no attempts to save and restore screen resolution by itself. I added SDL_SetVideoMode(1920,1080... just before the SDL_Quit and the problem is gone. But it has nothing to do with video drivers - to clean up after messy programs is not the driver's job.