Gentoo Archives: gentoo-dev

From: Aisha Tammy <gentoo.dev@×××××.cc>
To: gentoo-dev@l.g.o
Cc: mattst88@g.o, slashbeast@g.o
Subject: [gentoo-dev] [REVIEW] News Item - 2020-10-17-display-manager-init
Date: Sat, 17 Oct 2020 22:05:53
Message-Id: 7fff12bc-c487-dc17-7bf4-d0242ab8244e@aisha.cc
1 Hi,
2   I'm attaching the news item for the upcoming display-manager-init changes
3
4 Thanks,
5 Aisha
6
7 -----------
8
9 Title: New OpenRC Display Manager Initializer Scripts
10 Author: Aisha Tammy <gentoo@×××××.cc>
11 Posted: 2020-10-17
12 Revision: 1
13 News-Item-Format: 2.0
14
15 There has been a refactoring of the old 'xdm' init script and its
16 requirements from various packages into an independent package:
17
18 gui-libs/display-manager-init
19
20 This package provides the 'display-manager' startup script for
21 handling your chosen display manager, without being dependent on
22 Xorg server.
23
24 To update to the new DM init scripts, you need to manually add the
25 package in your @world set:
26
27 emerge -vuDU gui-libs/display-manager-init
28
29 To start using the new init scripts, change the DISPLAYMANAGER
30 variable in the /etc/conf.d/display-manager to your preferred DM:
31
32 DISPLAYMANAGER="gdm"
33
34 To test the newly installed scripts, you can try to switch to
35 'display-manager' on the running computer.
36 Run the following commands in a tty to test your current install:
37
38 rc-service xdm stop
39 rc-service display-manager start
40
41 If the test succeeds, you can remove the old xdm startup script
42 and add display-manager to the default runlevel:
43
44 rc-update del xdm default
45 rc-update add display-manager default
46
47 Reboot your computer to perform a final test and check to see
48 that your chosen display manager has started.

Replies