From owner-freebsd-questions@FreeBSD.ORG Thu Dec 18 22:55:02 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 14AEF16A4CE for ; Thu, 18 Dec 2003 22:55:02 -0800 (PST) Received: from ridiculum.woohaw.com (ridiculum.woohaw.com [206.107.23.194]) by mx1.FreeBSD.org (Postfix) with SMTP id 811D843D2D for ; Thu, 18 Dec 2003 22:55:00 -0800 (PST) (envelope-from glitch@ridiculum.woohaw.com) Received: (qmail 22833 invoked from network); 19 Dec 2003 06:54:59 -0000 Received: from localhost (HELO ridiculum.woohaw.com) (127.0.0.1) by localhost with SMTP; 19 Dec 2003 06:54:59 -0000 Received: (from glitch@localhost) by ridiculum.woohaw.com (8.12.9p2/8.12.9/Submit) id hBJ6svPP022831; Thu, 18 Dec 2003 22:54:57 -0800 (PST) (envelope-from glitch) Date: Thu, 18 Dec 2003 22:54:56 -0800 From: Kevin Glick To: flux Message-ID: <20031219065456.GA8229@ridiculum.woohaw.com> References: <1796929266.20031219092347@hotbox.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1796929266.20031219092347@hotbox.ru> User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: middle mouse button is unaccessable!!! :( 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: Fri, 19 Dec 2003 06:55:02 -0000 Flux, Once again.... # man [whatever you're trying to do] In this case: # man moused For X, add these two lines to the mouse section of XF86Config: The first line defines the number of buttons, you define 5. Two for each of the main buttons, one for clicking the mouse wheel, and two for rolling the mouse. The second line adds scroll support to X. Option "Buttons" "5" Option "ZAxisMapping" "4 5" Being a former newbie (5 years ago), I learned one thing that I feel that I should pass along to you. Before posting to this list, do some basic homework (i.e., man command, www.google.com). Almost anything you can think of doing with your BSD box, has been done many times before, and is available via online documentation (man) or can be found on the 'net (www.google.com, www.freebsddiary.org). Thought I'd share. Kevin Glick glitch@woohaw.com http://www.woohaw.com On Fri, Dec 19, 2003, 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. > > -- > Best regards, > flux mailto:flux@hotbox.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"