home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 July / VPR9707B.ISO / DRIVER / EPSON / ST351 / TXTSETUP.OEM < prev   
Text File  |  1995-11-02  |  3KB  |  90 lines

  1. #
  2. # format for txtsetup.oem.
  3. #
  4. # General format:
  5. #
  6. # [section]
  7. # key = value1,value2,...
  8. #
  9. #
  10. # The hash ('#') introduces a comment.
  11. # Strings with embedded spaces, commas, or hashes should be double-quoted
  12. #
  13.  
  14.  
  15. [Disks]
  16.  
  17. # This section lists all disks in the disk set.
  18. #
  19. # <description> is a descriptive name for a disk, used when
  20. #   prompting for the disk
  21. # <tagfile> is a file whose presence allows setup to recognize
  22. #   that the disk is inserted.
  23. # <directory> is where the files are located on the disk.
  24. #
  25.  
  26. d1 = "ATI Graphics Accelerators Disk x", ati_vid, nt351
  27.  
  28.  
  29. [Defaults]
  30.  
  31. # This section lists the default selection for each 'required'
  32. # hardware component.  If a line is not present for a component,
  33. # the default defaults to the first item in the [<component_name>]
  34. # section (see below).
  35. #
  36. # <component_name> is one of computer, display, keyboard, mouse, scsi
  37. # <id> is a unique <within the component> string to be associated
  38. #   with an option.
  39.  
  40. display = "ATI Graphics Accelerators"
  41.  
  42.  
  43. [display]
  44.  
  45. # This section lists the options available for a particular component.
  46. #
  47. # <id> is the unique string for the option
  48. # <description> is a text string, presented to the user in a menu
  49.  
  50.     "ATI Graphics Accelerators"   = "ATI Graphics Accelerators"
  51.  
  52. ["Files.display.ATI Graphics Accelerators"]
  53. # This section lists the files that should be copied if the user
  54. # selects a particular component option.
  55. #
  56. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  57. #   See below.
  58. # <source_disk> identifies where the file is to be copied from, and must
  59. #   match en entry in the [Disks] section.
  60. # <filename> is the name of the file. This will be appended to the
  61. #   directory specified for the disk in the [Disks] section to form the
  62. #   full path of the file on the disk.
  63.  
  64. driver = d1,ati.sys,ati1
  65. dll    = d1,ati.dll
  66.  
  67.  
  68. [Config.ati1]
  69. # This section specifies values to be set in the registry for
  70. # particular component options.  Required values in the services\xxx
  71. # key are created automatically -- use this section to specify additional
  72. # keys to be created in services\xxx and values in services\xxx and
  73. # services\xxx\yyy.
  74. #
  75. # <key_name> is relative to the services node for this device.
  76. #   If it is empty, then it refers to the services node.
  77. #   If specified, the key is created first.
  78. # <value_name> specifies the value to be set within the key
  79. # <value_type> is a string like REG_DWORD.  See below.
  80. # <value> specifies the actual value; its format depends on <value_type>
  81.  
  82. value = "",     tag,                  REG_DWORD,    b
  83. value = Device0, VgaCompatible,           REG_DWORD,    0
  84. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, {ati, 8514a}
  85. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  86. value = Device0, DefaultSettings.VRefresh   , REG_DWORD,    1
  87. value = Device0, DefaultSettings.Interlaced , REG_DWORD,    0
  88. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  89. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  90.