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 26FC5158089 for ; Fri, 20 Oct 2023 01:15:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D1952BC19D; Fri, 20 Oct 2023 01:15:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 42EDA2BC19D for ; Fri, 20 Oct 2023 01:15:34 +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 6388D335D12 for ; Fri, 20 Oct 2023 01:15:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0B231149 for ; Fri, 20 Oct 2023 01:15:31 +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: <1697764432.0e1b66032c97ecd84382d227382cbaf22ba99412.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-545.conf X-VCS-Directories: x11-drivers/nvidia-drivers/files/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 0e1b66032c97ecd84382d227382cbaf22ba99412 X-VCS-Branch: master Date: Fri, 20 Oct 2023 01:15:31 +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: 7450e2b7-fc70-4ce6-9561-00cabc40e8b9 X-Archives-Hash: eceb649a2037a34922aabb15c8542aa5 commit: 0e1b66032c97ecd84382d227382cbaf22ba99412 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Oct 19 16:42:55 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Oct 20 01:13:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1b6603 x11-drivers/nvidia-drivers: emphasise that fbdev=1 is experimental Console works fine but personally had a poor experience where Xorg applications were crashing (once) after a mode switch. Imagine mileage may vary, but nvidia themselves call it experimental. Untested, but I believe this actually works better with wayland. Signed-off-by: Ionen Wolkens gentoo.org> x11-drivers/nvidia-drivers/files/nvidia-545.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-drivers/nvidia-drivers/files/nvidia-545.conf b/x11-drivers/nvidia-drivers/files/nvidia-545.conf index 9748d8312c66..6de5577d5bf9 100644 --- a/x11-drivers/nvidia-drivers/files/nvidia-545.conf +++ b/x11-drivers/nvidia-drivers/files/nvidia-545.conf @@ -11,7 +11,8 @@ blacklist nouveau # Enable experimental framebuffer console support (^ requires modeset=1). # Replaces efifb or similar once loaded. Note that unloading nvidia modules -# to, e.g. load a new version, would result in losing console display. +# to, e.g. load a new version, would result in losing console display +# (emphasis on being experimental, mode switch could cause issues with X). #options nvidia-drm fbdev=1 # Suspend options. Allocations=0 recommended over =1 unless enable nvidia's