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

  1. BEGIN DDIF
  2.  
  3. ------------------------------------------------------------------------
  4. -- DEVICE INFORMATION FILE  for IBM Professional Graphics display     --
  5. --                          board and MATROX PG-640 Graphics board    --
  6. --                          (640 pixels by 480 pixels)                 --
  7. ------------------------------------------------------------------------
  8.  
  9. --
  10. -- 07/09/91 RDC NEW VERSION FOR NEWMENU
  11. -- 6-24-87  TT - Upgraded for rev 3.0
  12. -- 03/15/87      Fix line 101 and add lines 3,4,5
  13. -- 04/25/86
  14. ------------------------------------------------------------------------
  15. -- ******** Attention all programmers: you must document any ******** --
  16. -- ******** and all changes you make to this file at the top! ******* --
  17. ------------------------------------------------------------------------
  18.  
  19. -- Graphics Device Driver --
  20.  
  21. -- The file name to echo commands to is given on code line 1.  To activate
  22. -- this feature remove the '--' comment characters in front of the 1 or put 
  23. -- in a '--' to deactivate it.  The file can then be displayed by copying it
  24. -- to the CGB device. Ie. C>COPY /B PG.CGB CGB:
  25.  
  26. --1 PG.CGB
  27.  
  28. -- Color Table Definition
  29.  
  30. --    +---Index 0 is the graphics background color (000 = black)
  31. --    |
  32. --    |                 Entity Color Table
  33. --    |                 ------ ----- -----
  34. --    |                 Color Table Values (RGB) (0-9)(A-F)
  35. --    |                 (0 - 9 & A   0 = Dimmest, A = Brightest)
  36. --    V
  37. --    0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15
  38. --    +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
  39. --    |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
  40. --    V   V   V   V   V   V   V   V   V   V   V   V   V   V   V   V
  41. --   RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB RGB 
  42. 2  "000 900 084 00F F50 999 80A 0FF 000 F00 0F0 0AF FF0 000 F0F FFF"
  43.  
  44. --          Starting Shading Color Table Values (RGB)
  45. --          -------- ------- ----- ----- ------ -----
  46. --    0   1   2   3   4   5   6   7   
  47. --    +---+---+---+---+---+---+---+
  48. --    |   |   |   |   |   |   |   |
  49. --    V   V   V   V   V   V   V   V
  50. --   RGB RGB RGB RGB RGB RGB RGB RGB
  51. 3   "000 800 080 008 880 088 808 000"
  52.  
  53. --                Dark Shading Color Increments (RGB)
  54. --                ---- ------- ----- ---------- -----
  55. --    0   1   2   3   4   5   6   7
  56. --    +---+---+---+---+---+---+---+
  57. --    |   |   |   |   |   |   |   |
  58. --    V   V   V   V   V   V   V   V
  59. --   RGB RGB RGB RGB RGB RGB RGB RGB
  60. 4   "111 100 010 001 110 011 101 111"
  61.  
  62. --               Light Shading Color Increments (RGB)
  63. --               ----- ------- ----- ---------- -----
  64. --    0   1   2   3   4   5   6   7
  65. --    +---+---+---+---+---+---+---+
  66. --    |   |   |   |   |   |   |   |
  67. --    V   V   V   V   V   V   V   V
  68. --   RGB RGB RGB RGB RGB RGB RGB RGB
  69. 5   "111 011 101 110 001 100 010 111"
  70.  
  71. --  +-- Cursor character number
  72. --  V   
  73. 101 95
  74.  
  75. -- 16 bit line font patterns           (Entity ident hilite font)
  76. --                                                  |
  77. --                                                  V
  78. --    1     2    3      4      5      6      7      8
  79. 102 6168   4080  8184  32742  32663  15420    15   26214
  80.  
  81. -- Beep definition line in duration,frequency divisor pairs
  82. -- (divisor = 1193180/desired freq, ie divisor for 400hz = 2983)
  83. --
  84. -- Up to 10 pairs may be given.
  85. -- This line is optional and may be commented out to get the default beep.
  86.  
  87. 103 4 4200 2 3800 1 3400 1 3000 1 2600 1 2200 1 1800 4 1400 2 1000 2 800
  88.  
  89. --    +-----+-- X,Y Screen pixels per inch
  90. --    V     V
  91. 301 70.20 70.20
  92.  
  93. --   GRAPHICS DRIVER CONFIG FLAGS.
  94. --  *** DO NOT CHANGE THIS LINE ***
  95. --  0 in a line number field means not used.
  96. --    +-------------------------------- 0 = low res   ,  1 = high res.
  97. --    |    +--------------------------- Color lookup table line number
  98. --    |    |    +---------------------- Start shade color table line number
  99. --    |    |    |    +----------------- Dark shade color table line number
  100. --    |    |    |    |    +------------ Light shade color table line number
  101. --    |    |    |    |    |    +------- Number of dsplist 16k's line number
  102. --    |    |    |    |    |    |    +-- Dsplist o/f file name line number
  103. --    |    |    |    |    |    |    |
  104. 120   1    2    3    4    5    0    0
  105.  
  106. END DDIF
  107. END
  108.