home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / terminal / 1045 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  3.2 KB

  1. Path: sparky!uunet!wupost!usc!sdd.hp.com!mips!darwin.sura.net!haven.umd.edu!mimsy!afterlife!adm!smoke!gwyn
  2. From: gwyn@smoke.brl.mil (Doug Gwyn)
  3. Newsgroups: comp.terminals
  4. Subject: Re: AT&T 5620
  5. Message-ID: <19075@smoke.brl.mil>
  6. Date: 14 Aug 92 21:14:51 GMT
  7. References: <0eVcDdq00WB3QB5U9W@andrew.cmu.edu>
  8. Organization: U.S. Army Ballistic Research Laboratory, APG, MD.
  9. Lines: 49
  10.  
  11. In article <0eVcDdq00WB3QB5U9W@andrew.cmu.edu> gr1c+@andrew.cmu.edu (Greg Howard Rhodes) writes:
  12. >First thing--it has a mouse! What am I supposed to do with this. So
  13. >far, the only time that it has been interesting is when I am looking
  14. >through the setup menu screens (you can click on things instead of
  15. >hitting function keys if you want).
  16. >Does it do any graphics? If so, does anyone have any drivers for it
  17. >(i.e. Gnuplot, etc). 
  18. >Is there anywhere I could get manuals, etc, etc...?
  19. >Any information whatsoever would be appreciated. Thanks!
  20.  
  21. There is a separate newsgroup, comp.terminals.tty5620, specifically for
  22. this terminal and its descendants (630, 730); you should post a query
  23. there since it's likely to result in more information in response.
  24.  
  25. Basically, the 5620 DMD was the first commercial realization of the Bell
  26. Labs "Blit" terminal; it has either 256KB or 1MB of RAM, a bunch of ROM,
  27. a WE32010 processor, mouse, keyboard, and 800x1024 "portrait"-oriented
  28. bitmap display.  A section of the RAM is directly mapped to the display,
  29. and the ROM contains a normal X3.64 terminal emulator and (in revision
  30. 8;7;5) an operating system that supports multiple windows, or "layers".
  31.  
  32. Each layer can either use the resident terminal emulator or its own
  33. downloaded code.  The ROM also contains numerous graphic support
  34. functions.  Older models (revision 8;7;3) need to first have the layers
  35. operating system ("layersys") downloaded, after which all models behave
  36. similarly.  Communication between the host computer and the terminal must
  37. be switched to a special packet protocol once the layers system is active;
  38. each layer gets its own shell on the host UNIX system and has its own
  39. communication channel between that shell process and the layer process.
  40.  
  41. Typical layer processes include troff postprocessors (hardcopy previewers),
  42. utilities to print screen dumps on an attached serial printer, mouse-
  43. driven text editors, interactive drawing programs, etc.  A Blit family
  44. terminal in typical layers use looks very much like an X11 terminal,
  45. although (with the exception of the 730X model) Blit terminals use their
  46. own protocol that is not compatible with the (later developed) X11 system.
  47.  
  48. Although originally one had to license all the DMD (5620) host support
  49. software, which for most platforms meant porting a huge amount of code,
  50. the "bare bones" needed to enter layers mode of operation on BSD-based
  51. systems was developed and and put into the public domain, and is now
  52. being updated (see recent comp.terminals.tty5620 traffic for details).
  53. Eventually the AT&T UNIX System ToolChest, which is a wonderful source of
  54. valuable "research"-oriented UNIX software, may include enough 5620
  55. support that you could avoid having to license the old DMD host software
  56. packages.
  57.  
  58. There was also a fairly extensive list of 5620 documentation in recent
  59. traffic in comp.terminals.tty5620.  Good luck!
  60.