0

I am using 16.04 Ubuntu. After login , I am getting blank screen, nothing is displayed, how to fix the problem.

Rajan Kumar
  • 21
  • 1
  • 1
  • 3

1 Answers1

2

Try pressing Ctrl+Alt+F1 then typing the following commands:

sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade -y

Please tell me what the output of this is and if it works

Bossle .S
  • 21
  • 3