From owner-freebsd-questions@FreeBSD.ORG Sat May 31 13:11:15 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 3414E37B401 for ; Sat, 31 May 2003 13:11:15 -0700 (PDT) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA14E43F75 for ; Sat, 31 May 2003 13:11:13 -0700 (PDT) (envelope-from webmaster@swedehost.com) Received: from thor.swedehost.com (h129n2fls33o804.telia.com [217.209.211.129]) by mailb.telia.com (8.12.9/8.12.9) with ESMTP id h4VKBCe0020210; Sat, 31 May 2003 22:11:12 +0200 (CEST) X-Original-Recipient: questions@freebsd.org From: Hasse Organization: The Valhalla Project To: Steven Lake , questions@freebsd.org Date: Sat, 31 May 2003 22:11:12 +0200 User-Agent: KMail/1.5.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305312211.12353.webmaster@swedehost.com> 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:11:15 -0000 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