From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTq3z-0004Se-Bo for qemu-devel@nongnu.org; Mon, 15 Nov 2004 18:15:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTq3y-0004Rt-0G for qemu-devel@nongnu.org; Mon, 15 Nov 2004 18:15:10 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTq3x-0004Ro-S1 for qemu-devel@nongnu.org; Mon, 15 Nov 2004 18:15:09 -0500 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTpuf-0000Ve-Sq for qemu-devel@nongnu.org; Mon, 15 Nov 2004 18:05:34 -0500 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CTpue-0006ir-00 for ; Tue, 16 Nov 2004 00:05:32 +0100 Received: from amarseille-206-1-21-224.w81-50.abo.wanadoo.fr ([81.50.229.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Nov 2004 00:05:31 +0100 Received: from daimon55 by amarseille-206-1-21-224.w81-50.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Nov 2004 00:05:31 +0100 From: Ronald Date: Tue, 16 Nov 2004 00:05:27 +0100 Message-ID: References: <20041115204751.7E8A81F50B1@ws1-2.us4.outblaze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: ALT-GR Problem with German keyboards reappeared Reply-To: daimon55@free.fr, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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