Post#2 » Tue Nov 11, 2014 12:52 am
Hi there, I'm away from home so I am working from memory, but I may be able to help:
Simplest answer: Full screen is toggled with Alt + Enter when you're playing.
More complex answer regarding resolution settings:
There are two ways to change your resolution. Options in-game is one way. It simply saves the values to eqclient.ini. If you want, you can go right into the eqclient.ini and do it yourself, which is the other way.
One of the problems I used to encounter was that my default settings would occasionally get overwritten. Chat filters and key bindings mysteriously reverted to defaults. The solution was to get eqclient.ini just the way you want it, and then set the file to be Read Only.
I play in 'windowed' mode with the window maximized but not full screen. Here are my settings to make that happen (my WindowedHeight value is less than 1080 to account for the frame of the window):
[VideoMode]
Width=640
Height=480
FullscreenRefreshRate=0
FullscreenBitsPerPixel=32
WindowedWidth=1920
WindowedHeight=1009
Hope that helps!