Deactivate AlwaysCore only 0.3.35
authorMichael Prokop <mika@grml.org>
Thu, 15 Nov 2007 08:32:17 +0000 (09:32 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 15 Nov 2007 08:32:17 +0000 (09:32 +0100)
debian/changelog
grml-x

index 8b0c645..b0b5d17 100644 (file)
@@ -1,6 +1,6 @@
 grml-x (0.3.35) unstable; urgency=low
 
-  * Deactivate 'InputDevice    "Synaptics"  "AlwaysCore"' line by default.
+  * Deactivate "AlwaysCore" from Synaptics devive by default.
     This should fix a pending bug in current Xorg which avoids a working
     Synaptics device.
   * Load "xtrap" extension. 
diff --git a/grml-x b/grml-x
index 3040a7f..0fd3351 100755 (executable)
--- a/grml-x
+++ b/grml-x
@@ -294,7 +294,7 @@ mouse()
    if grep -q 'Device:.*Synaptics' "$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\"
@@ -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\"