aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-11-07 14:59:02 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-11-07 15:59:49 +0100
commit1a841b207adb2b1a473ecf1217bc464f34755161 (patch)
treef5dccf8d57fcfa720c367488149d1acb291f684b
parent50ea5378c92557b609324a962fea56c076783edf (diff)
downloadopenembedded-1a841b207adb2b1a473ecf1217bc464f34755161.tar.gz
xserver-xorg-conf: om-gta0* enable right-click emulation and disable AutoAddDevices
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf7
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf4
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf_0.1.bb2
3 files changed, 10 insertions, 3 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf
index 83eaa0cb2e..5e123ae22e 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf
@@ -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"
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
index 673c7d052c..b27d5ccb6d 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
@@ -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"
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index a2240317b4..25a38674d2 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r36"
+PR = "r37"
SRC_URI = "file://xorg.conf"