home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / misc / 224 < prev    next >
Encoding:
Text File  |  1993-01-09  |  2.6 KB  |  68 lines

  1. Newsgroups: comp.sys.sgi.misc
  2. Path: sparky!uunet!think.com!spool.mu.edu!sol.ctr.columbia.edu!venezia!penev
  3. From: penev@venezia (Penio Penev)
  4. Subject: Re: How can I rlogin with the DISPLAY envar propagated?
  5. References: <1993Jan8.000124.1271@sol.ctr.columbia.edu>
  6. Sender: nobody@ctr.columbia.edu
  7. Organization: Rockefeller University
  8. Date: Sat, 9 Jan 1993 11:43:58 GMT
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. Message-ID: <1993Jan9.114358.13835@sol.ctr.columbia.edu>
  11. Reply-To: penev@venezia.rockefeller.edu
  12. X-Posted-From: venezia.rockefeller.edu
  13. NNTP-Posting-Host: sol.ctr.columbia.edu
  14. Lines: 52
  15.  
  16. Penio Penev (penev@venezia) wrote:
  17. : Hi sgi netters,
  18. : I work on a X terminal, connected to a network of Indigos (4.0.1) and a
  19. : Crimson(4.0.4). Usually I connect to a certain host and start Xsgi and 4Dwm
  20. : from it. As long as I work on the same host, My DISPLAY points
  21. : correctly to my Xterminal. When I wont to do computations on a
  22. : different machine though, I have to rlogin there and start and monitor
  23. : the job. The problem is that I no longer have my DISPLAY properly
  24. : pointed at and certain X features (for example the -keymap option of
  25. : xwsh) do not work.
  26. : I do not want to use telnet, becuse It doesn't understand euivalent
  27. : hosts.
  28. : The man pages, say that the inclusion of DISPLAY propagation is in the
  29. : to-do list. Is there a newer version of rlogin, which does this? Or is
  30. : there a known workaround? Can I use telnet, perhaps with some options
  31. : to setup equivalent hosts and/or users?
  32. : I feel, that this may be a problem for any user, which has the DISPLAY
  33. : different from the REMOTEHOST, presumably all who use Xterminals.
  34. : Any info would be greatly appreciated.
  35. : -- Penio.
  36.  
  37. Thank You very much for the suggestions. Besides the folowups I got
  38. one email also.
  39.  
  40. There seem to be two basic methods for doing this. 1) Transmit
  41. additional information in the TERM envar. 2) Use the rsh to connext
  42. and then invoke xterm/winterm/xwsh with the -display option.
  43.  
  44. The first method is more general in the sense, that You may adapt it
  45. to trasmit any information to the remote host.
  46.  
  47. The second one transmits oly the $DIPSPLAY envar, but is good, that it
  48. lives the -e(xecuite) option of xwsh free for launching an application
  49. on the remote machine. This again leaves room for transmitting any
  50. information to the remote host (via the application launched). 
  51.  
  52. I personaly chose the 'rsh host xwsh -display $DISPLAY -e app_name',
  53. since I usually do this from toolchest or 4Dwm.
  54.  
  55. I would suggest the two workarounds to be included in the man page of
  56. rlogin in the BUGS: section.
  57.  
  58. Thank You again!
  59.  
  60. -- Penio.
  61.