Compare commits

...

3 commits

Author SHA1 Message Date
Attila Lendvai
3895bfede0 Merge branch 'nvidia' into 'master'
nongnu: nvidia-module: Fix nvidia_drm.modeset=0 comment.

See merge request nonguix/nonguix!696
2025-09-30 17:33:07 +00:00
John Kehayias
89f0dca2eb
nongnu: firefox-esr: Use ffmpeg-6.
This fixes video playback post mesa-updates merge in Guix.  See upstream issue
<https://bugzilla.mozilla.org/show_bug.cgi?id=1962139>; fix is like for
librewolf in Guix, see <https://codeberg.org/guix/guix/issues/3038>.

* nongnu/packages/mozilla.scm (firefox-esr)[inputs]: Change ffmpeg to
ffmpeg-6.
2025-09-30 11:12:52 -04:00
Attila Lendvai
544e3e8e46
nongnu: nvidia-module: Fix nvidia_drm.modeset=0 comment.
The proper kernel argument to disable video output to a headless card is
nvidia_drm.modeset=0.
2025-06-15 22:25:48 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -457,7 +457,7 @@
cups
dbus-glib
freetype
ffmpeg
ffmpeg-6
gdk-pixbuf
glib
gtk+

View file

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