Difference between revisions of "Sony KDL-46W4500"

From LinuxMCE
Jump to: navigation, search
 
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Category:Hardware]]
+
[[Category: Hardware]]
 +
{{versioninfo|810Status=Working|810UpdatedDate=10th July 2012|810UpdatedBy=Viking}}
 
[[Category:Video]]
 
[[Category:Video]]
 
[[Category:Displays]]
 
[[Category:Displays]]
Line 5: Line 6:
 
I am using an '''European''' version this TV and will try to describe problems I have here.
 
I am using an '''European''' version this TV and will try to describe problems I have here.
  
Connected to a Nvidia 7300GT with an DVI to HDMI cable.
+
Connected to a Nvidia 8400 GS with an DVI to HDMI cable.  
  
I was not able to get the TV setup to 1080p with 50hz, so I choosed 1080p and 60hz. Then afterwards I changed the xorg.conf and changed/added the folowing lines :
+
 
 +
'''10th July 2012 - Currently I am using the judderfree solution further down with 0810 '''
 +
 
 +
 
 +
I was not able to get the AV Wizard to setup the TV to 1080p with 50hz, so I setup 1080p and 60hz. Then afterwards I changed the xorg.conf and changed/added the following lines :
  
 
  Option        "UseEDIDDpi" "false"
 
  Option        "UseEDIDDpi" "false"
 
  Option        "UseEDID" "true"
 
  Option        "UseEDID" "true"
  
  Modes       "1920x1080_50"
+
  Modes           "1920x1080_50_1" "1920x1080_50_0" "1920x1080_50" "1920x1080" "1920x1080_50i"
 
  VertRefresh    49-51
 
  VertRefresh    49-51
  
Line 21: Line 26:
 
"UseEDIDDpi" "false" is important, otherwise you will get very small unreadable characters.
 
"UseEDIDDpi" "false" is important, otherwise you will get very small unreadable characters.
  
----
 
  
  
Alternate solution (I used first).
+
I did also start KDE and then start nvidia-settings. Then below OpenGL settings activated the checkbox next to "Sync to VBlank" so that it is used.
  
