From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQaSh-0001X8-IL for qemu-devel@nongnu.org; Fri, 12 Apr 2013 05:40:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQaSg-0001Vo-2g for qemu-devel@nongnu.org; Fri, 12 Apr 2013 05:40:03 -0400 Received: from e28smtp07.in.ibm.com ([122.248.162.7]:46517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQaSf-0001MK-4p for qemu-devel@nongnu.org; Fri, 12 Apr 2013 05:40:01 -0400 Received: from /spool/local by e28smtp07.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 12 Apr 2013 15:05:23 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp01.in.ibm.com (Postfix) with ESMTP id 04D84E0053 for ; Fri, 12 Apr 2013 15:11:46 +0530 (IST) Received: from d28av05.in.ibm.com (d28av05.in.ibm.com [9.184.220.67]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3C9dl7i4653462 for ; Fri, 12 Apr 2013 15:09:48 +0530 Received: from d28av05.in.ibm.com (loopback [127.0.0.1]) by d28av05.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3C9drtL007456 for ; Fri, 12 Apr 2013 19:39:53 +1000 Message-ID: <5167D667.8020409@linux.vnet.ibm.com> Date: Fri, 12 Apr 2013 17:39:51 +0800 From: Lei Li MIME-Version: 1.0 References: <20130412084544.GF28496@pcnci.linuxbox.cz> In-Reply-To: <20130412084544.GF28496@pcnci.linuxbox.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] weird behaviour of numlock key List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikola Ciprich Cc: Marian Krucina , qemu-devel@nongnu.org On 04/12/2013 04:45 PM, Nikola Ciprich wrote: > Hi guys, > > I'm trying to figure out the reason of strange problem we're having. > When I start some VM under qemu-kvm, and connect using VNC, numlock > behaves in a funny way. First press of the numeric keyboard behaves > like numlock is enabled (or disabled), another presses then behave > the opposite way - therefore for example pressing '1' on numpad issues: > > 1 > 1 > > etc. Trying to google this up, it seems that people are having various trouble > with numlock/capslock (usually it's disabled on remote machine while enabled locally > or vice versa), I understand that some of them are caused by the VNC itself.. > > However I was not able to find any mention about this particular problem > (or solution) and I think it could be directly qemu-related.. > > Any idea on how to debug this? > > I'm using qemu-1.4.0 x86_64 on RHEL6 based system. > > Thanks a lot for any replies in advance Hi Nikola, I am working on this problem. And the proposal already send as the refference link below, you might want to take a look. https://bugzilla.linux.ibm.com/show_bug.cgi?id=90304 If you have any suggestion, it'd be very thankful. Thanks. > > BR > > nik > > -- Lei