well I went and read the linux newbie write up..it sounds ok.
I would do the following:
1. search your hardrive for a file called "NVdriver" Unfortunately, this may be hard to do from the command line..maybe someone here can point you to a command line utility/command that will do this automatically for you. If you get into doing this manually (for lack of a better option) start your search in the /lib/modules directory.
2. Download the rpm file for the mandrake 7.1 distro from the nvidia site:
http://www.nvidia.com/Products/Drivers.nsf/Linux.html
install it from rpm using the command "rpm -Uvh XXX.rpm --force --nodeps" where XXX is the file name of the rpm you downloaded.
Same for the GLX driver file from the same site
it might work where the tar files you downloaded may not have for some reason
3. If the file "NVdriver" is found, and not present in your /lib/modules directory (probably in the directory /lib/modules/xxx/video where xxx=your kernel version number (something like 2.2.14 or thereabouts)) copy the file to lib/modules/xxx/video directory and retry the insmod NVdriver command.
4. Download and read the FAQ regarding the Nvidia linux drivers from the Nvidia site...same link I gave you
Problems have to be, in order of importance:
-the driver isn't present..probably a compiler error...not unheard of
-the driver is present, but not where the OS expects it to be
-the driver isn't installed (insmod command)
-the XF86Config file isn't properly written to use the driver (which it seems you have covered)
-various other misc. causes
I would suggest you also check out tom's hardware guide (
www.tomshardware.com) he did a great write up on doing this very thing, which may have some clues I missed. Same for this site..Anand tech did a pretty good write up on it as well.
Sorry I couldn't help more. definitely try the stuff i recommended before reloading linux.. I will be on most of the night, and you can e-mail me directly at
perugini@compsol.net..we'll get you through this..If I could do it, anyone can!!