Results 1 to 3 of 3
I get nuttin when I follow the sticky instructions...
Do I need to follow this if I download the driver from nvidia...
To run the NVidia installer in the console ...
- 03-07-2007 #1
Nvidia Help (already read the sticky)
I get nuttin when I follow the sticky instructions...
Do I need to follow this if I download the driver from nvidia...
To run the NVidia installer in the console window:
sh NVIDIA-Linux-x86-1.0-8756-pkg1.run -q
Add the directive --kernel-source-path /usr/src/linux-xxxxx if required to explicitly state the Linux kernel source path.
If so how do I perform the "Add the directive" part? Is there a command?
Please help,
Thanks.
- 03-07-2007 #2
If you downloaded the driver from Nvidia, I recommend you follow this guide instead:
http://www.linuxforums.org/forum/lin...d-drivers.html
The sticky in this forum is for installing via SuSE's YaST program only. The tutorial above is more general-purpose.Registered Linux user #270181
TechieMoe's Tech Rants
- 03-07-2007 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
The q option makes it not ask so many questions, and if your Kernel Sources are in a non standard location you can use the option above. Mind you, if you didn't put it somewhere else then don't worry about it. To answer your question though to 'add the directive' you are actually just using that switch as part of the main command like this -
Code:sh NVIDIA-Linux-x86-1.0-8756-pkg1.run -q --kernel-source-path /usr/src/linux-xxxxx


Reply With Quote