home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / melco / multi / wgps_95 / wgps4.inf < prev    next >
Windows Setup INFormation  |  1996-02-12  |  2KB  |  101 lines

  1. ; INF file for MELCO WGP-S4 display driver.
  2. ; Copyright 1995, MELCO,Inc.
  3.  
  4. [Version]
  5. Class=Display
  6. Signature="$CHICAGO$"
  7. Provider=%Mfg%
  8.  
  9. [DestinationDirs]
  10. DefaultDestDir=11
  11. WGPVIni=10
  12.  
  13. [SourceDisksNames]
  14. 1="Windows 95 WGP-S4 Driver Disk",,1
  15.  
  16. [SourceDisksFiles]
  17. wgpv.drv=1
  18. wgpv.vxd=1
  19. wgpv.ini=1
  20.  
  21. ;----------------------------------------
  22. ; Manufacturers 
  23.  
  24. [Manufacturer]
  25. "%Mfg%"=Mfg
  26.  
  27. ;----------------------------------------
  28. ; Driver sections
  29.  
  30. [Mfg]
  31. %PCI\VEN_5333&DEV_8811&REV_40.DeviceDesc%= MELCO, PCI\VEN_5333&DEV_8811&REV_40
  32. %PCI\VEN_5333&DEV_8811&REV_42.DeviceDesc%= MELCO, PCI\VEN_5333&DEV_8811&REV_42
  33. %PCI\VEN_5333&DEV_8811&REV_52.DeviceDesc%= MELCO, PCI\VEN_5333&DEV_8811&REV_52
  34. %PCI\VEN_5333&DEV_8811&REV_43.DeviceDesc%= MELCO, PCI\VEN_5333&DEV_8811&REV_43
  35. %PCI\VEN_5333&DEV_8811&REV_53.DeviceDesc%= MELCO, PCI\VEN_5333&DEV_8811&REV_53
  36.  
  37. ;----------------------------------------
  38. ; Install sections
  39.  
  40. [MELCO]
  41. CopyFiles=MELCO_CopyFiles, WGPVIni
  42. AddReg=MELCO_AddReg
  43. DelReg=DEL_CURRENT_REG
  44.  
  45. ;----------------------------------------
  46. ; Common AddReg sections
  47.  
  48. [DEL_CURRENT_REG]
  49. HKR,,DevLoader,0,
  50. HKR,,Ver,0,
  51. HKR,DEFAULT,,0,
  52. HKR,MODES,,0,
  53. HKR,CURRENT,,0,
  54.  
  55. ;----------------------------------------
  56. ; Model AddReg sections
  57.  
  58. [MELCO_AddReg]
  59. HKR,,Ver,,4.0
  60. HKR,,DevLoader,,*vdd
  61. HKR,DEFAULT,Mode,,"8,640,480"
  62. HKR,DEFAULT,drv,,wgpv.drv
  63. HKR,DEFAULT,vdd,,"*vdd,*vflatd"
  64. HKR,DEFAULT,minivdd,,wgpv.vxd
  65. HKR,DEFAULT,RefreshRate,,"-1"
  66. HKR,DEFAULT,DDC,,"1"
  67. HKR,"MODES\8\640,480"
  68. HKR,"MODES\8\800,600"
  69. HKR,"MODES\8\1024,768"
  70. HKR,"MODES\8\1280,1024"
  71. HKR,"MODES\8\1600,1200"
  72. HKR,"MODES\16\640,480"
  73. HKR,"MODES\16\800,600"
  74. HKR,"MODES\16\1024,768"
  75. HKR,"MODES\16\1280,1024"
  76. HKR,"MODES\32\640,480"
  77. HKR,"MODES\32\800,600"
  78. HKR,"MODES\32\1024,768"
  79.  
  80. ;----------------------------------------
  81. ; CopyFiles sections
  82.  
  83. [MELCO_CopyFiles]
  84. wgpv.vxd
  85. wgpv.drv
  86.  
  87. [WGPVIni]
  88. wgpv.ini
  89.  
  90. ;----------------------------------------
  91. ; User visible strings
  92.  
  93. [Strings]
  94. ClassName="Display"
  95. Mfg="メルコ"
  96. PCI\VEN_5333&DEV_8811&REV_40.DeviceDesc= "WGP-S4 (S3)"
  97. PCI\VEN_5333&DEV_8811&REV_42.DeviceDesc= "WGP-S4 (S3)"
  98. PCI\VEN_5333&DEV_8811&REV_52.DeviceDesc= "WGP-S4 (S3)"
  99. PCI\VEN_5333&DEV_8811&REV_43.DeviceDesc= "WGP-S4 (S3)"
  100. PCI\VEN_5333&DEV_8811&REV_53.DeviceDesc= "WGP-S4 (S3)"
  101.