Following a recent 'world' update (~amd64) I get just a black screen after entering UsrID/passwd. rc-status shows xdm 'crashed' from tty1. The setup for xfce/Slim login seems ok:
Code: Select all
cat /etc/conf.d/xdm
# We always try and start X on a static VT. The various DMs normally default
# to using VT7. If you wish to use the xdm init script, then you should ensure
# that the VT checked is the same VT your DM wants to use. We do this check to
# ensure that you haven't accidentally configured something to run on the VT
# in your /etc/inittab file so that you don't get a dead keyboard.
CHECKVT=7
# What display manager do you use ? [ xdm | gdm | kdm | gpe | entrance ]
# NOTE: If this is set in /etc/rc.conf, that setting will override this one.
DISPLAYMANAGER="slim"
cat /etc/env.d/90xsession
XSESSION="Xfce4"
cat .xinitrc
exec > /home/shrike/.xsession-errors 2>&1
exec startxfce4
# exec startxfce4 --with-ck-launch
Code: Select all
cat /var/log/slim.log
slim: waiting for X server to begin accepting connections.
slim: open_session: Unable to open session: Unable to get information about the calling process
cat .xsession-errors
/usr/bin/startxfce4: X server already running on display :0
(polkit-gnome-authentication-agent-1:1583): polkit-gnome-1-WARNING **: Unable to determine the session we are in: GDBus.Error:org.freedesktop.ConsoleKit.Manager.GeneralError: Unable to lookup session information for process '1583'
(xfdesktop:1551): GLib-GIO-CRITICAL **: g_file_get_path: assertion 'G_IS_FILE (file)' failed
(xfdesktop:1551): GLib-GIO-CRITICAL **: g_file_get_path: assertion 'G_IS_FILE (file)' failed
Thanks,
shrike



