* [Qemu-devel] [WIN32] qemu fullscreen
@ 2004-10-11 1:08 Ronald
0 siblings, 0 replies; only message in thread
From: Ronald @ 2004-10-11 1:08 UTC (permalink / raw)
To: qemu-devel
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-11 1:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-11 1:08 [Qemu-devel] [WIN32] qemu fullscreen 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).