Package Details: nvidia-beta-dkms 575.57.08-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: 72
Popularity: 0.90
First Submitted: 2013-03-12 11:21 (UTC)
Last Updated: 2025-05-30 01:38 (UTC)

Required by (41)

Sources (5)

Latest Comments

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

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)

TNT_333 commented on 2024-11-30 10:48 (UTC)

This driver stopped working, use nvidia-dkms for now.

urbenlegend commented on 2024-11-09 00:12 (UTC)

@JPL, if you're using an AUR helper you might need to temporarily ignore dependencies. For example with paru, AUR packages are built and installed one at a time. This means that it tries to install a newer version of one of the Nvidia packages while other Nvidia packages that depend on the older version are still on your system. This causes dependency problems.

With paru, I use the -d flag to ignore dependencies, so something like paru -Syud.

JPL commented on 2024-11-08 23:50 (UTC)

Trying to upgrade to 565 and it says "1 dependency will also be installed for this operation": nvidia-535xx-utils 535.216.01-3 - which doesn't work, because it's in conflict. Any idea why this happens?

jrgiacone commented on 2024-10-29 15:03 (UTC)

Anything I can do to help get this posted for users? Or are there roadblocks and incompatibility issues on 565?