https://blog.csdn.net/u013149714/article/details/127767490
Ubuntu 社区建立了一个命名为 Graphics Drivers PPA 的 PPA,专门为 Ubuntu 用户提供最新版本的各种驱动程序。目前,率先推出的即为 Nvidia 驱动。因此我们可以通过 PPA 为 Ubuntu 安装 Nvidia 驱动程序。
添加PPA镜像源
add-apt-repository ppa:graphics-drivers/ppa
apt-get update
查看可用的驱动版本
ubuntu-drivers devices
安装建议版本:
ubuntu-drivers autoinstall
安装指定版本:
apt-get install nvidia-driver-XXX