HP xw6200 running SuSE Linux 9.2
In YaST, under graphics card it says "nVidia VGA compatible controller"
The number on the card itself says P283. I am trying to make the "nv"
driver work - instead of the "fbdev" driver that is currently loaded.
After running X -configure, in the xorg.conf.new file, the correct
driver "nv" is loaded
Section "Device"
.
.
Driver "nv"
VendorName "nVidia Corp"
.
.
End Section
It also detects the monitor, an HP L1906 correctly. However, when I test
out the new config file the screen goes black and the monitor displays
"Input signal out of range, change settings back to 1280x1024".
In the old config file, the monitor was listed as a "vesa 1280x1024". I
didn't try to change it back, maybe I should. Any feedback?