middle mouse button is unaccessable!!! :(

Kevin D. Kinsey, DaleCo, S.P. kdk at daleco.biz
Fri Dec 19 09:30:15 PST 2003


flux wrote:

>I have 3-button mouse Genius NetScroll+ with wheel. Middle button
>seems not to be alive in FreeBSD console and X as well. I start moused
>daemon in that way: moused -p /dev/cuaa0 -t auto. Could anybody help
>me plz, how to to make the middle button work in console and in X
>server?
>Thank you.
>
>  
>
This is in the docs somewhere.  OTOH, I can't find it
at the moment, maybe you can't either.

In /etc/rc.conf:

        moused_port="/dev/psm0"
        moused_type="auto"
        moused_flags="-z 4"
        moused_enable="YES"

In XF86Config:

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


Reboot, voila!

YMMV...

Kevin Kinsey
DaleCo, S.P.



More information about the freebsd-questions mailing list