home *** CD-ROM | disk | FTP | other *** search
- ; mga64.inf
- ;
- ; Installation inf for the Matrox Graphics mga64 graphics adapter.
- ;
-
- [Version]
- Signature="$CHICAGO$"
- Provider=%Matrox%
- ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
- Class=Display
-
- [DestinationDirs]
- DefaultDestDir = 11
- mga64.Miniport = 12 ; drivers
- mga64.Display = 11 ; system32
-
- ;
- ; Driver information
- ;
-
- [Manufacturer]
- %Matrox% = Matrox.Mfg
-
- [Matrox.Mfg]
- %Matrox% Marvel G200 = mga64
- %Matrox% Millennium G200 = mga64
- %Matrox% Millennium G200 LE = mga64
- %Matrox% Mystique G200 = mga64
- %Matrox% Mystique G200-Video = mga64
- %Matrox% MGA-G200 = mga64
- %Matrox% Productiva G100 = mga64
- %Matrox% MGA-G100 = mga64
- %Matrox% Millennium II = mga64
-
- ;
- ; General installation section
- ;
-
- [mga64]
- CopyFiles=mga64.Miniport, mga64.Display
-
- ;
- ; File sections
- ;
-
- [mga64.Miniport]
- mga64.sys
-
- [mga64.Display]
- mga64.dll
-
-
- ;
- ; Service Installation
- ;
-
- [mga64.Services]
- AddService = mga64, 0x00000002, mga64_Service_Inst, mga64_EventLog_Inst
-
- [mga64_Service_Inst]
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 1 ; SERVICE_SYSTEM_START
- ErrorControl = 0 ; SERVICE_ERROR_IGNORE
- LoadOrderGroup = Video
- ServiceBinary = %12%\mga64.sys
-
- [mga64_EventLog_Inst]
- AddReg = mga64_EventLog_AddReg
-
- [mga64_EventLog_AddReg]
- HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\mga64.sys"
- HKR,,TypesSupported,0x00010001,7
-
-
- ;
- ; Software Installation
- ;
-
- [mga64.SoftwareSettings]
- AddReg = mga64_SoftwareDeviceSettings
-
- [mga64_SoftwareDeviceSettings]
- HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, mga64
- HKR,, VgaCompatible, %REG_DWORD%, 0
-
-
- [mga64.OpenGLSoftwareSettings]
-
-
- ;
- ; Source file information
- ;
-
- [SourceDisksNames.x86]
- 1 = %DiskId%,,,""
-
- [SourceDisksFiles]
- mga64.sys = 1
- mga64.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 = "Matrox Graphics Installation DISK (VIDEO)"
- GraphAdap = "Graphics Adapter"
- Matrox = "Matrox Graphics"
-