From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NMwAl-0003pu-UT for garchives@archives.gentoo.org; Tue, 22 Dec 2009 04:16:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86C9DE094A; Tue, 22 Dec 2009 04:15:48 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.80.33]) by pigeon.gentoo.org (Postfix) with ESMTP id 644EFE094A for ; Tue, 22 Dec 2009 04:15:48 +0000 (UTC) Received: from ajglap.localdomain (ool-4578da1c.dyn.optonline.net [69.120.218.28]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.13.8) with ESMTP id nBM4FlIf024590 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 21 Dec 2009 23:15:47 -0500 (EST) Received: by ajglap.localdomain (Postfix, from userid 1502) id 2596619D922; Mon, 21 Dec 2009 23:15:47 -0500 (EST) From: Allan Gottlieb To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] off-topic: logitech mice (MX1000) References: <4B2F01CC.7040808@cox.net> Date: Mon, 21 Dec 2009 23:15:47 -0500 In-Reply-To: <4B2F01CC.7040808@cox.net> (John Campbell's message of "Sun, 20 Dec 2009 21:04:12 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archives-Salt: 038237c7-75e6-4b70-8ec6-b8ddf46eaa4a X-Archives-Hash: b39df64a70e93926b2b9e8361053f14a At Sun, 20 Dec 2009 21:04:12 -0800 John Campbell wrote: > On 12/15/2009 11:11 AM, Allan Gottlieb wrote: >> It seems to me that this mouse sends two button events for some of the >> "physical buttons". For example moving the wheel to the left reports >> button press 13 >> button press 6 >> button release 6 >> button release 13 >> >> Similar results for the many other buttons on the beast. >> >> Is this what the device actually does or does it signify a faulty X >> setup on my part? >> >> I have the evdev driver in my kernel. >> >> I use xorg.conf and have >> Section "InputDevice" >> Identifier "Logitech MX1000" >> Driver "evdev" >> Option "Device" "/dev/input/event2" >> EndSection >> >> gottlieb@allan /dev/input/by-id $ ls -l /dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse >> lrwxrwxrwx 1 root root 9 Dec 15 11:20 /dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse -> ../event2 > > As I recall, the fix for this problem is a sys-adm/lomoco. > > Logitech mice actually produce those double events... lomoco allows you > tell the mouse to stop. I've got a udev rule for it, I think lomoco put > it there, but I've had logitech MX mice for years and lomoco is a fork > of a fork and may no longer contain the udev script. > > You also might look into imwheel from the Mandrake distrabution as it > contains patches to deal with more than 10 buttons. Magnificent!! I did really think the mouse could be sending button events for two different logical buttons when only one physical button was pushed. That got me looking at xorg.conf to see where I screwed up. But, as you said, the MX mice do send events for two buttons. As you also said lomoco fixes it. "sudo lomoco --nosms" is now in my startup script. Thank you very much ! allan