From 544e3e8e469b07a933c4f5f365e7412ebd2bfef2 Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Sun, 15 Jun 2025 22:22:25 +0200 Subject: [PATCH] nongnu: nvidia-module: Fix nvidia_drm.modeset=0 comment. The proper kernel argument to disable video output to a headless card is nvidia_drm.modeset=0. --- nongnu/packages/nvidia.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nongnu/packages/nvidia.scm b/nongnu/packages/nvidia.scm index 86d4b26d..83ef3ca2 100644 --- a/nongnu/packages/nvidia.scm +++ b/nongnu/packages/nvidia.scm @@ -560,7 +560,7 @@ modules, also add @code{modprobe.blacklist=nouveau} to @code{kernel-arguments} field of the @code{operating-system} configuration. If the NVIDIA card is not used for displaying, or on a Wayland environment, -add @code{nvidia_drm.modeset=1} to @code{kernel-arguments} as well.") +add @code{nvidia_drm.modeset=0} to @code{kernel-arguments} as well.") (license (license:nonfree (format #f "file:///share/doc/nvidia-driver-~a/LICENSE" version))))) @@ -598,7 +598,7 @@ actually use these modules, also add @code{modprobe.blacklist=nouveau} to @code{kernel-arguments} field of the @code{operating-system} configuration. If the NVIDIA card is not used for displaying, or on a Wayland environment, -add @code{nvidia_drm.modeset=1} to @code{kernel-arguments} as well.") +add @code{nvidia_drm.modeset=0} to @code{kernel-arguments} as well.") (license license-gnu:gpl2)))) (define-public nvidia-module-open-beta