From owner-freebsd-questions Wed Sep 11 19:31:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F72237B401 for ; Wed, 11 Sep 2002 19:31:07 -0700 (PDT) Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA1343E72 for ; Wed, 11 Sep 2002 19:31:06 -0700 (PDT) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id 0E2A34FC96; Wed, 11 Sep 2002 22:33:21 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 08E634A0D; Wed, 11 Sep 2002 22:33:21 -0400 (EDT) Date: Wed, 11 Sep 2002 22:33:20 -0400 (EDT) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: "Andrew L. Neporada" Cc: questions@FreeBSD.ORG Subject: Re: Genius NetScroll mouse wheel In-Reply-To: <20020912013305.GA53880@nas.dgap.mipt.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 12 Sep 2002, Andrew L. Neporada wrote: > Date: Thu, 12 Sep 2002 05:33:05 +0400 > From: Andrew L. Neporada > To: questions@FreeBSD.ORG > Subject: Genius NetScroll mouse wheel > > I have problems with wheel on this mouse (it doesn't work ;-). > I am using moused ("moused -p /dev/psm0 -t sysmouse -z 4"). > My XF86Config: > > Section "InputDevice" > > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "MouseSystems" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > > EndSection > > It seems that moused works correctly -- it maps mouse wheel movements to buttons 4 & 5 > (at least debug messages from moused say so). But xev(1) ignores the wheel completely. > > Any ideas? > > Andrew. > Try the 'auto' protocol: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" # Option "Device" "/dev/ums0" Option "ZAxisMapping" "4 5" EndSection The ums0 I uncomment when I use the USB port. Good luck - JB # John Bleichert # http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message