home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / dec / 4919 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  1.2 KB

  1. Path: sparky!uunet!mcsun!sunic!dkuug!uts!nbivax.nbi.dk!thomassen
  2. From: thomassen@nbivax.nbi.dk
  3. Newsgroups: comp.sys.dec
  4. Subject: Re: Putting logo on Session Manager Login Screen
  5. Message-ID: <1992Sep10.143359.1008@nbivax.nbi.dk>
  6. Date: 10 Sep 92 12:33:58 GMT
  7. References: <26AUG92.17395979@moldes.ucsc.edu>
  8. Organization: Niels Bohr Institute and Nordita, Copenhagen
  9. Lines: 39
  10.  
  11. > I tried the three lines in /.Xdefaults:
  12. >         XSessionManager*logoFile:       /logo.ps
  13. >         XSessionManager*logoFullScreen: true
  14. >         XSessionManager*InitializeDPS:  true
  15.  
  16. I have those entries plus 
  17.           XSessionManager*logoBW:         true
  18.  
  19. my logo.ps is:
  20. __________________________________________________________________
  21. %!
  22. newpath
  23. 0 0 moveto
  24. 1024 0 lineto
  25. 1024 390 lineto
  26. 0 390 lineto
  27. closepath
  28. 1 0 0 setrgbcolor
  29. fill
  30. newpath
  31. 0 390 moveto
  32. 1024 390 lineto
  33. 1024 864 lineto
  34. 0 864 lineto
  35. closepath
  36. 1 1 1 setrgbcolor
  37. fill
  38. /Times-Roman findfont 150 scalefont setfont
  39. 285 590 moveto
  40. 1 0 0 setrgbcolor
  41. (Niels) show
  42. 45 100 moveto
  43. 1 1 1 setrgbcolor
  44. (   Thomassen) show
  45. __________________________________________________________
  46.  
  47. Notice, there is no ShowPage at the end, as this will cause uncorrect behavior.
  48.  
  49. Regards Niels.Thomassen@dmo.mts.dec.com
  50.