From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EY4O1-0003sw-ST for qemu-devel@nongnu.org; Fri, 04 Nov 2005 11:25:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EY4O0-0003sk-93 for qemu-devel@nongnu.org; Fri, 04 Nov 2005 11:25:53 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EY4O0-0003sh-65 for qemu-devel@nongnu.org; Fri, 04 Nov 2005 11:25:52 -0500 Received: from [128.8.10.163] (helo=po1.wam.umd.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EY4O0-0002LM-AI for qemu-devel@nongnu.org; Fri, 04 Nov 2005 11:25:52 -0500 Date: Fri, 4 Nov 2005 11:25:29 -0500 From: "Jim C. Brown" Subject: Re: [Qemu-devel] Keyboard/monitor problems when running not under X Message-ID: <20051104162529.GA24200@jbrown.mylinuxbox.org> References: <200511041408.29141.mblomenkamp@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200511041408.29141.mblomenkamp@web.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcus Blomenkamp Cc: qemu-devel@nongnu.org On Fri, Nov 04, 2005 at 02:08:29PM +0100, Marcus Blomenkamp wrote: > Hi all, > > i'm having serious problems getting my qemu instance running properly on linux > framebuffer console. Somehow keystrokes are not delivered or translated Yep. This is a known issue with the framebuffer. For some it seems to just work, but for others the keys are not mapped correctly. My guess is that because qemu uses the raw SDL scancode, its expected an X11 keycode but getting a framebuffer keycode (or possibly the raw PC keyboard scancode). This probably wouldn't be to hard for a person familiar with linux framebuffer programming to fix. -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.