xserver-xorg-conf: om-gta0* enable right-click emulation and disable AutoAddDevices
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 7 Nov 2010 13:59:02 +0000 (14:59 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sun, 7 Nov 2010 14:59:49 +0000 (15:59 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf
recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb

index 83eaa0c..5e123ae 100644 (file)
@@ -32,11 +32,14 @@ EndSection
 
 Section "InputDevice"
        Identifier      "Touchscreen"
-       Driver          "evdev"
+       Driver          "tslib"
        Option          "Device"        "/dev/input/event1"
-       Option          "SwapAxes" "True"
+       Option          "EmulateRightButton"    "True"
 EndSection
 
+Section "ServerFlags"
+       Option          "AutoAddDevices"        "False"
+EndSection
 
 Section "ServerLayout"
         Identifier      "Default Layout"
index 673c7d0..b27d5cc 100644 (file)
@@ -40,8 +40,12 @@ Section "InputDevice"
        Identifier      "Touchscreen"
        Driver          "tslib"
        Option          "Device"        "/dev/input/event1"
+       Option          "EmulateRightButton"    "True"
 EndSection
 
+Section "ServerFlags"
+        Option "AutoAddDevices" "False"
+EndSection
 
 Section "ServerLayout"
         Identifier      "Default Layout"
index a224031..25a3867 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r36"
+PR = "r37"
 
 SRC_URI = "file://xorg.conf"