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

  1. BEGIN DDIF
  2. ----------------------------------------------------------
  3. -- 4D Graphics TiGA DEVICE INFORMATION FILE             --
  4. -- 12/15/89                                             --
  5. ----------------------------------------------------------
  6. -- 07/09/91 RDC NEW VERSION FOR NEWMENU
  7.  
  8.  
  9. -- WIREFRAME COLOR definitions
  10. -- RGB color table values for first 16 colors (for GCD) (range: 0 to F)
  11. 1 "000 900 084 00F F50 999 80A 0FF 000 F00 0F0 0AF FF0 000 F0F FFF"
  12.  
  13. -- SHADING COLOR definitions
  14. -- Starting RGB values for the shading color table (range: 0 to F)
  15. 2 "888 F00 0F0 00F FF0 0FF F0F 888"
  16.  
  17. -- RGB increments for the dark shades of each color (range: 0 to F)
  18. 3 "888 E00 0E0 00E EE0 0EE E0E 888"
  19.  
  20. -- RGB increments for the light shades of each color (range: 0 to F)
  21. 4 "888 0EE E0E EE0 00E E00 0E0 777"
  22.  
  23. -- Beep definition line in duration,frequency divisor pairs
  24. -- (divisor = 1193180/desired freq, ie divisor for 400hz = 2983)
  25. -- Up to 10 pairs may be given.
  26. -- This line is optional and may be commented out to get the default beep.
  27. 102 8 4200 4 3800 2 3400 2 3000 2 2600 2 2200 2 1800 8 1400 4 1000 4 800
  28.  
  29. -- Custom features:
  30. --  
  31. --  +-- load TiGA primatives in initialization (revision 4.0 only)
  32. --  |  +-- TiGA mode number
  33. --  |  |  +-- beep mode: 0 = sound only, 1 = sound and flash, 2 = flash only
  34. --  |  |  |  +-- text alignment code (normally 1) custom fonts may be "0"
  35. --  |  |  |  |  +-- restore screen clipping flag (1=whole screen, 0=window)
  36. --  |  |  |  |  |  +-- maximum number of words to pass via putlinbuf (rev 4.0)
  37. --  |  |  |  |  |  |   +-- pixel width for menu hilighting (0 = fill)
  38. --  |  |  |  |  |  |   |  +-- Two screen configuration (1=yes, 0=no)
  39. --  v  v  v  v  v  v   v  v
  40. 103 1  0  1  1  1  512 0  0
  41.  
  42. -- name of custom text font to use instead of hardware text
  43. --5 "ti_typ22.fnt"
  44.  
  45. -- Up to 8 32-BIT text font patterns
  46. 201 -1431655766 -858993460 -252645136 -242224753 
  47. 202 -429398425 -473489864 -522133280 858993459
  48.  
  49.  
  50. -- PIXEL DENSITIES (you must set these for your monitor)
  51. -- for most 13" monitors, pixels in x dimension would be xres/8.5
  52. --                        pixels in y dimension would be yres/6.375
  53. --    +-----+-- X,Y SCREEN PIXELS/PER INCH
  54. --    V     V
  55. --301 63.77 50.24         -- 640x480 on 13" monitor
  56. 301 90.62 92.53         -- 1024x768 on 16" monitor
  57.  
  58. --   GRAPHICS DRIVER CONFIG FLAGS.
  59. --  *** DO NOT CHANGE THIS LINE ***
  60. --  0 in a line number field means not used.
  61. --    +-------------------------------- 0 = low res   ,  1 = high res.
  62. --    |    +--------------------------- Color lookup table line number
  63. --    |    |    +---------------------- Start shade color table line number
  64. --    |    |    |    +----------------- Dark shade color table line number
  65. --    |    |    |    |    +------------ Light shade color table line number
  66. --    |    |    |    |    |    +------- Number of dsplist 16k's line number
  67. --    |    |    |    |    |    |    +-- Dsplist o/f file name line number
  68. --    |    |    |    |    |    |    |
  69. 120   1    1    2    3    4    0    0
  70.  
  71. END DDIF
  72. END
  73.