- 更新ubuntu源。
cd /etc/apt/
sudo zip sources.list.zip sources.list
sudo gedit sources.list
sudo apt update
- 安装nvidia驱动
sudo apt-get install ubuntu-drivers-common
# 检测是否安装成功
ubuntu-drivers
# 自动检测本机显卡,并给出可以安装的驱动型号
ubuntu-drivers devices
# 自动安装建议的驱动版本
sudo ubuntu-drivers autoinstall