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

[Xen-devel] [PATCH] Fix to set keyboard layout of PVFB from configuratio

To: "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Fix to set keyboard layout of PVFB from configuration file
From: "Kasai Takanori" <kasai.takanori@xxxxxxxxxxxxxx>
Date: Tue, 30 Jan 2007 20:30:52 +0900
Delivery-date: Tue, 30 Jan 2007 03:30:41 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi All,

I sent the patch that selected keyboard layout of PVFB the other day.
It has already been committed to xen-unstable.hg.

・xen-unstable.hg : cs13553
 [PVFB] Set keyboard layout of PVFB from configuration file.

However, I found the problem in this patch.

When you do not set keyboard layout of PVFB from configuration file,
we can't correctly set keyboard layout.
In this case, keyboard input is not accepted.

When having investigated, the parameter had not been correctly passed to xen-vncfb.
It is because the parameter had not been correctly passed to xen-vncfb.

# ps -ef | grep xen-vncfb
/usr/lib/xen/bin/xen-vncfb --listen 0.0.0.0 -k   --domid 71 --title rhel5b2
                                           ^^^^
This patch is a correction of the problem.

Signed-off-by: Takanori Kasai <kasai.takanori@xxxxxxxxxxxxxx>

Best Regards,

--
Takanori Kasai

Attachment: pvfb-fix-set-keymap.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Fix to set keyboard layout of PVFB from configuration file, Kasai Takanori <=