;
;
; Copyright (C) Advanced Micro Devices, Inc. All Rights Reserved.
;
;
;
;
;
;
; Installation inf for the Advanced Micro Devices GX graphics adapter.
;
[Version]
Signature="$WINDOWS NT$"
Provider=%AMD%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
DriverVer=12/17/2004, 2.00.01
CatalogFile=gx_win.cat
[DestinationDirs]
DefaultDestDir = 11
gx.Miniport = 12 ; drivers
gx.Display = 11 ; system32
;
; Driver information
;
[Manufacturer]
%AMD% = gx.Mfg
[gx.Mfg]
%AMD% Windows Graphics Driver = GX, PCI\VEN_100B&DEV_0030
;
; General installation section
;
[GX]
CopyFiles=gx.Miniport, gx.Display , gx.Appls
;
; File sections
;
[gx.Miniport]
gxm.sys
[gx.Display]
gx.dll
[gx.Appls]
DisplayPage.dll
;
; Service Installation
;
[gx.Services]
AddService = GX, 0x00000002, GX_Service_Inst, GX_EventLog_Inst
[GX_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\gxm.sys
[GX_EventLog_Inst]
AddReg = GX_EventLog_AddReg
[GX_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\gxm.sys"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;
[gx.SoftwareSettings]
AddReg = GX_SoftwareDeviceSettings
[GX_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, GX
HKR,, VgaCompatible, %REG_DWORD%, 0
HKR,, MultiFunctionSupported, %REG_DWORD%, 1
HKR,, Compression, %REG_DWORD%, 1
HKR,, DDCEnabled, %REG_DWORD%, 1
HKR,, FBLinear, %REG_DWORD%, 1
HKR,, AntialiasedText, %REG_DWORD%, 1
HKCR,"CLSID\{2F5AC606-70CF-461C-BFE1-6063670C3484}\InProcServer32",,,"DisplayPage.dll"
HKCR,"CLSID\{2F5AC606-70CF-461C-BFE1-6063670C3484}\InProcServer32",ThreadingModel,,"Apartment"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Device\shellex\PropertySheetHandlers\GeodeDisplayPage",,,"{2F5AC606-70CF-461C-BFE1-6063670C3484}"
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId%,,,""
[SourceDisksFiles]
gxm.sys = 1
gx.dll = 1
DisplayPage.dll = 1
[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 = "Advanced Micro Devices Graphics Display Driver Installation DISK (VIDEO)"
GraphAdap = "Graphics Adapter"
AMD = "Advanced Micro Devices"