From owner-freebsd-questions@FreeBSD.ORG Sat May 31 13:17:05 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 A211D37B401 for ; Sat, 31 May 2003 13:17:05 -0700 (PDT) Received: from out3.mx.nwbl.wi.voyager.net (out3.mx.nwbl.wi.voyager.net [169.207.3.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 211E843FA3 for ; Sat, 31 May 2003 13:17:05 -0700 (PDT) (envelope-from raiden@shell.core.com) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out3.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id 8E33977FCC; Sat, 31 May 2003 15:17:04 -0500 (CDT) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6p2/8.11.6/1.3) with ESMTP id h4VKH4b22640; Sat, 31 May 2003 15:17:04 -0500 (CDT) Date: Sat, 31 May 2003 15:17:04 -0500 (CDT) From: Steven Lake X-X-Sender: raiden@shell.core.com To: Hasse In-Reply-To: <200305312211.12353.webmaster@swedehost.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org cc: Steven Lake Subject: Re: My scroll wheel on my mouse won't work!! 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, 31 May 2003 20:17:06 -0000 I got it working! thanks for all the suggestions everyone! :) On Sat, 31 May 2003, Hasse wrote: > On Saturday 31 May 2003 15.00, Steven Lake wrote: > > Hi all. I got a microsoft optical mouse with a scroll wheel in it > > and everything on it works great...except the wheel. I can't get KDE to > > do anything with the wheel. How do I setup my mouse daemon to use my > > scroll wheel? Much apreciated on the info. > > > > _______________________________________________ > > 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" > Hi. > Try to edit your /etc/X11/XF86Config > and in the section Section "InputDevice", put something like this : > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5" > Option "Buttons" "5" > EndSection > -- > Regards > Hasse > Webmaster @ Swedehost.com > >