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
  • 105,327
  • 107
  • 262
  • 331
Rajat Saxena
  • 287
  • 1
  • 2
  • 9

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
  • 105,327
  • 107
  • 262
  • 331