From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54935 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdhDO-0005yN-N9 for qemu-devel@nongnu.org; Fri, 14 Jan 2011 05:49:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PdhDN-0001uy-IC for qemu-devel@nongnu.org; Fri, 14 Jan 2011 05:49:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PdhDN-0001up-7j for qemu-devel@nongnu.org; Fri, 14 Jan 2011 05:49:05 -0500 Date: Fri, 14 Jan 2011 10:48:50 +0000 From: "Daniel P. Berrange" Subject: Re: [Qemu-devel] Re: [Spice-devel] paravirtual mouse/tablet Message-ID: <20110114104850.GC11611@redhat.com> References: <4D2ED1C8.7070304@redhat.com> <4D2EE756.2020808@redhat.com> <4D2F2085.204@codemonkey.ws> <4D2F31A7.1060402@redhat.com> <4D2F6372.1010707@codemonkey.ws> <4D300E24.6030100@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4D300E24.6030100@redhat.com> Reply-To: "Daniel P. Berrange" List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Stefan Hajnoczi , "qemu-devel@nongnu.org" , spice-devel On Fri, Jan 14, 2011 at 09:49:40AM +0100, Gerd Hoffmann wrote: > >>>That maybe implies that we need an offscreen coordinate for the > >>>mouse so that you can hide the mouse when it leaves one window. > >> > >>Hmm? I fail to see why multihead is special here. > > > >If you show two mice in the guest, would X render two cursors? > > With two mice you still have just one cursor. Just plug a usb mouse > into your laptop, you can move the single pointer with both usb > mouse and touchpad then. Didn't try what happens with two tablets, > but I expect it wouldn't be different ... NB having all mice bound to one cursor is merely the historical default behaviour. IIUC the recent "Multi-Pointer X" feature lets you now have multiple cursors, one per pointing device. https://secure.wikimedia.org/wikipedia/en/wiki/Multi-Pointer_X Regards, Daniel