astgr.inf Driver File Contents (V09007.zip)

;-----------------------------------------------
; ASPEED Display Information file : ASTGR.INF
; Installation INF for the ASPEED display driver.
; Copyright(C) 2004-2008 ASPEED Technologies Inc.
; Windows 2000/2003/2008
; Base INF Last Updated 02/14/2008

[Version]
Signature="$Windows NT$"
Provider=%Provider%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
DriverVer=07/14/2009,6.00.10.0090
CatalogFile=astgr.cat

[DestinationDirs]
DefaultDestDir  = 11
ASTGR.Miniport  = 12
ASTGR.Display   = 11

;
; Driver information
;
[Manufacturer]
%Mfg% = AST.Mfg, NTamd64

[AST.Mfg]
%Vendor.AST2100.Device1%	= AST , PCI\VEN_1A03&DEV_2010
%Vendor.AST2000.Device11%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_4846108E
%Vendor.AST2000.Device10%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_534F108E
%Vendor.AST2000.Device9%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_4334108E
%Vendor.AST2000.Device8%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_4333108E
%Vendor.AST2000.Device7%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_039B1014
%Vendor.AST2000.Device6%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_894B152D
%Vendor.AST2000.Device5%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_534C108E
%Vendor.AST2000.Device4%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_534B108E
%Vendor.AST2000.Device3%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_8940152D
%Vendor.AST2000.Device2%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_8949152D
%Vendor.AST2000.Device1%	= AST , PCI\VEN_1A03&DEV_2000

[AST.Mfg.NTamd64]
%Vendor.AST2100.Device1%	= AST , PCI\VEN_1A03&DEV_2010
%Vendor.AST2000.Device11%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_4846108E
%Vendor.AST2000.Device10%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_534F108E
%Vendor.AST2000.Device9%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_4334108E
%Vendor.AST2000.Device8%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_4333108E
%Vendor.AST2000.Device7%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_039B1014
%Vendor.AST2000.Device6%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_894B152D
%Vendor.AST2000.Device5%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_534C108E
%Vendor.AST2000.Device4%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_534B108E
%Vendor.AST2000.Device3%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_8940152D
%Vendor.AST2000.Device2%	= AST , PCI\VEN_1A03&DEV_2000&SUBSYS_8949152D
%Vendor.AST2000.Device1%	= AST , PCI\VEN_1A03&DEV_2000

;
; General installation section
;
[AST]
CopyFiles=ASTGR.Miniport, ASTGR.Display

;
; File sections
;
[ASTGR.Miniport]
astgrp.sys

[ASTGR.Display]
astgrv.dll

;
; Service Installation
;
[AST.Services]
AddService = ASTGraphics, 0x00000002, AST_Service_Inst, AST_EventLog_Inst

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

[AST_EventLog_Inst]
AddReg = AST_EventLog_AddReg

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

;
; Software Installation
;
[AST.SoftwareSettings]
AddReg = AST_SoftwareDeviceSettings

[AST_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers,           %REG_MULTI_SZ%, ASTGRV
HKR,, VgaCompatible,                     %REG_DWORD%,    0

;
; Source file information
;
[SourceDisksNames]
1 = %DiskId%,,,""

[SourceDisksFiles]
astgrp.sys = 1
astgrv.dll = 1

[AST.GeneralConfigData]
MaximumDeviceMemoryConfiguration=512
MaximumNumberOfDevices=4

[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     = "ASPEED Technology Inc. Installation Disk"
Provider   = "ASPEED"
Mfg        = "AST"
Vendor.AST2000.Device1    = "ASPEED Graphics Family"
Vendor.AST2000.Device2    = "AST2000"
Vendor.AST2000.Device3    = "AST2000"
Vendor.AST2000.Device4    = "AST2000"
Vendor.AST2000.Device5    = "AST2000"
Vendor.AST2000.Device6    = "AST2000"
Vendor.AST2000.Device7    = "AST1100"
Vendor.AST2000.Device8    = "AST2000"
Vendor.AST2000.Device9    = "AST2000"
Vendor.AST2000.Device10   = "AST2000"
Vendor.AST2000.Device11   = "AST2000"
Vendor.AST2100.Device1    = "ASPEED Graphics Family"
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: web4, load: 0.63