Select Modeline within XBMC ?
#1
Hi..i searched the forum already but cant find a similar problem.

i am trying to get my samsung b650,zotac ion and xbmc to work with 23.976hz =)

the problem is: The modlines defined in xorg.conf arent selectable or listed within xbmc.

any idea why i cant select the modeline resolutions within xbmc??
do i have to reset/delete some config file?

complete xorg.conf
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Wed May 27 03:15:36 PDT 2009

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

Section "Files"
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"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       14.0 - 72.0
    VertRefresh     24.0 - 62.0
#   Option         "DPMS"
    Modeline    "[email protected]"  74.230 1920 2560 2604 2752 1080 1084 1089 1125 +hsync +vsync
    Modeline    "1920x1080@50p"     148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
    Modeline    "[email protected]"  74.176 1920 1960 2016 2200 1080 1082 1088 1125 +hsync +vsync Interlace
    Modeline    "[email protected]"  148.352 1920 1960 2016 2200 1080 1082 1088 1125 +hsync +vsync
    Modeline    "1920x1080@60i"     74.25 1920 1960 2016 2200 1080 1082 1088 1125 +hsync +vsync Interlace
    Modeline    "1920x1080@60p"     148.500 1920 2008 2056 2200 1080 1084 1089 1125 +hsync +vsync

EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "HWCursor" "False"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
DefaultDepth    24

    Option         "ExactModeTimingsDVI"  "True"
#   Option         "ModeValidation"       "NoEdidModes"
    Option         "UseEDIDFreqs"         "False"
    Option         "ModeValidation"       "NoEdidModes, NoMaxPClkCheck, NoEdidMaxPClkCheck, AllowNon60HzDFPModes"

    Option         "NoLogo"               "True"
    Option         "DynamicTwinView"      "False"

    SubSection     "Display"
        Depth       24
        Modes      "[email protected]" "1920x1080@50p" "1920x1080@60p" "[email protected]" "[email protected]" "1920x1080@60i"
    EndSubSection
EndSection
Reply

Logout Mark Read Team Forum Stats Members Help
Select Modeline within XBMC ?0