Results 1 to 3 of 3
I have FreeBSD 8.1 in VirtualBox and need to install gnome (or kde, whichever is recommended), but I don't know what to do to get x.org. I watched a tutorial ...
- 11-29-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 22
Installing xorg + gnome
I have FreeBSD 8.1 in VirtualBox and need to install gnome (or kde, whichever is recommended), but I don't know what to do to get x.org. I watched a tutorial and used their line of code to install it from their website, but it didn't work. Anybody have suggestions? I'm a BSD noob, and would love some help. Thanks!
- 11-30-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
It's been a long time since I last installed one of the BSDs, so I'm not up to speed with it, but you should be able to follow their online documentation to get xorg and gnome installed:
The X Window System and Virtual Consoles
X11 Configuration
FreeBSD GNOME Project: GNOME 2.32 FAQ
My personal recommendation is Gnome over KDE4 because even after nearly 3 years since its release, KDE4 is still loaded with bugs although it does continue to improve with each interim release.
Good luck with it, and maybe some current BSD'ers will chime in with more info should you need it.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 03-02-2011 #3Just Joined!
- Join Date
- Feb 2005
- Location
- Utah
- Posts
- 18
Basically do either of these methods:
The ports way:
cd /usr/ports/x11/xorg
make install clean
... wait for compiling, it will be a while ...
cd /usr/ports/x11/gnome
make install clean
... wait for compiling, it will be a while ...
Or the package way
pkg_add -r xrog
pkg_add -r gnome
This should be faster, but the download could still be a while.
There is configuration involved, such as creating the .xinitrc in your home directory, or configuring the desktop manager, is it GDM for Gnome?
You could download GhostBSD the liveCD that runs Gnome and look at how it is configured.



