From owner-freebsd-questions Mon Feb 8 12:28:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26407 for freebsd-questions-outgoing; Mon, 8 Feb 1999 12:28:29 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpha.comkey.com.au (alpha.comkey.com.au [203.9.152.215]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA26400 for ; Mon, 8 Feb 1999 12:28:26 -0800 (PST) (envelope-from gjb@comkey.com.au) Received: (qmail 14003 invoked by uid 1001); 8 Feb 1999 20:24:05 -0000 Message-ID: <19990208202405.14002.qmail@alpha.comkey.com.au> X-Posted-By: GBA-Post 1.04 06-Feb-1999 X-PGP-Fingerprint: 5A91 6942 8CEA 9DAB B95B C249 1CE1 493B 2B5A CE30 Date: Tue, 09 Feb 1999 06:24:05 +1000 From: Greg Black To: Mirror Beastie Cc: Andrzej Szydlo , "freebsd-questions@FreeBSD.ORG" Subject: Re: multiple networked X sessions In-reply-to: <36BEA474.AFEEB731@askas.co.za> of Mon, 08 Feb 1999 10:46:44 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > 1. Start X on your FreeBSD box. > > 2. Allow acces from the desired hosts to your x server on the FreeBSD > > "xhost + the_other_hostname_or_ip" > > 3. Tell an X application on the other host to use your X server > > "export DISPLAY=your_freebsd_box:0" > > 4. Start the application on the other host. > > Ok - this i already know - this is just standard x stuff where you see the > visual component of an application running elsewhere - what i want is > something a little different - from my X Window Manager I want to launch a > "window" that contains the entire window manager on another X enabled host. > For example i have 2 FBSD boxes, bith running X. On box 1 I start X then I > start another application / process that gives me my X display under box 2 - > not just an application - the whole thing... kinda like a vistual telnet... > snip... Your terminology is a bit fuzzy here, so it's difficult to know what you mean. If you want to have the xdm (or equivalent) on the other host run in a window on the first host, you can't do that. But why would you want it anyway? You can rlogin (or better slogin) to the other host from an xterm on the first host and run any applications you want. Since your $DISPLAY gets exported to the second host, any X applications you start there will use the display on your first host automatically. If that's not enough, you'll need to explain why and what it is you want. But don't be surprised if you can't do it. -- Greg Black To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message