From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dzhub-0005aA-KJ for qemu-devel@nongnu.org; Mon, 01 Aug 2005 17:33:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DzhtS-0005HI-5Y for qemu-devel@nongnu.org; Mon, 01 Aug 2005 17:32:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzhtQ-00054i-R3 for qemu-devel@nongnu.org; Mon, 01 Aug 2005 17:32:16 -0400 Received: from [62.210.158.41] (helo=moscou.magic.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dzhhh-00044l-Mm for qemu-devel@nongnu.org; Mon, 01 Aug 2005 17:20:10 -0400 Subject: Re: [Qemu-devel] Re: no start on amd64 (was: "Nothing happens") From: "J. Mayer" In-Reply-To: <200508012242.07102.Rudi@lyrikpage.de> References: <200508012242.07102.Rudi@lyrikpage.de> Content-Type: text/plain Date: Mon, 01 Aug 2005 23:06:35 +0200 Message-Id: <1122930395.27581.141.camel@rapid> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Rudi Lippert 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 ;-) ). > @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 Never organized