; Aclps.inf
;
; Installation inf for the AccelGraphics Aclps graphics adapter.
;
[Version]
Signature="$CHICAGO$"
Provider=Microsoft
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
[DestinationDirs]
DefaultDestDir = 11
Aclps.Miniport = 12 ; drivers
Aclps.Display = 11 ; system32
Aclps.Install = 17 ; inf files
;
; Driver information
;
[Manufacturer]
;%AccelGraphics% = AccelGraphics.Mfg
AccelGraphics = AccelGraphics.Mfg
[AccelGraphics.Mfg]
%AccelGraphics% = Aclps
;
; General installation section
;
[Aclps]
CopyFiles=Aclps.Miniport, Aclps.Display, Aclps.Install
[AclpsIS]
AddReg=Aclps.AddRegs
;
; File sections
;
[Aclps.Miniport]
Aclps.sys, Aclps.sys
[Aclps.Display]
Aclps.dll, Aclps.dll
AclpsTab.dll, AclpsTab.dll
Agipanel.hlp, Agipanel.hlp
AclpsOgl.dll, AclpsOgl.dll
AclpsOdm.dll, AclpsOdm.dll
AclpsOag.dll, AclpsOag.dll
[Aclps.Install]
Aclps.inf
;
; Service Installation
;
[Aclps.Services]
AddService = Aclps, 0x00000002, Aclps_Service_Inst, Aclps_EventLog_Inst
[AclpsIS.Services]
AddService = Aclps, 0x00000002, Aclps_Service_Inst, Aclps_EventLog_Inst
[Aclps_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\Aclps.sys
[Aclps_EventLog_Inst]
AddReg = Aclps_EventLog_AddReg
[Aclps_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\Aclps.sys"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;
[Aclps.SoftwareSettings]
AddReg = Aclps_SoftwareDeviceSettings
[Aclps_SoftwareDeviceSettings]
HKR,,InstalledDisplayDrivers, %REG_MULTI_SZ%, Aclps
HKR,,VgaCompatible, %REG_DWORD%, 0
HKR,,DefaultSettings.BitsPerPel,%REG_DWORD%,0x20
HKR,,DefaultSettings.VRefresh,%REG_DWORD%,0x48
HKR,,DefaultSettings.XResolution,%REG_DWORD%,0x400
HKR,,DefaultSettings.YResolution,%REG_DWORD%,0x300
HKR,,TextureMemoryMegs,%REG_DWORD%,16
HKR,,ForceHwCursor,%REG_DWORD%,1
HKR,,MaximumDeviceMemoryConfiguration,%REG_DWORD%,200
; 3/25/97 -ganesh- Initilize other registry settings for optimal performance
HKR,,AlphaPlanes,%REG_DWORD%,0
HKR,,ColorDepth,%REG_DWORD%,3
HKR,,Default32BitTexels,%REG_DWORD%,0
HKR,,DepthBuffer,%REG_DWORD%,1
HKR,,DoGammaCorrection,%REG_DWORD%,1
HKR,,DoubleBuffer,%REG_DWORD%,0
HKR,,Overlay8Planes,%REG_DWORD%,0
HKR,,OverlayPlanes,%REG_DWORD%,0
HKR,,PciBusSpeed,%REG_DWORD%,33
HKR,,PixelPerfect,%REG_DWORD%,0
HKR,,SoftImageSupport,%REG_DWORD%,0
HKR,,StencilPlanes,%REG_DWORD%,1
HKR,,SwapSync,%REG_DWORD%,0
HKR,,ChosenOpenGLApplication,%REG_DWORD%,1060
HKR,,EnableDDC,%REG_DWORD%,0
HKR,,SystemClockSpeed,%REG_DWORD%,0
HKR,,DMABufferSize,%REG_DWORD%,32768
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",Aclps,%REG_SZ%,AclpsOgl
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",Aclps_dm,%REG_SZ%,AclpsOdm
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",Aclps_ag,%REG_SZ%,AclpsOag
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management",SystemPages,%REG_DWORD%,0x10000
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\REALimage 1000 CPL Extension",,%REG_SZ%,"{c28aab00-d044-11cf-afb9-c89f49000000}"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved","{c28aab00-d044-11cf-afb9-c89f49000000}",%REG_SZ%,"REALimage 1000 CPL Extension"
HKLM,"SOFTWARE\Classes\CLSID\{c28aab00-d044-11cf-afb9-c89f49000000}",,%REG_SZ%,"REALimage 1000 CPL Extension"
HKLM,"SOFTWARE\Classes\CLSID\{c28aab00-d044-11cf-afb9-c89f49000000}\InProcServer32",,%REG_SZ%,"AclpsTab.dll"
HKLM,"SOFTWARE\Classes\CLSID\{c28aab00-d044-11cf-afb9-c89f49000000}\InProcServer32",ThreadingModel,%REG_SZ%,"Apartment"
[Aclps.AddRegs]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",Aclps,%REG_SZ%,AclpsOgl
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",Aclps_dm,%REG_SZ%,AclpsOdm
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",Aclps_ag,%REG_SZ%,AclpsOag
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management",SystemPages,%REG_DWORD%,0x10000
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\REALimage 1000 CPL Extension",,%REG_SZ%,"{c28aab00-d044-11cf-afb9-c89f49000000}"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved","{c28aab00-d044-11cf-afb9-c89f49000000}",%REG_SZ%,"REALimage 1000 CPL Extension"
HKLM,"SOFTWARE\Classes\CLSID\{c28aab00-d044-11cf-afb9-c89f49000000}",,%REG_SZ%,"REALimage 1000 CPL Extension"
HKLM,"SOFTWARE\Classes\CLSID\{c28aab00-d044-11cf-afb9-c89f49000000}\InProcServer32",,%REG_SZ%,"AclpsTab.dll"
HKLM,"SOFTWARE\Classes\CLSID\{c28aab00-d044-11cf-afb9-c89f49000000}\InProcServer32",ThreadingModel,%REG_SZ%,"Apartment"
HKLM,"System\CurrentControlSet\Services\Aclps\Device0", InstalledDisplayDrivers, %REG_MULTI_SZ%, Aclps
[Aclps.OpenGLSoftwareSettings]
HKR,, AccelGraphics OpenGL driver, %REG_SZ%, AclpsOgl.dll
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId1%,,,""
2 = %DiskId2%,,,""
3 = %DiskId3%,,,""
[SourceDisksFiles]
Aclps.sys = 1
Aclps.dll = 1
AclpsTab.dll = 1
Agipanel.hlp = 1
Aclps.inf = 1
AclpsOgl.dll = 1
AclpsOdm.dll = 2
AclpsOag.dll = 3
[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
;
DiskId1 = "AccelGraphics Installation DISK (VIDEO) Disk 1 of 3"
DiskId2 = "AccelGraphics Installation DISK (VIDEO) Disk 2 of 3"
DiskId3 = "AccelGraphics Installation DISK (VIDEO) Disk 3 of 3"
GraphAdap = "Graphics Adapter"
AccelGraphics = "AccelGraphics AccelECLIPSE"
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.