i can't achieve getting my built in mouse working AND the external usb mouse. my X config looks like this: **snip** Section "InputDevice" Identifier "TrackPoint" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/input/mouse0" Option "EmulateWheel" "on" Option "EmulateWheelButton" "2" Option "YAxisMapping" "4 5" Option "CorePointer" EndSection Section "InputDevice" Identifier "USBMouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" " /dev/input/mouse1" Option "ZAxisMapping" "4 5" Option "SendCoreEvents" EndSection **snip** InputDevice "TrackPoint" InputDevice "USBMouse" i've checked that the built in is /dev/input/mouse0 and an attached external mouse gets recognized as /dev/input/mouse1. however i do have the problem that the TrackPoint "YAxisMapping" overrules the "ZAxisMapping" if i don't specify the real devices (i.e. if i used /dev/psaux for the trackpoint and /dev/input/mice for the usb mouse). the trackpoint has 3 buttons and a stick - i do want to use the third mousbutton as the wheel button, not as a doubleclick button, this is why i'm doing a YAxisMapping. so, with the config mentioned above x(org) doesn't recognize my usb mouse - altough with a cat /dev/input/mouse1 i veryfied that the mouse is still working. i hope someone can help me with best regards blinkeye -- "Contrary to popular belief, Unix is user friendly. It just happens to be selective about who it makes friends with." _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86