Error initializing video mode 960x540 on startup with Steam versions
Closed this issue · 2 comments
dpcollier128 commented
My desired settings are 1920x1080, Windowed, scaled x2.
Please help. I don't know where to begin fixing this.
NovaRain commented
If your desktop resolution is 1920x1080, try these settings for a windowed fullscreen game with 960x540 pixels:
; in ddraw.ini
[Graphics]
Mode=6
; in f2_res.ini
SCR_WIDTH=960
SCR_HEIGHT=540
SCALE_2X=0
If you have a higher desktop resolution (e.g. 2K/4K) and specifically want a 1920x1080 window:
; in ddraw.ini
[Graphics]
Mode=5
GraphicsWidth=1920
GraphicsHeight=1080
; in f2_res.ini
SCR_WIDTH=960
SCR_HEIGHT=540
SCALE_2X=0
Yes, there is no need of SCALE_2X.
dpcollier128 commented
Oh. Okay. Simple enough.