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

  1. >>>>> "Gerald" == Gerald Luther Graef <ggraef@alpha1.csd.uwm.edu> writes:
  2. In article <4e6gsj$16v@uwm.edu> ggraef@alpha1.csd.uwm.edu (Gerald Luther Graef) writes:
  3.  
  4.  
  5.     Gerald> In article <4e5gg2$f6@newsstand.cit.cornell.edu>
  6.     Gerald> wmagro@msc.cornell.edu (William Magro) writes:
  7.     >> The catch here is that the 256 colors of VGA are chosen from a
  8.     >> palette of 256k (or fewer) colors with standard VGA cards.
  9.     >> Since each gray must have equal components of red, green, and
  10.     >> blue, this reduces the effective number of true grays to 64
  11.     >> [=262144^(1/3)].  It takes a 24-bit D/A converter (8-bits in
  12.     >> each channel) to generate 256 grays.
  13.     >> 
  14.     >> In the end, the number of grays you can generate depends on the
  15.     >> bitness of your DAC and the smarts of the video driver.
  16.  
  17.     Gerald> Does this mean that with the right video card it is
  18.     Gerald> possible to get 256 grayscale on executor now?  I ask
  19.     Gerald> because I am thinking about getting a new video card
  20.     Gerald> (leading contender, #9 771).
  21.  
  22. I've answered this in another post, but with news lag and the
  23. importance of the subject, here's the same story:
  24.  
  25. Bill's right, the number of bits that your DAC uses is indeed
  26. important, but right now, Executor *won't* do the right thing even if
  27. you have a 24 bit DAC.  That's because we don't yet have a machine
  28. in-house that has a 24 bit DAC *and* a VBE 2.0 driver that will let us
  29. access that DAC.
  30.  
  31. Because PCs come in so many different configurations, Executor relies
  32. heavily on standards, like the VESA VBE 2.0 standard to access
  33. "special features".  To support 24 bit DACs we'll need to use a VBE
  34. 2.0 extension, but to test it we either need to have such a DAC+driver
  35. in house or rely on an Executor Enthusiast to help us test the code.
  36.  
  37. I believe we do have some video cards in house with 24-bit DACs, so if
  38. the soon to be released new version of UniVBE gives us access to
  39. these, we'll add the functionality and test it in house.  If the new
  40. version of UniVBE *doesn't* support it for our cards, then we'll ask
  41. for help.  Either way we should support this feature by the time
  42. Executor 2 ships, although to use it you'll need a card with a 24-bit
  43. DAC *and* VBE 2.0 extensions to allow us to access it.
  44.  
  45. Sorry things get so confusing, but that's the way it is in the PC biz.
  46.  
  47.     Gerald> Thanks...Gerry
  48.  
  49. --Cliff
  50. ctm@ardi.com
  51.  
  52.