home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004B.BIN / DRIVER / AOPEN / PA30NT4 / nt40r240.exe / Nt40 / nv4_disp.inf < prev    next >
Windows Setup INFormation  |  1999-11-24  |  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. [SourceDisksNames]
  23. 1 = %DiskId1%, disk1
  24.  
  25. [SourceDisksFiles]
  26. nv4_mini.sys = 1
  27. nv4_disp.dll = 1
  28. nvinstnt.dll = 1
  29. nvoglnt.dll  = 1
  30.  
  31. ;
  32. ; The Manufacturer section lists all of the manufacturers that we will
  33. ; display in the Dialog box. DEVICE sections are specified.
  34. ;
  35.  
  36. [Manufacturer]
  37. %NVidia%      = NVidia.Mfg
  38.  
  39. ;
  40. ; Device section. Each section here corresponds with an entry listed in the
  41. ; [Manufacturer] section, above. The models will be displayed in the order
  42. ; that they appear in the INF file. This section identifies
  43. ; the corresponding INSTALL sections.
  44. ;
  45.  
  46.  
  47. [NVidia.Mfg]
  48. %NVidia.NvVanta% = nv4, PCI\VEN_10DE&DEV_002C
  49.  
  50. ;---------------------------------------------------------------------
  51. ; NV Driver INSTALL Section. This INSTALL section specifies
  52. ; what files are to to be copied (File List sections)
  53. ;---------------------------------------------------------------------
  54.  
  55. [nv4]
  56. CopyFiles=nv4.Miniport, nv.Display, nv4.icd
  57. DelFiles=nv.oldrm, nv.delete.icd
  58.  
  59. ;
  60. ; NV Driver INSTALL Section. This INSTALL section specifies
  61. ; what registry fields are to be modified (ADD Registry section)
  62. ;
  63.  
  64. [nv4.SoftwareSettings]
  65. AddReg = nv_SoftwareDeviceSettings
  66. AddReg = nv4_icdSoftwareSettings
  67. DelReg = nv_ClearRegistrySwitches
  68.  
  69. ;
  70. ; NV Service Installation
  71. ;
  72.  
  73. [nv4.Services]
  74. AddService = nv4, 0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
  75. DelService=nvarch
  76. DelService=nvgfx
  77.  
  78. [nv4.GeneralConfigData]
  79. MaximumDeviceMemoryConfiguration=80
  80.  
  81.  
  82. [nv4_EventLog_Inst]
  83. AddReg = nv4_EventLog_AddReg
  84.  
  85. [nv4_EventLog_AddReg]
  86. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv4_mini.sys"
  87. HKR,,TypesSupported,0x00010001,7
  88.  
  89. [nv4_Generic_Service_Inst]
  90. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  91. StartType      = 1                  ; SERVICE_SYSTEM_START
  92. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  93. LoadOrderGroup = Video
  94. ServiceBinary  = %12%\nv4_mini.sys
  95.  
  96. ;
  97. ; File List sections for NV.Display and NV.Miniport
  98. ;
  99.  
  100. [nv.Display]
  101. nv4_disp.dll
  102. nvinstnt.dll
  103.  
  104. [nv4.Miniport]
  105. nv4_mini.sys
  106.  
  107. [nv.oldrm]
  108. nvarch.sys,0x00000001
  109. nvgfx.sys,0x00000001
  110.  
  111. [nv4.icd]
  112. nvoglnt.dll
  113.  
  114. [nv.delete.icd]
  115. nv4oglnt.dll,0x00000001
  116. nvopenglnt.dll,0x00000001
  117.  
  118. ;
  119. ; NVidia Add registry section
  120. ;
  121.  
  122. [nv_SoftwareDeviceSettings]
  123. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv4_disp
  124. HKR,, VgaCompatible,               %REG_DWORD%,    0
  125. HKR,, Disable16x12x32ge70,           %REG_DWORD%,    1
  126. HKR,, Disable19x10x32ge70,           %REG_DWORD%,    1
  127. HKR,, Disable19x12x32at60,           %REG_DWORD%,    1
  128. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA
  129. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA,DisplayName,%REG_SZ%,"NVIDIA RIVA TNT Family Windows NT 4.0 Display Drivers"
  130. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA,UninstallString,%REG_SZ%,"rundll32.exe %11%\nvinstnt.dll,NvUninstallNT4 nv4_disp.inf"
  131.  
  132. [nv4_icdSoftwareSettings]
  133. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, nvoglnt
  134.  
  135. ;
  136. ; Clear out old registry switches
  137. ;
  138.  
  139. [nv_ClearRegistrySwitches]
  140. HKR,, DMTOVERRIDE
  141. HKR,, DisableExtRefresh
  142. HKR,, Max16x12
  143. HKR,, Disable19x12x32at60
  144. HKR,, Disable16x12x32ge70
  145. HKR,, Disable19x10x32ge70
  146. HKR,, DellSwitch1
  147. HKR,, OglStencil
  148. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT
  149. HKLM,"Software\NVIDIA Corporation\RIVA TNT\OpenGL"
  150.  
  151. [Strings]
  152. ;
  153. ; Non-Localizable Strings
  154. ;
  155.  
  156. REG_SZ         = 0x00000000
  157. REG_MULTI_SZ   = 0x00010000
  158. REG_EXPAND_SZ  = 0x00020000
  159. REG_BINARY     = 0x00000001
  160. REG_DWORD      = 0x00010001
  161. serviceroot    = System\CurrentControlSet\Services
  162.  
  163. ;
  164. ; Localizable Strings
  165. ;
  166.  
  167. NVidia.NvVanta = "AOpen PA3000"
  168. NVidia       = "AOpen Inc."
  169. DiskId1="AOpen PA3000 Windows NT Driver Library Disc"
  170. drvlib="AOpen PA3000 Windows NT Driver Library"
  171.