Gentoo Archives: gentoo-user

From: Ashley Dixon <ash@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Xorg does not start after a recent system update.
Date: Sun, 20 Sep 2020 09:20:21
Message-Id: 20200920091826.mhmygffpmulbdftq@ad-gentoo-main
In Reply to: Re: [gentoo-user] Xorg does not start after a recent system update. by gevisz
1 On Sun, Sep 20, 2020 at 11:59:10AM +0300, gevisz wrote:
2 > Thank you for your reply. Yes, I tried it after a reboot.
3 > As to your first question, I will look into logs and report it a bit later.
4
5 1) Could you confirm that `/run/dbus/system_bus_socket` doesn't exist?
6 2) Please post the full logs of the X server, usually at `/var/log/Xorg.0.log`.
7 3) The output of `emerge --info x11-base/xorg-server` would be nice.
8
9 I ask for (3), because if you have the `systemd` OR `elogind` flags set on your
10 X server package, `--enable-systemd-login` will be passed to the configure
11 script, which is known to cause this problem [1]. From the relevant ebuild [2]:
12
13 if use systemd || use elogind; then
14 XORG_CONFIGURE_OPTIONS+=(
15 "--enable-systemd-logind"
16 "--disable-install-setuid"
17 "$(use_enable suid suid-wrapper)"
18 )
19 else
20 XORG_CONFIGURE_OPTIONS+=(
21 "--disable-systemd-logind"
22 "--disable-suid-wrapper"
23 "$(use_enable suid install-setuid)"
24 )
25 fi
26
27 [1] https://gitlab.freedesktop.org/xorg/xserver/-/issues/554
28 [2] https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-base/xorg-server/xorg-server-1.20.9.ebuild#n179
29
30 --
31
32 Ashley Dixon
33 suugaku.co.uk
34
35 2A9A 4117
36 DA96 D18A
37 8A7B B0D2
38 A30E BF25
39 F290 A8AA

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Xorg does not start after a recent system update. gevisz <gevisz@×××××.com>