no user option on gdm.

Discussion in 'GNOME' started by xwwu, Aug 15, 2010.

  1. xwwu

    xwwu Active Member

    Messages:
    215
    Thanks Received:
    0
    I installed FreeBSD with packages on my laptop also. But no user option on GDM. So I can't come into gnome.
     
  2. elvis4526

    elvis4526 New Member

    Messages:
    12
    Thanks Received:
    0
    /proc

    Is /proc mounted ?
     
  3. xwwu

    xwwu Active Member

    Messages:
    215
    Thanks Received:
    0
    I don't know how to mount /proc. But with my desktop, no such problem.
     
  4. SirDice

    SirDice Administrator Staff Member Administrator Moderator

    Messages:
    25,191
    Thanks Received:
    5,260
    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"
    
     
  5. xwwu

    xwwu Active Member

    Messages:
    215
    Thanks Received:
    0
    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.
     
  6. Yampress

    Yampress Member

    Messages:
    65
    Thanks Received:
    6
    Add to /etc/rc.conf:
    Code:
    hald_enable="YES"
    dbus_enable="YES"
    gdm_enable="YES"
    


    or
    Code:
    gnome_enable="YES"