Re: [Qemu-devel] use qemu without X, on a remote machine

2006-05-31 Thread Jérôme MOLLIER-PIERRET
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 resso

Re: [Qemu-devel] use qemu without X, on a remote machine

2006-05-31 Thread Anthony Liguori
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 aroun

[Qemu-devel] use qemu without X, on a remote machine

2006-05-31 Thread Rakotomandimby Mihamina
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,