On Sun, Aug 17, 2003 at 03:31:40AM +0400 or thereabouts, Denis wrote:
> Hi All!!!
>
> Does anybody know how in freebsd use mouse with 3 button and one
> scroll?
--snip /etc/XF86Config (or /etc/X11/XF86Config)--
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
# ^^^^^^^^ you need this
# ...
Option "Buttons" "3"
# and this ^^^^^^^^^^^^^
Option "ZAxisMapping" "4 5"
# and this ^^^^^^^^^^^^^^^^^^^^
EndSection
--snip--
-- Josh
>
> --
> Best regards, Denis
> [EMAIL PROTECTED]
>
> _______________________________________________
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"