From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tokarev Subject: Re: update from 0.12.5 to 0.14 goes headless Date: Sun, 01 May 2011 22:58:47 +0400 Message-ID: <4DBDAD67.2060408@msgid.tls.msk.ru> References: <4DBBFF97.80708@pagestation.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: unlisted-recipients:; (no To-header on input) Return-path: Received: from isrv.corpit.ru ([86.62.121.231]:54095 "EHLO isrv.corpit.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755399Ab1EAS6u (ORCPT ); Sun, 1 May 2011 14:58:50 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 379C3A00F9 for ; Sun, 1 May 2011 22:56:20 +0400 (MSD) In-Reply-To: <4DBBFF97.80708@pagestation.com> Sender: kvm-owner@vger.kernel.org List-ID: 30.04.2011 16:24, Jerry Geis wrote: > After updating when I start up no I am headless. How do I get "headed" > back by default? > > my command is: > qemu-system-x86_64 -net nic,model=rtl8139 -net user -hda $1 -no-acpi -m > 2048 -usb $2 $3 $4 $5 $6 -vga std This works for me just fine with 0.14 - it displays the usual SDL X window. > This is now stating qemu-kvm in headless mode. it tells me to use VNC > 5901 to connect. But when I explicitly disable SDL when compiling, it does this: it allocates next free VNC display. So you may check how you built it. /mjt