www. flickr. com

How to enable Ctrl + Alt + Backspace to restart Jaunty in the XServer

May 19, 2009 2:47 pm

Have you noticed that with Ubuntu (and Kubuntu) 4.9 no longer works Ctrl + Alt + Backspace to do a reset of the X server? I have no idea why the team at Canonical has made that choice (perhaps not even been a choice but their team Xorg) but for me it is definitely a step backwards.

Fortunately it is just as easy to rehabilitate this convenient shortcut:


sudo apt-get install dontzap
sudo dontzap --disable

If you want to go back again and disable the keyboard shortcut:


sudo dontzap --enable

This is not the only way it can directly edit the configuration file:

sudo gksudo gedit /etc/X11/xorg.conf

and adapted to this part of the file:

Section “ServerFlags”
Option “DontZap” “false”
EndSection

In reality there is another shortcut: right alt + k + printscreen.

The main place where I got the information is here:
Howto Enable Ctrl + Alt + Backspace in Jaunty | Ubuntu Geek .

Tags: ,

Related Articles

3 Responses to "How to enable Ctrl + Alt + Backspace to restart Jaunty in the XServer"

RSS feed for comments on this article
Gian Marco wrote a comment on May 19, 2009

Things like crazy .... CTRL + ALT + Backspace ... disabled.
Thank goodness we are talking about free software and you can put a piece ....
Thank straight.

The Nissardo wrote a comment on May 19, 2009

Who you say! Imagine all seen the problems I had after upgrading with the X server and drivers that ATI did not go together ...

Joseph wrote a comment on 6 May 2010

Guys, for those not handy terminal, there is a very simple way to rehabilitate the zap, just go to system-preferences-keyboard-rules-options ...-and put the check in "key sequence to terminate the X server "

Would you like to comment?

Use this URL to send a trackback from your blog