Re: middle mouse button is unaccessable!!! :(

2003-12-19 Thread Kevin D. Kinsey, DaleCo, S.P.
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.
 

This is in the docs somewhere.  OTOH, I can't find it
at the moment, maybe you can't either.
In /etc/rc.conf:

   moused_port="/dev/psm0"
   moused_type="auto"
   moused_flags="-z 4"
   moused_enable="YES"
In XF86Config:

   Section "InputDevice"
   Identifier  "Mouse0"
   Driver  "mouse"
   Option  "Protocol" "auto"
   Option  "Device" "/dev/sysmouse"
   Option  "Buttons" "5"
   EndSection
Reboot, voila!

YMMV...

Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: middle mouse button is unaccessable!!! :(

2003-12-18 Thread Kevin Glick
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
[EMAIL PROTECTED]
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:[EMAIL PROTECTED]
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


middle mouse button is unaccessable!!! :(

2003-12-18 Thread flux
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:[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"