From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BLIe3-0007IV-1p for qemu-devel@nongnu.org; Wed, 05 May 2004 05:24:51 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BLIdW-0006zO-1x for qemu-devel@nongnu.org; Wed, 05 May 2004 05:24:49 -0400 Received: from [203.29.88.42] (helo=gateway.ccdaust.com.au) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BLIct-0006g6-2c for qemu-devel@nongnu.org; Wed, 05 May 2004 05:23:40 -0400 Received: from [192.168.2.80] (helo=wasp.net.au) by gateway.ccdaust.com.au with esmtp (Exim 3.35 #1 (Debian)) id 1BLIqw-00007N-00 for ; Wed, 05 May 2004 17:38:11 +0800 Message-ID: <4098B29B.5020108@wasp.net.au> Date: Wed, 05 May 2004 13:23:39 +0400 From: Brad Campbell MIME-Version: 1.0 Subject: Re: [Qemu-devel] QEMU RFB (vnc) driver References: <1083291721.28997.11.camel@matt> In-Reply-To: <1083291721.28997.11.camel@matt> Content-Type: text/plain; charset=us-ascii; 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 Matthew Mastracci wrote: > I'm working on adding RFB support for QEMU. I've attached my > work-in-progress here. You'll need to compile and link against > libvncserver to make it work- I'm not an autoconf wizard, so I just > hacked my local version for now. > > The whole thing works surprisingly well. I managed to talk to QEMU on > my Linux box from my LAN-connected Windows box with amazing performance. > > It's a bit of a pain using the mouse over VNC since everything is done > using relative position packets. It might be possible to emulate a > Synaptics PS/2 touchpad (which supports absolute positioning and is > supported under Windows and X) to make this a bit easier, but I'm not > certain how difficult that would be. It might be easier to whip up a > special VNC client that supports mouse capturing. :) > Just out of interest, the mouse behaves just as badly running qemu under an X vnc server session. Oh, and did I mention, nice work! Regards, Brad