[ltp] External mouse trouble
John Fry
linux-thinkpad@linux-thinkpad.org
22 May 2004 13:31:57 -0700
Hi,
My external PS/2 mouse works fine on my T22. I run Debian Sid, 2.6.6
kernel, with the following modules included: psmouse, mousedev,
evdev. The BIOS is configured to disable the trackpoint when the
external mouse is plugged in.
Here's the mouse entry in my XF86Config4:
Section "InputDevice"
Identifier "TrackPoint"
Driver "mouse"
Option "CorePointer"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Buttons" "3"
Option "ZAxisMapping" "4 5"
EndSection
Best,
John