home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd2.bin / video / matrox / w2k_572.exe / DUALG550.inf < prev    next >
Windows Setup INFormation  |  2001-09-28  |  2KB  |  83 lines

  1. ;
  2. ; Installation inf for the Matrox True Multi-display for the G550 series.
  3. ;
  4. ; Copyright (c) 1999-2000. Matrox Graphics Inc. All Rights Reserved.
  5. ;
  6.  
  7. [Version]
  8. CatalogFile = dualg550.cat
  9. Signature=$Windows NT$
  10. Provider=Matrox
  11. ClassGuid={4d36e968-e325-11ce-bfc1-08002be10318}
  12. Class=Display
  13. DriverVer=09/28/2001, 5.72.021.0
  14.  
  15. [VHead]
  16. SUPPORTED=2527
  17.  
  18. [SourceDisksNames]
  19. 1 = %Disk1%
  20.  
  21. [SourceDisksFiles]
  22. g550dhm.sys = 1
  23. g550dhd.dll = 1
  24.  
  25. [DestinationDirs]
  26. DefaultDestDir = 11
  27. Miniport.G550VH  = 12
  28.  
  29. [Manufacturer]
  30. Matrox=Mfg.Matrox
  31.  
  32. [Mfg.Matrox]
  33. Matrox G550 DualHead=G550VH
  34.  
  35. [G550VH]
  36. AddReg=AddReg.Setup.G550VH
  37. CopyFiles=Driver.G550VH, Miniport.G550VH
  38.  
  39. [G550VH.SoftwareSettings]
  40. AddReg = AddReg.VHead
  41. DelReg = DelReg.VHead
  42.  
  43. [AddReg.Setup.G550VH]
  44. HKR,Settings,InstalledDisplayDrivers,0x00010000,G550DHD
  45. HKR,Settings,VgaCompatible,0x00010001,0
  46.  
  47. [AddReg.VHead]
  48. HKR,,User.EnableDualView,0x00000001,01,00,00,00
  49.  
  50. [DelReg.VHead]
  51. HKR,,User.EnableDualView
  52.  
  53. [Miniport.G550VH]
  54. g550dhm.sys,,,0x00000004
  55.  
  56. [Driver.G550VH]
  57. g550dhd.dll,,,0x00000004
  58.  
  59. [G550VH.Services]
  60. AddService = G550DH, 0x00000002, G550VH_Service_Inst, G550VH_EventLog_Inst
  61.  
  62. [G550VH_Service_Inst]
  63. ServiceType    = 0x00000001
  64. StartType      = 3
  65. ErrorControl   = 0
  66. ServiceBinary  = %12%\g550dhm.sys
  67. LoadOrderGroup = Video
  68.  
  69. [G550VH_EventLog_Inst]
  70. AddReg = G550VH_EventLog_AddReg
  71.  
  72. [G550VH_EventLog_AddReg]
  73. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\G550dhm.sys"
  74. HKR,,TypesSupported,0x00010001,7
  75.  
  76. [Strings]
  77. REG_SZ        = 0x00000000
  78. REG_MULTI_SZ  = 0x00010000
  79. REG_EXPAND_SZ = 0x00020000
  80. REG_BINARY    = 0x00000001
  81. REG_DWORD     = 0x00010001
  82. SERVICEROOT   = System\CurrentControlSet\Services
  83.