commit: 1d842522a1650c0bf0be2107aeeb1a8e3656d907
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 15:34:47 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 15:38:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d842522
x11-drivers/nvidia-drivers: adjust 470 notes for accuracy
nvidia's documentation was a bit misleading, it shouldn't
be actually needed for offloading.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-drivers/nvidia-drivers/files/nvidia-470.conf | 2 +-
x11-drivers/nvidia-drivers/nvidia-drivers-470.57.02.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-drivers/nvidia-drivers/files/nvidia-470.conf
b/x11-drivers/nvidia-drivers/files/nvidia-470.conf
index 51127be44e7..f5b187ae530 100644
--- a/x11-drivers/nvidia-drivers/files/nvidia-470.conf
+++ b/x11-drivers/nvidia-drivers/files/nvidia-470.conf
@@ -5,7 +5,7 @@
# Comment out the following line if you wish to allow nouveau.
blacklist nouveau
-# Kernel Mode Setting (needed for PRIME offloading, and EGLStream/Wayland)
+# Kernel Mode Setting (needed EGLStream/Wayland)
# Enabling may possibly cause issues with SLI and Reverse PRIME.
#options nvidia-drm modeset=1
diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-470.57.02.ebuild
b/x11-drivers/nvidia-drivers/nvidia-drivers-470.57.02.ebuild
index 78c29cdf3b6..dc6c66192c9 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-470.57.02.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-470.57.02.ebuild
@@ -446,7 +446,7 @@ pkg_postinst() {
elog "With USE=wayland, this version of ${PN} sets
nvidia-drm.modeset=1"
elog "in '${EROOT}/etc/modprobe.d/nvidia.conf'. This feature is
considered"
elog "experimental but is required for EGLStream (used for
wayland acceleration"
- elog "in compositors that support it) and PRIME offloading."
+ elog "in compositors that support it)."
elog
elog "If you experience issues, please comment out the option
from nvidia.conf."
elog "Of note, may possibly cause issues with SLI and Reverse
PRIME."