rush.inf Driver File Contents (voodoo_rush_win2k-xp.zip)

; promtn.inf
;
; Installation inf for the 3Dfx Interactive, Inc. Voodoo Rush graphics adapter.
;

[Version]
Signature="$CHICAGO$"
Provider=%MS%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
DriverVer=09/19/2000

[DestinationDirs]
DefaultDestDir   = 11
promtn.Miniport  = 12  ; drivers
promtn.Display   = 11  ; system32
promtn.Inf       = 17  ; inf
MX251.Miniport   = 12  ; drivers
MX251.Display    = 11  ; system32
MX251.Inf        = 17  ; INF

;
; Driver information
;

[Manufacturer]
%AT3D%    = Alliance.Mfg
%MX86251% = Macronix.Mfg

[Alliance.Mfg]
Voodoo Rush AT3D    = promtn, PCI\VEN_1142&DEV_3210 ;(Single/Dual Planar Board)
Voodoo Rush AT3D    = promtn, PCI\VEN_1142&DEV_643D ;(Single/Dual Planar Board)
Voodoo Rush AT3D    = promtn, PCI\VEN_1142&DEV_6422 ;(Single/Dual Planar Board)
Voodoo Rush AT3D    = promtn, PCI\VEN_1142&DEV_6424 ;(Single/Dual Planar Board)

[Macronix.Mfg]
Voodoo Rush MX86251 = MX251, PCI\VEN_10D9&DEV_8626 ;
Voodoo Rush MX86251 = MX251, PCI\VEN_10D9&DEV_8627 ;

;
; General installation section
;

[promtn]
CopyFiles = promtn.Miniport, promtn.Display, promtn.Inf
AddReg    = promtn.AddReg

[MX251]
CopyFiles = MX251.Miniport, MX251.Display, rush.Inf
AddReg    = MX251.AddReg

[promtn.Uninstall]
DelReg     = promtn.AddReg
DelService = promtn
DelFiles   = promtn.Miniport, promtn.Display, rush.Inf

[MX251.Uninstall]
DelReg     = MX251.AddReg
DelService = MX251
DelFiles   = MX251.Miniport, MX251.Display, rush.Inf

;
; File sections
;

[promtn.Miniport]
promtn.sys

[promtn.Display]
promtn.dll

[MX251.Miniport]
mx251sys.sys

[MX251.Display]
mx251dll.dll

[rush.Inf]
rush.Inf

;
; Service Installation
;

[promtn.Services]
AddService = promtn, 0x00000002, promtn_Service_Inst, promtn_EventLog_Inst

[MX251.Services]
AddService = MX251, 0x00000002, MX251_Service_Inst, MX251_EventLog_Inst

[promtn_Service_Inst]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary  = %12%\promtn.sys

[MX251_Service_Inst]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary  = %12%\mx251sys.sys

[promtn_EventLog_Inst]
AddReg = promtn_EventLog_AddReg

[MX251_EventLog_Inst]
AddReg = MX251_EventLog_AddReg

[promtn_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\promtn.sys"
HKR,,TypesSupported,0x00010001,7

[MX251_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\mx251sys.sys"
HKR,,TypesSupported,0x00010001,7

;
; Software Installation
;

[promtn.SoftwareSettings]
AddReg = promtn_SoftwareDeviceSettings

[MX251.SoftwareSettings]
AddReg = MX251_SoftwareDeviceSettings

[promtn_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, promtn
HKR,, VgaCompatible,               %REG_DWORD%,   0
HKR,, DefaultSettings.BitsPerPel,  %REG_DWORD%,   8
HKR,, DefaultSettings.XResolution, %REG_DWORD%,   640
HKR,, DefaultSettings.YResolution, %REG_DWORD%,   480
HKR,, UseVESATimings,              %REG_DWORD%,   0

[MX251_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, MX251DLL
HKR,, VgaCompatible,               %REG_DWORD%,    0

[promtn.AddReg]
HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Rush",,,
HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Rush","DisplayName",,"3Dfx Voodoo Rush Display Driver"
HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Rush","UninstallString",,"%11%\rundll32.exe setupapi.dll,InstallHinfSection promtn.Uninstall 132 %17%\rush.inf"

[MX251.AddReg]
HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Rush",,,
HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Rush","DisplayName",,"3Dfx Voodoo Rush Display Driver"
HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Rush","UninstallString",,"%11%\rundll32.exe setupapi.dll,InstallHinfSection promtn.Uninstall 132 %17%\rush.inf"

;
; Source file information
;

[SourceDisksNames.x86]
1 = "Voodoo Rush Install disk","rush.cab",0

[SourceDisksFiles]
promtn.dll   = 1
promtn.sys   = 1
mx251sys.sys = 1
mx251dll.dll = 1
rush.inf     = 1

[Strings]

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001
SERVICEROOT    = System\CurrentControlSet\Services

;
; Localizable Strings
;

GraphAdap = "Graphics Adapter"
MS        = "Microsoft"
AT3D      = "Alliance Semiconductor."
MX86251   = "Macronix"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web3, load: 1.61