Re: Lower than expected performance, FreeBSD 6 + PCI Express GeForce 6200 + nvidia 7676
@Aphax: the problem you're seeing isn't caused by insufficient bus bandwidth, the PCI Express link speed is the same on FreeBSD as it is on Linux. The problem is that the NVIDIA FreeBSD graphics driver can't currently allocate write-combined memory (a FreeBSD kernel limitation that's being worked on), which some of the fallback paths in NVIDIA's libGL do not currently handle very well. We hope to address this in a future driver release. Meanwhile, native PCI-E GPUs should perform well on FreeBSD.
@ayleron: some of the problems you're seeing are caused by the same problem that Aphax is experiencing. AGP cards should be unaffected, though.
|