Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2011 20:37:00 +0100
From:      David Demelier <demelier.david@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Install gnome
Message-ID:  <4D3348DC.3040704@gmail.com>
In-Reply-To: <4D3340DB.4070601@alokat.org>
References:  <4D3336D9.1080900@alokat.org> <4D3340DB.4070601@alokat.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D3348DC.3040704>