BSD 10.1 GDM Black Screen

I just installed FreeBSD from scratch and tried installing xfce and gdm. So I ran

pkg install xorg xfce gdm

I also updated /etc/rc.conf and added

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

Now when I boot, instead of getting a login screen I get a black screen, and can't do anything. I looked at /var/log/Xorg.0.log and I got

Code:
(WW) config/devd: devd socket is lost
(EE) config/devd: fail to connect to devd
My processor is Intel i3 2330m, uses Intel® HD Graphics 3000.

Anything I'm doing wrong? :(
 
Back
Top