home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Hardware / Drivers / matrox / w2k_551.exe / VH.inf < prev   
Windows Setup INFormation  |  2001-02-22  |  2KB  |  74 lines

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