Metropoli BBS
VIEWER: oem2201.ali MODE: TEXT (ASCII)
; VERSION INFO
; ---------------------------------------------------------------
; This tells Setup that this is a 3.1 compatible OEM driver disk.
; Setup will not attempt to translate VDD and logo file name requests
; to their new equivalents on Windows 3.1 diskettes.

[data]
    Version   = "3.1"


; DRIVER DISKS
; ---------------------------------------------------------------
; Here is the list of disks that Setup can prompt for.  Note that the
; Windows Setup disks are not referenced!  All necessary files must be on
; your  driver disk, even those that are equivalent to 3.1 files, such as
; fonts and logos.
;
; You should include the brand and model name, if possible, in the
; disk name.  Be specific, it is important that users not confuse your
; disks with Windows disks.  Windows Setup prompts the user to "insert
; the:", so your disk name should be of the following form:

[disks]
    1 =. ,"Microsoft Windows 3.1 Disk #1",disk1
    2 =. ,"Microsoft Windows 3.1 Disk #2",disk2
    3 =. ,"Microsoft Windows 3.1 Disk #3",disk3
    4 =. ,"Microsoft Windows 3.1 Disk #4",disk4
    5 =. ,"Microsoft Windows 3.1 Disk #5",disk5
    6 =. ,"Microsoft Windows 3.1 Disk #6",disk6
    7 =., "Avance Logic GUIVGA Windows 3.1 Driver Disk", disk7


; DISPLAY TYPES
; ---------------------------------------------------------------
; Specify the complete list of display types, colors, and resolutions
; available in this section.  Some tips...
;
; Profile:              This must be a unique identifier.
;
; Description:          No more than 47 characters!  Include all necessary info.
;                       This description string should change slightly in new versions
;                       of your driver disk.  Include a version id, and keep the rest
;                       of the string the same, e.g. "ACME Z-1000 v1.1 640x480, 256 colors".
;
; VDD:                  Don't reference *vddvga!  This file uses "v6vdd31.386" instead,
;                       which can be built using the DDK source files.
;
; Work section: This is new to 3.1, and optional.  See below for details.

[display]
;profile = driver,         Description of driver,                           resolution,    286 grabber,    logo code,       VDD,            386grabber,   ega.sys,   logo data,    optional work section
;
v6dl     = 7:v631s8l.drv,  "ALI ULTRA , 640x480 256 colors",            "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6dl
v6el     = 7:v631s8l.drv,  "ALI ULTRA , 800x600 256 colors",            "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6el
v6hl     = 7:v631f8f.drv,  "ALI ULTRA , 1024x768 256C (Large fonts)",   "100,120,120", 2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6hl
v6jl     = 7:v631f8f.drv,  "ALI ULTRA , 1024x768 256C (Small fonts)",   "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6jl
v6ml     = 7:w311024.drv,  "ALI ULTRA , 1024x768 16C ",                 "100,120,120", 2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6ml
v6nl     = 7:v31280.drv,   "ALI ULTRA , 1280x1024 16C ",                "100,120,120", 2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6nl
v6ol     = 7:v63164.drv,   "ALI ULTRA , 640x480  64KC  ",               "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6ol
v6pl     = 7:v63164.drv,   "ALI ULTRA , 800x600 64KC",                  "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6pl
v6kl     = 7:al16m.drv,    "ALI ULTRA , 640x480 16MC       ",           "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   7:v6vdd31.386,  1:vga.3gr,,              2:vgalogo.rle, v6kl


; OPTIONAL WORK SECTIONS
; ---------------------------------------------------------------
; Optional sections listed in field 9 of the display section are interpreted as follows:
;
; File, Destination, .ini file, Section, LHS, RHS
;
; Where:    a:File      = Optional file to be copied; may be left null.
;           Destination = 0: for windows root or 0:system for \system subdir.
;           .ini file   = Optional; any .ini file to be modified or created.
;           Section     = Section of .ini file to be modified.
;           OldLine     = Optional old line to be removed from the ini file.
;           NewLine     = New text line to be written with the .ini file.
;
; There is no standard syntax for display drivers to determine user options.
; Note that the 8514 driver uses "dpi=" from the [8514.drv] section, and
; TIGA uses "tigafont=" in a [tiga.drv] section.  However, Setup now writes
; the font resolution (e.g. "100,96,96") to the "aspect=" line of the
; [boot.description] section of SYSTEM.INI.  This can be used by all drivers
; to determine the correct screen resource size to use, instead of inventing
; your own flag name and values.
;
; In addition to supporting different font resolutions, the Video Seven driver
; demonstrates multiple screen resolutions in a single driver.  The "WidthXHeight"
; line of the [v7vga.drv] section tells the driver what mode to run.


[v6dl]
,,system.ini,v631s8l.drv,"WidthXHeight=","WidthXHeight=640x480"
,,system.ini,v631s8l.drv,"FontSize=","FontSize=small"
,,system.ini,v631s8l.drv,"EnableHwCursor=","EnableHwCursor=1"

[v6el]
,,system.ini,v631s8l.drv,"WidthXHeight=","WidthXHeight=800x600"
,,system.ini,v631s8l.drv,"FontSize=","FontSize=small"
,,system.ini,v631s8l.drv,"EnableHwCursor=","EnableHwCursor=1"

[v6hl]
,,system.ini,v631f8f.drv,"WidthXHeight=","WidthXHeight=1024x768"
,,system.ini,v631f8f.drv,"FontSize=","FontSize=large"
,,system.ini,v631f8f.drv,"EnableHwCursor=","EnableHwCursor=1"

