home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 January / VPR9701B.ISO / k / other / winnt_e / txtsetup.oem < prev   
Text File  |  1996-04-09  |  14KB  |  348 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 = "Matrox MGA Windows NT Drivers", \mga_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 = "Matrox MGA  640x 480x 8"
  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.     "Matrox MGA  640x 480x 8"  =     "Matrox MGA  640x 480, 256 colors"
  51.     "Matrox MGA  800x 600x 8"  =     "Matrox MGA  800x 600, 256 colors"
  52.     "Matrox MGA 1024x 768x 8"  =     "Matrox MGA 1024x 768, 256 colors"
  53.     "Matrox MGA 1152x 882x 8"  =     "Matrox MGA 1152x 882, 256 colors"
  54.     "Matrox MGA 1280x1024x 8"  =     "Matrox MGA 1280x1024, 256 colors"
  55.     "Matrox MGA 1600x1200x 8"  =     "Matrox MGA 1600x1200, 256 colors (/H boards only)"
  56.     "Matrox MGA  640x 480x16"  =     "Matrox MGA  640x 480, 64K colors"
  57.     "Matrox MGA  800x 600x16"  =     "Matrox MGA  800x 600, 64K colors"
  58.     "Matrox MGA 1024x 768x16"  =     "Matrox MGA 1024x 768, 64K colors"
  59.     "Matrox MGA 1152x 882x16"  =     "Matrox MGA 1152x 882, 64K colors"
  60.     "Matrox MGA 1280x1024x16"  =     "Matrox MGA 1280x1024, 64K colors (3Mb or more VRAM)"
  61.     "Matrox MGA 1600x1200x16"  =     "Matrox MGA 1600x1200, 64K colors (/H, 4Mb boards)"
  62.     "Matrox MGA  640x 480x24"  =     "Matrox MGA  640x 480, 16M colors"
  63.     "Matrox MGA  800x 600x24"  =     "Matrox MGA  800x 600, 16M colors"
  64.     "Matrox MGA 1024x 768x24"  =     "Matrox MGA 1024x 768, 16M colors (3Mb or more VRAM)"
  65.     "Matrox MGA 1152x 882x24"  =     "Matrox MGA 1152x 882, 16M colors (4Mb or more VRAM)"
  66.     "Matrox MGA 1280x1024x24"  =     "Matrox MGA 1280x1024, 16M colors (4.5Mb or more VRAM)"
  67.  
  68.  
  69. # This section lists the files that should be copied if the user
  70. # selects a particular component option.
  71. #
  72. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  73. #   See below.
  74. # <source_disk> identifies where the file is to be copied from, and must
  75. #   match en entry in the [Disks] section.
  76. # <filename> is the name of the file. This will be appended to the
  77. #   directory specified for the disk in the [Disks] section to form the
  78. #   full path of the file on the disk.
  79.  
  80. ["Files.display.Matrox MGA  640x 480x 8"]
  81. driver = d1,mga.sys,mga8a
  82. dll    = d1,mga.dll
  83. inf    = d1,oemsetup.inf
  84.  
  85. ["Files.display.Matrox MGA  800x 600x 8"]
  86. driver = d1,mga.sys,mga8c
  87. dll    = d1,mga.dll
  88. inf    = d1,oemsetup.inf
  89.  
  90. ["Files.display.Matrox MGA 1024x 768x 8"]
  91. driver = d1,mga.sys,mga8d
  92. dll    = d1,mga.dll
  93. inf    = d1,oemsetup.inf
  94.  
  95. ["Files.display.Matrox MGA 1152x 882x 8"]
  96. driver = d1,mga.sys,mga8e
  97. dll    = d1,mga.dll
  98. inf    = d1,oemsetup.inf
  99.  
  100. ["Files.display.Matrox MGA 1280x1024x 8"]
  101. driver = d1,mga.sys,mga8f
  102. dll    = d1,mga.dll
  103. inf    = d1,oemsetup.inf
  104.  
  105. ["Files.display.Matrox MGA 1600x1200x 8"]
  106. driver = d1,mga.sys,mga8g
  107. dll    = d1,mga.dll
  108. inf    = d1,oemsetup.inf
  109.  
  110. ["Files.display.Matrox MGA  640x 480x16"]
  111. driver = d1,mga.sys,mga16a
  112. dll    = d1,mga.dll
  113. inf    = d1,oemsetup.inf
  114.  
  115. ["Files.display.Matrox MGA  800x 600x16"]
  116. driver = d1,mga.sys,mga16c
  117. dll    = d1,mga.dll
  118. inf    = d1,oemsetup.inf
  119.  
  120. ["Files.display.Matrox MGA 1024x 768x16"]
  121. driver = d1,mga.sys,mga16d
  122. dll    = d1,mga.dll
  123. inf    = d1,oemsetup.inf
  124.  
  125. ["Files.display.Matrox MGA 1152x 882x16"]
  126. driver = d1,mga.sys,mga16e
  127. dll    = d1,mga.dll
  128. inf    = d1,oemsetup.inf
  129.  
  130. ["Files.display.Matrox MGA 1280x1024x16"]
  131. driver = d1,mga.sys,mga16f
  132. dll    = d1,mga.dll
  133. inf    = d1,oemsetup.inf
  134.  
  135. ["Files.display.Matrox MGA 1600x1200x16"]
  136. driver = d1,mga.sys,mga16g
  137. dll    = d1,mga.dll
  138. inf    = d1,oemsetup.inf
  139.  
  140. ["Files.display.Matrox MGA  640x 480x24"]
  141. driver = d1,mga.sys,mga24a
  142. dll    = d1,mga.dll
  143. inf    = d1,oemsetup.inf
  144.  
  145. ["Files.display.Matrox MGA  800x 600x24"]
  146. driver = d1,mga.sys,mga24c
  147. dll    = d1,mga.dll
  148. inf    = d1,oemsetup.inf
  149.  
  150. ["Files.display.Matrox MGA 1024x 768x24"]
  151. driver = d1,mga.sys,mga24d
  152. dll    = d1,mga.dll
  153. inf    = d1,oemsetup.inf
  154.  
  155. ["Files.display.Matrox MGA 1152x 882x24"]
  156. driver = d1,mga.sys,mga24e
  157. dll    = d1,mga.dll
  158. inf    = d1,oemsetup.inf
  159.  
  160. ["Files.display.Matrox MGA 1280x1024x24"]
  161. driver = d1,mga.sys,mga24f
  162. dll    = d1,mga.dll
  163. inf    = d1,oemsetup.inf
  164.  
  165.  
  166. # This section specifies values to be set in the registry for
  167. # particular component options.  Required values in the services\xxx
  168. # key are created automatically -- use this section to specify additional
  169. # keys to be created in services\xxx and values in services\xxx and
  170. # services\xxx\yyy.
  171. #
  172. # <key_name> is relative to the services node for this device.
  173. #   If it is empty, then it refers to the services node.
  174. #   If specified, the key is created first.
  175. # <value_name> specifies the value to be set within the key
  176. # <value_type> is a string like REG_DWORD.  See below.
  177. # <value> specifies the actual value; its format depends on <value_type>
  178.  
  179. [Config.mga8a]
  180. value = "",     tag,                  REG_DWORD,    b
  181. value = Device0, VgaCompatible,           REG_DWORD,    0
  182. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  183. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  184. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  185. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  186. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  187. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  188.  
  189. [Config.mga8c]
  190. value = "",     tag,                  REG_DWORD,    b
  191. value = Device0, VgaCompatible,           REG_DWORD,    0
  192. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  193. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  194. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  195. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  196. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  197. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  198.  
  199. [Config.mga8d]
  200. value = "",     tag,                  REG_DWORD,    b
  201. value = Device0, VgaCompatible,           REG_DWORD,    0
  202. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  203. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  204. value = Device0, DefaultSettings.XResolution, REG_DWORD,    400
  205. value = Device0, DefaultSettings.YResolution, REG_DWORD,    300
  206. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  207. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  208.  
  209. [Config.mga8e]
  210. value = "",     tag,                  REG_DWORD,    b
  211. value = Device0, VgaCompatible,           REG_DWORD,    0
  212. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  213. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  214. value = Device0, DefaultSettings.XResolution, REG_DWORD,    480
  215. value = Device0, DefaultSettings.YResolution, REG_DWORD,    372
  216. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  217. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  218.  
  219. [Config.mga8f]
  220. value = "",     tag,                  REG_DWORD,    b
  221. value = Device0, VgaCompatible,           REG_DWORD,    0
  222. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  223. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  224. value = Device0, DefaultSettings.XResolution, REG_DWORD,    500
  225. value = Device0, DefaultSettings.YResolution, REG_DWORD,    400
  226. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  227. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  228.  
  229. [Config.mga8g]
  230. value = "",     tag,                  REG_DWORD,    b
  231. value = Device0, VgaCompatible,           REG_DWORD,    0
  232. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  233. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  234. value = Device0, DefaultSettings.XResolution, REG_DWORD,    640
  235. value = Device0, DefaultSettings.YResolution, REG_DWORD,    4b0
  236. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  237. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  238.  
  239. [Config.mga16a]
  240. value = "",     tag,                  REG_DWORD,    b
  241. value = Device0, VgaCompatible,           REG_DWORD,    0
  242. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  243. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    10
  244. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  245. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  246. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  247. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  248.  
  249. [Config.mga16c]
  250. value = "",     tag,                  REG_DWORD,    b
  251. value = Device0, VgaCompatible,           REG_DWORD,    0
  252. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  253. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    10
  254. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  255. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  256. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  257. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  258.  
  259. [Config.mga16d]
  260. value = "",     tag,                  REG_DWORD,    b
  261. value = Device0, VgaCompatible,           REG_DWORD,    0
  262. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  263. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    10
  264. value = Device0, DefaultSettings.XResolution, REG_DWORD,    400
  265. value = Device0, DefaultSettings.YResolution, REG_DWORD,    300
  266. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  267. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  268.  
  269. [Config.mga16e]
  270. value = "",     tag,                  REG_DWORD,    b
  271. value = Device0, VgaCompatible,           REG_DWORD,    0
  272. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  273. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    10
  274. value = Device0, DefaultSettings.XResolution, REG_DWORD,    480
  275. value = Device0, DefaultSettings.YResolution, REG_DWORD,    372
  276. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  277. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  278.  
  279. [Config.mga16f]
  280. value = "",     tag,                  REG_DWORD,    b
  281. value = Device0, VgaCompatible,           REG_DWORD,    0
  282. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  283. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    10
  284. value = Device0, DefaultSettings.XResolution, REG_DWORD,    500
  285. value = Device0, DefaultSettings.YResolution, REG_DWORD,    400
  286. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  287. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  288.  
  289. [Config.mga16g]
  290. value = "",     tag,                  REG_DWORD,    b
  291. value = Device0, VgaCompatible,           REG_DWORD,    0
  292. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  293. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    10
  294. value = Device0, DefaultSettings.XResolution, REG_DWORD,    640
  295. value = Device0, DefaultSettings.YResolution, REG_DWORD,    4b0
  296. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  297. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  298.  
  299. [Config.mga24a]
  300. value = "",     tag,                  REG_DWORD,    b
  301. value = Device0, VgaCompatible,           REG_DWORD,    0
  302. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  303. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    18
  304. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  305. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  306. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  307. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  308.  
  309. [Config.mga24c]
  310. value = "",     tag,                  REG_DWORD,    b
  311. value = Device0, VgaCompatible,           REG_DWORD,    0
  312. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  313. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    18
  314. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  315. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  316. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  317. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  318.  
  319. [Config.mga24d]
  320. value = "",     tag,                  REG_DWORD,    b
  321. value = Device0, VgaCompatible,           REG_DWORD,    0
  322. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  323. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    18
  324. value = Device0, DefaultSettings.XResolution, REG_DWORD,    400
  325. value = Device0, DefaultSettings.YResolution, REG_DWORD,    300
  326. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  327. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  328.  
  329. [Config.mga24e]
  330. value = "",     tag,                  REG_DWORD,    b
  331. value = Device0, VgaCompatible,           REG_DWORD,    0
  332. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  333. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    18
  334. value = Device0, DefaultSettings.XResolution, REG_DWORD,    480
  335. value = Device0, DefaultSettings.YResolution, REG_DWORD,    372
  336. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  337. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  338.  
  339. [Config.mga24f]
  340. value = "",     tag,                  REG_DWORD,    b
  341. value = Device0, VgaCompatible,           REG_DWORD,    0
  342. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, mga
  343. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    18
  344. value = Device0, DefaultSettings.XResolution, REG_DWORD,    500
  345. value = Device0, DefaultSettings.YResolution, REG_DWORD,    400
  346. value = Device0, User.CenterDialogs,          REG_DWORD,    0
  347. value = Device0, User.MgaInfoFile,            REG_DWORD,    1
  348.