From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FlSqe-0006r3-VA for qemu-devel@nongnu.org; Wed, 31 May 2006 11:43:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FlSqd-0006qr-LY for qemu-devel@nongnu.org; Wed, 31 May 2006 11:43:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FlSqd-0006qo-Fa for qemu-devel@nongnu.org; Wed, 31 May 2006 11:43:03 -0400 Received: from [212.208.3.51] (helo=kpfnux4.actinux.com) by monty-python.gnu.org with smtp (Exim 4.52) id 1FlSwg-0000wt-0i for qemu-devel@nongnu.org; Wed, 31 May 2006 11:49:18 -0400 Message-ID: <447DB97F.4060202@actinux.com> Date: Wed, 31 May 2006 17:42:55 +0200 From: =?ISO-8859-1?Q?J=E9r=F4me_MOLLIER-PIERRET?= 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: 8bit 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 Simply use the -nographic option when starting qemu ... and use networking options to get your virtual host accessible. I personnaly do it and it is working well. Regards Jerome MOLLIER-PIERRET Rakotomandimby Mihamina a écrit : > Hi, > I would like to use qemu without X > 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.