From 4e2fa1c824b66c7f22247f1522661911eddcf004 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 15 Nov 2007 09:32:17 +0100 Subject: [PATCH] Deactivate AlwaysCore only --- debian/changelog | 2 +- grml-x | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8b0c645..b0b5d17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 --- 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\" -- 2.1.4