Page 1 of 1

Easy way to install NVidia driver

Posted: 11. Oct 2011, 10:16
by Spier
I found this procedure very easy to do so i thought someone else might find this info helpfull. I have FX 5200 and LXDE Salix and here is how it works at least for fresh LXDE version:
1. Get&Install(i did full option) Salix if not done already;
2. In terminal do

Code: Select all

slapt-get --update
after it is done update do

Code: Select all

slapt-get -i kernel-source
and wait for it to finish;
3. Download correct .run file for your video card from http://www.nvidia.com/object/unix.html and for easy access place on easy location with shorter name like nvidia.run or nv.run for easy launch;
4. Now go to shell by pressing Ctrl+Alt+F1 and login as root user;
5. After login as root type

Code: Select all

init 3
to stop X;
6. Move to folder where you placed that .run file using

Code: Select all

cd [path]
and do

Code: Select all

sh [filename].run
or

Code: Select all

sh NVIDIA*.run
for default name easy launch and follow instructions;
7. After that is done do

Code: Select all

logout
and login as usual user;
8. Type

Code: Select all

startx
to start X again;
9. If needed after login open "nvidia-settings" for extra configuration either with terminal or menu.
Enjoy. 8-)

Re: Easy way to install NVidia driver

Posted: 11. Oct 2011, 19:03
by Akuna
Very nice work through.

How about simply using init 4 instead of logout in step 7?

In any case I'm sure it will be very useful to some folks. Thank you for taking the time to do it.

Re: Easy way to install NVidia driver

Posted: 11. Oct 2011, 21:16
by thenktor
Akuna wrote:How about simply using init 4 instead of logout in step 7?
+1

Re: Easy way to install NVidia driver

Posted: 6. Nov 2011, 13:10
by Shador
I wikimized your instructions with some changes: http://www.salixos.org/wiki/index.php/H ... DIA_driver