200px-X.Org_Logo.svgOne thing that I started missing in Ubuntu for a while was the combination key CTRL+ALT+Backspace to kill the X server. I know the reason for the same was to ensure that naive users don’t lose data/their work by accidentally hitting CTRL+ALT+Backspace on their Ubuntu machine. I am not going to get into the debate of whether it was a right move or not, but all I know is someone like me misses it desperately. And I was looking to find a way to enable it. You can enable CTRL+ALT+Backspace to kill X server using DontZap. You can also set it manually without using DontZAP and by edititing your Xorg.conf file. We are not going to cover that method here.

Installing DontZap

We first need to install DontZAP. Drop to terminal by hitting ALT+F2 and typing “gnome-terminal“.

Type the following command to install DontZAP.

sudo apt-get install dontzap

dontzap1

Now we need to enable the CTRL+ALT+Backspace functionality type the following command.

sudo dontzap --disable

If you want to disable the CTRL+ALT+Backspace functionality to kill X Server, use the following command at the terminal.

sudo dontzap --enable

Once you have enabled this command, you’ll have to log out and log back in to have the X Org recognize the behaviour.

PS: If you do not understand the implication of this please do not use this tutorial.

0saves
If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.

Related posts:

  1. Installing latest Nvidia graphic drivers on Ubuntu (jaunty): How-to
  2. Install XAMPP-Linux Apache MySQL and PhP {LAMP} on Ubuntu: How-to
  3. Install Grub 2 on Ubuntu {Jaunty Jackalope}: How-to
  4. Grub 2: Add splash image to beautify grub 2
  5. Install Opera Unite (10) on Ubuntu (Jaunty): How-to