home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!spool.mu.edu!umn.edu!news.orst.edu!skyking!stanley
- From: stanley@skyking.OCE.ORST.EDU (John Stanley)
- Newsgroups: comp.sys.sun.misc
- Subject: Re: How do you put graphics on a logout screen?
- Message-ID: <BuA7sE.LC4@news.orst.edu>
- Date: 8 Sep 92 22:57:48 GMT
- References: <2AAD0900.4B2A@deneva.sdd.trw.com>
- Sender: usenet@news.orst.edu (Usenet News admin)
- Organization: Oregon State University, College of Oceanography
- Lines: 20
- Nntp-Posting-Host: skyking.oce.orst.edu
-
- In article <2AAD0900.4B2A@deneva.sdd.trw.com> Peter R. Olpe <olpe@mamacass.etdesg.trw.com> writes:
- >
- >Does anyone know a quick way to put graphics on a screen
- >after a user logs out? (That is after there are no window
- >managers running)
- >
- >Is the solution to run a window manager and then
- >run a program like xv?
-
- Quick way put graphics on screen anytime:
-
- screenload <rasterfile
-
- If this in .logout, put graphics on screen when user logs out.
-
- (Actually, to be kind to other users:
-
- if ("`tty`" == "/dev/console") then
- screenload <rasterfile
- endif
-