home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / ovladace / Drivers / V3KNT206.ZIP / V3000_NT.206 / ASUS3000.INF next >
Windows Setup INFormation  |  1998-11-25  |  6KB  |  201 lines

  1. ;
  2. ; NV Display INF file
  3. ;
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%ASUS%
  8. LayoutFile=layout.inf
  9. Class=Display
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11.  
  12. ;
  13. ; Dest directories are \windows\system32 and \windows\system32\drivers
  14. ;
  15.  
  16. [DestinationDirs]
  17. DefaultDestDir   = 11
  18. nv.Miniport      = 12
  19. nv.Display       = 11
  20. nv.rm            = 12
  21. nv.oldrm         = 12
  22. nv.tv            = 12
  23. nv.tvpage        = 11
  24. nv.msg           = 10
  25.  
  26. ;
  27. ; The Manufacturer section lists all of the manufacturers that we will
  28. ; display in the Dialog box. DEVICE sections are specified.
  29. ;
  30.  
  31. [Manufacturer]
  32. %ASUS%          = ASUS.Mfg
  33.  
  34. ;
  35. ; Device section. Each section here corresponds with an entry listed in the
  36. ; [Manufacturer] section, above. The models will be displayed in the order
  37. ; that they appear in the INF file. This section identifies
  38. ; the corresponding INSTALL sections.
  39. ;
  40.  
  41.  
  42. [ASUS.Mfg]
  43.  
  44.  %ASUS% Release 2.06 = nv
  45.  
  46. ;---------------------------------------------------------------------
  47. ; NV Driver INSTALL Section. This INSTALL section specifies
  48. ; what files are to to be copied (File List sections)
  49. ;---------------------------------------------------------------------
  50.  
  51. [nv]
  52. CopyFiles=nv.Miniport, nv.Display, nv.rm, nv.icd, nv.tv, nv.tvpage, nv.msg
  53. DelFiles=nv.oldrm
  54.  
  55. ;
  56. ; NV Driver INSTALL Section. This INSTALL section specifies
  57. ; what registry fields are to be modified (ADD Registry section)
  58. ;
  59.  
  60. [nv.SoftwareSettings]
  61. AddReg = nv_SoftwareDeviceSettings
  62. AddReg = nv_icdSoftwareSettings
  63. AddReg = nv_tvpageSettings
  64.  
  65. ;
  66. ; NV Service Installation
  67. ;
  68.  
  69. [nv.Services]
  70. AddService = nv, 0x00000002, nv_Generic_Service_Inst, nv_EventLog_Inst
  71. AddService = nvarch,, nvarch_Generic_Service_Inst, nvarch_EventLog_Inst
  72. AddService = nvgfx,, nvgfx_Generic_Service_Inst, nvgfx_EventLog_Inst
  73. AddService = Vcrt3000,, nvtv_Generic_Service_Inst, nvtv_EventLog_Inst
  74. DelService=nvrm
  75.  
  76. [nv_EventLog_Inst]
  77. AddReg = nv_EventLog_AddReg
  78.  
  79. [nvarch_EventLog_Inst]
  80. AddReg = nvarch_EventLog_AddReg
  81.  
  82. [nvgfx_EventLog_Inst]
  83. AddReg = nvgfx_EventLog_AddReg
  84.  
  85. [nvgfx_EventLog_Inst]
  86. AddReg = nvtv_EventLog_AddReg
  87.  
  88. [nv_EventLog_AddReg]
  89. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv_mini.sys"
  90. HKR,,TypesSupported,0x00010001,7
  91.  
  92. [nvarch_EventLog_AddReg]
  93. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nvarch.sys"
  94. HKR,,TypesSupported,0x00010001,7
  95.  
  96. [nvgfx_EventLog_AddReg]
  97. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nvgfx.sys"
  98. HKR,,TypesSupported,0x00010001,7
  99.  
  100. [nvtv_EventLog_AddReg]
  101. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\Vcrt3000.sys"
  102. HKR,,TypesSupported,0x00010001,7
  103.  
  104. [nv_Generic_Service_Inst]
  105. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  106. StartType      = 1                  ; SERVICE_SYSTEM_START
  107. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  108. LoadOrderGroup = Video
  109. ServiceBinary  = %12%\nv_mini.sys
  110.  
  111. [nvarch_Generic_Service_Inst]
  112. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  113. StartType      = 1                  ; SERVICE_SYSTEM_START
  114. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  115. ServiceBinary  = %12%\nvarch.sys
  116.  
  117. [nvgfx_Generic_Service_Inst]
  118. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  119. StartType      = 1                  ; SERVICE_SYSTEM_START
  120. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  121. ServiceBinary  = %12%\nvgfx.sys
  122.  
  123. [nvtv_Generic_Service_Inst]
  124. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  125. StartType      = 1                  ; SERVICE_SYSTEM_START
  126. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  127. ServiceBinary  = %12%\Vcrt3000.sys
  128.  
  129. ;
  130. ; File List sections for NV.Display and NV.Miniport
  131. ;
  132.  
  133. [nv.Display]
  134. nv_disp.dll
  135.  
  136. [nv.Miniport]
  137. nv_mini.sys
  138.  
  139. [nv.rm]
  140. nvarch.sys
  141. nvgfx.sys
  142.  
  143. [nv.oldrm]
  144. nvrm.sys,0x00000001
  145.  
  146. [nv.icd]
  147. nv3oglnt.dll
  148.  
  149. [nv.tv]
  150. Vcrt3000.sys
  151.  
  152. [nv.tvpage]
  153. nvTvOut.dll
  154.  
  155. [nv.msg]
  156. msg775.ini
  157.  
  158. ;
  159. ; ASUS Add registry section
  160. ;
  161.  
  162. [nv_SoftwareDeviceSettings]
  163. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv_disp
  164. HKR,, VgaCompatible,               %REG_DWORD%,    0
  165. HKR,, DmaBuf,                      %REG_DWORD%,    5
  166. HKR,, IF09,                        %REG_DWORD%,    1
  167.  
  168. [nv_icdSoftwareSettings]
  169. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVA128, %REG_SZ%, nv3oglnt
  170.  
  171. [nv_tvpageSettings]
  172. HKCR,"CLSID\{4BD5E260-0F40-11D2-8888-0080C87BE061}",,,"Control Panel Display Shell Extension"
  173. HKCR,"CLSID\{4BD5E260-0F40-11D2-8888-0080C87BE061}\InProcServer32",,,"nvTVOut.dll"
  174. HKCR,"CLSID\{4BD5E260-0F40-11D2-8888-0080C87BE061}\InProcServer32","ThreadingModel",,"Apartment"
  175. HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\nvTvOut",,,"{4BD5E260-0F40-11D2-8888-0080C87BE061}"
  176. HKLM,"System\CurrentControlSet\Services\nv\Device0",GammaEnable,%REG_DWORD%,0
  177. HKLM,"System\CurrentControlSet\Services\Vcrt3000\Default",GammaEnable,%REG_DWORD%,0
  178. HKLM,"System\CurrentControlSet\Services\Vcrt3000\Default",TVEnable,%REG_DWORD%,0
  179. HKLM,"System\CurrentControlSet\Services\Vcrt3000\Default",TVScan0,%REG_DWORD%,1
  180. HKLM,"System\CurrentControlSet\Services\Vcrt3000\Default",TVScan1,%REG_DWORD%,1
  181. [Strings]
  182. ;
  183. ; Non-Localizable Strings
  184. ;
  185.  
  186. REG_SZ         = 0x00000000
  187. REG_MULTI_SZ   = 0x00010000
  188. REG_EXPAND_SZ  = 0x00020000
  189. REG_BINARY     = 0x00000001
  190. REG_DWORD      = 0x00010001
  191. serviceroot    = System\CurrentControlSet\Services
  192.  
  193. ;
  194. ; Localizable Strings
  195. ;
  196.  
  197. ASUS = "ASUS V3000 Series"
  198.  
  199. DiskId = "ASUS V3000 Series NT Driver Library installation disk"
  200. drvlib = "ASUS V3000 Series NT Driver Library"
  201.