From: Ronald <look@reply.to>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: ALT-GR Problem with German keyboards reappeared
Date: Tue, 16 Nov 2004 00:05:27 +0100 [thread overview]
Message-ID: <pan.2004.11.15.23.05.26.517339@reply.to> (raw)
In-Reply-To: 20041115204751.7E8A81F50B1@ws1-2.us4.outblaze.com
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
prev parent reply other threads:[~2004-11-15 23:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-15 20:47 [Qemu-devel] ALT-GR Problem with German keyboards reappeared Michael Maier
2004-11-15 23:05 ` Ronald [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=pan.2004.11.15.23.05.26.517339@reply.to \
--to=look@reply.to \
--cc=daimon55@free.fr \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).