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:
Hilton Chain 2024-03-09 20:39:47 +08:00 committed by John Kehayias
parent ffe4fe4e6c
commit 3e6050eb84
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -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)))))