From owner-freebsd-questions@FreeBSD.ORG Sat Jun 6 07:26:43 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E61CC106564A for ; Sat, 6 Jun 2009 07:26:43 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [83.235.67.32]) by mx1.freebsd.org (Postfix) with ESMTP id 51ECA8FC12 for ; Sat, 6 Jun 2009 07:26:43 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atomic.dyndns.org (athedsl-4493006.home.otenet.gr [94.71.90.214]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id n567Qe4K010022; Sat, 6 Jun 2009 10:26:41 +0300 Message-ID: <4A2A1A30.30000@otenet.gr> Date: Sat, 06 Jun 2009 10:26:40 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.21 (X11/20090414) MIME-Version: 1.0 To: Luke Dean References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Shutting down X with control+alt+backspace X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2009 07:26:44 -0000 Luke Dean wrote: > > This is an answer to a question I started to post, but then decided to > research instead. I know many readers of this list use the feature I'm > describing. > > When Xorg was upgraded to version 7.4, the historic ability to shut > down X > with Control+Alt+Backspace became a non-default option. The solution to > re-enabling this behavior was to add > Option "DontZap" "off" > to the ServerLayout or ServerFlags section of xorg.conf as documented in > a note in the Handbook > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html > > A few days ago, x11/xkeyboard-config was upgraded to 1.6 and the solution > in the Handbook is no longer sufficient. > > The new solution that gets Control+Alt+Backspace working for me > again is to add > Option "XKbOptions" "terminate:ctrl_alt_bksp" > to the "InputDevice" section of xorg.conf. > Thanks for mentioning this. I have not yet upgraded to the new version of xkeyboard-config, but will try this and update the Handbook accordingly.