Accel3D.inf Driver File Contents (accel2drvnt.exe)

; Accel3D.inf                                                                                                               
;                                                                                                                      
; Installation inf for the AccelGraphics AccelSTAR II  graphics adapter.                                                                   
;               

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

[DestinationDirs]
DefaultDestDir   		= 11
Accel3D.Miniport		= 12	; drivers
Accel3D.Display		= 11	; system32
Accel3D.Applet		= 11	; system32
Accel3D.OGLIcd		= 11	; system32
Accel3D.AGIMisc		= 10	; SystemRoot
Accel3D.AccelPanelInSystem32 	= 11	; system32
Accel3D.Cursors		= 11	; system32

;This section is for doing preloading of the software by a DOS utility.
;This is used by some OEM's.
Accel3D.InstallScript = 17	; Inf

;
; Driver information
;

[Manufacturer]

"AccelGraphics" = AccelGraphics.Mfg							

[AccelGraphics.Mfg]
AccelSTAR II    3D Video Accelerator = Accel3D, PCI\VEN_104C&DEV_3D07&SUBSYS_01003D3D	; PnP P2c/P2a
AccelSTAR II    3D Video Accelerator = Accel3D, PCI\VEN_3D3D&DEV_0007&SUBSYS_01003D3D	; PnP P2
AccelSTAR II    3D Video Accelerator = Accel3D, PCI\VEN_3D3D&DEV_0009&SUBSYS_00111040	; PnP P2v
AccelSTAR II    3D Video Accelerator = Accel3D						; AccelGraphics Legacy devices

;
; General installation section
;

[Accel3D]
CopyFiles=Accel3D.Miniport, Accel3D.Display, Accel3D.OGLIcd
CopyFiles= Accel3D.AGIMisc, Accel3D.Cursors
CopyFiles=Accel3D.AccelPanelInSystem32
CopyFiles=Accel3D.InstallScript
AddReg    = AccelPanel.Add.Reg
DelReg     = AccelPanel.Del.Reg

;
; File sections
;

[Accel3D.Miniport]
Accel3D.Sys,	Accel3D.Sys

[Accel3D.Display]
; [ganesh] 6/16/97 Accel3D.dll is the single screen driver and Accel3D2.dll is the dual screen driver
Accel3D.Dll,	Accel3D.Dll
Accel3D2.Dll,	Accel3D2.Dll

[Accel3D.OGLIcd]
Accel3DO.Dll,	Accel3DO.Dll

[Accel3D.AccelPanelInSystem32]
AgiPanel.Dll, AgiPanel.Dll
AgiPanel.Hlp, AgiPanel.Hlp
AgiLang.Dll, AgiLang.Dll

[Accel3D.AGIMisc]
X29.Exe,	X29.Exe

[Accel3D.Cursors]
Agi.Ani,	Agi.Ani
AgiArrow.Ani,	AgiArrow.Ani

[Accel3D.InstallScript]
Accel3D.Inf

;
; Service Installation
;

[Accel3D.Services]
AddService = Accel3D, 0x00000002, Accel3D_Service_Inst, Accel3D_EventLog_Inst

[Accel3DIS.Services]
AddService = Accel3D, 0x00000002, Accel3D_Service_Inst, Accel3D_EventLog_Inst

[Accel3D_Service_Inst]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary  = %12%\Accel3D.Sys

[Accel3D_EventLog_Inst]
AddReg = Accel3D_EventLog_AddReg

