mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-01 18:05:00 +00:00
Compare commits
3 commits
89eb30ab0e
...
3895bfede0
Author | SHA1 | Date | |
---|---|---|---|
|
3895bfede0 | ||
|
89f0dca2eb | ||
|
544e3e8e46 |
2 changed files with 3 additions and 3 deletions
|
@ -457,7 +457,7 @@
|
|||
cups
|
||||
dbus-glib
|
||||
freetype
|
||||
ffmpeg
|
||||
ffmpeg-6
|
||||
gdk-pixbuf
|
||||
glib
|
||||
gtk+
|
||||
|
|
|
@ -562,7 +562,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)))))
|
||||
|
@ -600,7 +600,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
Add a link
Reference in a new issue