Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2002 12:27:34 +0100
From:      dick hoogendijk <dick@nagual.st>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: Mouse wheel configuration
Message-ID:  <20021217112734.GA7469@nagual.st>
In-Reply-To: <1402352421.20021216183836@mail.lviv.ua>
References:  <1402352421.20021216183836@mail.lviv.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
> I have PS/2 standart mouse
> I am trying to configura mouse wheel as was described today.

The right config would be:

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

But for this to work, you also need to put the following lines in your
/etc/rc.conf:
moused_type="auto"
moused_enable="YES"
-(reboot)-

> Where is my mistake? What am I doing wrong?

You may not have done both (?) ;-)

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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