From owner-freebsd-questions@FreeBSD.ORG Fri May 29 07:23:47 2009 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 21127106566B for ; Fri, 29 May 2009 07:23:47 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 0BD2B8FC15 for ; Fri, 29 May 2009 07:23:45 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n4T7Nc8D005283; Fri, 29 May 2009 09:23:38 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n4T7Nc7I005280; Fri, 29 May 2009 09:23:38 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 29 May 2009 09:23:38 +0200 (CEST) From: Wojciech Puchar To: Leslie Jensen In-Reply-To: <4A1F6BBE.6060602@eskk.nu> Message-ID: References: <4A157EC8.3050507@eskk.nu> <4A157F4A.1000509@isafeelin.org> <4A191A51.1070905@eskk.nu> <4A1F64CF.1020206@eskk.nu> <4A1F6BBE.6060602@eskk.nu> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Peter Ulrich Kruppa , freebsd-questions@freebsd.org Subject: Re: Fresh install 7.2-RELEASE i386, X won't start 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: Fri, 29 May 2009 07:23:47 -0000 >>> Errors from xkbcomp are not fatal to the X server >>> (EE) config/hal: NewInputDeviceRequest failed >>> (EE) config/hal: NewInputDeviceRequest failed >>> Protocol not supported by server >> Do you have >> dbus_enable="YES" >> hald_enable="YES" >> in your /etc/rc.conf ? > > Yes I have > >> If not: add them, reboot and try to create a new xorg.conf with >> # Xorg -configure > > Produces the same result :-( > wouldn't it be better to pkg_delete xserver, make config, turn off hal dependency and then install. Probably it will work fine then.