home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sunic!dkuug!uts!nbivax.nbi.dk!thomassen
- From: thomassen@nbivax.nbi.dk
- Newsgroups: comp.sys.dec
- Subject: Re: Putting logo on Session Manager Login Screen
- Message-ID: <1992Sep10.143359.1008@nbivax.nbi.dk>
- Date: 10 Sep 92 12:33:58 GMT
- References: <26AUG92.17395979@moldes.ucsc.edu>
- Organization: Niels Bohr Institute and Nordita, Copenhagen
- Lines: 39
-
- > I tried the three lines in /.Xdefaults:
- > XSessionManager*logoFile: /logo.ps
- > XSessionManager*logoFullScreen: true
- > XSessionManager*InitializeDPS: true
-
- I have those entries plus
- XSessionManager*logoBW: true
-
- my logo.ps is:
- __________________________________________________________________
- %!
- newpath
- 0 0 moveto
- 1024 0 lineto
- 1024 390 lineto
- 0 390 lineto
- closepath
- 1 0 0 setrgbcolor
- fill
- newpath
- 0 390 moveto
- 1024 390 lineto
- 1024 864 lineto
- 0 864 lineto
- closepath
- 1 1 1 setrgbcolor
- fill
- /Times-Roman findfont 150 scalefont setfont
- 285 590 moveto
- 1 0 0 setrgbcolor
- (Niels) show
- 45 100 moveto
- 1 1 1 setrgbcolor
- ( Thomassen) show
- __________________________________________________________
-
- Notice, there is no ShowPage at the end, as this will cause uncorrect behavior.
-
- Regards Niels.Thomassen@dmo.mts.dec.com
-