What to do if ubuntu logs in cyclically and cannot enter the desktop

王林
Release: 2020-06-09 09:15:42
Original
8835 people have browsed it

What to do if ubuntu logs in cyclically and cannot enter the desktop

Problem:

Due to a problem with the graphics card driver, the system prompts to log in and cannot enter the desktop.

Solution:

We just need to reinstall the driver.

Specific steps:

1. Press the ctrl alt f1 shortcut key on the login interface to enter the tty console, enter the user name and password, and press Enter to log in;

2. Follow this sequence Execute the following command

sudo apt-get update
sudo apt-get upgrade
Copy after login

3. After executing the above command, you can install the graphics card driver. After the graphics card driver installation is completed, you can enter the desktop.

Recommended tutorial: linux tutorial

The above is the detailed content of What to do if ubuntu logs in cyclically and cannot enter the desktop. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template