Skip to content

Instantly share code, notes, and snippets.

@RafayGhafoor
Created June 18, 2020 13:50
Show Gist options
  • Save RafayGhafoor/3f059341c1de27d7d83cbfc8562c2786 to your computer and use it in GitHub Desktop.
Save RafayGhafoor/3f059341c1de27d7d83cbfc8562c2786 to your computer and use it in GitHub Desktop.
sudo rm -f /etc/X11/xorg.conf
sudo rm -f xorg.conf*
sudo service lightdm stop
sudo service gdm stop
sudo service kdm stop
sudo service lxdm stop
sudo service xdm stop
sudo service wdm stop
sudo Xorg -configure
[ -f xorg.conf* ] && sudo mv xorg.conf* /etc/X11/xorg.conf
sudo dpkg-reconfigure $(dpkg -l | awk '{print $2}' | grep "^xserver" | tr '\n' ' ')
sudo update-initramfs -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment