On Sun, Sep 20, 2020 at 11:59:10AM +0300, gevisz wrote: > Thank you for your reply. Yes, I tried it after a reboot. > As to your first question, I will look into logs and report it a bit later.
1) Could you confirm that `/run/dbus/system_bus_socket` doesn't exist?
2) Please post the full logs of the X server, usually at `/var/log/Xorg.0.log`.
3) The output of `emerge --info x11-base/xorg-server` would be nice.
I ask for (3), because if you have the `systemd` OR `elogind` flags set on your
X server package, `--enable-systemd-login` will be passed to the configure
script, which is known to cause this problem [1]. From the relevant ebuild [2]:
if use systemd || use elogind; then
XORG_CONFIGURE_OPTIONS+=(
"--enable-systemd-logind"
"--disable-install-setuid"
"$(use_enable suid suid-wrapper)"
)
else
XORG_CONFIGURE_OPTIONS+=(
"--disable-systemd-logind"
"--disable-suid-wrapper"
"$(use_enable suid install-setuid)"
)
fi
[1] https://gitlab.freedesktop.org/xorg/xserver/-/issues/554
[2]
https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-base/xorg-server/xorg-server-1.20.9.ebuild#n179
--
Ashley Dixon
suugaku.co.uk
2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA
signature.asc
Description: PGP signature

