home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / acorn / 9495 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.8 KB  |  45 lines

  1. Newsgroups: comp.sys.acorn
  2. Path: sparky!uunet!mcsun!ieunet!tcdcs!maths.tcd.ie!merlin
  3. From: merlin@maths.tcd.ie (Merlin Hughes)
  4. Subject: Re: VIDC20!!
  5. Message-ID: <1992Nov10.174945.19853@maths.tcd.ie>
  6. Organization: Dept. of Maths, Trinity College, Dublin, Ireland.
  7. References: <1992Nov8.153647.27295@dcs.warwick.ac.uk> <1992Nov9.113146.12042@waikato.ac.nz> <1992Nov9.110501.1@cc.curtin.edu.au> <1992Nov9.133838.17133@wam.umd.edu>
  8. Date: Tue, 10 Nov 1992 17:49:45 GMT
  9. Lines: 34
  10.  
  11. rsrodger@wam.umd.edu (Yamanari) writes:
  12.  
  13. >    When I read the annoncement, I was fairly impressed, but I noticed
  14. >    that it didn't really give any hard core information.  
  15.  
  16. >    <i.e. what is the maximum resolution at 32 bits per pixel>
  17.  
  18. At a guess...
  19.  
  20. Data rate @ 160Mb/second, assume no sound DMA you can get
  21. 160*1048576/4/frame_rate pixels on screen in 32 bpp mode.
  22. With a nice refresh like 80Hz, that gives 1/2 megapixel
  23. display = 1024*512 or 784*668. Going down to 50Hz, you
  24. could get 1024*818.
  25.  
  26. >    The other thing I noticed is that, other than the hardware cursor,
  27. >    there was no mention whatsoever as to whether it had hardware
  28. >    assisted graphics--i.e. bitblt, and so on.  
  29.  
  30. I would say it is a display-only chip, otherwise they would
  31. have mentioned stuff like that. What you need to do is put
  32. the VIDC on a graphics card, with wads of fast VRAM, and
  33. then you can add your graphics processor to the card. All
  34. the VIDC will do is display the picture cheaply, in a wide
  35. variety of screen configurations. The Arc (if that is your
  36. desired machine) will then send commands down to the card,
  37. and get on with its own things at no system bandwidth loss.
  38. The graphics processor can be an ARM or whatever. The Vidc
  39. can only read from the VRAM; it will never write to it.
  40.  
  41. This is ignoring of course, all the mods needed to RISC OS
  42. and many applications.
  43.  
  44. M.
  45.