; delv.inf - INF file to remove 3Dfx secondary devices from Direct3D ; ; Removes ALL secondary 3Dfx devices from the Hardware\DirectDrawDrivers ; key. When this key is removed both Voodoo Graphics and Voodoo2 will ; not be seen as Direct3D devices. This will ensure that games will use ; the primary devices (ie: Voodoo Banshee) ; ; If you need to add support for Voodoo Graphics or Voodoo2 back to ; Direct3D, use the addvg.inf file (Voodoo Graphics) or the ; addv2.inf file (Voodoo2) ; ; USAGE: Under Windows Explorer, or when this file is on the Windows ; Desktop, right click on this file then choose "Install" ; ; Provided by 3Dfx Interactive, Inc. - 10/20/98 ; ; For support, please see the 3Dfx newsgroups at the following URL: ; http://www.3dfx.com/new/news_groups.html ; [Version] signature="$CHICAGO$" [DefaultInstall] AddReg=AddVReg DelReg=DelVReg [AddVReg] HKLM,hardware\DirectDrawDrivers,"Removed",,"VG and V2 driver key removed" [DelVReg] HKLM,hardware\DirectDrawDrivers\3A0CFD01-9320-11cf-AC-A1-00-A0-24-13-C2-E2,"Description",,"3Dfx DirectX 5 Driver" HKLM,hardware\DirectDrawDrivers\3A0CFD01-9320-11cf-AC-A1-00-A0-24-13-C2-E2,"DriverName",,"mm3dfx" HKLM,hardware\DirectDrawDrivers\472BEA00-40DF-11D1-A9-DF-00-60-97-C2-ED-B2,"Description",,"Voodoo2 DirectX 6 Driver" HKLM,hardware\DirectDrawDrivers\472BEA00-40DF-11D1-A9-DF-00-60-97-C2-ED-B2,"DriverName",,"3DFXV2" HKLM,hardware\DirectDrawDrivers