3080
https://blog.csdn.net/qq_30468723/article/details/107531062
sudo chmod a+x NVIDIA-Linux-x86_64-455.23.04.run
sudo apt-get -y install build-essential
sudo xed /etc/modprobe.d/blacklist.conf
blacklist nouveau
options nouveau modeset=0
sudo update-initramfs -u
reboot
lsmod | grep nouveau
mint 20 install NVIDIA driver via run
原文:https://www.cnblogs.com/xuanmanstein/p/13891014.html