I installed FreeBSD with packages on my laptop also. But no user option on GDM. So I can't come into gnome.
Add to /etc/fstab: Code: proc /proc procfs rw 0 0 Also make sure hal and dbus are loaded. Add to /etc/rc.conf: Code: hald_enable="YES" dbus_enable="YES"
After installed by port, 1st logon is ok. I and add the line you told me too /etc/fstab. And then the problem solved. Thanks everyone, You're my teacger.
Add to /etc/rc.conf: Code: hald_enable="YES" dbus_enable="YES" gdm_enable="YES" or Code: gnome_enable="YES"