Tiny problem here

Like it says, you must edit /etc/motd if you wish to change it. For example, on my system I have it trimmed down to:

Code:
FreeBSD 8.0-BETA3 (THINKPAD) #2: Wed Aug 26 09:31:29 EDT 2009

Welcome to FreeBSD!

Edit: Oh, I see that the OP wants to get to a desktop instead.
 
What you're talking about is a desktop environment. By default, FreeBSD does not install any of these. In short, just install Xorg and a desktop environment of your choice.

The most popular ones are GNOME, KDE, Xfce, Openbox, and Fluxbox. GNOME and KDE are the "massive" ones that require a lot of time to build while the rest are more lightweight ones. When they're installed, they work just like they do on other OSes (such as Linux).

If you don't want to spend time compiling all the necessary ports, just use packages instead of ports.
 
You can search for a screenshot of the end result you want in
a desktop, then find out what it's conf file is named: (fvwmrc etc)
, find a few of those on the web, install the window manager,
test the rc' files you've saved, and save yourself ever having
to learn the setup syntax...
 
Back
Top