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

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