I am running Ubuntu 7.04 and would like to setup my xorg.conf properly with my monitor. The monitor is a Compaq V710 and the problem I have is refresh rates. I would like to run 1152x864 @ 75 Hz (I know this is possible as I duel boot and that is what I run in Windows XP). How do I find out the correct refresh rate information to enter into xorg.conf because at the moment I can only run 1152x864 @ 66 or 67 Hz so I must have it wrong. Here is my xorg.conf:
Section "Device"
Identifier "nVidia Corporation NV17 [GeForce4 MX 440]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Option "UseEdidDpi" "FALSE"
Option "DPI" "96 x 96"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
ModelName "COMPAQ V710"
Option "DPMS"
HorizSync 30 - 85
VertRefresh 50.0 - 160.0
DisplaySize 289 203
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV17 [GeForce4 MX 440]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Oh and the graphics board device is no longer an "nVidia Corporation NV17 [GeForce4 MX 440]" I upgraded to a 6800 gs but am assuming that doesn't matter, if it does, how do I know what to put there instead?
Thank you
Simon
http://www.linuxconfig.org/Reconfigure_xorg_X_Window_System_on_debian_and_ubuntu
hope this helps