diff options
author | 2012-04-29 09:55:59 -0300 | |
---|---|---|
committer | 2012-04-29 13:14:51 -0300 | |
commit | 5501f540559ee898516b4d2c96b63ea1f94d4a0b (patch) | |
tree | 55944c2163cd056182978b90feaae84fdbac3afa /recipes-graphics/xorg-xserver | |
parent | 8b8182cebd44d40618a048465ed367ee27a3f476 (diff) | |
download | meta-fsl-arm-5501f540559ee898516b4d2c96b63ea1f94d4a0b.tar.gz meta-fsl-arm-5501f540559ee898516b4d2c96b63ea1f94d4a0b.tar.bz2 meta-fsl-arm-5501f540559ee898516b4d2c96b63ea1f94d4a0b.zip |
xserver-xf86-config: mx5: drop unused configurations
Nowadays Xorg can mostly auto-configure itself so xorg.conf ought to
be used as less as possible; this drops the settings that Xorg ought
to generate by itself.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/xorg-xserver')
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf | 36 | ||||
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 |
2 files changed, 1 insertions, 37 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf index bbb1f53..ddfd7df 100644 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf @@ -1,24 +1,3 @@ -Section "InputDevice" - Identifier "Generic Keyboard" - Driver "kbd" - Option "XkbRules" "xorg" - Option "XkbModel" "pc105" - Option "XkbLayout" "us" -EndSection - -Section "InputDevice" - Identifier "Configured Mouse" - Driver "mouse" - Option "CorePointer" -EndSection - -Section "InputClass" - Identifier "eGalax" - MatchIsTouchscreen "on" - MatchDevicePath "/dev/input/event*" - Driver "evdev" -EndSection - Section "Device" Identifier "i.MX Accelerated Framebuffer Device" Driver "imx" @@ -28,18 +7,3 @@ Section "Device" # and "Y8INV" (8-bit gray inverted). Option "FormatEPDC" "Y8INV" EndSection - -Section "Monitor" - Identifier "Configured Monitor" -EndSection - -Section "Screen" - Identifier "Default Screen" - Monitor "Configured Monitor" - Device "i.MX Accelerated Framebuffer Device" -EndSection - -Section "ServerLayout" - Identifier "Default Layout" - Screen "Default Screen" -EndSection diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index 761eac9..f6de5e8 100644 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend @@ -1,4 +1,4 @@ # Append path for freescale layer to include bsp xorg.conf FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PRINC := "${@int(PRINC) + 2}" +PRINC := "${@int(PRINC) + 3}" |