home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 January / VPR0201B.ISO / DRIVER / ATI / R6xp / R6xp.dat < prev    next >
Text File  |  2001-09-29  |  5KB  |  191 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; .dat file for the display driver component dll
  4. ;
  5. ; Abstract:
  6. ; The Key value will overwrite the dll code and will be returned by the component dll.
  7. ; Therefore, the key value should not be defined if the value is expected from the dll code.
  8. ; The dat file (if used) should have the same prefix name of the dll file.
  9. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  10.  
  11. [Component]
  12. ;Default
  13. Name=Radeon Display Driver
  14. ;Arabic
  15. Name_ara=Radeon Display Driver
  16. ;Traditional Chinese
  17. Name_cht=ナ罕ワセケナXーハオ{ヲ。
  18. ;Simplified Chinese
  19. Name_chs=マヤハセヌカッウフミ
  20. ;Czech
  21. Name_csy=Ovlada obrazovky
  22. ;Danish
  23. Name_dan=Sk誡mstyreprogram
  24. ;Dutch
  25. Name_nld=Beeldschermstuurprogramma
  26. ;English
  27. Name_enu=Radeon Display Driver
  28. ;Finnish
  29. Name_fin=N艙tohjain
  30. ;French
  31. Name_fra=Pilote d'affichage
  32. ;German
  33. Name_deu=Bildschirmtreiber
  34. ;Greek
  35. Name_ell=マ蓍腋 マ顰渹
  36. ;Hebrew
  37. Name_heb=ⅱ蓆 蕣 汜裘
  38. ;Hungarian
  39. Name_hun=Megjelen咜駸vez駻l
  40. ;Italian
  41. Name_ita=Driver di visualizzazione
  42. ;Japanese
  43. Name_jpn=ディスプレイ ドライバ
  44. ;Korean
  45. Name_kor=オコヌテキケタフ オ蠍フケ
  46. ;Norwegian
  47. Name_nor=Skjermdriver
  48. ;Polish
  49. Name_plk=Sterownik ekranu
  50. ;Portuguese
  51. Name_ptg=Driver de Exibi鈬o
  52. ;Russian
  53. Name_rus=ト鰾褞 頸ⅱ
  54. ;Spanish
  55. Name_esp=Controlador de pantalla
  56. ;Swedish
  57. Name_sve=Drivrutin f bildsk舐m
  58. ;Thai
  59. Name_tha=莇テ猊ヘティヘ睫エァシナ
  60. ;Turkish
  61. Name_trk=Ekran Srcs
  62.  
  63. ;Default
  64. Description=Install Display Driver
  65. ;Arabic
  66. Description_ara=Install Display Driver
  67. ;Traditional Chinese
  68. Description_cht=ヲwクヒナ罕ワセケナXーハオ{ヲ。
  69. ;Simplified Chinese
  70. Description_chs=ーイラーマヤハセヌカッウフミ
  71. ;Czech
  72. Description_csy=Instalovat Ovlada obrazovky
  73. ;Danish
  74. Description_dan=Install駻 sk誡mdrivere
  75. ;Dutch
  76. Description_nld=Beeldschermstuurprogramma installeren
  77. ;English
  78. Description_enu=Install Display Driver
  79. ;Finnish
  80. Description_fin=Asenna n艙tohjain
  81. ;French
  82. Description_fra=Installer les pilotes d'affichage
  83. ;German
  84. Description_deu=Videotreiber installieren
  85. ;Greek
  86. Description_ell=ナ肚磑ワ碯 肓  マ蓍腋 マ顰渹
  87. ;Hebrew
  88. Description_heb=蕣 ⅱ蓆 蕣 汜裘
  89. ;Hungarian
  90. Description_hun=Megjelen咜駸vez駻l telep咜駸e
  91. ;Italian
  92. Description_ita=Installa il driver di visualizzazione
  93. ;Japanese
  94. Description_jpn=ディスプレイ ドライバをインストールする
  95. ;Korean
  96. Description_kor=オコヌテキケタフ オ蠍フケ シウト。
  97. ;Norwegian
  98. Description_nor=Installerer skjermdriver
  99. ;Polish
  100. Description_plk=Instaluj Sterownik ekranu
  101. ;Portuguese
  102. Description_ptg=Instalar Driver de Exibi鈬o
  103. ;Russian
  104. Description_rus=ネ瀨頏魵瑣 ト鰾褞 頸ⅱ
  105. ;Spanish
  106. Description_esp=Instalar controlador de pantalla
  107. ;Swedish
  108. Description_sve=Installerar drivrutin f bildsk舐m
  109. ;Thai
  110. Description_tha=オヤエオム鬧莇テ猊ヘティヘ睫エァシナ
  111. ;Turkish
  112. Description_trk=Ekran Srcsn Ykle
  113.  
  114. ; cds defines the path of the Component Detection Service
  115. CDS=..\bin
  116.  
  117. ;
  118. ; Req_ASIC=<Device id 1>,<Device id 2>, ...
  119. ; Gives the PCI device ID to check for requirement. 
  120. ; If the ATI ASIC is found, then MeetsRequirement from the dll will return 1.
  121. ; If the last 2 digits are 00, it means the last 2 digits are "don't care"
  122. ; For example, R128 family - 5200; Rage PRO family - 4700
  123. ;              Rage PRO (GB) - 4742
  124. Req_ASIC=514C,5144,4242,5159,5157
  125.  
  126. ;
  127. ; !Req_ASIC=<Device id 1>,<Device id 2>, ...
  128. ; Gives the PCI device ID to check for requirement. 
  129. ; If the ATI ASIC is found, then MeetsRequirement from the dll will return 0.
  130. ; If the last 2 digits are 00, it means the last 2 digits are "don't care"
  131. ; For example, R128 family - 5200; Rage PRO family - 4700
  132. ;              Rage PRO (GB) - 4742
  133. ;!Req_ASIC=4700
  134.  
  135. ;
  136. ; Req_Capture=<Vendor id Device id 1>,<Vendor id Device id 2>, ...
  137. ; Gives the PCI vendor and device ID to check for requirement. 
  138. ; If the Capture ASIC is found, then MeetsRequirement from the dll will return 1.
  139. ; If the last 2 digits are 00, it means the last 2 digits are "don't care"
  140. ; For example, BT878 - 109e0878 (where 109e is the vendor id, 878 is the device id)
  141. ;Req_Capture=109e0878
  142.  
  143. ;
  144. ; !Req_Capture=<Vendor id Device id 1>,<Vendor id Device id 2>, ...
  145. ; Gives the PCI vendor and device ID to check for requirement. 
  146. ; If the Capture ASIC is found, then MeetsRequirement from the dll will return 0.
  147. ; If the last 2 digits are 00, it means the last 2 digits are "don't care"
  148. ; For example, BT878 - 109e0878 (where 109e is the vendor id, 878 is the device id)
  149. ;!Req_Capture=109e0878
  150.  
  151. ;
  152. ; Req_Tuner=1,NTSC,PAL,SECAM,SCART,0
  153. ; Check if the Tuner attached has the standard required, the MeetsRequirement will return 1
  154. ;
  155. ;Req_Tuner=PAL,SECAM
  156.  
  157. ; 0=no, 1=yes
  158. ;MeetsRequirement=0
  159.  
  160. ; in KB         
  161. Size=15000
  162.  
  163. ; 0, 1, 2 ... where 0 is the highest order
  164. Order=1
  165.  
  166. ; 0=no, 1=yes
  167. ;Reboot=0
  168.  
  169. ; OS can be 1, WIN_95, WIN_95_OSR2_USB, WIN_98, WIN_NT351, WIN_NT4, WIN_NT5, WIN_98_GOLD
  170. ; WIN_98_SE, WIN_ME
  171. OS=WIN_XP
  172.  
  173. ; 0=no, 1=yes
  174. ;Visible=0                  
  175.  
  176. ; 0=no, 1=yes
  177. ;WaitMessage=0               
  178.  
  179. ; <Comp#1>,<Comp#2>
  180. ReqComp=DirectX
  181.  
  182. ; For display driver, we have to launch silent child install.
  183. InstallCommandLine=setup.exe,/K
  184.  
  185. ;Component Version
  186. Ver=7.60-010914b-1461C-ATI
  187.  
  188. ;Requires Uninstall before installing this component
  189. ;UninstallComp=ATI Display Driver,ATI Video Player
  190.