From owner-freebsd-questions@FreeBSD.ORG Sun Jan 16 19:37:46 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 4DBDF106564A for ; Sun, 16 Jan 2011 19:37:46 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CEDD28FC12 for ; Sun, 16 Jan 2011 19:37:45 +0000 (UTC) Received: by wyf19 with SMTP id 19so4592621wyf.13 for ; Sun, 16 Jan 2011 11:37:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=1RhfNT3WIUc4ArWy3blwF17lKV65gd65MLThV2KqTgk=; b=h73lfk3flEGQYzmZDSJ8e0sDxAxJZLfNZEXOOcYtaZjWURRqt/7G12FjT674Lw4BLK EkXE+IeeU6lb1Q87B7iZtqNB/JO0h1Fnh5znsoGOFfzSX8Zmz2UgbtSNDf6k4zFrcvUH wWo1p9liQ2fwgm4YCSh/eXRCJuRpi2EuU73WA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=obV5cAgzSNk4+w9bBiLKwGbNpwRBez55KJH3sqPgn1IXUXi4BhfQUiQASdc09Cuu+k Fitmhr0RG7k0v3C1jlzlpO0Os+k8e6w79XkEOpm9t8L3GAcx8JejUY19y8J8WnLJn1ks 0gJ6PXGRXz+Xl2cuCGKpnaqUcLFzqrrJzRMdE= Received: by 10.227.195.203 with SMTP id ed11mr3111166wbb.206.1295206646283; Sun, 16 Jan 2011 11:37:26 -0800 (PST) Received: from Melon.malikania.fr (65.21.102-84.rev.gaoland.net [84.102.21.65]) by mx.google.com with ESMTPS id m13sm2736693wbz.21.2011.01.16.11.37.24 (version=SSLv3 cipher=RC4-MD5); Sun, 16 Jan 2011 11:37:24 -0800 (PST) Message-ID: <4D3348DC.3040704@gmail.com> Date: Sun, 16 Jan 2011 20:37:00 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110111 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4D3336D9.1080900@alokat.org> <4D3340DB.4070601@alokat.org> In-Reply-To: <4D3340DB.4070601@alokat.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:37:46 -0000 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 -- David Demelier