Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] off-topic: logitech mice (MX1000)
Date: Tue, 15 Dec 2009 20:18:21
Message-Id: yu9hbrsyrw1.fsf@nyu.edu
1 It seems to me that this mouse sends two button events for some of the
2 "physical buttons". For example moving the wheel to the left reports
3 button press 13
4 button press 6
5 button release 6
6 button release 13
7
8 Similar results for the many other buttons on the beast.
9
10 Is this what the device actually does or does it signify a faulty X
11 setup on my part?
12
13 I have the evdev driver in my kernel.
14
15 I use xorg.conf and have
16 Section "InputDevice"
17 Identifier "Logitech MX1000"
18 Driver "evdev"
19 Option "Device" "/dev/input/event2"
20 EndSection
21
22 gottlieb@allan /dev/input/by-id $ ls -l /dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse
23 lrwxrwxrwx 1 root root 9 Dec 15 11:20 /dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse -> ../event2
24
25 thanks,
26 allan

Replies

Subject Author
[gentoo-user] Re: off-topic: logitech mice (MX1000) walt <w41ter@×××××.com>
Re: [gentoo-user] off-topic: logitech mice (MX1000) John Campbell <jdc.rpv@×××.net>