home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / admin / 6263 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.3 KB

  1. Path: sparky!uunet!portal!cup.portal.com!thad
  2. From: thad@cup.portal.com (Thad P Floryan)
  3. Newsgroups: comp.unix.admin
  4. Subject: Re: X-Windows Display Utility
  5. Message-ID: <69816@cup.portal.com>
  6. Date: Wed, 18 Nov 92 22:33:14 PST
  7. Organization: The Portal System (TM)
  8. References:  <1992Nov17.203844.13537@pb.com>
  9. Lines: 23
  10.  
  11. In article <1992Nov17.203844.13537@pb.com> hurme@micro2.pb.com (John Hurme)
  12. writes:
  13.  
  14. |  Is anyone aware of an X-Windows utility that will re-direct graphic
  15. |  images files to X-Window client (or servers).
  16.  
  17. Kinda ambiguous question there.  :-)
  18.  
  19. Assuming you mean to display the images other than on the console at which
  20. you are located, there are several approaches:
  21.  
  22. 1)    if you're in control, just set ``DISPLAY="otherhost:0.0"'' in the
  23.     environment, and run the X-app; the image will display on the
  24.     screen of "otherhost" assuming either that system has an /etc/X0.hosts
  25.     permitting writeability from your system, or that "xhost +" (simplest
  26.     case) was executed there to permit screen writes from your system.  See
  27.     the man page for xhost to prevent security-related problems.
  28.  
  29. 2)    if you want the image to appear on multiple other systems' displays,
  30.     you might want to adapt the Xt lib example code from the program
  31.     named MultiUserVote which is in export.lcs.mit.edu:/contrib/
  32.  
  33. Thad Floryan [ thad@btr.com, thad@cup.portal.com ]
  34.