summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2026-03-24 19:38:47 +0800
committerHilton Chain <hako@ultrarare.space>2026-04-03 21:33:18 +0800
commit642eda518a49c390318fb3495f728f8dd1c6a3f5 (patch)
tree631f152cb8012e5781ed530f0a49741354932b60 /README.org
parentdd998ef19dbf3edbe7c8417e07a4d14b0975188b (diff)
transformations: nvidia: Allow removing restriction on NVENC and NvFBC.
See also: https://github.com/keylase/nvidia-patch * nonguix/transformations.scm (nonguix-transformation-nvidia): New argument #:remove-driver-restriction? to patch the driver and remove NVENC and NvFBC restriction.
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.org b/README.org
index 039d945..b766c03 100644
--- a/README.org
+++ b/README.org
@@ -286,6 +286,7 @@ System setup is implemented via =nonguix-transformation-nvidia=:
[#:open-source-kernel-module? #false]
[#:kernel-mode-setting? #true]
[#:configure-xorg? #false]
+ [#:remove-nvenc-restriction? #false]
Return a procedure that transforms an operating system, setting up DRIVER
(default: nvda-580) for NVIDIA GPU.
@@ -298,6 +299,9 @@ System setup is implemented via =nonguix-transformation-nvidia=:
CONFIGURE-XORG? (default: #f) is required for Xorg display managers. It accepts
a display manager service type, or #t when using '%desktop-services'.
+
+ REMOVE-NVENC-RESTRICTION? (default: #f) applies patches from
+ <https://github.com/keylase/nvidia-patch>.
#+end_example
For example, assuming the following operating system declaration, defined as