[ltp] TrackPoint Driver in 2.6.14
Giuseppe Castagna
linux-thinkpad@linux-thinkpad.org
Thu, 03 Nov 2005 00:15:11 +0100
Volker Gropp wrote:
>
> use echo -n 1 >/sys/devices/platform/i8042/serio0/press_to_select and it
> should work.
It works for me, however, contrary to what the trackpoint page on thinkwiki adding
Option "EmulateWheel" "on"
Option "EmulateWheelButton" "2"
to my configuration inhibits the middle click. I'm running 2.6.14-1.1633_FC4
Fedora 4 kernel on a X40 with xorg-x11-6.8.2-37.FC4.49.2. Here you are the
relevant part of my xorg.conf. Any suggestion?
TIA
---Beppe---
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
#
# If uncommented, middle-click no longer works
#
# Option "EmulateWheel" "on"
# Option "EmulateWheelButton" "2"
EndSection