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

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!mcsun!dxcern!vxcrna.cern.ch!huber
  3. From: huber@vxcrna.cern.ch (Sepp Huber, CERN -4439,-6712)
  4. Subject: Re: Decw$loginbackground>XGIF
  5. Message-ID: <31JUL199210035451@vxcrna.cern.ch>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: news@dxcern.cern.ch (USENET News System)
  8. Organization: European Organization for Nuclear Research, CERN
  9. References: <94920730233649.0004570754NA3EM@mcimail.com>
  10. Date: Fri, 31 Jul 1992 09:03:00 GMT
  11. Lines: 26
  12.  
  13. In article <94920730233649.0004570754NA3EM@mcimail.com>, HOLDREGE+_MP%A1%PacifiCare@MCIMAIL.COM (HOLDREGE_MP) writes...
  14. >Does anyone have a utility to display a GIF image in the login background?
  15. >I have the X11 bipmap working, but now I have a hankering to put a GIF 
  16. >behind WSA1:. 8-)
  17. >I tried pointing DECW$LOGIN_BACKGROUND to a command procedure which ran XGIF 
  18. >but I got "cannot open display". 
  19. >Anybody done this yet?
  20. >Matt Holdrege  5156065@mcimail.com  holdrege@eisner.decus.org
  21. One has to define the display explicitly in the decw$login_background procedure
  22. before running the display program. Unfortunately the system does not pass any
  23. information about the display to the procedure.
  24. The easy case is, where You can make the assumption of running on a local
  25. single-headed workstation:
  26.   SET DISPLAY/CREATE/TRANSPORT=LOCAL/NODE=0
  27. For non-local stations (like Xterminals), one probably has to look for the 
  28. WSA device owned by the login process.
  29. I never had a need to deal with it :-)
  30. -
  31. Joseph "Sepp" Huber        | At present in CERN, phone -4439/-6712
  32. Max-Planck-Institut Physik | Internet: huber@vxcern.cern.ch
  33. Munich, Germany            | HEPnet:   VXCERN::HUBER
  34.