From 0a647395d0f9fe0255e5d9f4c95ee72042d38430 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 14 Nov 2007 13:13:18 +0100 Subject: [PATCH] Deactivate synaptics device --- debian/changelog | 3 +++ grml-x | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1498f8e..8b0c645 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 14 Nov 2007 12:41:28 +0100 diff --git a/grml-x b/grml-x index b0189ad..3040a7f 100755 --- 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\" -- 2.1.4