[Linux] Frodo problems playing 25fps content
#1
I'm having a problem playing 25fps content from the UK, it is playing at a 60hertz refresh rate in frodo. When i was using eden my modelines in my xorg.conf would force XBMC and my tv to switch to the proper 50hertz refresh rate but its seems my xorg.conf no-longer works in frodo. In XBMC I have these setting enabled

"Vertical blank sync" ALWAYS ENABLED
"Allow hardware acceleration" ON
"Adjust display refresh rate" ON
"Sync playback to display" ON
"A/V sync method" VIDEO CLOCK (RESAMPLE AUDIO)

Any help would be appreciated.

Code:
Section "Device"
    Identifier     "nvidia"
    Driver         "nvidia"
    Option         "DynamicTwinView" "False"
    Option         "NoFlip" "false"
    Option         "NoLogo" "true"
    Option         "ConnectToAcpid" "0"
    Option         "FlatPanelProperties" "Scaling = Native"
    Option         "ModeValidation" "NoVesaModes, NoXServerModes"
    Option         "HWCursor" "false"
    # To put Xorg in debug mode change "false" to "true" in the line below:
#    Option         "ModeDebug" "false"
    # To use a local edid.bin file uncomment the 4 lines below (change DFP-0 to match your card)
#    Option         "ConnectedMonitor" "DFP-0"
#    Option         "CustomEDID" "DFP-0:/storage/.config/edid.bin"
#    Option         "IgnoreEDID" "false"
     Option         "UseEDID" "true"
EndSection

Section "Monitor"
    Identifier     "Monitor"
    VendorName     "Unknown"
    ModelName      "Unknown"
#    HorizSync       28.0 - 33.0
#    VertRefresh     43.0 - 72.0
    
    Option "ExactModeTimingsDVI" "TRUE"
    HorizSync 31 - 82
    VertRefresh 57 - 63
    ModeLine "1920x1080@60p" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
    ModeLine "1920x1080@50p" 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
    ModeLine "1920x1080@24p" 74.16 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
    Modeline "1920x1080@23976" 74.23 1920 2560 2604 2752 1080 1084 1089 1125 +hsync +vsync
    ModeLine "1920x1080@25p" 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
    ModeLine "1920x1080@30p" 89.01 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
EndSection

Section "Screen"
    Identifier     "screen"
    Device         "nvidia"
    Monitor        "Monitor"
    DefaultDepth    24
#    Option         "ColorRange" "Full"
     Option         "ColorRange" "Limited"
#    Option         "ColorSpace" "RGB"
#     Option         "ColorSpace" "YCbCr444"
    SubSection     "Display"
        Depth       24
        Modes "1920x1080@23976" "1920x1080@24p" "1920x1080@50p" "1920x1080@60p" "1920x1080@25p" "1920x1080@30p"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "false"
EndSection
Reply
#2
Has anyone been able to get a custom xorg.conf to work in frodo? I'm not sure what I'm doing wrong.
Reply
#3
Try have a look at the last link on my signature for guidance.

uNi
Reply
#4
Xbmc has nothing to do with Xorg and its config.
Reply

Logout Mark Read Team Forum Stats Members Help
[Linux] Frodo problems playing 25fps content0