OK I give up...can someone help me with 24htz refresh rate?
#1
Hi, ive been an avid xbmc er for years now and can usually figure out things on my own but this one has me stumped. I'm trying to set up refresh rate switching. it works but i have an audio sync issue with some 24ftps/htz videos. All videos that are DTS audio seem to be fine (just my observation) but anything else i have about a 200ms difference and have to delay the audio. this would be fine except video that is at 60fps is cothen out of sync if iset it for default for all movies. I did a search of the forums and it seems like there are a lot of peple with this problem. I will post my xorg.conf below if it helps. could someone with a working setup paste theirs?

i'm using nvida GTX550 connected to a Onkyo TX-NR609 AVR to a LG 47LK520 1080p that supports 24p/htz

my xorg.conf
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 290.10  ([email protected])  Wed Nov 16 18:47:40 PST 2011

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "screen" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "keyboard"
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 "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nvidia"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "screen"
    Device         "nvidia"
    Monitor        "Monitor0"
    Option         "NoLogo" "true"
    Option         "DynamicTwinView" "false"
    Option         "FlatPanelProperties" "Scaling = Native"
    Option         "ModeValidation" "NoVesaModes, NoXServerModes, NoVertRefreshCheck, NoHorizSyncCheck"
    Option         "UseDisplayDevice" "DFP-1"
    Option         "ModeDebug" "true"
    Option         "HWCursor" "false"
    SubSection     "Display"
        Modes      "1920x1080_60"
    Option "ColorSpace" "YCbCr444"
    EndSubSection
EndSection

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

xbmc settings are set display refresh rate to match video checked
and
sync playback to display CHECKED - Audio Clock

someone please help me
Reply
#2
have you tried this script to identify the supported modes? http://forum.xbmc.org/showthread.php?tid=70068
Reply
#3
yes ive tryed that to no avail
Reply

Logout Mark Read Team Forum Stats Members Help
OK I give up...can someone help me with 24htz refresh rate?0