From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FSQ3Y-00078u-Tj for qemu-devel@nongnu.org; Sat, 08 Apr 2006 22:53:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FSQ3X-00078B-5Q for qemu-devel@nongnu.org; Sat, 08 Apr 2006 22:53:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FSQ3W-000783-Sp for qemu-devel@nongnu.org; Sat, 08 Apr 2006 22:53:38 -0400 Received: from [32.97.182.141] (helo=e1.ny.us.ibm.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FSQ7q-0001EV-Pe for qemu-devel@nongnu.org; Sat, 08 Apr 2006 22:58:06 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e1.ny.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k392rbgd005168 for ; Sat, 8 Apr 2006 22:53:37 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k392rcCl107648 for ; Sat, 8 Apr 2006 22:53:38 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11/8.13.3) with ESMTP id k392rbOw024321 for ; Sat, 8 Apr 2006 22:53:37 -0400 Received: from [9.76.2.7] (sig-9-76-2-7.mts.ibm.com [9.76.2.7]) by d01av04.pok.ibm.com (8.12.11/8.12.11) with ESMTP id k392raIE024310 for ; Sat, 8 Apr 2006 22:53:37 -0400 Message-ID: <4438772F.1090300@us.ibm.com> Date: Sat, 08 Apr 2006 21:53:35 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] VNC terminal server? References: <20060408190115.GA16963@jbrown.mylinuxbox.org> In-Reply-To: <20060408190115.GA16963@jbrown.mylinuxbox.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Jim C. Brown wrote: > On Sat, Apr 08, 2006 at 08:24:03PM +0200, Johannes Schindelin wrote: > >> IMHO the biggest obstacle to inclusion in mainline QEmu is that the mouse >> support is rather flakey: You have to disable mouse acceleration of the >> guest OS. >> >> I had that cunning plan to write a virtual Wacom tablet, but I just don't >> find the time. >> >> Ciao, >> Dscho >> >> > > Anthony Ligouri has written a patch for wacom support. > Docs are available for older Wacom tablets. I've not gotten the time to update my patches to actually implement the full protocol according to the docs. The version I wrote is based on a newer X driver so YMMV. Regards, ANthony Liguori > However, when I combine this with the -no-sdl-grab patch I still see syncing > issues. > >