I just installed FreeBSD from scratch and tried installing xfce and gdm. So I ran
I also updated /etc/rc.conf and added
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
My processor is Intel i3 2330m, uses Intel® HD Graphics 3000.
Anything I'm doing wrong?
pkg install xorg xfce gdmI 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
Anything I'm doing wrong?