From 4e97b393a43ba9d64ace37e467fdd625e536cb45 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Thu, 5 Feb 2026 10:48:59 +0800 Subject: transformations: nvidia: Revise style. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * nonguix/transformations.scm (nonguix-transformation-nvidia): Reorder arguments and revise docstring. [kernel-arguments]: Expand ‘string-append’. * README.org (System setup): Adjust accordingly. --- README.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 2dda561..12cec7d 100644 --- a/README.org +++ b/README.org @@ -233,21 +233,21 @@ Procedure =nonguix-transformation-nvidia= is defined in the #+begin_example nonguix-transformation-nvidia [#:driver nvda] + [#:open-source-kernel-module? #f] [#:kernel-mode-setting? #t] [#:configure-xorg? #f] - [#:open-source-kernel-module?] Return a procedure that transforms an operating system, setting up DRIVER (default: nvda) for NVIDIA graphics card. + OPEN-SOURCE-KERNEL-MODULE? (default: #f) only supports Turing and later + architectures and is expected to work with 'linux-lts'. + KERNEL-MODE-SETTING? (default: #t) is required for Wayland and rootless Xorg support. - CONFIGURE-XORG? (default: #f) is required for display managers that can start - the Xorg server (e.g. GDM). - - OPEN-SOURCE-KERNEL-MODULE? (default: #f) only supports Turing and later - architectures and is expected to work with 'linux-lts'. + CONFIGURE-XORG? (default: #f) is required for Xorg display managers. Currently + this argument configures the one used by '%desktop-services', GDM or SDDM. Use 'replace-mesa', for application setup out of the operating system declaration. -- cgit v1.2.3