home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 3.ddi / DEF / VGA1024.DEF < prev    next >
Encoding:
Text File  |  1991-10-02  |  3.1 KB  |  73 lines

  1. BEGIN DDIF
  2. ----------------------------------------------------------
  3. -- 4D Graphics Extended VGA/EGA DEVICE INFORMATION FILE --
  4. --                                                      --
  5. ----------------------------------------------------------
  6. -- 10/14/89 JSM Updated.
  7. -- 08/19/88 JSM Created.
  8.  
  9. -- VGA EXTENDED MODE INFORMATION 
  10. -- (leave this line out to get standard EGA)
  11. -- extended information has the following format:
  12. -- +----------------------line number
  13. -- |   +------------------mode value (in decimal)
  14. -- |   |   +---------------horizontal resolution
  15. -- |   |   |   +-----------vertical resolution
  16. -- |   |   |   |  +--------horizontal pixels per character
  17. -- |   |   |   |  | +------vertical pixels per character
  18. -- |   |   |   |  | |  +---VGA monitor type: 1=Analog, 0=Digital
  19. -- |   |   |   |  | |  |                     (normally 1)
  20. -- |   |   |   |  | |  | 
  21. -- v   v   v   v  v v  v
  22. --101 18  640 480 8 16 1 -- standard IBM VGA 640 x 480
  23. 101 41  800 600 8 16  -- Orchid VGA 800 x 600
  24. --101 55 1024 768 8 16 1 -- Orchid VGA 1024 x 768
  25.  
  26. -- Beep definition line in duration,frequency divisor pairs
  27. -- (divisor = 1193180/desired freq, ie divisor for 400hz = 2983)
  28. --
  29. -- Up to 10 pairs may be given.
  30. -- This line is optional and may be commented out to get the default beep.
  31.  
  32. 102 8 4200 4 3800 2 3400 2 3000 2 2600 2 2200 2 1800 8 1400 4 1000 4 800
  33.  
  34. -- DIGITAL MONITOR COLOR INFORMATION
  35. -- Color pallete for ECD, & 'Multisync'-type monitors (in DIGITAL mode)
  36. -- pallete number to be used for GCD color number:
  37. --   0  1  2  3  4  5  6  7  8  9  10 11 12 13 14 15
  38. --   v  v  v  v  v  v  v  v  v  v  v  v  v  v  v  v
  39. 103 00 04 02 01 06 03 05 07 08 12 10 09 14 11 13 15 -- standard colors
  40.  
  41. -- ANALOG MONITOR COLOR INFORMATION
  42. -- color pallete for VGA's with VGA analog monitors or 'Multisync'-type
  43. -- in ANALOG modes.
  44.  
  45. -- use this line for gray scale shading (shading only works on analog 
  46. -- monitors!)
  47. --1  "111 111 222 333 444 555 666 777 888 999 AAA BBB CCC DDD EEE FFF"
  48. -- use this line for GCD standard colors 
  49. 1  "000 900 090 009 990 099 909 999 234 F00 0F0 00F FF0 0FF F0F FFF"
  50.  
  51. -- PIXEL DENSITIES (you must set these for your monitor)
  52. -- for most 13" monitors, pixels in x dimension would be xres/8.5
  53. --                        pixels in y dimension would be yres/6.375
  54. --    +-----+-- X,Y SCREEN PIXELS/PER INCH
  55. --    V     V
  56. 301 63.77 50.24
  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    0    0    0    0    0
  70.  
  71. END DDIF
  72. END
  73.