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