Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
14
rated 0 times [  14] [ 0]  / answers: 1 / hits: 104876  / 2 Years ago, sun, january 2, 2022, 3:44:20

I downloaded a .run file for a Nvidia driver, but when I run it in the terminal it tells me it must be run as root.



I'm a complete noob and I barely even know what root is. I think it's somewhere around the equivalent of admin in windows.
driver run as root



Well, I got the file to run but it turns out that the driver will not recognize my card.
I've heard about other problems with Nvidia cards not working right with 64 bit versions of 12.04.


More From » drivers

 Answers
7

You need to do two things; both from a Terminal prompt:




  1. Change to the directory where you have the .run file stored.

  2. Type: chmod 755 filename.run

  3. Type: sudo ./filename.run



The above commands will make the file executable and will launch the executable with root-level permissions.


[#37989] Monday, January 3, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bearous

Total Points: 226
Total Questions: 116
Total Answers: 136

Location: Guernsey
Member since Sun, Jan 10, 2021
3 Years ago
;