Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2003 10:20:27 -0400
From:      cas <xcas@cox.net>
To:        Steven Lake <raiden@shell.core.com>, questions@freebsd.org
Subject:   Re: My scroll wheel on my mouse won't work!!
Message-ID:  <20030531142028.JCLX2941.fed1mtao06.cox.net@smtp.west.cox.net>

next in thread | raw e-mail | index | archive | help
> From: Steven Lake <raiden@shell.core.com>
> Date: 2003/05/31 Sat AM 09:00:55 EDT
> To: questions@freebsd.org
> Subject: My scroll wheel on my mouse won't work!!
> 
> 	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.

try adding this to /etc/X11/XF86Config-4

Section "InputDevice"
	Identifier "Mouse0"
	Driver     "mouse"
	Option     "Protocol"     "Auto"
	Option     "Device"       "/dev/sysmouse"
	Option     "ZAxisMapping" "4 5"
EndSection




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030531142028.JCLX2941.fed1mtao06.cox.net>