Rate 24.0 Hz not available for this size
Rate 60.0 Hz not available for this size
Even though I could use nvidia-settings to manually change to those refresh rates! No matter what steps I took, I couldn't get xrandr to see anything except 50hz. I spent a while trying to get modelines working but didn't have much luck either.
In the end, this is how I solved my problem:
Removed xorg.conf
Ran nvidia-xconfig to generate a new one
Edited the xorg.conf and replaced the Device, Screen and Extensions sections with the ones posted at the start of this thread
Followed the rest of the guide
Important:
These steps alone would not work - the key was changing the refresh rates. Although the xorg log reported the following refresh rates
HorizSync : 15.000-68.000 kHz
VertRefresh : 23.000-61.000 Hz
I needed to use the refresh rates from my TV's manual, which are
HorizSync 31.0 - 69.0
VertRefresh 59.0 - 86.0
I saved xorg.conf, rebooted and everything worked perfectly.
For reference I am using an Asus GT520 and Panasonic TH-P54VT20A.
One more point is that I connected the HDMI directly from the PC to the TV during this process, to avoid the AVR complicating matters. After it was all working, I put it back through the AVR and all still working.
Hope this helps someone, as it took me ages to figure it out, but looking great now!
Cheers
Here is my xorg.conf
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 270.41.06 (buildmeister@swio-display-x86-rhel47-07.nvidia.com) Mon Apr 18 15:15:12 PDT 2011
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.0 - 69.0
VertRefresh 59.0 - 86.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "true"
Option "DynamicTwinView" "false"
Option "NoFlip" "false"
Option "FlatPanelProperties" "Scaling = Native"
Option "ModeValidation" "NoVesaModes, NoXServerModes"
Option "UseDisplayDevice" "DFP-1"
Option "ModeDebug" "true"
Option "HWCursor" "false"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080_60_0" "1920x1080_24"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "false"
EndSection
Search
Help