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: Sat, 08 May 2004 12:27:55 +0200	[thread overview]
Message-ID: <409CB62B.4040303@bellard.org> (raw)
In-Reply-To: <Pine.LNX.4.58.0405052226060.1313@wgmdd8.biozentrum.uni-wuerzburg.de>

Some comments about your patch:

- The configure option '--enable-vnc-and-sdl' must be suppressed. QEMU 
can handle several display interfaces (it has already two). So it is 
better to add a command line option '-vnc' to QEMU to select the VNC 
server display. Another command line option can be added to have both 
sdl and vnc display. Having configure time options _must_ be avoided as 
most users won't recompile QEMU.

- An option '-k keyb_type' must be added to select the type of keyboard.

Fabrice.

Johannes Schindelin wrote:
> Hi,
> 
> First of all: QEMU is wonderful. It is blazingly fast, yet very small!
> 
> Second, my sincere apologies to Matthew: I hacked together my own version
> of what you did. Attached is a patch which does about the same thing.
> 
> A few differences, though:
> 
> 	- I stole a bit from wine, so I have a compile time choice of a
> 	  keymap. This certainly has room to improve.
> 
> 	- I actually change the screen resolution. There is support for
> 	  this in LibVNCServer since version 0.4, and a few clients
> 	  support it. If the client does not support the change, a warning
> 	  is issued.
> 
> 	- It is configurable:
> 		./configure --enable-vnc
> 	  will change the output completely to vnc, and
> 		./configure --enable-vnc-and-sdl
> 	  will use both simultaneously!
> 
> 	- It still contains debug messages for every key you hit (it also
> 	  has those messages in SDL so I can work out why VNC behaves
> 	  differently).

  parent reply	other threads:[~2004-05-08 10:26 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   ` [Qemu-devel] " Fabrice Bellard
2004-05-05 20:49     ` Johannes Schindelin
2004-05-06  7:35       ` Brad Campbell
2004-05-06 15:21       ` [Qemu-devel] " Matthew Mastracci
2004-05-08 10:27       ` Fabrice Bellard [this message]
2004-05-08 15:00         ` [Qemu-devel] " 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=409CB62B.4040303@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.