Error installing nvidia driver Ubuntu 14.04 [closed]

倾然丶 夕夏残阳落幕 提交于 2019-12-03 23:07:09

Hi I have GTX 980 Ti using Ubuntu 14.04 (I tested with GTX 970 also). I'm not sure why but installing the driver twice from different sources worked.

  1. Download driver file from NVidia's website, e.g. "NVIDIA-Linux-x86_64-352.55.run".

  2. Firstly install from repository

run in terminal:

$ sudo apt-get remove nvidia*
$ sudo add-apt-repository ppa:xorg-edgers/ppa
$ sudo apt-get update
$ sudo apt-get install nvidia-current
  1. Restart. You will find that you cannot login again. Before login, press Ctrl+Alt+F1. Enter your username and password in the command.

  2. Stop the lightdm and run NVidia's install file:

run in terminal:

$ sudo stop lightdm
$ sudo cd ~/Downloads
$ sudo chmod +x NVIDIA-Linux-x86_64-352.55.run
$ sudo ./NVIDIA-Linux-x86_64-352.55.run

Here some files will be installed and in the end the program says kernel error but it's ok. Restart again, the graphic card will work.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!