Hi!
I can't get the middle-button on my IBM R40 to scroll as it does in windows. I've read in various forums and found many suggestions on how to solve this, but noting seems to work.
I've now added the /usr/lib/X11/xorg.conf.d/20-thinkpad.conf document containing the following text:
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TrackPoint"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
I've also tried to change the MatchProduct. And reboot after each change.
The trackpoint behaves in the same way as before...
Can anyone help me out?
Thanks!
I can't get the middle-button on my IBM R40 to scroll as it does in windows. I've read in various forums and found many suggestions on how to solve this, but noting seems to work.
I've now added the /usr/lib/X11/xorg.conf.d/20-thinkpad.conf document containing the following text:
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TrackPoint"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
I've also tried to change the MatchProduct. And reboot after each change.
The trackpoint behaves in the same way as before...
Can anyone help me out?
Thanks!
Comment