About this product | |
---|---|
Product | Voodoo Banshee |
Vendor | 3Dfx |
Tested operating systems | Windows 2000 |
Average rating | |
CompatDB XML | voodoo-banshee.xml |
Compatibility Reports for Voodoo Banshee
Reported by Anonymous
Rating
Operating system
Windows 2000
Date
http://www.3dfxgamers.com/view.asp?IOID=1878
In the banshee.inf file the memory clock setting
is set to 110 Mhz by
default. This setting can cause desktop lockup problems. I have found that
changing this setting to 100 instead of 110 fixes the lockup problem.
here is the section from the inf file
OLD INF section
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, banshee
HKR,, VgaCompatible, %REG_DWORD%, 0
HKR,, UseNonBIOSModeSet, %REG_DWORD%, 1
HKR,, memclocking, %REG_DWORD%, 110
NEW inf section
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, banshee
HKR,, VgaCompatible, %REG_DWORD%, 0
HKR,, UseNonBIOSModeSet, %REG_DWORD%, 1
HKR,, memclocking, %REG_DWORD%, 100
This one change can fix the desktop lockup problem.