diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-12-13 17:03:10 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-12-14 10:54:20 -0500 |
commit | 4a46fb6fafc76676875602a165f2554f1ffb2022 (patch) | |
tree | c87820f87a0dcc08d98bbcad4cf4dd90cc3dc4e0 /x11-drivers | |
parent | profiles: move egl-wayland mask to plasma profile (diff) | |
download | gentoo-4a46fb6fafc76676875602a165f2554f1ffb2022.tar.gz gentoo-4a46fb6fafc76676875602a165f2554f1ffb2022.tar.bz2 gentoo-4a46fb6fafc76676875602a165f2554f1ffb2022.zip |
x11-drivers/nvidia-drivers: drop >=egl-wayland-1.1.8 help text
This was primarily to raise awareness due to being masked (now isn't
except on plasma profile), other hints were just a small bonus which
don't really belong in the ebuild.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-drivers')
4 files changed, 0 insertions, 50 deletions
diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-495.44-r2.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-495.44-r2.ebuild index 2d3b9d77fc0b..45f7181d5c6c 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-495.44-r2.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-495.44-r2.ebuild @@ -487,18 +487,6 @@ pkg_postinst() { elog "Of note, may possibly cause issues with SLI and Reverse PRIME." fi - if use wayland && [[ ${REPLACING_VERSIONS} ]] && - ver_test ${REPLACING_VERSIONS} -lt 495.29.05; then - elog - elog "While this version of ${PN} adds GBM support (allowing a wider" - elog "range of wayland compositors, such as sway), be warned it is very" - elog "experimental. While not essential, some features also need" - elog ">=egl-wayland-1.1.8 which is known to cause EGLStream regressions." - elog - elog "If lacking a cursor with wlroots, try WLR_NO_HARDWARE_CURSORS=1" - elog "Also of interest: __GLX_VENDOR_LIBRARY_NAME=nvidia, GBM_BACKEND=nvidia-drm" - fi - # Try to show this message only to users that may really need it # given the workaround is discouraged and usage isn't widespread. if use X && [[ ${REPLACING_VERSIONS} ]] && diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-495.44.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-495.44.ebuild index 7d5b9d3dfce6..5000a768d611 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-495.44.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-495.44.ebuild @@ -476,18 +476,6 @@ pkg_postinst() { elog "Of note, may possibly cause issues with SLI and Reverse PRIME." fi - if use wayland && [[ ${REPLACING_VERSIONS} ]] && - ver_test ${REPLACING_VERSIONS} -lt 495.29.05; then - elog - elog "While this version of ${PN} adds GBM support (allowing a wider" - elog "range of wayland compositors, such as sway), be warned it is very" - elog "experimental. While not essential, some features also need" - elog ">=egl-wayland-1.1.8 which is known to cause EGLStream regressions." - elog - elog "If lacking a cursor with wlroots, try WLR_NO_HARDWARE_CURSORS=1" - elog "Also of interest: __GLX_VENDOR_LIBRARY_NAME=nvidia, GBM_BACKEND=nvidia-drm" - fi - # Try to show this message only to users that may really need it # given the workaround is discouraged and usage isn't widespread. if use X && [[ ${REPLACING_VERSIONS} ]] && diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-495.46-r10.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-495.46-r10.ebuild index ca77b3dba138..dd05555ba26e 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-495.46-r10.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-495.46-r10.ebuild @@ -443,19 +443,6 @@ pkg_postinst() { elog "Of note, may possibly cause issues with SLI and Reverse PRIME." fi - if use wayland && [[ ${REPLACING_VERSIONS} ]] && - ver_test ${REPLACING_VERSIONS} -lt 495.29.05; then - elog - elog "While this version of ${PN} adds GBM support (allowing a" - elog "wider range of wayland compositors, such as sway), be warned it is" - elog "very experimental and many applications are known to have issues." - elog - elog "While not essential, some features also need >=egl-wayland-1.1.8" - elog "which is known to cause regressions with EGLStream (GBM alternative)." - elog - elog "If lacking a cursor with wlroots, try WLR_NO_HARDWARE_CURSORS=1" - fi - # Try to show this message only to users that may really need it # given the workaround is discouraged and usage isn't widespread. if use X && [[ ${REPLACING_VERSIONS} ]] && diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-495.46.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-495.46.ebuild index 8fec48824818..cf5827d21dcf 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-495.46.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-495.46.ebuild @@ -432,19 +432,6 @@ pkg_postinst() { elog "Of note, may possibly cause issues with SLI and Reverse PRIME." fi - if use wayland && [[ ${REPLACING_VERSIONS} ]] && - ver_test ${REPLACING_VERSIONS} -lt 495.29.05; then - elog - elog "While this version of ${PN} adds GBM support (allowing a" - elog "wider range of wayland compositors, such as sway), be warned it is" - elog "very experimental and many applications are known to have issues." - elog - elog "While not essential, some features also need >=egl-wayland-1.1.8" - elog "which is known to cause regressions with EGLStream (GBM alternative)." - elog - elog "If lacking a cursor with wlroots, try WLR_NO_HARDWARE_CURSORS=1" - fi - # Try to show this message only to users that may really need it # given the workaround is discouraged and usage isn't widespread. if use X && [[ ${REPLACING_VERSIONS} ]] && |