From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FlSm9-0004Lv-Hg for qemu-devel@nongnu.org; Wed, 31 May 2006 11:38:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FlSm7-0004LK-Un for qemu-devel@nongnu.org; Wed, 31 May 2006 11:38:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FlSm7-0004LH-Rw for qemu-devel@nongnu.org; Wed, 31 May 2006 11:38:23 -0400 Received: from [32.97.182.143] (helo=e3.ny.us.ibm.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FlSsA-0000Xb-Lj for qemu-devel@nongnu.org; Wed, 31 May 2006 11:44:38 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e3.ny.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k4VFc8ig029069 for ; Wed, 31 May 2006 11:38:08 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k4VFc86p077488 for ; Wed, 31 May 2006 11:38:08 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k4VFc7GI023309 for ; Wed, 31 May 2006 11:38:07 -0400 Received: from [9.76.18.218] (sig-9-76-18-218.mts.ibm.com [9.76.18.218]) by d01av04.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k4VFc7Qa023204 for ; Wed, 31 May 2006 11:38:07 -0400 Message-ID: <447DB85D.30604@us.ibm.com> Date: Wed, 31 May 2006 10:38:05 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] use qemu without X, on a remote machine References: <1149089674.9403.16.camel@localhost.localdomain> In-Reply-To: <1149089674.9403.16.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 Rakotomandimby Mihamina wrote: > Hi, > I would like to use qemu without X > You should try out the -vnc option in the newest version of qemu. Alternatively, you can use the -nographics option if your sure that you only ever need a serial line. There is also an interesting patch floating around that renders CGA mode via ncurses. Regards, Anthony Liguori > Why? > Because of ressource consumption, and because the machine (the host) for > emulation is a dedicated one, and I dont want to put another keyboard, > nor another Monitor. > Is there an option to disable X use? > I will only install Linux distributions in text mode, and I access the > host through SSH. > The switching feature > (http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC11) are > interesting, but I think can do without them after the install phase. > http://www.google.fr/search?q=use+qemu+without+X did not hel me this > time, although you have some keywords to advice. > Thank you. >