Date: Wed, 08 Oct 2003 17:10:12 +0200 From: Alex de Kruijff <freebsd@akruijff.dds.nl> To: srenna@vdbmusic.com Cc: questions@freebsd.org Subject: Re: Intellimouse Wheel in X Message-ID: <20031008151012.GA366@dds.nl> In-Reply-To: <web-57929397@atlantech.net> References: <20030923175645.GD56256@dds.nl> <web-57929397@atlantech.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Oct 04, 2003 at 07:59:15AM -0400, srenna@vdbmusic.com wrote:
> I'd be interested in seeing your X config file for using
> the wheel mouse.
> The file i need to edit is /etc/X11/XF86config correct?
For the way i've setup my confirutaion it needed that you also have
configured /etc/rc.conf.
Relevant /etc/rc.conf:
moused_flags="-a .4"
moused_enable="YES"
moused_port="/dev/psm0"
moused_type="auto"
The mouse section of the /etc/X11/XF86Config file:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "5"
Option
"ZAxisMapping" "4 5"
EndSection
P.S. Please don't top-post (!) and cut non relevant text.
--
Alex
Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031008151012.GA366>
