home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910B.BIN / DRIVER / AOPEN / 3010BW2K / bw2kr200.exe / nv4_disp.INF < prev    next >
Windows Setup INFormation  |  1999-07-02  |  4KB  |  171 lines

  1. ;
  2. ; NV Display INF file
  3. ;
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%NVidia%
  8. Class=Display
  9.  
  10. ;
  11. ; Dest directories are \windows\system32 and \windows\system32\drivers
  12. ;
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir       = 11
  16. nv4.Miniport      = 12
  17. nv.Display       = 11
  18. nv.rm            = 12
  19. nv.oldrm         = 12
  20. nv.delete.icd     = 11
  21.  
  22. ;
  23. ; The Manufacturer section lists all of the manufacturers that we will
  24. ; display in the Dialog box. DEVICE sections are specified.
  25. ;
  26.  
  27. [Manufacturer]
  28. %NVidia%      = NVidia.Mfg
  29.  
  30. ;
  31. ; Device section. Each section here corresponds with an entry listed in the
  32. ; [Manufacturer] section, above. The models will be displayed in the order
  33. ; that they appear in the INF file. This section identifies
  34. ; the corresponding INSTALL sections.
  35. ;
  36.  
  37.  
  38. [NVidia.Mfg]
  39. %NVidia.Nv4% = nv4, PCI\VEN_10DE&DEV_0020
  40. %NVidia.Nv5% = nv4, PCI\VEN_10DE&DEV_0028
  41. %NVidia.Nv0A% = nv4, PCI\VEN_10DE&DEV_00A0
  42. %NVidia.NvVANTA% = nv4, PCI\VEN_10DE&DEV_002C
  43. %NVidia.NvULTRA% = nv4, PCI\VEN_10DE&DEV_0029
  44. %NVidia.Nv5M64% = nv4, PCI\VEN_10DE&DEV_002D
  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. [nv4]
  52. CopyFiles=nv4.Miniport, nv.Display, nv4.icd
  53. DelFiles=nv.oldrm, nv.delete.icd
  54. DriverVer = 06/07/1999, 1.8.9
  55.  
  56. ;
  57. ; NV Driver INSTALL Section. This INSTALL section specifies
  58. ; what registry fields are to be modified (ADD Registry section)
  59. ;
  60.  
  61. [nv4.SoftwareSettings]
  62. AddReg = nv_SoftwareDeviceSettings
  63. AddReg = nv4_icdSoftwareSettings
  64. DelReg = nv_ClearRegistrySwitches
  65.  
  66. ;
  67. ; NV Service Installation
  68. ;
  69.  
  70. [nv4.Services]
  71. AddService = nv4, 0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
  72. DelService=nvarch
  73. DelService=nvgfx
  74.  
  75.  
  76. [nv4_EventLog_Inst]
  77. AddReg = nv4_EventLog_AddReg
  78.  
  79. [nv4_EventLog_AddReg]
  80. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv4_mini.sys"
  81. HKR,,TypesSupported,0x00010001,7
  82.  
  83. [nv4_Generic_Service_Inst]
  84. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  85. StartType      = 1                  ; SERVICE_SYSTEM_START
  86. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  87. LoadOrderGroup = Video
  88. ServiceBinary  = %12%\nv4_mini.sys
  89.  
  90. ;
  91. ; File List sections for NV.Display and NV.Miniport
  92. ;
  93.  
  94. [nv.Display]
  95. nv4_disp.dll
  96.  
  97. [nv4.Miniport]
  98. nv4_mini.sys
  99.  
  100. [nv.oldrm]
  101. nvarch.sys,0x00000001
  102. nvgfx.sys,0x00000001
  103.  
  104. [nv4.icd]
  105. nvoglnt.dll
  106.  
  107. [nv.delete.icd]
  108. nv4oglnt.dll,0x00000001
  109. nvopenglnt.dll,0x00000001
  110.  
  111. [nv4.GeneralConfigData]
  112. MaximumDeviceMemoryConfiguration=80
  113.  
  114.  
  115. ;
  116. ; NVidia Add registry section
  117. ;
  118.  
  119. [nv_SoftwareDeviceSettings]
  120. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv4_disp
  121. HKR,, VgaCompatible,               %REG_DWORD%,    0
  122. HKR,, Disable16x12x32ge70,           %REG_DWORD%,    1
  123. HKR,, Disable19x10x32ge70,           %REG_DWORD%,    1
  124. HKR,, Disable19x12x32at60,           %REG_DWORD%,    1
  125.  
  126.  
  127. [nv4_icdSoftwareSettings]
  128. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, nvoglnt
  129.  
  130. ;
  131. ; Clear out old registry switches
  132. ;
  133.  
  134. [nv_ClearRegistrySwitches]
  135. HKR,, DMTOVERRIDE
  136. HKR,, DisableExtRefresh
  137. HKR,, Max16x12
  138. HKR,, Disable19x12x32at60
  139. HKR,, Disable16x12x32ge70
  140. HKR,, Disable19x10x32ge70
  141. HKR,, DellSwitch1
  142. HKR,, OglStencil
  143. HKR,, CapabilityOverride
  144. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT
  145.  
  146. [Strings]
  147. ;
  148. ; Non-Localizable Strings
  149. ;
  150.  
  151. REG_SZ         = 0x00000000
  152. REG_MULTI_SZ   = 0x00010000
  153. REG_EXPAND_SZ  = 0x00020000
  154. REG_BINARY     = 0x00000001
  155. REG_DWORD      = 0x00010001
  156. serviceroot    = System\CurrentControlSet\Services
  157.  
  158. ;
  159. ; Localizable Strings
  160. ;
  161.  
  162. NVidia       = "AOpen Inc."
  163. NVidia.Nv4 = "AOPEN TNT"
  164. NVidia.Nv5 = "3D Navigator PA3010"
  165. NVidia.Nv0A = "3D Navigator PA3010"
  166. NVidia.NvVanta = "3D Navigator PA3000"
  167. NVidia.NvUltra = "3D Navigator PA3020"
  168. NVidia.Nv5M64 = "3D Navigator PA3000 Plus"
  169. DiskId="AOPEN 3D NAVIGATOR NT Driver Library installation disk"
  170. drvlib="AOPEN 3D NAVIGATOR NT Driver Library"
  171.