We've all heard about the DontZap fiasco, caused by a few whiners.  I
managed to restore that, but there seems to be even more lost
functionality.  "MagicSysReq" no longer works in X.  In addition, I've
made a slight change in /etc/inittab...

ca:12345:ctrlaltdel:/usr/bin/chvt 1

...which should cause ctrl_alt_del to kick me into tty1, rather than
rebooting.  Here is the "InputDevice" section in my xorg.conf which
(along with DontZap) restores ctral_alt_bksp functionality.

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
  Option      "XkbOptions" "terminate:ctrl_alt_bksp"
  Option      "XkbOptions" "terminate:ctrl_alt_del"
EndSection

  MagicSysReq and the modified ctrl_alt_del both work from a text
console, but not from X.  What do I have to do to enable them?  BTW, I
am not running HAL or DBUS.

-- 
Walter Dnes <waltd...@waltdnes.org>

Reply via email to