summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-07-23 11:34:47 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-07-23 11:38:13 -0400
commit1d842522a1650c0bf0be2107aeeb1a8e3656d907 (patch)
treefd17031232a3dab5d42b594076f4b498494bf439
parentdev-perl/Package-Stash: keyword 0.390.0 for ~riscv (diff)
downloadgentoo-1d842522a1650c0bf0be2107aeeb1a8e3656d907.tar.gz
gentoo-1d842522a1650c0bf0be2107aeeb1a8e3656d907.tar.bz2
gentoo-1d842522a1650c0bf0be2107aeeb1a8e3656d907.zip
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@gentoo.org>
-rw-r--r--x11-drivers/nvidia-drivers/files/nvidia-470.conf2
-rw-r--r--x11-drivers/nvidia-drivers/nvidia-drivers-470.57.02.ebuild2
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 51127be44e77..f5b187ae530d 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 78c29cdf3b6f..dc6c66192c96 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."