From owner-freebsd-questions Mon Apr 27 18:43:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA04063 for freebsd-questions-outgoing; Mon, 27 Apr 1998 18:43:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from euthyphro.uchicago.edu (euthyphro.uchicago.edu [128.135.21.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA03971 for ; Mon, 27 Apr 1998 18:42:54 -0700 (PDT) (envelope-from sfarrell@phaedrus.uchicago.edu) Received: from phaedrus.uchicago.edu (phaedrus [128.135.21.10]) by euthyphro.uchicago.edu (8.8.6/8.8.4) with ESMTP id UAA01158; Mon, 27 Apr 1998 20:42:51 -0500 (CDT) Received: (from sfarrell@localhost) by phaedrus.uchicago.edu (8.8.8/8.8.5) id UAA08790; Mon, 27 Apr 1998 20:42:46 -0500 (CDT) To: Scott Myron Cc: "freebsd-questions@FreeBSD.org" Subject: Re: ok I've almost got it References: <3544883F.7562FA4D@hsonline.net> From: sfarrell+lists@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 27 Apr 1998 20:42:46 -0500 In-Reply-To: Scott Myron's message of "Mon, 27 Apr 1998 16:29:35 +0300" Message-ID: <87zph67mcp.fsf@phaedrus.uchicago.edu> Lines: 30 X-Mailer: Gnus v5.6.3/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Scott Myron writes: > ok. I almost got it with the mouse in the console, it works, but only in > > the first term. then I have to open all of the others and type > "vidcontrol -m on" . is there any flag I can set in the rc.conf to where > > I DON'T have to do this? because it gets rather annoying... also.. how > do I cut and paste using this mouse? in xwindows I know how, but I don't > > think it's the same in the console, because every time I try, it just > highlights the word and/or the line. well thanks again. and if it helps, > > I have a regular ps/2 2-button mouse. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message did you look in rc.conf? moused_enable="NO" # Run the mouse daemon. moused_type="NO" # See man page for rc.conf(5) for available settings. moused_port="/dev/psm0" # Set to your mouse port (required if mousetype set). moused_flags="" # Any additional flags to moused. -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message