Both of these distribution expect users with nvidia cards to install precompiled modules, both provide three different ones, I'll call legacy, legacy new and current. The problem comes for users with gforce 4 gpus which are supposedly supported by the middle module, "legacy new" above. The last two versions of that driver stream give me that familiar black screen phenomenon and only the 8776 version works. In both ubuntu and fedora compiling the 8776 version aborts due to, I believe, being unable to find ..linux/config.h. In Ubuntu the config.h files are: /usr/src/linux-headers-2.6.20-16/include/config/x86/find/smp/config.h
/usr/src/linux-headers-2.6.20-16/debian/Config/config.hp
/usr/src/linux-headers-2.6.20-16/debian/Config/config.hppa
/usr/src/linux-headers-2.6.20-16-generic/include/config/i2o/config.h
/usr/src/linux-headers-2.6.20-16-generic/include/config/x86/find/smp/config.h
Does anyone know if one of these could be used? What are the .hp and .hppa files? Does it look like I am missing some package?
In Fedora there are two similarly placed as the i20 and smp ones as well as one in usr/include/pci and another in /usr/include/libuser.
In mandriva it is where it is expected to be.