New install on laptop, how to get X?

I just installed FreeBSD on my laptop and now I have no idea what to do to make it work. I set up a login and a password but after I put them in it just gives me a command line. I have no idea what to type to get this to start up. Can someone please tell me how or show me where I can find out how to make the GUI start?
 
You need to provide more information. Which distribution did you choose on sysintall's Choose Distributions step? Did you install KDE or Gnome on the Package Selection screen? Did you configure X11? etc, etc...

Start by reading the FreeBSD Handbook.

I'd bet you didn't install a window manager or desktop enviornment nor configured X. If so point to Chapter 5 The X Window System.
 
I don't know how to do the stuff it is asking. Like "Starting with version 7.4, Xorg can use HAL to autodetect keyboards and mice. The sysutils/hal and devel/dbus ports are installed as dependencies of x11/xorg, but must be enabled by the following entries in the /etc/rc.conf file:

Code:
hald_enable="YES"
dbus_enable="YES"

I can get X to pop up but it doesn't do anything after that. How do I enact these commands?
 
Back
Top