qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu-snapshot-2004-10-27_23


From: André Braga
Subject: Re: [Qemu-devel] qemu-snapshot-2004-10-27_23
Date: Thu, 28 Oct 2004 15:55:10 -0200

It's not F2, it's the regular "2" key on the numeric row :)

Is there *any* chance that you have an unaccelerated video card on
your computer? AFAICT, control-alt-f used to fail on Windows because
hardware surfaces were not locked before acquisition by SDL; changing
them to software surfaces naturally worked fine.

However I have not seen sdl.c changed at all in this aspect 
(line 59:  flags = SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_HWACCEL;)

What version of SDL are you using? 1.2.7?

BTW, manually setting SDL_HWACCEL flag is wrong, since it's a readonly
flag only set by SDL itself on surface objects that were successfully
initialized to work with HW acceleration... Fortunately it is simply
ignored by the SDL initialization routine, as it's always overwitten
by it.




--
"A year spent in artificial intelligence is enough to make one believe in God"
Alan J. Perlis



On Thu, 28 Oct 2004 17:12:41 +0200, zitu <address@hidden> wrote:
> I compiled it with mingw/msys. I've now a working -O2 only qemu, but with
> an optimized SDL.dll :)
> 
> The DMA seems active :), CTRL-ATL-F works without crash.
> I can't toggle to the monitor though (CTRL-ALT-F2 doesn't work).
> -monitor stdio makes it crash :(
> 
> Anyone met this issue yet ?
> Zitu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]