以下是Debian驱动程序更新指南:
sudo apt update
。sudo apt upgrade
。sudo sed -i 's/main$/main contrib non - free non - free - firmware/' /etc/apt/sources.lists
,然后sudo apt update
。sudo apt install -y linux - headers-$(uname - r) build - essential
。echo -e "blacklist nouveau\noptions nouveau modeset=0" | sudo tee /etc/modprobe.d/blacklist - nouveau.conf
,再sudo update - initramfs - u
。sudo apt install -y nvidia - driver
。lspci
(PCI设备)或lsusb
(USB设备)查看。make
和make install
命令。