Quoth Jorge Castro: > I would like both the laptop in-built mouse and the USB mouse to work at > the same time. Can any one give me a hint as to what I should have in my > XFree86Config file to achieve that? my dell laptop works fine like this. I use: Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "USB Mouse" "SendCoreEvents" InputDevice "Keyboard0" "CoreKeyboard" EndSection #This one is the touch-pad. /dev/mouse is a link to /dev/psaux Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" #This line enables the wheel EndSection cheers chris -- ------------------------------------------------------------------------- | | | TELESCOPE, n. | | A device having a relation to the eye similar to that of the | | telephone to the ear, enabling distant objects to plague us with a | | multitude of needless details. Luckily it is unprovided with a bell | | summoning us to the sacrifice. | | -- Ambrose Bierce, "The Devil's Dictionary" | | | ------------------------------------------------------------------------- _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86