From owner-freebsd-questions Thu Oct 25 13:50:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id 56EED37B405 for ; Thu, 25 Oct 2001 13:50:37 -0700 (PDT) Received: (qmail 51665 invoked from network); 25 Oct 2001 20:50:27 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Oct 2001 20:50:27 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011025224317.A46992@moya.lambermont.dyndns.org> Date: Thu, 25 Oct 2001 05:59:42 -0700 (PDT) From: John Baldwin To: (H) Subject: RE: SOLVED Re: Imwheel problems++ Cc: Jonathan Atkins , Antal Novak , doc@FreeBSD.org, freebsd-questions@FreeBSD.ORG, Joe Clarke 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 25-Oct-01 H wrote: > Joe Clarke wrote: > >> On Tue, 23 Oct 2001, H wrote: >> > I read most of the imwheel posts on -questions, but I still have a >> > problem with it. Here's my situation: I use 'moused -z 4 -p >> > /dev/psm0 -t auto', moused does see the wheel actions (I know >> > because I hacked it so that it prints +1 and -1 when I move the >> > wheel). I tried this with both a Logitech S48 wheelmouse and a >> > Microsoft Intellimouse. So far so good. I run XFree86-4.1.0_7 from >> > ports on 4.4-STABLE with the following section in my XF86Config: >> > Section "InputDevice" >> > Identifier "Mouse1" >> > Driver "mouse" >> > Option "Protocol" "Auto" >> > Option "Device" "/dev/sysmouse" >> > Option "Buttons" "5" >> > Option "ZAxisMapping" "4 5" >> > EndSection >> I use: >> Section "InputDevice" >> Identifier "Mouse0" >> Driver "mouse" >> Option "Protocol" "auto" >> Option "Device" "/dev/sysmouse" >> Option "Buttons" "5" >> EndSection > > Excellent. The line > Option "ZAxisMapping" "4 5" > actually broke it ! > > With this line removed the mousewheel works as expected. I'll copy this > to inform about the error in the FreeBSD FAQ at > http://www.freebsd.org/FAQ/x.html#AEN3769 You only use ZAxisMapping if you _don't_ use the moused -z 4 option. Please read the FAQ thorougly. It describes 2 ways of achieving the desired mapping of the Z axis to buttons. One is to use moused -z 4 and Buttons 5, the other is to use ZAxisMapping w/o Buttons or moused's -z 4 flag. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message