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