From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FScxu-0004gN-9q for qemu-devel@nongnu.org; Sun, 09 Apr 2006 12:40:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FScxs-0004fQ-30 for qemu-devel@nongnu.org; Sun, 09 Apr 2006 12:40:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FScxr-0004fF-K8 for qemu-devel@nongnu.org; Sun, 09 Apr 2006 12:40:39 -0400 Received: from [32.97.182.144] (helo=e4.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 1FSd2J-0007Ww-C8 for qemu-devel@nongnu.org; Sun, 09 Apr 2006 12:45:15 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e4.ny.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k39GeSdE002425 for ; Sun, 9 Apr 2006 12:40:28 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k39GeIeb051216 for ; Sun, 9 Apr 2006 12:40:18 -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 k39GeIG8001256 for ; Sun, 9 Apr 2006 12:40:18 -0400 Received: from [9.76.4.90] (sig-9-76-4-90.mts.ibm.com [9.76.4.90]) by d01av04.pok.ibm.com (8.12.11/8.12.11) with ESMTP id k39GeHmM001246 for ; Sun, 9 Apr 2006 12:40:18 -0400 Message-ID: <443938EE.9030300@us.ibm.com> Date: Sun, 09 Apr 2006 11:40:14 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] VNC terminal server? References: <44381019.9070507@win4lin.com> <4438788F.90504@us.ibm.com> <44393116.3060900@win4lin.com> In-Reply-To: <44393116.3060900@win4lin.com> 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 Leonardo E. Reiter wrote: > Hi Anthony, > > I noticed that the Windows driver does not work... it does send a > bunch of commands to the tablet, mostly resets, but then claims that > it can't discover it. I downloaded the latest driver from wacom.com. Yes, this is what I said. The Windows driver uses a bunch more commands than the Linux driver that I have not implemented (which is why I haven't submitted to this list yet). > I did not try this with a Linux guest yet.... maybe that should be my > next thing, and see what it will take to make it work without the SDL > grab altogether (and sync up). If that can work reliably, then adding > the bits to the protocol that Windows expects would be worth the work. > > I'm thinking that this device would be a good complementary option to > an absolute USB HID device. Having both in the long run won't hurt, > especially if certain OS's prefer serial over USB absolute pointers, > and vice versa. Xorg CVS has initial support for absolute USB devices so I think this is the best route for the future. Regards, Anthony Liguori > - Leo Reiter > > Anthony Liguori wrote: >> The driver isn't built into Windows. It's pretty easy to install >> though and the way my patch works, the PS/2 mouse is used until it >> detects the tablet has been enabled. >> >> The Windows driver uses quite a bit more of the features of the >> tablet than the X driver so there's a bit more work to do but nothing >> extraordinary. >> >> Regards, >> >> Anthony Liguori >