summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2026-03-24 15:20:00 +0800
committerHilton Chain <hako@ultrarare.space>2026-04-03 16:57:39 +0800
commit76819a836acdb151e452d93fa39d5011d048dfe4 (patch)
tree86b085b9b35a32f1f7c97abb487119089cabb7b1 /README.org
parentf6b3c8b5489c98db54e0ddc8c46ebbf540b0ac63 (diff)
transformations: nvidia: Deprecate #:s0ix-power-management?.
The transformation won't add kernel arguments other than the minimum necessary in the future. * nonguix/transformations.scm (nonguix-transformation-nvidia): Deprecate argument #:s0ix-power-management?. Don't delete duplicated kernel arguments, let user decide instead.
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.org b/README.org
index 576b535..e327730 100644
--- a/README.org
+++ b/README.org
@@ -234,7 +234,6 @@ Procedure =nonguix-transformation-nvidia= is defined in the
#+begin_example
nonguix-transformation-nvidia [#:driver nvda]
[#:open-source-kernel-module? #f]
- [#:s0ix-power-management? #f]
[#:kernel-mode-setting? #t]
[#:configure-xorg? #f]
@@ -244,9 +243,6 @@ Procedure =nonguix-transformation-nvidia= is defined in the
OPEN-SOURCE-KERNEL-MODULE? (default: #f) only supports Turing and later
architectures and is expected to work with 'linux-lts'.
- S0IX-POWER-MANAGEMENT? (default: #f) improves suspend and hibernate on systems
- with supported graphics cards.
-
KERNEL-MODE-SETTING? (default: #t) is required for Wayland and rootless Xorg
support.