Package Details: opencl-nvidia-390xx 390.157-17

Git Clone URL: https://aur.archlinux.org/nvidia-390xx-utils.git (read-only, click to copy)
Package Base: nvidia-390xx-utils
Description: OpenCL implemention for NVIDIA
Upstream URL: https://www.nvidia.com/
Licenses: custom
Conflicts: opencl-nvidia
Provides: opencl-driver, opencl-nvidia
Submitter: svenstaro
Maintainer: jonathon (vnctdj)
Last Packager: vnctdj
Votes: 61
Popularity: 0.28
First Submitted: 2020-03-11 17:29 (UTC)
Last Updated: 2025-06-12 22:18 (UTC)

Dependencies (2)

Required by (68)

Sources (20)

Pinned Comments

vnctdj commented on 2025-01-24 07:37 (UTC)

Use this forum thread for discussion: https://bbs.archlinux.org/viewtopic.php?pid=1946926

jonathon commented on 2022-05-26 09:46 (UTC)

Please don't flag this package out-of-date unless a new version has been released by NVIDIA.

jonathon commented on 2021-12-26 22:44 (UTC) (edited on 2021-12-26 22:44 (UTC) by jonathon)

The DKMS package guidelines are explicit that linux-headers should not be a dependency of any DKMS package.

As a concrete example of why including that as a hard dependency is a bad idea, what happens when linux is not an installed kernel?

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 33 Next › Last »

vnctdj commented on 2023-07-06 23:04 (UTC) (edited on 2023-07-06 23:06 (UTC) by vnctdj)

Package updated! Like last time, I don't have the time to test it myself at the moment... I'm using linux-lts for now. Thanks to everyone who participated!

alocacoc55 commented on 2023-07-06 17:38 (UTC)

Thank you for sharing the info about the herecura repo @canolucas

It solved my issue.

duht commented on 2023-07-06 12:46 (UTC)

@alufd19 problem isn't related to zen specyfically but to 6.4 at all. Please lern to read last comments if someone found a solution before complaining. @rdahlgren below gave a ready solution. Please also ask maintainer/packager to update.

alufd19 commented on 2023-07-05 12:19 (UTC)

nvidia-390xx-dkms 390.157-4 package is not compatible with kernel linux-zen 6.4.x.xxxx-x!!! Please review bugs report on GitHub website: https://github.com/NVIDIA/open-gpu-kernel-modules/issues/526

loup commented on 2023-07-05 00:15 (UTC)

@sfranchi Hi.

First a big thank to duht, rdahlgre and drankinatty.

This is how i did it. 1 download package snapshot 2 extract snapshot 3 "in extracted snapshot" create a new file kernel-6.4.path 4 copy patch from rdahlgren to file kernel-6.4.path 5 do makepkg -g to get the sum for patch kernel-6.4.path 6 edit PKGBUILD : add sum for kernel-6.4.path line 31 : change pkgrel from 4 to 4.1 line 11 : add patch -Np1 -i ../../kernel-6.4.patch line 63 7 makepkg as usual

canolucas commented on 2023-07-05 00:02 (UTC) (edited on 2023-07-05 00:08 (UTC) by canolucas)

I just added the "herecura" repo to /etc/pacman.conf

[herecura]

Server = https://repo.herecura.eu/herecura/x86_64

After that, I run: pacman -Syu

both this package and the new kernel loaded just fine.

I think i get faster updates this way, the mantainer uses gitlab:

https://gitlab.com/herecura/packages/nvidia-390xx-dkms

It even allows branching and sending merge requests with new patches or PKGBUILD updates using the site, its very intuitive, I think that's why the package updates faster in this new repo.

sfranchi commented on 2023-07-04 13:52 (UTC)

I guess my problem is precisely what the patch solves. Can anyone explain how to apply and compile? The instructions @rdahlgren gave below are a bit too concise for me

sfranchi commented on 2023-07-04 13:18 (UTC)

The package no longer compiles on my Thinkpad W520. dkms installation fails with this error:

CC [M]  /var/lib/dkms/nvidia/390.157/build/nvidia-drm/nvidia-drm-gem.o
/var/lib/dkms/nvidia/390.157/build/nvidia-drm/nvidia-drm-drv.c: In function ‘nv_drm_update_drm_driver_features’:
/var/lib/dkms/nvidia/390.157/build/nvidia-drm/nvidia-drm-drv.c:769:18: error: ‘struct drm_driver’ has no member named ‘dumb_destroy’
  769 |     nv_drm_driver.dumb_destroy     = nv_drm_dumb_destroy;
      |                  ^
 make[2]: *** [scripts/Makefile.build:252: /var/lib/dkms/nvidia/390.157/build/nvidia-drm/nvidia-drm-drv.o] Error 1
 make[2]: *** Waiting for unfinished jobs....
 make[1]: *** [Makefile:2026: /var/lib/dkms/nvidia/390.157/build] Error 2
 make: *** [Makefile:81: modules] Error 2

I wanted to try reverting to the previous version, but downgrade seems to think the next to last version of the package is 390.132. No other versions came out between 132 and 157?

duht commented on 2023-07-03 22:13 (UTC)

As 6.4.1 is now in core, could someone add this patch to PKGBUILD here in aur?