; banshee.inf
;
; Installation inf for the 3Dfx Interactive, Inc. Voodoo Banshee graphics adapter.
;
[Version]
Signature="$CHICAGO$"
Provider=%3Dfx%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
[DestinationDirs]
DefaultDestDir = 11
banshee.Miniport = 12 ; drivers
banshee.Display = 11 ; system32
Control.Panel = 11
banshee.Inf = 17
banshee.help = 18
;
; Driver information
;
[Manufacturer]
%3Dfx% = 3Dfx.Mfg
[3Dfx.Mfg]
%3Dfx% Voodoo Banshee = banshee, PCI\VEN_121A&DEV_0003
;%3Dfx% Voodoo3 = banshee, PCI\VEN_121A&DEV_0004
;%3Dfx% Voodoo3 = banshee, PCI\VEN_121A&DEV_0005
;
; General installation section
;
[banshee]
CopyFiles=banshee.Miniport, banshee.Display, Control.Panel, banshee.Inf,banshee.help
AddReg=Control.Panel.Addreg, Uninstall.All.Addreg, Uninstall.CP.Addreg
[banshee.Uninstall.All]
DelReg=Control.Panel.Addreg, Uninstall.All.Addreg, Uninstall.CP.Addreg
DelService=banshee
DelFiles=banshee.Miniport, banshee.Display, Control.Panel, banshee.Inf.DelFiles, banshee.help
Reboot
[banshee.Uninstall.CP]
DelReg=Control.Panel.Addreg, Uninstall.CP.Addreg
DelFiles=Control.Panel
;
; File sections
;
[banshee.Miniport]
banshee.sys
[banshee.Display]
banshee.dll
glide2x.dll
glide3x.dll
3DfxSpl3.dll
[Control.Panel]
3DfxVBps.dll
[banshee.Inf]
Banshee.Inf
[banshee.help]
3DfxVBps.hlp
[banshee.Inf.DelFiles]
Banshee.Inf
Banshee.Pnf
;
; Registry sections
;
[Control.Panel.Addreg]
HKCR,"CLSID\{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}","",,"3Dfx Voodoo Banshee Property Sheet"
HKCR,"CLSID\{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}\InProcServer32","",,"3DfxVBps.dll"
HKCR,"CLSID\{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}\InProcServer32",ThreadingModel,,"Apartment"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\Banshee",,,"{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved","{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}",,"3Dfx Voodoo Banshee Property Sheet"
[Uninstall.All.Addreg]
HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee",,,
HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee","DisplayName",,"3Dfx Voodoo Banshee Display Driver and Control Panel"
HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee","UninstallString",,"%11%\rundll32.exe setupapi.dll,InstallHinfSection banshee.Uninstall.All 132 %17%\Banshee.inf"
HKLM,"SYSTEM\CurrentControlSet\Services\banshee"
[Uninstall.CP.Addreg]
HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee CP",,,
HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee CP","DisplayName",,"3Dfx Voodoo Banshee Control Panel"
HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee CP","UninstallString",,"%11%\rundll32.exe setupapi.dll,InstallHinfSection banshee.Uninstall.CP 132 %17%\Banshee.inf"
;
; Service Installation
;
[banshee.Services]
AddService = banshee, 0x00000002, banshee_Service_Inst, banshee_EventLog_Inst
[banshee_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\banshee.sys
[banshee_EventLog_Inst]
AddReg = banshee_EventLog_AddReg
[banshee_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\banshee.sys"
HKR,,TypesSupported,0x00010001,7
;
; General config information
;
[banshee.GeneralConfigData]
MaximumDeviceMemoryConfiguration=68
;
; Software Installation
;
[banshee.SoftwareSettings]
AddReg = banshee_SoftwareDeviceSettings
[banshee_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, banshee
HKR,, VgaCompatible, %REG_DWORD%, 0
HKR,, UseNonBIOSModeSet, %REG_DWORD%, 1
[banshee.OpenGLSoftwareSettings]
AddReg = banshee_OpenGLSoftwareSettings
[banshee_OpenGLSoftwareSettings]
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId%,,,""
[SourceDisksFiles]
banshee.sys = 1
banshee.dll = 1
glide2x.dll = 1
glide3x.dll = 1
3DfxVBps.dll = 1
3DfxVBps.hlp = 1
3DfxSpl3.dll = 1
banshee.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
;
DiskId = "3Dfx Interactive, Inc. Installation DISK (VIDEO)"
GraphAdap = "Graphics Adapter"
3Dfx = "3Dfx Interactive, Inc."
Download Driver Pack
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.