home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910B.BIN / DRIVER / AOPEN / PA301NT4 / nt4r150.exe / nv4_disp.INF < prev    next >
Windows Setup INFormation  |  1999-04-20  |  4KB  |  174 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.  
  21. ;
  22. ; The Manufacturer section lists all of the manufacturers that we will
  23. ; display in the Dialog box. DEVICE sections are specified.
  24. ;
  25.  
  26. [Manufacturer]
  27. %NVidia%      = NVidia.Mfg
  28.  
  29. ;
  30. ; Device section. Each section here corresponds with an entry listed in the
  31. ; [Manufacturer] section, above. The models will be displayed in the order
  32. ; that they appear in the INF file. This section identifies
  33. ; the corresponding INSTALL sections.
  34. ;
  35.  
  36.  
  37. [NVidia.Mfg]
  38. %NVidia.Nv5% = nv5, PCI\VEN_10DE&DEV_0028
  39.  
  40. ;---------------------------------------------------------------------
  41. ; NV Driver INSTALL Section. This INSTALL section specifies
  42. ; what files are to to be copied (File List sections)
  43. ;---------------------------------------------------------------------
  44.  
  45. [nv4]
  46. CopyFiles=nv4.Miniport, nv.Display, nv4.icd
  47. DelFiles=nv.oldrm
  48.  
  49. [nv5]
  50. CopyFiles=nv4.Miniport, nv.Display, nv4.icd
  51. DelFiles=nv.oldrm
  52.  
  53. ;
  54. ; NV Driver INSTALL Section. This INSTALL section specifies
  55. ; what registry fields are to be modified (ADD Registry section)
  56. ;
  57.  
  58. [nv4.SoftwareSettings]
  59. AddReg = nv_SoftwareDeviceSettings
  60. AddReg = nv4_icdSoftwareSettings
  61.  
  62. [nv5.SoftwareSettings]
  63. AddReg = nv5_SoftwareDeviceSettings
  64. AddReg = nv5_icdSoftwareSettings
  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. [nv5.Services]
  76. AddService = nv5, 0x00000002, nv5_Generic_Service_Inst, nv5_EventLog_Inst
  77. DelService=nvarch
  78. DelService=nvgfx
  79.  
  80. [nv4_EventLog_Inst]
  81. AddReg = nv4_EventLog_AddReg
  82.  
  83. [nv5_EventLog_Inst]
  84. AddReg = nv5_EventLog_AddReg
  85.  
  86. [nv4_EventLog_AddReg]
  87. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv4_mini.sys"
  88. HKR,,TypesSupported,0x00010001,7
  89.  
  90. [nv5_EventLog_AddReg]
  91. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv4_mini.sys"
  92. HKR,,TypesSupported,0x00010001,7
  93.  
  94. [nv4_Generic_Service_Inst]
  95. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  96. StartType      = 1                  ; SERVICE_SYSTEM_START
  97. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  98. LoadOrderGroup = Video
  99. ServiceBinary  = %12%\nv4_mini.sys
  100.  
  101. [nv5_Generic_Service_Inst]
  102. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  103. StartType      = 1                  ; SERVICE_SYSTEM_START
  104. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  105. LoadOrderGroup = Video
  106. ServiceBinary  = %12%\nv4_mini.sys
  107.  
  108. ;
  109. ; File List sections for NV.Display and NV.Miniport
  110. ;
  111.  
  112. [nv.Display]
  113. nv4_disp.dll
  114.  
  115. [nv4.Miniport]
  116. nv4_mini.sys
  117.  
  118. [nv.oldrm]
  119. nvarch.sys,0x00000001
  120. nvgfx.sys,0x00000001
  121.  
  122. [nv4.icd]
  123. nv4oglnt.dll
  124.  
  125. [nv4.GeneralConfigData]
  126. MaximumDeviceMemoryConfiguration=80
  127.  
  128. [nv5.GeneralConfigData]
  129. MaximumDeviceMemoryConfiguration=80
  130.  
  131. ;
  132. ; NVidia Add registry section
  133. ;
  134.  
  135. [nv_SoftwareDeviceSettings]
  136. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv4_disp
  137. HKR,, VgaCompatible,               %REG_DWORD%,    0
  138.  
  139. [nv5_SoftwareDeviceSettings]
  140. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv4_disp
  141. HKR,, VgaCompatible,               %REG_DWORD%,    0
  142. HKR,, Disable16x12x32ge70,           %REG_DWORD%,    1
  143. HKR,, Disable19x10x32ge70,           %REG_DWORD%,    1
  144. HKR,, Disable19x12x32at60,           %REG_DWORD%,    1
  145.  
  146. [nv4_icdSoftwareSettings]
  147. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, nv4oglnt
  148.  
  149. [nv5_icdSoftwareSettings]
  150. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, nv4oglnt
  151.  
  152. [Strings]
  153. ;
  154. ; Non-Localizable Strings
  155. ;
  156.  
  157. REG_SZ         = 0x00000000
  158. REG_MULTI_SZ   = 0x00010000
  159. REG_EXPAND_SZ  = 0x00020000
  160. REG_BINARY     = 0x00000001
  161. REG_DWORD      = 0x00010001
  162. serviceroot    = System\CurrentControlSet\Services
  163.  
  164. ;
  165. ; Localizable Strings
  166. ;
  167.  
  168. NVidia       = "AOpen Inc."
  169. NVidia.Nv4 = "3D Navigator PA3000"
  170. NVidia.Nv5 = "3D Navigator PA3010"
  171. NVidia.NvVanta = "3D Navigator PA3000"
  172. DiskId="AOpen 3D Navigator Driver Library installation disk"
  173. drvlib="AOpen 3D Navigator Driver Library"
  174.