sudo apt install nvidia-387 nvidia-387-dev
遇到的错误:
1. [sudo] password for tmp: 2. Reading package lists... Done 3. Building dependency tree 4. Reading state information... Done 5. Package nvidia-387 is not available, but is referred to by another package. 6. This may mean that the package is missing, has been obsoleted, or 7. is only available from another source 8. 9. E: Package 'nvidia-387' has no installation candidate 10. E: Unable to locate package nvidia-387-dev
解决方案: How to Install Latest Nvidia Drivers on Ubuntu
First start by adding the Proprietary GPU Drivers PPA to your system package sources and update your system package cache using apt command.
1. $ sudo add-apt-repository ppa:graphics-drivers/ppa 2. $ sudo apt update
Then install the latest stable nvidia graphics (which is nvidia-387 at the time of writing this article) using the following command.
$ sudo apt install nvidia-387
Alternatively, open Software & Updates under System Settings and go to Additional Drivers tab, select the required driver version and click “Apply Changes”.
Next, reboot your computer for the new driver to start working. Then use the lsmod command to check your installation status with the following command.
It will list all currently loaded kernel modules in Linux, then filter only nvidia using grep command.
$ lsmod | grep nvidia
Some times updates do not work well as expected. If you face any issues with the latest drivers installation such as black screen on startup, you can remove it as follows.
$ sudo apt-get purge nvidia*
If you want to completely remove graphics-drivers PPA as well, run the following command to remove PPA.
$ sudo apt-add-repository --remove ppa:graphics-drivers/ppa
You might also like to read these following related articles on Gaming.
- 5 Best Linux Gaming Distributions That You Should Give a Try
- 12 Amazing Terminal Based Games for Linux Enthusiasts
That’s all! You can ask questions or share any useful additional information via the feedback form below.
AIEarth是一个由众多领域内专家博主共同打造的学术平台,旨在建设一个拥抱智慧未来的学术殿堂!【平台地址:https://devpress.csdn.net/aiearth】 很高兴认识你!加入我们共同进步!