home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sun / admin / 5546 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.5 KB

  1. Xref: sparky comp.sys.sun.admin:5546 comp.sys.sun.misc:3694 comp.sys.sun.hardware:3880
  2. Path: sparky!uunet!utcsri!torn!cunews!revcan!software.mitel.com!jstewart
  3. From: jstewart@Software.Mitel.COM (John Stewart)
  4. Newsgroups: comp.sys.sun.admin,comp.sys.sun.misc,comp.sys.sun.hardware
  5. Subject: Re: Help with reverse video on login screen.....what's the key combo
  6. Keywords: video, help, reverse
  7. Message-ID: <12610@roland>
  8. Date: 14 Aug 92 15:00:50 GMT
  9. References: <1992Aug13.140028.6218@sdf.lonestar.org>
  10. Organization: Mitel. Kanata (Ontario). Canada.
  11. Lines: 27
  12.  
  13. In article <1992Aug13.140028.6218@sdf.lonestar.org> jjunker@sdf.lonestar.org (Jon Junker) writes:
  14. >Way back when I can faintly remember of a key combination that would take the
  15. >startup (login) screen and reverse it.  My preference is white on black and
  16. >all of the screen here are black on white.
  17.  
  18. I'm going to post this, as it would have been of interest to me
  19. a few months ago, before I went digging myself...
  20.  
  21. It is the getty that controls the way things appear and act on
  22. a port. The /etc/gettytab file controls the way getty works.
  23.  
  24. The following gives us white on black. The commented "default"
  25. is the standard black on white.
  26.  
  27. #default:\
  28. #       :ap:lm=\r\n%h %t\72 :p8:sp#9600:
  29. #
  30. # default changed to provide white on black for console getty.
  31. # J. Stewart 10 June 1992.
  32. #
  33. default:\
  34.         :ap:lm=\E[q\r\n%h login\72 :p8:sp#9600:
  35.  
  36.  
  37. --
  38. "I wish to god these calculations had | John Stewart - Mitel Corp, Kanata Can.
  39. been executed by steam" - C Babbage.  | jstewart@software.mitel.com
  40.