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

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: 58
Popularity: 0.95
First Submitted: 2020-03-11 17:29 (UTC)
Last Updated: 2024-07-20 22:27 (UTC)

Dependencies (2)

Required by (67)

Sources (15)

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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 26 Next › Last »

canolucas commented on 2023-09-02 17:10 (UTC) (edited on 2023-09-02 18:26 (UTC) by canolucas)

drankinatty tested the patch, but i get: ( 8/13) Install DKMS modules ==> dkms install --no-depmod nvidia/390.157 -k 6.5.1-arch1-1 Error! Bad return status for module build on kernel: 6.5.1-arch1-1 (x86_64) Consult /var/lib/dkms/nvidia/390.157/build/make.log for more information.

Here is the make.log https://paste.opensuse.org/pastes/a6e2150eb05c

in the ubuntu link i see two patches, maybe we need to include the changes of first one as well: garbage-collect-all-references-to-get_user.patch looks like it will delete some function NV_GET_USER_PAGES_REMOTE that causes the error.

https://launchpadlibrarian.net/678000161/nvidia-graphics-drivers-390_390.157-0ubuntu8.debdiff

drankinatty commented on 2023-08-30 04:40 (UTC) (edited on 2023-08-30 04:42 (UTC) by drankinatty)

NOTE: UNTESTED in dkms build, but I've prepared the patch based on https://launchpadlibrarian.net/678000161/nvidia-graphics-drivers-390_390.157-0ubuntu8.debdiff Actually, I have prepared two-versions, one with full whitespace correction (fixes tab/space variance in e-mailed copy of original patch) in kernel-6.5-full.patch and a second version correcting only the substantive additions/subtractions in kernel-6.5.patch. They were prepared with diff -uNr and -uNrb respectively. I have posted to paste.opensuse.org in:

kernel-6.5-full.patch https://paste.opensuse.org/d0d50cf18970

kernel-6.5.patch https://paste.opensuse.org/813b3de8c255

Links expire Tue 26 Sep 2023 11:36:12 PM CDT

Just add to the PKGBUILD prepare() section after the kernel-6.4.patch and you will call patch with:

patch -Np1 -i ../../kernel-6.5.patch

drankinatty commented on 2023-08-30 02:12 (UTC)

linux-6.5 is in core-testing. Anybody know if a patch will be required? It appears so. Ubuntu has the following: https://launchpadlibrarian.net/678000161/nvidia-graphics-drivers-390_390.157-0ubuntu8.debdiff We will give it a try when 6.5 is released. If anybody attempts with the kernel in core-testing, please report whether it works.

sfranchi commented on 2023-07-07 19:53 (UTC)

Thanks everyone for the help and especially @loup, @duht, @rdahlgre and @drankinatty. The patched package now works fine on my W520

air-g4p commented on 2023-07-07 19:43 (UTC)

@alufd19 - I only bring this unfortunate news to your attention out of my respect for jonathon, who I had many positive interactions with, here and on #archlinux.

Please read this: https://archlinux.org/news/in-memory-of-jonathon-fernyhough

RIP jonathon, a truly fine man...

air-g4p commented on 2023-07-07 17:12 (UTC)

@vnctdj - thank you for getting 390xx-dkms properly patched against the 6.4xxx kernels.

390.157-5 now compiles, installs and operates correctly against 6.4.2-arch1-1.

Cheers

alufd19 commented on 2023-07-07 12:58 (UTC)

Thanks jonathon (vnctdj) for error fixing by means of package nvidia-390xx-dkms 390.157-5!!! My Operating System is working properly with kernel 6.4.1-zen2-1-zen!!!

duht commented on 2023-07-07 12:44 (UTC)

@vnctdj thanks for update!
Don't worry everything works great now.

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.