On my Sony TV (see below link for my system) I can only setup 1080p@60hz - 50hz will not work.
I then afterwards change the xorg.conf to fit my system.
http://wiki.linuxmce.org/index.php/Custom_Display_ResolutionsI use UseEDID true and then my TV tells the driver/x what it can use. See /var/log/Xorg.0.log
Look for lines like theese. You see the "from: EDID" are the ones comming from my tv.
(II) Dec 07 10:08:16 NVIDIA(0): --- Modes in ModePool for SONY TV XV (DFP-0) ---
(II) Dec 07 10:08:16 NVIDIA(0): "nvidia-auto-select" : 1920 x 1080 @ 60.0 Hz (from: EDID)
(II) Dec 07 10:08:16 NVIDIA(0): "1920x1080" : 1920 x 1080 @ 60.0 Hz (from: EDID)
(II) Dec 07 10:08:16 NVIDIA(0): "1920x1080_60" : 1920 x 1080 @ 60.0 Hz (from: EDID)
(II) Dec 07 10:08:16 NVIDIA(0): "1920x1080_60_0" : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 16) (from: EDID)
(II) Dec 07 10:08:16 NVIDIA(0): "1920x1080_60_1" : 1920 x 1080 @ 59.9 Hz (from: X Server)
(II) Dec 07 10:08:16 NVIDIA(0): "1920x1080_50" : 1920 x 1080 @ 50.0 Hz (from: EDID)
(II) Dec 07 10:08:16 NVIDIA(0): "1920x1080_24" : 1920 x 1080 @ 23.97/24 Hz (CEA-861B Format 32) (from: EDID)
(II) Dec 07 10:08:16 NVIDIA(0): "1920x1080_60i" : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5) (from: EDID)
(II) Dec 07 10:08:16 NVIDIA(0): "1920x1080_50i" : 1920 x 1080 @ 50.0 Hz Interlace (from: X Configuration file Mod
eLine)
(II) Dec 07 10:08:16 NVIDIA(0): "1920x1080_50i_0" : 1920 x 1080 @ 50 Hz Interlace (CEA-861B Format 20) (from: EDID)
now change the Modes line to use the resolutions you would like :
SubSection "Display"
Modes "1920x1080_50i" "1920x1080_50"
Virtual 1920 1080
EndSubSection
In this example it wil default to 1080i@50hz (interlaced) - and if that is not possible it will use 1080p@50hz
If it works for you, please add it to the wiki

Viking