From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Date: Thu, 17 Nov 2011 19:22:02 +0200 From: Michael Shigorin To: ALT Linux Community general discussions Message-ID: <20111117172202.GJ21624@osdn.org.ua> Mail-Followup-To: ALT Linux Community general discussions References: Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.2.1i Subject: Re: [Comm] ctr+alt+backspace X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: shigorin@gmail.com, ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2011 17:22:08 -0000 Archived-At: List-Archive: List-Post: 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 ------ Linux.Kiev http://www.linux.kiev.ua/