From owner-freebsd-stable@FreeBSD.ORG Thu Feb 28 19:36:25 2008 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 E86141065672 for ; Thu, 28 Feb 2008 19:36:25 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 32F9A8FC17; Thu, 28 Feb 2008 19:36:25 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47C70D38.8010600@FreeBSD.org> Date: Thu, 28 Feb 2008 20:36:24 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Teemu Korhonen References: <47C6FDD0.2040902@mbnet.fi> In-Reply-To: <47C6FDD0.2040902@mbnet.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: jerky mouse still in 7.0-RELEASE 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: Thu, 28 Feb 2008 19:36:26 -0000 Teemu Korhonen wrote: > Did anyone find a solution to the "jerky mouse" -problem? It still > exists in 7.0-RELEASE. > > I have pretty much exact same symptoms as in this post: > http://lists.freebsd.org/pipermail/freebsd-stable/2008-January/039599.html Part of the problem here is that these "symptoms" are far too generic for diagnosis and have a variety of known and unknown causes. Some of the "known" causes include: * Overloading the system transiently (e.g. if your KDE launches 30 processes at once, the system is going to be a bit sluggish for a few seconds) * Running powerd, which has poor interaction with interrupt delivery on at least one user's system (might be an ACPI issue or hardware-specific). * Performing lots of I/O to a non-mpsafe filesystem like msdosfs. The other causes have so far resisted understanding. Kris