qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] how to run qemu independent of X?


From: Magnus Damm
Subject: Re: [Qemu-devel] how to run qemu independent of X?
Date: Fri, 12 Nov 2004 12:27:03 +0100

On Thu, 2004-11-11 at 23:31, Paul Jakma wrote:
> I'd like to run qemu independent of X, so i can run from it a screen 
> session. I tried the -nographic option, but nothing happened, the 
> monitor was unresponsive, and i got no output other than the initial 
> prompt. Has anyone used -nographic successfully?

I do. All the time.

You need a Linux kernel that is compiled with serial console support.
And to enable that you need to pass the parameter "console=ttyS0,9600"
to the kernel too.

You will not get any output from the BIOS or from the bzImage-bootloader
though, they seem to write directly to the VGA hardware. And I am not
sure if Ctrl-Alt-1/2/3 works correctly - I do however get a monitor
prompt displayed the first thing... wierd.

I do no not think the -nographic option disables emulation of VGA
hardware, though.  An option for that might be useful for embedded
programmers.

/ magnus






reply via email to

[Prev in Thread] Current Thread [Next in Thread]