From owner-freebsd-questions@FreeBSD.ORG Mon Aug 16 12:19:27 2010 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 F13A6106566B for ; Mon, 16 Aug 2010 12:19:27 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8522E8FC18 for ; Mon, 16 Aug 2010 12:19:27 +0000 (UTC) Received: by ewy26 with SMTP id 26so2693012ewy.13 for ; Mon, 16 Aug 2010 05:19:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=WstoDUE/3e3gSMqALuLqeeWkfMPhmg6/O8lZkV1puIA=; b=WzTmV6ircyi+Hg9MS6btJulaBR4zyotirJ3jemEzFdoJ2jM4PpfHGzEovIM1F0dKI4 DBxqK43X0f78kWHRiHxFgADb4yMslNASVtoj8Pl2HNP5vu07J93V7IdbJ+ib7XUxo2fo /AGUpMh/zQrVNyMtnOQ1Zoq4DwsKaFplNhy/A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kDIrnt9OP5IglkhCIc+yQAmLiKexQoWyOjdlK0isLsKK3/+T+VovZtJa73gdaevGqa B284qO6kx0rVmtQqSuLT6f0cxTpyiKLsdMVKbc/yOY3YTljMqgyMu9wtolpmFXG0HVpD hY+C4ShQ65XbPUH2iNrBvEhh3mlAGMsxajzZI= MIME-Version: 1.0 Received: by 10.216.7.78 with SMTP id 56mr2510242weo.96.1281961166392; Mon, 16 Aug 2010 05:19:26 -0700 (PDT) Received: by 10.216.180.73 with HTTP; Mon, 16 Aug 2010 05:19:26 -0700 (PDT) Date: Mon, 16 Aug 2010 14:19:26 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: hald freebsd8.0 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: Mon, 16 Aug 2010 12:19:28 -0000 The handbook of FreeBSD says about Xorg: you *can* [but need not, I understand] use HAL to autodetect keyboards and mice. I have hald (and dbus) ports installed and running (both enabled="YES" in /etc/rc.conf) But I suspect hald causing panic reboots. Can one do without hald? Oucommenting hald_enable="YES" in /etc/rc.conf and reboot will not be sufficient I guess, what else should be done, since it will affect X, in order not to loose keyboard and mouse in graphical envorinoment?