Deactivate synaptics device
authorMichael Prokop <mika@grml.org>
Wed, 14 Nov 2007 12:13:18 +0000 (13:13 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 14 Nov 2007 12:13:18 +0000 (13:13 +0100)
debian/changelog
grml-x

index 1498f8e..8b0c645 100644 (file)
@@ -1,5 +1,8 @@
 grml-x (0.3.35) unstable; urgency=low
 
+  * Deactivate 'InputDevice    "Synaptics"  "AlwaysCore"' line by default.
+    This should fix a pending bug in current Xorg which avoids a working
+    Synaptics device.
   * Load "xtrap" extension. 
 
  -- Michael Prokop <mika@grml.org>  Wed, 14 Nov 2007 12:41:28 +0100
diff --git a/grml-x b/grml-x
index b0189ad..3040a7f 100755 (executable)
--- a/grml-x
+++ b/grml-x
@@ -329,7 +329,7 @@ EndSection
     if grep -q 'Device:.*ALPS' "$MOUSEINFO" ; then
      if [[ "$SYNAPTICS" == "yes" ]] ; then # check for '-nosynaptics'-option
       MOUSEDRIVER='synaptics'
-      SYNMOUSE='InputDevice    "Synaptics"  "AlwaysCore"'
+      SYNMOUSE='InputDevice    "Synaptics"  "AlwaysCore"'
       SYNMOUSEDETAIL="
 Section \"InputDevice\"
   Driver        \"synaptics\"