* runqemu doesn't work with graphics through ssh
@ 2012-03-21 3:20 Robert Yang
2012-03-21 8:52 ` Paul Eggleton
0 siblings, 1 reply; 5+ messages in thread
From: Robert Yang @ 2012-03-21 3:20 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
The runqemu doesn't work with graphics through ssh, here are the
reproduce steps:
1) ssh -X (or -Y) to a host
2) runqemu qemux86
The qemu window would leap and leap, and can't be closed by click
the "close" button or "crtl-c".
the "runqemu nographic qemux86"
This happens on: Fedora 13 64bit and Ubuntu 11.10 64bit, the ssh connection
is from Ubuntu 11.10 32bit.
--
Thanks
Robert
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: runqemu doesn't work with graphics through ssh
2012-03-21 3:20 runqemu doesn't work with graphics through ssh Robert Yang
@ 2012-03-21 8:52 ` Paul Eggleton
2012-03-21 8:57 ` Eric Bénard
2012-03-21 9:25 ` Robert Yang
0 siblings, 2 replies; 5+ messages in thread
From: Paul Eggleton @ 2012-03-21 8:52 UTC (permalink / raw)
To: Robert Yang; +Cc: openembedded-core
On Wednesday 21 March 2012 11:20:12 Robert Yang wrote:
> The runqemu doesn't work with graphics through ssh, here are the
> reproduce steps:
>
> 1) ssh -X (or -Y) to a host
> 2) runqemu qemux86
>
> The qemu window would leap and leap, and can't be closed by click
> the "close" button or "crtl-c".
>
> the "runqemu nographic qemux86"
>
> This happens on: Fedora 13 64bit and Ubuntu 11.10 64bit, the ssh connection
> is from Ubuntu 11.10 32bit.
I regularly do this from my Fedora 14 64-bit my machine to my Ubuntu 11.10 32-
bit machine and do not have any such problem. Has this just started happening
for you or had you not tried this configuration until now?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: runqemu doesn't work with graphics through ssh
2012-03-21 8:52 ` Paul Eggleton
@ 2012-03-21 8:57 ` Eric Bénard
2012-03-21 9:25 ` Robert Yang
1 sibling, 0 replies; 5+ messages in thread
From: Eric Bénard @ 2012-03-21 8:57 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: paul.eggleton
Hi,
Le Wed, 21 Mar 2012 08:52:37 +0000,
Paul Eggleton <paul.eggleton@linux.intel.com> a écrit :
> On Wednesday 21 March 2012 11:20:12 Robert Yang wrote:
> > The runqemu doesn't work with graphics through ssh, here are the
> > reproduce steps:
> >
> > 1) ssh -X (or -Y) to a host
> > 2) runqemu qemux86
> >
> > The qemu window would leap and leap, and can't be closed by click
> > the "close" button or "crtl-c".
> >
> > the "runqemu nographic qemux86"
> >
> > This happens on: Fedora 13 64bit and Ubuntu 11.10 64bit, the ssh connection
> > is from Ubuntu 11.10 32bit.
>
> I regularly do this from my Fedora 14 64-bit my machine to my Ubuntu 11.10 32-
> bit machine and do not have any such problem. Has this just started happening
> for you or had you not tried this configuration until now?
>
this also works fine here between 2 Fedora 16 64 bits.
Eric
--
http://eukrea.com/en/news/104-2012
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: runqemu doesn't work with graphics through ssh
2012-03-21 8:52 ` Paul Eggleton
2012-03-21 8:57 ` Eric Bénard
@ 2012-03-21 9:25 ` Robert Yang
2012-03-21 21:33 ` Jeremy Puhlman
1 sibling, 1 reply; 5+ messages in thread
From: Robert Yang @ 2012-03-21 9:25 UTC (permalink / raw)
To: Paul Eggleton; +Cc: openembedded-core
On 03/21/2012 04:52 PM, Paul Eggleton wrote:
> On Wednesday 21 March 2012 11:20:12 Robert Yang wrote:
>> The runqemu doesn't work with graphics through ssh, here are the
>> reproduce steps:
>>
>> 1) ssh -X (or -Y) to a host
>> 2) runqemu qemux86
>>
>> The qemu window would leap and leap, and can't be closed by click
>> the "close" button or "crtl-c".
>>
>> the "runqemu nographic qemux86"
>>
>> This happens on: Fedora 13 64bit and Ubuntu 11.10 64bit, the ssh connection
>> is from Ubuntu 11.10 32bit.
>
> I regularly do this from my Fedora 14 64-bit my machine to my Ubuntu 11.10 32-
> bit machine and do not have any such problem. Has this just started happening
> for you or had you not tried this configuration until now?
>
It doesnt' work for me since a long time ago, maybe 3 months ago, I doubted
this was because of my host(Ubuntu 11.10 64bit), but it still didn't work
when I changed to FC 13 64bit.
I tried another host Ubuntu 10.10 32bit just now, this one worked well.
Regards,
Robert
> Cheers,
> Paul
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: runqemu doesn't work with graphics through ssh
2012-03-21 9:25 ` Robert Yang
@ 2012-03-21 21:33 ` Jeremy Puhlman
0 siblings, 0 replies; 5+ messages in thread
From: Jeremy Puhlman @ 2012-03-21 21:33 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Paul Eggleton
> It doesnt' work for me since a long time ago, maybe 3 months ago, I doubted
> this was because of my host(Ubuntu 11.10 64bit), but it still didn't work
> when I changed to FC 13 64bit.
>
> I tried another host Ubuntu 10.10 32bit just now, this one worked well.
I have also run this on a FC 14 back to a windows machine running the
cygwin Xwin and it seems to work fine for me.
--
Jeremy Puhlman
Montavista Software, LLC.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-03-21 21:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 3:20 runqemu doesn't work with graphics through ssh Robert Yang
2012-03-21 8:52 ` Paul Eggleton
2012-03-21 8:57 ` Eric Bénard
2012-03-21 9:25 ` Robert Yang
2012-03-21 21:33 ` Jeremy Puhlman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox