From owner-freebsd-stable@FreeBSD.ORG Sat Jan 16 12:54:06 2010 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 C5EEC1065676 for ; Sat, 16 Jan 2010 12:54:06 +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 822E08FC1B for ; Sat, 16 Jan 2010 12:54:06 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NW8AD-0002Zl-CS for freebsd-stable@freebsd.org; Sat, 16 Jan 2010 13:54:01 +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 ; Sat, 16 Jan 2010 13:54:01 +0100 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Jan 2010 13:54:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: martinko Date: Sat, 16 Jan 2010 13:53:39 +0100 Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.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.7) Gecko/20100113 SeaMonkey/2.0.2 Sender: news Cc: freebsd-current@freebsd.org Subject: 8.0 regression: mouse redrawing in console eats too much cpu and doesn't look good 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: Sat, 16 Jan 2010 12:54:06 -0000 Hello, Since moving from 6.4 to 8.0 I noticed that usage of mouse (usb) in console has somewhat regressed: First, as soon as I start moving my mouse interrupts increase to 15-18 % as seen in top(1). That's way too much and seems like a bug. Second, mouse cursor looks worse. It used to be solid while now it looks half transparent as if its redrawing was not synced or something. Regards, Martin