width=2560
height=1600
That's what you should be running it at. It should work without issue.
If it doesn't, try
width=1920
height=1200
or even
width=1920
height=1080
Try them in order and see how that works.
Also, make sure all of these setting are exactly like this:
ColourBits=32
DepthBits=24
StencilBits=8
ChangeScreenRes=1
FullScreen=1
DrawIfNotFocused=0
EnableResize=0
EnableClose=1
SaveAspect=0
Use3Renders=0
One last thing, before doing any of this, make sure you are using OpenGL mode in the in game video settings.
|