installing Xorg

This commit is contained in:
ahrenholz 2009-08-19 21:19:33 +00:00
parent 3f0d14e685
commit 11658dedf6

View file

@ -26,6 +26,11 @@ pkg_add: warning: package 'core-7.x-3.4' requires 'tk-8.4.16,2', but 'tk-8.4.19_
pkg_add -r portupgrade
# use -ai to request confirmations
portupgrade -a
}}}
* 4. Installing X11 Xorg after a fresh install; reboot following these steps or follow instructions [http://www.freebsd.org/gnome/docs/faq2.html#q1 here]:
{{{
pkg_add -r gnome2
# now add gnome_enable="YES" to /etc/rc.conf
}}}
= OpenVZ tips =