aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-xorg-conf
diff options
context:
space:
mode:
authorMarco Cavallini <m.cavallini@koansoftware.com>2010-02-11 17:05:56 +0100
committerMarco Cavallini <m.cavallini@koansoftware.com>2010-02-11 17:05:56 +0100
commitda9f9b5454c081f919542d86bad064b9bc3cda79 (patch)
treee85f2954ad185c9fa1d595eccd917e878be65017 /recipes/xorg-xserver/xserver-xorg-conf
parent7ca74cdca91dc712ffc761a22f3969bd317ea2f5 (diff)
downloadopenembedded-da9f9b5454c081f919542d86bad064b9bc3cda79.tar.gz
ronetix-pm9263/xorg.conf: Disabled mouse in configuration
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg-conf')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf
index bdd6d71404..d4651ad877 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf
@@ -1,6 +1,6 @@
#
# X11 configuration for Ronetix PM9263 device.
-# (C)2009 Koan sas - www.KoanSoftware.com
+# (C)2009-2010 Koan sas - www.KoanSoftware.com
#
Section "Monitor"
@@ -36,8 +36,9 @@ EndSection
Section "ServerLayout"
Identifier "Layout"
Screen "fbscreen"
- InputDevice "Generic Mouse"
InputDevice "atmel-ts" "CorePointer"
+# Enable mouse only if necessary, it may interfere with touchscreen behaviour
+# InputDevice "Generic Mouse"
EndSection
Section "ServerFlags"