qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: no start on amd64 (was: "Nothing happens")


From: Johannes Schindelin
Subject: Re: [Qemu-devel] Re: no start on amd64 (was: "Nothing happens")
Date: Mon, 1 Aug 2005 23:02:03 +0200 (CEST)

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





reply via email to

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