From: Michael Prokop Date: Thu, 15 Nov 2007 08:32:17 +0000 (+0100) Subject: Deactivate AlwaysCore only X-Git-Tag: 0.3.35 X-Git-Url: http://git.grml.org/?p=grml-x.git;a=commitdiff_plain;h=4e2fa1c824b66c7f22247f1522661911eddcf004;hp=0a647395d0f9fe0255e5d9f4c95ee72042d38430 Deactivate AlwaysCore only --- 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\"