VOGONS

Common searches


Search results

Display options

Re: SIlly question about Voodoo 2

Personally, I'd go with the Matrox because that's the one I had :D Regarding your Direct3D question: before creating the D3D device, the game can query the available devices. So if the game is smart enough, they offer the option to select the device. Otherwise the game will use the default device. …

Re: No PCI device listing on boot, only 2 devices when I scan the PCI bus. Devices work fine though. Help?

From what I've seen, there is a way to check which operation is supported on the hardware. AX=0xB101 int 0x1A bool isPciBios = (AH == 0) && (DX == 0x4350) int numBus = CL int pciVersion = BX int configVer = AL Those are probably the BIOS functions you are using, right? Otherwise, the 0xCF8/0xCFC …

Re: No PCI device listing on boot, only 2 devices when I scan the PCI bus. Devices work fine though. Help?

Is PnP/PCI configuration set to Auto? I'm actually not sure if that BIOS would list the PCI devices. On my SS7 with AMI BIOS (and an S7 with Award) it is shown after the boxed table and before "Verifying DMI Pool Data" (text is PCI device listing). Besides having no listings, do the PCI devices work …

Re: Issue with Hercules S3 Trio3D

Since you are using Windows, I would disable the following options: System BIOS Cacheable Video BIOS Cacheable Video RAM Cacheable Video BIOS Shadow I don't think this is directly related but those settings are leftovers from ancient days and might cause trouble. You do seem to have a slight …

Re: STB Voodoo 3 card dead.

I recovered my bricked V3 3000 AGP by booting with a PCI card, then flashing the BIOS with the correct version. It should have created a SAVE.ROM file with the original BIOS. However, the official 3dfx tools dump the old BIOS first to SAVE.ROM (i.e. overwriting any existing file of that name), erase …

Page 2 of 3