Back up Xorg
This page was last updated on August 18, 2013.
If you open a terminal window and type this command, it will make a copy of the xorg.conf file, adding the current date and time to the backed up file’s name, and place the copy into the same directory as the original:
sudo cp -p /etc/X11/xorg.conf /etc/X11/xorg.conf.backup.`date +%b-%d-%Y~%T`
Obligatory Happy Ending
And they all lived happily ever after. The end.

Comment: