diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-04-01 10:09:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-04-01 16:47:10 +0200 |
commit | 5c4a0c53c3cfa3c1c1e69aa39ee9b520976c2a5e (patch) | |
tree | b249c61cc2b66e99068c2a259e4eb407641be32f /x11-misc/sddm | |
parent | x11-misc/sddm: Add pkg_postinst info for fixing entropy (diff) | |
download | gentoo-5c4a0c53c3cfa3c1c1e69aa39ee9b520976c2a5e.tar.gz gentoo-5c4a0c53c3cfa3c1c1e69aa39ee9b520976c2a5e.tar.bz2 gentoo-5c4a0c53c3cfa3c1c1e69aa39ee9b520976c2a5e.zip |
x11-misc/sddm: Add postinst wiki link and special nvidia-drivers note
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/sddm')
-rw-r--r-- | x11-misc/sddm/sddm-0.18.1-r6.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-misc/sddm/sddm-0.18.1-r6.ebuild b/x11-misc/sddm/sddm-0.18.1-r6.ebuild index 51a634ccb024..a4e0a84a003f 100644 --- a/x11-misc/sddm/sddm-0.18.1-r6.ebuild +++ b/x11-misc/sddm/sddm-0.18.1-r6.ebuild @@ -116,6 +116,14 @@ pkg_postinst() { elog " - Enable CONFIG_RANDOM_TRUST_CPU in linux kernel" elog " - # emerge sys-apps/haveged && rc-update add haveged boot" elog " - # emerge sys-apps/rng-tools && rc-update add rngd boot" + elog + elog "For more information on how to configure SDDM, please visit the wiki:" + elog " https://wiki.gentoo.org/wiki/SDDM" + if has_version x11-drivers/nvidia-drivers; then + elog + elog " Nvidia GPU owners in particular should pay attention" + elog " to the troubleshooting section." + fi systemd_reenable sddm.service } |