From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HR8zY-0003fg-Q6 for qemu-devel@nongnu.org; Tue, 13 Mar 2007 11:32:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HR8zX-0003fU-Lo for qemu-devel@nongnu.org; Tue, 13 Mar 2007 11:32:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HR8zX-0003fR-H0 for qemu-devel@nongnu.org; Tue, 13 Mar 2007 10:32:47 -0500 Received: from mo-p07-ob.rzone.de ([81.169.146.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HR8yk-00008o-15 for qemu-devel@nongnu.org; Tue, 13 Mar 2007 11:31:58 -0400 Received: from ctserver (Q677c.q.strato-dslnet.de [89.53.103.124]) by post.webmailer.de (mrclete mo51) (RZmta 4.10) with ESMTP id C00465j2DCJmNb for ; Tue, 13 Mar 2007 16:31:56 +0100 (MET) Received: from [192.168.2.240] (helo=cclsrv01) by ctserver with esmtp (Exim 4.50) id 1HR8yh-0003mQ-EA for qemu-devel@nongnu.org; Tue, 13 Mar 2007 16:31:55 +0100 From: "Nenad Cimerman" Subject: AW: [Qemu-devel] exporting console over Xforwarding Date: Tue, 13 Mar 2007 16:31:48 +0100 Message-ID: <001301c76584$b6dd66c0$f002a8c0@cclsrv01> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <8d158e1f0703130016m13e2bb78rea12b2f1eae06318@mail.gmail.com> Reply-To: nenad@cimerman.de, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > 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