WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [RFC] keymap support for PVFB

To: Gerd Hoffmann <kraxel@xxxxxxx>
Subject: Re: [Xen-devel] [RFC] keymap support for PVFB
From: Markus Armbruster <armbru@xxxxxxxxxx>
Date: Fri, 12 Jan 2007 11:48:20 +0100
Cc: Xen-devel@xxxxxxxxxxxxxxxxxxx, Junko Ichino <ichino.junko@xxxxxxxxxxxxxx>
Delivery-date: Fri, 12 Jan 2007 02:48:04 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <45A74399.6080401@xxxxxxx> (Gerd Hoffmann's message of "Fri, 12 Jan 2007 09:15:21 +0100")
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <009d01c72a36$405dd400$d9b2220a@VF05186P> <87r6u2my8s.fsf@xxxxxxxxxxxxxxxxx> <45A5FEB0.4010606@xxxxxxx> <87hcuxh2lk.fsf@xxxxxxxxxxxxxxxxx> <45A74399.6080401@xxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)
Gerd Hoffmann <kraxel@xxxxxxx> writes:

>   Hi,
>
>>> I've tried to tackle the same issue by hacking the vnc client side to
>>> send us keysyms no matter what the local keyboard mapping is.  So I can
>>> have any keyboard map loaded on the host, qemu-dm/vncfb sees us keysyms
>>> nevertheless and passes the correct scancodes to the guest OS.
>> 
>> You mean scan codes, don't you?  Key symbols are the XK_a and so
>> forth.
>
> No, keysyms.  This is what the vnc protocol uses, so there is no way
> around that, unfortunaly.  It takes the X11 keycodes and translates
> these to us keymap keysyms using a buildin table, then sends them.  So
> for the server side (from vnc protocol view, i.e. qemu-dm or vnc-fb) it
> looks like a vnc client with us keyboard.
>
>> Passing scan codes in addition to key symbols makes sense.
>
> Does the vnc protocol allow that?  I don't think so :-(

Broken as designed...

Your hack has the advantage that you don't configure the client keymap
into the server, and therefore don't have to kick the server whenever
the client keymap changes.  But when your client receives a funky key
that ordinary US keyboards don't have, you don't have the key symbol
for it.

Hmm, can we make one up then?  I mean it's a hack to begin with, why
not put another hack on top of it?  As long as every key gets its own
key symbol, and the made-up ones don't screw up servers that don't
know of this hack...

>> Would you mind sharing your code when it's ready?
>
> http://www.suse.de/~kraxel/xen/, the vnc client in the "xenwatch" package.

Thanks.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel