Monday, February 27, 2012

Configure Asus eee 7'' to use only TV for XBMC on ubu

as root:

X - configure

copy xorg.conf.new to /etc/X11/xorg.conf

edit xorg.conf to look like this:





Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/$
        FontPath     "built-ins"
EndSection

Section "Module"
        Load  "dbe"
        Load  "glx"
        Load  "record"
        Load  "extmod"
        Load  "dri2"
        Load  "dri"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection#Disable LVDS1 output
Section "Monitor"
        Identifier   "LVDS1"
#       VendorName   "Monitor Vendor"
#       ModelName    "Monitor Model"
        Option  "Ignore"        "1"

EndSection

#Enable VGA1 za primary Output
Section "Monitor"
        Identifier   "VGA1"
#       VendorName   "Monitor Vendor"
#       ModelName    "Monitor Model"
        Option  "primary"        "1"

EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "intel"
        BusID       "PCI:0:2:0"
        Option "monitor-TV1" "TV1"
        Option "monitor-LVDS1" "LVDS1"
        Option "monitor-VGA1" "VGA1"
EndSection

Section "Screen"

        Identifier "Screen0"
        Device     "Card0"
        Monitor    "VGA1"
        DefaultDepth    24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                modes "1360x768"
        EndSubSection
EndSection




No comments:

Post a Comment

Search This Blog