From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQ8jN-0001AK-Jv for qemu-devel@nongnu.org; Mon, 25 Apr 2005 14:54:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQ8jJ-0001A5-JF for qemu-devel@nongnu.org; Mon, 25 Apr 2005 14:54:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQ8jJ-0000vj-GL for qemu-devel@nongnu.org; Mon, 25 Apr 2005 14:54:49 -0400 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DQ8lR-0003Gc-Su for qemu-devel@nongnu.org; Mon, 25 Apr 2005 14:57:02 -0400 From: Paul Brook Subject: Re: [Qemu-devel] qemu -nographic broken on OS X 10.4 Tiger? Date: Mon, 25 Apr 2005 19:53:22 +0100 References: <5736FB7F-8A33-4842-A3EE-79FE7EBCE5B4@fsckedhost.com> In-Reply-To: <5736FB7F-8A33-4842-A3EE-79FE7EBCE5B4@fsckedhost.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504251953.22975.paul@codesourcery.com> 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 On Monday 25 April 2005 19:44, Nick wrote: > Hey, everyone. I'm quite new to the list, so please tell me to shove > off if this is the wrong area, but it seems to be the way to go. > > It appears that the -nographic option is broken in OS X 10.4. I've > attempted the binary version as well as compiling from 0.6.1 and from > the CVS tree. It doesn't appear to be the image libraries screwing > it up, since compiling using the Cocoa driver and the SDL driver > makes no different. Starting up with the graphics on works as expected. Is your guest OS configured to communicate over the serial port? It sounds like qemu is doing exactly what it's supposed to: Disabling graphical output, and redirecting the guest serial console to host terminal. Paul