From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 19:21:30 2004 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 4A97716A4CE for ; Fri, 6 Feb 2004 19:21:30 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A86643D2F for ; Fri, 6 Feb 2004 19:21:29 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i173LRxd076080; Fri, 6 Feb 2004 21:21:27 -0600 (CST) (envelope-from dan) Date: Fri, 6 Feb 2004 21:21:27 -0600 From: Dan Nelson To: Jeff Elkins Message-ID: <20040207032127.GH76684@dan.emsphone.com> References: <200402062124.48395.bsd@elkins.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402062124.48395.bsd@elkins.org> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.5.1i cc: freebsd-questions@freebsd.org Subject: Re: 5-Button Trackball 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: Sat, 07 Feb 2004 03:21:30 -0000 In the last episode (Feb 06), Jeff Elkins said: > I'm using a 5-button Microsoft Trackball/Explorer (a gift) that > functions perfectly under Debian Unstable/KDE3.1 > > I copied the Debian X settings to my BSD XFree86 config file, which > added ZAxis and Buttons settings: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5" > Option "Buttons" "5" > EndSection > > but only three of the buttons are functional. Are there any tips for > making this beast work with FreeBSD 5.2? You probably need to say you have 7 buttons: the five physical buttons, and two more for the wheel up/down events. Try setting ZAxisMapping to "6 7". I don't know if X is hardcoded to think buttons 4 and 5 are wheel buttons or not. If it is, you can shuffle the button mappings around with moused -m. moused -df (console) and xev (X) are handy for debugging button and wheel problems. -- Dan Nelson dnelson@allantgroup.com