Restore ctrl+alt+backspace Usage in Ubuntu 9.10 Karmic Koala
Posted By Chinmoy Kanjilal On October 30, 2009 @ 3:00 pm In Open Source Software | 3 Comments
Ubuntu 9.10 Karmic Koala has ctrl+alt+backspace turned off by default. ctrl+alt+backspace is the key combination used to restart the X server. The reasons for this disabling are unclear. One good thing though, is that it is only disabled and not removed.
To re-enable the ctrl+alt+backspace behavior you need to edit two files. This will enable the setting for all distros with a Xorg Server version 1.6.0 and lower.
Edit the /etc/X11/xorg.conf file as root. Add the section:
Section "ServerFlags" Option "DontZap" "false" EndSection
For Karmic Koala, with Xorg 1.6.3, you need to edit a second file. Edit the file /etc/hal/fdi/policy/10-keymap.fdi as root and add the line:
<merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>
That will do the trick.
It you are uncomfortable with all these editing, you can simply do it the Lifehacker way.
Go to System > Preferences > Keyboard Settings. Look for the Layouts tab, expand the “Key sequence to kill the X server”, click the check box next to “Control + Alt + Backspace”. See the post at Lifehacker here [1].
Article printed from Techie Buzz: http://techie-buzz.com
URL to article: http://techie-buzz.com/foss/restore-ctrlaltbackspace-usage-in-ubuntu-9-10-karmic-koala.html
URLs in this post:
[1] here: http://lifehacker.com/5385615/restore-ctrl+alt+backspace-behavior-in-ubuntu-910
Click here to print.
Copyright © 2006-20011 Techie Buzz. All rights reserved.