home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 August / CICA.cdr / cis_libs / mswin32 / 13 / txtset.vid < prev    next >
Encoding:
Text File  |  1993-03-15  |  1.3 KB  |  54 lines

  1. #BETA II ( March Beta ) txtsetup.oem for a video driver.
  2. #for more information of these files read the chapter in
  3. #the DDK.
  4.  
  5.  
  6. #note this file must be reanamed to txtsetup.oem
  7. #it must be accompanied with the following files
  8. #on a floppy disk:
  9. #
  10. #   oemsetup.inf
  11. #   goober.sys - miniport file
  12. #   vga.dll    - 16 color vga display driver
  13. #   vga256.dll - 256 color vga display driver
  14. #   vga64k.dll - 64K color vga display driver
  15.  
  16.  
  17.  
  18. [Disks]
  19.  
  20. #d1 = disk one,
  21. #description,
  22. #tag file that determines that this is the correct disk,
  23. #directory where the NT files can be found on the diskette.
  24.  
  25. d1 = "Goober Video Card Company ", \goober.tag, \
  26.  
  27. [Defaults]
  28.  
  29. display = v1
  30.  
  31. [display]
  32.  
  33. v1  = "Goober Card 640x480   16  color."
  34.  
  35. [Files.display.v1]
  36.  
  37. driver = d1, goober.sys, goober
  38. dll    = d1, vga.dll
  39. dll    = d1, vga256.dll
  40. dll    = d1, vga64k.dll
  41. inf       = d1, oemsetup.inf
  42.  
  43. [Config.goober]
  44.  
  45. #these values are for creating the registry service entry.  txtsetup
  46. #will create the other values automagically!
  47.  
  48.  
  49. value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 4
  50. value = Device0, DefaultSettings.XResolution, REG_DWORD, 280
  51. value = Device0, DefaultSettings.YResolution, REG_DWORD, 190
  52. value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, VGA, VGA256, VGA64K
  53. value = Device0, VgaCompatible, REG_DWORD, 1
  54.