Skip to content

Commit

Permalink
gnome-base/gnome-shell: Add a warning for people running nvidia-drive…
Browse files Browse the repository at this point in the history
…rs[-kms], bug #563084

Package-Manager: portage-2.2.26
  • Loading branch information
pacho2 committed Jan 2, 2016
1 parent 0528c20 commit 07187dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 07187dc

Please sign in to comment.