You are not logged in.

#1 2012-11-04 14:52:51

fubar49
Member
Registered: 2012-11-04
Posts: 1

XBMC Overriding Metamodes Options in X11 config

I can't seem to find another forum post which describes my problem and I have run out of trouble shooting ideas. Whenever I launch xbmc it seems to override the metamode options I have defined in my xorg.conf. Using the xorg.conf below I can use gnome 3 without any overscan issues, but when I launch xbmc the screen goes black and comes back with the edges cut off. Even after I exit xbmc still having the same issues until I restart gdm. I have a gt210 with using the nvidia packages for my drivers and here is xorg.conf. Has anyone seen this issue before or notice something missing in my xorg.conf?

[xbmc@localhost ~]$ cat /etc/X11/xorg.conf

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    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       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection


Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "NoLogo" "True"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
    Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: 1920x1080 { ViewPortOut=1820x1020+50+30, ViewPortIn=1920x1080 } +1600+0"
EndSection 

Offline

Board footer

Powered by FluxBB