I was not able to get the TV setup to 1080p with 50hz, so I choosed 1080p and 60hz. Then afterwards I changed the xorg.conf to the right 1080p@50hz Modeline i found in the HDTV list in the MythTV modeline database.
+
Then in MythTV (see here http://www.mythtv.org/wiki/VDPAU#Enabling_VDPAU_in_MythFrontend) under "Utilities -> Setup -> TV Settings -> Playback -> Playback Profiles (3/8)" setup "VDPAU Normal"
  
        # 1920x1080 @ 50 Hz (EDID) HSync: 56.25 kHz
 
        ModeLine "1920x1080" 148.50 1920 2448 2496 2640 1080 1084 1089 1125 +HSync +VSync
 
  
And changed the VertRefresh to :
+
Update 20.07.2012 for Judderfree is this also needed :
        VertRefresh    49-51
+
http://www.mythtv.org/wiki/VDPAU#Tearing.2FStuttering
 +
Change Option "Composite" "true" in /etc/X11/xorg.conf to '''"Disable"''':
  
and rebooted. After that I had 50hz.
+
  Section "Extensions"
 +
      Option "Composite" "Disable"
 +
  EndSection
  
 
----
 
----
  
My latest xorg.conf
 
  
 +
== Judder free TV and Video with MythTV and MythTV video plugin ==
  
# xorg.conf (xorg X Window System server configuration file)
+
'''10th July 2012 - This is the CURRENT solution I am using with 0810 '''
#
+
# This file was generated by dexconf, the Debian X Configuration tool, using
+
# values from the debconf database.
+
#
+
# Edit this file with caution, and see the xorg.conf manual page.
+
# (Type "man xorg.conf" at the shell prompt.)
+
#
+
# This file is automatically updated on xserver-xorg package upgrades *only*
+
# if it has not been modified since the last upgrade of the xserver-xorg
+
# package.
+
#
+
# If you have edited this file but would like it to be automatically updated
+
# again, run the following command:
+
#  sudo dpkg-reconfigure -phigh xserver-xorg
+
  
Section "Files"
 
EndSection
 
  
Section "InputDevice"
+
Using the description from here :
        Identifier      "Generic Keyboard"
+
http://www.mythtv.org/wiki/User_Manual:JudderFree
        Driver          "kbd"
+
        Option          "CoreKeyboard"
+
        Option          "XkbRules"      "xorg"
+
        Option          "XkbModel"      "pc105"
+
        Option          "XkbLayout"    "dk"
+
        Option          "XkbVariant"    "basic"
+
EndSection
+
  
Section "InputDevice"
+
'''IMPORTANT is in your xorg.conf to change the Option "DynamicTwinView" to "true" !!!''' That is the option that lets you choose ALL the refresh rates, also the 23.97 !
        Identifier      "Configured Mouse"
+
        Driver          "mouse"
+
        Option          "CorePointer"
+
        Option          "Device"                "/dev/input/mice"
+
        Option          "Protocol"              "ImPS/2"
+
        Option          "ZAxisMapping"          "4 5"
+
        Option         "Emulate3Buttons"       "true"
+
EndSection
+
  
Section "InputDevice"
+
I did setup all the needed resolutions and changed MythTV to change the resolution as described in the link above. '''The xorg.conf from below works with that!!!'''
        Driver          "wacom"
+
        Identifier      "stylus"
+
        Option          "Device"        "/dev/input/wacom"
+
        Option          "Type"          "stylus"
+
        Option          "ForceDevice"  "ISDV4"        # Tablet PC ONLY
+
EndSection
+
  
Section "InputDevice"
+
That way MýthTV's Video plugin will change the refresh rate to the right typ, no matter what kind of material you are playing. Execpt for PAL DVD's , they are for some reason set to NTSC 59.96 rate. I have no idea why at the monent.
        Driver          "wacom"
+
        Identifier      "eraser"
+
        Option          "Device"        "/dev/input/wacom"
+
        Option          "Type"          "eraser"
+
        Option          "ForceDevice"  "ISDV4"        # Tablet PC ONLY
+
EndSection
+
  
Section "InputDevice"
+
I have still setup the VDPAU things above in mythtv and "vsync to blanc" nvidia-settings !!
        Driver          "wacom"
+
        Identifier      "cursor"
+
        Option          "Device"        "/dev/input/wacom"
+
        Option          "Type"          "cursor"
+
        Option          "ForceDevice"  "ISDV4"        # Tablet PC ONLY
+
EndSection
+
  
Section "Device"
+
And this is also needed :
        Identifier      "ATI Technologies Inc ATI"
+
http://www.mythtv.org/wiki/VDPAU#Tearing.2FStuttering
        Driver      "fglrx"
+
Change Option "Composite" "true" in /etc/X11/xorg.conf to '''"Disable"''':
  
        # Driver                "vesa"
+
  Section "Extensions"
        # BusID        "PCI:1:5:0"
+
      Option "Composite" "Disable"
        Option "XvmcUsesTextures" "true"
+
  EndSection
        Option "renderAccel" "true"
+
        Option "NoDDCValue"
+
        Option "UseEDID" "false"
+
        Option "ExactModeTimingsDVI" "true"
+
        Option "NoLogo" "true"
+
        Option "NoBandWidthTest" "true"
+
        Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes"
+
        Option "DynamicTwinView" "false"
+
        Option "UseEvents" "true"
+
        Option         "ConnectedMonitor" "DFP"
+
EndSection
+
  
Section "Monitor"
 
        Identifier      "SyncMaster"
 
        Option          "DPMS"
 
  
        # 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
+
----
  
        # 1920x1080 @ 25 Hz (EDID) HSync: 28.125 kHz
 
        #                # 1920x1080 @ 50 Hz (EDID) HSync: 56.25 kHz
 
        #
 
# FROM xorglog  Default mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 56.2 kHz, 50.0 Hz
 
        Modeline        "1920x1080" 148.5 1920 1960 2016 2200 1080 1082 1088 1125
 
        HorizSync      20-500
 
        VertRefresh    59-61
 
EndSection
 
  
Section "Screen"
+
== Alternate solution (I used first) ==
        Identifier      "Default Screen"
+
 
        Device          "ATI Technologies Inc ATI"
+
I was not able to get the TV setup to 1080p with 50hz, so I choosed 1080p and 60hz. Then afterwards I changed the xorg.conf to the right 1080p@50hz Modeline i found in the HDTV list in the MythTV modeline database.
        Monitor        "SyncMaster"
+
 
         DefaultDepth    24
+
         # 1920x1080 @ 50 Hz (EDID) HSync: 56.25 kHz
         SubSection "Display"
+
         ModeLine "1920x1080" 148.50 1920 2448 2496 2640 1080 1084 1089 1125 +HSync +VSync
                Modes          "1920x1080"
+
 
                Virtual        1920 1080
+
And changed the VertRefresh to :
        EndSubSection
+
         VertRefresh    49-51
        Option "XvmcUsesTextures" "true"
+
 
         Option "renderAccel" "true"
+
and rebooted. After that I had 50hz.
        Option "NoDDCValue"
+
 
        Option "UseEDID" "false"
+
----
        Option "ExactModeTimingsDVI" "true"
+
 
        Option "NoLogo" "true"
+
== My latest xorg.conf ==
        Option "NoBandWidthTest" "true"
+
        Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes"
+
        Option "DynamicTwinView" "false"
+
        Option "UseEvents" "true"
+
        Option  "TVStandard"    "1080p"
+
EndSection
+
  
Section "ServerLayout"
 
        Identifier      "Default Layout"
 
        Screen          "Default Screen"
 
        InputDevice    "Generic Keyboard"
 
        InputDevice    "Configured Mouse"
 
  
# Uncomment if you have a wacom tablet
+
    Section "ServerLayout"
#       InputDevice    "stylus"       "SendCoreEvents"
+
    Identifier "XFree86 Configured"
#       InputDevice     "cursor"       "SendCoreEvents"
+
    Screen   0 "Screen0" 0 0
#       InputDevice     "eraser"       "SendCoreEvents"
+
    InputDevice "Mouse0" "CorePointer"
EndSection
+
    InputDevice "Keyboard0" "CoreKeyboard"
  Section "Extensions"
+
    EndSection
        Option "Composite" "false"
+
   
        Option "RENDER" "true"
+
    Section "Files"
EndSection
+
    # RgbPath "/usr/X11R6/lib/X11/rgb"
 +
    ModulePath "/usr/lib/xorg/modules"
 +
    FontPath "/usr/share/fonts/X11"
 +
    FontPath "/usr/X11R6/lib/X11/fonts/misc/"
 +
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
 +
    FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
 +
    FontPath "/usr/X11R6/lib/X11/fonts/CID/"
 +
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
 +
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
 +
    EndSection
 +
   
 +
    Section "Module"
 +
    Load "dbe"
 +
    Load "extmod"
 +
    Load "record"
 +
    Load "xtrap"
 +
    Load "speedo"
 +
    Load "type1"
 +
    Load "glx"
 +
    Load "int10"
 +
    Load "v4l"
 +
    EndSection
 +
   
 +
    Section "InputDevice"
 +
    Identifier "Keyboard0"
 +
    Driver "keyboard"
 +
    Option "XkbLayout" "us"
 +
    Option "XkbVariant" "basic"
 +
    Option "XkbModel" "pc105"
 +
     EndSection
 +
   
 +
    Section "InputDevice"
 +
    Identifier "Mouse0"
 +
    Driver "mouse"
 +
    Option "Protocol" "auto"
 +
    Option "Device" "/dev/input/mice"
 +
    Option "ZAxisMapping" "4 5"
 +
    EndSection
 +
   
 +
    Section "Monitor"
 +
    Identifier "Monitor0"
 +
    VendorName "Sony"
 +
    ModelName "46"
 +
    ## HorizSync 20-500
 +
    # 1920x1080 @ 50 Hz (EDID) HSync: 28.125 kHz
 +
    ## VertRefresh 49-51
 +
    ## ModeLine "1920x1080_my50i" 74.25 1920 2448 2492 2640 1080 1084 1094 1124 +HSync +VSync Interlace
 +
            # 1920x1080 @ 50 Hz (EDID) HSync: 56.25 kHz
 +
            ## ModeLine "1920x1080_my50" 148.50 1920 2448 2496 2640 1080 1084 1089 1125 +HSync +VSync
 +
      
 +
    # 1920x1080p @ 50Hz (EIA/CEA-861B)
 +
    ModeLine "1920x1080@50" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
 +
    # 1920x1080p @ 60Hz (EIA/CEA-861B)
 +
    ModeLine "1920x1080@60" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
 +
    # 1920x1080p @ 24Hz (EIA/CEA-861B)
 +
    ModeLine "1920x1080@24" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
 +
    # 1920x1080p @ 23.976Hz (EIA/CEA-861B)
 +
    ModeLine "1920x1080@23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
 +
    # 1920x1080i @ 50Hz (EIA/CEA-861B)
 +
    Modeline "1920x1080@50i" 74.250 1920 2448 2492 2640 1080 1085 1095 1125 +hsync +vsync Interlace
 +
    # 1920x1080i @ 60Hz (EIA/CEA-861B)
 +
    Modeline "1920x1080@60i" 74.250 1920 2008 2052 2200 1080 1085 1095 1125 +hsync +vsync interlace
 +
    # 1920x1080p @ 59.94Hz (EIA/CEA-861B)
 +
    ModeLine "1920x1080@59.94" 148.350 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
 +
    # 1920x1080i @ 59.94Hz (EIA/CEA-861B)
 +
    Modeline "1920x1080@59.94i" 74.175 1920 2008 2052 2200 1080 1085 1095 1125 +hsync +vsync Interlace
 +
    # 1920x1080p @ 25Hz (EIA/CEA-861B)
 +
    ModeLine "1920x1080@25" 74.250 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
 +
    # 1920x1080p @ 29.97Hz (EIA/CEA-861B)
 +
    ModeLine "1920x1080@29.97" 74.175 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
 +
    # 1920x1080p @ 30Hz (EIA/CEA-861B)
 +
    ModeLine "1920x1080@30" 74.250 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
 +
    HorizSync 20.0 - 150.0
 +
    VertRefresh     23.0 - 90.0
 +
    Option "ExactModeTimingsDVI" "True"
 +
    Option "UseEDIDFreqs" "FALSE"
 +
    Option "UseEDIDDpi" "FALSE"
 +
    #!# Option "ModeValidation" "NoEdidModes"
 +
    EndSection
 +
   
 +
    Section "Device"
 +
    ### Available Driver options are:-
 +
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
 +
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
 +
    ### [arg]: arg optional
 +
    #Option "NoAccel" # [<bool>]
 +
    #Option "SWcursor" # [<bool>]
 +
    #Option "ColorKey" # <i>
 +
    #Option "CacheLines" # <i>
 +
    #Option "Dac6Bit" # [<bool>]
 +
    #Option "DRI" # [<bool>]
 +
    #Option "NoDDC" # [<bool>]
 +
    #Option "ShowCache" # [<bool>]
 +
    #Option "XvMCSurfaces" # <i>
 +
    Identifier "Card0"
 +
    Driver "nvidia"
 +
    VendorName "Unknown Vendor Name"
 +
    BoardName "Unknown Board Name"
 +
    Option "LinearAlloc" "16384"
 +
    #BusID "PCI:0:2:0"
 +
    # Option "NoDDC" "true"
 +
    Option "XvmcUsesTextures" "true"
 +
    Option "renderAccel" "true"
 +
    Option "NoDDCValue"
 +
    # Option "UseEDID" "false"
 +
    Option "UseEDID" "true"
 +
            Option "UseEDIDDpi" "false"
 +
    ## Option        "TripleBuffer" "True"
 +
    Option "ExactModeTimingsDVI" "true"
 +
    Option "NoLogo" "true"
 +
    Option "NoBandWidthTest" "true"
 +
    Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes,NoEdidModes"
 +
    ## Option "ModeValidation" "NoVertRefreshCheck, NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes"
 +
   
 +
    Option "DynamicTwinView" "true"
 +
    Option "UseEvents" "true"
 +
    ## CJA Maybe remove ?
 +
    Option "AllowGLXWithComposite" "true"
 +
    Option "AddARGBGLXVisuals" "true"
 +
    Option "ConnectedMonitor" "DFP"
 +
    EndSection
 +
   
 +
    Section "Screen"
 +
    Identifier "Screen0"
 +
    Device "Card0"
 +
    Monitor "Monitor0"
 +
    DefaultDepth 24
 +
    Option     "FlatPanelProperties" "Scaling = Native"
 +
    Option     "TwinView" "0"
 +
    SubSection "Display"
 +
    ## Modes "1920x1080_50i" "1920x1080_50i_0" "1920x1080_my50i"
 +
    ## Virtual 1920 1080
 +
    Depth    24
 +
   
 +
    Modes "1920x1080@50" "1920x1080@60" "1920x1080@24" "1920x1080@23.976" "1920x1080@50i"
 +
    Modes "1920x1080@60i" "1920x1080@59.94" "1920x1080@59.94i"
 +
   
 +
    ## Modes "1920x1080@50i" "1920x1080@50" "1920x1080@60" "1920x1080@24" "1920x1080@23.976"
 +
    ## Modes "1920x1080@60i" "1920x1080@59.94" "1920x1080@59.94i"
 +
    # Modes "1920x1080@25" "1920x1080@29.97" "1920x1080@30"
 +
    EndSubSection
 +
    Option "XvmcUsesTextures" "true"
 +
    Option "renderAccel" "true"
 +
    Option "NoDDCValue"
 +
    # Option "UseEDID" "false"
 +
    Option "UseEDID" "true"
 +
            Option "UseEDIDDpi" "false"
 +
    Option "ExactModeTimingsDVI" "true"
 +
    Option "NoLogo" "true"
 +
    Option "NoBandWidthTest" "true"
 +
    Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes,NoEdidModes"
 +
    ## Option "ModeValidation" "NoVertRefreshCheck, NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes"
 +
    Option "DynamicTwinView" "true"
 +
    Option "UseEvents" "true"
 +
    ## CJA Maybe remove ?
 +
    Option "AllowGLXWithComposite" "true"
 +
    Option "AddARGBGLXVisuals" "true"
 +
    Option "TVStandard" "1080p (16:9)"
 +
    EndSection
 +
   
 +
    Section "ServerFlags"
 +
    Option "AllowMouseOpenFail" "true"
 +
    Option "AutoAddDevices" "false"
 +
    Option "BlankTime" "0"
 +
    Option "StandbyTime" "0"
 +
    Option "SuspendTime" "0"
 +
    Option "OffTime" "0"
 +
    Option "AIGLX" "Off"
 +
    EndSection
 +
    Section "ServerFlags"
 +
    Option "AutoAddDevices" "False"
 +
    EndSection
 +
    Section "ServerFlags"
 +
    Option "AutoAddDevices" "False"
 +
    EndSection
 +
    Section "ServerFlags"
 +
    Option "AutoAddDevices" "False"
 +
    EndSection
 +
    Section "ServerFlags"
 +
    Option "AutoAddDevices" "False"
 +
    EndSection
 +
    Section "Extensions"
 +
    Option "Composite" "false"
 +
    Option "RENDER" "true"
 +
    EndSection
 +
    Section "ServerFlags"
 +
    Option "AutoAddDevices" "False"
 +
    EndSection

Latest revision as of 23:02, 20 July 2012

Version Status Date Updated Updated By
710 Unknown N/A N/A
810 Working 10th July 2012 Viking
1004 Unknown N/A N/A
1204 Unknown N/A N/A
1404 Unknown N/A N/A
Usage Information

I am using an European version this TV and will try to describe problems I have here.

Connected to a Nvidia 8400 GS with an DVI to HDMI cable.


10th July 2012 - Currently I am using the judderfree solution further down with 0810


I was not able to get the AV Wizard to setup the TV to 1080p with 50hz, so I setup 1080p and 60hz. Then afterwards I changed the xorg.conf and changed/added the following lines :

Option         "UseEDIDDpi" "false"
Option         "UseEDID" "true"
Modes           "1920x1080_50_1" "1920x1080_50_0" "1920x1080_50" "1920x1080" "1920x1080_50i"
VertRefresh     49-51

and rebooted. After that I had 50hz.

The line "1920x1080_50" uses the EDID information it gets of the TV and sets things up correctly. In the /var/log/Xorg.0.log you can then see that it chooses the right resolution.

"UseEDIDDpi" "false" is important, otherwise you will get very small unreadable characters.


I did also start KDE and then start nvidia-settings. Then below OpenGL settings activated the checkbox next to "Sync to VBlank" so that it is used.

Then in MythTV (see here http://www.mythtv.org/wiki/VDPAU#Enabling_VDPAU_in_MythFrontend) under "Utilities -> Setup -> TV Settings -> Playback -> Playback Profiles (3/8)" setup "VDPAU Normal"


Update 20.07.2012 for Judderfree is this also needed : http://www.mythtv.org/wiki/VDPAU#Tearing.2FStuttering Change Option "Composite" "true" in /etc/X11/xorg.conf to "Disable":

  Section "Extensions"
      Option "Composite" "Disable"
  EndSection


Judder free TV and Video with MythTV and MythTV video plugin

10th July 2012 - This is the CURRENT solution I am using with 0810


Using the description from here : http://www.mythtv.org/wiki/User_Manual:JudderFree

IMPORTANT is in your xorg.conf to change the Option "DynamicTwinView" to "true" !!! That is the option that lets you choose ALL the refresh rates, also the 23.97 !

I did setup all the needed resolutions and changed MythTV to change the resolution as described in the link above. The xorg.conf from below works with that!!!

That way MýthTV's Video plugin will change the refresh rate to the right typ, no matter what kind of material you are playing. Execpt for PAL DVD's , they are for some reason set to NTSC 59.96 rate. I have no idea why at the monent.

I have still setup the VDPAU things above in mythtv and "vsync to blanc" nvidia-settings !!

And this is also needed : http://www.mythtv.org/wiki/VDPAU#Tearing.2FStuttering Change Option "Composite" "true" in /etc/X11/xorg.conf to "Disable":

  Section "Extensions"
      Option "Composite" "Disable"
  EndSection




Alternate solution (I used first)

I was not able to get the TV setup to 1080p with 50hz, so I choosed 1080p and 60hz. Then afterwards I changed the xorg.conf to the right 1080p@50hz Modeline i found in the HDTV list in the MythTV modeline database.

       # 1920x1080 @ 50 Hz (EDID) HSync: 56.25 kHz
       ModeLine "1920x1080" 148.50 1920 2448 2496 2640 1080 1084 1089 1125 +HSync +VSync

And changed the VertRefresh to :

       VertRefresh     49-51

and rebooted. After that I had 50hz.


My latest xorg.conf

   Section "ServerLayout"
   	Identifier	"XFree86 Configured"
   	Screen	  0	"Screen0"	0 0
   	InputDevice	"Mouse0"	"CorePointer"
   	InputDevice	"Keyboard0"	"CoreKeyboard"
   EndSection
   
   Section "Files"
   #	RgbPath		"/usr/X11R6/lib/X11/rgb"
   	ModulePath	"/usr/lib/xorg/modules"
   	FontPath	"/usr/share/fonts/X11"
   	FontPath	"/usr/X11R6/lib/X11/fonts/misc/"
   	FontPath	"/usr/X11R6/lib/X11/fonts/Speedo/"
   	FontPath	"/usr/X11R6/lib/X11/fonts/Type1/"
   	FontPath	"/usr/X11R6/lib/X11/fonts/CID/"
   	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
   	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/"
   EndSection
   
   Section "Module"
   	Load	"dbe"
   	Load	"extmod"
   	Load	"record"
   	Load	"xtrap"
   	Load	"speedo"
   	Load	"type1"
   	Load	"glx"
   	Load	"int10"
   	Load	"v4l"
   EndSection
   
   Section "InputDevice"
   	Identifier	"Keyboard0"
   	Driver		"keyboard"
   	Option		"XkbLayout"		"us"
   	Option		"XkbVariant"	"basic"
   	Option		"XkbModel"		"pc105"
   EndSection
   
   Section "InputDevice"
   	Identifier	"Mouse0"
   	Driver		"mouse"
   	Option		"Protocol"		"auto"
   	Option		"Device"		"/dev/input/mice"
   	Option		"ZAxisMapping"	"4 5"
   EndSection
   
   Section "Monitor"
   	Identifier	"Monitor0"
   	VendorName	"Sony"
   	ModelName	"46"
   	## HorizSync	20-500
   	# 1920x1080 @ 50 Hz (EDID) HSync: 28.125 kHz
   	## VertRefresh	49-51
   	## ModeLine "1920x1080_my50i" 74.25 1920 2448 2492 2640 1080 1084 1094 1124 +HSync +VSync Interlace
           # 1920x1080 @ 50 Hz (EDID) HSync: 56.25 kHz
           ## ModeLine "1920x1080_my50" 148.50 1920 2448 2496 2640 1080 1084 1089 1125 +HSync +VSync
   
   	# 1920x1080p @ 50Hz (EIA/CEA-861B) 
   	ModeLine "1920x1080@50" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync 
   	# 1920x1080p @ 60Hz (EIA/CEA-861B) 
   	ModeLine "1920x1080@60" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync 
   	# 1920x1080p @ 24Hz (EIA/CEA-861B) 
   	ModeLine "1920x1080@24" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync 
   	# 1920x1080p @ 23.976Hz (EIA/CEA-861B) 
   	ModeLine "1920x1080@23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync 
   	# 1920x1080i @ 50Hz (EIA/CEA-861B) 
   	Modeline "1920x1080@50i" 74.250 1920 2448 2492 2640 1080 1085 1095 1125 +hsync +vsync Interlace 
   	# 1920x1080i @ 60Hz (EIA/CEA-861B) 
   	Modeline "1920x1080@60i" 74.250 1920 2008 2052 2200 1080 1085 1095 1125 +hsync +vsync interlace 
   	# 1920x1080p @ 59.94Hz (EIA/CEA-861B) 
   	ModeLine "1920x1080@59.94" 148.350 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync 
   	# 1920x1080i @ 59.94Hz (EIA/CEA-861B) 
   	Modeline "1920x1080@59.94i" 74.175 1920 2008 2052 2200 1080 1085 1095 1125 +hsync +vsync Interlace 
   	# 1920x1080p @ 25Hz (EIA/CEA-861B) 
   	ModeLine "1920x1080@25" 74.250 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync 
   	# 1920x1080p @ 29.97Hz (EIA/CEA-861B) 
   	ModeLine "1920x1080@29.97" 74.175 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync 
   	# 1920x1080p @ 30Hz (EIA/CEA-861B) 
   	ModeLine "1920x1080@30" 74.250 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync 
   	HorizSync	20.0 - 150.0 
   	VertRefresh     23.0 - 90.0 
   	Option "ExactModeTimingsDVI" "True"
   	Option "UseEDIDFreqs" "FALSE"
   	Option "UseEDIDDpi" "FALSE"
   	#!# Option "ModeValidation" "NoEdidModes"
   EndSection
   
   Section "Device"
   	### Available Driver options are:-
   	### Values: : integer, <f>: float, <bool>: "True"/"False",
   	### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
   	### [arg]: arg optional
   	#Option		"NoAccel"				# [<bool>]
   	#Option		"SWcursor"				# [<bool>]
   	#Option		"ColorKey"				# <i>
   	#Option		"CacheLines"			# <i>
   	#Option		"Dac6Bit"				# [<bool>]
   	#Option		"DRI"					# [<bool>]
   	#Option		"NoDDC"					# [<bool>]
   	#Option		"ShowCache"				# [<bool>]
   	#Option		"XvMCSurfaces"			# <i>
   	Identifier	"Card0"
   	Driver		"nvidia"
   	VendorName	"Unknown Vendor Name"
   	BoardName	"Unknown Board Name"
   	Option		"LinearAlloc"		"16384"
   	#BusID		"PCI:0:2:0"
   #	Option		"NoDDC"				"true"
   	Option "XvmcUsesTextures" "true"
   	Option "renderAccel" "true"
   	Option "NoDDCValue"
   	# Option "UseEDID" "false"
   	Option "UseEDID" "true"
           Option "UseEDIDDpi" "false"
   	## Option         "TripleBuffer" "True"
   	Option "ExactModeTimingsDVI" "true"
   	Option "NoLogo" "true"
   	Option "NoBandWidthTest" "true"
   	Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes,NoEdidModes"
   	## Option "ModeValidation" "NoVertRefreshCheck, NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes"
   
   	Option "DynamicTwinView" "true"
   	Option "UseEvents" "true"
   	## CJA Maybe remove ?
   	Option "AllowGLXWithComposite" "true"
   	Option "AddARGBGLXVisuals" "true"
   	Option		"ConnectedMonitor" "DFP"
   EndSection
   
   Section "Screen"
   	Identifier	"Screen0"
   	Device		"Card0"
   	Monitor		"Monitor0"
   	DefaultDepth	24
   	Option	    "FlatPanelProperties" "Scaling = Native" 
   	Option	    "TwinView" "0" 
   	SubSection "Display"
   		## Modes		"1920x1080_50i" "1920x1080_50i_0" "1920x1080_my50i"
   		## Virtual		1920 1080
   		Depth     24 
   
   		Modes "1920x1080@50" "1920x1080@60" "1920x1080@24" "1920x1080@23.976" "1920x1080@50i"
   		Modes "1920x1080@60i" "1920x1080@59.94" "1920x1080@59.94i"
   
   		## Modes "1920x1080@50i" "1920x1080@50" "1920x1080@60" "1920x1080@24" "1920x1080@23.976"
   		## Modes "1920x1080@60i" "1920x1080@59.94" "1920x1080@59.94i"
   		# Modes "1920x1080@25" "1920x1080@29.97" "1920x1080@30"
   	EndSubSection
   	Option "XvmcUsesTextures" "true"
   	Option "renderAccel" "true"
   	Option "NoDDCValue"
   	# Option "UseEDID" "false"
   	Option "UseEDID" "true"
           Option "UseEDIDDpi" "false"
   	Option "ExactModeTimingsDVI" "true"
   	Option "NoLogo" "true"
   	Option "NoBandWidthTest" "true"
   	Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes,NoEdidModes"
   	## Option "ModeValidation" "NoVertRefreshCheck, NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes"
   	Option "DynamicTwinView" "true"
   	Option "UseEvents" "true"
   	## CJA Maybe remove ?
   	Option "AllowGLXWithComposite" "true"
   	Option "AddARGBGLXVisuals" "true"
   	Option	"TVStandard"	"1080p (16:9)"
   EndSection
   
   Section "ServerFlags"
   	Option	"AllowMouseOpenFail"	"true"
   	Option  "AutoAddDevices" 	"false"
   	Option	"BlankTime"		"0"
   	Option	"StandbyTime"	"0"
   	Option	"SuspendTime"	"0"
   	Option	"OffTime"		"0"
   	Option	"AIGLX"			"Off"
   EndSection
   Section "ServerFlags"
   	Option "AutoAddDevices" "False"
   EndSection
   Section "ServerFlags"
   	Option "AutoAddDevices" "False"
   EndSection
   Section "ServerFlags"
   	Option "AutoAddDevices" "False"
   EndSection
   Section "ServerFlags"
   	Option "AutoAddDevices" "False"
   EndSection
   Section "Extensions"
   	Option "Composite" "false"
   	Option "RENDER" "true"
   EndSection
   Section "ServerFlags"
   	Option "AutoAddDevices" "False"
   EndSection