* [Qemu-devel] X11 redirection with slirp
@ 2005-12-21 19:14 Stealth Dave
2005-12-21 20:31 ` andrzej zaborowski
0 siblings, 1 reply; 3+ messages in thread
From: Stealth Dave @ 2005-12-21 19:14 UTC (permalink / raw)
To: QEMU
This is basically a HOWTO question. I'm working on a pet project where
I would like run an X11 window on the host system (Mac OS X 10.3) from
an X11 server on the guest, preferably without running a display on the
guest at all. The guest is running a custom linux install which is
basically an updated version of the linux-test distro to a 2.6.14
kernel and busybox system with networking enabled. There's an example
using tun/tap in the docs, but it's a little sparse on details. Part
of my dilemma is my lack of knowledge with xservers (I'm using Xorg).
Can someone help, or point to some clear do-it-yourself examples?
Thanks,
- Dave
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] X11 redirection with slirp
2005-12-21 19:14 [Qemu-devel] X11 redirection with slirp Stealth Dave
@ 2005-12-21 20:31 ` andrzej zaborowski
2005-12-22 1:23 ` Stealth Dave
0 siblings, 1 reply; 3+ messages in thread
From: andrzej zaborowski @ 2005-12-21 20:31 UTC (permalink / raw)
To: qemu-devel
Hi there,
On 21/12/05, Stealth Dave <dave@triplecatproductions.com> wrote:
> Can someone help, or point to some clear do-it-yourself examples?
>
It should be as easy running:
$ export DISPLAY=10.0.2.2:0
in your busybox shell, followed by a usual command that you use to run
X programs, for example:
$ xterm&
or
$ gnome-session
That should work if you network is configured (and provided 10.0.2.2
is the host machine's IP address, as is by default). Sometimes to
allow remote TCP/IP X clients on the host you will need to run:
$ xhost +
Regards,
--
balrog 2oo5
Dear Outlook users: Please remove me from your address books
http://www.newsforge.com/article.pl?sid=03/08/21/143258
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] X11 redirection with slirp
2005-12-21 20:31 ` andrzej zaborowski
@ 2005-12-22 1:23 ` Stealth Dave
0 siblings, 0 replies; 3+ messages in thread
From: Stealth Dave @ 2005-12-22 1:23 UTC (permalink / raw)
To: qemu-devel
Yep, easy as that, all right! I did have to run "xhost +localhost" on
the host X11 system, but after that everything was smooth sailing!
Thanks!
- Dave
On Dec 21, 2005, at 12:31 PM, andrzej zaborowski wrote:
> Hi there,
>
> On 21/12/05, Stealth Dave <dave@triplecatproductions.com> wrote:
>> Can someone help, or point to some clear do-it-yourself examples?
>>
> It should be as easy running:
>
> $ export DISPLAY=10.0.2.2:0
>
> in your busybox shell, followed by a usual command that you use to run
> X programs, for example:
>
> $ xterm&
>
> or
>
> $ gnome-session
>
> That should work if you network is configured (and provided 10.0.2.2
> is the host machine's IP address, as is by default). Sometimes to
> allow remote TCP/IP X clients on the host you will need to run:
> $ xhost +
>
> Regards,
> --
> balrog 2oo5
>
> Dear Outlook users: Please remove me from your address books
> http://www.newsforge.com/article.pl?sid=03/08/21/143258
>
>
> _______________________________________________
> 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:[~2005-12-22 1:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-21 19:14 [Qemu-devel] X11 redirection with slirp Stealth Dave
2005-12-21 20:31 ` andrzej zaborowski
2005-12-22 1:23 ` Stealth Dave
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).