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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37B4D1581D3 for ; Mon, 27 May 2024 05:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E4C7E29F3; Mon, 27 May 2024 05:55:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F836E29F3 for ; Mon, 27 May 2024 05:55:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A010533BE12 for ; Mon, 27 May 2024 05:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 179B71234 for ; Mon, 27 May 2024 05:55:46 +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: <1716789326.59d7b4b1b1724b31d220e9388d9e6c9d118e0c74.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/nvidia-drivers/files/nvidia-470.conf x11-drivers/nvidia-drivers/files/nvidia-545.conf X-VCS-Directories: x11-drivers/nvidia-drivers/files/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 59d7b4b1b1724b31d220e9388d9e6c9d118e0c74 X-VCS-Branch: master Date: Mon, 27 May 2024 05:55:46 +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: f9bb3a2e-6782-4118-9666-f41f826f0c78 X-Archives-Hash: c7dd7becb7367848447428b29728847d commit: 59d7b4b1b1724b31d220e9388d9e6c9d118e0c74 Author: Ionen Wolkens gentoo org> AuthorDate: Mon May 27 05:53:28 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon May 27 05:55:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d7b4b1 x11-drivers/nvidia-drivers: remove outdated warning from nvidia.conf If anything it's recommended nowadays, but =0 is safer out-of-the-box if things are not setup right (esp. with openrc, or without logind) so not changing that. Signed-off-by: Ionen Wolkens gentoo.org> x11-drivers/nvidia-drivers/files/nvidia-470.conf | 3 +-- x11-drivers/nvidia-drivers/files/nvidia-545.conf | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/x11-drivers/nvidia-drivers/files/nvidia-470.conf b/x11-drivers/nvidia-drivers/files/nvidia-470.conf index 74126224c6ce..2b87b67602e0 100644 --- a/x11-drivers/nvidia-drivers/files/nvidia-470.conf +++ b/x11-drivers/nvidia-drivers/files/nvidia-470.conf @@ -10,8 +10,7 @@ blacklist nouveau #options nvidia-drm modeset=1 # Suspend options. Allocations=0 recommended over =1 unless enable nvidia's -# systemd sleep services (nvidia-hibernate, nvidia-resume, nvidia-suspend), -# but even then may lead to issues on some setups (keep 0 if in doubt). +# systemd sleep services (nvidia-hibernate, nvidia-resume, nvidia-suspend). options nvidia \ NVreg_PreserveVideoMemoryAllocations=0 \ NVreg_TemporaryFilePath=/var/tmp diff --git a/x11-drivers/nvidia-drivers/files/nvidia-545.conf b/x11-drivers/nvidia-drivers/files/nvidia-545.conf index 6de5577d5bf9..d1d63ebbb197 100644 --- a/x11-drivers/nvidia-drivers/files/nvidia-545.conf +++ b/x11-drivers/nvidia-drivers/files/nvidia-545.conf @@ -16,8 +16,7 @@ blacklist nouveau #options nvidia-drm fbdev=1 # Suspend options. Allocations=0 recommended over =1 unless enable nvidia's -# systemd sleep services (nvidia-hibernate, nvidia-resume, nvidia-suspend), -# but even then may lead to issues on some setups (keep 0 if in doubt). +# systemd sleep services (nvidia-hibernate, nvidia-resume, nvidia-suspend). options nvidia \ NVreg_PreserveVideoMemoryAllocations=0 \ NVreg_TemporaryFilePath=/var/tmp