[Accel3D_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.Dll;%SystemRoot%\System32\Drivers\Accel3D.Sys"
HKR,,TypesSupported,0x00010001,7

;
; Software Installation
;

[Accel3D.SoftwareSettings]
AddReg = Accel3D_SoftwareDeviceSettings

[Accel3D_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers,        %REG_MULTI_SZ%, Accel3D
HKR,, VgaCompatible,                  %REG_DWORD%,    0
HKR,, DoubleBuffer.NumberOfBuffers,   %REG_DWORD%,    2
HKR,, ExportSingleBufferedModes,      %REG_DWORD%,    0

HKR,, Accel3DDMA.SizeOfBuffer,        %REG_DWORD%,    65536
HKR,, Accel3DDMA.NumberOfBuffers,     %REG_DWORD%,    8
HKR,, Accel3DDMA.NumberOfSubBuffers,  %REG_DWORD%,    2

HKR,, GlintClockSpeed,                %REG_DWORD%,    0
HKR,, GlintGammaClockSpeed0,          %REG_DWORD%,    0
HKR,, GlintGammaClockSpeed1,          %REG_DWORD%,    0
HKR,, GlintGammaClockSpeed2,          %REG_DWORD%,    0
HKR,, PermediaClockSpeed,             %REG_DWORD%,    83
HKR,, DisableGlintInterrupts,         %REG_DWORD%,    0
HKR,, EnableFastUpload,               %REG_DWORD%,    0
HKR,, EnableDDC,                      %REG_DWORD%,    0
HKR,, Accel3DDMA.LatencyTimer,        %REG_DWORD%,    255
HKR,, GlintDMA.UseAGP,                %REG_DWORD%,    1
HKR,, Accel3DTiming.Use2ClockMemoryCtl, %REG_DWORD%,    1
HKR,, LocalBuffer.NoDynamicSizing,    %REG_DWORD%,    1
HKR,, 3DInterfaceBuffer.SizeLongs,    %REG_DWORD%,    8192
HKR,, 3DExtensions.SupportGDIsingle,  %REG_DWORD%,    1
HKR,, 3DExtensions.SupportGDIdouble,  %REG_DWORD%,    1
HKR,, OpenGL.DisableMipMaps,          %REG_DWORD%,    0
HKR,, OpenGL.PerspectiveCorrection,   %REG_DWORD%,    1
HKR,, OpenGL.DisableDelta,            %REG_DWORD%,    0
HKR,, OpenGL.DrawLineEndPoints,       %REG_DWORD%,    0
HKR,, OpenGL.EnableDirectAccess,      %REG_DWORD%,    0
HKR,, OpenGL.ForceNNTexFilter,        %REG_DWORD%,    0
HKR,, OpenGL.ForceCompliance,         %REG_DWORD%,    0
HKR,, OpenGL.SupportSoftimage,        %REG_DWORD%,    0
HKR,, OpenGL.SupportSoftimage351,     %REG_DWORD%,    0
HKR,, OpenGL.TextureCompression,      %REG_DWORD%,    0
HKR,, OpenGL.UseExtentsTesting,       %REG_DWORD%,    0
HKR,, UseBiosAddresses,               %REG_DWORD%,    0

HKR,, OpenGL.UseFastClear,            %REG_DWORD%,    0
HKR,, CreateGlintDMADeviceSymbolicLink,            %REG_DWORD%,    1
HKR,, OpenGL.UseHiQualityTexture,     %REG_DWORD%,    0
HKR,, OpenGL.MCAD,					  %REG_DWORD%,    1
HKR,, OpenGL.WaitForVBlank,           %REG_DWORD%,    0
HKR,, OpenGL.DisablePermediaAALines,	%REG_DWORD%,    1
HKR,, OpenGL.SwStippleLineStrip, 	%REG_DWORD%,	 0
HKR,, DisablePCIDisconnect,           %REG_DWORD%,    0
HKR,, Gamma.DisableFastGeoCopyBlt,    %REG_DWORD%,    0
HKR,, P2AGPResetBeforeRestart,        %REG_DWORD%,    0
HKR,, Direct3DHAL.Disable,			  %REG_DWORD%,    0
HKR,, Direct3DHAL.PatchMode,		  %REG_DWORD%,    0
HKR,, Direct3DHAL.DisableDelta,		  %REG_DWORD%,    0
HKR,, Direct3DHAL.Disable,			  %REG_DWORD%,    0
HKR,, Direct3DHAL.DisableAlphaTextures,		%REG_DWORD%,    0
HKR,, Direct3DHAL.Enable8BitRGBTextures,	%REG_DWORD%,    0
HKR,, Direct3DHAL.ForceCopyMode,	  %REG_DWORD%,    0
HKR,, Direct3DHAL.NoDMA,			  %REG_DWORD%,    1
HKR,, Direct3DHAL.Initialised,		  %REG_DWORD%,    0
HKR,, Direct3DHAL.PermediaMip,		  %REG_DWORD%,    1
HKR,, Direct3DHAL.FilterVideo,		  %REG_DWORD%,    1
HKR,, Direct3DHAL.Enable8BitP2Textures,		%REG_DWORD%,    1
HKR,, Direct3DHAL.RectAlloc,		  %REG_DWORD%,    0
HKR,, Direct3DHAL.SubBuffers,		  %REG_DWORD%,    8
HKR,, DisableDirectGDIAccess,        %REG_DWORD%,    0
HKR,, DoubleBuffer.MultiColorSpace,   %REG_DWORD%,    0
HKR,, Accel3D.WarmReboot,             %REG_DWORD%,    1
HKR,, DisableOffScreenBitmaps,        %REG_DWORD%,    0

HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers","AccelGraphics Accel3D Driver",%REG_SZ%,Accel3DO

HKEY_CLASSES_ROOT,"CLSID\{CE356DD4-09D3-11d1-BD28-00805FC1806E}\InProcServer32",,,agipanel.dll
HKEY_CLASSES_ROOT,"CLSID\{CE356DD4-09D3-11d1-BD28-00805FC1806E}\InProcServer32",ThreadingModel,,Apartment
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\AgiPages",,,"{CE356DD4-09D3-11d1-BD28-00805FC1806E}"
HKLM,"System\CurrentControlSet\Services\Accel3D\Device0", InstalledDisplayDrivers, %REG_MULTI_SZ%, Accel3D

;
; Source file information
;

[SourceDisksNames]
1 = %DiskId1%,,,""
2 = %DiskId2%,,,""
3 = %DiskId3%,,,""

[SourceDisksFiles.x86]
; Platform Independent Files ..............
; There is a certain order which is important if we are installing
; with multiple disks. We must place all the disk 1 items first,
; then the disk 2 items, then the disk 3 items, etc.....

; Disk 1 items.
Accel3D.Dll	= %AgiInstallOnDisk1IfNeeded% 
Accel3D.Sys	= %AgiInstallOnDisk1IfNeeded% 
AgiPanel.Dll	= %AgiInstallOnDisk1IfNeeded%
AgiPanel.Hlp	= %AgiInstallOnDisk1IfNeeded%
AgiLang.Dll	= %AgiInstallOnDisk1IfNeeded%

; Disk 2 items.
Accel3D2.Dll	 = %AgiInstallOnDisk2IfNeeded%
Agi.Ani		= %AgiInstallOnDisk2IfNeeded%
AgiArrow.Ani	= %AgiInstallOnDisk2IfNeeded%
X29.Exe		= %AgiInstallOnDisk2IfNeeded%

; Disk 3 items
Accel3DO.Dll	= %AgiInstallOnDisk3IfNeeded%


[Optional Components]
AccelPanelInstall

[AccelPanelInstall]
AddReg    = AccelPanel.Add.Reg
DelReg    = AccelPanel.Del.Reg

[AccelPanel.Add.Reg]
; Repair a commonly-damaged part of the registry while we're here
HKCR,lnkfile,IsShortcut
HKCR,piffile,IsShortcut

[AccelPanel.Del.Reg]
HKLM,"System\CurrentControlSet\Services\Accel3D\TIMINGS"
HKLM,"System\CurrentControlSet\Services\Accel3D\Device0"

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

Mfg          = "AGI"
MS="Microsoft"
autodetect="Autodetect driver"
vgacompat="VGA compatible display adapter"

GraphAdap    = "Graphics Adapter"
CompatAdap   = "Compatible Graphics Adapter"

DiskId1="AccelGraphics NT40 3D Graphics Driver Disk 1"
DiskId2="AccelGraphics NT40 3D Graphics Driver Disk 2"
DiskId3="AccelGraphics NT40 3D Graphics Driver Disk 3"

drvlib="Windows NT Driver Library"

SMWCV="Software\Microsoft\Windows\CurrentVersion"
AccelPanelStartUp="AccelPanel Startup"
AccelOemSetupBuildVersionString="Accel3DOemSetup.BuildVersion"
AgiUnzipStartUp="AccelGraphics Initial Installation File Unzip Procedure"
AgiInstallOnDisk1IfNeeded=1
AgiInstallOnDisk2IfNeeded=2
AgiInstallOnDisk3IfNeeded=3

;	End of Accel3D.Inf
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: ftp, load: 4.01