home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12943 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.3 KB  |  42 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!usc!cs.utexas.edu!torn!newshost.uwo.ca!uwovax.uwo.ca!gerard
  3. From: gerard@uwovax.uwo.ca (Gerard Stafleu)
  4. Subject: Re: Xwindows / DECwindows
  5. Organization: University of Western Ont, London
  6. Date: Thu, 30 Jul 1992 13:27:10 GMT
  7. Message-ID: <1992Jul30.092710.1@uwovax.uwo.ca>
  8. References: <klliou.712442195@milton>
  9. Sender: news@julian.uwo.ca (USENET News System)
  10. Nntp-Posting-Host: hydra.uwo.ca
  11. Lines: 29
  12.  
  13. In article <klliou.712442195@milton>, klliou@milton.u.washington.edu (Kan-Lee Liou) writes:
  14. > Can I run Xwindows applications of other machines and see them on 
  15. > my VAX3100 DECwindows?  Thank you.
  16. > klliou@u.washington.edu
  17.  
  18. Provided you are using TCP/IP, do the following.
  19.  
  20. Say your vax is called myvax.somewhere.wherever.  Log in from that vax onto the 
  21. machine where you want to run the X application.  If it is a Unix 
  22. machine, do:
  23.  
  24.    setenv DISPLAY myvax.somewhere.wherever:0.0
  25.  
  26. Then run the X application.  If the other machine is a VAX, do:
  27.  
  28.    $ set display/create/transport=TCPIP/node="myvax.somewhere.wherever"
  29.    $ display == "myvax.somewhere.wherever:0.0"
  30.  
  31. And run the X application.
  32.  
  33. [Note: the domain names (myvax.somewehere.wherever) are case sensitive.]
  34.  
  35. ----
  36. Gerard Stafleu
  37. email: gerard@uwo.ca
  38. CCS, NSC 202, University of Western Ontario,
  39. London, Ontario, Canada N6A 5B7
  40. (519)661-2151
  41.