Well... by default, you can switch you X server's screen resolution on the fly by pressing 'Ctrl+Alt+_numpad_"-"' and 'Ctrl+Alt+_numpad_"+"'
Additionaly, in file /etc/X11/xorg.conf there is a "Monitor" section, that looks like this:
Code:
Section "Monitor"
Identifier "monitor1"
VendorName "Samsung"
ModelName "753s"
HorizSync 30-70
VertRefresh 50-160
EndSection
You will need to edit HorizSync and VertRefresh values to correct ones suitable to your monitor.