sorry, und schon wieder ein how2do … diesmal das touchpad …

da ich ja letzte woche meine usb-mouse meinen schülern zur obhut überlassen habe – musste ich mich mit meinem touchpad näher befassen … und da fielen mir einige unangenehme dinge auf, die da wären: keine scrollfunktion, keine drag-a-field-function usw.usf.

also das internetz mal wieder befragt, und folgendes an der xorg.conf geändert …

Section “InputDevice”
Identifier “Alps Touchpad”
Driver “synaptics”
Option “SendCoreEvents” “true”
Option “Device” “/dev/input/event2”
Option “Protocol” “event”
Option “HorizScrollDelta” “0”
EndSection

Section “InputDevice”
Identifier “Alps Touchpad”
Driver “synaptics”
Option “SendCoreEvents” “true”
Option “Device” “/dev/input/event2”
Option “Protocol” “event”
Option “LeftEdge” “120”
Option “RightEdge” “830”
Option “TopEdge” “120”
Option “BottomEdge” “650”
Option “FingerLow” “14”
Option “FingerHigh” “15”
Option “MaxTapTime” “180”
Option “MaxTapMove” “1 10”
Option “ClickTime” “0”
Option “EmulateMidButtonTime” “75”
Option “VertScrollDelta” “10”
Option “HorizScrollDelta” “0”
Option “MinSpeed” “0.45”
Option “MaxSpeed” “0.75”
Option “AccelFactor” “0.020”
Option “EdgeMotionMinSpeed” “200”
Option “EdgeMotionMaxSpeed” “200”
Option “UpDownScrolling” “1”
Option “CircularScrolling” “0”
Option “CircScrollDelta” “0.1”
Option “CircScrollTrigger” “2”
Option “SHMConfig” “true”
EndSection

… mal abgesehen davon, dass vorher mal der inupt-bus gegengecheckt wurde … und jetzt funzt alles wie es soll! und der mike ist wieder einmal überglücklich und grinst … 😀

1 thought on “sorry, und schon wieder ein how2do … diesmal das touchpad …

Leave a Reply

Your email address will not be published. Required fields are marked *