ubuntu uninstall nvidia driver method
1. Switch to integrated graphics
If not, then switch to the character interface first
2, uninstall the driver
sudo apt-get --purge remove nvidia*
sudo apt autoremove
To remove CUDA Toolkit:
$ sudo apt-get --purge remove "*cublas*" "cuda*"
To remove NVIDIA Drivers:
$ sudo apt-get --purge remove "*nvidia*"
3. Then reinstall the driver
Recommended tutorial: "linux tutorial》
The above is the detailed content of How to uninstall nvidia driver in Ubuntu. For more information, please follow other related articles on the PHP Chinese website!