[meta-intel] [PATCH 2/4] emenlow, emenlow-noemgd: fix xorg.conf

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Tue Oct 1 11:35:42 PDT 2013


From: Nitin A Kamble <nitin.a.kamble at intel.com>

These BSPs use older version of X and need these config options
in xorg.conf for keyboard & mouse to work.

Fixes bug:
[YOCTO #5279]

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 .../xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf        | 5 +++++
 .../xorg-xserver/xserver-xf86-config/emenlow/xorg.conf               | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf
index 3316e54..aa6f32b 100644
--- a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf
+++ b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf
@@ -20,3 +20,8 @@ Section "ServerLayout"
     Identifier     "Default Layout"
     Screen         "Default Screen"
 EndSection
+
+Section "ServerFlags"
+    Option        "DontZap"  "0"
+    Option        "AutoAddDevices"  "False"
+EndSection
diff --git a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf
index 5217963..662f60f 100644
--- a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf
+++ b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf
@@ -41,3 +41,8 @@ Section "ServerLayout"
    # InputDevice    "Keyboard0" "CoreKeyboard"
    # InputDevice    "DevInputMice" "SendCoreEvents"
 EndSection
+
+Section "ServerFlags"
+    Option        "DontZap"  "0"
+    Option        "AutoAddDevices"  "False"
+EndSection
-- 
1.8.1.4




More information about the meta-intel mailing list