From 6c0ea215e0bd089bf3b2097e5c59dd726fbbe304 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Thu, 5 Feb 2026 10:53:41 +0800 Subject: transformations: nvidia: Support S0ix-based power management. * nonguix/transformations.scm (nonguix-transformation-nvidia) [#:s0ix-power-management?]: New argument. * README.org (System setup): Update --- README.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 12cec7d..d005d79 100644 --- a/README.org +++ b/README.org @@ -234,6 +234,7 @@ 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] @@ -243,6 +244,9 @@ 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. @@ -251,8 +255,6 @@ Procedure =nonguix-transformation-nvidia= is defined in the Use 'replace-mesa', for application setup out of the operating system declaration. - - TODO: Power management. #+end_example For example, assuming the follow operating system declaration, defined as -- cgit v1.2.3