X on FreeBSD 8.1

Are there any differences in configuring and starting X on 8.1 then 7.4? I followed the FreeBSD handbook on istalling it but still cant get X to start. It keep saying that the startx command isn't found. I added:

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

but still can't get the X to run. Am I just overlooking something or did I forget to do something?
 
Ok, the /usr/local/bin/startx worked but I just get a blank screen; haven't configured anything yet, so I guess that is a start. But why did the /usr/local/bin/startx work but not the startx alone? My $PATH was pointed to it.
 
Back
Top