From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcCun-0006iZ-Pv for qemu-devel@nongnu.org; Thu, 30 Jun 2011 04:48:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcCuj-0007dc-Dl for qemu-devel@nongnu.org; Thu, 30 Jun 2011 04:48:01 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:41016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcCui-0007dU-Vr for qemu-devel@nongnu.org; Thu, 30 Jun 2011 04:47:57 -0400 Received: by bwd12 with SMTP id 12so1845485bwd.4 for ; Thu, 30 Jun 2011 01:47:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <6D903372-3101-45C7-8CD6-B67CE185C03E@suse.de> References: <6D903372-3101-45C7-8CD6-B67CE185C03E@suse.de> Date: Thu, 30 Jun 2011 10:47:55 +0200 Message-ID: From: "dpc@ucore.info" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] qemu: hardware error: Failed to create USB device 'usb-tablet' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel@nongnu.org On Thu, Jun 30, 2011 at 10:01 AM, Alexander Graf wrote: > For relative pointing devices, the guest does something called "mouse acc= eleration" where it tries to find out how quickly you're moving the mouse a= nd set the pointer accordingly. Hence the coordinates the guest window mana= gement system thinks your mouse is on and the coordinates qemu would think = they should be differ. > > You can set acceleration to 1 with xset, giving you 1:1 translation of re= lative movement to absolute movement inside the guest. Thank you. This improves the cursor behavior a lot. --=20 Dawid Ci=C4=99=C5=BCarkiewicz