Package Details: nvidia-beta-dkms 565.57.01-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: 69
Popularity: 0.80
First Submitted: 2013-03-12 11:21 (UTC)
Last Updated: 2024-11-08 20:51 (UTC)

Required by (41)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 24 Next › Last »

Fazzi commented on 2022-11-25 21:18 (UTC)

Having a lot of issues with this build. Just me?

Launching firefox with video hardware acceleration setup, I get this error: [GFX1-]: glxtest: VA-API test failed: process crashed. Please check your VA-API drivers.

Discord doesn't launch, gives me these errors: [19563:1125/211656.118164:ERROR:gpu_process_host.cc(991)] GPU process exited unexpectedly: exit_code=256 (electron) 'gpu-process-crashed event' is deprecated and will be removed. Please use 'child-process-gone event' instead.

tomilov commented on 2022-10-12 18:10 (UTC)

Is there a package with developers version of the drivers? The latest version is 515.49.19 for this.

tnujaka commented on 2022-10-12 14:09 (UTC)

New version released. It would be great if you update it to 520.56.06

tomilov commented on 2022-10-11 21:34 (UTC) (edited on 2022-10-11 21:34 (UTC) by tomilov)

When I tried to install either of beta drivers (nvidia-beta or nvidia-beta-dkms) I get an error:

==> dkms install --no-depmod nvidia/515.76 -k 5.10.147-1-MANJARO
==> dkms install --no-depmod nvidia/515.76 -k 5.9.16-1-MANJARO
Error! Bad return status for module build on kernel: 5.9.16-1-MANJARO (x86_64)
Consult /var/lib/dkms/nvidia/515.76/build/make.log for more information.
==> WARNING: `dkms install --no-depmod nvidia/515.76 -k 5.9.16-1-MANJARO' exited 10
==> depmod 5.10.147-1-MANJARO
==> ERROR: Missing 5.10.135-1-MANJARO kernel modules tree for module nvidia/515.76.

Is there way to avoid the error?

tukusejssirs commented on 2022-06-08 15:49 (UTC) (edited on 2022-07-05 10:22 (UTC) by tukusejssirs)

@dbermond, do you mean like this? It does not work. Both paths exist and are built.

sudo pacman -U ~/.cache/yay/nvidia-utils-beta/ ~/.cache/yay/nvidia-beta-dkms
loading packages...
error: could not open file ~/.cache/yay/nvidia-utils-beta/: Error reading fd 7
error: '~/.cache/yay/nvidia-utils-beta/': cannot open package file
error: could not open file ~/.cache/yay/nvidia-beta-dkms: Error reading fd 7
error: '~/.cache/yay/nvidia-beta-dkms': cannot open package file

If it is not obvious, I get exactly the ~~same~~ similar error as @ChrisK.

Update

Running yay -Syu while it contains updates of nvidia-utils-beta nvidia-beta-dkms (both packages should be clean-built) actually fails with this error:

looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing nvidia-utils-beta (515.57-1) breaks dependency 'nvidia-utils-beta=515.48.07' required by nvidia-beta-dkms
 -> exit status 1

The only way I found to ~~fix~~ work around this error is to reinstall it like this:

# Fix by removing and reinstalling the packages
yay -R nvidia-utils-beta nvidia-beta-dkms
yay -S nvidia-utils-beta nvidia-beta-dkms

# Just to make sure everything is updated
yay -Syu

dbermond commented on 2022-06-06 20:54 (UTC)

@ChrisK The package already depends on "nvidia-utils-beta=${pkgver}" (see the PKGBUILD). You need to separately build nvidia-utils-beta and nvidia-beta-dkms, and then install both together with 'pacman -U path/to/nivida-utils-beta path/to/nvidia-beta-dkms'.

ChrisK commented on 2022-06-06 10:14 (UTC) (edited on 2022-06-06 10:15 (UTC) by ChrisK)

need to update nvidia-utils-beta version dependency:

error: failed to prepare transaction (could not satisfy dependencies)
:: installing nvidia-utils-beta (515.48.07-1) breaks dependency 'nvidia-utils-beta=515.43.04' required by nvidia-beta-dkms

dbermond commented on 2022-05-12 04:49 (UTC)

I have prepared nvidia-open-beta and nvidia-open-beta-dkms for those who are interested. VCS (-git) packages are also available. Notice that open source modules currently has limitations in comparison to proprietary modules.

nardis commented on 2021-12-14 06:35 (UTC) (edited on 2021-12-14 06:36 (UTC) by nardis)

Note, installation is borked if /usr/lib/modprobe.d/nvidia.conf file exists:

error: failed to commit transaction (conflicting files)
nvidia-utils-beta: /usr/lib/modprobe.d/nvidia.conf exists in filesystem (owned by nvidia-beta-dkms)
Errors occurred, no packages were upgraded.
error: packages failed to build: nvidia-beta-dkms-495.46-1

Fixed by manually removing noted file.

dbermond commented on 2021-10-14 19:07 (UTC)

Note: gbm egl support requires egl-wayland 1.1.8. The repository egl-wayland is currently at version 1.1.7. Use egl-wayland-git if you need this feature until 1.1.8 reaches the official repositories.