home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sun / misc / 4140 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.0 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!umn.edu!news.orst.edu!skyking!stanley
  2. From: stanley@skyking.OCE.ORST.EDU (John Stanley)
  3. Newsgroups: comp.sys.sun.misc
  4. Subject: Re: How do you put graphics on a logout screen?
  5. Message-ID: <BuA7sE.LC4@news.orst.edu>
  6. Date: 8 Sep 92 22:57:48 GMT
  7. References: <2AAD0900.4B2A@deneva.sdd.trw.com>
  8. Sender: usenet@news.orst.edu (Usenet News admin)
  9. Organization: Oregon State University, College of Oceanography
  10. Lines: 20
  11. Nntp-Posting-Host: skyking.oce.orst.edu
  12.  
  13. In article <2AAD0900.4B2A@deneva.sdd.trw.com> Peter R. Olpe <olpe@mamacass.etdesg.trw.com> writes:
  14. >
  15. >Does anyone know a quick way to put graphics on a screen 
  16. >after a user logs out?  (That is after there are no window
  17. >managers running)
  18. >
  19. >Is the solution to run a window manager and then
  20. >run a program like xv?
  21.  
  22. Quick way put graphics on screen anytime:
  23.  
  24.     screenload <rasterfile
  25.  
  26. If this in .logout, put graphics on screen when user logs out.
  27.  
  28. (Actually, to be kind to other users:
  29.  
  30. if ("`tty`" == "/dev/console") then
  31.         screenload <rasterfile
  32. endif
  33.