home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 3.ddi / DEVICES / VGA.DEF < prev    next >
Encoding:
Text File  |  1991-05-10  |  2.6 KB  |  64 lines

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