@vnctdj using 820M graphics card. the nvidia diver is working again in both linux 6.0 and 6.1 with v157. thank you !
Search Criteria
Package Details: opencl-nvidia-390xx 390.157-15
Package Actions
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: | 60 |
Popularity: | 0.53 |
First Submitted: | 2020-03-11 17:29 (UTC) |
Last Updated: | 2025-03-29 10:40 (UTC) |
Dependencies (2)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- opencl-headers (opencl-headers-gitAUR) (optional) – headers necessary for OpenCL development
Required by (66)
- aftershotpro3 (requires opencl-nvidia) (optional)
- arrayfire-git (requires opencl-driver) (optional)
- bfgminer-git (requires opencl-driver) (optional)
- computecpp (requires opencl-driver)
- cpu-x-git (requires opencl-driver) (optional)
- crark (requires opencl-driver) (optional)
- cuda-10.2 (requires opencl-nvidia)
- cuda-11.1 (requires opencl-nvidia)
- cuda-11.7 (requires opencl-nvidia)
- cuda-8.0 (requires opencl-nvidia)
- cuda-9.0 (requires opencl-nvidia)
- cuda11.1 (requires opencl-nvidia)
- cuda11.4 (requires opencl-nvidia)
- cuda11.4-versioned (requires opencl-nvidia)
- cuda12.0 (requires opencl-nvidia)
- cuda12.0-versioned (requires opencl-nvidia)
- cytoscape (requires opencl-driver) (optional)
- davinci-resolve (requires opencl-driver)
- davinci-resolve-beta (requires opencl-driver)
- davinci-resolve-studio (requires opencl-driver)
- Show 46 more...
Sources (18)
- gcc-14.patch
- https://us.download.nvidia.com/XFree86/Linux-x86_64/390.157/NVIDIA-Linux-x86_64-390.157.run
- kernel-4.16+-memory-encryption.patch
- kernel-6.10.patch
- kernel-6.12.patch
- kernel-6.13.patch
- kernel-6.14.patch
- kernel-6.2.patch
- kernel-6.3.patch
- kernel-6.4.patch
- kernel-6.5.patch
- kernel-6.6.patch
- kernel-6.8.patch
- nvidia-390xx-utils.sysusers
- nvidia-390xx.rules
- nvidia-drm-outputclass.conf
- systemd-homed-override.conf
- systemd-suspend-override.conf
Latest Comments
« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 30 Next › Last »
canolucas commented on 2022-12-18 03:58 (UTC)
vnctdj commented on 2022-12-14 22:09 (UTC)
@NullRoute In the fork you mention, FiestaLake deleted this patch since version 390.157 is available, so I believe it shouldn't be useful anymore.
NullRoute commented on 2022-12-14 15:25 (UTC) (edited on 2022-12-14 15:29 (UTC) by NullRoute)
@ Maintainer of this package. Please add "kernel-6.0.patch" from FiestaLake at https://github.com/FiestaLake/nvidia-390xx-utils/commit/c6a63591a7f41bd6d91c46e1bc4cfe81e8e52954
Thank you!
vnctdj commented on 2022-12-13 22:27 (UTC)
I've just updated this package to version 390.157, it works on my laptop with a GT 540M with 6.0.12-arch1-1 kernel.
Thank you iestynapmwg, your comments helped me, especially as this is the first time I update an AUR package.
arkades commented on 2022-12-10 14:04 (UTC) (edited on 2022-12-10 14:15 (UTC) by arkades)
390.157 is working for Geforce GT 540M with the latest 6.0.11-arch1-1 kernel. Thanks!
PS: this is what I did to solve the issue:
$ makepkg
$ pacman -R -dd nvidia-390xx-dkms nvidia-390xx-utils
$ pacman -U nvidia-390xx-dkms-390.157-1-x86_64.pkg.tar.xz nvidia-390xx-utils-390.157-1-x86_64.pkg.tar.xz
$ pacman -R linux-lts
$ pacman -Syy linux
$ grub-mkconfig -o /boot/grub/grub.cfg
$ reboot
<deleted-account> commented on 2022-11-30 12:56 (UTC)
For people who need 390.157 but don't know how to edit PKGBUILD, you can clone this repo.
If you have a problem with 390.157, you can still use 390.154 with unofficial ACPI patch for Linux >=6.0 from the repo's tag.
Remember to restart the computer after upgrading the package!
iestynapmwg commented on 2022-11-25 19:16 (UTC)
390.157 IS working for Geforce GT 630M with the latest kernels. Perhaps file a bug report with Nvidia? That's what i did, and it took over a month of follow-ups, but it paid off in the end.
quimkaos commented on 2022-11-25 03:44 (UTC)
also using the NVIDIA 820M... also not working... i give up... reverting back to mesa/nouveau
quimkaos commented on 2022-11-23 21:14 (UTC)
yep... did the same... i thought b2sums were provided by nvidia... still it didn't work. it compiles but doesn't work with kernel 6.0.9 (official/zen)
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?