home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-11-03 | 4.4 KB | 108 lines |
- ;#9GXE64 <--- Number Nine Computer Corporation Tag
- ;=============================================================================
- ; OEMSETUP.INF GXE64 Board Setup Number Nine Computer Corporation
- ;
- ; Installation data for the GXE Windows driver. This file is used by the
- ; Microsoft Windows SETUP program.
- ;=============================================================================
-
-
- ;-----------------------------------------------------------------------------
- [disks]
- ;
- ; These are the names of the disks Setup can prompt for.
- ; There must be a disk name for each disk number used.
- ;
- ; The disk number '0' is reserved to represent the Windows setup directory.
- ; This directory may be relative to the directory SETUP was run from.
- ;
- ; The format is:
- ;
- ; n = path, disk name, disk tag file
- ;
- ; where:
- ;
- ; n = disk "number" 1-9, A-Z (single char only!)
- ; path = path of disk n
- ; name = name of disk n
- ; disk tag = a file on disk n (used to determine if disk is in drive)
- ;
-
- N = ., "#9 GXE64 Windows Driver Disk", GXEOem
-
-
- ;-----------------------------------------------------------------------------
- [display]
- ;
- ; Both of the GXE windows driver require use of Windows 3.1. There are no plans
- ; to support Windows 3.0 in the future.
- ;
- ;profile = driver, description, resolution, 286 grabber, logo code, VDD,
- ; 386grabber, ega.sys, logo data, optional section
-
- GXE4 = N:#9GXE64.drv,"#9GXE64 HawkEye (small fonts)","100,96,96",N:vgacolor.2gr,N:vgalogo.lgo,N:vdds3vsn.386,N:s3911grb.3gr,,N:vgalogo.rle,GXE4
- GXE6 = N:#9GXE64.drv,"#9GXE64 HawkEye (large fonts)","100,120,120",N:vgacolor.2gr,N:vgalogo.lgo,N:vdds3vsn.386,N:s3911grb.3gr,,N:vgalogo.rle,GXE6
-
- ;-----------------------------------------------------------------------------
- ; Optional sections in field 9 of display section are interpreted as follows:
- ;
- ; File, Destination, .ini file, Section, OldLine, NewLine
- ;
- ; Where: x:File = Optional; file to be copied, may be left null.
- ; Destination = 0: for Windows root or 0:system for system subdir
- ; where file is to be copied.
- ; .ini file = Optional; .ini file to be modified or created.
- ; Must be included if following parameters specified.
- ; Section = Section of .ini file to be modified.
- ; OldLine = Optional; old line to be removed from the .ini file.
- ; Only one occurence of that string is removed.
- ; NewLine = New text line to be written to the .ini file.
- ;
- ; The following lines set up both drivers for large fonts.
-
- [GXE4]
- ,, system.ini, "#9GXE", "dpi=", "dpi=96"
- ,, system.ini, "#9GXE", "SCACHE=". "SCACHE=ON"
- ,, system.ini, "#9GXE", "FONT-CACHE=", "FONT-CACHE=ON"
- ,, system.ini, "#9GXE", "POLYGON-SUPPORT=", "POLYGON-SUPPORT=ON"
- ,, system.ini, "#9GXE", "ELLIPSE-SUPPORT=", "ELLIPSE-SUPPORT=ON"
- ;;;; ,, system.ini, "#9GXE", "TurboCopy=", "TurboCopy=1"
-
-
- [GXE6]
- ,, system.ini, "#9GXE", "dpi=", "dpi=120"
- ,, system.ini, "#9GXE", "SCACHE=". "SCACHE=ON"
- ,, system.ini, "#9GXE", "FONT-CACHE=", "FONT-CACHE=ON"
- ,, system.ini, "#9GXE", "POLYGON-SUPPORT=", "POLYGON-SUPPORT=ON"
- ,, system.ini, "#9GXE", "ELLIPSE-SUPPORT=", "ELLIPSE-SUPPORT=ON"
- ;;;; ,, system.ini, "#9GXE", "TurboCopy=", "TurboCopy=1"
-
-
- ;-----------------------------------------------------------------------------
- [sysfonts]
-
- N:96sys.fon, "Small, 96 DPI, fonts", "100,96,96"
- N:96sys.fon, "Large, 96 DPI, fonts", "100,96,96"
- N:120sys.fon, "Small, 120 DPI, fonts", "100,120,120"
- N:120sys.fon, "Large, 120 DPI, fonts", "100,120,120"
-
-
- ;-----------------------------------------------------------------------------
- [fixedfonts]
-
- N:96fix.fon, "Small, 96 DPI, fonts", "100,96,96" "100,96,96"
- N:96fix.fon, "Large, 97 DPI, fonts", "100,96,96" "100,96,96"
- N:120fix.fon, "Small, 120 DPI, fonts", "100,120,120" "100,120,120"
- N:120fix.fon, "Large, 120 DPI, fonts", "100,120,120" "100,120,120"
-
-
- ;-----------------------------------------------------------------------------
- [oemfonts]
-
- N:96oem.fon, "Small, 96 DPI, Terminal font (USA/Europe)", "100,96,96", 1
- N:96oem.fon, "Small, 96 DPI, Terminal font (USA/Europe)", "100,96,96", 1
- N:120oem.fon, "Large, 120 DPI, Terminal font (USA/Europe)", "100,120,120", 1
- N:120oem.fon, "Large, 120 DPI, Terminal font (USA/Europe)", "100,120,120", 1
-
-
-