adjustrefreshrate does'n work?
#1
Hello

videos with 24fps works fine with 60Hz on my TV, so I set "Adjust display refresh..." to On..

my advancedsettings.xml
Code:
<advancedsettings>
<video>
  <adjustrefreshrate>
    <override>
      <fpsmin>24.96</fpsmin>
      <fpsmax>25.01</fpsmax>
      <refresh>50</refresh>
    </override>
     <fallback>
      <refresh>60.0</refresh>
    </fallback>
  </adjustrefreshrate>
</video>
</advancedsettings>

my xorg.conf:
Code:
Section "Device"
        Identifier "nvidia"
        Driver  "nvidia"
        Option  "NoLogo"              "true"
    Option  "NoFlip"              "false"
        Option  "DynamicTwinView"     "false"
        Option  "FlatPanelProperties" "Scaling = Native"
        Option  "ModeValidation"      "NoVesaModes, NoXServerModes, NoVertRefreshCheck, NoHorizSyncCheck"
        Option  "UseDisplayDevice"    "DFP-1"
        Option  "ModeDebug"           "true"
    Option  "HWCursor"            "false"
EndSection

Section "Screen"
        Identifier      "screen"
        Device          "nvidia"
        SubSection      "Display"
                Modes "1920x1080_60_0" "1920x1080_24"
        EndSubSection
EndSection

Section "Extensions"
        Option  "Composite"           "false"
EndSection


#  --- Modes in ModePool for LG TV (DFP-1) ---
#  "nvidia-auto-select" : 1920 x 1080 @  60.0 Hz  
#  "1920x1080"          : 1920 x 1080 @  60.0 Hz  
#  "1920x1080_60"       : 1920 x 1080 @  60.0 Hz  
#  "1920x1080_60_0"     : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 16)
#  "1920x1080_50"       : 1920 x 1080 @ 50 Hz (CEA-861B Format 31)
#  "1920x1080_30"       : 1920 x 1080 @ 29.97/30 Hz (CEA-861B Format 34)
#  "1920x1080_25"       : 1920 x 1080 @ 25 Hz (CEA-861B Format 33)
#  "1920x1080_24"       : 1920 x 1080 @ 23.97/24 Hz (CEA-861B Format 32)
#  "1920x1080_60i"      : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5)
#  "1920x1080_50i"      : 1920 x 1080 @ 50 Hz Interlace (CEA-861B Format 20)
#  "1280x1024"          : 1280 x 1024 @  60.0 Hz  
#  "1280x1024_60"       : 1280 x 1024 @  60.0 Hz  
#  "1280x720"           : 1280 x  720 @  61.0 Hz  
#  "1280x720_61"        : 1280 x  720 @  61.0 Hz  
#  "1280x720_60"        : 1280 x  720 @  60.0 Hz  
#  "1280x720_60_0"      : 1280 x  720 @ 59.94/60 Hz (CEA-861B Format 4)
#  "1280x720_50"        : 1280 x  720 @ 50 Hz (CEA-861B Format 19)
#  "1152x864"           : 1152 x  864 @  75.0 Hz  
#  "1152x864_75"        : 1152 x  864 @  75.0 Hz  
#  "1024x768"           : 1024 x  768 @  60.0 Hz  
#  "1024x768_60"        : 1024 x  768 @  60.0 Hz  
#  "800x600"            :  800 x  600 @  60.3 Hz  
#  "800x600_60"         :  800 x  600 @  60.3 Hz  
#  "720x576"            :  720 x  576 @ 50 Hz (CEA-861B Format 18)
#  "720x576_50"         :  720 x  576 @ 50 Hz (CEA-861B Format 18)
#  "720x576_50i"        : (1440)x 576 @ 50 Hz Interlace (CEA-861B Format 21)
#  "720x480"            :  720 x  480 @ 59.94/60 Hz (CEA-861B Format 3)
#  "720x480_60"         :  720 x  480 @ 59.94/60 Hz (CEA-861B Format 3)
#  "640x480"            :  640 x  480 @ 59.94/60 Hz Interlace (CEA-861B Format 1)
#  "640x480_60"         :  640 x  480 @ 59.94/60 Hz Interlace (CEA-861B Format 1)
#  --- End of ModePool for LG TV (DFP-1): ---

it should switch to 50Hz on 25fps videos, otherwise 60Hz... but it doesn't work Sad

please help...
Reply
#2
I'm taking a guess here that you're using Dharma and not trunk.
Reply
#3
yes, I'm using Dharma rc2...
Reply

Logout Mark Read Team Forum Stats Members Help
adjustrefreshrate does'n work?0