Skip to content

Instantly share code, notes, and snippets.

@ozooxo
Created December 17, 2013 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozooxo/8009646 to your computer and use it in GitHub Desktop.
Save ozooxo/8009646 to your computer and use it in GitHub Desktop.
Repair ubuntu 12.04 X Window booting system

After trying to repair the touch-pad of my Ubuntu 12.04, the system cannot boot from X Window. It turns out that xserver-xorg is accidentally removed by sudo apt-get autoremove process after I installed xserver-xorg-input-synaptics. To repair it, just go to the recovery mode and

sudo apt-get install xserver-xorg
sudo dpkg-reconfigure xserver-xorg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment