home *** CD-ROM | disk | FTP | other *** search
- BEGIN DDIF
- ----------------------------------------------------------
- -- 4D Graphics VESA VGA DEVICE INFORMATION FILE --
- -- 06/25/91 JSM Created --
- ----------------------------------------------------------
-
- -- WIREFRAME COLOR definitions
- -- RGB color table values for first 16 colors (range: 0 to F)
- ---1 "000 800 080 008 880 088 808 888 333 F00 0F0 00F FF0 0FF F0F FFF" STD
- 1 "000 900 084 00F F50 999 80A 0FF 000 F00 0F0 0AF FF0 000 F0F FFF" --Documented no bkg
- -- ^ graphics window background color
-
- -- SHADING COLOR definitions
- -- Starting RGB values for the shading color table (range: 0 to F)
- 2 "F00 0F0 00F FF0 0FF F0F 888"
-
- -- RGB increments for the dark shades of each color (range: 0 to F)
- 3 "E00 0E0 00C EE0 0ED E0D 888"
-
- -- RGB increments for the light shades of each color (range: 0 to F)
- 4 "0EE E0E EE0 00E E00 0E0 777"
-
- -- Beep definition line in duration,frequency divisor pairs
- -- (divisor = 1193180/desired freq, ie divisor for 400hz = 2983)
- -- Up to 10 pairs may be given.
- -- This line is optional and may be commented out to get the default beep.
- 102 8 4200 4 3800 2 3400 2 3000 2 2600 2 2200 2 1800 8 1400 4 1000 4 800
-
- -- Custom features:
- --
- -- +-- VGA mode number (0 to have driver find the best mode)
- -- | 18 = Standard VGA mode 640x480, 16 colors
- -- | 19 = Standard VGA mode 320x200, 256 colors
- -- | 106 = Pre-VESA VGA mode 800x600, 16 colors
- -- | 256 = VESA VGA mode 640x400, 256 colors
- -- | 257 = VESA VGA mode 640x480, 256 colors
- -- | 258 = VESA VGA mode 800x600, 16 colors
- -- | 259 = VESA VGA mode 800x600, 256 colors
- -- | 260 = VESA VGA mode 1024x768, 16 colors
- -- | 261 = VESA VGA mode 1024x768, 256 colors
- -- | 262 = VESA VGA mode 1280x1024, 16 colors
- -- | 263 = VESA VGA mode 1280x1024, 256 colors
- -- | +-- Number of colors (256 or 16, 256 is the default)
- -- | | +-- beep mode: 0 = sound only, 1 = sound and flash, 2 = flash only
- -- | | | +-- restore screen clipping flag (1=whole screen, 0=window)
- -- | | | | +-- maximum number of words to pass via putlinbuf (rev 4.0)
- -- | | | | | +-- pixel width for menu hilighting (0 = fill)
- -- | | | | | | +-- Two screen configuration (1=yes, 0=no)
- -- | | | | | | | +-- screen refresh after text page (1=yes,0=no)
- -- v v v v v v v v
- 103 0 256 1 1 256 0 0 1
-
- -- 8 16-BIT line font patterns
- -- 1 2 3 4 5 6 7 8 (hilight)
- -- ------ ------ ------ ------ ------ ------ ------ ------
- 101 9252 15420 32382 31354 29298 26214 771 26214
-
- -- PIXEL DENSITIES (you must set these for your monitor/resolution)
- -- for most 13" monitors, pixels in X dimension would be Xres/8.5
- -- pixels in Y dimension would be Yres/6.375
- -- +-----+-- X,Y SCREEN PIXELS/PER INCH
- -- V V
- --301 63.77 50.24 -- 640x480 on 13" monitor
- 301 90.62 92.53 -- 1024x768 on 16" monitor
-
- -- Graphics driver data description line for CONFIG program
- -- +-- Can colors be set in ASCII RGB triplets? 0=no, 1=yes
- -- | +-- Standard wireframe color table line number
- -- | | +-- Starting shade color table line number
- -- | | | +-- Dark shade color table line number
- -- | | | | +-- Light color table line number
- -- | | | | | +-- Display list size line number
- -- | | | | | | +-- Display list overflow file name line number
- -- v v v v v v v
- 120 1 1 2 3 4 0 0
-
- END DDIF
-
- END
-
-