From owner-freebsd-questions@FreeBSD.ORG Sat Aug 16 16:52:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9844137B401 for ; Sat, 16 Aug 2003 16:52:45 -0700 (PDT) Received: from webserver.get-linux.org (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id F2D8D43F85 for ; Sat, 16 Aug 2003 16:52:44 -0700 (PDT) (envelope-from root@webserver.get-linux.org) Received: (qmail 809 invoked by uid 0); 16 Aug 2003 23:52:44 -0000 Date: Sat, 16 Aug 2003 16:52:44 -0700 From: Joshua Oreman To: Denis Message-ID: <20030816235244.GB753@webserver> References: <78953932.20030817033140@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <78953932.20030817033140@mail.ru> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: mouse with scroll.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 23:52:45 -0000 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"