Ubuntu screen and re-install a graphical interface

Upgrade when accidentally bounced off the screen, enter the text interface (Ctrl + Alt + F3) later, enter the following command to solve

#/bin/bash
sudo apt-get update  
sudo dpkg --configure -a

sudo apt-get install --reinstall ubuntu-desktop  
sudo apt-get install unity  
sudo shutdown -r now

Guess you like

Origin www.cnblogs.com/schips/p/11652111.html