From owner-freebsd-questions@FreeBSD.ORG Wed Oct 8 08:10:55 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 AB15B16A4B3 for ; Wed, 8 Oct 2003 08:10:55 -0700 (PDT) Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EA6043FF7 for ; Wed, 8 Oct 2003 08:10:54 -0700 (PDT) (envelope-from akruijff@www.kruijff.org) Received: from kruij557.speed.planet.nl (ipd50a97ba.speed.planet.nl [213.10.151.186])18questions@freebsd.org; Wed, 08 Oct 2003 17:09:03 +0200 (MEST) Received: from Alex.lan (localhost [127.0.0.1]) by kruij557.speed.planet.nl (8.12.8p2/8.12.8) with ESMTP id h98FACdZ052547; Wed, 08 Oct 2003 17:10:12 +0200 (CEST envelope-from akruijff@Alex.lan) Received: (from akruijff@localhost) by Alex.lan (8.12.8p2/8.12.8/Submit) id h98FACtE052546; Wed, 08 Oct 2003 17:10:12 +0200 (CEST envelope-from akruijff) Date: Wed, 08 Oct 2003 17:10:12 +0200 From: Alex de Kruijff In-reply-to: To: srenna@vdbmusic.com Message-id: <20031008151012.GA366@dds.nl> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4.1i References: <20030923175645.GD56256@dds.nl> cc: questions@freebsd.org Subject: Re: Intellimouse Wheel in X 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: Wed, 08 Oct 2003 15:10:55 -0000 On Sat, Oct 04, 2003 at 07:59:15AM -0400, srenna@vdbmusic.com wrote: > I'd be interested in seeing your X config file for using > the wheel mouse. > The file i need to edit is /etc/X11/XF86config correct? For the way i've setup my confirutaion it needed that you also have configured /etc/rc.conf. Relevant /etc/rc.conf: moused_flags="-a .4" moused_enable="YES" moused_port="/dev/psm0" moused_type="auto" The mouse section of the /etc/X11/XF86Config file: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection P.S. Please don't top-post (!) and cut non relevant text. -- Alex Articles based on solutions that I use: http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/