Hi, I'd like to be able to plug in my external USB-mouse and use it without restarting X. Is this possible? I have a Labtop with a PS2-Touchpad (Synaptics) running Linux 2.6.0 (selfcompiled) on a Debian unstable (XFree86 4.2). Here is the mouse section of my XF86Config-4 : Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "Auto" Option "Emulate3Buttons" "false" Option "ZAxisMapping" "4 5" Option "AllowMouseOpenFail" "true" EndSection Section "InputDevice" Identifier "Touchpad" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection LLAP Patrick _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86