From owner-freebsd-questions@FreeBSD.ORG Tue Jan 25 10:41:26 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 5E2FF16A4CE for ; Tue, 25 Jan 2005 10:41:26 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2735343D31 for ; Tue, 25 Jan 2005 10:41:26 +0000 (GMT) (envelope-from tbonius@comcast.net) Received: from ostros (c-24-18-102-54.client.comcast.net[24.18.102.54]) by comcast.net (rwcrmhc12) with SMTP id <2005012510412501400hdd98e>; Tue, 25 Jan 2005 10:41:25 +0000 Message-ID: <000401c502ca$725ddad0$c900a8c0@ostros> From: "Thomas Foster" To: , "David Gerard" References: <20050124193400.GA13842@cmsrtp.com> <20050125102418.GB20318@thingy.apana.org.au> Date: Tue, 25 Jan 2005 02:41:36 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 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: Tue, 25 Jan 2005 10:41:26 -0000 are your using moused in your rc.conf.. if so .. try the following example: moused_port="/dev/psm0" #or whatever port your mouse is uses moused_type="auto" what brand / protocol does the mouse use? ..for most mice you can use the following example in your XF86Config Option "Protocol" "Auto" Option "Device" "/dev/psm0" #or whatever port your mouse is uses Option "ZAxisMapping" "4 5" Is the computer running connected to a KVM switchbox? ..if so try adding the following line to your device hints: device psm0 at atkbdc? irq 12 flags 0x100Hope this helps T ----- Original Message ----- From: "David Gerard" To: Sent: Tuesday, January 25, 2005 2:24 AM Subject: Re: Scroll whell on FreeBSD 5.3 i386 > Michael Madden (madden@cmsrtp.com) [050125 06:34]: > >> What is the secret to getting my scroll wheel working on FreeBSD 5.3? If >> have >> the following added to /etc/rc.conf: > > > And I'm having ... the same problem with 5.3! And I couldn't get a > solution > that worked either! > > http://lists.freebsd.org/pipermail/freebsd-questions/2004-September/059325.html > > Mine is a Compaq (Logitech) USB optical mouse. The machine is a Compaq > AP400 Personal Workstation. What's yours? > > > - d. > > > _______________________________________________ > 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" >