home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 3.ddi / DEF / VGA.DEF < prev    next >
Encoding:
Text File  |  1991-09-12  |  1.6 KB  |  40 lines

  1. BEGIN DDIF
  2. ----------------------------------------------------------
  3. -- IBM VGA/EGA DEVICE INFORMATION FILE                  --
  4. --                                                      --
  5. ----------------------------------------------------------
  6.  
  7. -- DIGITAL MONITOR COLOR INFORMATION
  8. -- pallete number to be used for GCD color number:
  9. --   0  1  2  3  4  5  6  7  8  9  10 11 12 13 14 15
  10. --   v  v  v  v  v  v  v  v  v  v  v  v  v  v  v  v
  11. 102 00 04 02 01 06 03 05 07 08 12 10 09 14 11 13 15 -- standard colors
  12.  
  13. -- Enable the following line for shading.
  14. --
  15. -- 1  "111 111 222 333 444 555 666 777 888 999 AAA BBB CCC DDD EEE FFF"
  16.  
  17.  
  18. -- PIXEL DENSITIES (you must set these for your monitor)
  19. -- for most 13" monitors, pixels in x dimension would be xres/8.5
  20. --                        pixels in y dimension would be yres/6.375
  21. --    +-----+-- X,Y SCREEN PIXELS/PER INCH
  22. --    V     V
  23. 301 68.00 68.00
  24.  
  25. --   GRAPHICS DRIVER CONFIG FLAGS.
  26. --  *** DO NOT CHANGE THIS LINE ***
  27. --  0 in a line number field means not used.
  28. --    +-------------------------------- 0 = low res   ,  1 = high res.
  29. --    |    +--------------------------- Color lookup table line number
  30. --    |    |    +---------------------- Start shade color table line number
  31. --    |    |    |    +----------------- Dark shade color table line number
  32. --    |    |    |    |    +------------ Light shade color table line number
  33. --    |    |    |    |    |    +------- Number of dsplist 16k's line number
  34. --    |    |    |    |    |    |    +-- Dsplist o/f file name line number
  35. --    |    |    |    |    |    |    |
  36. 120   1   102    0    0    0    0    0
  37.  
  38. END DDIF
  39. END
  40.