I have 2 mice, one works one doesn't.
The one that doesn't work is a usb "wireless intellimouse explorer" It has 7 buttons (scroller counts as 3, up, down, push)
I can't figure out which protocol to use. Whatever I try the mouse either jumps to the corners and stays there, or I can move the mouse *okay* but only up-down, not left-right.
I know the problem is with the MouseUSB, because if I comment that out in my ServerLayout, my first mouse works fine.
What Protocol do I need for my second mouse?
xorg.confMaybe this boot output will helpCode:Section "InputDevice"
# Identifier and driver
Identifier "MouseUSB"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"#"IntelliMousePS/2" #"auto"
Option "Device" "/dev/input/mice"
Option "Buttons" "7" #5
Option "ZAxisMapping" "6 7" #4 5
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "MouseUSB" "SendCoreEvents"
EndSection
Code:[jake@localhost: ~]$ dmesg | grep usb
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb.c: new USB bus registered, assigned bus number 1
usb.c: new USB bus registered, assigned bus number 2
usb.c: new USB bus registered, assigned bus number 3
usb.c: new USB bus registered, assigned bus number 4
usb.c: USB device 2 (vend/prod 0x45e/0x59) is not claimed by any active driver.
usb.c: registered new driver usbmouse
input0: Microsoft Microsoft Wireless Intellimouse Explorer® 1.0A on usb2:2.0
usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
usb.c: registered new driver hiddev
usb.c: registered new driver hid
