On Mon, 2005-08-01 at 22:42 +0200, Rudi Lippert wrote:
> So I packed all my C knowledge into a little test program, and here it is:
> 
> int main(int argc, char* argv) {
>   SDL_Init(SDL_INIT_EVERYTHING);
>   SDL_SetVideoMode(640, 480, 0, SDL_ANYFORMAT);
>   SDL_Quit();
> }
> 
> Without SetVideoMode, it will terminate correctly. With SetVideoMode, it
> needs to be kill9ed. I figured from the backtrace that it would be like that.

It just tried this program with no problem (except it misses one line:
#include <SDL/SDL.h> ;-) ).


> @Jocelyn: What are your use flags on libsdl? Mine are: +X +aalib +alsa -arts
> +dga -directfb -esd -fbcon -ggi -libcaca -nas -noaudio -noflagstrip
> -nojoystick -novideo +opengl +oss -pic (-svga) +xinerama +xv
> What do you think might cause the problem?

Here are the USE flags for libsdl on my machine:
+X +aalib +alsa -arts +dga +directfb +esd +fbcon +ggi -libcaca +nas
-noaudio -noflagstrip -nojoystick -novideo +opengl +oss +pic (-svga)
+xinerama +xv

The only difference I can see that seem to be video related is 'ggi'
support flag as I don't see why directfb and fbcon could influence the
way it acts under X...
Hope this can help you...

-- 
J. Mayer <[EMAIL PROTECTED]>
Never organized



_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to