Ubuntu reinstall graphics driver

The native environment is as follows:

System: ubuntu16.04

GPU:RTX 2080ti

MIRACLES: 10.1

NVIDIA driver: 430.40


For some reason, the graphics card driver will crash every time it is used. The display driver will be reinstalled in about two months, so record the steps in a blog:

There are 6 steps

1. Boot to the F1 interface : CTRL+ALT+F1

2. Turn off the graphical interface :

sudo service lightdm stop

3. Change the mode of the display driver file :

sudo chmod a+x NVIDIA-Linux-x86_64-430.40.run

4. Start the installation :

sudo ./NVIDIA-Linux-x86_64-430.40.run –no-opengl-files

Note that this is: --no-opengl-files (there are 2-in front)

Various other options can be defaulted, and all the way to enter is finished.

5. Check whether the installation is successful :

nvidia-smi

6. Restart is ok:

reboot

 

Guess you like

Origin blog.csdn.net/leviopku/article/details/108496254