To re-enable the ctrl+alt+backspace key combination in Ubuntu Jaunty, add this code to /etc/X11/xorg.conf:
Section "ServerFlags"
Option "DontZap" "false"
EndSection
written on Thursday, August 06, 2009 by Danilo Bargen
To re-enable the ctrl+alt+backspace key combination in Ubuntu Jaunty, add this code to /etc/X11/xorg.conf:
Section "ServerFlags"
Option "DontZap" "false"
EndSection