X xwwu Aug 15, 2010 #1 I installed FreeBSD with packages on my laptop also. But no user option on GDM. So I can't come into gnome.
I installed FreeBSD with packages on my laptop also. But no user option on GDM. So I can't come into gnome.
OP X xwwu Aug 16, 2010 Thread Starter #3 elvis4526 said: Is /proc mounted ? Click to expand... I don't know how to mount /proc. But with my desktop, no such problem.
elvis4526 said: Is /proc mounted ? Click to expand... I don't know how to mount /proc. But with my desktop, no such problem.
SirDice Administrator Staff member Administrator Moderator Aug 16, 2010 #4 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"
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"
OP X xwwu Aug 18, 2010 Thread Starter #5 SirDice said: 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" Click to expand... 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.
SirDice said: 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" Click to expand... 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.
Yampress Aug 21, 2010 #6 Add to /etc/rc.conf: Code: hald_enable="YES" dbus_enable="YES" gdm_enable="YES" or Code: gnome_enable="YES"
Add to /etc/rc.conf: Code: hald_enable="YES" dbus_enable="YES" gdm_enable="YES" or Code: gnome_enable="YES"