It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi here,

I'm a new user of the DosBOX. I have two toubleshooting.

The first one :
When I start a game, I have two black "colomn" on the left and right on my screen. In the resolution tool, the resolution is the good one. I've try to modify the resolution in the config file with "1920x1080"

The second one :
I have lags ingame. CTRL+F11 (or F12) work perfectly but I want to start my game without these lags. Also, I've try to modify the config file with "max". No change.

To finish, I saw that the configuration which I maked in the tool, didn't appear in the config file.

> Excuse me for my english which is not perfect :-)

Thank's for any answers and recommandations !
This question / problem has been solved by DeMignonimage
avatar
Achell: ... I have two black "colomn" on the left and right on my screen. In the resolution tool, the resolution is the good one. I've try to modify the resolution in the config file with "1920x1080"

.... I have lags ingame. ...
To use modern high resolutions and proper widescreen support, you'll have to patch the game with community mods. Otherwise the game looks zoomed. KeeperFX works pretty well (see this thread).

That aside, here are some tweaks for your vanilla DOSBox configuration:
Open dosboxDK.conf in your game's installation folder with any text editor and set the following:

fullscreen=true
fullresolution=1280x800
(try different resolutions here, whatever looks good on your system, but I wouldn't go too high)

output=opengl

aspect=false

If you don't care about blur, setting another scaler can improve the picture further (but also demands more resources). Try:
scaler=hq2x

Possible values are: none, normal2x, normal3x, advmame2x, advmame3x, advinterp2x, advinterp3x, hq2x, hq3x, 2xsai, super2xsai, supereagle, tv2x, tv3x, rgb2x, rgb3x, scan2x, scan3x.
They look like this: http://www.dosbox.com/wiki/Scaler

cycles=max
To counter your lags.
Post edited July 09, 2014 by DeMignon
KeeperFX was the solution. DK work perfectly now :-)

Thank's !