mariah@feddit.rocks to Linux@lemmy.ml · 8 months agoI just updated debian and upon reboot and login i get thisfeddit.rocksimagemessage-square74fedilinkarrow-up1113arrow-down111
arrow-up1102arrow-down1imageI just updated debian and upon reboot and login i get thisfeddit.rocksmariah@feddit.rocks to Linux@lemmy.ml · 8 months agomessage-square74fedilink
minus-squarePrettyFlyForAFatGuy@lemmy.mllinkfedilinkarrow-up4·edit-28 months agoif your updates included a new kernel try installing the kernel headers for the new kernel. then if it’s still not working reinstall the nvidia driver. i used to daily drive debian with proprietary nvidia drivers and it would break with every kernel upgrade from memory, so almost certainly incorrect, the fix was simply something like sudo apt install linux-headers-`uname -r` && sudo reboot
if your updates included a new kernel try installing the kernel headers for the new kernel.
then if it’s still not working reinstall the nvidia driver.
i used to daily drive debian with proprietary nvidia drivers and it would break with every kernel upgrade
from memory, so almost certainly incorrect, the fix was simply something like
sudo apt install linux-headers-`uname -r` && sudo reboot