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 .
Related Articles
- Upgrading to Kubuntu 9.04: a nightmare! (Part 1) (5)
- Thunderbird does not open http link in Ubuntu? Here's the solution (0)
- KDE 4.0 a great look! (1)
- Two hours wasted on a Sound Blaster driver bug (do not hear the mic. With What You Hear) (4)
- Upgrade to (K) Ubuntu 8.04: problem solved with sound on Dell Latitude D630 (12)
Tags: Kubuntu , Ubuntu
Categories: linux
3 comments »















3 Responses to "How to enable Ctrl + Alt + Backspace to restart Jaunty in the XServer"
Things like crazy .... CTRL + ALT + Backspace ... disabled.
Thank goodness we are talking about free software and you can put a piece ....
Thank straight.
Who you say! Imagine all seen the problems I had after upgrading with the X server and drivers that ATI did not go together ...
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?