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] [PATCH 0/2] PV framebuffer

Hi Markus and Ewan,

I confirmed it with paraVM image made by virt-manager on RHEL5β2. The
keyboard used for the input is Japanese keyboard.(jp106) The key input
as follows is input by mistake.

@           ->  2
:          ->  ;
' (shift+7) ->  "
=           ->  +

I think that it cannot use except for 101 keyboard.

VNC or SDL?

vncfb is expected to behave strangely unless you use the US keymap.

Sorry, I was not answering your question.
I am talking about vncfb.

The function to select keyboard layout is provided in qemu-dm.
I contributed the patch to select keyboard layout from configuration file the other day.


I think you could steal the keymaps from QEMU, and the parsing and translation
code.  That would be good, because we would have only one set of keymaps to
maintain.  That translation between VNC's X11 keysyms and the appropriate
scancode has been all written once (for QEMU's VNC frontend), so it would be
good if you could take advantage of that.

It is necessary to transplant the function that convert
between VNC's X11 keysyms and the appropriate scancode from qemu-dm.

Should I do it?


Thanks
Takanori Kasai


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

<Prev in Thread] Current Thread [Next in Thread>