commit: d7f2ac39b7d4af2e5c90bd5758c58e5fac86305d Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Mar 12 01:17:47 2026 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Mar 12 01:24:21 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f2ac39
x11-drivers/nvidia-drivers: warn about leftover /etc/systemd files Do not believe this is widespread but did hear of another user being affected, so it wouldn't hurt to warn (the one-time warning may go overlooked but still better than nothing). Not planning to do automated logic like having the ebuild search /etc/systemd and maybe delete files it does not own unless it'd be affecting most users. Closes: https://bugs.gentoo.org/971077 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> x11-drivers/nvidia-drivers/nvidia-drivers-595.45.04.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-595.45.04.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-595.45.04.ebuild index 6958e01f387b..ee97ba9fadff 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-595.45.04.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-595.45.04.ebuild @@ -562,7 +562,9 @@ pkg_postinst() { elog "2. systemd/elogind sleep services (nvidia-sleep.sh) were tentatively" elog " removed and replaced by setting NVreg_UseKernelSuspendNotifiers=1 in" elog " ${EROOT}/etc/modprobe.d/nvidia.conf. If using a non-default custom" - elog " nvidia.conf, please ensure the option is set." + elog " nvidia.conf, please ensure the option is set. Also, systemd users" + elog " may want to ensure that they do not have old sleep/suspend/resume" + elog " *nvidia* files in ${EROOT}/etc/systemd to avoid potential issues." elog "3. nvidia-drm.modeset=1 was removed from nvidia.conf because it is now" elog " default enabled regardless (new NVIDIA default)" fi
