Re-enable Ctrl-Alt-Backspace in Xorg


Create the following as /etc/hal/fdi/policy/30user/10-x11-zap.fdi:

<?xml version=“1.0” encoding=“UTF-8”?>
<deviceinfo version=“0.2”>
<device>
<!–
Default X.org input configuration is defined in:
/etc/hal/fdi/policy/30user/10-x11-input.fdi
Settings here modify or override the default configuration.
See comment in the file above for more information.

To see the currently active hal X.org input configuration
run lshal or hal-device(1m) and search for “input.x11*” keys.

Hal and X must be restarted for changes here to take any effect
–>
<match key=“info.capabilities” contains=“input.keys”>
<merge key=“input.x11_options.XkbOptions” type=“string”>terminate:ctrl_alt_bksp</merge>
</match>
</device>
</deviceinfo>

and then restart hald and Xorg.