On Thu, Mar 11, 2004 at 04:07:53PM +0100, Michael Kebe wrote: > Hi, > > I have a IBM ThinkPad R50. It has a synaptics touchpad and an extra > trackpoint device. When I use the synaptics driver (found here: > http://w1.894.telia.com/~u89404340/touchpad/index.html), the touchpad > works with a extra features of a synaptics touchpad, but the trackpoint > is not functional. > > If I cat /dev/psaux or /dev/input/mice both devices give output. I can > use the Trackpoint if I use the standard driver include in X.
don't know if it'll work (I can't see why not :) but you can try to setup 2 different input sections, one for synaptics and one for trakpoint, eg: [excerpt from /etc/X11/XF86Config-4] ... Section "InputDevice" Identifier "TP Mouse" Option "CorePointer" <------------ Important !! Driver "synaptics" Option "Device" "/dev/input/event2" Option "Protocol" "auto-dev" Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "TopEdge" "1900" Option "BottomEdge" "4000" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "SendCoreEvents" "true" <------ Important!! Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection ... Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "TP Mouse" <---- my first mouse InputDevice "USB Mouse" <---- my second mouse EndSection ... [end] bye -- mattia :wq! Hodie quinto Idus Martias MMDCCLVII ab urbe condita est -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]