STB4400d.inf Driver File Contents (TNT-NT4.exe)

;
; STB Display INF file
;

[Version]
Signature="$Windows NT$"
Provider=%STB%
LayoutFile=layout.inf
Class=Display

;
; Dest directories are \windows\system32 and \windows\system32\drivers
;

[DestinationDirs]
DefaultDestDir    = 11
STB.Miniport      = 12
STB.Display       = 11
STB.rm            = 12
STB.oldrm         = 12
dell.codec        = 11
;
; The Manufacturer section lists all of the manufacturers that we will
; display in the Dialog box. DEVICE sections are specified.
;

[Manufacturer]
%STB%      = STB.Mfg

;
; Device section. Each section here corresponds with an entry listed in the
; [Manufacturer] section, above. The models will be displayed in the order
; that they appear in the INF file. This section identifies
; the corresponding INSTALL sections.
;


[STB.Mfg]

STB nVidia 4400 TNT = STB

;---------------------------------------------------------------------
; STB Driver INSTALL Section. This INSTALL section specifies
; what files are to to be copied (File List sections)
;---------------------------------------------------------------------

[STB]
CopyFiles=STB.Miniport, STB.Display, STB.rm, STB.icd, dell.codec
DelFiles=STB.oldrm

;
; STB Driver INSTALL Section. This INSTALL section specifies
; what registry fields are to be modified (ADD Registry section)
;

[STB.SoftwareSettings]
AddReg = STB_SoftwareDeviceSettings
AddReg = STB_icdSoftwareSettings
AddReg = STB_DELL_codec
UpdateInis = UpdateInis

;
; STB Service Installation
;

[STB.Services]
AddService = STB, 0x00000002, STB_Generic_Service_Inst, STB_EventLog_Inst
DelService=nvarch
DelService=nvgfx
DelService=stbarch
DelService=stbgfx
DelService=nv

[STB_EventLog_Inst]
AddReg = STB_EventLog_AddReg

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

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

;
; File List sections for STB.Display and STB.Miniport
;

[STB.Display]
stb4400.dll

[STB.Miniport]
STB4400m.sys

[STB.oldrm]
stbarch.sys,0x00000001
stbgfx.sys,0x00000001
stb_mini.sys,0x00000001

[STB.icd]
stbog4nt.dll

[dell.codec]
Ir32_32.dll
ir41_32.ax
ir50_32.dll

;
; STB Add registry section
;

[STB_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, stb4400
HKR,, VgaCompatible,               %REG_DWORD%,    0
HKR,, DmaBuf,                      %REG_DWORD%,    5
HKR,, IF09,                        %REG_DWORD%,    1
HKR,, ValidRefreshRatesInHz,       %REG_BINARY%,   3c,00,00,00,4b,00,00,00,55,00,00,00,00,00,00,00
HKR,, ValidHorizResolution,	   %REG_BINARY%, 28,00,00,00,32,00,00,00,3c,00,00,00,40,00,00,00,50,00,00,00,64,00,00,00,78,00,00,00,80,00,00,00,90,00,00,00,A0,00,00,00,C8,00,00,00,00,00,00,00

[STB_icdSoftwareSettings]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, stbog4nt
[STB_DELL_codec]
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,%11%\ir32_32.dll,%REG_DWORD%,1
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,%11%\ir41_32.ax,%REG_DWORD%,1
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs,%11%\ir50_32.dll,%REG_DWORD%,1
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc","ir32_32.dll",0,"Indeo® video 3.2 by Intel"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc","ir41_32.ax",0,"Indeo® video interactive 4.x by Intel"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc","ir50_32.dll",0,"Indeo® video 5.06"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","vidc.ir41",0,"ir41_32.ax"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","vidc.iv50",0,"ir50_32.dll"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","vidc.iv32",0,"ir32_32.dll"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","vidc.iv31",0,"ir32_32.dll"
[UpdateInis]
%10%\system.ini,"drivers32",,"vidc.ir41=%SystemRoot%\System32\ir41_32.ax"
%10%\system.ini,"drivers32",,"vidc.iv31=%SystemRoot%\System32\ir32_32.dll"
%10%\system.ini,"drivers32",,"vidc.iv32=%SystemRoot%\System32\ir32_32.dll"
%10%\system.ini,"drivers32",,"vidc.iv50=%SystemRoot%\System32\ir50_32.dll"
%10%\control.ini,"drivers.desc",,"ir32_32.dll=Indeo® video 3.2 by Intel"
%10%\control.ini,"drivers.desc",,"ir41_32.ax=Indeo® video interactive 4.x by Intel"
%10%\control.ini,"drivers.desc",,"ir50_32.dll=Indeo® video 5.06"

[SourceDisksNames]
51 = %DiskId1%,,,""
52 = %DiskId2%,,,""
53 = %DiskId3%,,,""

[SourceDisksFiles]
stb4400.dll	= 51 
stb4400m.sys	= 51 
stbog4nt.dll	= 51 
ir32_32.dll	= 52
ir50_32.dll 	= 52
ir41_32.ax	= 53

[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
;

STB      = "STB Velocity 4400"

DiskId1="STB 4400 NT Driver Library installation disk 1"
DiskId2="STB 4400 NT Driver Library installation disk 2"
DiskId3="STB 4400 NT Driver Library installation disk 3"
drvlib="STB 4400 NT Driver Library"
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: web2, load: 1.44