commit:     07187dc39fc81fefe2f262e19152e1d62bda368c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 20:05:20 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 20:05:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07187dc3

gnome-base/gnome-shell: Add a warning for people running nvidia-drivers[-kms], 
bug #563084

Package-Manager: portage-2.2.26

 gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild
index b5ebc63..b688230 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild
@@ -197,6 +197,12 @@ pkg_postinst() {
                elog "media-libs/mesa."
        fi
 
+       # https://bugs.gentoo.org/show_bug.cgi?id=563084
+       if has_version "x11-drivers/nvidia-drivers[-kms]"; then
+               ewarn "You will need to enable kms support in 
x11-drivers/nvidia-drivers,"
+               ewarn "otherwise Gnome will fail to start"
+       fi
+
        if ! systemd_is_booted; then
                ewarn "${PN} needs Systemd to be *running* for working"
                ewarn "properly. Please follow this guide to migrate:"

Reply via email to