mouse with scroll....

Joshua Oreman oremanj at get-linux.org
Sat Aug 16 16:52:45 PDT 2003


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
> intraden at mail.ru
> 
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list