Skip to content

Instantly share code, notes, and snippets.

@kennwhite
Last active April 18, 2023 12:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kennwhite/7ee6abdc990063ac3cdebc3fea9bae33 to your computer and use it in GitHub Desktop.
Save kennwhite/7ee6abdc990063ac3cdebc3fea9bae33 to your computer and use it in GitHub Desktop.
Ubuntu 20 Nvidia Zoom Fix

More Nvidia/Ubuntu bleeding edge funness

Problem: Failed to initialize NVML: Driver/library version mismatch

dmesg | grep -i nvrm

NVRM: API mismatch: the client has the version

(Symptoms: nvidia-smi weirdness, ~/.zoom/*log weirdness, Zoom crashes)

This fixed it, with no weird mobprobe/grub hand configuration Kabuki:

sudo apt remove --purge nvidia
sudo apt autoremove
sudo apt install nvidia-driver-450
nvidia-smi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment