aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Karbowski <slashbeast@gentoo.org>2021-01-30 20:20:37 +0100
committerPiotr Karbowski <slashbeast@gentoo.org>2021-01-30 20:20:37 +0100
commita1f5db6da6357eb7e320d942040a7daa1aae9eca (patch)
tree7065690f4353ccea0fd363c0b8d16d6835747008
parent2021-01-30-python-preference-to-follow-python-targets: lowercase (diff)
downloadgentoo-news-a1f5db6da6357eb7e320d942040a7daa1aae9eca.tar.gz
gentoo-news-a1f5db6da6357eb7e320d942040a7daa1aae9eca.tar.bz2
gentoo-news-a1f5db6da6357eb7e320d942040a7daa1aae9eca.zip
2021-01-30-display-manager-init: added
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
-rw-r--r--2021-01-30-display-manager-init/2021-01-30-display-manager-init.en.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/2021-01-30-display-manager-init/2021-01-30-display-manager-init.en.txt b/2021-01-30-display-manager-init/2021-01-30-display-manager-init.en.txt
new file mode 100644
index 0000000..88fd5f5
--- /dev/null
+++ b/2021-01-30-display-manager-init/2021-01-30-display-manager-init.en.txt
@@ -0,0 +1,43 @@
+Title: New OpenRC Display Manager Initializer Scripts
+Author: Aisha Tammy <gentoo@aisha.cc>
+Posted: 2021-01-30
+Revision: 4
+News-Item-Format: 2.0
+Display-If-Installed: sys-apps/openrc
+
+There has been a refactoring of the old 'xdm' init script and its
+requirements from various packages into an independent package:
+
+ gui-libs/display-manager-init
+
+This package provides the 'display-manager' startup script for
+handling your chosen display manager, without depending on
+Xorg server. The old 'xdm' init script is no longer supported
+and is going to be removed in the next version of xorg-server,
+so it is imperative that you shift to display-manager-init.
+
+To update to the new DM init scripts, you need to manually add the
+package in your @world set:
+
+ emerge -vuDU gui-libs/display-manager-init
+
+To start using the new init scripts, either copy your
+existing /etc/conf.d/xdm to /etc/conf.d/displaymanager or
+change the DISPLAYMANAGER variable in
+/etc/conf.d/display-manager to your preferred DM:
+
+ DISPLAYMANAGER="gdm"
+
+and remove 'xdm' from the default runlevel and add 'display-manager':
+
+ rc-update del xdm default
+ rc-update add display-manager default
+
+The changes are complete and on the next reboot, 'display-manager'
+will start your chosen DM.
+
+To switch to the new scripts without rebooting, run the following
+commands in a tty:
+
+ rc-service xdm stop
+ rc-service display-manager start