Click to See Complete Forum and Search --> : NVIDIA problem ?


KingNothing13
07-10-2001, 06:10 PM
I dont know if this is a problem with the nivida drivers, or my computer.

I have a GeForce 2 GTS, 1GHz T-Bird, running slackware 8 with the 2.2.19 kernel.

I cannot get the nvidia drivers to stay when I reboot/shutdown.

I have to go into the specific directories and 'make' again (NVIDIA_kernel and NVIDIA_GLX(which I probably don't have to do))

I know there is a way to get it to activate at boot, but I can't remember....do I put it into /etc/rc.d/rc.modules? I think thats it, but I want to double check first.

Thanks
KN

TheGimp
07-10-2001, 08:28 PM
echo modprobe NVdriver >>/etc/rc.d/rc.modules

thats all you need to do :)

KingNothing13
07-10-2001, 09:22 PM
Thanks!

KN