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

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: 62
Popularity: 0.56
First Submitted: 2020-03-11 17:29 (UTC)
Last Updated: 2026-05-02 21:19 (UTC)

Dependencies (2)

Required by (77)

Sources (24)

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

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

drankinatty commented on 2026-07-13 02:35 (UTC)

Good plan, and thanks for gathering the patches. I'll start looking at them later this week and we can at least get a feel for whether they can apply, or if we are in a rewrite situation. Thanks.

canolucas commented on 2026-07-06 00:02 (UTC) (edited on 2026-07-06 00:09 (UTC) by canolucas)

Maybe we can try to test the patches against linux-mainline, to avoid waiting for the new release to hit the core-testing repo

yay -S linux-mainline linux-mainline-headers

drankinatty commented on 2026-07-05 08:40 (UTC)

I like your optimism, but IIRC, the drm patches have been the ones where there is no 1:1 backport of Joan's 470 patches :(

So we will have to remember to start early. I just did the full 7.1 kernel upgrade on the server with the 390 card in it. No problems, driver modules built fine, up and running.

canolucas commented on 2026-07-02 04:57 (UTC)

Indeed, 7.2 will need patches because of the removal of strncpy() from the kernel and also because of the impact we will be getting by commit "drm: Rename struct drm_atomic_state to drm_atomic_commit" (Maxime Ripard, 27 Apr 2026)

Joan already uploaded patches that we will probably be able to backport if we are lucky.

drankinatty commented on 2026-07-01 05:46 (UTC)

That's music to my ears! Thank you for the report @canolucas. We can save the fun for 7.2 :)

canolucas commented on 2026-06-30 23:48 (UTC)

Hi guys, just passing by to let you know that Linux 7.1 booted just fine for me without any changes.

drankinatty commented on 2026-06-28 06:45 (UTC)

The linux-7.1 kernel is in core-testing. If anybody has a chance, please test and let us know if you have problems with the dkms driver build. Thus far, I haven't found any changes that need patching, but until we test, I'm still a bit skeptical. My Nvidia card is in my server that makes it difficult to use as a test-bed. So any testing that can be done on a non-production box would be welcomed.

drankinatty commented on 2026-06-14 21:21 (UTC) (edited on 2026-06-21 00:32 (UTC) by drankinatty)

I haven't heard much regarding 7.1 kernel changes, but poking around I've found joanbm's patches.

This seems to be good news because Joan has 7.0 kernel patches and 7.2rc-1 kernel patches, but no kernel 7.1 patches (fingers-crossed).

Now I could be missing something, but it looks, at least from Joan's repository for 470, there are no changes for the upcoming 7.1 kernel.

If anybody has heard differently, chime in here.

bufferunderrun commented on 2026-05-04 23:02 (UTC)

There is always an option to rebuild the kernel.

twilight0 commented on 2026-05-04 11:59 (UTC) (edited on 2026-05-04 12:05 (UTC) by twilight0)

I got version mismatch for compilers today. make.log says kernel was built with gcc15 while latest packages provide gcc16. Initially installation failed so I had to type this command to rebuild dmks:

sudo IGNORE_CC_MISMATCH=1 dkms install nvidia/390.157 -k 6.18.26-1-cachyos-lts

Then this one because I have older lts kernel for backup:

sudo IGNORE_CC_MISMATCH=1 dkms install nvidia/390.157 -k 6.6.137-1-lts66

But still I am getting 640x480 resolution on 6.18 LTS kernel.