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

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: 3.25
First Submitted: 2020-03-11 17:29 (UTC)
Last Updated: 2024-11-25 23:34 (UTC)

Dependencies (2)

Required by (66)

Sources (16)

Pinned Comments

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?

jonathon commented on 2020-10-19 12:41 (UTC) (edited on 2021-05-11 14:18 (UTC) by jonathon)

PACKAGE NEEDS LONG TERM MAINTAINER

I have adopted the 390xx packages to keep them secure. I do not run any 390xx hardware so will not notice any breakages and cannot test any changes.

Until such time as someone else steps up to maintain these packages - ideally someone who actually has 390xx hardware - I have to rely on you to tell me what changes are needed.

Don't expect a response if you post only "this doesn't work", and do not email me to complain about the package not working!

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

A binary package is also available in my kernel-lts unofficial user repository.

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 27 Next › Last »

gab1604 commented on 2023-05-05 02:17 (UTC)

thanks for the update :D

KirMozor commented on 2023-05-04 07:33 (UTC)

@amb And I was just about to write :))

drankinatty commented on 2023-05-04 06:12 (UTC) (edited on 2023-05-04 06:12 (UTC) by drankinatty)

Brilliant! After updating line 59 in the PKGBUILD, package builds fine. Upgrade to Linux-6.3.1 went fine. I built and installed all updated packages on Linux-6.2.13, then did the system update that pulled in Linux-6.3.1, rebooted -- no issue :)

vnctdj commented on 2023-05-04 06:07 (UTC)

@amb Oops... Fixed!

amb commented on 2023-05-04 02:51 (UTC)

Found the problem. On line 59 of PKGBUILD it must be: patch -Np1 -i ../../kernel-6.3.patch

instead of: patch -Np1 -i ../kernel-6.3.patch

amb commented on 2023-05-04 00:30 (UTC)

@vnctdj, the patch doesn't works here:

patch: **** Can't open patch file ../kernel-6.3.patch : No such file or directory

vnctdj commented on 2023-05-03 21:45 (UTC)

I've pushed a new version of the PKGBUILD.

Thanks for providing the new patch and for testing it. Unfortunately I don't have the time to test it myself for the moment...

canolucas commented on 2023-04-30 23:09 (UTC)

@vnctdj can you please add the following patch to the PKGBUILD: https://gitlab.com/herecura/packages/nvidia-390xx-dkms/-/blob/36af321ae3f3a1e177dd36c92ccd8f7ae3c8f1aa/kernel-6.3.patch

it is neccecsary for making this driver compatible with linux kernel v6.3 thank you so much for maintaining the driver so far !

hellopoisonx commented on 2023-04-26 13:10 (UTC)

@BlackIkeEagle,it works fine on linux6.3.0-x64v1-xanmod1-1

drankinatty commented on 2023-04-19 19:40 (UTC)

Since it looks like 6.3 will be out next week, anybody confirmed the 6.3 patch results in a working driver?