From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2FAY-0004gQ-0M for qemu-devel@nongnu.org; Thu, 25 Jul 2013 02:37:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2FAV-0000NC-HB for qemu-devel@nongnu.org; Thu, 25 Jul 2013 02:36:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2FAV-0000L5-9v for qemu-devel@nongnu.org; Thu, 25 Jul 2013 02:36:55 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6P6are4010749 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 25 Jul 2013 02:36:53 -0400 Received: from redhat.com (vpn1-5-116.ams2.redhat.com [10.36.5.116]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with SMTP id r6P6apJA028346 for ; Thu, 25 Jul 2013 02:36:52 -0400 Date: Thu, 25 Jul 2013 09:38:14 +0300 From: "Michael S. Tsirkin" Message-ID: <20130725063814.GA23040@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] windows guests: bad mouse responsiveness with gtk List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I've recently tried experimenting with the gtk qemu frontend. Unfortunately with gtk, mouse seems very unresponsive: sometimes I move it and the pointer won't move, or it jumps around, or refuses to go to some parts of the screen. No issues if I supply -sdl. I don't know much about how mouse works in QEMU - any hints on debugging this? -- MST