qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH]some vnc enhancement


From: Anthony Liguori
Subject: [Qemu-devel] Re: [PATCH]some vnc enhancement
Date: Tue, 25 Jul 2006 07:23:35 -0500
User-agent: Thunderbird 1.5.0.4 (X11/20060615)

Hi Xiaowei,

Fabrice had mentioned some interest in refactoring some of the SDL code so that the VC switching was shared between VNC/SDL. Not sure quite what he was thinking so hopefully he'll chime in.

The only issue I see in the patch is that you're using the XK_ symbols. I purposefully didn't rely on those since they aren't available on Win32 and the VNC spec is suggests that the actual value of these symbols can vary greatly on different platforms (especially the control keys).

Regards,

Anthony Liguori

Yang, Xiaowei wrote:
Qemu 0.8 uses a written-from-scratch VNC implementation, which lacks of
some original features. One thing is that it doesn't recognize
ctrl+alt+1/2/3 to switch among screens. Another issue is VNC client may
reset color depth after connection, so if we don't re-calculate
color_table, monitor/console's background is abnormal. I made a patch to
add them.
Thanks,
Xiaowei





reply via email to

[Prev in Thread] Current Thread [Next in Thread]