Package Details: nvidia-beta-dkms 595.58.03-1

Git Clone URL: https://aur.archlinux.org/nvidia-beta-dkms.git (read-only, click to copy)
Package Base: nvidia-beta-dkms
Description: NVIDIA kernel modules - module sources (beta version)
Upstream URL: https://www.nvidia.com/
Licenses: LicenseRef-custom
Conflicts: nvidia, nvidia-dkms
Provides: nvidia, nvidia-beta, nvidia-dkms, NVIDIA-MODULE
Submitter: alucryd
Maintainer: dbermond
Last Packager: dbermond
Votes: 71
Popularity: 0.185978
First Submitted: 2013-03-12 11:21 (UTC)
Last Updated: 2026-03-24 18:50 (UTC)

Required by (42)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 25 Next › Last »

notrlt commented on 2026-03-05 18:18 (UTC)

Hello, 595.45.04 is out. Will you update the package?

dbermond commented on 2026-03-05 13:48 (UTC)

@marijns fixed, thanks for reporting.

marijns commented on 2026-03-05 09:46 (UTC)

Hi @dbermond, just wanting to let you know that in commit https://aur.archlinux.org/cgit/aur.git/commit/?h=nvidia-beta-dkms&id=ce21318b357201916a62fdc6fad2b80cd84851bc the path in 130-nvidia-make-modeset-fbdev-default.patch changed from kernel/ to kernel-open/, but the PKGBUILD still copies kernel/ to /usr/src making the patch no longer having any effect, and making modeset disabled by default.

lxe commented on 2025-08-11 21:32 (UTC) (edited on 2025-08-11 21:47 (UTC) by lxe)

I think drm_get_format_info, fb_create and drm_helper_mode_fill_fb_struct signatures changed in 6.17.0-rc1-1 kernel, which breaks the nvidia build.

https://github.com/torvalds/linux/commit/0e7d5874fb6b80c44be3cfbcf1cf356e81d91232 for reference

dbermond commented on 2025-05-28 21:24 (UTC)

@indigokeriann At the time of writing, the Arch Linux linux package is at version 6.14.7, and everything is working fine. No need for a patch to linux 6.15 at the current time.

indigokeriann commented on 2025-05-27 15:17 (UTC) (edited on 2025-05-27 15:19 (UTC) by indigokeriann)

@dbermond Can you please add a patch for kernel 6.15? here some example https://github.com/babiulep/my-kernel-patches/tree/main/NVIDIA

https://github.com/CachyOS/CachyOS-PKGBUILDS/tree/feat/nvidia-575/nvidia/nvidia-utils

myrslint commented on 2025-05-01 06:21 (UTC)

Thank you!

dbermond commented on 2025-04-30 21:29 (UTC)

@myrslint fixed

myrslint commented on 2025-04-30 05:13 (UTC)

It does not build with GCC 15. Here is the relevant upstream issue: https://github.com/NVIDIA/open-gpu-kernel-modules/issues/814

The issue applies to both closed- and open-source modules.

I fixed it by adding a small patch file and updating the PKGBUILD accordingly.

--- a/kernel/Kbuild
+++ b/kernel/Kbuild
@@ -87,6 +87,7 @@
 EXTRA_CFLAGS += -Wall $(DEFINES) $(INCLUDES) -Wno-cast-qual -Wno-format-extra-args
 EXTRA_CFLAGS += -D__KERNEL__ -DMODULE -DNVRM
 EXTRA_CFLAGS += -DNV_VERSION_STRING=\"575.51.02\"
+EXTRA_CFLAGS += -std=gnu17

 ifneq ($(SYSSRCHOST1X),)
  EXTRA_CFLAGS += -I$(SYSSRCHOST1X)