qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Nenad Cimerman" <nenad@cimerman.de>
To: qemu-devel@nongnu.org
Subject: AW: [Qemu-devel] exporting console over Xforwarding
Date: Tue, 13 Mar 2007 16:31:48 +0100	[thread overview]
Message-ID: <001301c76584$b6dd66c0$f002a8c0@cclsrv01> (raw)
In-Reply-To: <8d158e1f0703130016m13e2bb78rea12b2f1eae06318@mail.gmail.com>

> 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

      parent reply	other threads:[~2007-03-13 15:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001301c76584$b6dd66c0$f002a8c0@cclsrv01' \
    --to=nenad@cimerman.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).