[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: howto pull the gui.....
On Wed, 6 Dec 2000, Sreeji K Das wrote:
> For example, if you have machine A, where you are running an application
> (say netscape) & you want the program to display the output (the GUI) on
> machine B, then you do this:
> Assume (A = 10.10.10.1 & B = 10.10.10.2)
>
> Run X Server on B (as X :1)
> Login to A
> Give the command export DISPLAY=10.10.10.2:1.0
> Run netscape in A
suppose to run "xhost <A's IP addr>" in machine B before the executing the
export command in A. correct me if i am wrong.
-- mks --