From owner-freebsd-questions@FreeBSD.ORG Wed Nov 9 01:40:49 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 DEFDC106564A for ; Wed, 9 Nov 2011 01:40:49 +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 9D3ED8FC12 for ; Wed, 9 Nov 2011 01:40:49 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id pA91eY0Q075188; Tue, 8 Nov 2011 18:40:34 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id pA91eYuT075185; Tue, 8 Nov 2011 18:40:34 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 8 Nov 2011 18:40:34 -0700 (MST) From: Warren Block To: Polytropon In-Reply-To: <20111108215114.24d336e6.freebsd@edvax.de> Message-ID: References: <4EB88225.9020702@bredband.net> <20111108205600.7a8e0205.freebsd@edvax.de> <20111108215114.24d336e6.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]); Tue, 08 Nov 2011 18:40:34 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: X server and xinit works excellent....almost. 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: Wed, 09 Nov 2011 01:40:49 -0000 On Tue, 8 Nov 2011, Polytropon wrote: > On Tue, 8 Nov 2011 13:33:55 -0700 (MST), Warren Block wrote: >> On Tue, 8 Nov 2011, Warren Block wrote: >> >>> On Tue, 8 Nov 2011, Polytropon wrote: >>> >>>> And according to the handbook, this does _not_ remove the >>>> need for a X configuration file (usually /etc/X11/xorg.conf) >>>> including ``Option "DontZap" "off"'' in the "ServerFlags" >>>> section. >>> >>> For at least the most recent Xorg, it's not needed. Can't recall whether it >>> is for the one before that. >> >> Nope, just tested and I'm wrong. DontZap Off is needed with X.Org X >> Server 1.7.7. Sorry about that. >> >> I recommend adding the option to ServerLayout and doing away with the >> extra complication of a ServerFlags section. > > Good suggestion, the Handbook should be changed > according to that if it really works (and is, in > my opinion, easier). It's already in there, right before Option "DontZap" "Off".