From: Anthony Liguori <anthony@codemonkey.ws>
To: Alexander Graf <agraf@suse.de>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [5076] VNC: Support for ExtendedKeyEvent client message
Date: Thu, 28 Aug 2008 15:32:03 -0500 [thread overview]
Message-ID: <48B70B43.7050302@codemonkey.ws> (raw)
In-Reply-To: <74C8A544-F282-43CF-B33F-1E8972658190@suse.de>
Alexander Graf wrote:
>
> On Aug 24, 2008, at 1:27 AM, Anthony Liguori wrote:
>
> How do you standardize VNC protocol extensions? I've been wondering
> about this for quite a while as I've got two VNC patches in my queue
> myself.
> The first one allows the client to send a keyboard layout (so the -k
> option could be changed dynamically, mostly because the Java client
> can't find symcodes).
There's no need. Simply do the conversion from Java keysyms => PC scan
code using the same conversion routines that QEMU use within your Java
client.
> The other one implements PNG compression for Tight.
I doubt you'll see a benefit from this. PNG compression is paletted and
compressed (just like GIF). Tight already supports paletting and
compression (using zlib). Algorithmically, you're not going to get any
benefit.
The reason tight supports jpeg compression is that jpeg is a lossy
compression algorithm. This is why jpeg compression can do better than
the normal Tight algorithm (although you lose quality).
Regards,
Anthony Liguori
> I'd really love to have both of them standardized, but where do I need
> to apply for an identifier ID?
>
> [...snip...]
>
> Thanks,
>
> Alex
next prev parent reply other threads:[~2008-08-28 20:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-23 23:27 [Qemu-devel] [5076] VNC: Support for ExtendedKeyEvent client message Anthony Liguori
2008-08-27 10:02 ` Alexander Graf
2008-08-27 10:31 ` Daniel P. Berrange
2008-08-28 20:32 ` Anthony Liguori [this message]
2008-08-28 20:44 ` Christian Brunschen
2008-08-28 21:47 ` Anthony Liguori
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=48B70B43.7050302@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=agraf@suse.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).