Posted January 23, 2015
Hello,
when I launched this game for the first time, the aspect ratio was not correct: dark force is a 4:3 game and my screen is 16:9. But Dosbox displayed it in fullscreen with a 16:9 ratio, it stretched the game on my 16:9 screen, very uggly with poor performance.
To change that, I opened the conf file "dosbox_DF.conf" and change this value:
[sdl]
fullresolution=desktop
fulldouble=true
output=overlay
windowresolution=1280x1024 #adapt this resolution to your need/screen configuration
[render]
aspect=true
scaler=none
Now I can play the game in fullscreen with a 4:3 ratio and with normal performance.
Another thing: on Linux, you can use output=opengl or output=openglnb
openglnb means nobilinear filter if you want to obtain an image like the original game, without blur
Hope this help.
when I launched this game for the first time, the aspect ratio was not correct: dark force is a 4:3 game and my screen is 16:9. But Dosbox displayed it in fullscreen with a 16:9 ratio, it stretched the game on my 16:9 screen, very uggly with poor performance.
To change that, I opened the conf file "dosbox_DF.conf" and change this value:
[sdl]
fullresolution=desktop
fulldouble=true
output=overlay
windowresolution=1280x1024 #adapt this resolution to your need/screen configuration
[render]
aspect=true
scaler=none
Now I can play the game in fullscreen with a 4:3 ratio and with normal performance.
Another thing: on Linux, you can use output=opengl or output=openglnb
openglnb means nobilinear filter if you want to obtain an image like the original game, without blur
Hope this help.
Post edited January 23, 2015 by legluondunet