All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabrice Bellard <fabrice@bellard.org>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] QEMU RFB (vnc) driver
Date: Wed, 05 May 2004 20:34:10 +0200	[thread overview]
Message-ID: <409933A2.3010100@bellard.org> (raw)
In-Reply-To: <4098B29B.5020108@wasp.net.au>

Brad Campbell wrote:
> 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.  :)

I vote for the Synaptics PS/2 touchpad emulation. From the Linux kernel 
source, it does not seem difficult.

Another topic is the keycode conversions. Even with SDL, a solution like 
bochs or rdesktop (with an option to give the host keyboard mapping) is 
needed. That's why I did not merge the various patch submitted to 
'improve' the SDL keyboard emulation.

Fabrice.

  parent reply	other threads:[~2004-05-05 18:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-30  2:22 [Qemu-devel] QEMU RFB (vnc) driver Matthew Mastracci
2004-05-05  9:23 ` Brad Campbell
2004-05-05 15:12   ` [Qemu-devel] " Matthew Mastracci
2004-05-05 18:34   ` Fabrice Bellard [this message]
2004-05-05 20:49     ` [Qemu-devel] " Johannes Schindelin
2004-05-06  7:35       ` Brad Campbell
2004-05-06 15:21       ` [Qemu-devel] " Matthew Mastracci
2004-05-08 10:27       ` [Qemu-devel] " Fabrice Bellard
2004-05-08 15:00         ` Johannes Schindelin
2004-05-05 20:53     ` Johannes Schindelin
2004-05-05 22:05     ` [Qemu-devel] " Matthew Mastracci
2004-05-06  7:47       ` Filip Navara
2004-05-06 15:22         ` Matthew Mastracci

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=409933A2.3010100@bellard.org \
    --to=fabrice@bellard.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.