From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGona-0000Vo-NF for qemu-devel@nongnu.org; Sun, 10 Oct 2004 21:16:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CGonZ-0000Um-Sl for qemu-devel@nongnu.org; Sun, 10 Oct 2004 21:16:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGonZ-0000UT-Pa for qemu-devel@nongnu.org; Sun, 10 Oct 2004 21:16:25 -0400 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CGog6-0003wG-ID for qemu-devel@nongnu.org; Sun, 10 Oct 2004 21:08:42 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CGog5-0005xI-00 for ; Mon, 11 Oct 2004 03:08:41 +0200 Received: from amarseille-206-1-10-14.w81-49.abo.wanadoo.fr ([81.49.130.14]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Oct 2004 03:08:41 +0200 Received: from daimon55 by amarseille-206-1-10-14.w81-49.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Oct 2004 03:08:41 +0200 From: Ronald Date: Mon, 11 Oct 2004 03:08:37 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] [WIN32] qemu fullscreen 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 Me again, I've discovered that I can't go fullscreeen with qemu under windows. I have build sdl with directx support, I got headers from http://www.libsdl.org/extras/win32/common/ When trying to go fullscren with ctrl-alt-f or launching with -full-screen, qemu just quit. Building SDL without directx support leads to a semi functionnal keyboard. For example Alt-Gr key on my french keyboard doesn't works and I can't enter characters like ~| or \. I've found that using software surface instead of hardware in sdl.c, changing line 59 to flags = SDL_SWSURFACE|SDL_ASYNCBLIT|SDL_HWACCEL; solve my fullscreen problem.