home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / ovladace / Drivers / V3T102N4.ZIP / ASUS3400.inf next >
Encoding:
Windows Setup INFormation  |  1998-12-28  |  3.0 KB  |  133 lines

  1. ;
  2. ; NV Display INF file
  3. ;
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%NVidia%
  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. nv4.Miniport      = 12
  19. nv.Display       = 11
  20. nv.rm            = 12
  21. nv.oldrm         = 12
  22.  
  23. ;
  24. ; The Manufacturer section lists all of the manufacturers that we will
  25. ; display in the Dialog box. DEVICE sections are specified.
  26. ;
  27.  
  28. [Manufacturer]
  29. %NVidia%      = NVidia.Mfg
  30.  
  31. ;
  32. ; Device section. Each section here corresponds with an entry listed in the
  33. ; [Manufacturer] section, above. The models will be displayed in the order
  34. ; that they appear in the INF file. This section identifies
  35. ; the corresponding INSTALL sections.
  36. ;
  37.  
  38.  
  39. [NVidia.Mfg]
  40. %NVidia.Nv4% = nv4, PCI\VEN_10DE&DEV_0020
  41.  
  42. ;---------------------------------------------------------------------
  43. ; NV Driver INSTALL Section. This INSTALL section specifies
  44. ; what files are to to be copied (File List sections)
  45. ;---------------------------------------------------------------------
  46.  
  47. [nv4]
  48. CopyFiles=nv4.Miniport, nv.Display, nv4.icd
  49. DelFiles=nv.oldrm
  50.  
  51. ;
  52. ; NV Driver INSTALL Section. This INSTALL section specifies
  53. ; what registry fields are to be modified (ADD Registry section)
  54. ;
  55.  
  56. [nv4.SoftwareSettings]
  57. AddReg = nv_SoftwareDeviceSettings
  58. AddReg = nv4_icdSoftwareSettings
  59.  
  60. ;
  61. ; NV Service Installation
  62. ;
  63.  
  64. [nv4.Services]
  65. AddService = nv4, 0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
  66. DelService=nvarch
  67. DelService=nvgfx
  68.  
  69.  
  70. [nv4_EventLog_Inst]
  71. AddReg = nv4_EventLog_AddReg
  72.  
  73. [nv4_EventLog_AddReg]
  74. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv4_mini.sys"
  75. HKR,,TypesSupported,0x00010001,7
  76.  
  77. [nv4_Generic_Service_Inst]
  78. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  79. StartType      = 1                  ; SERVICE_SYSTEM_START
  80. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  81. LoadOrderGroup = Video
  82. ServiceBinary  = %12%\nv4_mini.sys
  83.  
  84. ;
  85. ; File List sections for NV.Display and NV.Miniport
  86. ;
  87.  
  88. [nv.Display]
  89. nv4_disp.dll
  90.  
  91. [nv4.Miniport]
  92. nv4_mini.sys
  93.  
  94. [nv.oldrm]
  95. nvarch.sys,0x00000001
  96. nvgfx.sys,0x00000001
  97.  
  98. [nv4.icd]
  99. nv4oglnt.dll
  100.  
  101.  
  102. ;
  103. ; NVidia Add registry section
  104. ;
  105.  
  106. [nv_SoftwareDeviceSettings]
  107. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv4_disp
  108. HKR,, VgaCompatible,               %REG_DWORD%,    0
  109.  
  110. [nv4_icdSoftwareSettings]
  111. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, nv4oglnt
  112.  
  113. [Strings]
  114. ;
  115. ; Non-Localizable Strings
  116. ;
  117.  
  118. REG_SZ         = 0x00000000
  119. REG_MULTI_SZ   = 0x00010000
  120. REG_EXPAND_SZ  = 0x00020000
  121. REG_BINARY     = 0x00000001
  122. REG_DWORD      = 0x00010001
  123. serviceroot    = System\CurrentControlSet\Services
  124.  
  125. ;
  126. ; Localizable Strings
  127. ;
  128.  
  129. NVidia       = "ASUS"
  130. NVidia.Nv4 = "ASUS AGP-V3400TNT v1.02"
  131. DiskId="ASUS V3400TNT NT Driver Library installation disk"
  132. drvlib="ASUS V3400TNT NT Driver Library"
  133.