From owner-freebsd-questions@FreeBSD.ORG Fri Sep 19 06:53:44 2003 Return-Path: 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 D047516A4BF for ; Fri, 19 Sep 2003 06:53:44 -0700 (PDT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id A122243FAF for ; Fri, 19 Sep 2003 06:53:43 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp130-178.lns1.adl2.internode.on.net [150.101.130.178])h8JDrfTT078058; Fri, 19 Sep 2003 23:23:41 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: Reid Linnemann , freebsd-questions@freebsd.org Date: Fri, 19 Sep 2003 23:23:40 +0930 User-Agent: KMail/1.4.3 References: <1063920968.3f6a2548e93d3@webmail.okstate.edu> In-Reply-To: <1063920968.3f6a2548e93d3@webmail.okstate.edu> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200309192323.40962.malcolm.kay@internode.on.net> Subject: Re: MS Intellimouse and XFree86 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 13:53:45 -0000 On Fri, 19 Sep 2003 07:06, Reid Linnemann wrote: > Okay, so here's the skinny: > > I have a 3-button mouse with Z axis (wheel) that behaves as a PS/2 > intellimouse. > > Running moused -f -p /dev/psm0 shows Z axis events reported when I use = the > wheel. > > However, in X using /dev/sysmouse as the mouse device, no Z axis events > make it through. This is confirmed by running xev(8) and spinning the > mousewheel in the window. No events are printed. > > This seems to me as an error in either the sysmouse driver or in the > XFree86 mouse handling of the sysmouse driver, I really can only make w= ild > guesses.. but those seem to me to be reasonable. Does anyone have any > thoughts? > Pointer section in XF86config:- =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Malcolm