Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2005 13:34:00 -0600
From:      Michael Madden <madden@cmsrtp.com>
To:        freebsd-questions@freebsd.org
Subject:   Scroll whell on FreeBSD 5.3 i386
Message-ID:  <20050124193400.GA13842@cmsrtp.com>

next in thread | raw e-mail | index | archive | help
What is the secret to getting my scroll wheel working on FreeBSD 5.3?  If have
the following added to /etc/rc.conf:

moused_enable="YES"
moused_flags=""
moused_port="/dev/psm0"
moused_type="auto"

I've also got the mouse section of /etc/X11/xorg.conf setup as:

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
EndSection

The mouse works fine as a normal mouse (right click, left click, middle
click), but the scroll wheel doesn't scroll.

Thanks in advance,
Mike



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050124193400.GA13842>