Easy way to install NVidia driver

Other talk about Salix
Post Reply
Spier
Posts: 4
Joined: 10. Oct 2011, 11:29

Easy way to install NVidia driver

Post 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-)
User avatar
Akuna
Salix Wizard
Posts: 1038
Joined: 14. Jun 2009, 12:25

Re: Easy way to install NVidia driver

Post 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.
Image
What really matters is where you are going, not where you come from.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Easy way to install NVidia driver

Post by thenktor »

Akuna wrote:How about simply using init 4 instead of logout in step 7?
+1
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Easy way to install NVidia driver

Post by Shador »

I wikimized your instructions with some changes: http://www.salixos.org/wiki/index.php/H ... DIA_driver
Image
Post Reply