;============================================================================== ; ; NAME: OEMSETUP.INF (WINDOWS Level 3.1) ; ; DESCRIPTION: Device driver setup file for installation of the XGA display ; device driver for WINDOWS Level 3.1. This file is utilized ; by the SETUP tool found in WINDOWS. ; ;============================================================================== [data] Version="3.1" [disks] X =., "IBM XGA DOS Driver Diskette (\WINV31 subdirectory)", "XGA 3.1" Y =\winv31, "IBM XGA DOS Driver Diskette (\WINV31 subdirectory)", "XGA 3.1W" 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 [display] ;============================================================================== ; The string following the driver description specifies the screen ; resolution. It is used ONLY to match the system and OEM character sets ; with the display selection. ;============================================================================== ;PROF = <DRIVER>, <DESCRIPTION OF DRIVER>, <RESOLUTION>, <286 GRABBER>, <LOGO CODE>, <VDD>, <386GRABR>,, <LOGO DATA>, <EXECUTION SECTION> ;----- -------------- -------------------------------------- -------------- --------------- -------------- --------------- ------------ -------------- ------------------- xgahis=X:xga210.drv, "IBM XGA V2.10 ","100,96,96", X:vgacolor.2gr, Y:vgalogo.lgo, X:xgavd210.386, X:xga.3gr,, Y:vgalogo.rle, HI_SML ; copy these fonts depending on the 386 grabber being used [XGA.3GR] X:CGA40WOA.FON,X:CGA40850.FON X:CGA80WOA.FON,X:CGA80850.FON X:EGA40WOA.FON,X:EGA40850.FON X:EGA80WOA.FON,X:EGA80850.FON ;============================================================================== ; Below are the Sections to be executed based on the type of ; XGA setup selected from the SETUP selection menu. These sections ; are executed based on which profile line was invoked via setup. ; These profile lines have been defined above and the parameters ; which match the below section are labeled <EXECUTION SECTION>. ; ; The format of the below XGA modes sections abide by the following ; syntax: ; ; <x:File>, <Destination>, <INI File>, <Section>, <OldLine>, <NewLine> ; ; x:File = File on setup disk x: to be copied to destination. ; Destination = 0: for Windows root directory, 0:SYSTEM for Windows system directory. ; INI File = .INI to be modified OR created. ; Section = Section of INI File to be modified OR created. ; OldLine = Old text line to be removed from Section of INI File. ; NewLine = New text line to be written to Section of INI File. ;============================================================================== [HI_SML] ,0:,SYSTEM.INI, XGA_DISPLAY, "XGA_Resolution" ,0:,SYSTEM.INI, XGA_DISPLAY, "BitsPerPixel" ,0:,SYSTEM.INI, XGA_DISPLAY, "VerPixel" ,0:,SYSTEM.INI, XGA_DISPLAY, "HorPixel" ,0:,SYSTEM.INI, XGA_DISPLAY, "FontSize" ,0:,SYSTEM.INI, XGA_DISPLAY, "XGA_Resources", "XGA_Resources=1" X:XGAMSG.GML,0:SYSTEM X:XGACONF.CPL,0:SYSTEM X:XGACONF.HLP,0:SYSTEM X:VGASYS.FON,0:SYSTEM X:8514SYS.FON,0:SYSTEM X:8515SYS.FON,0:SYSTEM X:VGAFIX.FON,0:SYSTEM X:8514FIX.FON,0:SYSTEM X:8515FIX.FON,0:SYSTEM X:VGAOEM.FON,0:SYSTEM X:8514OEM.FON,0:SYSTEM X:8515OEM.FON,0:SYSTEM X:SSERIFE.FON,0:SYSTEM X:SSERIFF.FON,0:SYSTEM X:COURE.FON,0:SYSTEM X:COURF.FON,0:SYSTEM X:SERIFE.FON,0:SYSTEM X:SERIFF.FON,0:SYSTEM X:SYMBOLE.FON,0:SYSTEM X:SYMBOLF.FON,0:SYSTEM ;============================================================================== ; Font Installation Section ;============================================================================== [sysfonts] X:VGASYS.FON, "VGA (640x480) resolution System font", "100,96,96" X:8514SYS.FON,"8514/A (1024x768) resolution System font", "100,120,120" [fixedfonts] X:VGAFIX.FON, "VGA (640x480) resolution Fixed System Font", "100,96,96" X:8514FIX.FON,"8514/A (1024x768) resolution Fixed System Font", "100,120,120" [oemfonts] X:VGAOEM.FON, "VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96", 1 X:8514OEM.FON,"8514 (1024x768) resolution Terminal Font (USA/Europe)", "100,120,120",1 ;============================================================================== ; Install only the fonts that apply to the resolution selected on the display ; menu. ;============================================================================== [fonts] X:SSERIFE.FON, "MS Sans Serif 8,10,12,14,18,24 (VGA res)", "100,96,96" X:SSERIFF.FON, "MS Sans Serif 8,10,12,14,18,24 (8514/A res)", "100,120,120" X:COURE.FON, "Courier 10,12,15 (VGA) ", "100,96,96" X:COURF.FON, "Courier 10,12,15 (8514/A)", "100,120,120" X:SERIFE.FON, "MS Serif 8,10,12,14,18,24 (VGA res)", "100,96,96" X:SERIFF.FON, "MS Serif 8,10,12,14,18,24 (8514/A res)", "100,120,120" X:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA) ", "100,96,96" X:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (8514/A)", "100,120,120" X:ROMAN.FON, "Roman (All res) ", "CONTINUOUSSCALING" X:SCRIPT.FON, "Script (All res)", "CONTINUOUSSCALING" X:MODERN.FON, "Modern (All res)", "CONTINUOUSSCALING"