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 >
Windows Setup INFormation  |  2000-06-26  |  5KB  |  165 lines

  1. /****************************************************************************
  2. *                                                                           *
  3. * Copyright (C) 1998-2000 Canopus.  All Rights Reserved.                    *
  4. *                                                                           *
  5. ****************************************************************************/
  6.  
  7. ; INF file for Canopus SPECTRA Series Windows 2000 display driver
  8.  
  9. [Version]
  10. Signature="$Windows NT$"
  11. Provider=%CANOPUS%
  12. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  13. Class=Display
  14. CatalogFile=spctd.cat
  15. DriverVer=06/27/2000,5.02.02
  16.  
  17. ;
  18. ; Dest directories are \windows\system32 and \windows\system32\drivers
  19. ;
  20.  
  21. [DestinationDirs]
  22. DefaultDestDir  = 11
  23. TTD.Display     = 11  ; system32
  24. TTD.Miniport    = 12  ; drivers
  25. TTD.Inf         = 17  ; inf
  26. TTD.Icd         = 11
  27.  
  28. ;
  29. ; The Manufacturer section lists all of the manufacturers that we will
  30. ; display in the Dialog box. DEVICE sections are specified.
  31. ;
  32.  
  33. [Manufacturer]
  34. %CANOPUS%   = CANOPUS.Mfg
  35.  
  36. ;
  37. ; Device section. Each section here corresponds with an entry listed in the
  38. ; [Manufacturer] section, above. The models will be displayed in the order
  39. ; that they appear in the INF file. This section identifies
  40. ; the corresponding INSTALL sections.
  41. ;
  42.  
  43.  
  44. [CANOPUS.Mfg]
  45. %CANOPUS% SPECTRA 2500     = TTD,, PCI\VEN_10DE&DEV_0020&SUBSYS_1004114B
  46. %CANOPUS% SPECTRA 3200     = TTD,, PCI\VEN_10DE&DEV_0020&SUBSYS_1005114B
  47. %CANOPUS% SPECTRA 5400     = TTD,, PCI\VEN_10DE&DEV_0028&SUBSYS_1007114B
  48. %CANOPUS% SPECTRA 5400 Premium Edition  = TTD,, PCI\VEN_10DE&DEV_0029&SUBSYS_1008114B
  49. %CANOPUS% SPECTRA 7400     = TTD,, PCI\VEN_10DE&DEV_0100&SUBSYS_100C114B
  50. %CANOPUS% SPECTRA 7400 DDR = TTD,, PCI\VEN_10DE&DEV_0101&SUBSYS_100D114B
  51. %CANOPUS% SPECTRA Light T32= TTD,, PCI\VEN_10DE&DEV_0028&SUBSYS_1011114B
  52. %CANOPUS% SPECTRA 8400     = TTD,, PCI\VEN_10DE&DEV_0150&SUBSYS_1010114B
  53.  
  54. ;---------------------------------------------------------------------
  55. ; TTD Driver INSTALL Section. This INSTALL section specifies
  56. ; what files are to to be copied (File List sections)
  57. ;---------------------------------------------------------------------
  58. [TTD]
  59. CopyFiles=TTD.Miniport, TTD.Display, TTD.Inf, TTD.Icd
  60.  
  61. ;
  62. ; TTD Driver INSTALL Section. This INSTALL section specifies
  63. ; what registry fields are to be modified (ADD Registry section)
  64. ;
  65. [TTD.SoftwareSettings]
  66. AddReg = TTD_SoftwareDeviceSettings
  67. AddReg = TTD_IcdSoftwareSettings
  68. DelReg = TTD_ClearRegistrySettings
  69.  
  70. ;
  71. ; TTD Service Installation
  72. ;
  73. [TTD.Services]
  74. AddService = "SPECTRA", 0x00000002, TTD_Generic_Service_Inst, TTD_EventLog_Inst
  75.  
  76. [TTD.GeneralConfigData]
  77. MaximumDeviceMemoryConfiguration=80
  78.  
  79. [TTD_EventLog_Inst]
  80. AddReg = TTD_EventLog_AddReg
  81.  
  82. [TTD_EventLog_AddReg]
  83. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\ttdvm.sys"
  84. HKR,,TypesSupported,0x00010001,7
  85.  
  86. [TTD_Generic_Service_Inst]
  87. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  88. StartType      = 1                  ; SERVICE_SYSTEM_START
  89. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  90. LoadOrderGroup = Video
  91. ServiceBinary  = %12%\ttdvm.sys
  92.  
  93. ;
  94. ; File List sections for TTD.Display, TTD.Miniport and TTD.Icd
  95. ;
  96.  
  97. [TTD.Display]
  98. ttddisp.dll
  99. ttddiswt.dll
  100.  
  101. [TTD.Miniport]
  102. ttdvm.sys
  103.  
  104. [TTD.Icd]
  105. ttdoglnt.dll
  106.  
  107. [TTD.Inf]
  108. spbt829.inf
  109.  
  110. ;
  111. ; TTD Add registry section
  112. ;
  113.  
  114. [TTD_SoftwareDeviceSettings]
  115. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, ttddisp
  116. HKR,, VgaCompatible,               %REG_DWORD%,    0
  117. HKR,, EnableOpenGL,                %REG_BINARY%,   1,0,0,0
  118. HKR,, DisableAgp,                  %REG_BINARY%,   0,0,0,0
  119. HKR,, OverlayColorControlEnable,   %REG_BINARY%,   1,0,0,0
  120.  
  121. [TTD_IcdSoftwareSettings]
  122. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",Version, %REG_DWORD%, 00000002 
  123. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",DriverVersion, %REG_DWORD%, 0x00010000
  124. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",Dll, %REG_SZ%, ttdoglnt
  125. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\RIVATNT",Flags, %REG_DWORD%, 00000001
  126.  
  127. [TTD_ClearRegistrySettings]
  128. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT
  129. HKR,, ModeDisabled
  130. HKR,, ChipSet
  131.  
  132. ;-------------
  133. ;
  134. ; Source file information
  135. ;
  136.  
  137. [SourceDisksNames.x86]
  138. 1 = %DiskId%,,,""
  139.  
  140. [SourceDisksFiles]
  141. ttddisp.dll     = 1
  142. ttddiswt.dll    = 1
  143. ttdvm.sys       = 1
  144. ttdoglnt.dll    = 1
  145. spbt829.inf     = 1
  146.  
  147. [Strings]
  148. ;
  149. ; Non-Localizable Strings
  150. ;
  151.  
  152. REG_SZ         = 0x00000000
  153. REG_MULTI_SZ   = 0x00010000
  154. REG_EXPAND_SZ  = 0x00020000
  155. REG_BINARY     = 0x00000001
  156. REG_DWORD      = 0x00010001
  157. serviceroot    = System\CurrentControlSet\Services
  158.  
  159. ;
  160. ; Localizable Strings
  161. ;
  162.  
  163. DiskId       = "Canopus SPECTRA Series Installation DISK"
  164. CANOPUS      = "Canopus"
  165.