From owner-freebsd-questions@FreeBSD.ORG Sun Aug 14 03:39:02 2011 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 F0F21106566C for ; Sun, 14 Aug 2011 03:39:02 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id AC5B18FC12 for ; Sun, 14 Aug 2011 03:39:02 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p7E3cxvG078972; Sat, 13 Aug 2011 21:38:59 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p7E3cxXM078969; Sat, 13 Aug 2011 21:38:59 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 13 Aug 2011 21:38:59 -0600 (MDT) From: Warren Block To: Polytropon In-Reply-To: <20110814052211.02213877.freebsd@edvax.de> Message-ID: References: <20110814032206.49ad7062.freebsd@edvax.de> <20110814025520.GA75595@orange.esperance-linux.co.uk> <20110814052211.02213877.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sat, 13 Aug 2011 21:38:59 -0600 (MDT) Cc: Frank Shute , FreeBSD Questions Subject: Re: System lockups in X with nVidia GeForce 7600 GS (G73) and Gtk+ 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: Sun, 14 Aug 2011 03:39:03 -0000 On Sun, 14 Aug 2011, Polytropon wrote: > PS. Looking at your xorg.conf, maybe the reason why I > can't do Ctrl+Alt+Backspace anymore is that DontZap > belongs to ServerLayout, not to ServerFlags - I'll > quickly check that. xorg.conf(5) says about ServerFlags: Options specified in this section (with the exception of the "Default-ServerLayout" Option) may be overridden by Options specified in the active ServerLayout section. In general, ServerFlags is unnecessary. Just put the options in ServerLayout. DontZap defaults to off now, but the key sequence has to be set, like setxkbmap -option terminate:ctrl_alt_bksp or Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection