Intellimouse Wheel in X

Alex de Kruijff freebsd at akruijff.dds.nl
Wed Oct 8 08:10:55 PDT 2003


On Sat, Oct 04, 2003 at 07:59:15AM -0400, srenna at 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/


More information about the freebsd-questions mailing list