1

This is weird,I was reading some blog and I found that I can manually start GUI by issuing this command sudo startx,so I did that.Now I'm unable to login to my user account.

Raja G
  • 102,391
  • 106
  • 255
  • 328

1 Answers1

1

OK do the following command from your terminal with CTRL+ALT+T

or from CLI with CTRL+ALT+F1

sudo restart lightdm 

If issue not solved then reinstall your lightdm with

sudo apt-get install --reinstall lightdm
Raja G
  • 102,391
  • 106
  • 255
  • 328