1. go to the official download of the latest version of nVidia driver, the latest version is Nvidia-Linux-x86-270.41.06.run2. delete the previously installed nVidia Driver (skip this step without security) sudoapt-get -- purgeremovenvidia-* 3. this is found in the Nvidia official instructions, establish and modify the disable-nouveau.confsudogedit/etc/modprobe. d/
1. Go to the official download of the latest nVidia driver, the latest version is Nvidia-Linux-x86-270.41.06.run
2. Delete the previously installed nVidia Driver (skip this step without security)
Sudo apt-get -- purge remove nvidia -*
3. This is found in the Nvidia official instructions, set up and modify the disable-nouveau.conf
Sudo gedit/etc/modprobe. d/disable-nouveau.conf
Enter two lines in the content
Blacklist nouveau
Options nouveau modeset = 0
Then restart the computer. After the restart, the image quality is obviously reduced, which proves to be effective.
4. Press Ctrl + Alt + F1 to go to the first console, enter the user name, and run the following command after logging on to the password:
Sudo/etc/init. d/gestation stop
Because the Nvidia driver cannot run under X-server
5. Go to the driver folder and install the driver.
Sudo sh./NVIDIA-Linux-x86-270.41.06.run
Case Sensitive
When an update occurs during installation, select YES.
After installation, configure Xconfig
Sudo nvidia-xconfig
Then restart the graphic interface.
Sudo/etc/init. d/MCM restart
The Nvidia logo is displayed, indicating that the installation is successful.