From 7e4c9510fe1d4416ddb4e8f16633ef25db769ef6 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Tue, 24 Mar 2026 12:23:30 -0400 Subject: [PATCH] x11-drivers/nvidia-drivers: cleanup 590-specific warnings from 595 Has become redundant. Point 2 and 3 should've already gotten exposure after being backported to 580 which is already stable, and point 1 already gets a warning if an old card was found on the system. Signed-off-by: Ionen Wolkens --- .../nvidia-drivers/nvidia-drivers-595.58.03.ebuild | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-595.58.03.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-595.58.03.ebuild index 1b5f0f6da4c6b..703209b6b4c60 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-595.58.03.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-595.58.03.ebuild @@ -532,17 +532,6 @@ pkg_postinst() { ewarn "[2] https://wiki.gentoo.org/wiki/Nouveau" fi - if ver_replacing -lt 590; then - elog "\n>=${PN}-590 has changes that may or may not need attention:" - elog "1. support for Pascal, Maxwell, and Volta cards has been dropped" - elog " (if affected, there should be a another message about this above)" - elog "2. nvidia-drm.modeset=1 is now default regardless of USE=wayland" - elog "3. nvidia-drm.fbdev=1 is now also tentatively default to match upstream" - elog "(2+3 were also later changed in >=580.126.09-r1, may already be in-use)" - elog "See ${EROOT}/etc/modprobe.d/nvidia.conf to modify settings if needed," - elog "fbdev=1 *could* cause issues for the console display with some setups." - fi - if ver_replacing -lt 595; then elog "\n>=${PN}-595 has changes that may or may not need attention:" elog "1. USE=kernel-open was removed and is now always enabled. If for some"