home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / windows / x / 19441 < prev    next >
Encoding:
Internet Message Format  |  1992-11-21  |  2.3 KB

  1. Path: sparky!uunet!olivea!charnel!sifon!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  2. From: mahan@TGV.COM (Patrick L. Mahan)
  3. Newsgroups: comp.windows.x
  4. Subject: RE: X Program for VMS?
  5. Message-ID: <921121214253.77e002e6@TGV.COM>
  6. Date: 22 Nov 92 05:42:53 GMT
  7. Sender: root@athena.mit.edu (Wizard A. Root)
  8. Organization: The Internet
  9. Lines: 52
  10.  
  11. #
  12. #  I have just started looking for an Xterminal client for the vax
  13. #system i'm on.  It's a 3520 with a Decwindows station only.
  14. #I'm trying to get the client so i can use this term to connect to
  15. #some hp's in some of the other rooms and across campus.
  16. #Is Xview a good one? I have the sources for it but i can't get them
  17. #off the CD right now as the sysmgr is off for a couple of days.
  18. #Are there any others?  Also, has anyone had any experience in running
  19. #Mathematica served from an HP9000/750 on an Xwindow on a vax?
  20. #If so, how did it come out?  That's the main program i'd be running.
  21. #
  22.  
  23. You don't need a "client" for this, just the ability to send the X protocol
  24. between the Vax and the HP, either DECnet or TCP/IP.  For DECnet the HP will
  25. need sometype of DECnet implementation.  For TCP/IP, the VAX will need 
  26. a TCP/IP package.   In either case, simply log into the HP, point the
  27. Display environment variable (DISPLAY) back at the VAX and run the X
  28. application.  For example
  29.  
  30.     If you are using DECnet:
  31.  
  32.         $ SET HOST HP
  33.         [after logging in]
  34.         %#
  35.         %# The "::" indicates to X that the connection is DECnet
  36.         %#
  37.         % setenv DISPLAY vax::0.0
  38.         [run the X application]
  39.  
  40.     If you are using TCP/IP:
  41.  
  42.         $ TELNET HP
  43.         [after logging in]
  44.         %#
  45.         %# The ":" indicates to X that the connection is TCP/IP
  46.         %#
  47.         % setenv DISPLAY vax:0.0
  48.         [run the X application]
  49.  
  50. In both cases, you will need to make sure you Security is enabled on you
  51. VAXstation (see the Security... in the session manager pulldown).  You might
  52. also have problems with fonts, in which case you can obtain the public domain
  53. fonts from export.lcs.mit.edu and compile them for the VAX using the DECwindows
  54. font compiler.
  55.  
  56. Patrick L. Mahan
  57.  
  58. --- TGV Window Washer ------------------------------- Mahan@TGV.COM ---------
  59.  
  60. Waking a person unnecessarily should not be considered  - Lazarus Long
  61. a capital crime.  For a first offense, that is            From the Notebooks of
  62.                               Lazarus Long
  63.