home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / CHIPINTE052000.ISO / exe / GLMXW2KB.ZIP / EGLMX.INF next >
Encoding:
Windows Setup INFormation  |  1999-02-16  |  2.5 KB  |  132 lines

  1. ; EGLMX.inf
  2. ;
  3. ; Installation inf for the ELSA AG graphics adapter.
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Provider=%ELSA%
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  10. Class=Display
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir   = 11
  14. EGLMXM.Miniport  = 12  ; drivers
  15. EGLMXM.Display   = 11  ; system32
  16. EGLMX.OpenGL      = 11  ; system32
  17.     
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %ELSA%   = ELSA.Mfg
  24.  
  25. [ELSA.Mfg]
  26. %ELSA% GLoria L-MX (GLint MX) = EGLMXM, PCI\VEN_3D3D&DEV_0006&SUBSYS_00000000
  27. %ELSA% GLoria L-MX (Delta)    = EGLMXM, PCI\VEN_3D3D&DEV_0003&SUBSYS_00000000
  28.  
  29.  
  30. ;
  31. ; General installation section
  32. ;
  33.  
  34. [EGLMXM]
  35. CopyFiles=EGLMXM.Miniport, EGLMXM.Display, EGLMX.OpenGL
  36.  
  37. [EGLMXM.GeneralConfigData]
  38. MaximumDeviceMemoryConfiguration = 64
  39. MaximumNumberOfDevices = 3
  40.  
  41.  
  42. ;
  43. ; File sections
  44. ;
  45.  
  46. [EGLMXM.Miniport]
  47. EGLMXM.sys
  48.  
  49. [EGLMXM.Display]
  50. EGLMXD.dll
  51.  
  52. [EGLMX.OpenGL]
  53. EOGLMX.DLL
  54.  
  55.  
  56. ;
  57. ; Service Installation
  58. ;
  59.  
  60. [EGLMXM.Services]
  61. AddService = EGLMXM, 0x00000002, EGLMXM_Service_Inst, EGLMXM_EventLog_Inst
  62.  
  63. [EGLMXM_Service_Inst]
  64. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  65. StartType      = 1                  ; SERVICE_SYSTEM_START
  66. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  67. LoadOrderGroup = Video
  68. ServiceBinary  = %12%\EGLMXM.sys
  69.  
  70. [EGLMXM_EventLog_Inst]
  71. AddReg = EGLMXM_EventLog_AddReg
  72.  
  73. [EGLMXM_EventLog_AddReg]
  74. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\EGLMXM.sys"
  75. HKR,,TypesSupported,0x00010001,7
  76.  
  77.  
  78. ;
  79. ; Software Installation
  80. ;
  81.  
  82. [EGLMXM.SoftwareSettings]
  83. AddReg = EGLMXM_SoftwareDeviceSettings
  84.  
  85. [EGLMXM_SoftwareDeviceSettings]
  86. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, EGLMXD
  87. HKR,, VgaCompatible,               %REG_DWORD%,    0
  88. HKR,, MultiFunctionSupported,       %REG_DWORD%,    1
  89.  
  90.  
  91. [EGLMXM.OpenGLSoftwareSettings]
  92. AddReg = EGLMXM_OpenGLSoftwareSettings
  93.  
  94. [EGLMXM_OpenGLSoftwareSettings]
  95. HKR,, ELSA EGLMXM driver,     %REG_SZ%, EOGLMX.dll
  96.  
  97.  
  98. ;
  99. ; Source file information
  100. ;
  101.  
  102. [SourceDisksNames.x86]
  103. 1 = %DiskId%,,,""
  104.  
  105. [SourceDisksFiles]
  106. EGLMXM.sys  = 1
  107. EGLMXD.dll = 1
  108. EOGLMX.dll = 1
  109.  
  110.  
  111.  
  112. [Strings]
  113.  
  114. ;
  115. ; Non-Localizable Strings
  116. ;
  117.  
  118. REG_SZ         = 0x00000000
  119. REG_MULTI_SZ   = 0x00010000
  120. REG_EXPAND_SZ  = 0x00020000
  121. REG_BINARY     = 0x00000001
  122. REG_DWORD      = 0x00010001
  123. SERVICEROOT    = System\CurrentControlSet\Services
  124.  
  125. ;
  126. ; Localizable Strings
  127. ;
  128.  
  129. DiskId       = "ELSA AG Installation DISK (VIDEO)"
  130. GraphAdap    = "Graphics Adapter"
  131. ELSA      = "ELSA AG"
  132.