ronetix-pm9263/xorg.conf: Disabled mouse in configuration
authorMarco Cavallini <m.cavallini@koansoftware.com>
Thu, 11 Feb 2010 16:05:56 +0000 (17:05 +0100)
committerMarco Cavallini <m.cavallini@koansoftware.com>
Thu, 11 Feb 2010 16:05:56 +0000 (17:05 +0100)
recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf

index bdd6d71..d4651ad 100644 (file)
@@ -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"