0

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

  • This is a very general description for a problem that can have many different reasons. Please add as much detail to your question (you can [edit] it) as possible, e.g. what graphics hardware and drivers you use, did it work before or is this a fresh installation, did you recently change anything, settings, updates, etc? – Byte Commander Mar 19 '17 at 16:34
  • Graphics-intel. Before ubantu I was using Windows 10, I am using ubantu from 7 days. Today I restarted laptop from that time I am getting blank screen and just after 1 min it changes to blue. – Rajan Kumar Mar 19 '17 at 17:04
  • 3
    It is spelled Ubuntu. U B U N T U. No single A in there. – Byte Commander Mar 19 '17 at 19:26

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