Wednesday, May 15, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 12640  / 2 Years ago, fri, may 27, 2022, 4:55:37

I try to install the Nvidia driver 340.93 on Kubuntu 15.10 x64 (graphic card: GTX 690). I performed the following steps:




  1. Go to http://www.nvidia.com/object/unix.html

  2. Download Latest Legacy GPU version (340.xx series): 340.93

  3. sudo sh ./NVIDIA-Linux-x86_64-340.93.run



Then I got the error message:




The distribution-provided pre-install script failed! Continue installation anyway?"




enter image description here



What could cause this issue?



Continuing the installation fails (black screen, need to remove Nvidia drivers).


More From » drivers

 Answers
4

You can install your driver via the package manager :



Open a terminal (Ctrl+Alt+T) and :




  1. Remove old nvidia packages :



    sudo apt-get purge nvidia*

  2. Install nvidia-340 driver :



    sudo apt-get update
    sudo apt-get install nvidia-340 nvidia-prime


[#17551] Saturday, May 28, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
scrubuz

Total Points: 194
Total Questions: 96
Total Answers: 127

Location: Monaco
Member since Fri, Sep 24, 2021
3 Years ago
;