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.


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to