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