Hello;
I recently added a Logitech MX1000 mouse. I’m unable to get it configured properly. I have searched these forums and Googled for two weeks. I’ve tried just about every howto that I could find and still I’m missing something. Can someone help?
Here is a section of my xorg.conf:
Section “InputDevice”
Driver “mouse”
Identifier “Mouse[1]”
Option “ButtonMapping” “1 2 3 6 7”
Option “Buttons” “10”
Option “Device” “/dev/input/mice”
Option “InputFashion” “Mouse”
Option “Name” “Logitech;MX1000”
Option “Protocol” “explorerps/2”
Option “Resolution” “800”
Option “Vendor” “Sysp”
Option “ZAxisMapping” “4 5”
EndSection
cat /proc/bus/input/devices gives me this:
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name=“AT Translated Set 2 keyboard”
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input0
U: Uniq=
H: Handlers=kbd event0
B: EV=120013
B: KEY=402000000 3802078f840d001 feffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7
I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name=“PC Speaker”
P: Phys=isa0061/input0
S: Sysfs=/class/input/input1
U: Uniq=
H: Handlers=kbd event1
B: EV=40001
B: SND=6
I: Bus=0019 Vendor=0000 Product=0002 Version=0000
N: Name=“Power Button (FF)”
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/class/input/input2
U: Uniq=
H: Handlers=kbd event2
B: EV=3
B: KEY=10000000000000 0
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name=“Power Button (CM)”
P: Phys=PNP0C0C/button/input0
S: Sysfs=/class/input/input3
U: Uniq=
H: Handlers=kbd event3
B: EV=3
B: KEY=10000000000000 0
I: Bus=0003 Vendor=046d Product=c50e Version=0111
N: Name=“Logitech USB Receiver”
P: Phys=usb-0000:00:13.0-2/input0
S: Sysfs=/class/input/input8
U: Uniq=
H: Handlers=mouse0 event4
B: EV=20007
B: KEY=ffff0000 0 0 0 0
B: REL=143
B: LED=ff00
lomoco -i gives me this:
001.011: 046d:c50e Receiver for MX1000 Laser (C-BN34) Caps: CSR SMS
Receiver type: C50E
Mouse type: MX1000 Laser Cordless Mouse
Connect button on mouse pressed: no
Active RF Channel: 1
Battery status: 3 (low)
Cordless security ID: 0x0000
Receiver talking: yes
Lock Request (CONNECT button pressed): no
Mouse Powerup (First time out of the box auto-locking): no
Receiver Unlocked (Mouse disconnected): no
Wait Lock (Searching for mouse): no
Device physical shape type: 0
SmartScroll (SMS): on
USB Mouse Polling Interval: 10ms
ls /dev/input gives me this:
by-id by-path event0 event1 event2 event3 event4 mice mouse0
There are several things I don’t understand, one of them is the button mapping. On the my mx1000, buttons 1, 2, 3, easy. 4 and 5 are the scroll wheel after that I’m not sure. Right now the “arrow” thumb buttons work as forward and backward in Firefox and the middle thumb button works as middle click (ie button 2 - open a link in a new tab). In Konqueror, the arrow thumb buttons work as left/right scroll.
Can someone give me some insight?