formats

How to Install Gnome in FreeBSD 8.2

Published on July 24, 2011, by + in other.




So you’ve installed FreeBSD. Now what? Here is how to get a basic Gnome desktop going.



Install gnome2 and xorg as shown below. This can take some time to download and install all of the required packages.

# pkg_add -r gnome2

# pkg_add -r xorg

01freebsd


Next, add proc to /etc/fstab:

# vi /etc/fstab


proc	/proc	procfs	rw	0	0

And finally, add the following to your /etc/rc.conf:

# vi /etc/rc.conf

gdm_enable="YES"
gnome_enable="YES"
hald_enable="YES"
dbus_enable="YES"



Reboot. The system now boots up to GDM login screen!

02freebsd

Cool!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Home other How to Install Gnome in FreeBSD 8.2