X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-x;h=0fd3351ea1b0a0cbb96851855e9611addaf242c7;hb=4eb2660fb26bbf0b0d2962897fc1c3baf53d993f;hp=b0189ada8b42997d528265fff07866ef9a9442ae;hpb=ef9f402adb0a40260f3bb29883c41411a5d343bf;p=grml-x.git diff --git a/grml-x b/grml-x index b0189ad..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\"