Recently, after installing NVIDIA graphics card on Ubuntu 18.4, it seems that the graphics card is not fully compatible
The first time there was a problem, it was found that the system adopted the default graphics card driver after logging in the account, but the installed graphics card driver was damaged and could not be used
The second time there was a problem, the words/dev/sda2 clean and/dev/sda2 recovering journal appeared on the interface after boot, and they were stuck
For the second problem, the solutions are as follows:
1. In the stuck interface, we need to switch to the command line mode, Ctrl + Alt + F3 (related to the machine, probably between F1 and F6)
2. Check whether the driver of the graphics card has been damaged. Cat/Pro/driver/NVIDIA/version, if not, it means there is a problem
3. Uninstall the installed graphics driver:
sudo apt purge nvidia-*
sudo apt autoremove
4. Download the corresponding graphics card driver on the official website at: https://www.nvidia.com/Download/index.aspx After selecting the corresponding graphics driver, the downloaded file name is nvidia-linux-x86_ 64-390.77.run
5. Install graphics driver: sudo bashnvidia-linux-x86_ 64-390.77.run
6. Some inquiry information:
1)Accept License
2)The distribution-provided pre-install script failed! Are you sure you want to continue?-> CONTINUE INSTALLATION
3)Install NVIDIA’s 32-bit compatibility libraries?-> YES
4) An incomplete installation of libglvnd was found. Do you want to install a full copy of libglvnd? This will overwrite any existing libglvnd libraries.-> Install and overwrite existin
4) Would you like to run the nvidia-xconfig utility?-> YES
7. Installation completed
Similar Posts:
- [Solved] after installing Ubuntu 16.04, you cannot enter the graphical interface after restarting (error/dev/sda2: clean…)
- [Solved] nvidia-smi Error: Failed to initialize NVML: Driver/library version mismatch
- [Solved] NVIDIA SMI instruction error: failed to initialize nvml: Driver
- Centos7: How to Install GPU v100 Driver
- [Solved] Ubuntu Warning: The system is running in low-graphics mode
- [Solved] dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
- [How to Solve] Driver/library version mismatch
- [Solved] Ubuntu gnome 17.04 error: kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129
- OBS Error: obs has crashed! [How to Solve]
- [Solved] docker: Error response from daemon: could not select device driver “” with capabilities: [[gpu]].