home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 3.ddi / DEF / DGIS.DEF < prev    next >
Encoding:
Text File  |  1991-08-28  |  2.7 KB  |  78 lines

  1. BEGIN DDIF
  2. ------------------------------------------------------------------------------
  3. -- DGIS Device Information File                                --
  4. ------------------------------------------------------------------------------
  5. -- 07-05-90
  6. --
  7. --      +------- Graphics device description
  8. --      |
  9. --      V
  10. 1 "4D Graphics DGIS"
  11.  
  12. --  +--------- 0 = use default color table
  13. --  |           1 = use specified color map (not implemented yet)
  14. --  |          
  15. --  |  +------ 0 = no CGA capability
  16. --  |  |       1 = use CGA/EGA emulation hardware
  17. --  |  |       2 = use alternate CGA/EGA monitor
  18. --  |  |
  19. --  |  |  +--- 0 = use default screen pixel density
  20. --  |  |  |    1 = use specified screen pixel density
  21. --  V  V  V
  22. 101 0  1  1
  23. --
  24. --         Color Table Values (intensity,red,green,blue)
  25. --
  26. --     0         1        2        3        4
  27. --     +-----------+----------+-----------+-----------+
  28. --     |         |        |        |        |
  29. --     V         V        V        V        V
  30. --   I    R G B    I   R G B   I  R  G B    I  R G    B   I  R  G B
  31. 102 255 3 3 3  255 14 0 0  255 0 14 0  255 0 0 14  255 12 12 0
  32.  
  33. --      5           6        7         8        9
  34. --      +------------+------------+------------+----------+
  35. --      |           |        |         |        |
  36. --      V           V        V         V        V
  37. --   I     R G  B   I  R    G  B   I   R  G  B   I    R G B    I  R G B
  38. 103 255 12 0 12  255 0 12 12  255 12 12 12  127 0 0 0  127 7 0 0
  39.  
  40. --     10        11           12      13         14
  41. --     +----------+----------+----------+----------+
  42. --     |        |           |      |         |
  43. --     V        V           V      V         V
  44. --   I    R G B    I  R G B   I  R G B   I  R G B     I  R G B
  45. 104 127 0 7 0  127 0 0 7  127 6 6 0  127 6 0 6    127 0 6 6
  46.  
  47. --     15
  48. --     +
  49. --     |
  50. --     V
  51. --   I    R G B
  52. 105 127 6 6 6
  53.  
  54. --  If you expect items which are measured in screen inches (Gleep size,
  55. --  point size, cpl axis size, etc) to be the correct size you MUST set
  56. --  the following values for your particular monitor/card combination
  57. --
  58. --    +------+--X,Y Screen Pixels per inch
  59. --    |      |
  60. --    V      V
  61. 301 90.62 92.53         -- 1024x768 on 16" monitor
  62.  
  63. --   GRAPHICS DRIVER CONFIG FLAGS.
  64. --  *** DO NOT CHANGE THIS LINE ***
  65. --  0 in a line number field means not used.
  66. --    +-------------------------------- 0 = low res   ,  1 = high res.
  67. --    |    +--------------------------- Color lookup table line number
  68. --    |    |    +---------------------- Start shade color table line number
  69. --    |    |    |    +----------------- Dark shade color table line number
  70. --    |    |    |    |    +------------ Light shade color table line number
  71. --    |    |    |    |    |    +------- Number of dsplist 16k's line number
  72. --    |    |    |    |    |    |    +-- Dsplist o/f file name line number
  73. --    |    |    |    |    |    |    |
  74. 120   0    0    0    0    0    0    0
  75.  
  76. END DDIF
  77. END
  78.