home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 4.ddi / MENU.ZIP / BUILD / DRIVERS / DGIS.DEF < prev    next >
Encoding:
Text File  |  1991-09-03  |  2.8 KB  |  80 lines

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