Enable Keyboard shotcut for restarting xserver
Latest version of Ubuntu comes up with the handy shortcut to restart xserver using keyboard. Here is a way to enable that option.
First install dontzap package.
sudo apt-get -y install dontzap
Now add following three lines to /etc/X11/xorg.conf file.
Section “ServerFlags” Option “DontZap” “false” EndSection
After restarting Ubuntu you can use Control+Alt+Backspace keyboard option.
Comments