Hi all,
I've recently done a kernel update on a Mandriva 2006 system. After doing so, I reinstalled the nvidia drivers (87xx).
After some time, I was able to get X to load with the nvidia drivers (it had been producing a "Screens found but none have a useable configuration" error). Unfortunately, it will only work in 1280x1024, which is to fine for this 17" monitor. I'd prefer 1024x768. Unfortunately, I don't have the right ModeLine settings for my xorg.conf file.
Here is the monitor section of my xorg.conf file:
Code:
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "PTFBVT-17"
HorizSync 31-83
VertRefresh 56-76
# Added in a (failed) attempt at 1024x768 resolution
# ModeLine "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
# Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
As you can see, I've tried lifting 1024x768 ModeLines from other people's posts (ie when the 1280x1024 line matched, I've tried one of their 1024x768 lines in my xorg.conf) but without success. As soon as I comment out the 1280x1024 line and/or the 1280x1024 screen subsections, I'm back to "screens found but none have a useable configuration".
Can anyone help?