How to solve the problem of not being able to enter the desktop when logging in with ubuntu
Question:
The system is prompted to log in due to a video card driver problem and cannot enter the desktop.
Solution:
We just need to reinstall the driver.
Specific steps:
1. Press the ctrl+alt+f1 shortcut key in the login interface to enter the tty console, enter your user name and password, and enter enter to log in.
2. Execute the following commands in turn
Sudo apt-get updatesudo apt-get upgrade
3. After the execution of the above command, you can install the video card driver, and wait for the video card driver to be installed before entering the desktop.
The above is the solution that ubuntu circular login can not enter the desktop, please pay attention to other related articles!