After checking the Internet for a number of solutions, I finally found one that fits my problem here, cited below.
I have recently received a similar issue with myPangolin Performance laptop. The folks at System 76 told me to do the following:
Click Okay and then select the option to get a terminal. (alternatively you can press ctr+alt+f1 to bring up another tty)
sudo chown lightdm:lightdm -R /var/lib/lightdm
sudo chown avahi-autoipd:avahi-autoipd -R /var/lib/avahi-autoipd
sudo chown colord:colord -R /var/lib/colord
sudo reboot
—————————————————————————-
Attachment: there is another way to install network card driver on the Internet
# For the latest Nvidia binary drivers.
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current nvidia-current-modaliases nvidia-settings
# For the latest ATI/AMD binary drivers.
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install fglrx
I installed the NVIDIA driver. After restarting, I entered the login interface. After entering the user name and password, I still couldn’t enter the desktop. I kept circulating in the login interface. The solution is as follows:
alternatively you can press ctr+alt+f1 to bring up another tty
To uninstall NVIDIA driver:
sudo apt-get remove --purge nvidia-*
sudo apt-get install ubuntu-desktop
sudo rm /etc/X11/xorg.conf
echo 'nouveau' | sudo tee -a /etc/modules
#restart
sudo reboot
After restart
Reason search:
When there is a circular login problem, you can enter the shell according to the above method and find the. Xsession errors file in the home directory
# cd home check.xsession-errors
cd ~
ls -a
vi .xsession-errors
Then you can see the information in the log, according to the information in the log to Baidu, maybe you can solve the problem of driver installation
Similar Posts:
- [Solved] NVIDIA SMI instruction error: failed to initialize nvml: Driver
- The system is running in low-graphics mode
- [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
- [How to Solve] Driver/library version mismatch
- Solutions to the phenomena of / dev / sda2 clean and / dev / sda2 recovering journal when starting Ubuntu
- [Solved] dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
- [Solved] docker: Error response from daemon: could not select device driver “” with capabilities: [[gpu]].
- Install Gnome Classic (Gnome Session Fallback) to Ubuntu 14.04
- [Solved] Forbid root, handle error sudo must be owned by uid 0