home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / WIN98 / PRECOPY2.CAB / dxmm3dfx.inf < prev    next >
Encoding:
INI File  |  1998-06-19  |  2.0 KB  |  99 lines

  1.  
  2. ;
  3. ; 3Dfx Display INF
  4. ;
  5. [version]
  6. CatalogFile=dxmm3dfx.cat
  7. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  8.  
  9.  
  10. signature="$CHICAGO$"
  11. Class=MEDIA
  12. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  13. Provider=%MS%
  14.  
  15. [DestinationDirs]
  16. DefaultDestDir  =11        ;LDID_SYS
  17. Driver.Copy     =11
  18.  
  19.  
  20. ; Manufacturers
  21. ; ---------------------------------------------------------
  22. [Manufacturer]
  23. %3Dfx%   =Mfg.3Dfx
  24. %Canopus%=Mfg.Canopus
  25. %Diamond%=Mfg.Diamond
  26. %Orchid% =Mfg.Orchid
  27.  
  28.  
  29. ; Driver Sections
  30. ; ---------------------------------------------------------
  31.  
  32. [Mfg.3Dfx]
  33. %PCI\VEN_121A&DEV_0001.DeviceDesc%=3Dfx, PCI\VEN_121A&DEV_0001 ; 3Dfx VooDoo
  34.  
  35. [Mfg.Canopus]
  36. %Pure3D%=3Dfx,,PCI\VEN_121A&DEV_0001 ; 3Dfx VooDoo
  37.  
  38. [Mfg.Diamond]
  39. %DiamondMonster3D%=3Dfx,,PCI\VEN_121A&DEV_0001 ; 3Dfx VooDoo
  40.  
  41. [Mfg.Orchid]
  42. %Righteous3D%=3Dfx,,PCI\VEN_121A&DEV_0001 ; 3Dfx VooDoo
  43.  
  44.  
  45. ; Install Sections
  46. ; ---------------------------------------------------------
  47.  
  48.  
  49. ; -------------- 3Dfx Voodoo
  50. [3Dfx]
  51. CopyFiles=3Dfx.Copy,
  52. AddReg=3Dfx.AddReg
  53. DelReg=3Dfx.DelReg
  54.  
  55. [3Dfx.Copy]
  56. mm3dfx.vxd,,,12
  57. mm3dfx.drv,,,12
  58. mm3dfx16.dll,,,12
  59. mm3dfx32.dll,,,12
  60.  
  61. [3Dfx.AddReg]
  62. HKLM,"hardware\DirectDrawDrivers\3a0cfd01-9320-11cf-ac-a1-00-a0-24-13-c2-e2",
  63. HKLM,"hardware\DirectDrawDrivers\3a0cfd01-9320-11cf-ac-a1-00-a0-24-13-c2-e2","Description",,"3Dfx Interactive DirectX Driver"
  64. HKLM,"hardware\DirectDrawDrivers\3a0cfd01-9320-11cf-ac-a1-00-a0-24-13-c2-e2","DriverName",,"mm3dfx"
  65.  
  66. [3Dfx.DelReg]
  67. HKLM,"hardware\DirectDrawDrivers\ABA52F41-F744-11cf-B4-52-00-00-1D-1B-41-26",
  68.  
  69.  
  70. ; User visible strings
  71. ; ---------------------------------------------------------
  72. [Strings]
  73. MS="Microsoft"
  74. 3Dfx="3Dfx Interactive, Inc."
  75. Canopus="Canopus"
  76. Diamond="Diamond Multimedia"
  77. Orchid="Orchid"
  78.  
  79. PCI\VEN_121A&DEV_0001.DeviceDesc="3Dfx Voodoo" ; 3Dfx VooDoo
  80.  
  81. Pure3D="Canopus Pure 3D (3Dfx)"
  82.  
  83. DiamondMonster3D="Diamond Monster 3D (3Dfx)"
  84.  
  85. Righteous3D="Orchid Righteous 3D (3Dfx)"
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.