Skip to content

Instantly share code, notes, and snippets.

@oscarkuo
Last active April 13, 2016 18:05
Show Gist options
  • Save oscarkuo/5722a90f279bea524cc1740f3d4ea17a to your computer and use it in GitHub Desktop.
Save oscarkuo/5722a90f279bea524cc1740f3d4ea17a to your computer and use it in GitHub Desktop.
Switch to GDM
# CTRL+ALT+F2 to another console and then
sudo pacman -Syu
sudo pacman -S gdm
sudo systemctl disable lightdm
sudo systemctl enable gdm
sudo systemctl stop lightdm
sudo systemctl start gdm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment