From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EY1Lf-0000Ab-7W for qemu-devel@nongnu.org; Fri, 04 Nov 2005 08:11:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EY1Ld-00009u-JO for qemu-devel@nongnu.org; Fri, 04 Nov 2005 08:11:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EY1J1-0007vM-IO for qemu-devel@nongnu.org; Fri, 04 Nov 2005 08:08:32 -0500 Received: from [217.72.192.224] (helo=smtp06.web.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EY1J1-0004LN-A2 for qemu-devel@nongnu.org; Fri, 04 Nov 2005 08:08:31 -0500 Received: from [81.89.227.243] (helo=birne.keller) by smtp06.web.de with asmtp (WEB.DE 4.105 #317) id 1EY1Iz-0002ZS-00 for qemu-devel@nongnu.org; Fri, 04 Nov 2005 14:08:29 +0100 From: Marcus Blomenkamp Date: Fri, 4 Nov 2005 14:08:29 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511041408.29141.mblomenkamp@web.de> Sender: mblomenkamp@web.de Subject: [Qemu-devel] Keyboard/monitor problems when running not under X Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, i'm having serious problems getting my qemu instance running properly on linux framebuffer console. Somehow keystrokes are not delivered or translated properly leading to the following effects: 1. weird key mapping in guest (backspace -> 5) 2. unable to change to monitor console by pressing ctrl-alt-2 3. unable to use stdio console when invoked "-monitor stdio" Problem 1 can be "solved" by explicitly forcing "-k de" in my case, however the other problems remain. Funny thing is when launching the monitor for stdio, characters are only delivered or echoed on/after switching to the guest and back, eg: press help , nothing happens press ctrl-alt-1 press ctrl-alt-2, help text is displayed. My system is running linux 2.6.14-rc5, sdl 1.2.9, fb console 1280x1024-32@60 Best regards, Marcus