commit:     c872557dbab76c655c8a29befada50c9ebfa793b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 19 21:13:20 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 01:20:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c872557d

gui-libs/egl-wayland: adjust description, remove modeset=1 mention

Albeit scarcely used for that, egl-wayland is gaining new uses for
non-nvidia in mesa/xwayland and keeping the package nvidia-focused
may not be best. In the future, may (possibly) add VIDEO_CARDS=nvidia.

nvidia-drivers-470.57.02 now enables modeset=1 by default with
USE=wayland rendering the postinst elog less important.
Not considered to matter enough with <470 (that lack wayland
improvements) to keep.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild 
b/gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild
index bd14cfead95..088724525cf 100644
--- a/gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild
+++ b/gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit flag-o-matic meson
 
-DESCRIPTION="EGLStream-based Wayland external platform (for NVIDIA)"
+DESCRIPTION="EGLStream-based Wayland external platform"
 HOMEPAGE="https://github.com/NVIDIA/egl-wayland";
 SRC_URI="https://github.com/NVIDIA/egl-wayland/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
@@ -41,18 +41,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       if [[ ! ${REPLACING_VERSIONS} ]]; then
-               elog "To use EGLStream with x11-drivers/nvidia-drivers, it is 
necessary to"
-               elog "load the nvidia-drm module with experimental 
nvidia-drm.modeset=1."
-               elog
-               elog "Can be accomplished by:"
-               elog "  echo 'options nvidia-drm modeset=1' > 
${EROOT}/etc/modprobe.d/nvidia-drm.conf"
-               elog "...then reloading the module."
-               elog
-               elog "Note that EGLStream requires support from the wayland 
compositor and"
-               elog "is not currently supported by many popular options such 
as gui-wm/sway."
-       fi
-
        if has_version "<x11-drivers/nvidia-drivers-391"; then
                ewarn "<=nvidia-drivers-390.xx may not work properly with this 
version of"
                ewarn "egl-wayland, it is recommended to use nouveau drivers 
for wayland."

Reply via email to