From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 19:38:09 2005 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 A43ED16A4CE for ; Mon, 24 Jan 2005 19:38:09 +0000 (GMT) Received: from poison.mail.pas.earthlink.net (poison.mail.pas.earthlink.net [207.217.120.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8128243D39 for ; Mon, 24 Jan 2005 19:38:09 +0000 (GMT) (envelope-from halla3@corp.earthlink.net) Received: from reserved-role-dmzfront.fw.earthlink.net ([198.185.0.144] helo=[10.30.102.204]) by poison.mail.pas.earthlink.net with esmtp (TLSv1:AES256-SHA:256) (Exim 3.36 #1) id 1CtA2I-0007Qd-00; Mon, 24 Jan 2005 11:38:06 -0800 Message-ID: <41F54E4B.3020400@corp.earthlink.net> Date: Mon, 24 Jan 2005 14:36:43 -0500 From: Andrew Hall User-Agent: Mozilla Thunderbird 0.9 (X11/20041111) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Madden References: <20050124193400.GA13842@cmsrtp.com> In-Reply-To: <20050124193400.GA13842@cmsrtp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Scroll whell on FreeBSD 5.3 i386 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: Mon, 24 Jan 2005 19:38:09 -0000 Add this to your mouse section, and restart X. Option "ZAxisMapping" "4 5" Drew Michael Madden wrote: > What is the secret to getting my scroll wheel working on FreeBSD 5.3? If have > the following added to /etc/rc.conf: > > moused_enable="YES" > moused_flags="" > moused_port="/dev/psm0" > moused_type="auto" > > I've also got the mouse section of /etc/X11/xorg.conf setup as: > > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > EndSection > > The mouse works fine as a normal mouse (right click, left click, middle > click), but the scroll wheel doesn't scroll. > > Thanks in advance, > Mike > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >