home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004B.BIN / DRIVER / AOPEN / PA31W2K / w2kr240.exe / nv4_disp.INF < prev    next >
Windows Setup INFormation  |  1999-11-24  |  4KB  |  163 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.Nv5% = nv4, PCI\VEN_10DE&DEV_0028
  40. %NVidia.Nv0A% = nv4, PCI\VEN_10DE&DEV_00A0
  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, nv.delete.icd
  50. DriverVer = 06/07/1999, 1.8.9
  51.  
  52. ;
  53. ; NV Driver INSTALL Section. This INSTALL section specifies
  54. ; what registry fields are to be modified (ADD Registry section)
  55. ;
  56.  
  57. [nv4.SoftwareSettings]
  58. AddReg = nv_SoftwareDeviceSettings
  59. AddReg = nv4_icdSoftwareSettings
  60. DelReg = nv_ClearRegistrySwitches
  61.  
  62. ;
  63. ; NV Service Installation
  64. ;
  65.  
  66. [nv4.Services]
  67. AddService = nv4, 0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
  68. DelService=nvarch
  69. DelService=nvgfx
  70.  
  71.  
  72. [nv4_EventLog_Inst]
  73. AddReg = nv4_EventLog_AddReg
  74.  
  75. [nv4_EventLog_AddReg]
  76. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv4_mini.sys"
  77. HKR,,TypesSupported,0x00010001,7
  78.  
  79. [nv4_Generic_Service_Inst]
  80. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  81. StartType      = 1                  ; SERVICE_SYSTEM_START
  82. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  83. LoadOrderGroup = Video
  84. ServiceBinary  = %12%\nv4_mini.sys
  85.  
  86. ;
  87. ; File List sections for NV.Display and NV.Miniport
  88. ;
  89.  
  90. [nv.Display]
  91. nv4_disp.dll
  92.  
  93. [nv4.Miniport]
  94. nv4_mini.sys
  95.  
  96. [nv.oldrm]
  97. nvarch.sys,0x00000001
  98. nvgfx.sys,0x00000001
  99.  
  100. [nv4.icd]
  101. nvoglnt.dll
  102.  
  103. [nv.delete.icd]
  104. nv4oglnt.dll,0x00000001
  105. nvopenglnt.dll,0x00000001
  106.  
  107. [nv4.GeneralConfigData]
  108. MaximumDeviceMemoryConfiguration=80
  109.  
  110.  
  111. ;
  112. ; NVidia Add registry section
  113. ;
  114.  
  115. [nv_SoftwareDeviceSettings]
  116. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv4_disp
  117. HKR,, VgaCompatible,               %REG_DWORD%,    0
  118. HKR,, Disable16x12x32ge70,           %REG_DWORD%,    1
  119. HKR,, Disable19x10x32ge70,           %REG_DWORD%,    1
  120. HKR,, Disable19x12x32at60,           %REG_DWORD%,    1
  121.  
  122.  
  123. [nv4_icdSoftwareSettings]
  124. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, nvoglnt
  125.  
  126. ;
  127. ; Clear out old registry switches
  128. ;
  129.  
  130. [nv_ClearRegistrySwitches]
  131. HKR,, DMTOVERRIDE
  132. HKR,, DisableExtRefresh
  133. HKR,, Max16x12
  134. HKR,, Disable19x12x32at60
  135. HKR,, Disable16x12x32ge70
  136. HKR,, Disable19x10x32ge70
  137. HKR,, DellSwitch1
  138. HKR,, OglStencil
  139. HKR,, CapabilityOverride
  140. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT
  141.  
  142. [Strings]
  143. ;
  144. ; Non-Localizable Strings
  145. ;
  146.  
  147. REG_SZ         = 0x00000000
  148. REG_MULTI_SZ   = 0x00010000
  149. REG_EXPAND_SZ  = 0x00020000
  150. REG_BINARY     = 0x00000001
  151. REG_DWORD      = 0x00010001
  152. serviceroot    = System\CurrentControlSet\Services
  153.  
  154. ;
  155. ; Localizable Strings
  156. ;
  157.  
  158. NVidia       = "AOpen Inc."
  159. NVidia.Nv5 = "AOpen PA3010"
  160. NVidia.Nv0A = "AOpen PA3010"
  161. DiskId="AOpen PA3010 Windows 2000 Driver Library Installation Disc"
  162. drvlib="AOpen PA3010 Windows 2000 Driver Library"
  163.