PDA

View Full Version : [Solved] no user option on gdm.


xwwu
August 15th, 2010, 00:45
I installed FreeBSD with packages on my laptop also. But no user option on GDM. So I can't come into gnome.

elvis4526
August 15th, 2010, 06:43
Is /proc mounted ?

xwwu
August 16th, 2010, 15:05
Is /proc mounted ?

I don't know how to mount /proc. But with my desktop, no such problem.

SirDice
August 16th, 2010, 15:14
Add to /etc/fstab:

proc /proc procfs rw 0 0


Also make sure hal and dbus are loaded. Add to /etc/rc.conf:

hald_enable="YES"
dbus_enable="YES"

xwwu
August 18th, 2010, 15:16
Add to /etc/fstab:

proc /proc procfs rw 0 0


Also make sure hal and dbus are loaded. Add to /etc/rc.conf:

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.

Yampress
August 21st, 2010, 11:44
Add to /etc/rc.conf:

hald_enable="YES"
dbus_enable="YES"
gdm_enable="YES"


or

gnome_enable="YES"