home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2003 October (Alt) / PCNET_CD_2003_10.iso / patch / xpsp1a_tr_x86.exe / g400.in_ / g400.inf
Encoding:
Windows Setup INFormation  |  2002-10-01  |  10.2 KB  |  145 lines

  1.  ■;
  2. ; G400.inf
  3. ;
  4. ; Installation inf for the Matrox Graphics g400 graphics adapter.
  5. ;
  6. [Version]
  7. Signature  = "$CHICAGO$"
  8. Provider   = %MS%
  9. LayoutFile = layout.inf
  10. ClassGUID  = {4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class      = Display
  12. DriverVer  = 06/06/2001,5.01.2001
  13. [ControlFlags]
  14. ExcludeFromSelect=*
  15. [DestinationDirs]
  16. DefaultDestDir = 11
  17. G400.Miniport = 12  ; drivers
  18. G400.Display  = 11  ; system32
  19. ;
  20. ; Driver information
  21. ;
  22. [Manufacturer]
  23. %Matrox% = Matrox.Mfg
  24. [Matrox.Mfg]
  25. %Matrox% G400 AGP                                   =G400,PCI\VEN_102B&DEV_0525&SUBSYS_B16F0E11
  26. %Matrox% Marvel G400 AGP                            =G400,PCI\VEN_102B&DEV_0525&SUBSYS_3693102B
  27. %Matrox% Millennium G400 DualHead Max               =G400,PCI\VEN_102B&DEV_0525&SUBSYS_217D102B
  28. %Matrox% Millennium G400 DualHead                   =G400,PCI\VEN_102B&DEV_0525&SUBSYS_2179102B
  29. %Matrox% Millennium G400 DualHead                   =G400,PCI\VEN_102B&DEV_0525&SUBSYS_2159102B
  30. %Matrox% Millennium G400                            =G400,PCI\VEN_102B&DEV_0525&SUBSYS_19F8102B
  31. %Matrox% Millennium G400                            =G400,PCI\VEN_102B&DEV_0525&SUBSYS_19D8102B
  32. %Matrox% Millennium G400                            =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0378102B
  33. %Matrox% Millennium G400                            =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0338102B
  34. %Matrox% Millennium G450 Dual Head                  =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0541102B
  35. %Matrox% Millennium G450 Dual Head                  =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0641102B
  36. %Matrox% Millennium G450 Dual Head LE               =G400,PCI\VEN_102B&DEV_0525&SUBSYS_07C0102B
  37. %Matrox% Millennium G450 Dual Head PCI              =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0D41102B
  38. %Matrox% Millennium G450 Dual Head LX PCI           =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0D42102B
  39. %Matrox% Millennium G450 Dual Head LE               =G400,PCI\VEN_102B&DEV_0525&SUBSYS_07C1102B
  40. %Matrox% Millennium G450 Dual Head LX               =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0542102B
  41. %Matrox% Millennium G450 Dual Head LX               =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0642102B
  42. %Matrox% Millennium G450 Single Head LX             =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0543102B
  43. %Matrox% Millennium G450 Single Head LX         =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0643102B
  44. %Matrox% Marvel G450 eTV                            =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0E00102B
  45. %Matrox% Marvel G450 eTV                            =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0E01102B
  46. %Matrox% Marvel G450 eTV                            =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0E02102B
  47. %Matrox% Marvel G450 eTV                            =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0E03102B
  48. %Matrox% Millennium G450 Low Profile                =G400,PCI\VEN_102B&DEV_0525&SUBSYS_0F80102B
  49. %Matrox% Millennium G450 Low Profile                =G400,PCI\VEN_102B&DEV_0525&SUBSYS_23C0102B
  50. %Matrox% Millennium G450 Low Profile                =G400,PCI\VEN_102B&DEV_0525&SUBSYS_23C1102B
  51. %Toshiba% Millennium G450                   =G400,PCI\VEN_102B&DEV_0525&SUBSYS_00011179
  52. %DigFirst% Millennium G450                          =G400,PCI\VEN_102B&DEV_0525&SUBSYS_00011705
  53. %DigFirst% Millennium G450                          =G400,PCI\VEN_102B&DEV_0525&SUBSYS_00031705
  54. %DigFirst% Millennium G450                          =G400,PCI\VEN_102B&DEV_0525&SUBSYS_00041705
  55. ;
  56. ; General installation section
  57. ;
  58. [G400]
  59. CopyFiles=G400.Miniport, G400.Display
  60. ;
  61. ; File sections
  62. ;
  63. [G400.Miniport]
  64. G400m.sys
  65. [G400.Display]
  66. G400d.dll
  67. ;
  68. ; Service Installation
  69. ;
  70. [G400.Services]
  71. AddService = G400, 0x00000002, G400_Service_Inst, G400_EventLog_Inst
  72. [G400_Service_Inst]
  73. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  74. StartType      = 1                  ; SERVICE_SYSTEM_START
  75. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  76. LoadOrderGroup = Video
  77. ServiceBinary  = %12%\G400m.sys
  78. [G400_EventLog_Inst]
  79. AddReg = G400_EventLog_AddReg
  80. [G400_EventLog_AddReg]
  81. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\G400m.sys"
  82. HKR,,TypesSupported,0x00010001,7
  83. ;
  84. ; Software Installation
  85. ;
  86. [G400.SoftwareSettings]
  87. AddReg = G400_SoftwareDeviceSettings
  88. DelReg = G400_DelReg
  89. [G400_SoftwareDeviceSettings]
  90. HKR,,InstalledDisplayDrivers, %REG_MULTI_SZ%, G400d
  91. HKR,,VgaCompatible,           %REG_DWORD%,    0
  92. HKR,,MultiFunctionSupported,  %REG_DWORD%,    1
  93. HKR,,CapabilityOverride,      %REG_DWORD%,    8
  94. HKR,,User.Enable24Bpp,        %REG_DWORD%,    0
  95. [G400_DelReg]
  96. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers","MGA ICD Driver"
  97. [G400.GeneralConfigData]
  98. MaximumDeviceMemoryConfiguration = 32
  99. MaximumNumberOfDevices           = 2
  100. [Strings]
  101. ;
  102. ; Non-Localizable Strings
  103. ;
  104. REG_SZ        = 0x00000000
  105. REG_MULTI_SZ  = 0x00010000
  106. REG_EXPAND_SZ = 0x00020000
  107. REG_BINARY    = 0x00000001
  108. REG_DWORD     = 0x00010001
  109. SERVICEROOT   = "System\CurrentControlSet\Services"
  110. ;
  111. ; Localizable Strings
  112. ;
  113. GraphAdap = "Grafik Bada_t1r1c1s1"
  114. Matrox    = "Matrox"
  115. MS        = "Microsoft"
  116. DigFirst  = "Digital First"
  117. Toshiba   = "Toshiba"