2007/11/1, Mark Thomas <[EMAIL PROTECTED]>: > On Oct 31, 2007 9:13 PM, Vadim Jukov <[EMAIL PROTECTED]> wrote: > > > > Missing option "SendCoreEvents" for wsmouse1. And why don't use > > /dev/wsmouse, which is "cumulative" device for all mice? > > > > Thanks Vadim. I changed my xorg.conf to reflect your advise. But still > no usb mouse activity. I did get an error though. > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "wsmouse" > Option "Device" "/dev/wsmouse" > Option "ZAxisMapping" "4 5 6 7" > Option "AlwaysCore" "true" > EndSection > > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "wsmouse" > Option "Device" "/dev/wsmouse" > Option "ZAxisMapping" "4 5" > Option "SendCoreEvents" "true" > EndSection > > (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) > (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE) > (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) > (EE) xf86OpenSerial: Cannot open device /dev/wsmouse > Device busy. > (WW) Mouse1: cannot open input device > > thanks again for your help.
You need only one "InputDevice" section for all your mice with "/dev/wsmouse" as "Device" option, indeed.

