home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 May / VPR0005B.BIN / DRIVER / MATROX / NT4443 / nt4443.exe / mga64.inf < prev    next >
Windows Setup INFormation  |  2000-02-15  |  4KB  |  161 lines

  1. ; mga64.inf
  2. ;
  3. ; Installation inf for the Matrox Graphics mga64 graphics adapter.
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Provider=%Matrox%
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  10. Class=Display
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir  = 11
  14. mga64.Miniport  = 12  ; drivers
  15. mga64.Display   = 11  ; system32
  16. mga64.Icd       = 11  ; system32
  17. mgabg.Driver    = 12  ; drivers
  18. mgabg.Executable  = 11  ; system32
  19.  
  20.  
  21. ;
  22. ; Driver information
  23. ;
  24.  
  25. [Manufacturer]
  26. %Matrox%   = Matrox.Mfg
  27.  
  28. [Matrox.Mfg]                                                                                                               
  29. %Matrox% Millennium G400 MAX = mga64
  30. %Matrox% Millennium G400 = mga64
  31. %Matrox% Marvel G400 = mga64
  32. %Matrox% GA-MG400 = mga64
  33. %Matrox% Millennium G250 LE = mga64
  34. %Matrox% Millennium G250 = mga64
  35. %Matrox% Millennium G200 MMS = mga64
  36. %Matrox% Millennium G200 LE = mga64
  37. %Matrox% Millennium G200 = mga64
  38. %Matrox% Millennium G200 Video = mga64
  39. %Matrox% Marvel G200 = mga64
  40. %Matrox% Mystique G200 = mga64
  41. %Matrox% MGA-G200 = mga64
  42. %Matrox% Productiva G100 = mga64
  43. %Matrox% Productiva G100 MMS = mga64
  44. %Matrox% MGA-G100 = mga64
  45.                                                                                                                        
  46. ;
  47. ; General installation section
  48. ;
  49.  
  50. [mga64]
  51. CopyFiles=mga64.Miniport, mga64.Display, mga64.Icd, mgabg.Driver, mgabg.Executable
  52.  
  53. ;
  54. ; File sections
  55. ;
  56.  
  57. [mga64.Miniport]
  58. mga64.sys
  59.  
  60. [mga64.Display]
  61. mga64.dll
  62.  
  63. [mga64.Icd]
  64. g400icd.dll
  65. g200icd.dll
  66.  
  67. [mgabg.Driver]
  68. mgabg.sys
  69.  
  70. [mgabg.Executable]
  71. mgabg.exe
  72.  
  73.  
  74.  
  75. ;
  76. ; Service Installation
  77. ;
  78.  
  79. [mga64.Services]
  80. AddService = mga64, 0x00000002, mga64_Service_Inst, mga64_EventLog_Inst
  81.  
  82. [mga64_Service_Inst]
  83. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  84. StartType      = 1                  ; SERVICE_SYSTEM_START
  85. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  86. LoadOrderGroup = Video
  87. ServiceBinary  = %12%\mga64.sys
  88.  
  89. [mga64_EventLog_Inst]
  90. AddReg = mga64_EventLog_AddReg
  91.  
  92. [mga64_EventLog_AddReg]
  93. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\mga64.sys"
  94. HKR,,TypesSupported,0x00010001,7
  95.  
  96.  
  97. ;
  98. ; Software Installation
  99. ;
  100.  
  101. [mga64.SoftwareSettings]
  102. AddReg = mga64_SoftwareDeviceSettings
  103. AddReg = mga64_OpenGLSoftwareSettings
  104. AddReg = mga64_MGABGSettings
  105.  
  106. [mga64_SoftwareDeviceSettings]
  107. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, mga64
  108. HKR,, VgaCompatible,               %REG_DWORD%,    0
  109.  
  110. [mga64_OpenGLSoftwareSettings]
  111. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers,"G200ICD",%REG_SZ%,"G200ICD.DLL"
  112. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers,"G400ICD",%REG_SZ%,"G400ICD.DLL"
  113. HKLM,SYSTEM\CurrentControlSet\Services\mga64\Device0,"User3D.ForcePrimaryPitch",%REG_DWORD%,1
  114.  
  115. [mga64_MGABGSettings]
  116. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"MGABG",%REG_SZ%,"%11%\mgabg.exe"
  117. HKLM,SYSTEM\CurrentControlSet\Services\mga64\Device0,"PDEnable",%REG_DWORD%,1
  118.  
  119. ;
  120. ; Source file information
  121. ;
  122.  
  123. [SourceDisksNames.x86]
  124. 1 = %DiskId1%,,,""
  125. 2 = %DiskId2%,,,""
  126. 3 = %DiskId3%,,,""
  127. 4 = %DiskId4%,,,""
  128.  
  129. [SourceDisksFiles]
  130. mga64.sys  = 1
  131. mga64.dll  = 1
  132. g400icd.dll  = 2
  133. g200icd.dll  = 3
  134. mgabg.sys  = 4
  135. mgabg.exe  = 4
  136.  
  137.  
  138. [Strings]
  139.  
  140. ;
  141. ; Non-Localizable Strings
  142. ;
  143.  
  144. REG_SZ         = 0x00000000
  145. REG_MULTI_SZ   = 0x00010000
  146. REG_EXPAND_SZ  = 0x00020000
  147. REG_BINARY     = 0x00000001
  148. REG_DWORD      = 0x00010001
  149. SERVICEROOT    = SYSTEM\CurrentControlSet\Services
  150.  
  151. ;
  152. ; Localizable Strings
  153. ;
  154.  
  155. DiskId1     = "Matrox MGA Windows NT 4.0 Driver Disk #1"
  156. DiskId2     = "Matrox MGA Windows NT 4.0 Driver Disk #2"
  157. DiskId3     = "Matrox MGA Windows NT 4.0 Driver Disk #3"
  158. DiskId4     = "Matrox MGA Windows NT 4.0 Driver Disk #4"
  159. GraphAdap   = "Graphics Adapter"
  160. Matrox      = "Matrox Graphics"
  161.