gnome-lite start very slow

Hi all, my gnome start-up very slow, I don't know why. I have reinstalled all gnome components, including consolekit package.
But the result is same. My FreeBSD version is 13
I have add following in my rc.conf
Code:
dbus_enable="yes"
hald_enable="yes"
gnome_enable="yes"
gdm_enable="yes"
And I try to use sddm to start gnome, it still very slow.
I have added procfs(5) in fstab and /proc is work fine.
My xorg.conf use amdgpu driver for my vga card.
And amdgpu driver works fine.

I find some clue in my /var/log/message:
Code:
Oct  2 14:41:37 Raffeale console-kit-daemon[55836]: GLib-GObject-WARNING: instance of invalid non-insttantiatable type '(null)'
Oct  2 14:41:37 Raffeale console-kit-daemon[55836]: GLib-GObject-CRITICAL: g_signal_handlers_disconnecct_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Oct  2 14:41:37 Raffeale console-kit-daemon[55836]: GLib-GObject-WARNING: instance of invalid non-insttantiatable type '(null)'
Oct  2 14:41:37 Raffeale console-kit-daemon[55836]: GLib-GObject-CRITICAL: g_signal_handlers_disconnecct_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Oct  2 14:41:37 Raffeale devd[7008]: notify_clients: send() failed; dropping unresponsive client
Oct  2 14:44:39 Raffeale gnome-session-binary[92368]: WARNING: Calling GetSessionForUnixProcess failed.Check that ConsoleKit is properly installed.
Oct  2 14:44:39 Raffeale gnome-session-binary[92368]: WARNING: Could not get session id for session. Check that ConsoleKit is properly installed.
Oct  2 14:44:39 Raffeale gnome-session-binary[92368]: WARNING: Could not parse desktop file xscreensaver.desktop or it references a not found TryExec binary
Oct  2 14:44:41 Raffeale gnome-session-binary[92368]: WARNING: App 'pulseaudio.desktop' exited with code 1
 
Back
Top