mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2026-01-25 03:54:58 -06:00
Merge branch 'nvidia' into 'master'
nongnu: nvidia-module: Fix nvidia_drm.modeset=0 comment. See merge request nonguix/nonguix!696
This commit is contained in:
commit
4232fd0b2b
1 changed files with 2 additions and 2 deletions
|
|
@ -565,7 +565,7 @@ 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.")
|
||||
add @code{nvidia_drm.modeset=0} to @code{kernel-arguments} as well.")
|
||||
(license
|
||||
(license:nonfree
|
||||
(format #f "file:///share/doc/nvidia-driver-~a/LICENSE" version)))))
|
||||
|
|
@ -603,7 +603,7 @@ 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.")
|
||||
add @code{nvidia_drm.modeset=0} to @code{kernel-arguments} as well.")
|
||||
(license license-gnu:gpl2))))
|
||||
|
||||
(define-public nvidia-module-open-beta
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue