diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-02-05 10:48:59 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-02-05 11:48:05 +0800 |
| commit | 4e97b393a43ba9d64ace37e467fdd625e536cb45 (patch) | |
| tree | b131656e5f2e44cb9ea1e0882235f03048583b99 /README.org | |
| parent | 697c4b3055747c8b4e1d51ba44336d4fd8dad80a (diff) | |
transformations: nvidia: Revise style.
* nonguix/transformations.scm (nonguix-transformation-nvidia): Reorder arguments
and revise docstring.
[kernel-arguments]: Expand ‘string-append’.
* README.org (System setup): Adjust accordingly.
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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. |
