How to execute driver file with .run extension?

Booting, installing, newbie
Post Reply
Message
Author
pauliuw
Posts: 8
Joined: Fri 29 Apr 2011, 11:06

How to execute driver file with .run extension?

#1 Post by pauliuw »

Hello, I use lucid puppy 5.2.5 and i wanted to install compiz fussion so i had to get a driver for that and I have downloaded NVIDIA GeForce FX 5200 video card driver from nvidia's website and the file has .run extension. How can I execute it(when i click on it, it opens some program that does nothing with the file)?
2lss
Posts: 225
Joined: Sun 20 Sep 2009, 23:54

#2 Post by 2lss »

As far as I know, the file you are referring to with the .run extension is a shell script.

If you want to execute the file you must first make it executable. Do that with:

Code: Select all

chmod +x yourfilename.run
Then to execute:

Code: Select all

./yourfilename.run
Here is a similar thread:
http://www.raymond.cc/forum/linux/11783 ... n-run.html
User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#3 Post by CatDude »

Hello pauliuw

Those NVIDIA .run files need compiling.

It is probably easier if you click on the quickpet icon on the desktop,
then follow the sequence of images below (qp1 to qp6).

Pay particular attention to what it say's in image qp6.png

Also note, that after you click on Yes in image qp6.png
another dialog window will appear (i wasn't ready for it and did not get a screenshot of it)
just click OK (or whatever it say's)

Then do as explained in image qp6.png

When you get back to the desktop, continue following the images (qp7 to qp9)

Hope this helps
CatDude
.
Attachments
qp1.png
(57.92 KiB) Downloaded 823 times
qp2.png
(50.33 KiB) Downloaded 753 times
qp3.png
(65.82 KiB) Downloaded 768 times
qp4.png
(18.24 KiB) Downloaded 792 times
qp5.png
(23.19 KiB) Downloaded 756 times
qp6.png
(27.31 KiB) Downloaded 782 times
qp7.png
(73.21 KiB) Downloaded 759 times
qp8.png
(148.35 KiB) Downloaded 757 times
qp9.png
(140.42 KiB) Downloaded 790 times
Image
pauliuw
Posts: 8
Joined: Fri 29 Apr 2011, 11:06

#4 Post by pauliuw »

Thanks for your help, finally i have compiz fusion installed! ;)
Post Reply