home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Video / Diamond / WinNT / Viper_V330 / RIVA128-3_41NT4.ZIP / nv3_disp.INF < prev    next >
Windows Setup INFormation  |  1999-05-11  |  3KB  |  149 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. nv3.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.Nv3% = nv3, PCI\VEN_12D2&DEV_0018
  39. %NVidia.Nv3T% = nv3, PCI\VEN_12D2&DEV_0019
  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. [nv3]
  47. CopyFiles=nv3.Miniport, nv.Display, nv3.icd
  48. DelFiles=nv.oldrm
  49.  
  50. ;
  51. ; NV Driver INSTALL Section. This INSTALL section specifies
  52. ; what registry fields are to be modified (ADD Registry section)
  53. ;
  54.  
  55. [nv3.SoftwareSettings]
  56. AddReg = nv_SoftwareDeviceSettings
  57. AddReg = nv3_icdSoftwareSettings
  58. DelReg = nv_ClearRegistrySwitches
  59.  
  60. ;
  61. ; NV Service Installation
  62. ;
  63.  
  64. [nv3.Services]
  65. AddService = nv3, 0x00000002, nv3_Generic_Service_Inst, nv3_EventLog_Inst
  66. DelService=nvarch
  67. DelService=nvgfx
  68.  
  69. [nv3_EventLog_Inst]
  70. AddReg = nv3_EventLog_AddReg
  71.  
  72. [nv3_EventLog_AddReg]
  73. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv3_mini.sys"
  74. HKR,,TypesSupported,0x00010001,7
  75.  
  76. [nv3_Generic_Service_Inst]
  77. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  78. StartType      = 1                  ; SERVICE_SYSTEM_START
  79. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  80. LoadOrderGroup = Video
  81. ServiceBinary  = %12%\nv3_mini.sys
  82.  
  83. ;
  84. ; File List sections for NV.Display and NV.Miniport
  85. ;
  86.  
  87. [nv.Display]
  88. nv3_disp.dll
  89.  
  90. [nv3.Miniport]
  91. nv3_mini.sys
  92.  
  93. [nv.oldrm]
  94. nvarch.sys,0x00000001
  95. nvgfx.sys,0x00000001
  96.  
  97. [nv3.icd]
  98. nv3oglnt.dll
  99.  
  100. [nv3.GeneralConfigData]
  101. MaximumDeviceMemoryConfiguration=80
  102.  
  103. ;
  104. ; NVidia Add registry section
  105. ;
  106.  
  107. [nv_SoftwareDeviceSettings]
  108. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv3_disp
  109. HKR,, VgaCompatible,               %REG_DWORD%,    0
  110.  
  111. [nv3_icdSoftwareSettings]
  112. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVA128, %REG_SZ%, nv3oglnt
  113.  
  114. ;
  115. ; Clear out old registry switches
  116. ;
  117.  
  118. [nv_ClearRegistrySwitches]
  119. HKR,, DMTOVERRIDE
  120. HKR,, DisableExtRefresh
  121. HKR,, Max16x12
  122. HKR,, Disable19x12x32at60
  123. HKR,, Disable16x12x32ge70
  124. HKR,, Disable19x10x32ge70
  125. HKR,, DellSwitch1
  126.  
  127.  
  128. [Strings]
  129. ;
  130. ; Non-Localizable Strings
  131. ;
  132.  
  133. REG_SZ         = 0x00000000
  134. REG_MULTI_SZ   = 0x00010000
  135. REG_EXPAND_SZ  = 0x00020000
  136. REG_BINARY     = 0x00000001
  137. REG_DWORD      = 0x00010001
  138. serviceroot    = System\CurrentControlSet\Services
  139.  
  140. ;
  141. ; Localizable Strings
  142. ;
  143.  
  144. NVidia       = "NVIDIA"
  145. NVidia.Nv3 = "NVIDIA RIVA 128"
  146. NVidia.Nv3T = "NVIDIA RIVA 128ZX"
  147. DiskId="NVIDIA NT Driver Library installation disk"
  148. drvlib="NVIDIA NT Driver Library"
  149.