Quote:
Originally Posted by briare
[You must be logged in to view images. Log in or Register.]
tnx guys, for the help thus far. i've learned a bit, but no fix yet.
i've used duxa to change resolution and the error remained. i've hard coded the game resolution to match my actual resolution and the error remains.
what i believe is happening is that the game is starting in full screen mode and for some reason i cannot switch it to windowed. here is my eqclient script. see anything wrong with this?
WindowedMode=TRUE
[VideoMode]
WindowedWidth=1680
WindowedHeight=945
Width=1680
Height=945
FullscreenBitsPerPixel=32
FullscreenRefreshRate=0
|
If it's starting in Full Screen mode, you're F'd with a FullscreenRefreshRate of 0. Go into your display control panel and see what refresh rates are available for 1680x945 resolution, and try setting FullscreenRefreshRate to that value. Mine is 85 in my .ini file.