home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2000 September
/
VPR0009B.BIN
/
DRIVER
/
CANOPUS
/
SPW2K51D
/
spw2k501_drv.exe
/
SPCTD.INF
< prev
next >
Wrap
Windows Setup INFormation
|
2000-06-26
|
5KB
|
165 lines
/****************************************************************************
* *
* Copyright (C) 1998-2000 Canopus. All Rights Reserved. *
* *
****************************************************************************/
; INF file for Canopus SPECTRA Series Windows 2000 display driver
[Version]
Signature="$Windows NT$"
Provider=%CANOPUS%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
CatalogFile=spctd.cat
DriverVer=06/27/2000,5.02.02
;
; Dest directories are \windows\system32 and \windows\system32\drivers
;
[DestinationDirs]
DefaultDestDir = 11
TTD.Display = 11 ; system32
TTD.Miniport = 12 ; drivers
TTD.Inf = 17 ; inf
TTD.Icd = 11
;
; The Manufacturer section lists all of the manufacturers that we will
; display in the Dialog box. DEVICE sections are specified.
;
[Manufacturer]
%CANOPUS% = CANOPUS.Mfg
;
; Device section. Each section here corresponds with an entry listed in the
; [Manufacturer] section, above. The models will be displayed in the order
; that they appear in the INF file. This section identifies
; the corresponding INSTALL sections.
;
[CANOPUS.Mfg]
%CANOPUS% SPECTRA 2500 = TTD,, PCI\VEN_10DE&DEV_0020&SUBSYS_1004114B
%CANOPUS% SPECTRA 3200 = TTD,, PCI\VEN_10DE&DEV_0020&SUBSYS_1005114B
%CANOPUS% SPECTRA 5400 = TTD,, PCI\VEN_10DE&DEV_0028&SUBSYS_1007114B
%CANOPUS% SPECTRA 5400 Premium Edition = TTD,, PCI\VEN_10DE&DEV_0029&SUBSYS_1008114B
%CANOPUS% SPECTRA 7400 = TTD,, PCI\VEN_10DE&DEV_0100&SUBSYS_100C114B
%CANOPUS% SPECTRA 7400 DDR = TTD,, PCI\VEN_10DE&DEV_0101&SUBSYS_100D114B
%CANOPUS% SPECTRA Light T32= TTD,, PCI\VEN_10DE&DEV_0028&SUBSYS_1011114B
%CANOPUS% SPECTRA 8400 = TTD,, PCI\VEN_10DE&DEV_0150&SUBSYS_1010114B
;---------------------------------------------------------------------
; TTD Driver INSTALL Section. This INSTALL section specifies
; what files are to to be copied (File List sections)
;---------------------------------------------------------------------
[TTD]
CopyFiles=TTD.Miniport, TTD.Display, TTD.Inf, TTD.Icd
;
; TTD Driver INSTALL Section. This INSTALL section specifies
; what registry fields are to be modified (ADD Registry section)
;
[TTD.SoftwareSettings]
AddReg = TTD_SoftwareDeviceSettings
AddReg = TTD_IcdSoftwareSettings
DelReg = TTD_ClearRegistrySettings
;
; TTD Service Installation
;
[TTD.Services]
AddService = "SPECTRA", 0x00000002, TTD_Generic_Service_Inst, TTD_EventLog_Inst
[TTD.GeneralConfigData]
MaximumDeviceMemoryConfiguration=80
[TTD_EventLog_Inst]
AddReg = TTD_EventLog_AddReg
[TTD_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\ttdvm.sys"
HKR,,TypesSupported,0x00010001,7
[TTD_Generic_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\ttdvm.sys
;
; File List sections for TTD.Display, TTD.Miniport and TTD.Icd
;
[TTD.Display]
ttddisp.dll
ttddiswt.dll
[TTD.Miniport]
ttdvm.sys
[TTD.Icd]
ttdoglnt.dll
[TTD.Inf]
spbt829.inf
;
; TTD Add registry section
;
[TTD_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, ttddisp
HKR,, VgaCompatible, %REG_DWORD%, 0
HKR,, EnableOpenGL, %REG_BINARY%, 1,0,0,0
HKR,, DisableAgp, %REG_BINARY%, 0,0,0,0
HKR,, OverlayColorControlEnable, %REG_BINARY%, 1,0,0,0
[TTD_IcdSoftwareSettings]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",Version, %REG_DWORD%, 00000002
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",DriverVersion, %REG_DWORD%, 0x00010000
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",Dll, %REG_SZ%, ttdoglnt
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",Flags, %REG_DWORD%, 00000001
[TTD_ClearRegistrySettings]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT
HKR,, ModeDisabled
HKR,, ChipSet
;-------------
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId%,,,""
[SourceDisksFiles]
ttddisp.dll = 1
ttddiswt.dll = 1
ttdvm.sys = 1
ttdoglnt.dll = 1
spbt829.inf = 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 = "Canopus SPECTRA Series Installation DISK"
CANOPUS = "Canopus"