[v6jl]
,,system.ini,v631f8f.drv,"WidthXHeight=","WidthXHeight=1024x768"
,,system.ini,v631f8f.drv,"FontSize=","FontSize=small"
,,system.ini,v631f8f.drv,"EnableHwCursor=","EnableHwCursor=1"

[v6ol]
,,system.ini,v63164.drv,"WidthXHeight=","WidthXHeight=640x480"
,,system.ini,v63164.drv,"FontSize=","FontSize=small"
,,system.ini,v63164.drv,"EnableHwCursor=","EnableHwCursor=0"

[v6pl]
,,system.ini,v63164.drv,"WidthXHeight=","WidthXHeight=800x600"
,,system.ini,v63164.drv,"FontSize=","FontSize=small"
,,system.ini,v63164.drv,"EnableHwCursor=","EnableHwCursor=0"


; 386 GRABBER FONTS
; ---------------------------------------------------------------
; Setup will copy these fonts, sometimes called "old app fonts",
; depending on the 386 grabber being used.  If you use your own
; 386 grabber, then you should be sure to specify a section with
; your grabber name.  You only need sections that correspond to
; 386 grabber names in the [display] section.

[VGA.3gr]
2:CGA40WOA.FON,2:CGA40850.FON
2:CGA80WOA.FON,2:CGA80850.FON
2:EGA40WOA.FON,2:EGA40850.FON
2:EGA80WOA.FON,2:EGA80850.FON

[VGA30.3gr]
2:CGA40WOA.FON,2:CGA40850.FON
2:CGA80WOA.FON,2:CGA80850.FON
2:EGA40WOA.FON,2:EGA40850.FON
2:EGA80WOA.FON,2:EGA80850.FON

[V7VGA.3gr]
2:CGA40WOA.FON,2:CGA40850.FON
2:CGA80WOA.FON,2:CGA80850.FON
2:EGA40WOA.FON,2:EGA40850.FON
2:EGA80WOA.FON,2:EGA80850.FON

[EGA.3gr]
2:CGA40WOA.FON,2:CGA40850.FON
2:CGA80WOA.FON,2:CGA80850.FON
2:EGA40WOA.FON,2:EGA40850.FON
2:EGA80WOA.FON,2:EGA80850.FON

[vgadib.3gr]
2:CGA40WOA.FON,2:CGA40850.FON
2:CGA80WOA.FON,2:CGA80850.FON
2:EGA40WOA.FON,2:EGA40850.FON
2:EGA80WOA.FON,2:EGA80850.FON

[PLASMA.3gr]
2:EGA40WOA.FON,2:EGA40850.FON
2:EGA80WOA.FON,2:EGA80850.FON

[HERC.3gr]
2:HERCWOA.FON,2:HERC850.FON


; SYSTEM FONTS
; ---------------------------------------------------------------
; Fonts are installed according to the resolution of the display type selected.
; Your OEMSETUP.INF file must have these sections, with all font resolution lines
; appropriate for the listings in the [display] section.  Note that the HELVx.FON
; from Windows 3.0 is now SSERIFx.FON; TMSRx.FON is now SERIFx.FON.

[sysfonts]
1:egasys.fon,"EGA (640x350) resolution System Font", "133,96,72"
1:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
1:8514sys.fon,"8514/a (1024x768) resolution System Font", "100,120,120"
1:egasys.fon,"AT&T (640x400) resolution System Font", "120,96,80"

[fixedfonts]
1:egafix.fon,"EGA (640x350) resolution Fixed System Font", "133,96,72"
2:vgafix.fon,"VGA (640x480) resolution Fixed System Font", "100,96,96"
2:8514fix.fon,"8514/a (1024x768) resolution Fixed System Font",  "100,120,120"
1:egafix.fon,"AT&T (640x400) resolution Fixed System Font", "120,96,80"

[oemfonts]
1:egaoem.fon,"EGA (640x350) resolution Terminal Font (USA/Europe)", "133,96,72",1
2:vgaoem.fon,"VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96",1
2:8514oem.fon,"8514/a (1024x768) resolution Terminal Font (USA/Europe)", "100,120,120",1
1:egaoem.fon,"AT&T (640x400) resolution Terminal Font (USA/Europe)","120,96,80",1

[fonts]
   5:SSERIFB.FON, "MS Sans Serif 8,10,12,14,18,24 (EGA res)", "133,96,72"
   5:SSERIFE.FON, "MS Sans Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
   5:SSERIFF.FON, "MS Sans Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"

   5:COURB.FON, "Courier 8,10,12,15 (EGA res)", "133,96,72"
   5:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
   5:COURF.FON, "Courier 10,12,15 (8514/a res)", "100,120,120"

   5:SERIFB.FON, "MS Serif 8,10,12,14,18,24 (EGA res)", "133,96,72"
   5:SERIFE.FON, "MS Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
   5:SERIFF.FON, "MS Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"

   5:ARIALB.FON, "Arial 8,10 (EGA res)", "133,96,72"
   5:TIMESB.FON, "Times New Roman 8,10 (EGA res)", "133,96,72"

   5:SYMBOLB.FON, "Symbol 8,10,12,14,18,24 (EGA res)", "133,96,72"
   5:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
   5:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (8514/a res)", "100,120,120"

   5:SMALLB.FON, "Small Fonts (EGA res)", "133,96,72"
   5:SMALLE.FON, "Small Fonts (VGA res)", "100,96,96"
   5:SMALLF.FON, "Small Fonts (8514/a res)", "100,120,120"

   5:ROMAN.FON, "Roman (Plotter)",   "CONTINUOUSSCALING"
   5:SCRIPT.FON, "Script (Plotter)", "CONTINUOUSSCALING"
   5:MODERN.FON, "Modern (Plotter)", "CONTINUOUSSCALING"

[ RETURN TO DIRECTORY ]