home *** CD-ROM | disk | FTP | other *** search
- #BETA II ( March Beta ) txtsetup.oem for a video driver.
- #for more information of these files read the chapter in
- #the DDK.
-
-
- #note this file must be reanamed to txtsetup.oem
- #it must be accompanied with the following files
- #on a floppy disk:
- #
- # oemsetup.inf
- # goober.sys - miniport file
- # vga.dll - 16 color vga display driver
- # vga256.dll - 256 color vga display driver
- # vga64k.dll - 64K color vga display driver
-
-
-
- [Disks]
-
- #d1 = disk one,
- #description,
- #tag file that determines that this is the correct disk,
- #directory where the NT files can be found on the diskette.
-
- d1 = "Goober Video Card Company ", \goober.tag, \
-
- [Defaults]
-
- display = v1
-
- [display]
-
- v1 = "Goober Card 640x480 16 color."
-
- [Files.display.v1]
-
- driver = d1, goober.sys, goober
- dll = d1, vga.dll
- dll = d1, vga256.dll
- dll = d1, vga64k.dll
- inf = d1, oemsetup.inf
-
- [Config.goober]
-
- #these values are for creating the registry service entry. txtsetup
- #will create the other values automagically!
-
-
- value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 4
- value = Device0, DefaultSettings.XResolution, REG_DWORD, 280
- value = Device0, DefaultSettings.YResolution, REG_DWORD, 190
- value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, VGA, VGA256, VGA64K
- value = Device0, VgaCompatible, REG_DWORD, 1
-