禁用掉旧驱动
nano /etc/modprobe.d/blacklist.conf
加最后一行加上
blacklist nouveau
options nouveau modeset=0
更新initramfs
update-initramfs -u
重启
reboot
安装dkms
apt-get install dkms
下载驱动
https://www.nvidia.cn/Download/index.aspx?lang=cn
wget https://cn.download.nvidia.com/tesla/550.54.15/NVIDIA-Linux-x86_64-550.54.15.run
添加执行权限
chmod +x NVIDIA-Linux-x86_64-550.54.15.run
安装
.\NVIDIA-Linux-x86_64-550.54.15.run
查看显卡信息
nvidia-smi