commit: 32ec3fc390fb55bfad29fc4f63abf8e4fb7098e9 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Aug 13 23:05:30 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Aug 13 23:05:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ec3fc3
profiles: package.mask current nvidia-drivers-580.x versions Was already planning to not stabilize these versions, but IMO has too many problems even for ~testing users without explicit opt-in. NVIDIA is aware and next version should hopefully be better, so limiting the masks to the current versions. As noted in the mask message, feel free to unmask if been using it without problems (does not necessarily affect everyone). Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/package.mask | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 261cc5d34094..91e49ab67825 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,21 @@ #--- END OF EXAMPLES --- +# Ionen Wolkens <[email protected]> (2025-08-13) +# While it fixes several issues and is meant to be a stable branch, +# 580.x has too many regressions in its current state. One of the most +# prominent one is GTK4 applications hanging on exit when vulkan +# (default) is used on wayland for many users, some games are also +# known to have problems with it among other things. +# +# Can browse NVIDIA's 580 feedback thread[1] to get an idea. +# +# Feel free to unmask if not affected. +# +# [1] https://forums.developer.nvidia.com/t/580-release-feedback-discussion/ +~x11-drivers/nvidia-drivers-580.65.06 +~x11-drivers/nvidia-drivers-580.76.05 + # Andreas Sturmlechner <[email protected]> (2025-08-10) # Outdated version packaged in Gentoo, pending version bump request for # over a year, depends on Qt5 but worse, Qt5Script, no signs of upstream
