diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-08-17 18:32:13 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-08-17 18:44:28 -0400 |
commit | e1816b33bf8982abaa046b3056e7370efc8cce3f (patch) | |
tree | 5a9cc8ad5e5d16f78fa18c63fa2242b5aa0a762f /x11-drivers | |
parent | net-misc/lldpd: add github upstream metadata (diff) | |
download | gentoo-e1816b33bf8982abaa046b3056e7370efc8cce3f.tar.gz gentoo-e1816b33bf8982abaa046b3056e7370efc8cce3f.tar.bz2 gentoo-e1816b33bf8982abaa046b3056e7370efc8cce3f.zip |
x11-drivers/nvidia-drivers: note 0/470 wayland is a bit on abandon
e.g. pure wayland vulkan barely works, and seeing other oddities that
I doubt will ever be resolved and EGLStream support may get dropped
altogether. egl-wayland-1.1.7 is also unlikely to get updates and
this doesn't work with 1.1.10. Best try to discourage for later.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild index b3682de09f4e..618243ced9fd 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild @@ -456,6 +456,7 @@ pkg_postinst() { elog "Of note, may possibly cause issues with SLI and Reverse PRIME." elog elog "This version of ${PN} only supports EGLStream which is only" - elog "supported by a few wayland compositors (e.g. kwin / mutter, not sway)." + elog "supported by a few wayland compositors (e.g. kwin / mutter, not sway)," + elog "and is barely tested (X11 is recommended for this legacy branch)." fi } |