Skip to content

Instantly share code, notes, and snippets.

@ee08b397
Last active December 13, 2015 23:41
Show Gist options
  • Save ee08b397/16f96b822af1445ea59e to your computer and use it in GitHub Desktop.
Save ee08b397/16f96b822af1445ea59e to your computer and use it in GitHub Desktop.
Ubuntu-desktop stuck: displayport blinking got display panic

After reboot, gnome got stuck right after the purple "ubuntu" with several dots below, then only one non-flicking cursor on the top left. Then into recovery mode, try startx it says

X: cannot stat /etc/X11/X (No such file or directory), aborting

Fix

sudo dpkg-reconfigure xserver-xorg-lts-utopic

This restores the symlink /etc/X11/X -> /usr/bin/Xorg. I've tried to modify lightdm to gdm doesn't work. And xorg dpkg reconfigure doesn't work because I don't have it installed. I found I have xserver-xorg-lts-utopic.

  • Had another experience: sudo dpkg-reconfigure xserver-xorg for cassandra/eucalyptus VMs that only support older kernel

Post-fix

Dash doesn't work, no app can be found. So a quick run

rm ~/.cache/software-center -R
unity --reset &

If ended up with ERROR: the reset option is now deprecated, unity --replace & is the non-deprecated version

Reference

@ee08b397
Copy link
Author

photo dec 13 5 21 42 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment