From owner-freebsd-questions@FreeBSD.ORG Fri Aug 15 14:34:55 2003 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 EEBD537B401 for ; Fri, 15 Aug 2003 14:34:55 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60D8E43FD7 for ; Fri, 15 Aug 2003 14:34:55 -0700 (PDT) (envelope-from freebsduser@comcast.net) Received: from comcast.net (12-225-141-88.client.attbi.com[12.225.141.88](untrusted sender)) by comcast.net (rwcrmhc13) with SMTP id <2003081521345401500cduvve> (Authid: animotions); Fri, 15 Aug 2003 21:34:55 +0000 Message-ID: <3F3D51FC.2070601@comcast.net> Date: Fri, 15 Aug 2003 14:34:52 -0700 From: K Anderson User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Charles Howse References: <001501c36372$51e59d90$04fea8c0@moe> In-Reply-To: <001501c36372$51e59d90$04fea8c0@moe> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Copying and pasting text w/ mouse X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 21:34:56 -0000 Charles Howse wrote: >>Hi there, > > > Hi, thanks for the reply. > > >>I have a Logitech trackman marble + (two buttons and a third that is >>also the wheel) and I just left-drag then middle button (the wheel) >>click. You might have the same thing if you have a wheel on >>yours if not >>then you should be able to press both buttons (left & right) >>if you are >>using 3rd button emulation and that should do it for you. > > > I bet I'm going to run into trouble on this, I have a Belkin KVM that I > use to switch between 3 computers on my desk. > I've had mouse issues with it in the past, i.e. if I configure it for a > scroll mouse in a Linux gui, then switch to Windows, the mouse pointer > jumps all over the screen, completely unusable. > > I just tried setting it up again in sysinstall, and it's jumping > everywhere and corrupting the display, I have to ^C to recover control > of console before I can get out of mouse configuration. > > Too bad, I have no issues with mousing on my Redhat 9 box, or my XP box, > is there any way to copy and paste w/o mouse in console? > > Any way to trick mouse config in sysinstall? It seems like the only > PS/2 options are the defaults. For the sake of testing, put the mouse directly to the FreeBSD system and reboot (well you might not actually have to reboot but check to see if moused is running and if so kill it and then restart it). If you have a serial mouse then figure out what port it is on then issue a 'moused -p /dev/cuaa0 -t intellimouse' (if you are unsure of your mouse type then change intellimouse to auto. This is on the assumption that your mouse is on serial port 1). Check out the man page for moused for further help with mousercizing and various options. I'm not sure if this is the problem but PS/2 mices are (IMHO) finicky when disconnected. If your KVM switch has a reset then press it and see if that gives FreeBSD a hand in preventing your caffinated mouse. Don't know if it will do what you want but check out 'man cut' and 'man paste' Hope something here helps.