From owner-freebsd-questions@FreeBSD.ORG Thu Dec 12 23:13:04 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B9C5301 for ; Thu, 12 Dec 2013 23:13:04 +0000 (UTC) Received: from cyrus.watson.org (cyrus.watson.org [198.74.231.69]) by mx1.freebsd.org (Postfix) with ESMTP id E256112DC for ; Thu, 12 Dec 2013 23:13:03 +0000 (UTC) Received: from fledge.watson.org (fledge.watson.org [198.74.231.63]) by cyrus.watson.org (Postfix) with ESMTPS id 9818746B45; Thu, 12 Dec 2013 18:13:03 -0500 (EST) Received: from fledge.watson.org (doug@localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.14.7/8.14.7) with ESMTP id rBCND3pQ049699; Thu, 12 Dec 2013 18:13:03 -0500 (EST) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.14.7/8.14.7/Submit) with ESMTP id rBCND2cF049696; Thu, 12 Dec 2013 18:13:02 -0500 (EST) (envelope-from doug@fledge.watson.org) Date: Thu, 12 Dec 2013 18:13:02 -0500 (EST) From: doug To: James Griffin Subject: Re: xorg without hal In-Reply-To: <20131211154753.GB3251@kontrol.kode5.net> Message-ID: References: <20131211142143.GA2861@kontrol.kode5.net> <20131211154753.GB3251@kontrol.kode5.net> 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.3 (fledge.watson.org [127.0.0.1]); Thu, 12 Dec 2013 18:13:03 -0500 (EST) Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: doug@safeport.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2013 23:13:04 -0000 On Wed, 11 Dec 2013, James Griffin wrote: > Warren Block : > >> On Wed, 11 Dec 2013, James Griffin wrote: >> >>> Is it possible to configure X with the need for hald? If I generate and configure an xorg.conf with the appropriate settings, can I turn hald off? >> >> Yes. It depends on the environment, AFAIK KDE and Gnome still want hal. >> xfce does not need it. > > Thanks Warren, I use fvwm2 so I guess that should be fine. I have never built Xorg. My technique has also been to try HAL and turn if off if required. So when/if it does not work: #hald_enable="YES" ==> /etc/rc.conf #dbus_enable="YES" Option "AutoAddDevices" "false" ==> /etc/X11/xorg.conf