From owner-freebsd-questions@FreeBSD.ORG Fri Jun 25 02:21:47 2004 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 4FBD716A4CE for ; Fri, 25 Jun 2004 02:21:47 +0000 (GMT) Received: from mta2.adelphia.net (mta2.adelphia.net [68.168.78.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0196A43D1D for ; Fri, 25 Jun 2004 02:21:47 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta13.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040625021644.VHMM14365.mta13.adelphia.net@barbish>; Thu, 24 Jun 2004 22:16:44 -0400 From: "JJB" To: "Dan Nelson" , "Andrei Iarus" Date: Thu, 24 Jun 2004 22:16:44 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20040624175454.GB39274@dan.emsphone.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal cc: freebsd-questions@freebsd.org Subject: RE: Coping and Pasting from console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 02:21:47 -0000 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: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Dan Nelson Sent: Thursday, June 24, 2004 1:55 PM To: Andrei Iarus Cc: freebsd-questions@freebsd.org 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 dnelson@allantgroup.com _______________________________________________ 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"