How to uninstall nvidia driver in Ubuntu

hzc
Release: 2020-06-18 14:25:39
Original
16169 people have browsed it

How to uninstall nvidia driver in Ubuntu

ubuntu uninstall nvidia driver method

1. Switch to integrated graphics

How to uninstall nvidia driver in Ubuntu

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*"
Copy after login

To remove NVIDIA Drivers:

$ sudo apt-get --purge remove "*nvidia*"
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!