From owner-freebsd-questions@FreeBSD.ORG Sat May 19 23:28:54 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6A89106564A for ; Sat, 19 May 2012 23:28:54 +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 56C9B8FC14 for ; Sat, 19 May 2012 23:28:54 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q4JNSn67032903; Sat, 19 May 2012 17:28:49 -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 q4JNSmDA032900; Sat, 19 May 2012 17:28:49 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 19 May 2012 17:28:48 -0600 (MDT) From: Warren Block To: Polytropon In-Reply-To: <20120519210008.f1721985.freebsd@edvax.de> Message-ID: References: <4FB730B7.60009@dreamchaser.org> <4FB7DF67.1000603@dreamchaser.org> <20120519210008.f1721985.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, 19 May 2012 17:28:49 -0600 (MDT) Cc: freebsd@dreamchaser.org, freebsd-questions@freebsd.org Subject: Re: ATI Radeon HD5500 driver question 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, 19 May 2012 23:28:54 -0000 On Sat, 19 May 2012, Polytropon wrote: >> 3. The Xorg man page notes that should cause it to >> exit. However, it doesn't, and I had to use kill -TERM. Any hints on >> why doesn't cause it to exit? > > This is also a new default to _not_ work anymore. You have more > than two (if I remember correctly) options in making it work. > You'll find them in the Handbook: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html > > One possibility when X has been compiled _without_ HAL support > (and no hald running), placing > > Option "DontZap" "false" > > into the "ServerLayout" section should work. Additionally, I see > that I have > > Option "XkbOptions" "terminate:ctrl_alt_bksp" > > in the "InputDevice" section of "Keyboard0". It "just" works. :-) This should work whether or not HAL is installed or running.