public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* VNC and SDL/VGA simultaneously?
@ 2011-03-09 21:31 Erik Rull
  2011-03-10 10:23 ` Avi Kivity
  0 siblings, 1 reply; 5+ messages in thread
From: Erik Rull @ 2011-03-09 21:31 UTC (permalink / raw)
  To: kvm@vger.kernel.org

Hi all,

is it possible to parameterize qemu in a way where the VNC port and the VGA 
output is available in parallel?

My system screen remains dark if I run it with the -vnc :0 option and vnc 
is unavailable when SDL/VGA is available.

Best regards,

Erik

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: VNC and SDL/VGA simultaneously?
  2011-03-09 21:31 VNC and SDL/VGA simultaneously? Erik Rull
@ 2011-03-10 10:23 ` Avi Kivity
  2011-03-10 19:15   ` Erik Rull
  0 siblings, 1 reply; 5+ messages in thread
From: Avi Kivity @ 2011-03-10 10:23 UTC (permalink / raw)
  To: Erik Rull; +Cc: kvm@vger.kernel.org

On 03/09/2011 11:31 PM, Erik Rull wrote:
> Hi all,
>
> is it possible to parameterize qemu in a way where the VNC port and 
> the VGA output is available in parallel?
>

Not really, though it should be possible to do it with some effort.

> My system screen remains dark if I run it with the -vnc :0 option and 
> vnc is unavailable when SDL/VGA is available.
>

What's your use case?

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: VNC and SDL/VGA simultaneously?
  2011-03-10 10:23 ` Avi Kivity
@ 2011-03-10 19:15   ` Erik Rull
  2011-03-11  0:38     ` Bitman Zhou
  0 siblings, 1 reply; 5+ messages in thread
From: Erik Rull @ 2011-03-10 19:15 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm@vger.kernel.org

Avi Kivity wrote:
> On 03/09/2011 11:31 PM, Erik Rull wrote:
>> Hi all,
>>
>> is it possible to parameterize qemu in a way where the VNC port and
>> the VGA output is available in parallel?
>>
>
> Not really, though it should be possible to do it with some effort.
>
>> My system screen remains dark if I run it with the -vnc :0 option and
>> vnc is unavailable when SDL/VGA is available.
>>
>
> What's your use case?

I want to make remote support possble for a guest system that has only a 
local network connection to the host and has a graphical console running 
where the operator works on. (So "real" VNC is not available to the rest of 
the world)
It would also be okay if a switching between the VNC and the SDL/VGA would 
be possible at runtime so that the remote support can do the work and then 
switch back to the operators screen.

Best regards,

Erik

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: VNC and SDL/VGA simultaneously?
  2011-03-10 19:15   ` Erik Rull
@ 2011-03-11  0:38     ` Bitman Zhou
  2011-09-22 18:55       ` Erik Rull
  0 siblings, 1 reply; 5+ messages in thread
From: Bitman Zhou @ 2011-03-11  0:38 UTC (permalink / raw)
  To: Erik Rull; +Cc: Avi Kivity, kvm@vger.kernel.org

We tried before with both spice(QXL) and VNC enabled at the same time
for the same VM. It works a little bit, I mean VNC session can hold some
time. I use gtk-vnc and it looks like qemu vnc implementation sends some
special packets and cause gtk-vnc broken.

BR
Bitman Zhou

在 2011-03-10四的 20:15 +0100,Erik Rull写道:
> Avi Kivity wrote:
> > On 03/09/2011 11:31 PM, Erik Rull wrote:
> >> Hi all,
> >>
> >> is it possible to parameterize qemu in a way where the VNC port and
> >> the VGA output is available in parallel?
> >>
> >
> > Not really, though it should be possible to do it with some effort.
> >
> >> My system screen remains dark if I run it with the -vnc :0 option and
> >> vnc is unavailable when SDL/VGA is available.
> >>
> >
> > What's your use case?
> 
> I want to make remote support possble for a guest system that has only a 
> local network connection to the host and has a graphical console running 
> where the operator works on. (So "real" VNC is not available to the rest of 
> the world)
> It would also be okay if a switching between the VNC and the SDL/VGA would 
> be possible at runtime so that the remote support can do the work and then 
> switch back to the operators screen.
> 
> Best regards,
> 
> Erik
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: VNC and SDL/VGA simultaneously?
  2011-03-11  0:38     ` Bitman Zhou
@ 2011-09-22 18:55       ` Erik Rull
  0 siblings, 0 replies; 5+ messages in thread
From: Erik Rull @ 2011-09-22 18:55 UTC (permalink / raw)
  To: bitman.zhou; +Cc: Erik Rull, Avi Kivity, kvm@vger.kernel.org

Hi all,

is there an update regarding simultaneous use of VNC and VGA output?

Thanks.

Best regards,

Erik



Bitman Zhou wrote:
> We tried before with both spice(QXL) and VNC enabled at the same time
> for the same VM. It works a little bit, I mean VNC session can hold some
> time. I use gtk-vnc and it looks like qemu vnc implementation sends some
> special packets and cause gtk-vnc broken.
>
> BR
> Bitman Zhou
>
> 在 2011-03-10四的 20:15 +0100,Erik Rull写道:
>> Avi Kivity wrote:
>>> On 03/09/2011 11:31 PM, Erik Rull wrote:
>>>> Hi all,
>>>>
>>>> is it possible to parameterize qemu in a way where the VNC port and
>>>> the VGA output is available in parallel?
>>>>
>>>
>>> Not really, though it should be possible to do it with some effort.
>>>
>>>> My system screen remains dark if I run it with the -vnc :0 option and
>>>> vnc is unavailable when SDL/VGA is available.
>>>>
>>>
>>> What's your use case?
>>
>> I want to make remote support possble for a guest system that has only a
>> local network connection to the host and has a graphical console running
>> where the operator works on. (So "real" VNC is not available to the rest of
>> the world)
>> It would also be okay if a switching between the VNC and the SDL/VGA would
>> be possible at runtime so that the remote support can do the work and then
>> switch back to the operators screen.
>>
>> Best regards,
>>
>> Erik
>> --
>> To unsubscribe from this list: send the line "unsubscribe kvm" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-09-22 18:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-09 21:31 VNC and SDL/VGA simultaneously? Erik Rull
2011-03-10 10:23 ` Avi Kivity
2011-03-10 19:15   ` Erik Rull
2011-03-11  0:38     ` Bitman Zhou
2011-09-22 18:55       ` Erik Rull

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox