|
|
1.1 root 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 = "OEM DISK (VIDEO)", \disk1, \
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 = "TSENGLAB OEM ET4000 640x480x4x60"
41:
42:
43:
44: [display]
45:
46: # This section lists the options available for a particular component.
47: #
48: # <id> is the unique string for the option
49: # <description> is a text string, presented to the user in a menu
50: # <key_name> gives the name of the key to be created for the component in
51: # HKEY_LOCAL_MACHINE\ControlSet001\Services
52:
53: "TSENGLAB OEM ET4000 640x480x4x60" = "OEM ET4000 640x480, 16 colors 60Hz" , oemvio
54: "TSENGLAB OEM ET4000 640x480x4x72" = "OEM ET4000 640x480, 16 colors 72Hz" , oemvio
55: "TSENGLAB OEM ET4000 640x480x8x60" = "OEM ET4000 640x480, 256 colors 60Hz" , oemvio
56: "TSENGLAB OEM ET4000 640x480x8x72" = "OEM ET4000 640x480, 256 colors 72Hz" , oemvio
57: "TSENGLAB OEM ET4000 800x600x4x60" = "OEM ET4000 800x600, 16 colors 60Hz" , oemvio
58: "TSENGLAB OEM ET4000 800x600x4x72" = "OEM ET4000 800x600, 16 colors 72Hz" , oemvio
59: "TSENGLAB OEM ET4000 800x600x8x60" = "OEM ET4000 800x600, 256 colors 60Hz" , oemvio
60: "TSENGLAB OEM ET4000 800x600x8x72" = "OEM ET4000 800x600, 256 colors 72Hz" , oemvio
61: "TSENGLAB OEM ET4000 1024x768x4x60" = "OEM ET4000 1024x768, 16 colors 60Hz" , oemvio
62: "TSENGLAB OEM ET4000 1024x768x4x70" = "OEM ET4000 1024x768, 16 colors 70Hz" , oemvio
63: "TSENGLAB OEM ET4000 1024x768x4x45I" = "OEM ET4000 1024x768, 16 colors Interlaced" , oemvio
64: "TSENGLAB OEM ET4000 1024x768x8x60" = "OEM ET4000 1024x768, 256 colors 60Hz" , oemvio
65: "TSENGLAB OEM ET4000 1024x768x8x70" = "OEM ET4000 1024x768, 256 colors 70Hz" , oemvio
66: "TSENGLAB OEM ET4000 1024x768x8x45I" = "OEM ET4000 1024x768, 256 colors Interlaced" , oemvio
67:
68:
69:
70: [Files.display.TSENGLAB OEM ET4000 640x480x4x60]
71: # This section lists the files that should be copied if the user
72: # selects a particular component option.
73: #
74: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
75: # See below.
76: # <source_disk> identifies where the file is to be copied from, and must
77: # match en entry in the [Disks] section.
78: # <filename> is the name of the file. This will be appended to the
79: # directory specified for the disk in the [Disks] section to form the
80: # full path of the file on the disk.
81:
82: driver = d1,oemvio.sys
83: dll = d1,oem.dll
84: dll = d1,oem256.dll
85: inf = d1,oemsetup.inf
86:
87: [Files.display.TSENGLAB OEM ET4000 640x480x4x72]
88: # This section lists the files that should be copied if the user
89: # selects a particular component option.
90: #
91: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
92: # See below.
93: # <source_disk> identifies where the file is to be copied from, and must
94: # match en entry in the [Disks] section.
95: # <filename> is the name of the file. This will be appended to the
96: # directory specified for the disk in the [Disks] section to form the
97: # full path of the file on the disk.
98:
99: driver = d1,oemvio.sys
100: dll = d1,oem.dll
101: dll = d1,oem256.dll
102: inf = d1,oemsetup.inf
103:
104: [Files.display.TSENGLAB OEM ET4000 640x480x8x60]
105: # This section lists the files that should be copied if the user
106: # selects a particular component option.
107: #
108: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
109: # See below.
110: # <source_disk> identifies where the file is to be copied from, and must
111: # match en entry in the [Disks] section.
112: # <filename> is the name of the file. This will be appended to the
113: # directory specified for the disk in the [Disks] section to form the
114: # full path of the file on the disk.
115:
116: driver = d1,oemvio.sys
117: dll = d1,oem.dll
118: dll = d1,oem256.dll
119: inf = d1,oemsetup.inf
120:
121: [Files.display.TSENGLAB OEM ET4000 640x480x8x72]
122: # This section lists the files that should be copied if the user
123: # selects a particular component option.
124: #
125: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
126: # See below.
127: # <source_disk> identifies where the file is to be copied from, and must
128: # match en entry in the [Disks] section.
129: # <filename> is the name of the file. This will be appended to the
130: # directory specified for the disk in the [Disks] section to form the
131: # full path of the file on the disk.
132:
133: driver = d1,oemvio.sys
134: dll = d1,oem.dll
135: dll = d1,oem256.dll
136: inf = d1,oemsetup.inf
137:
138: [Files.display.TSENGLAB OEM ET4000 800x600x4x60]
139: # This section lists the files that should be copied if the user
140: # selects a particular component option.
141: #
142: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
143: # See below.
144: # <source_disk> identifies where the file is to be copied from, and must
145: # match en entry in the [Disks] section.
146: # <filename> is the name of the file. This will be appended to the
147: # directory specified for the disk in the [Disks] section to form the
148: # full path of the file on the disk.
149:
150: driver = d1,oemvio.sys
151: dll = d1,oem.dll
152: dll = d1,oem256.dll
153: inf = d1,oemsetup.inf
154:
155: [Files.display.TSENGLAB OEM ET4000 800x600x4x72]
156: # This section lists the files that should be copied if the user
157: # selects a particular component option.
158: #
159: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
160: # See below.
161: # <source_disk> identifies where the file is to be copied from, and must
162: # match en entry in the [Disks] section.
163: # <filename> is the name of the file. This will be appended to the
164: # directory specified for the disk in the [Disks] section to form the
165: # full path of the file on the disk.
166:
167: driver = d1,oemvio.sys
168: dll = d1,oem.dll
169: dll = d1,oem256.dll
170: inf = d1,oemsetup.inf
171:
172: [Files.display.TSENGLAB OEM ET4000 800x600x8x60]
173: # This section lists the files that should be copied if the user
174: # selects a particular component option.
175: #
176: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
177: # See below.
178: # <source_disk> identifies where the file is to be copied from, and must
179: # match en entry in the [Disks] section.
180: # <filename> is the name of the file. This will be appended to the
181: # directory specified for the disk in the [Disks] section to form the
182: # full path of the file on the disk.
183:
184: driver = d1,oemvio.sys
185: dll = d1,oem.dll
186: dll = d1,oem256.dll
187: inf = d1,oemsetup.inf
188:
189: [Files.display.TSENGLAB OEM ET4000 800x600x8x72]
190: # This section lists the files that should be copied if the user
191: # selects a particular component option.
192: #
193: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
194: # See below.
195: # <source_disk> identifies where the file is to be copied from, and must
196: # match en entry in the [Disks] section.
197: # <filename> is the name of the file. This will be appended to the
198: # directory specified for the disk in the [Disks] section to form the
199: # full path of the file on the disk.
200:
201: driver = d1,oemvio.sys
202: dll = d1,oem.dll
203: dll = d1,oem256.dll
204: inf = d1,oemsetup.inf
205:
206: [Files.display.TSENGLAB OEM ET4000 1024x768x4x60]
207: # This section lists the files that should be copied if the user
208: # selects a particular component option.
209: #
210: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
211: # See below.
212: # <source_disk> identifies where the file is to be copied from, and must
213: # match en entry in the [Disks] section.
214: # <filename> is the name of the file. This will be appended to the
215: # directory specified for the disk in the [Disks] section to form the
216: # full path of the file on the disk.
217:
218: driver = d1,oemvio.sys
219: dll = d1,oem.dll
220: dll = d1,oem256.dll
221: inf = d1,oemsetup.inf
222:
223: [Files.display.TSENGLAB OEM ET4000 1024x768x4x70]
224: # This section lists the files that should be copied if the user
225: # selects a particular component option.
226: #
227: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
228: # See below.
229: # <source_disk> identifies where the file is to be copied from, and must
230: # match en entry in the [Disks] section.
231: # <filename> is the name of the file. This will be appended to the
232: # directory specified for the disk in the [Disks] section to form the
233: # full path of the file on the disk.
234:
235: driver = d1,oemvio.sys
236: dll = d1,oem.dll
237: dll = d1,oem256.dll
238: inf = d1,oemsetup.inf
239:
240: [Files.display.TSENGLAB OEM ET4000 1024x768x4x45I]
241: # This section lists the files that should be copied if the user
242: # selects a particular component option.
243: #
244: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
245: # See below.
246: # <source_disk> identifies where the file is to be copied from, and must
247: # match en entry in the [Disks] section.
248: # <filename> is the name of the file. This will be appended to the
249: # directory specified for the disk in the [Disks] section to form the
250: # full path of the file on the disk.
251:
252: driver = d1,oemvio.sys
253: dll = d1,oem.dll
254: dll = d1,oem256.dll
255: inf = d1,oemsetup.inf
256:
257: [Files.display.TSENGLAB OEM ET4000 1024x768x8x60]
258: # This section lists the files that should be copied if the user
259: # selects a particular component option.
260: #
261: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
262: # See below.
263: # <source_disk> identifies where the file is to be copied from, and must
264: # match en entry in the [Disks] section.
265: # <filename> is the name of the file. This will be appended to the
266: # directory specified for the disk in the [Disks] section to form the
267: # full path of the file on the disk.
268:
269: driver = d1,oemvio.sys
270: dll = d1,oem.dll
271: dll = d1,oem256.dll
272: inf = d1,oemsetup.inf
273:
274: [Files.display.TSENGLAB OEM ET4000 1024x768x8x70]
275: # This section lists the files that should be copied if the user
276: # selects a particular component option.
277: #
278: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
279: # See below.
280: # <source_disk> identifies where the file is to be copied from, and must
281: # match en entry in the [Disks] section.
282: # <filename> is the name of the file. This will be appended to the
283: # directory specified for the disk in the [Disks] section to form the
284: # full path of the file on the disk.
285:
286: driver = d1,oemvio.sys
287: dll = d1,oem.dll
288: dll = d1,oem256.dll
289: inf = d1,oemsetup.inf
290:
291: [Files.display.TSENGLAB OEM ET4000 1024x768x8x45I]
292: # This section lists the files that should be copied if the user
293: # selects a particular component option.
294: #
295: # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
296: # See below.
297: # <source_disk> identifies where the file is to be copied from, and must
298: # match en entry in the [Disks] section.
299: # <filename> is the name of the file. This will be appended to the
300: # directory specified for the disk in the [Disks] section to form the
301: # full path of the file on the disk.
302:
303: driver = d1,oemvio.sys
304: dll = d1,oem.dll
305: dll = d1,oem256.dll
306: inf = d1,oemsetup.inf
307:
308:
309: [Config.display.TSENGLAB OEM ET4000 640x480x4x60]
310: # This section specifies values to be set in the registry for
311: # particular component options. Required values in the services\xxx
312: # key are created automatically -- use this section to specify additional
313: # keys to be created in services\xxx and values in services\xxx and
314: # services\xxx\yyy.
315: #
316: # <key_name> is relative to the services node for this device.
317: # If it is empty, then it refers to the services node.
318: # If specified, the key is created first.
319: # <value_name> specifies the value to be set within the key
320: # <value_type> is a string like REG_DWORD. See below.
321: # <value> specifies the actual value; its format depends on <value_type>
322:
323: value = "", tag, REG_DWORD, b
324: value = Device0, VgaCompatible, REG_DWORD, 1
325: value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, oem, oem256
326: value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 4
327: value = Device0, DefaultSettings.XResolution, REG_DWORD, 280
328: value = Device0, DefaultSettings.YResolution, REG_DWORD, 1e0
329: value = Device0, DefaultSettings.Interlaced, REG_DWORD, 0
330: value = Device0, DefaultSettings.VRefresh, REG_DWORD, 3c
331:
332: [Config.display.TSENGLAB OEM ET4000 640x480x4x72]
333: # This section specifies values to be set in the registry for
334: # particular component options. Required values in the services\xxx
335: # key are created automatically -- use this section to specify additional
336: # keys to be created in services\xxx and values in services\xxx and
337: # services\xxx\yyy.
338: #
339: # <key_name> is relative to the services node for this device.
340: # If it is empty, then it refers to the services node.
341: # If specified, the key is created first.
342: # <value_name> specifies the value to be set within the key
343: # <value_type> is a string like REG_DWORD. See below.
344: # <value> specifies the actual value; its format depends on <value_type>
345:
346: value = "", tag, REG_DWORD, b
347: value = Device0, VgaCompatible, REG_DWORD, 1
348: value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, oem, oem256
349: value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 4
350: value = Device0, DefaultSettings.XResolution, REG_DWORD, 280
351: value = Device0, DefaultSettings.YResolution, REG_DWORD, 1e0
352: value = Device0, DefaultSettings.Interlaced, REG_DWORD, 0
353: value = Device0, DefaultSettings.VRefresh, REG_DWORD, 48
354:
355: [Config.display.TSENGLAB OEM ET4000 640x480x8x60]
356: # This section specifies values to be set in the registry for
357: # particular component options. Required values in the services\xxx
358: # key are created automatically -- use this section to specify additional
359: # keys to be created in services\xxx and values in services\xxx and
360: # services\xxx\yyy.
361: #
362: # <key_name> is relative to the services node for this device.
363: # If it is empty, then it refers to the services node.
364: # If specified, the key is created first.
365: # <value_name> specifies the value to be set within the key
366: # <value_type> is a string like REG_DWORD. See below.
367: # <value> specifies the actual value; its format depends on <value_type>
368:
369: value = "", tag, REG_DWORD, b
370: value = Device0, VgaCompatible, REG_DWORD, 1
371: value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, oem, oem256
372: value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 8
373: value = Device0, DefaultSettings.XResolution, REG_DWORD, 280
374: value = Device0, DefaultSettings.YResolution, REG_DWORD, 1e0
375: value = Device0, DefaultSettings.Interlaced, REG_DWORD, 0
376: value = Device0, DefaultSettings.VRefresh, REG_DWORD, 3c
377:
378: [Config.display.TSENGLAB OEM ET4000 640x480x8x72]
379: # This section specifies values to be set in the registry for
380: # particular component options. Required values in the services\xxx
381: # key are created automatically -- use this section to specify additional
382: # keys to be created in services\xxx and values in services\xxx and
383: # services\xxx\yyy.
384: #
385: # <key_name> is relative to the services node for this device.
386: # If it is empty, then it refers to the services node.
387: # If specified, the key is created first.
388: # <value_name> specifies the value to be set within the key
389: # <value_type> is a string like REG_DWORD. See below.
390: # <value> specifies the actual value; its format depends on <value_type>
391:
392: value = "", tag, REG_DWORD, b
393: value = Device0, VgaCompatible, REG_DWORD, 1
394: value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, oem, oem256
395: value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 8
396: value = Device0, DefaultSettings.XResolution, REG_DWORD, 280
397: value = Device0, DefaultSettings.YResolution, REG_DWORD, 1e0
398: value = Device0, DefaultSettings.Interlaced, REG_DWORD, 0
399: value = Device0, DefaultSettings.VRefresh, REG_DWORD, 48
400:
401: [Config.display.TSENGLAB OEM ET4000 800x600x4x60]
402: # This section specifies values to be set in the registry for
403: # particular component options. Required values in the services\xxx
404: # key are created automatically -- use this section to specify additional
405: # keys to be created in services\xxx and values in services\xxx and
406: # services\xxx\yyy.
407: #
408: # <key_name> is relative to the services node for this device.
409: # If it is empty, then it refers to the services node.
410: # If specified, the key is created first.
411: # <value_name> specifies the value to be set within the key
412: # <value_type> is a string like REG_DWORD. See below.
413: # <value> specifies the actual value; its format depends on <value_type>
414:
415: value = "", tag, REG_DWORD, b
416: value = Device0, VgaCompatible, REG_DWORD, 1
417: value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, oem, oem256
418: value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 4
419: value = Device0, DefaultSettings.XResolution, REG_DWORD, 320
420: value = Device0, DefaultSettings.YResolution, REG_DWORD, 258
421: value = Device0, DefaultSettings.Interlaced, REG_DWORD, 0
422: value = Device0, DefaultSettings.VRefresh, REG_DWORD, 3c
423:
424: [Config.display.TSENGLAB OEM ET4000 800x600x4x72]
425: # This section specifies values to be set in the registry for
426: # particular component options. Required values in the services\xxx
427: # key are created automatically -- use this section to specify additional
428: # keys to be created in services\xxx and values in services\xxx and
429: # services\xxx\yyy.
430: #
431: # <key_name> is relative to the services node for this device.
432: # If it is empty, then it refers to the services node.
433: # If specified, the key is created first.
434: # <value_name> specifies the value to be set within the key
435: # <value_type> is a string like REG_DWORD. See below.
436: # <value> specifies the actual value; its format depends on <value_type>
437:
438: value = "", tag, REG_DWORD, b
439: value = Device0, VgaCompatible, REG_DWORD, 1
440: value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, oem, oem256
441: value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 4
442: value = Device0, DefaultSettings.XResolution, REG_DWORD, 320
443: value = Device0, DefaultSettings.YResolution, REG_DWORD, 258
444: value = Device0, DefaultSettings.Interlaced, REG_DWORD, 0
445: value = Device0, DefaultSettings.VRefresh, REG_DWORD, 48
446:
447: [Config.display.TSENGLAB OEM ET4000 800x600x8x60]
448: # This section specifies values to be set in the registry for
449: # particular component options. Required values in the services\xxx
450: # key are created automatically -- use this section to specify additional
451: # keys to be created in services\xxx and values in services\xxx and
452: # services\xxx\yyy.
453: #
454: # <key_name> is relative to the services node for this device.
455: # If it is empty, then it refers to the services node.
456: # If specified, the key is created first.
457: # <value_name> specifies the value to be set within the key
458: # <value_type> is a string like REG_DWORD. See below.
459: # <value> specifies the actual value; its format depends on <value_type>
460:
461: value = "", tag, REG_DWORD, b
462: value = Device0, VgaCompatible, REG_DWORD, 1
463: value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, oem, oem256
464: value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 8
465: value = Device0, DefaultSettings.XResolution, REG_DWORD, 320
466: value = Device0, DefaultSettings.YResolution, REG_DWORD, 258
467: value = Device0, DefaultSettings.Interlaced, REG_DWORD, 0
468: value = Device0, DefaultSettings.VRefresh, REG_DWORD, 3c
469:
470: [Config.display.TSENGLAB OEM ET4000 800x600x8x72]
471: # This section specifies values to be set in the registry for
472: # particular component options. Required values in the services\xxx
473: # key are created automatically -- use this section to specify additional
474: # keys to be created in services\xxx and values in services\xxx and
475: # services\xxx\yyy.
476: #
477: # <key_name> is relative to the services node for this device.
478: # If it is empty, then it refers to the services node.
479: # If specified, the key is created first.
480: # <value_name> specifies the value to be set within the key
481: # <value_type> is a string like REG_DWORD. See below.
482: # <value> specifies the actual value; its format depends on <value_type>
483:
484: value = "", tag, REG_DWORD, b
485: value = Device0, VgaCompatible, REG_DWORD, 1
486: value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, oem, oem256
487: value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 8
488: value = Device0, DefaultSettings.XResolution, REG_DWORD, 320
489: value = Device0, DefaultSettings.YResolution, REG_DWORD, 258
490: value = Device0, DefaultSettings.Interlaced, REG_DWORD, 0
491: value = Device0, DefaultSettings.VRefresh, REG_DWORD, 48
492:
493: [Config.display.TSENGLAB OEM ET4000 1024x768x4x60]
494: # This section specifies values to be set in the registry for
495: # particular component options. Required values in the services\xxx
496: # key are created automatically -- use this section to specify additional
497: # keys to be created in services\xxx and values in services\xxx and
498: # services\xxx\yyy.
499: #
500: # <key_name> is relative to the services node for this device.
501: # If it is empty, then it refers to the services node.
502: # If specified, the key is created first.
503: # <value_name> specifies the value to be set within the key
504: # <value_type> is a string like REG_DWORD. See below.
505: # <value> specifies the actual value; its format depends on <value_type>
506:
507: value = "", tag, REG_DWORD, b
508: value = Device0, VgaCompatible, REG_DWORD, 1
509: value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, oem, oem256
510: value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 4
511: value = Device0, DefaultSettings.XResolution, REG_DWORD, 400
512: value = Device0, DefaultSettings.YResolution, REG_DWORD, 300
513: value = Device0, DefaultSettings.Interlaced, REG_DWORD, 0
514: value = Device0, DefaultSettings.VRefresh, REG_DWORD, 3c
515:
516: [Config.display.TSENGLAB OEM ET4000 1024x768x4x70]
517: # This section specifies values to be set in the registry for
518: # particular component options. Required values in the services\xxx
519: # key are created automatically -- use this section to specify additional
520: # keys to be created in services\xxx and values in services\xxx and
521: # services\xxx\yyy.
522: #
523: # <key_name> is relative to the services node for this device.
524: # If it is empty, then it refers to the services node.
525: # If specified, the key is created first.
526: # <value_name> specifies the value to be set within the key
527: # <value_type> is a string like REG_DWORD. See below.
528: # <value> specifies the actual value; its format depends on <value_type>
529:
530: value = "", tag, REG_DWORD, b
531: value = Device0, VgaCompatible, REG_DWORD, 1
532: value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, oem, oem256
533: value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 4
534: value = Device0, DefaultSettings.XResolution, REG_DWORD, 400
535: value = Device0, DefaultSettings.YResolution, REG_DWORD, 300
536: value = Device0, DefaultSettings.Interlaced, REG_DWORD, 0
537: value = Device0, DefaultSettings.VRefresh, REG_DWORD, 46
538:
539: [Config.display.TSENGLAB OEM ET4000 1024x768x4x45I]
540: # This section specifies values to be set in the registry for
541: # particular component options. Required values in the services\xxx
542: # key are created automatically -- use this section to specify additional
543: # keys to be created in services\xxx and values in services\xxx and
544: # services\xxx\yyy.
545: #
546: # <key_name> is relative to the services node for this device.
547: # If it is empty, then it refers to the services node.
548: # If specified, the key is created first.
549: # <value_name> specifies the value to be set within the key
550: # <value_type> is a string like REG_DWORD. See below.
551: # <value> specifies the actual value; its format depends on <value_type>
552:
553: value = "", tag, REG_DWORD, b
554: value = Device0, VgaCompatible, REG_DWORD, 1
555: value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, oem, oem256
556: value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 4
557: value = Device0, DefaultSettings.XResolution, REG_DWORD, 400
558: value = Device0, DefaultSettings.YResolution, REG_DWORD, 300
559: value = Device0, DefaultSettings.Interlaced, REG_DWORD, 1
560: value = Device0, DefaultSettings.VRefresh, REG_DWORD, 2d
561:
562: [Config.display.TSENGLAB OEM ET4000 1024x768x8x60]
563: # This section specifies values to be set in the registry for
564: # particular component options. Required values in the services\xxx
565: # key are created automatically -- use this section to specify additional
566: # keys to be created in services\xxx and values in services\xxx and
567: # services\xxx\yyy.
568: #
569: # <key_name> is relative to the services node for this device.
570: # If it is empty, then it refers to the services node.
571: # If specified, the key is created first.
572: # <value_name> specifies the value to be set within the key
573: # <value_type> is a string like REG_DWORD. See below.
574: # <value> specifies the actual value; its format depends on <value_type>
575:
576: value = "", tag, REG_DWORD, b
577: value = Device0, VgaCompatible, REG_DWORD, 1
578: value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, oem, oem256
579: value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 8
580: value = Device0, DefaultSettings.XResolution, REG_DWORD, 400
581: value = Device0, DefaultSettings.YResolution, REG_DWORD, 300
582: value = Device0, DefaultSettings.Interlaced, REG_DWORD, 0
583: value = Device0, DefaultSettings.VRefresh, REG_DWORD, 3c
584:
585: [Config.display.TSENGLAB OEM ET4000 1024x768x8x70]
586: # This section specifies values to be set in the registry for
587: # particular component options. Required values in the services\xxx
588: # key are created automatically -- use this section to specify additional
589: # keys to be created in services\xxx and values in services\xxx and
590: # services\xxx\yyy.
591: #
592: # <key_name> is relative to the services node for this device.
593: # If it is empty, then it refers to the services node.
594: # If specified, the key is created first.
595: # <value_name> specifies the value to be set within the key
596: # <value_type> is a string like REG_DWORD. See below.
597: # <value> specifies the actual value; its format depends on <value_type>
598:
599: value = "", tag, REG_DWORD, b
600: value = Device0, VgaCompatible, REG_DWORD, 1
601: value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, oem, oem256
602: value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 8
603: value = Device0, DefaultSettings.XResolution, REG_DWORD, 400
604: value = Device0, DefaultSettings.YResolution, REG_DWORD, 300
605: value = Device0, DefaultSettings.Interlaced, REG_DWORD, 0
606: value = Device0, DefaultSettings.VRefresh, REG_DWORD, 46
607:
608: [Config.display.TSENGLAB OEM ET4000 1024x768x8x45I]
609: # This section specifies values to be set in the registry for
610: # particular component options. Required values in the services\xxx
611: # key are created automatically -- use this section to specify additional
612: # keys to be created in services\xxx and values in services\xxx and
613: # services\xxx\yyy.
614: #
615: # <key_name> is relative to the services node for this device.
616: # If it is empty, then it refers to the services node.
617: # If specified, the key is created first.
618: # <value_name> specifies the value to be set within the key
619: # <value_type> is a string like REG_DWORD. See below.
620: # <value> specifies the actual value; its format depends on <value_type>
621:
622: value = "", tag, REG_DWORD, b
623: value = Device0, VgaCompatible, REG_DWORD, 1
624: value = Device0, InstalledDisplayDrivers, REG_MULTI_SZ, oem, oem256
625: value = Device0, DefaultSettings.BitsPerPel, REG_DWORD, 8
626: value = Device0, DefaultSettings.XResolution, REG_DWORD, 400
627: value = Device0, DefaultSettings.YResolution, REG_DWORD, 300
628: value = Device0, DefaultSettings.Interlaced, REG_DWORD, 1
629: value = Device0, DefaultSettings.VRefresh, REG_DWORD, 2d
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.