VOGONS


First post, by nabla

User metadata
Rank Newbie
Rank
Newbie

Hi,

I want to play X-Wing with dosbox 0.74 and openSUSE 13.1. With the settings below everything works fine and fluently in fullscreen mode except that the aspect ratio is not correct. The complete screen is used (16:9).

[sdl]
fullscreen=yes
fulldouble=false
fullresolution=desktop
windowresolution=1280x720
output=openglnb
autolock=true
sensitivity=100
waitonerror=true
priority=higher,normal
mapperfile=xwing.map
usescancodes=true

[render]
frameskip=0
aspect=true
scaler=none

[cpu]
core=normal
cputype=auto
cycles=max
cycleup=10
cycledown=20

Going in window mode or setting

fullresolution=2560x1440

solves the aspect issues but the game -- in particular during flight -- is far from fluent. The CPU usage is still very low...

Any idea what to do?

Reply 1 of 2, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

change cycles to max 105%

ideally though you change the cpu governer to performance mode (in your kernel)

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 2, by nabla

User metadata
Rank Newbie
Rank
Newbie
Qbix wrote:

change cycles to max 105%

ideally though you change the cpu governer to performance mode (in your kernel)

Sorry for my late response. It did not work but I was planning to update to the most recent openSUSE anyway. So I did that, tested again, still no luck. However, apparently, switching Sync to VBlank off in the nvidia-settings did the trick. opengl(nb) is now fine.