home *** CD-ROM | disk | FTP | other *** search
/ Gambler 35 B / GAMBLERCD35B.BIN / Kaciki / Tech / Drivery / Matrox / WinNT4 / nt_422.exe / mga64.inf < prev    next >
Windows Setup INFormation  |  1999-08-25  |  3KB  |  140 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.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %Matrox%   = Matrox.Mfg
  24.  
  25. [Matrox.Mfg]                                                                                                               
  26. %Matrox% Millennium G400 MAX = mga64
  27. %Matrox% Millennium G400 = mga64
  28. %Matrox% Marvel G400 = mga64
  29. %Matrox% Millennium G250 LE = mga64
  30. %Matrox% Millennium G250 = mga64
  31. %Matrox% Millennium G200 LE = mga64
  32. %Matrox% Millennium G200 = mga64
  33. %Matrox% Millennium G200 Video = mga64
  34. %Matrox% Marvel G200 = mga64
  35. %Matrox% Mystique G200 = mga64
  36. %Matrox% MGA-G200 = mga64
  37. %Matrox% Productiva G100 = mga64
  38. %Matrox% Productiva G100 MMS = mga64
  39. %Matrox% MGA-G100 = mga64
  40.                                                                                                                        
  41. ;
  42. ; General installation section
  43. ;
  44.  
  45. [mga64]
  46. CopyFiles=mga64.Miniport, mga64.Display, mga64.Icd
  47.  
  48. ;
  49. ; File sections
  50. ;
  51.  
  52. [mga64.Miniport]
  53. mga64.sys
  54.  
  55. [mga64.Display]
  56. mga64.dll
  57.  
  58. [mga64.Icd]
  59. g400icd.dll
  60. g200icd.dll
  61.  
  62.  
  63. ;
  64. ; Service Installation
  65. ;
  66.  
  67. [mga64.Services]
  68. AddService = mga64, 0x00000002, mga64_Service_Inst, mga64_EventLog_Inst
  69.  
  70. [mga64_Service_Inst]
  71. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  72. StartType      = 1                  ; SERVICE_SYSTEM_START
  73. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  74. LoadOrderGroup = Video
  75. ServiceBinary  = %12%\mga64.sys
  76.  
  77. [mga64_EventLog_Inst]
  78. AddReg = mga64_EventLog_AddReg
  79.  
  80. [mga64_EventLog_AddReg]
  81. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\mga64.sys"
  82. HKR,,TypesSupported,0x00010001,7
  83.  
  84.  
  85. ;
  86. ; Software Installation
  87. ;
  88.  
  89. [mga64.SoftwareSettings]
  90. AddReg = mga64_SoftwareDeviceSettings
  91. AddReg = mga64_OpenGLSoftwareSettings
  92.  
  93. [mga64_SoftwareDeviceSettings]
  94. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, mga64
  95. HKR,, VgaCompatible,               %REG_DWORD%,    0
  96.  
  97. [mga64_OpenGLSoftwareSettings]
  98. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers,"G200ICD",%REG_SZ%,"G200ICD.DLL"
  99. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers,"G400ICD",%REG_SZ%,"G400ICD.DLL"
  100. HKLM,SYSTEM\CurrentControlSet\Services\mga64\Device0,"User3D.ForcePrimaryPitch",%REG_DWORD%,1
  101.  
  102. ;
  103. ; Source file information
  104. ;
  105.  
  106. [SourceDisksNames.x86]
  107. 1 = %DiskId1%,,,""
  108. 2 = %DiskId2%,,,""
  109. 3 = %DiskId3%,,,""
  110.  
  111. [SourceDisksFiles]
  112. mga64.sys  = 1
  113. mga64.dll  = 1
  114. g400icd.dll  = 2
  115. g200icd.dll  = 3
  116.  
  117.  
  118. [Strings]
  119.  
  120. ;
  121. ; Non-Localizable Strings
  122. ;
  123.  
  124. REG_SZ         = 0x00000000
  125. REG_MULTI_SZ   = 0x00010000
  126. REG_EXPAND_SZ  = 0x00020000
  127. REG_BINARY     = 0x00000001
  128. REG_DWORD      = 0x00010001
  129. SERVICEROOT    = SYSTEM\CurrentControlSet\Services
  130.  
  131. ;
  132. ; Localizable Strings
  133. ;
  134.  
  135. DiskId1     = "Matrox MGA Windows NT 4.0 Driver Disk #1"
  136. DiskId2     = "Matrox MGA Windows NT 4.0 Driver Disk #2"
  137. DiskId3     = "Matrox MGA Windows NT 4.0 Driver Disk #3"
  138. GraphAdap   = "Graphics Adapter"
  139. Matrox      = "Matrox Graphics"
  140.