On Thu, May 22, 2008 at 14:58:03 +0200, Klaus Ethgen wrote: > Section "InputDevice" > Identifier "Trackpoint" > Driver "mouse" > Option "CorePointer" > Option "Device" "/dev/input/mouse1" > Option "Protocol" "IMPS/2" > Option "Emulate3Buttons" "false" > EndSection > > Section "InputDevice" > Identifier "USB Maus" > Driver "mouse" > Option "Device" "/dev/input/mice" > Option "Protocol" "IMPS/2" > Option "ZAxisMapping" "4 5" > Option "Emulate3Buttons" "false" > Option "SendCoreEvents" "true" > EndSection > You want to remove the first mouse section here. Otherwise X will get the events for your trackpoint twice (once through /dev/input/mouse1, and then again through /dev/input/mice).
Cheers, Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

