home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / CHIPINTE052000.ISO / exe / GLIIW2KB.ZIP / GLoria2.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2000-02-09  |  5.3 KB  |  207 lines

  1. ;
  2. ; (c) Copyright 2000 ELSA AG (Aachen, Germany)
  3. ;
  4. ; ELSA Display INF file
  5. ;
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider="ELSA AG"
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12. CatalogFile=%ELSA_cat%.cat
  13. DriverVer=02/09/2000, 5.07.00.254
  14.  
  15. ;
  16. ; Dest directories are \windows\system32 and \windows\system32\drivers
  17. ;
  18.  
  19. [DestinationDirs]
  20. DefaultDestDir        = 11
  21. ELSADRV.Miniport      = 12
  22. ELSADRV.Display       = 11
  23. ELSADRV.oldsys        = 12
  24. ELSADRV.olddll        = 11
  25. ;ELSADRV.inf           = 17
  26.  
  27. ;
  28. ; The Manufacturer section lists all of the manufacturers that we will
  29. ; display in the Dialog box. DEVICE sections are specified.
  30. ;
  31.  
  32. [Manufacturer]
  33. "ELSA"      = ELSA.Mfg
  34.  
  35. ;
  36. ; Device section. Each section here corresponds with an entry listed in the
  37. ; [Manufacturer] section, above. The models will be displayed in the order
  38. ; that they appear in the INF file. This section identifies
  39. ; the corresponding INSTALL sections.
  40. ;
  41.  
  42.  
  43. [ELSA.Mfg]
  44.  
  45. %ELSA_BOARD% (BETA)         = ELSADRV,, PCI\VEN_10DE&DEV_0103&SUBSYS_0C401048
  46. %ELSA_BOARD% (BETA)         = ELSADRV,, PCI\VEN_10DE&DEV_0103&SUBSYS_0C441048
  47. %ELSA_BOARD% (BETA)         = ELSADRV,, PCI\VEN_10DE&DEV_0103&SUBSYS_0C451048
  48. %ELSA_BOARD% "PCI" (BETA)   = ELSADRV,, PCI\VEN_10DE&DEV_0103&SUBSYS_0C461048
  49. %ELSA_BOARD% "PCI" (BETA)   = ELSADRV,, PCI\VEN_10DE&DEV_0103&SUBSYS_0C471048
  50. ;"ELSA SYNERGY Force" (BETA) = ELSADRV,, PCI\VEN_10DE&DEV_0100&SUBSYS_0C481048
  51. %ELSA_BOARD% (BETA)         = ELSADRV,, PCI\VEN_10DE&DEV_0103&SUBSYS_0C491048
  52. %ELSA_BOARD% "Pro" (BETA)   = ELSADRV,, PCI\VEN_10DE&DEV_0103&SUBSYS_0C4A1048
  53. %ELSA_BOARD% "Pro" (BETA)   = ELSADRV,, PCI\VEN_10DE&DEV_0103&SUBSYS_0C4B1048
  54.  
  55. ;---------------------------------------------------------------------
  56. ; ELSA Driver INSTALL Section. This INSTALL section specifies
  57. ; what files are to to be copied (File List sections)
  58. ;---------------------------------------------------------------------
  59.  
  60. [ELSADRV]
  61. CopyFiles=ELSADRV.Miniport, ELSADRV.Display, ELSADRV.OpenGL
  62. DelFiles=ELSADRV.oldsys
  63. DelFiles=ELSADRV.olddll
  64.  
  65. ;
  66. ; ELSA Driver INSTALL Section. This INSTALL section specifies
  67. ; what registry fields are to be modified (ADD Registry section)
  68. ;
  69.  
  70. [ELSADRV.SoftwareSettings]
  71. AddReg = ELSA_SoftwareDeviceSettings
  72. AddReg = ELSA_OpenGLSoftwareSettings
  73. DelReg = ELSA_OldRegSettings
  74.  
  75. ;
  76. ; ELSA Service Installation
  77. ;
  78.  
  79. [ELSADRV.Services]
  80. AddService = %ELSA_driver%, 0x00000002, ELSA_Generic_Service_Inst, ELSA_EventLog_Inst
  81.  
  82. [ELSADRV.GeneralConfigData]
  83. MaximumDeviceMemoryConfiguration=80
  84.  
  85. [ELSA_EventLog_Inst]
  86. AddReg = ELSA_EventLog_AddReg
  87.  
  88. [ELSA_EventLog_AddReg]
  89. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\%ELSA_driver%.sys"
  90. HKR,,TypesSupported,0x00010001,7
  91.  
  92. [ELSA_Generic_Service_Inst]
  93. DisplayName    = %ELSA_BOARD%" driver"
  94. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  95. StartType      = 1                  ; SERVICE_SYSTEM_START
  96. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  97. LoadOrderGroup = Video
  98. ServiceBinary  = %12%\%ELSA_driver%.sys
  99.  
  100. ;
  101. ; File List sections for ELSADRV.Display and ELSADRV.Miniport
  102. ;
  103.  
  104. [ELSADRV.Display]
  105. %ELSA_display%.dll
  106.  
  107. [ELSADRV.Miniport]
  108. %ELSA_driver%.sys
  109.  
  110. [ELSADRV.oldsys]
  111.  
  112. [ELSADRV.olddll]
  113.  
  114. [ELSADRV.OpenGL]
  115. %ELSA_OGL%.dll
  116.  
  117. ;
  118. ; ELSA Add registry section
  119. ;
  120.  
  121. [ELSA_SoftwareDeviceSettings]
  122. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, %ELSA_display%
  123. HKR,, VgaCompatible,               %REG_DWORD%,    0
  124.  
  125. [ELSA_OpenGLSoftwareSettings]
  126. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers", %ELSA_BOARD%, %REG_SZ%, %ELSA_OGL%
  127.  
  128. [ELSA_OldRegSettings]
  129. HKLM, SOFTWARE\ELSA\%ELSA_BOARD%
  130. HKR,  OpenGL
  131. HKR,, NVREGSWITCHES
  132. HKR,, NV4_Modes
  133. HKR,, NV5_Modes
  134. HKR,, NV0A_Modes
  135. HKR,, NVVANTA_Modes
  136. HKR,, NV5M64_Modes
  137. HKR,, NV5ULTRA_Modes
  138. HKR,, NV10_Modes
  139. HKR,, NV10ULTRA_Modes
  140. HKR,, NV10GL_Modes
  141. HKR,, DMTOVERRIDE
  142. HKR,, DisableExtRefresh
  143. HKR,, Max16x12
  144. HKR,, Disable19x12x32at60
  145. HKR,, Disable16x12x32ge70
  146. HKR,, Disable19x10x32ge70
  147. HKR,, DellSwitch1
  148. HKR,, OglStencil
  149. HKR,, OGL_BufferRegionExt
  150. HKR,, OGL_BufferRegionUseVidMem
  151. HKR,, OGL_CmdBufMinWords
  152. HKR,, OGL_CmdBufSizeWords
  153. HKR,, OGL_DefaultSwapInterval
  154. HKR,, OGL_FlippingControl
  155. HKR,, OGL_MaxFramesAllowed
  156. HKR,, OGL_MaxTexSize
  157. HKR,, OGL_RenderQualityFlags
  158. HKR,, OGL_TargetFlushCount
  159. HKR,, OGL_TexMemorySpaceEnables
  160. HKR,, OGL_TexStagingBufferMultSize
  161. HKR,, OGL_TexStagingBufferSize
  162. HKR,, OGL_TexturePrecache
  163. HKR,, OGL_TextureQuality
  164. HKR,, OGL_VidMemMinTexWidth
  165.  
  166. ;
  167. ; Source file information
  168. ;
  169.  
  170.  
  171. [SourceDisksNames.x86]
  172. 1 = %DiskId%,,,""
  173. 2 = %DiskId%,,,""
  174.  
  175. [SourceDisksFiles]
  176. %ELSA_inf%.inf     = 1
  177. %ELSA_display%.dll = 2
  178. %ELSA_driver%.sys  = 2
  179. %ELSA_OGL%.dll     = 2
  180.  
  181. [Strings]
  182. ;
  183. ; Non-Localizable Strings
  184. ;
  185.  
  186. REG_SZ         = 0x00000000
  187. REG_MULTI_SZ   = 0x00010000
  188. REG_EXPAND_SZ  = 0x00020000
  189. REG_BINARY     = 0x00000001
  190. REG_DWORD      = 0x00010001
  191. REG_SZ_APPEND  = 0x00010008
  192. serviceroot    = System\CurrentControlSet\Services
  193.  
  194. ;
  195. ; Localizable Strings
  196. ;
  197.  
  198. ELSA_BOARD        = "ELSA GLoria II"
  199. ELSA_driver       = egl2m
  200. ELSA_display      = egl2d
  201. ELSA_OGL          = eoglgl2
  202. ELSA_inf          = GLoria2
  203. ELSA_cat          = GLoria2
  204.  
  205. DiskId="ELSA NT Driver Library installation disk"
  206. drvlib="ELSA NT Driver Library"
  207.