summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-07-19 17:13:20 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-07-19 21:20:46 -0400
commitc872557dbab76c655c8a29befada50c9ebfa793b (patch)
tree7da4367c9ca513cc3568ce7be5f7c54c44ed7c89 /gui-libs
parentx11-drivers/nvidia-drivers: add IUSE=wayland, revamp nvidia.conf (diff)
downloadgentoo-c872557dbab76c655c8a29befada50c9ebfa793b.tar.gz
gentoo-c872557dbab76c655c8a29befada50c9ebfa793b.tar.bz2
gentoo-c872557dbab76c655c8a29befada50c9ebfa793b.zip
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@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r--gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild14
1 files changed, 1 insertions, 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 bd14cfead955..088724525cf1 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."