From: Michael Prokop Date: Wed, 14 Nov 2007 12:13:18 +0000 (+0100) Subject: Deactivate synaptics device X-Git-Tag: 0.3.35~1 X-Git-Url: http://git.grml.org/?p=grml-x.git;a=commitdiff_plain;h=0a647395d0f9fe0255e5d9f4c95ee72042d38430 Deactivate synaptics device --- 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\"