Jump to content

Ubuntu issues?

Go to solution Solved by komaru,

Looks like the login screen (lightdm) is broken. Try this to re-install it from CLI:

alt+ctrl+f1

Enter you username and password

Enter the following command, hitting Enter after each (you may be asked for you password again since we're using "sudo").

sudo service lightdm stop
sudo apt-get remove lightdm
sudo apt-get update
sudo apt-get install lightdm
sudo service lightdm start 

alt+ctrl+f7

Restart the PC.

Looks like the login screen (lightdm) is broken. Try this to re-install it from CLI:

alt+ctrl+f1

Enter you username and password

Enter the following command, hitting Enter after each (you may be asked for you password again since we're using "sudo").

sudo service lightdm stop
sudo apt-get remove lightdm
sudo apt-get update
sudo apt-get install lightdm
sudo service lightdm start 

alt+ctrl+f7

Restart the PC.

Link to comment
https://linustechtips.com/topic/611352-ubuntu-issues/#findComment-7905102
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×