From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1330524-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBB60158086 for <garchives@archives.gentoo.org>; Fri, 15 Oct 2021 14:58:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C3EAE07A7; Fri, 15 Oct 2021 14:58:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F24DAE07A7 for <gentoo-commits@lists.gentoo.org>; Fri, 15 Oct 2021 14:58:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05A6A3432CD for <gentoo-commits@lists.gentoo.org>; Fri, 15 Oct 2021 14:58:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AFFF151 for <gentoo-commits@lists.gentoo.org>; Fri, 15 Oct 2021 14:57:58 +0000 (UTC) From: "Ionen Wolkens" <ionen@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" <ionen@gentoo.org> Message-ID: <1634309666.9a356e90ba4968b1e94376c23eb226890249f113.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/nvidia-drivers/nvidia-drivers-495.29.05-r1.ebuild X-VCS-Directories: x11-drivers/nvidia-drivers/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 9a356e90ba4968b1e94376c23eb226890249f113 X-VCS-Branch: master Date: Fri, 15 Oct 2021 14:57:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1cc9832f-ab2f-47ab-a53a-4e6b58c053b5 X-Archives-Hash: c4668dc1f17b5f79a856e3fbb82849d8 commit: 9a356e90ba4968b1e94376c23eb226890249f113 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Oct 15 14:53:33 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Oct 15 14:54:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a356e90 x11-drivers/nvidia-drivers: mention egl-wayland in gbm elog Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> x11-drivers/nvidia-drivers/nvidia-drivers-495.29.05-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-495.29.05-r1.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-495.29.05-r1.ebuild index e644cd03582..a6ff5fae1f5 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-495.29.05-r1.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-495.29.05-r1.ebuild @@ -474,7 +474,9 @@ pkg_postinst() { elog elog "While this version of ${PN} adds GBM support (allowing a wider" elog "range of wayland compositors, such as sway), be warned it is very" - elog "experimental." + elog "experimental. While not essential, some features also need" + elog ">=egl-wayland-1.1.8 which is known to cause EGLStream regressions." + elog elog "If lacking a cursor with wlroots, try WLR_NO_HARDWARE_CURSORS=1" elog "Also of interest: __GLX_VENDOR_LIBRARY_NAME=nvidia, GBM_BACKEND=nvidia-drm" fi