Hi, On Mon, 1 Aug 2005, 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); You could try to use specific bit depths, i.e. instead of 0 try 16, 32, 24, 8 (maybe even in that order). > SDL_Quit(); > } I seem to recall that on my IRIX machine SDL could not find a video mode unless the depth was specified exactly. Ciao, Dscho _______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel