From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 16:47:53 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 DC2DA37B401 for ; Tue, 22 Apr 2003 16:47:53 -0700 (PDT) Received: from h24-67-53-86.lb.shawcable.net (h24-67-53-86.lb.shawcable.net [24.67.53.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34F0D43F3F for ; Tue, 22 Apr 2003 16:47:53 -0700 (PDT) (envelope-from cmoline@shaw.ca) Received: from [127.0.0.1] (localhost [127.0.0.1]) by h24-67-53-86.lb.shawcable.net (Postfix) with ESMTP id 040A295E for ; Tue, 22 Apr 2003 17:39:20 -0600 (MDT) From: Chris Moline To: freebsd-questions@freebsd.org In-Reply-To: <20030422221846.GG13811@asenchi.com> References: <1051047195.97785.27.camel@localhost> <20030422221846.GG13811@asenchi.com> Content-Type: text/plain Organization: Message-Id: <1051054760.97785.31.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 22 Apr 2003 17:39:20 -0600 Content-Transfer-Encoding: 7bit Subject: Re: mouse wheel problems 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, 22 Apr 2003 23:47:54 -0000 On Tue, 2003-04-22 at 16:18, Asenchi wrote: > I have always had it this way. Notice the "Device" part > of the message. > > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/psm0" > Option "ZAxisMapping" "4 5" > Option "Buttons" "5" > > : [snip] > > You will also want to make sure moused_enable says 'NO' > in /etc/rc.conf. > > Also run this: > #killall moused > > Once you do both of those steps you should be working. ok i changed my config file, disable moused in /etc/rc.conf and ran killall moused. but it still doesnt work. thank you for your help, chris moline