Scroll in Linux with touchPad: IBM thinkpad T43
Add the last two lines to the file /etc/X11/xorg.confOption "EmulateWheel" # to get the trackpoint scrolling workin
Option "EmulateWheelButton" "2"
Eg:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "EmulateWheel" # to get the trackpoint scrolling working
Option "EmulateWheelButton" "2"
0 Comments:
Post a Comment
<< Home