Am 31.01.2013 19:26, schrieb Canek Peláez Valdés:
> And I suppose both sgw and gdm are in the video group (the later is
> done by the ebuild, if I'm not mistaken).
Yes, they are:
# getent group video
video:x:27:root,mythtv,sgw,gdm
> What is the uid and gid of
> gdm?
# getent passwd gdm
gdm:x:104:446:added by portage for gdm:/var/lib/gdm:/sbin/nologin
> Also, did GDM (the same version) worked with OpenRC, or did you
> installed systemd and upgraded gdm at the same time?
hmm. No upgrade of gdm, but a re-build as it changed USE-flags
(-consolekit systemd).
> What does "systemctl --all --full" says, which units are in red?
# systemctl --all --full | grep erro
auditd.service
error inactive dead
auditd.service
plymouth-quit-wait.service
error inactive dead
plymouth-quit-wait.service
plymouth-start.service
error inactive dead
plymouth-start.service
syslog.service
error inactive dead
syslog.service
# systemctl --all --full | grep fail
gdm.service
loaded failed failed Gnome
Display Manager
I dont't have plymouth or sys-process/audit ... nothing pulled that in.
> And lastly, how did you set gdm as your display manager? Do you have:
>
> # ls -l /etc/systemd/system/display-manager.service
> lrwxrwxrwx 1 root root 37 Dec 6 00:40
> /etc/systemd/system/display-manager.service ->
> /usr/lib64/systemd/system/gdm.service
>
> ?
Right now it links to xdm, but I had it the way you posted and tested that.
When I test, I switch to a text console:
systemctl stop xdm
systemctl start gdm
...
Thanks! Stefan