diff options
Diffstat (limited to 'x11-drivers/nvidia-drivers/nvidia-drivers-495.44-r2.ebuild')
-rw-r--r-- | x11-drivers/nvidia-drivers/nvidia-drivers-495.44-r2.ebuild | 12 |
1 files changed, 0 insertions, 12 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} ]] && |