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

Anonymous said…
Hmmm, Doesn't seem to work :(

Popular posts from this blog

Easy network traffic shaping on your ubuntu system

Multi touch for any,all synaptics touchpad

winetricks - install wine application perquisites with ease