home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910B.BIN / DRIVER / ATI / R128N4 / R128N4.dat < prev    next >
Text File  |  1999-06-17  |  5KB  |  190 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=Rage 128 Display Driver
  14. ;Arabic
  15. Name_ara=Rage 128 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=Rage 128 Display Driver
  24. ;Dutch
  25. Name_nld=Driver weergeven
  26. ;English
  27. Name_enu=Rage 128 Display Driver
  28. ;Finnish
  29. Name_fin=N艙t ajuri
  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=Install Display Driver
  69. ;Simplified Chinese
  70. Description_chs=Install Display Driver
  71. ;Czech
  72. Description_csy=Install Display Driver
  73. ;Danish
  74. Description_dan=Install Display Driver
  75. ;Dutch
  76. Description_nld=Install Display Driver
  77. ;English
  78. Description_enu=Install Display Driver
  79. ;Finnish
  80. Description_fin=Install Display Driver
  81. ;French
  82. Description_fra=Install Display Driver
  83. ;German
  84. Description_deu=Install Display Driver
  85. ;Greek
  86. Description_ell=Install Display Driver
  87. ;Hebrew
  88. Description_heb=Install Display Driver
  89. ;Hungarian
  90. Description_hun=Install Display Driver
  91. ;Italian
  92. Description_ita=Install Display Driver
  93. ;Japanese
  94. Description_jpn=Install Display Driver
  95. ;Korean
  96. Description_kor=Install Display Driver
  97. ;Norwegian
  98. Description_nor=Install Display Driver
  99. ;Polish
  100. Description_plk=Install Display Driver
  101. ;Portuguese
  102. Description_ptg=Install Display Driver
  103. ;Russian
  104. Description_rus=Install Display Driver
  105. ;Spanish
  106. Description_esp=Install Display Driver
  107. ;Swedish
  108. Description_sve=Install Display Driver
  109. ;Thai
  110. Description_tha=Install Display Driver
  111. ;Turkish
  112. Description_trk=Install Display Driver
  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=5200,5300
  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
  170. OS=WIN_NT4
  171.  
  172. ; 0=no, 1=yes
  173. ;Visible=0                  
  174.  
  175. ; 0=no, 1=yes
  176. ;WaitMessage=0               
  177.  
  178. ; <Comp#1>,<Comp#2>
  179. ReqComp=DirectX
  180.  
  181. ; For display driver, we have to launch silent child install.
  182. InstallCommandLine=setup.ins,/K
  183.  
  184. ;Component Version
  185. Ver=06.11.2-CD19C
  186.  
  187. ;Requires Uninstall before installing this component
  188. ;UninstallComp=ATI Display Driver,ATI Video Player
  189.