-
-
Save RafayGhafoor/3f059341c1de27d7d83cbfc8562c2786 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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