summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org12
1 files changed, 6 insertions, 6 deletions
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.