From owner-freebsd-questions Fri Jul 12 10: 9:37 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 E03B337B400 for ; Fri, 12 Jul 2002 10:09:34 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A49743E42 for ; Fri, 12 Jul 2002 10:09:34 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.5/8.12.5) id g6CH9Wea042721; Fri, 12 Jul 2002 12:09:32 -0500 (CDT) (envelope-from dan) Date: Fri, 12 Jul 2002 12:09:32 -0500 From: Dan Nelson To: Jason Porter Cc: Scott Robbins , freebsd-questions Subject: Re: XFree86 Wheel Mouse Message-ID: <20020712170932.GB12632@dan.emsphone.com> References: <3D2E886D.4090009@xmission.com> <20020712105410.GA15792@scott1.homeunix.net> <3D2F08AB.3040702@xmission.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D2F08AB.3040702@xmission.com> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.1i 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 In the last episode (Jul 12), Jason Porter said: > Scott Robbins wrote: > > > >The syntax is slightly different in XFree 4.x. It should be > > > >Option "ZAxisMapping" "4 5" > >(this is how I've always done it with an Optical Intellimouse--never > >used Buttons 7 and ZAxisMapping 6 7 however--nor did I ever have to put > >in Buttons 5) > Thanks for the help, but it still doesn't work. Here's the section from > my XF86Config file: > > Section "InputDevice" > Identifier "MS IntillMouse Optical" > Driver "mouse" > Option "Protocol" "MouseSystems" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5" > EndSection > > If anyone has any ideas, they would be greatly appreciated. Here's what I've got. I actually tell moused (instead of X) to do the mapping with -z 4. XF86config: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Buttons" "5" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection /etc/rc.conf: moused_enable="YES" # Run the mouse daemon. moused_type="auto" # See man page for rc.conf(5) for available settings. moused_port="/dev/psm0" # Set to your mouse port. moused_flags="-z 4" # Any additional flags to moused. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message