home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 4.ddi / MENU.ZIP / BUILD / DRIVERS / VESAVGA.DEF < prev    next >
Encoding:
Text File  |  1992-05-04  |  3.5 KB  |  84 lines

  1. BEGIN DDIF
  2. ----------------------------------------------------------
  3. -- 4D Graphics VESA VGA DEVICE INFORMATION FILE         --
  4. -- 06/25/91 JSM Created                                 --
  5. ----------------------------------------------------------
  6.  
  7. -- WIREFRAME COLOR definitions
  8. -- RGB color table values for first 16 colors (range: 0 to F)
  9. ---1 "000 800 080 008 880 088 808 888 333 F00 0F0 00F FF0 0FF F0F FFF"  STD
  10. 1 "000 900 084 00F F50 999 80A 0FF 000 F00 0F0 0AF FF0 000 F0F FFF" --Documented no bkg
  11. --  ^ graphics window background color
  12.  
  13. -- SHADING COLOR definitions
  14. -- Starting RGB values for the shading color table (range: 0 to F)
  15. 2 "F00 0F0 00F FF0 0FF F0F 888"
  16.  
  17. -- RGB increments for the dark shades of each color (range: 0 to F)
  18. 3 "E00 0E0 00C EE0 0ED E0D 888"
  19.  
  20. -- RGB increments for the light shades of each color (range: 0 to F)
  21. 4 "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. --   +-- VGA mode number (0 to have driver find the best mode)
  32. --   |    18 = Standard VGA mode 640x480, 16 colors
  33. --   |    19 = Standard VGA mode 320x200, 256 colors
  34. --   |    106 = Pre-VESA VGA mode 800x600, 16 colors
  35. --   |    256 = VESA VGA mode 640x400, 256 colors
  36. --   |    257 = VESA VGA mode 640x480, 256 colors
  37. --   |    258 = VESA VGA mode 800x600, 16 colors
  38. --   |    259 = VESA VGA mode 800x600, 256 colors
  39. --   |    260 = VESA VGA mode 1024x768, 16 colors
  40. --   |    261 = VESA VGA mode 1024x768, 256 colors
  41. --   |    262 = VESA VGA mode 1280x1024, 16 colors
  42. --   |    263 = VESA VGA mode 1280x1024, 256 colors
  43. --   |   +-- Number of colors (256 or 16, 256 is the default)
  44. --   |   |  +-- beep mode: 0 = sound only, 1 = sound and flash, 2 = flash only
  45. --   |   |  |  +-- restore screen clipping flag (1=whole screen, 0=window)
  46. --   |   |  |  |  +-- maximum number of words to pass via putlinbuf (rev 4.0)
  47. --   |   |  |  |  |  +-- pixel width for menu hilighting (0 = fill)
  48. --   |   |  |  |  |  |  +-- Two screen configuration (1=yes, 0=no)
  49. --   |   |  |  |  |  |  |  +-- screen refresh after text page (1=yes,0=no)
  50. --   v   v  v  v  v  v  v  v
  51. 103  0  256 1  1 256 0  0  1
  52.  
  53. -- 8 16-BIT line font patterns
  54. --     1      2      3      4      5      6      7      8 (hilight)
  55. --  ------ ------ ------ ------ ------ ------ ------ ------
  56. 101   9252  15420  32382  31354  29298  26214    771  26214
  57.  
  58. -- PIXEL DENSITIES (you must set these for your monitor/resolution)
  59. -- for most 13" monitors, pixels in X dimension would be Xres/8.5
  60. --                        pixels in Y dimension would be Yres/6.375
  61. --    +-----+-- X,Y SCREEN PIXELS/PER INCH
  62. --    V     V
  63. --301 63.77 50.24         -- 640x480 on 13" monitor
  64. 301 90.62 92.53         -- 1024x768 on 16" monitor
  65.  
  66. -- Graphics driver data description line for CONFIG program
  67. --  +-- Can colors be set in ASCII RGB triplets? 0=no, 1=yes
  68. --  | +-- Standard wireframe color table line number
  69. --  | | +-- Starting shade color table line number
  70. --  | | | +-- Dark shade color table line number
  71. --  | | | | +-- Light color table line number
  72. --  | | | | |  +-- Display list size line number
  73. --  | | | | |  |  +-- Display list overflow file name line number
  74. --  v v v v v  v  v
  75. 120 1 1 2 3 4  0  0
  76.  
  77. END DDIF
  78.  
  79. END
  80.  
  81.  
  82. 
  83. 
  84.