From owner-freebsd-stable@FreeBSD.ORG Sun Jan 23 14:59:45 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87AE5106564A for ; Sun, 23 Jan 2011 14:59:45 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 3A35A8FC08 for ; Sun, 23 Jan 2011 14:59:44 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ph1Pq-0004uV-9p for freebsd-stable@freebsd.org; Sun, 23 Jan 2011 15:59:42 +0100 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Jan 2011 15:59:42 +0100 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Jan 2011 15:59:42 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: martinko Date: Sun, 23 Jan 2011 15:00:55 +0100 Lines: 21 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.11) Gecko/20100822 SeaMonkey/2.0.6 In-Reply-To: Subject: Re: After 7.3->8.1, moused on serial mouse draws 100% CPU X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 14:59:45 -0000 Michael Sperber wrote: > > After upgrading from 7.3 to 8.1, moused has started drawing 100% CPU > (even when the mouse is not used). moused -d -f doesn't output anything > suspicious - in particular, it does not display anything when the mouse > is not moved. > > root 10833 100.0 0.1 1732 1100 v0 R+ 10:51AM 8:47.62 /usr/sbin/moused -d -F 200 -A 1.5 -a 0.5 -p /dev/cuau0 -t auto -d -f > > FWIW, I was using the uart serial driver even on 7.3. (Maybe this is > also the time to mention that mouse movement got much slower after the > move to uart - that's why the -F -A -a settings are in there.) > > Any help would be much appreciated! > I sent an email describing similar regression on 16/1/2010 but no one replied. The thing is that since moving to 8.x moused in console consumes way too much CPU as soon as mouse starts moving. :-/ M.