Install graphics card driver

The nvidia-smi keeps reporting an error. You may unload the graphics card driver accidentally and
reinstall the graphics card driver.

Due to network problems, it has been engaged for a long time.
The simplest, use the ppa warehouse for automated installation

step:

  1. Uninstall the existing graphics card
sudo apt-get purge nvidia-*
  1. Store the ppa warehouse in the system
 sudo add-apt-repository ppa:graphics-drivers/ppa
  1. Update
sudo apt update
  1. Identify the driver system recommended by the graphics card
    (mark recommended is system recommendation)
ubuntu-drivers devices
sudo apt-get install nvidia-driver-

Guess you like

Origin blog.csdn.net/wwwangzai/article/details/108779942