From owner-freebsd-doc@FreeBSD.ORG Fri Apr 3 15:07:53 2015 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06E81AC2 for ; Fri, 3 Apr 2015 15:07:53 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A71C8627 for ; Fri, 3 Apr 2015 15:07:52 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t33F7iiZ016763 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 3 Apr 2015 09:07:44 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t33F7ioc016760; Fri, 3 Apr 2015 09:07:44 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 3 Apr 2015 09:07:44 -0600 (MDT) From: Warren Block To: Benjamin Kaduk Subject: Re: Handbook x-config-quick-start is missing information to configure HAL and DBUS In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 03 Apr 2015 09:07:44 -0600 (MDT) Cc: freebsd-doc@freebsd.org, Kaio Rafael X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 15:07:53 -0000 On Fri, 3 Apr 2015, Benjamin Kaduk wrote: > On Thu, 2 Apr 2015, Kaio Rafael wrote: > >> Hello, >> >> I am following Chapter 6. The X Window System [1] to install Xorg into my box. >> >> I have installed the xorg package with "pkg install xorg" as the >> handbook explains, but HAL service procedure is giving error: >> >> ' >> service hald start >> hald does not exist in /etc/rc.d or the local startup >> directories (/usr/local/etc/rc.d) >> ' >> >> I believe you should add a note for those users that install binary >> xorg (using pkg) should also add 'HAL' using 'pkg' > > I believe that HAL is no longer strictly needed for a functional X > desktop, these days, so a different edit to the handbook may be more > appropriate. Yes. xorg-server does not use HAL by default any more. I'm tempted to just remove the HAL/DBUS part of the quick start. Really, the whole Xorg installation section needs a rewrite. I have an outline for that, but not the motivation.