fgl4k.inf Driver File Contents (nt4gl46m.exe)

; fgl4k.inf
;
; Installation inf for third party (OEM) graphics drivers
;

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

[DestinationDirs]
DefaultDestDir=11
fgl4k.Miniport=12        ; drivers
fgl4k.Display=11         ; system32
dmdirect=12              ; drivers


;
; Driver information
;

[Manufacturer]
DIAMOND=EandS.Mfg

[EandS.Mfg]
DIAMOND FIRE GL 4000 Video Accelerator=fgl4k,  PCI\VEN_10BA&DEV_0301


;
; General installation section
;

[fgl4k]
CopyFiles=fgl4k.Miniport, fgl4k.Display, dmdirect

;
; File sections
;

[fgl4k.Miniport]
fgl4k.sys

[fgl4k.Display]
fgl4k.dll
fgl4k3d3.dll
fgl4k3d4.dll
dsmprof.dll
dmprf.hlp

[dmdirect]
dmdirect.sys

;
; Service Installation
;

[fgl4k.Services]
AddService=fgl4k, 0x00000002, fgl4k_Service_Inst, fgl4k_EventLog_Inst

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


[fgl4k_EventLog_Inst]
AddReg=fgl4k_EventLog_AddReg

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

;
; Software Installation
;

[fgl4k.SoftwareSettings]
AddReg=fgl4k_SoftwareDeviceSettings, DMDIRECT_Settings
DelReg=Driver_DelReg

[Driver_DelReg]
HKLM,"SOFTWARE\DSMMEDIA\FIRE GL 4000\Profiles\UnigraphicsSupport",
HKLM,"SOFTWARE\DSMMEDIA\FIRE GL 4000\Profiles\Maya NT"

[fgl4k_SoftwareDeviceSettings]
HKR,,InstalledDisplayDrivers,     %REG_MULTI_SZ%, fgl4k
HKR,,VgaCompatible,               %REG_DWORD%,    0
HKR,,DefaultSettings.BitsPerPel,%REG_DWORD%,0x20
HKR,,DefaultSettings.VRefresh,%REG_DWORD%,0x3C
HKR,,DefaultSettings.XResolution,%REG_DWORD%,0x280
HKR,,DefaultSettings.YResolution,%REG_DWORD%,0x1E0
HKR,,TextureMemoryMegs,%REG_DWORD%,16
HKR,,MaximumDeviceMemoryConfiguration,%REG_DWORD%,200
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",fgl4k-3,%REG_SZ%,fgl4k3d3
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",fgl4k-4,%REG_SZ%,fgl4k3d4
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management",SystemPages,%REG_DWORD%,0x10000

; Default Property Page Settings
HKLM,"SYSTEM\CurrentControlSet\Services\fgl4k\Device0","ES_SCLK",%REG_DWORD%,71
HKLM,"SYSTEM\CurrentControlSet\Services\fgl4k\Device0","CurrentProfile",%REG_SZ%,"Default"
HKLM,"SYSTEM\CurrentControlSet\Services\fgl4k\Device0","RebootFlags",%REG_DWORD%,0x700000ff
HKLM,"SYSTEM\CurrentControlSet\Services\fgl4k\Device0","Capabilities",%REG_DWORD%,0x4200008c

;Default Settings
HKLM,"SOFTWARE\DSMMEDIA\FIRE GL 4000\Profiles\Default","Capabilities",%REG_DWORD%,0x4200008c

;SoftImage Settings
HKLM,"SOFTWARE\DSMMEDIA\FIRE GL 4000\Profiles\Softimage","Capabilities",%REG_DWORD%,0x11000094

;3DStudio Max 2 Settings
HKLM,"SOFTWARE\DSMMEDIA\FIRE GL 4000\Profiles\3DStudio Max 2","Capabilities",%REG_DWORD%,0xc900008c

;Sense8 Settings
HKLM,"SOFTWARE\DSMMEDIA\FIRE GL 4000\Profiles\Sense8","Capabilities",%REG_DWORD%,0xc100008c

;Hoops Settings
HKLM,"SOFTWARE\DSMMEDIA\FIRE GL 4000\Profiles\HOOPS","Capabilities",%REG_DWORD%,0x4500008c

;ICEM Surf Settings
HKLM,"SOFTWARE\DSMMEDIA\FIRE GL 4000\Profiles\ICEM Surf","Capabilities",%REG_DWORD%,0x4700008c

;MAYA
HKLM,"SOFTWARE\DSMMEDIA\FIRE GL 4000\Profiles\MAYA","Capabilities",%REG_DWORD%,0x4200008c

;Catia
HKLM,"SOFTWARE\DSMMEDIA\FIRE GL 4000\Profiles\Catia","Capabilities",%REG_DWORD%,0x4200008c

;Unigraphics
HKLM,"SOFTWARE\DSMMEDIA\FIRE GL 4000\Profiles\Unigraphics","Capabilities",%REG_DWORD%,0x4200008c

;ProEngineer
HKLM,"SOFTWARE\DSMMEDIA\FIRE GL 4000\Profiles\ProEngineer","Capabilities",%REG_DWORD%,0x4300008c

; Property Sheet Entries
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\FIRE GL 4000 Configuration",,%REG_SZ%,"{D5743965-E0B5-11cf-9419-0000C01BA164}"
HKCR,"CLSID\{D5743965-E0B5-11cf-9419-0000C01BA164}",,%REG_SZ%,"Configuration PropertySheet"
HKCR,"CLSID\{D5743965-E0B5-11cf-9419-0000C01BA164}\InProcServer32",,%REG_SZ%,"dsmprof.dll"
HKCR,"CLSID\{D5743965-E0B5-11cf-9419-0000C01BA164}\InProcServer32",ThreadingModel,%REG_SZ%,"Apartment"

[DMDIRECT_Settings]
HKLM,System\CurrentControlSet\Services\DMDIRECT,ErrorControl,%REG_DWORD%,0
HKLM,System\CurrentControlSet\Services\DMDIRECT,Start,%REG_DWORD%,1
HKLM,System\CurrentControlSet\Services\DMDIRECT,Type,%REG_DWORD%,1

;
; Source file information
;

[SourceDisksNames]
1 = %DiskId%,,,""

[SourceDisksFiles]
fgl4k.sys=1,,44544
fgl4k.dll=1,,133120
fgl4k3d3.dll=1,,830464
fgl4k3d4.dll=1,,829952
dsmprof.dll=1,,40448
dmprf.hlp=1,,13160
dmdirect.sys=1,,3424


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

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

Mfg="DIAMOND FIRE GL 4000"

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

DiskId="Windows NT Driver Library installation disk"
drvlib="Windows 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: 0.94