From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOPoN-0000Hz-LQ for qemu-devel@nongnu.org; Wed, 17 Oct 2012 05:21:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOPoG-0006sk-HN for qemu-devel@nongnu.org; Wed, 17 Oct 2012 05:21:11 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:57692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOPoG-0006qk-9q for qemu-devel@nongnu.org; Wed, 17 Oct 2012 05:21:04 -0400 Message-ID: <507E787D.6030809@msgid.tls.msk.ru> Date: Wed, 17 Oct 2012 13:21:01 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <507E6F32.4070009@msgid.tls.msk.ru> <507E72B3.2010003@redhat.com> <507E7737.8030207@msgid.tls.msk.ru> In-Reply-To: <507E7737.8030207@msgid.tls.msk.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] udev 42-qemu-usb.rules considered harmful? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel On 17.10.2012 13:15, Michael Tokarev wrote: > But the mouse is jumpy anyway. I guess one can get used to this > behavour, given the tradeoff and that the behavour is not VERY annoying -- > it is annoying, but just for a "bit", it feels like old mechanical > mouse with bad sensor or dirty ball when you can move the mouse but > cursor sometimes stays in place and sometimes moves, depending on > the surface and direction of the move... ;) It is more like the case when your desktop system is swapping heavily, so when you move mouse, it needs to swap-in parts of X or clients which are supposed to react to mouse movement events, so the movement is just delayed, not ignored altogether like with bad/dirty ball. And when you leave it alone, these parts gets swapped out again, to be swapped in when you move it the next time. /mjt