* update from 0.12.5 to 0.14 goes headless
@ 2011-04-30 12:24 Jerry Geis
2011-05-01 18:58 ` Michael Tokarev
0 siblings, 1 reply; 3+ messages in thread
From: Jerry Geis @ 2011-04-30 12:24 UTC (permalink / raw)
To: kvm
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 is now stating qemu-kvm in headless mode. it tells me to use VNC
5901 to connect.
I desire the screen to be shown on X like it used to be. How do I do that?
Thanks
Jerry
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: update from 0.12.5 to 0.14 goes headless
2011-04-30 12:24 update from 0.12.5 to 0.14 goes headless Jerry Geis
@ 2011-05-01 18:58 ` Michael Tokarev
2011-05-02 8:34 ` Avi Kivity
0 siblings, 1 reply; 3+ messages in thread
From: Michael Tokarev @ 2011-05-01 18:58 UTC (permalink / raw)
Cc: kvm
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: update from 0.12.5 to 0.14 goes headless
2011-05-01 18:58 ` Michael Tokarev
@ 2011-05-02 8:34 ` Avi Kivity
0 siblings, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2011-05-02 8:34 UTC (permalink / raw)
To: Michael Tokarev; +Cc: Jerry Geis, kvm
On 05/01/2011 09:58 PM, Michael Tokarev wrote:
> > 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.
Specifically, if ./configure complains about SDL headers, qemu will
fallback to vnc.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-02 8:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-30 12:24 update from 0.12.5 to 0.14 goes headless Jerry Geis
2011-05-01 18:58 ` Michael Tokarev
2011-05-02 8:34 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).