[Comm] ctr+alt+backspace

Michael Shigorin mike на osdn.org.ua
Чт Ноя 17 20:22:02 MSK 2011


On Thu, Nov 17, 2011 at 07:05:11PM +0300, Wasiliy Filippov aka komcumir wrote:
> как вернуть перезагрузку x сервера на ctr+alt+backspace

http://old.nabble.com/Re%3A-How-to-include-setxkbmap-in-Xorg.conf-directly---p31829947.html

For non-gnome users (*), I include the following file in the Xorg 1.10 packages
I build as /etc/X11/xorg.conf.avail/90-zap.conf - it should work with Xorg 1.8
& later:

# This configuration snippet enables the Ctrl-Alt-Backspace server kill key
#
# To use it, link or copy into /etc/X11/xorg.conf.d/
#
# Note that only the last XkbOptions setting seen for a device will be used,
# so to use multiple options, copy this file and add options into the Option
# string, such as "terminate:ctrl_alt_bksp,ctrl:swapcaps"

Section "InputClass"
    Identifier "keyboard zap by default"
    MatchIsKeyboard "on"

    Option "XKbOptions" "terminate:ctrl_alt_bksp"
EndSection


(*) Okay, mainly for me when I'm doing debugging using throw-away test accounts
or xinit without gnome, and including it in the packages is easier than
remembering to copy it every time I install a test system.   But I know a few
other people use it too, so it's not purely my laziness. 

-- 
 ---- WBR, Michael Shigorin <mike на altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


Подробная информация о списке рассылки community