Please help me with my xorg.conf file for my setup
#1
Bashing my head against the wall here trying to get my steup running correctly when playing 24fps MKV movies. Currently my video mode is set to 1920x1080@50hz. Needless to say when playing 23.97fps MKV files I get nasty juddering.

I've confirmed that my TV is 24hz capable. I'm assuming now that its just a case of getting the right settings in my xorg.conf file in order to get XBMC to function correctly and switch modes etc as needed. (as well as setting the correct options from within XBMC itself).

My TV is a Sony Bravia KDL40W2000.

Here is my current default (un-edited) xorg.conf file from my system build. My brother-in-law built my Linux box for me - meaning my Linux knowledge is somewhat... errr... limited at the moment!. If someone is able to post back with a modified xorg.conf file for my setup, together with details of which settings I need to enable from within XBMC (video and screen options etc) that would be really fantastic Big Grin

Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder63)  Tue Oct 20 21:01:12 PDT 2009

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Tue Oct 20 21:00:15 PDT 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    ModulePath      "/usr/local/lib/xorg/modules"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
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 "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"

    # HorizSync source: builtin, VertRefresh source: builtin
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "SONY TV"
    HorizSync       14.0 - 70.0
    VertRefresh     48.0 - 62.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "ION"
    Option         "UseEdidDpi" "false"
    Option         "DPI" "96 x 96"
EndSection

Section "Screen"

# Removed Option "metamodes" "1280x720 +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "TwinView" "0"
    Option         "metamodes" "1920x1080 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
Reply

Logout Mark Read Team Forum Stats Members Help
Please help me with my xorg.conf file for my setup0