Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
15
rated 0 times [  15] [ 0]  / answers: 1 / hits: 125711  / 3 Years ago, tue, june 8, 2021, 9:16:23

This is what I am trying to do. I downloaded the latest driver for my VGA from http://www.nvidia.com. The installation needs the X11 to be shut down, so I log out of my account, then press Ctrl+Alt+F1, then log in with my username and password, then run the command



sh NVIDIA-Linux-x86_64-285.05.09.run


in every possible way, I have even tried CHMODing the package with 777 permissions, but still I'm getting the



sh: can't open NVIDIA-Linux-x86_64-285.05.09.run


error. Any help would be greatly appreciated.


More From » drivers

 Answers
1

Make sure that no proprietary drivers are installed. If they are, un-activate them - otherwise, they WILL cause problems.



This is the procedure I use:




  • Press Ctrl + Alt + F1.


  • Login


  • cd to the location of the file (only if it is in a location other than your $HOME directory)


  • Thereafter, run the following commands:



    sudo su
    sudo service lightdm stop ## if you are using 11.04 replace `lightdm` with `gdm`
    chmod +x NVIDIA-Linux-x86_64-285.05.09.run
    sudo sh NVIDIA-Linux-x86_64-285.05.09.run



The installer will then complain about Nouveau needing to be disabled. It will do so, then you will need to restart your PC. You will then have to redo the above mentioned procedure again to restart the installation.



If you have another driver installed, this installer will uninstall it for you.



Works every time for me.



See also:




[#43023] Thursday, June 10, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
izeeas

Total Points: 412
Total Questions: 105
Total Answers: 118

Location: Trinidad and Tobago
Member since Fri, May 8, 2020
4 Years ago
;