home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text0349.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.6 KB  |  38 lines

  1. >>>>> "Gerald" == Gerald Luther Graef <ggraef@alpha1.csd.uwm.edu> writes:
  2. In article <4dkflg$m8u@uwm.edu> ggraef@alpha1.csd.uwm.edu (Gerald Luther Graef) writes:
  3.  
  4.     Gerald> I've been experiementing with NIH-image and executor.  The
  5.     Gerald> images I'm looking at are 256 shade grayscale.
  6.     Gerald> Unfortunately, I can only get executor to display in (I
  7.     Gerald> think) 64 colors (at least, the image looks quite muddy
  8.     Gerald> compared to NIH-image on a Mac.  Is it possible to display
  9.     Gerald> at 256 shades?  Or does it do it now and my setup is
  10.     Gerald> wrong?
  11.  
  12. The problem has to do with the way Executor accesses the Digital to
  13. Analog Converter (DAC) that VGA based screens use to display colors.
  14.  
  15. Mat Hostetter says:
  16.  
  17. ``"Standard" DACs are 6-bit, so you can get 64 visibly distinct shades of
  18.   gray.  Some DACs support 8-bit, which let you get 256 shades of gray.
  19.   8-bit DACs (when present) can be manipulated with a VBE 2.0 extension
  20.   Executor doesn't yet use.''
  21.  
  22. The problem is that VBE 2.0 is sufficiently new that we don't yet have
  23. drivers for our machines that provide that particular piece of
  24. functionality, so although we could put code into Executor to detect
  25. this extension and use it when present, we wouldn't be able to test
  26. it.  There is a new version of UniVBE due out real soon now and that
  27. may change things.  We hope to support 8-bit DACs (when they're
  28. present) by the time Executor 2 ships.
  29.  
  30.     Gerald> Thanks...  Gerry
  31.  
  32. I'm cc'ing this to "questions@ardi.com" so our question + FAQ person
  33. can add this to our FAQ.  Thank *you* for asking.
  34.  
  35. --Cliff
  36. ctm@ardi.com
  37.  
  38.