Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2003 11:29:34 -0600
From:      "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz>
To:        flux <flux@hotbox.ru>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: middle mouse button is unaccessable!!! :(
Message-ID:  <3FE3357E.6090104@daleco.biz>
In-Reply-To: <1796929266.20031219092347@hotbox.ru>
References:  <1796929266.20031219092347@hotbox.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



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