home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 February / IMM0295.ISO / driver / ati / mach64 / disk4 / nt / txtsetup.oem < prev   
Text File  |  1994-05-05  |  13KB  |  323 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", \nt\ati_vid, \nt
  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 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 Graphics Accelerators 640x480x4"   = "ATI Graphics Accelerators 640x480, 16 colors"
  51.     "ATI Graphics Accelerators 640x480x8"   = "ATI Graphics Accelerators 640x480, 256 colors"
  52.     "ATI Graphics Accelerators 640x480x16"   = "ATI Graphics Accelerators 640x480, 16 bit colors"
  53.     "ATI Graphics Accelerators 640x480x24"   = "ATI Graphics Accelerators 640x480, 24 bit colors"
  54.     "ATI Graphics Accelerators 640x480x32"   = "ATI Graphics Accelerators 640x480, 32 bit colors"
  55.     "ATI Graphics Accelerators 800x600x4"   = "ATI Graphics Accelerators 800x600, 16 colors"
  56.     "ATI Graphics Accelerators 800x600x8"   = "ATI Graphics Accelerators 800x600, 256 colors"
  57.     "ATI Graphics Accelerators 800x600x16"   = "ATI Graphics Accelerators 800x600, 16 bit colors"
  58.     "ATI Graphics Accelerators 800x600x24"   = "ATI Graphics Accelerators 800x600, 24 bit colors"
  59.     "ATI Graphics Accelerators 800x600x32"   = "ATI Graphics Accelerators 800x600, 32 bit colors"
  60.     "ATI Graphics Accelerators 1024x768x4"  = "ATI Graphics Accelerators 1024x768, 16 colors"
  61.     "ATI Graphics Accelerators 1024x768x8"  = "ATI Graphics Accelerators 1024x768, 256 colors"
  62.     "ATI Graphics Accelerators 1024x768x16"  = "ATI Graphics Accelerators 1024x768, 16 bit colors"
  63.     "ATI Graphics Accelerators 1024x768x24"  = "ATI Graphics Accelerators 1024x768, 24 bit colors"
  64.     "ATI Graphics Accelerators 1024x768x32"  = "ATI Graphics Accelerators 1024x768, 32 bit colors"
  65.     "ATI Graphics Accelerators 1280x1024x4" = "ATI Graphics Accelerators 1280x1024, 16 colors"
  66.     "ATI Graphics Accelerators 1280x1024x8" = "ATI Graphics Accelerators 1280x1024, 256 colors"
  67.     "ATI Graphics Accelerators 1280x1024x16" = "ATI Graphics Accelerators 1280x1024, 16 bit colors"
  68.     "ATI Graphics Accelerators 1280x1024x24" = "ATI Graphics Accelerators 1280x1024, 24 bit colors"
  69.  
  70.  
  71. ["Files.display.ATI Graphics Accelerators 640x480x4"]
  72. # This section lists the files that should be copied if the user
  73. # selects a particular component option.
  74. #
  75. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  76. #   See below.
  77. # <source_disk> identifies where the file is to be copied from, and must
  78. #   match en entry in the [Disks] section.
  79. # <filename> is the name of the file. This will be appended to the
  80. #   directory specified for the disk in the [Disks] section to form the
  81. #   full path of the file on the disk.
  82.  
  83. driver = d1,ati.sys,ati1
  84. dll    = d1,ati.dll
  85.  
  86. ["Files.display.ATI Graphics Accelerators 640x480x8"]
  87. driver = d1,ati.sys,ati2
  88. dll    = d1,ati.dll
  89.  
  90. ["Files.display.ATI Graphics Accelerators 640x480x16"]
  91. driver = d1,ati.sys,ati3
  92. dll    = d1,ati.dll
  93.  
  94. ["Files.display.ATI Graphics Accelerators 640x480x24"]
  95. driver = d1,ati.sys,ati4
  96. dll    = d1,ati.dll
  97.  
  98. ["Files.display.ATI Graphics Accelerators 640x480x32"]
  99. driver = d1,ati.sys,ati5
  100. dll    = d1,ati.dll
  101.  
  102. ["Files.display.ATI Graphics Accelerators 800x600x4"]
  103. driver = d1,ati.sys,ati6
  104. dll    = d1,ati.dll
  105.  
  106. ["Files.display.ATI Graphics Accelerators 800x600x8"]
  107. driver = d1,ati.sys,ati7
  108. dll    = d1,ati.dll
  109.  
  110. ["Files.display.ATI Graphics Accelerators 800x600x16"]
  111. driver = d1,ati.sys,ati8
  112. dll    = d1,ati.dll
  113.  
  114. ["Files.display.ATI Graphics Accelerators 800x600x24"]
  115. driver = d1,ati.sys,ati9
  116. dll    = d1,ati.dll
  117.  
  118. ["Files.display.ATI Graphics Accelerators 800x600x32"]
  119. driver = d1,ati.sys,ati10
  120. dll    = d1,ati.dll
  121.  
  122. ["Files.display.ATI Graphics Accelerators 1024x768x4"]
  123. driver = d1,ati.sys,ati11
  124. dll    = d1,ati.dll
  125.  
  126. ["Files.display.ATI Graphics Accelerators 1024x768x8"]
  127. driver = d1,ati.sys,ati12
  128. dll    = d1,ati.dll
  129.  
  130. ["Files.display.ATI Graphics Accelerators 1024x768x16"]
  131. driver = d1,ati.sys,ati13
  132. dll    = d1,ati.dll
  133.  
  134. ["Files.display.ATI Graphics Accelerators 1024x768x24"]
  135. driver = d1,ati.sys,ati14
  136. dll    = d1,ati.dll
  137.  
  138. ["Files.display.ATI Graphics Accelerators 1024x768x32"]
  139. driver = d1,ati.sys,ati15
  140. dll    = d1,ati.dll
  141.  
  142. ["Files.display.ATI Graphics Accelerators 1280x1024x4"]
  143. driver = d1,ati.sys,ati16
  144. dll    = d1,ati.dll
  145.  
  146. ["Files.display.ATI Graphics Accelerators 1280x1024x8"]
  147. driver = d1,ati.sys,ati17
  148. dll    = d1,ati.dll
  149.  
  150. ["Files.display.ATI Graphics Accelerators 1280x1024x16"]
  151. driver = d1,ati.sys,ati18
  152. dll    = d1,ati.dll
  153.  
  154. ["Files.display.ATI Graphics Accelerators 1280x1024x24"]
  155. driver = d1,ati.sys,ati19
  156. dll    = d1,ati.dll
  157.  
  158.  
  159. [Config.ati1]
  160. # This section specifies values to be set in the registry for
  161. # particular component options.  Required values in the services\xxx
  162. # key are created automatically -- use this section to specify additional
  163. # keys to be created in services\xxx and values in services\xxx and
  164. # services\xxx\yyy.
  165. #
  166. # <key_name> is relative to the services node for this device.
  167. #   If it is empty, then it refers to the services node.
  168. #   If specified, the key is created first.
  169. # <value_name> specifies the value to be set within the key
  170. # <value_type> is a string like REG_DWORD.  See below.
  171. # <value> specifies the actual value; its format depends on <value_type>
  172.  
  173. value = "",     tag,                  REG_DWORD,    b
  174. value = Device0, VgaCompatible,           REG_DWORD,    0
  175. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  176. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    4
  177. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  178. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  179.  
  180. [Config.ati2]
  181. value = "",     tag,                  REG_DWORD,    b
  182. value = Device0, VgaCompatible,           REG_DWORD,    0
  183. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  184. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  185. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  186. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  187.  
  188. [Config.ati3]
  189. value = "",     tag,                  REG_DWORD,    b
  190. value = Device0, VgaCompatible,           REG_DWORD,    0
  191. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  192. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    10
  193. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  194. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  195.  
  196. [Config.ati4]
  197. value = "",     tag,                  REG_DWORD,    b
  198. value = Device0, VgaCompatible,           REG_DWORD,    0
  199. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  200. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    18
  201. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  202. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  203.  
  204. [Config.ati5]
  205. value = "",     tag,                  REG_DWORD,    b
  206. value = Device0, VgaCompatible,           REG_DWORD,    0
  207. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  208. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    20
  209. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  210. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  211.  
  212. [Config.ati6]
  213. value = "",     tag,                  REG_DWORD,    b
  214. value = Device0, VgaCompatible,           REG_DWORD,    0
  215. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  216. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    4
  217. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  218. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  219.  
  220. [Config.ati7]
  221. value = "",     tag,                  REG_DWORD,    b
  222. value = Device0, VgaCompatible,           REG_DWORD,    0
  223. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  224. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  225. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  226. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  227.  
  228. [Config.ati8]
  229. value = "",     tag,                  REG_DWORD,    b
  230. value = Device0, VgaCompatible,           REG_DWORD,    0
  231. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  232. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    10
  233. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  234. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  235.  
  236. [Config.ati9]
  237. value = "",     tag,                  REG_DWORD,    b
  238. value = Device0, VgaCompatible,           REG_DWORD,    0
  239. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  240. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    18
  241. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  242. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  243.  
  244. [Config.ati10]
  245. value = "",     tag,                  REG_DWORD,    b
  246. value = Device0, VgaCompatible,           REG_DWORD,    0
  247. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  248. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    20
  249. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  250. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  251.  
  252. [Config.ati11]
  253. value = "",     tag,                  REG_DWORD,    b
  254. value = Device0, VgaCompatible,           REG_DWORD,    0
  255. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  256. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    4
  257. value = Device0, DefaultSettings.XResolution, REG_DWORD,    400
  258. value = Device0, DefaultSettings.YResolution, REG_DWORD,    300
  259.  
  260. [Config.ati12]
  261. value = "",     tag,                  REG_DWORD,    b
  262. value = Device0, VgaCompatible,           REG_DWORD,    0
  263. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  264. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  265. value = Device0, DefaultSettings.XResolution, REG_DWORD,    400
  266. value = Device0, DefaultSettings.YResolution, REG_DWORD,    300
  267.  
  268. [Config.ati13]
  269. value = "",     tag,                  REG_DWORD,    b
  270. value = Device0, VgaCompatible,           REG_DWORD,    0
  271. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  272. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    10
  273. value = Device0, DefaultSettings.XResolution, REG_DWORD,    400
  274. value = Device0, DefaultSettings.YResolution, REG_DWORD,    300
  275.  
  276. [Config.ati14]
  277. value = "",     tag,                  REG_DWORD,    b
  278. value = Device0, VgaCompatible,           REG_DWORD,    0
  279. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  280. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    18
  281. value = Device0, DefaultSettings.XResolution, REG_DWORD,    400
  282. value = Device0, DefaultSettings.YResolution, REG_DWORD,    300
  283.  
  284. [Config.ati15]
  285. value = "",     tag,                  REG_DWORD,    b
  286. value = Device0, VgaCompatible,           REG_DWORD,    0
  287. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  288. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    20
  289. value = Device0, DefaultSettings.XResolution, REG_DWORD,    400
  290. value = Device0, DefaultSettings.YResolution, REG_DWORD,    300
  291.  
  292. [Config.ati16]
  293. value = "",     tag,                  REG_DWORD,    b
  294. value = Device0, VgaCompatible,           REG_DWORD,    0
  295. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  296. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    4
  297. value = Device0, DefaultSettings.XResolution, REG_DWORD,    500
  298. value = Device0, DefaultSettings.YResolution, REG_DWORD,    400
  299.  
  300. [Config.ati17]
  301. value = "",     tag,                  REG_DWORD,    b
  302. value = Device0, VgaCompatible,           REG_DWORD,    0
  303. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  304. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  305. value = Device0, DefaultSettings.XResolution, REG_DWORD,    500
  306. value = Device0, DefaultSettings.YResolution, REG_DWORD,    400
  307.  
  308. [Config.ati18]
  309. value = "",     tag,                  REG_DWORD,    b
  310. value = Device0, VgaCompatible,           REG_DWORD,    0
  311. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  312. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    10
  313. value = Device0, DefaultSettings.XResolution, REG_DWORD,    500
  314. value = Device0, DefaultSettings.YResolution, REG_DWORD,    400
  315.  
  316. [Config.ati19]
  317. value = "",     tag,                  REG_DWORD,    b
  318. value = Device0, VgaCompatible,           REG_DWORD,    0
  319. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  320. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    18
  321. value = Device0, DefaultSettings.XResolution, REG_DWORD,    500
  322. value = Device0, DefaultSettings.YResolution, REG_DWORD,    400
  323.