From owner-freebsd-questions@FreeBSD.ORG Fri Aug 15 16:46:38 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 C184137B401 for ; Fri, 15 Aug 2003 16:46:38 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35F2143FB1 for ; Fri, 15 Aug 2003 16:46:38 -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 <2003081523463701500du1mre> (Authid: animotions); Fri, 15 Aug 2003 23:46:37 +0000 Message-ID: <3F3D70DB.5010403@comcast.net> Date: Fri, 15 Aug 2003 16:46:35 -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: <001601c3637b$be159ac0$04fea8c0@moe> In-Reply-To: <001601c3637b$be159ac0$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 23:46:39 -0000 Charles Howse wrote: >>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). > > > That worked fine. The problem must be the KVM, as I suspected. > Knowing that, I reconnected the mouse to the KVM, switched to Windows > and back to FBSD, same problem. > > >>Check out the man page for moused for further help with >>mousercizing and >>various options. > > > No joy. > > >>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. > > > No reset button. > > >>Don't know if it will do what you want but check out 'man >>cut' and 'man >>paste' > > > No joy, cut is for retrieving fields and characters from a file, paste > is for inserting text from a file to a file or to the console. > > Oh, well... Here's a thought. What happens when you switch away then switch back kill moused then restart moused? I'm thinking that maybe a cron job could be created to check mouse states and kill then restart moused. Maybe put moused in foreground and debug and see what happens as well it might offer some information that could lead you to a google search. :)