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 1NL83R-0000vv-JD for garchives@archives.gentoo.org; Thu, 17 Dec 2009 04:33:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3DF8E0DC2 for ; Thu, 17 Dec 2009 04:33:32 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.80.33]) by pigeon.gentoo.org (Postfix) with ESMTP id 45691E0B7A for ; Thu, 17 Dec 2009 04:04: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 nBH44lLv008410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 16 Dec 2009 23:04:48 -0500 (EST) Received: by ajglap.localdomain (Postfix, from userid 1502) id 52AB119D922; Wed, 16 Dec 2009 23:04:47 -0500 (EST) From: Allan Gottlieb To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: off-topic: logitech mice (MX1000) References: <20091216222657.GA29763@silas64> Date: Wed, 16 Dec 2009 23:04:47 -0500 In-Reply-To: <20091216222657.GA29763@silas64> (Bruce Hill's message of "Thu, 17 Dec 2009 06:26:57 +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: be6523dd-4885-4d5c-9aa6-3be80e42f233 X-Archives-Hash: ca9f97e6f5ebe36905ecd75e72215548 At Thu, 17 Dec 2009 06:26:57 +0800 Bruce Hill wrote: > On Wed, Dec 16, 2009 at 04:36:45PM -0500, Albert Hopkins wrote: >> FWIW, I have a Logitech mouse with a wheel that scrolls up and down, >> presses down, and clicks left and right. All seem to work fine, except >> I don't use the latter as I haven't found any purpose for it although I >> could possibly see it replacing ALT-Tab. Nah... to confusing. >> >> -a > > What settings do you use for all those events? I have a mouse with right/left > buttons, scroll wheel that also tilts right/left, and two side buttons. > Nothing works atm but regular right/left, scroll wheel to scroll and press to > paste, and side buttons. So scroll wheel tilt does nothing. Perhaps it does something and the app ignores it. xev will settle that question. Also, are you using the right driver. I use xorg.conf and have Section "InputDevice" Identifier "Logitech MX1000" Driver "evdev" Option "Device" "/dev/input/event2" EndSection allan