summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-10-14 19:08:32 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-10-14 19:23:11 -0400
commita2835307739fd759f1342054736adba6e66dc314 (patch)
tree5052064291faf13954d27caaa3fb4bc03ce12500 /x11-drivers/nvidia-drivers
parentgui-libs/egl-wayland: add 1.1.9 (diff)
downloadgentoo-a2835307739fd759f1342054736adba6e66dc314.tar.gz
gentoo-a2835307739fd759f1342054736adba6e66dc314.tar.bz2
gentoo-a2835307739fd759f1342054736adba6e66dc314.zip
x11-drivers/nvidia-drivers: add greeting elog for new GBM support
Not going to do full troubleshooting in this elog, but lack of cursor is the first thing that's going to be a bother. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-drivers/nvidia-drivers')
-rw-r--r--x11-drivers/nvidia-drivers/nvidia-drivers-495.29.05-r1.ebuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-495.29.05-r1.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-495.29.05-r1.ebuild
index 13e0d7a0bdb6..93f8cfebafde 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-495.29.05-r1.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-495.29.05-r1.ebuild
@@ -469,6 +469,15 @@ pkg_postinst() {
fi
fi
+ if use wayland && [[ ${REPLACING_VERSIONS} ]] &&
+ ver_test ${REPLACING_VERSIONS} -lt 495.53.02; 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."
+ 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} ]] &&