Well Ive never had this problem before but for some reason i cant get my resolution up to 1600x1200. Ive tried editing my /etc/X11/xorg.conf file and if i run system-config-display the resolution is set to go up to 1600x1200 however when i try and change it, the highest it goes up to is 1400x1050. Any ideas? here's the 2 parts of my xorg.conf file.
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Dell 2001FP (Analog)"
HorizSync 31.0 - 80.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1600x1200" "1280x1024" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200" "1400x1050" "1280x960" "1280x800" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection