Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2003 16:52:44 -0700
From:      Joshua Oreman <oremanj@get-linux.org>
To:        Denis <intraden@mail.ru>
Cc:        questions@freebsd.org
Subject:   Re: mouse with scroll....
Message-ID:  <20030816235244.GB753@webserver>
In-Reply-To: <78953932.20030817033140@mail.ru>
References:  <78953932.20030817033140@mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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@mail.ru
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



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