Package Details: nvidia-beta-dkms 575.51.02-2

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: 1.27
First Submitted: 2013-03-12 11:21 (UTC)
Last Updated: 2025-04-30 21:28 (UTC)

Required by (40)

Sources (5)

Latest Comments

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

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?

pendo324 commented on 2024-10-26 16:20 (UTC)

Posted patches to upgrade nvidia-beta-dkms and some dependencies (lib32-nvidia-utils-beta and nvidia-utils-beta) to 565.57.01: https://gist.github.com/pendo324/aec6a945e515bf384c37a093fc5a62a6

Took the liberty of reorganizing the nvidia-utils-beta PKGBUILD to be more aligned with the current packaging in the official Arch nvidia-utils PKGBUILD, in hopes of making future updates simpler.

urbenlegend commented on 2024-10-01 17:55 (UTC) (edited on 2024-10-01 18:02 (UTC) by urbenlegend)

I think this might need to get patched for 6.11. I am getting a black screen with the following error messages:

Oct 01 10:12:59 arch-desktop sddm-helper-start-wayland[953]: "kwin_wayland_drm: Failed to create framebuffer: Invalid argument\n"
Oct 01 10:12:59 arch-desktop sddm-helper-start-wayland[953]: "kwin_scene_opengl: 0x500: GL_INVALID_ENUM error generated. Invalid <face>.\n"
Oct 01 10:12:59 arch-desktop sddm-helper-start-wayland[953]: "kwin_scene_opengl: Invalid framebuffer status:  \"GL_FRAMEBUFFER_INCOMPLETE_MIS>
Oct 01 10:12:59 arch-desktop sddm-helper-start-wayland[953]: "kwin_scene_opengl: 0x502: GL_INVALID_OPERATION error generated. <image> and <ta>
Oct 01 10:12:59 arch-desktop sddm-helper-start-wayland[953]: "kwin_scene_opengl: Invalid framebuffer status:  \"GL_FRAMEBUFFER_INCOMPLETE_ATT>
Oct 01 10:12:59 arch-desktop sddm-helper-start-wayland[953]: "kwin_wayland_drm: Failed to create framebuffer: Invalid argument\n"
Oct 01 10:12:59 arch-desktop sddm-helper-start-wayland[953]: "kwin_wayland_drm: Failed to create framebuffer: Invalid argument\n"

https://bbs.archlinux.org/viewtopic.php?id=299450

https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-utils/-/merge_requests/12