hi,
Then it would be easy for you to run X (well it's actually beauty of X)..
you can rlogin to your home computer from work computer like:

rlogin "homecomputer.ip.address

then set display like in bash:

setenv DISPLAY "workcomputer.ip.address:0.0"

then from your work computer put:

xhost +homecomputer.ip.address

then from your work computer via remote login put:

xterm &
or 
xv &

then, it will open xterm in your work computer..

There is some performace issue so 
you may want to look into installing and setting up dxpc, i.e. the 
"differential x protocol compressor", which is designed to improve X 
performance over dialup connections.

You can also run lbx - low bandwidth X for much better performance but
it might require some playing around if your X server does not support 
lbx. I believe that most current ones do. It is easy to try:

paul

   From: Rick Denis <[EMAIL PROTECTED]>
   Date: Thu, 20 Jan 2000 09:32:08 -0600
   X-Mailer: KMail [version 1.0.28]
   References: <[EMAIL PROTECTED]>
   MIME-Version: 1.0
   Content-Transfer-Encoding: 8bit
   X-MIME-Autoconverted: from quoted-printable to 8bit by shmoopy.nexen.com id KAA12102
   Content-Type: text/plain
   Content-Length: 429

   On Thu, 20 Jan 2000, you wrote:
   > well, as always, your can set your display of home computer to your work computer,
   > and xhost +whatever on your work computer.. then login to your home computer to 
   > open whatever x gadget to open on your work computer..
   > by the way, what connection are you using?
   >    rick

   thanks for replying. my home computer is on the internet fulltime so
   the conection would be via the internet.

   rick

Reply via email to