Date: Thu, 18 Dec 2003 22:54:56 -0800 From: Kevin Glick <glitch@woohaw.com> To: flux <flux@hotbox.ru> Cc: freebsd-questions@freebsd.org Subject: Re: middle mouse button is unaccessable!!! :( Message-ID: <20031219065456.GA8229@ridiculum.woohaw.com> In-Reply-To: <1796929266.20031219092347@hotbox.ru> References: <1796929266.20031219092347@hotbox.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031219065456.GA8229>