From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSez7-0004bp-K0 for qemu-devel@nongnu.org; Mon, 02 May 2005 13:45:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSerV-0001UU-R9 for qemu-devel@nongnu.org; Mon, 02 May 2005 13:37:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSeq2-0000D4-K2 for qemu-devel@nongnu.org; Mon, 02 May 2005 13:36:10 -0400 Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1DSekK-0007J5-Dh for qemu-devel@nongnu.org; Mon, 02 May 2005 13:30:16 -0400 Received: from [193.96.240.2] (helo=br2uxs04.hb.orthogon.com) by mx20.gnu.org with esmtp (Exim 4.34) id 1DSWln-0003oW-Vk for qemu-devel@nongnu.org; Mon, 02 May 2005 04:59:16 -0400 Message-ID: <4275EB91.8080202@gmx.de> Date: Mon, 02 May 2005 10:57:53 +0200 From: Oliver Gerlich MIME-Version: 1.0 Subject: Re: [Qemu-devel] loadvm keyboard weirdness References: <20050501035847.DZUL26223.lakermmtao02.cox.net@smtp.east.cox.net> In-Reply-To: <20050501035847.DZUL26223.lakermmtao02.cox.net@smtp.east.cox.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sol10x86@cox.net, qemu-devel@nongnu.org Ben Taylor wrote: > However, once I am booting the debian off the hard disk, > customize the image and save it, the problem I see is > when I reload the image using the command line parameter > "-loadvm knoppix-save.vm". I get the screen back > exactly where I left it at the time of save, but the > keyboard interaction with the Konsole window that is > up is non-functional. If I type in the window, sometimes > I get a window coming up asking me to rename the window. > If I close the window, and restart another one, this > usally fixes the problem and I can type normally. I've noticed this problem as well. It's probably because the guest OS thinks the modifier keys are still pressed... Solution is to press Ctrl and Alt and Shift one after another after booting with -loadvm. This restores the modifier state in the guest. Oliver