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 <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-03-24 12:23:30 -04:00
parent d87e9add4a
commit 7e4c9510fe

View File

@@ -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"