From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 444F3158094 for ; Sun, 2 Oct 2022 04:17:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35DA1E0951; Sun, 2 Oct 2022 04:17:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DBB9E0951 for ; Sun, 2 Oct 2022 04:17:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E894B340821 for ; Sun, 2 Oct 2022 04:17:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4532675 for ; Sun, 2 Oct 2022 04:17:34 +0000 (UTC) From: "Ionen Wolkens" 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" Message-ID: <1664684008.91f9b197889d1d72fa1ffb175fc902c7049391f0.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-390.154.ebuild x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild x11-drivers/nvidia-drivers/nvidia-drivers-510.85.02.ebuild x11-drivers/nvidia-drivers/nvidia-drivers-515.49.19.ebuild x11-drivers/nvidia-drivers/nvidia-drivers-515.65.01.ebuild x11-drivers/nvidia-drivers/nvidia-drivers-515.76.ebuild X-VCS-Directories: x11-drivers/nvidia-drivers/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 91f9b197889d1d72fa1ffb175fc902c7049391f0 X-VCS-Branch: master Date: Sun, 2 Oct 2022 04:17:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 257bb8c3-248d-4dd9-8489-16a40c109ac8 X-Archives-Hash: 5d8f10d491bcd5999c7dc37d74f20f14 commit: 91f9b197889d1d72fa1ffb175fc902c7049391f0 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Oct 2 04:11:54 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Oct 2 04:13:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f9b197 x11-drivers/nvidia-drivers: note that the FB warning can be ignored Varied configuration is part of why I haven't included these kind of warnings before (may be noisy for some) -- but getting a console to work with nvidia has become near nonsensial unless know exactly what still works (between my own kernel and gentoo-kernel-bin-5.15.x I didn't really notice these new issues). Signed-off-by: Ionen Wolkens gentoo.org> x11-drivers/nvidia-drivers/nvidia-drivers-390.154.ebuild | 7 ++++--- x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild | 7 ++++--- x11-drivers/nvidia-drivers/nvidia-drivers-510.85.02.ebuild | 7 ++++--- x11-drivers/nvidia-drivers/nvidia-drivers-515.49.19.ebuild | 7 ++++--- x11-drivers/nvidia-drivers/nvidia-drivers-515.65.01.ebuild | 7 ++++--- x11-drivers/nvidia-drivers/nvidia-drivers-515.76.ebuild | 7 ++++--- 6 files changed, 24 insertions(+), 18 deletions(-) diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-390.154.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-390.154.ebuild index 6fefc8a6b044..056c04443660 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-390.154.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-390.154.ebuild @@ -144,10 +144,11 @@ pkg_setup() { # nvidia-drivers does not handle the tty (beside mode restoration) but, # given few options are viable, try to warn if all missing warn+=( - " CONFIG_FB_(EFI|SIMPLE|VESA): none set, but note at least one is needed" - " to get a display for the tty console. In most cases, it is" + " CONFIG_FB_(EFI|SIMPLE|VESA): none set, but note at least one is normally" + " needed to get a display for the tty console. In most cases, it is" " recommended to enable FB_EFI=y and disable FB_SIMPLE (can be quirky)." - " Non-EFI systems are likely to want FB_VESA=y." + " Non-EFI systems are likely to want FB_VESA=y. Users with multiple GPUs" + " or not using the tty may be able to safely ignore this warning." ) fi diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild index c4c457890298..0f4634979526 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild @@ -147,10 +147,11 @@ pkg_setup() { # nvidia-drivers does not handle the tty (beside mode restoration) but, # given few options are viable, try to warn if all missing warn+=( - " CONFIG_FB_(EFI|SIMPLE|VESA): none set, but note at least one is needed" - " to get a display for the tty console. In most cases, it is" + " CONFIG_FB_(EFI|SIMPLE|VESA): none set, but note at least one is normally" + " needed to get a display for the tty console. In most cases, it is" " recommended to enable FB_EFI=y and disable FB_SIMPLE (can be quirky)." - " Non-EFI systems are likely to want FB_VESA=y." + " Non-EFI systems are likely to want FB_VESA=y. Users with multiple GPUs" + " or not using the tty may be able to safely ignore this warning." ) fi diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-510.85.02.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-510.85.02.ebuild index 6739680f1336..de65d9d7dbde 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-510.85.02.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-510.85.02.ebuild @@ -150,10 +150,11 @@ pkg_setup() { # nvidia-drivers does not handle the tty (beside mode restoration) but, # given few options are viable, try to warn if all missing warn+=( - " CONFIG_FB_(EFI|SIMPLE|VESA): none set, but note at least one is needed" - " to get a display for the tty console. In most cases, it is" + " CONFIG_FB_(EFI|SIMPLE|VESA): none set, but note at least one is normally" + " needed to get a display for the tty console. In most cases, it is" " recommended to enable FB_EFI=y and disable FB_SIMPLE (can be quirky)." - " Non-EFI systems are likely to want FB_VESA=y." + " Non-EFI systems are likely to want FB_VESA=y. Users with multiple GPUs" + " or not using the tty may be able to safely ignore this warning." ) fi diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-515.49.19.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-515.49.19.ebuild index 6568dcc23e75..58ea8699f7d7 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-515.49.19.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-515.49.19.ebuild @@ -159,10 +159,11 @@ pkg_setup() { # nvidia-drivers does not handle the tty (beside mode restoration) but, # given few options are viable, try to warn if all missing warn+=( - " CONFIG_FB_(EFI|SIMPLE|VESA): none set, but note at least one is needed" - " to get a display for the tty console. In most cases, it is" + " CONFIG_FB_(EFI|SIMPLE|VESA): none set, but note at least one is normally" + " needed to get a display for the tty console. In most cases, it is" " recommended to enable FB_EFI=y and disable FB_SIMPLE (can be quirky)." - " Non-EFI systems are likely to want FB_VESA=y." + " Non-EFI systems are likely to want FB_VESA=y. Users with multiple GPUs" + " or not using the tty may be able to safely ignore this warning." ) fi diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-515.65.01.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-515.65.01.ebuild index 9edb6fe04224..9c35dd8fe324 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-515.65.01.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-515.65.01.ebuild @@ -159,10 +159,11 @@ pkg_setup() { # nvidia-drivers does not handle the tty (beside mode restoration) but, # given few options are viable, try to warn if all missing warn+=( - " CONFIG_FB_(EFI|SIMPLE|VESA): none set, but note at least one is needed" - " to get a display for the tty console. In most cases, it is" + " CONFIG_FB_(EFI|SIMPLE|VESA): none set, but note at least one is normally" + " needed to get a display for the tty console. In most cases, it is" " recommended to enable FB_EFI=y and disable FB_SIMPLE (can be quirky)." - " Non-EFI systems are likely to want FB_VESA=y." + " Non-EFI systems are likely to want FB_VESA=y. Users with multiple GPUs" + " or not using the tty may be able to safely ignore this warning." ) fi diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-515.76.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-515.76.ebuild index f5d9379122e2..5aff3c436a26 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-515.76.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-515.76.ebuild @@ -159,10 +159,11 @@ pkg_setup() { # nvidia-drivers does not handle the tty (beside mode restoration) but, # given few options are viable, try to warn if all missing warn+=( - " CONFIG_FB_(EFI|SIMPLE|VESA): none set, but note at least one is needed" - " to get a display for the tty console. In most cases, it is" + " CONFIG_FB_(EFI|SIMPLE|VESA): none set, but note at least one is normally" + " needed to get a display for the tty console. In most cases, it is" " recommended to enable FB_EFI=y and disable FB_SIMPLE (can be quirky)." - " Non-EFI systems are likely to want FB_VESA=y." + " Non-EFI systems are likely to want FB_VESA=y. Users with multiple GPUs" + " or not using the tty may be able to safely ignore this warning." ) fi