home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / system / 14226 < prev    next >
Encoding:
Text File  |  1992-11-19  |  947 b   |  29 lines

  1. Organization: Sophomore, Physics, Carnegie Mellon, Pittsburgh, PA
  2. Path: sparky!uunet!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!fj05+
  3. Newsgroups: comp.sys.mac.system
  4. Message-ID: <Ef2xKL600WB94ty4wl@andrew.cmu.edu>
  5. Date: Thu, 19 Nov 1992 12:57:43 -0500 
  6. From: Faisal Nameer Jawdat <fj05+@andrew.cmu.edu>
  7. Subject: Re: VRAM question
  8. In-Reply-To: <chiester-181192142618@jacka.sas.upenn.edu>
  9. References: <chiester-181192142618@jacka.sas.upenn.edu>
  10. Lines: 17
  11.  
  12. the amount of vram needed for different pixel depths is listed in the
  13. manual
  14. as i recall, the name of the book is "Getting Started"
  15. it's the one that is wirebound
  16.  
  17. the formula for bit depth / memory should be:
  18. k = (vertical resultion) * (horizontal resolution) * (bit depth) / 3072
  19. or
  20. so a 13" monitor needs
  21. k = 100 * (bit depth) 
  22. depth        colours        memory
  23. 1        b+w        100 k
  24. 2        4        200 k
  25. 4        16        400 k
  26. 8        256        800 k
  27. 16        65536        1.6 m
  28. 24        166777216    2.4 m
  29.