home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 May / VPR0005B.BIN / DRIVER / MATROX / NT4_435 / nt4_435.exe / mga64.inf < prev    next >
Windows Setup INFormation  |  1999-12-03  |  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 LE = mga64
  36. %Matrox% Millennium G200 = mga64
  37. %Matrox% Millennium G200 Video = mga64
  38. %Matrox% Marvel G200 = mga64
  39. %Matrox% Mystique G200 = mga64
  40. %Matrox% MGA-G200 = mga64
  41. %Matrox% Productiva G100 = mga64
  42. %Matrox% Productiva G100 MMS = mga64
  43. %Matrox% MGA-G100 = mga64
  44.                                                                                                                        
  45. ;
  46. ; General installation section
  47. ;
  48.  
  49. [mga64]
  50. CopyFiles=mga64.Miniport, mga64.Display, mga64.Icd, mgabg.Driver, mgabg.Executable
  51.  
  52. ;
  53. ; File sections
  54. ;
  55.  
  56. [mga64.Miniport]
  57. mga64.sys
  58.  
  59. [mga64.Display]
  60. mga64.dll
  61.  
  62. [mga64.Icd]
  63. g400icd.dll
  64. g200icd.dll
  65.  
  66. [mgabg.Driver]
  67. mgabg.sys
  68.  
  69. [mgabg.Executable]
  70. mgabg.exe
  71.  
  72.  
  73.  
  74. ;
  75. ; Service Installation
  76. ;
  77.  
  78. [mga64.Services]
  79. AddService = mga64, 0x00000002, mga64_Service_Inst, mga64_EventLog_Inst
  80.  
  81. [mga64_Service_Inst]
  82. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  83. StartType      = 1                  ; SERVICE_SYSTEM_START
  84. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  85. LoadOrderGroup = Video
  86. ServiceBinary  = %12%\mga64.sys
  87.  
  88. [mga64_EventLog_Inst]
  89. AddReg = mga64_EventLog_AddReg
  90.  
  91. [mga64_EventLog_AddReg]
  92. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\mga64.sys"
  93. HKR,,TypesSupported,0x00010001,7
  94.  
  95.  
  96. ;
  97. ; Software Installation
  98. ;
  99.  
  100. [mga64.SoftwareSettings]
  101. AddReg = mga64_SoftwareDeviceSettings
  102. AddReg = mga64_OpenGLSoftwareSettings
  103. AddReg = mga64_MGABGSettings
  104.  
  105. [mga64_SoftwareDeviceSettings]
  106. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, mga64
  107. HKR,, VgaCompatible,               %REG_DWORD%,    0
  108.  
  109. [mga64_OpenGLSoftwareSettings]
  110. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers,"G200ICD",%REG_SZ%,"G200ICD.DLL"
  111. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers,"G400ICD",%REG_SZ%,"G400ICD.DLL"
  112. HKLM,SYSTEM\CurrentControlSet\Services\mga64\Device0,"User3D.ForcePrimaryPitch",%REG_DWORD%,1
  113.  
  114. [mga64_MGABGSettings]
  115. ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"MGABG",%REG_SZ%,"%11%\mgabg.exe"
  116.  
  117.  
  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.