After installing the Nvidia driver, did you change /etc/X11/xorg.conf
manually to reflect the change to the Nvidia driver? On my test box I let the Nvidia driver make the changes, and this is how it's setup:
Code:
mingdao@test:~$ less /etc/X11/xorg.conf
Section "Device"
#VideoRam 4096
# Insert Clocks lines here if appropriate
Identifier "VESA Framebuffer"
Driver "nvidia"
EndSection
Section "Screen"
# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.
# DefaultDepth 8
# DefaultDepth 16
# DefaultDepth 32
# "1024x768" is also a conservative usable default resolution. If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "Philips 150B4"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
I put the refresh rates for my monitor given by the manufacturer:
Code:
mingdao@test:~$ less /etc/X11/xorg.conf
Section "Monitor"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
Identifier "Philips 150B4"
HorizSync 30.0 - 61.0
VertRefresh 56.0 - 76.0
EndSection
So perhaps you can lower your VertRefresh rate? Just a guess.
And finally, you can run this command to see what's available:
Code:
mingdao@test:~$ xrandr
SZ: Pixels Physical Refresh
*0 1024 x 768 ( 302mm x 232mm ) *75
1 800 x 600 ( 302mm x 232mm ) 75
2 640 x 480 ( 302mm x 232mm ) 75
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
I've installed NVIDIA-Linux-x86-1.0-8762-pkg1.run