Loading

内核更新后NVIDIA驱动异常问题解决

问题

重启发现分辨率强制锁定1024*768且nvidia-smi显示没装启动,怀疑是内核更新过驱动掉了

尝试

重新下载新驱动安装,提示Unable to find the kernel source tree for the currently running
对应安装source tree后重启,期间会编译需要等待

sudo apt-get install linux-headers-$(uname -r)

不使用官方run而是apt的形式安装驱动

sudo add-apt-repository ppa:graphics-drivers/ppa --yes
sudo apt update
sudo apt install nvidia-driver-570

重启问题解决

参考

Errors in Nvidia Installation : r/debian
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running - Graphics / Linux / Linux - NVIDIA Developer Forums
Linux x64 (AMD64/EM64T) Display Driver 570.133.07 | Linux 64-bit | NVIDIA

posted @ 2025-04-12 10:43  azureology  阅读(135)  评论(0)    收藏  举报