qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Keyboard/monitor problems when running not under X
@ 2005-11-04 13:08 Marcus Blomenkamp
  2005-11-04 16:25 ` Jim C. Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Marcus Blomenkamp @ 2005-11-04 13:08 UTC (permalink / raw)
  To: qemu-devel

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 <enter>, 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] Keyboard/monitor problems when running not under X
  2005-11-04 13:08 [Qemu-devel] Keyboard/monitor problems when running not under X Marcus Blomenkamp
@ 2005-11-04 16:25 ` Jim C. Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Jim C. Brown @ 2005-11-04 16:25 UTC (permalink / raw)
  To: Marcus Blomenkamp; +Cc: qemu-devel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-04 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-04 13:08 [Qemu-devel] Keyboard/monitor problems when running not under X Marcus Blomenkamp
2005-11-04 16:25 ` Jim C. Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).