ultima wrote on 13.12.12 at 18:51:10:but would it be possible to do that with 1 pci and 1 agp?? that would then remove the bandwidth limit of the pci bus, wouldn't it??
Should be possible too, just look at the simFUSION 6000q
The Voodoo 5 5500/6000 only work with AGP 1x, which means it is more or less PCI at 66MHz. So we would have more bandwith for the master card, the slave card would be limited to 33MHz.
ultima wrote on 13.12.12 at 18:51:10:I do have a dual P3 1.4Ghz with pci-x 66Mhz slots, even 2 133Mhz if I'm not mistaken, but I thought only the MAC 5500's could run in a 66Mhz slot?? Or is it the only one that can use the 66MNhz slot fully??
Normal Voodoo 5 5500 PCI also work with 66MHz if put in a PCI-X slot. So two 5500 PCI in two PCI-X slots is the best configuration for this scenario
ultima wrote on 13.12.12 at 18:51:10:But in case of the driver rewriting.......it would be best to use the 6000 drivers wouldn't it?? since that already has that sort of "setup" if you can call it that?!
I mean, if this would work, then in theory, you could add as many 5500's as you want, as the VSA-100 limitation was max 32 chips per card, wasn't it??
Between 5500 and 6000 there isn't much difference within the drivers. The workload is just splitted to 4 GPUs instead of 2. Same when it comes to AAlchemy drivers. The initialisation routine is the first problem (the driver needs to decide which card is master and which one is slave) and the second one is the data routing on the normal PCI bus. That's at least what I think.
If theses problems are solved 32 GPUs might be possible in theory
But since I'm not a driver developer I can't tell if this is a realistic scenario.