From owner-freebsd-questions@FreeBSD.ORG Sun Jan 16 19:50:09 2011 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 BEFD7106564A for ; Sun, 16 Jan 2011 19:50:09 +0000 (UTC) (envelope-from mailing@alokat.org) Received: from smtp.alokat.org (smtp.alokat.org [46.4.186.11]) by mx1.freebsd.org (Postfix) with ESMTP id 7BC0D8FC18 for ; Sun, 16 Jan 2011 19:50:09 +0000 (UTC) Received: from smtp.alokat.org (localhost.localdomain [127.0.0.1]) by smtp.alokat.org (Postfix) with ESMTP id 96AC411250083 for ; Sun, 16 Jan 2011 20:50:08 +0100 (CET) Received: from [192.168.24.24] (188-192-38-254-dynip.superkabel.de [188.192.38.254]) by smtp.alokat.org (Postfix) with ESMTPSA id 77E7C1125007E for ; Sun, 16 Jan 2011 20:50:08 +0100 (CET) Message-ID: <4D334BF0.50405@alokat.org> Date: Sun, 16 Jan 2011 20:50:08 +0100 From: Alokat User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4D3336D9.1080900@alokat.org> <4D3340DB.4070601@alokat.org> <4D3348DC.3040704@gmail.com> In-Reply-To: <4D3348DC.3040704@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP Subject: Re: Install 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: Sun, 16 Jan 2011 19:50:09 -0000 On 01/16/2011 08:37 PM, David Demelier wrote: > On 16/01/2011 20:02, Alokat wrote: >> It works now. >> >> But after gdm is started I just see a small line (for the username) but >> this line is too small. >> >> I have installed xorg and configured it as in the documentation. >> >> cYa, >> alokat >> >> On 01/16/2011 07:20 PM, Alokat wrote: >>> Hi guys, >>> >>> I want to install gnome on my blank freeBSD. >>> >>> pkg_add -r gnome2 >>> >>> Do I have to install something more (like the XServer) or does Gnome >>> depends on X11 so it will be installed automatically? >>> >>> cYa >>> >>> _______________________________________________ >>> 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" >> >> _______________________________________________ >> 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" > > You need procfs mounted under /proc > > http://www.freebsd.org/gnome/docs/faq2.html#procfs > > Add the following in your /etc/fstab : > > proc /proc procfs rw 0 0 > Cool it works ... thank you. But why was this the error? cYa, alokat