qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] exporting console over Xforwarding
@ 2007-03-13  7:16 Patrick Ale
  2007-03-13 15:03 ` Anthony Liguori
  2007-03-13 15:31 ` AW: " Nenad Cimerman
  0 siblings, 2 replies; 3+ messages in thread
From: Patrick Ale @ 2007-03-13  7:16 UTC (permalink / raw)
  To: qemu-devel

Morning all,

Does Qemu support the forwarding of the VGA console over X11/SSH?

For some obscure reason I dont get it to work while all my other
remote X stuff does work.


Thanks,

Patrick

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

* Re: [Qemu-devel] exporting console over Xforwarding
  2007-03-13  7:16 [Qemu-devel] exporting console over Xforwarding Patrick Ale
@ 2007-03-13 15:03 ` Anthony Liguori
  2007-03-13 15:31 ` AW: " Nenad Cimerman
  1 sibling, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2007-03-13 15:03 UTC (permalink / raw)
  To: qemu-devel

Patrick Ale wrote:
> Morning all,
>
> Does Qemu support the forwarding of the VGA console over X11/SSH?
>
> For some obscure reason I dont get it to work while all my other
> remote X stuff does work.

Works for me.

Regards,

Anthony Liguori

>
> Thanks,
>
> Patrick
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>

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

* AW: [Qemu-devel] exporting console over Xforwarding
  2007-03-13  7:16 [Qemu-devel] exporting console over Xforwarding Patrick Ale
  2007-03-13 15:03 ` Anthony Liguori
@ 2007-03-13 15:31 ` Nenad Cimerman
  1 sibling, 0 replies; 3+ messages in thread
From: Nenad Cimerman @ 2007-03-13 15:31 UTC (permalink / raw)
  To: qemu-devel

> Does Qemu support the forwarding of the VGA console over X11/SSH?
> For some obscure reason I dont get it to work while all my other
> remote X stuff does work.
> Thanks,
> Patrick

I tried this once in a cygwin bash using this command:

 # Xwin :0.0 -query cclsol01 -fp cclsol01/7100 &

But it failed and QEMU showed the following message:
'Error initializing SDL...'

After some research I found the reason to be a problem with the shared
libraries, which were installed for 32- and 64-bit mode of my Solaris x86-64
installation.

I used the following command to track down the missing library:

 # ldd /usr/kernel/drv/amd64/kqemu

With the output of the above command, I was able to set the environment
variable LD_LIBRARY_PATH correctly, to make sure the SDL-libs were found.

HTH

Nenad.
_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

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

end of thread, other threads:[~2007-03-13 15:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-13  7:16 [Qemu-devel] exporting console over Xforwarding Patrick Ale
2007-03-13 15:03 ` Anthony Liguori
2007-03-13 15:31 ` AW: " Nenad Cimerman

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).