PrettyFlyForAFatGuy@lemmy.mltoLinux@lemmy.ml•Thunderbird Flatpak got updated to 115 Supernova
01·
1 year agoi though mozilla abandonned thunderbird and it became community driven?
i though mozilla abandonned thunderbird and it became community driven?
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