RE: Coping and Pasting from console

2004-06-25 Thread JJB
Enabling USB 2 button mouse copy/paste function
ee /etc/rc.conf

Add these statements rc.conf

usbd_enable="YES"
allscreens_flags="-m on" # -m enable mouse curser on


The /etc/usbd.conf file is where the USB 2 button mouse is specified
at.

ee /etc/usbd.conf

Scroll to the bottom of the file until you find this statement.

attach "/usr/sbin/moused -p /dev/${DEVNAME} -I
/var/run/moused.${DEVNAME}.pid"

You are going to change this line by adding the -m 2=3 option in
front of the -p option so it looks like this

attach "/usr/sbin/moused -m 2=3 -p /dev/${DEVNAME} -I
/var/run/moused.${DEVNAME}.pid"

Save the changed file and 'reboot' your system for your edit changes
to take effect.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gerard
Seibert
Sent: Friday, June 25, 2004 5:22 AM
To: [EMAIL PROTECTED]
Subject: Re: Coping and Pasting from console

On Thursday, June 24, 2004 10:21:54 PM "JJB" <[EMAIL PROTECTED]>
wrote:

|>
|>What Dan posted is correct for 3 button serial mouse.
|>
|>If you have 2 button mouse add this statement to what Dan posted
for
|>rc.conf
|>
|>
|>moused_flags="-m 2=3"   # config for 2 button mouse
|>
|>
|>If you have USB mouse I have info on how to set that up also.


** Reply Separator **
Friday, June 25, 2004 5:16:40 AM

I have a a Compaq USB Wireless Optical Mouse. It actually has five
buttons, but I doubt that, that matters. I would be interested in
your
setup routine.

Thanks!

Gerard Seibert
[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]"


Re: Coping and Pasting from console

2004-06-25 Thread Gerard Seibert
On Thursday, June 24, 2004 10:21:54 PM "JJB" <[EMAIL PROTECTED]> wrote:

|>
|>What Dan posted is correct for 3 button serial mouse.
|>
|>If you have 2 button mouse add this statement to what Dan posted for
|>rc.conf
|>
|>
|>moused_flags="-m 2=3"   # config for 2 button mouse
|>
|>
|>If you have USB mouse I have info on how to set that up also.


** Reply Separator **
Friday, June 25, 2004 5:16:40 AM

I have a a Compaq USB Wireless Optical Mouse. It actually has five
buttons, but I doubt that, that matters. I would be interested in your
setup routine.

Thanks!

Gerard Seibert
[EMAIL PROTECTED]

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


RE: Coping and Pasting from console

2004-06-24 Thread JJB
What Dan posted is correct for 3 button serial mouse.

If you have 2 button mouse add this statement to what Dan posted for
rc.conf


moused_flags="-m 2=3"   # config for 2 button mouse


If you have USB mouse I have info on how to set that up also.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dan Nelson
Sent: Thursday, June 24, 2004 1:55 PM
To: Andrei Iarus
Cc: [EMAIL PROTECTED]
Subject: Re: Coping and Pasting from console

In the last episode (Jun 24), Andrei Iarus said:
> Pls tell me how to, what to install for coping in text mode in
> FreeBSD

Put these in /etc/rc.conf:

moused_enable="YES"  # Run the mouse daemon.
moused_type="auto"   # See man page for rc.conf(5) for available
settings.
moused_port="/dev/psm0"  # Set to your mouse port.
allscreens_flags="-m on" # Enable mouse for all virtual screens

and reboot.

Left button selects, middle pastes, right adjusts an existing
seelction.

--
Dan Nelson
[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]"


Re: Coping and Pasting from console

2004-06-24 Thread Dan Nelson
In the last episode (Jun 24), Andrei Iarus said:
> Pls tell me how to, what to install for coping in text mode in
> FreeBSD

Put these in /etc/rc.conf:

moused_enable="YES"  # Run the mouse daemon.
moused_type="auto"   # See man page for rc.conf(5) for available settings.
moused_port="/dev/psm0"  # Set to your mouse port.
allscreens_flags="-m on" # Enable mouse for all virtual screens

and reboot.

Left button selects, middle pastes, right adjusts an existing
seelction.

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