mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: nvidia-module: Update synopsis and description.
* nongnu/packages/nvidia.scm (nvidia-module)[synopsis,description]: Update. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
ffe4fe4e6c
commit
3e6050eb84
1 changed files with 8 additions and 2 deletions
|
@ -525,9 +525,15 @@ To enable GSP mode manually, add @code{\"NVreg_EnableGpuFirmware=1\"} to
|
||||||
'())
|
'())
|
||||||
,@make-flags)))))))
|
,@make-flags)))))))
|
||||||
(home-page "https://www.nvidia.com")
|
(home-page "https://www.nvidia.com")
|
||||||
(synopsis "Proprietary NVIDIA kernel modules")
|
(synopsis "Proprietary NVIDIA driver (kernel modules)")
|
||||||
(description
|
(description
|
||||||
"This package provides the evil NVIDIA proprietary kernel modules.")
|
"This package provides kernel modules of the proprietary NVIDIA driver.
|
||||||
|
Module setup can be done with @code{nvidia-service-type}, to actually use these
|
||||||
|
modules, also add @code{modprobe.blacklist=nouveau} to @code{kernel-arguments}
|
||||||
|
field of the @code{operating-system} configuration.
|
||||||
|
|
||||||
|
If the NVIDIA card is not used for displaying, or on a Wayland environment,
|
||||||
|
add @code{nvidia_drm.modeset=1} to @code{kernel-arguments} as well.")
|
||||||
(license
|
(license
|
||||||
(license:nonfree
|
(license:nonfree
|
||||||
(format #f "file:///share/doc/nvidia-driver-~a/LICENSE" version)))))
|
(format #f "file:///share/doc/nvidia-driver-~a/LICENSE" version)))))
|
||||||
|
|
Loading…
Reference in a new issue