From owner-freebsd-questions@FreeBSD.ORG Mon Apr 26 05:31:39 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7879F106564A for ; Mon, 26 Apr 2010 05:31:39 +0000 (UTC) (envelope-from lokadamus@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id C0AAF8FC13 for ; Mon, 26 Apr 2010 05:31:38 +0000 (UTC) Received: (qmail invoked by alias); 26 Apr 2010 05:31:37 -0000 Received: from c178006.adsl.hansenet.de (EHLO [213.39.178.6]) [213.39.178.6] by mail.gmx.net (mp030) with SMTP; 26 Apr 2010 07:31:37 +0200 X-Authenticated: #3333826 X-Provags-ID: V01U2FsdGVkX1/i+OpiLFXieF1RIgUv6hJx7GP0eHWc4/AkmzFUVj L0ZsUjf3aY0fXC Message-ID: <4BD52553.6040405@gmx.de> Date: Mon, 26 Apr 2010 07:32:03 +0200 From: Lokadamus User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Michael Glaz References: <370784.61735.qm@web113602.mail.gq1.yahoo.com> In-Reply-To: <370784.61735.qm@web113602.mail.gq1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.58999999999999997 Cc: questions@freebsd.org Subject: Re: installing gnome 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, 26 Apr 2010 05:31:39 -0000 Am 26.04.2010 03:22, schrieb Michael Glaz: > I installed FreeBSD 8.0. Then I followed the directions on installing Gnome2. I typed pkg_add -r gnome2. Then I added the line > > gnome_enable="YES" to /etc/rc.conf. But to no avail. Gnome doesn't boot. Only the terminal boots up. I also get this error during boot: > gdm-binary[1285]: WARNING: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors > > mike > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > Have you installed xorg server? "pkg_add -r xorg" should it install. Cheers