[ltp] synaptics + trackpoint
Daniel Skorka
linux-thinkpad@linux-thinkpad.org
Tue, 4 Apr 2006 18:56:38 +0200
Hi,
I just switched to using the synaptics driver with Xorg 6.9.0 and kernel
2.6.16 on my T43. Now input from my trackpoint seems to be ignored,
including the buttons. Is this intentional? If yes, how do I get my
trackpoint back?
Relevant part of xorg.conf
<snip>
Section "InputDevice"
Identifier "Configured Mouse"
Driver "synaptics"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "false"
# damit scrollen mit dem trackpoint richtig funktioniert
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "ZAxisMapping" "4 5"
# Optionen für den synaptics-Treiber
Option "SHMConfig" "true"
Option "UpDownScrolling" "true"
Option "LeftRightScrolling" "true"
Option "RTCornerButton" "3"
Option "RBCornerButton" "2"
Option "TapButton2" "3"
Option "TapButton3" "2"
EndSection
<snip>
mfg,
Daniel