home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 February / VPR9602A.ISO / drvlib / video / x86 / atint / txtsetup.oem < prev    next >
Text File  |  1995-10-27  |  6KB  |  155 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 VGAWonder Disk x", \ati_vid, \
  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 VGAWonder 640x480x8"
  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 VGAWonder 640x480x4"       = "ATI VGAWonder 640x480, 16 colours"
  51.     "ATI VGAWonder 800x600x4"       = "ATI VGAWonder 800x600, 16 colours"
  52.     "ATI VGAWonder 1024x768x4"      = "ATI VGAWonder 1024x768, 16 colours"
  53.     "ATI VGAWonder 640x480x8"       = "ATI VGAWonder 640x480, 256 colours"
  54.     "ATI VGAWonder 800x600x8"       = "ATI VGAWonder 800x600, 256 colours"
  55.     "ATI VGAWonder 1024x768x8"      = "ATI VGAWonder 1024x768, 256 colours"
  56.  
  57.  
  58. ["Files.display.ATI VGAWonder 640x480x4"]
  59. # This section lists the files that should be copied if the user
  60. # selects a particular component option.
  61. #
  62. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  63. #   See below.
  64. # <source_disk> identifies where the file is to be copied from, and must
  65. #   match en entry in the [Disks] section.
  66. # <filename> is the name of the file. This will be appended to the
  67. #   directory specified for the disk in the [Disks] section to form the
  68. #   full path of the file on the disk.
  69.  
  70. driver = d1,ativga.sys,ati1
  71. dll    = d1,vga256.dll
  72.  
  73. ["Files.display.ATI VGAWonder 800x600x4"]
  74. driver = d1,ativga.sys,ati2
  75. dll    = d1,vga256.dll
  76.  
  77. ["Files.display.ATI VGAWonder 1024x768x4"]
  78. driver = d1,ativga.sys,ati3
  79. dll    = d1,vga256.dll
  80.  
  81. ["Files.display.ATI VGAWonder 640x480x8"]
  82. driver = d1,ativga.sys,ati4
  83. dll    = d1,vga256.dll
  84.  
  85.  
  86. ["Files.display.ATI VGAWonder 800x600x8"]
  87. driver = d1,ativga.sys,ati5
  88. dll    = d1,vga256.dll
  89.  
  90. ["Files.display.ATI VGAWonder 1024x768x8"]
  91. driver = d1,ativga.sys,ati6
  92. dll    = d1,vga256.dll
  93.  
  94.  
  95. [Config.ati1]
  96. # This section specifies values to be set in the registry for
  97. # particular component options.  Required values in the services\xxx
  98. # key are created automatically -- use this section to specify additional
  99. # keys to be created in services\xxx and values in services\xxx and
  100. # services\xxx\yyy.
  101. #
  102. # <key_name> is relative to the services node for this device.
  103. #   If it is empty, then it refers to the services node.
  104. #   If specified, the key is created first.
  105. # <value_name> specifies the value to be set within the key
  106. # <value_type> is a string like REG_DWORD.  See below.
  107. # <value> specifies the actual value; its format depends on <value_type>
  108.  
  109. value = "",     tag,                  REG_DWORD,    9
  110. value = Device0, VgaCompatible,           REG_DWORD,    1
  111. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, {vga,vga256}
  112. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    4
  113. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  114. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  115.  
  116. [Config.ati2]
  117. value = "",     tag,                  REG_DWORD,    9
  118. value = Device0, VgaCompatible,           REG_DWORD,    1
  119. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, {vga,vga256}
  120. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    4
  121. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  122. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  123.  
  124. [Config.ati3]
  125. value = "",     tag,                  REG_DWORD,    9
  126. value = Device0, VgaCompatible,           REG_DWORD,    1
  127. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, {vga,vga256}
  128. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    4
  129. value = Device0, DefaultSettings.XResolution, REG_DWORD,    400
  130. value = Device0, DefaultSettings.YResolution, REG_DWORD,    300
  131.  
  132. [Config.ati4]
  133. value = "",     tag,                  REG_DWORD,    9
  134. value = Device0, VgaCompatible,           REG_DWORD,    1
  135. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, {vga,vga256}
  136. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  137. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  138. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  139.  
  140. [Config.ati5]
  141. value = "",     tag,                  REG_DWORD,    9
  142. value = Device0, VgaCompatible,           REG_DWORD,    1
  143. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, {vga,vga256}
  144. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  145. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  146. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  147.  
  148. [Config.ati6]
  149. value = "",     tag,                  REG_DWORD,    9
  150. value = Device0, VgaCompatible,           REG_DWORD,    1
  151. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, {vga,vga256}
  152. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  153. value = Device0, DefaultSettings.XResolution, REG_DWORD,    400
  154. value = Device0, DefaultSettings.YResolution, REG_DWORD,    300
  155.