qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] ALT-GR Problem with German keyboards reappeared
@ 2004-11-15 20:47 Michael Maier
  2004-11-15 23:05 ` [Qemu-devel] " Ronald
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Maier @ 2004-11-15 20:47 UTC (permalink / raw)
  To: qemu-devel

Dear Developers,

Maybe it's of interest for you: I installed today the new "daily" build (2004-11-14) from freeoszoo.org and an old problem with German keyboards reappeared again. NumLock and ALT-GR buttons don't work any more (I'm using Windows as host).
Especially ALT-GR is important, if you wan't to use the pipe [|] or the tilde [~] char on German keyboards.

ALT-GR did work the normal way with the SDL.DLL from 2004-11-11 build.

By the way: Sound output of the new DLL is much better and there is a better CTRL-ALT response now. Don't know if there is a interrelationship between these very useful improvements and the reappearance of the ALT-GR problem.

Thank you for QEMU. It's a really great emulator!

with friendly regards,
mm


-- 
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm

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

* [Qemu-devel] Re: ALT-GR Problem with German keyboards reappeared
  2004-11-15 20:47 [Qemu-devel] ALT-GR Problem with German keyboards reappeared Michael Maier
@ 2004-11-15 23:05 ` Ronald
  0 siblings, 0 replies; 2+ messages in thread
From: Ronald @ 2004-11-15 23:05 UTC (permalink / raw)
  To: qemu-devel

Le Mon, 15 Nov 2004 15:47:51 -0500, Michael Maier a écrit :

> Dear Developers,
> 
> Maybe it's of interest for you: I installed today the new "daily" build
> (2004-11-14) from freeoszoo.org and an old problem with German keyboards
> reappeared again. NumLock and ALT-GR buttons don't work any more (I'm
> using Windows as host). Especially ALT-GR is important, if you wan't to
> use the pipe [|] or the tilde [~] char on German keyboards.
> 
> ALT-GR did work the normal way with the SDL.DLL from 2004-11-11 build.
> 
> By the way: Sound output of the new DLL is much better and there is a
> better CTRL-ALT response now. Don't know if there is a interrelationship
> between these very useful improvements and the reappearance of the ALT-GR
> problem.
> 
> Thank you for QEMU. It's a really great emulator!
> 
> with friendly regards,
> mm

I think I have find a way to have AltGr, fullscreen and good audio output
(with linux guest for the last).
I have rebuild sdl with directx but without directsound by commenting some
lines:

src/audio/SDL_audio.c @71
/*#ifdef ENABLE_DIRECTX
    &DSOUND_bootstrap,
#endif*/
 
src/audio/SDL_sysaudio.h @135
/*#ifdef ENABLE_DIRECTX
        extern AudioBootStrap DSOUND_bootstrap;
#endif*/

and rebuild qemu for using SDL_SWSURFACE instead of SDL_HWSURFACE
(sdl.c @59), I hope this is ok and don't impact too much performances or
anything other.

ftp://ftp.freeoszoo.org/qemu/win32/release/QemuInstall-0.6.1-fix.exe

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

end of thread, other threads:[~2004-11-15 23:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-15 20:47 [Qemu-devel] ALT-GR Problem with German keyboards reappeared Michael Maier
2004-11-15 23:05 ` [Qemu-devel] " Ronald

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).