Has something changed in the last week that makes the extension crash? #2047
Unanswered
RichardJECooke
asked this question in
Q&A
Replies: 2 comments
-
Nvidia release 550 drivers. They were out of synch with flatpak and ubuntu and cuda I think. Fixed with: sudo apt update && sudo apt upgrade;
sudo apt autoremove nvidia* --purge;
ubuntu-drivers devices;
sudo ubuntu-drivers autoinstall;
sudo apt install nvidia-cuda-toolkit;
lspci | grep -i nvidia;
sudo apt install nvidia-driver-550; # change with number above
sudo apt update && sudo apt upgrade;
# reboot
nvidia-smi; # check working
nvcc --version; # check working
sudo snap refresh; flatpak update -y; sudo apt autoremove -y; flatpak uninstall --unused -y; LANG=C snap list --all | awk '/disabled/{print $1" --revision "$3}' | xargs -rn3 sudo snap remove; # update flatpak nvidia versions
# https://developer.nvidia.com/rdp/cudnn-download <-- may not even need this if blender shows cuda in file - preferences |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh no, it still breaks with this extension on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since last week whenever I enable dash to panel and use VLC, Ubuntu crashes and automatically logs out. I tried reinstalling my nvidia drivers for 535 as I saw they had updated, but still crash. Everything works fine without the extension.
Has anything changed in the extension or Gnome or Ubuntu or Nvidia in the last week please?
Beta Was this translation helpful? Give feedback.
All reactions