Quote:
Originally Posted by Buddahaid
The downside to my I7 and DosBox is the screen res. Full screen will corrupt the color pallette, and windowed is small but clear.  The Dosox windowed res setting is ignored so I have to set my screen to the lowest res and color to enlarge the DosBox window.
|
I know you wrote this a year ago but maybe you can still need it... or anyone else...
In order to change the window mode resolution to the one you want you have to edit the config file. In my case, on Debian I have it on /home/me/.dosbox/
dosbox-0.74.conf
Then change:
Code:
windowresolution=800x600 (here the resolution you want)
output=opengl (surface doesn't allow to select the resolution you want).
For full screen resolution maybe you can change this part:
Code:
fulldouble=false
fullresolution=original
I personally never tried this, I always play on window mode.