]> code.ossystems Code Review - meta-freescale.git/commitdiff
xserver-xf86-config (mx6): refactor default configuration
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 20 Jul 2012 14:03:06 +0000 (11:03 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 20 Jul 2012 16:53:24 +0000 (13:53 -0300)
We refactor the default configuration to the same defaults used in mx5
machines.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf
meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend

index fc2275978f2a2293118fa144498bb7dbf615f03b..79b6c0fc1f89afd00d7cc9770ec8fdbd7b38dc1b 100644 (file)
@@ -1,41 +1,12 @@
-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  "Framebuffer Device"
+    Identifier  "Kernel Framebuffer Device"
     Driver      "fbdev"
-    Option      "fbdev"     "/dev/fb0"
-EndSection
-
-Section "Monitor"
-    Identifier  "Configured Monitor"
-EndSection
-
-Section "Screen"
-    Identifier  "Default Screen"
-    Monitor     "Configured Monitor"
-    Device      "Framebuffer Device"
+    Option      "fbdev" "/dev/fb0"
 EndSection
 
-Section "ServerLayout"
-    Identifier  "Default Layout"
-    Screen      "Default Screen"
+Section "ServerFlags"
+    Option "BlankTime"  "0"
+    Option "StandbyTime"  "0"
+    Option "SuspendTime"  "0"
+    Option "OffTime"  "0"
 EndSection
index 81dea271f109d6186681be858bf42ccf41a21d8c..032aad57dafd374363ca390c10514f1e05ff1e86 100644 (file)
@@ -1,4 +1,4 @@
 # Append path for freescale layer to include bsp xorg.conf 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PRINC := "${@int(PRINC) + 5}"
+PRINC := "${@int(PRINC) + 6}"