Running fvwm on another machine?

Running fvwm on another machine?

Post by cono.. » Tue, 18 Nov 1997 04:00:00



I have two linux boxes hooked together via PPP. What command do I use
to run fvwm on one box with the display on the other?

        Thanks,

        John

--

John Conover, 631 Lamont Ct., Campbell, CA., 95008, USA.
VOX 408.370.2688, FAX 408.379.9602

 
 
 

Running fvwm on another machine?

Post by Dirk Geschk » Tue, 18 Nov 1997 04:00:00



> I have two linux boxes hooked together via PPP. What command do I use
> to run fvwm on one box with the display on the other?

Is this really what you want? Or do you want to run X-Window with fvwm
on one machine, start programs on the other and see the output on the
first?

I think you want the last one. So start X, and do this:

xhost + <second.machine.name>
telnet <second.machine.name>
export DISPLAY=<first.machine.name>:0.0

Now you can start the programs during your telnet session and see the
output on the screen of your box,

Dirk

 
 
 

Running fvwm on another machine?

Post by Thomas Griffin » Thu, 20 Nov 1997 04:00:00


--------------B27E15C8BE95D21C23F45ABD
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


> I have two linux boxes hooked together via PPP. What command do I use
> to run fvwm on one box with the display on the other?

You could perhaps do it using the "-display" flag, but
it would be better with the "DISPLAY" environment
variable:

On the machine to receive the display of fvwm:

     Ymachine> xhost +Xmachine

On the machine to run fvwm:

     Xmachine> DISPLAY=Ymachine:0
     Xmachine> export DISPLAY
     Xmachine> fvwm95 &

+---------------------+----------------+--------------------------+
| Thomas L. Griffing  | |~~\  /~~\ ~|~ | Dallas Softworks, Inc.   |
| Linux is free.      | |   | `--.  |  | "making technology work" |
| Life is good.  :^)  | |__/  \__/ _|_ | http://www.dsworks.com   |

--------------B27E15C8BE95D21C23F45ABD
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<HTML>
<BLOCKQUOTE TYPE=CITE>I have two linux boxes hooked together via PPP. What
command do I use
<BR>to run fvwm on one box with the display on the other?</BLOCKQUOTE>
You could perhaps do it using the "-display" flag, but
<BR>it would be better with the "DISPLAY" environment
<BR>variable:

<P>On the machine to receive the display of fvwm:
<UL>Ymachine> xhost +Xmachine</UL>

<P>On the machine to run fvwm:
<UL>Xmachine> DISPLAY=Ymachine:0
<BR>Xmachine> export DISPLAY
<BR>Xmachine> fvwm95 &amp;</UL>

<PRE>+---------------------+----------------+--------------------------+
| Thomas L. Griffing&nbsp; | |~~\&nbsp; /~~\ ~|~ | Dallas Softworks, Inc.&nbsp;&nbsp; |
| Linux is free.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | |&nbsp;&nbsp; | `--.&nbsp; |&nbsp; | "making technology work" |
| Life is good.&nbsp; :^)&nbsp; | |__/&nbsp; \__/ _|_ | <A HREF="http://www.dsworks.com">http://www.dsworks.com</A>&nbsp;&nbsp; |</PRE>
&nbsp;</HTML>

--------------B27E15C8BE95D21C23F45ABD--