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: 1.10
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 .. 16 17 18 19 20 21 22 23 24 25 26 Next › Last »

Juggrnaut commented on 2021-11-13 17:40 (UTC) (edited on 2021-11-14 02:01 (UTC) by Juggrnaut)

After adding in "IgnoreABI" to "/etc/bumblebee/xorg.conf.nvidia" I now receive the following error and it doesn't load:

(WW) NVIDIA: The driver will continue to load, but may behave strangely.

(WW) NVIDIA: This driver was compiled against the X.Org server SDK from commit 4c00369024c9754e670fca37804711fef2980e2f and may not be compatible with the final version of this SDK.


UPDATE <SOLVED> I've figured out my issue and posting it in case anyone else runs into the same problem.

Prior to the recent updates, I never needed to modify the "/etc/bumblebee/xorg.conf.nvidia" file and it worked just fine OOTB. Now after the recent updates, I had to modify that file to now also include the BusID of the nvidia card. Details found here: https://wiki.archlinux.org/title/Bumblebee#Multiple_NVIDIA_Graphics_Cards_or_NVIDIA_Optimus

So after adding in the BusID (along with the "IgnoreABI" setting), it is working again.

CyrIng commented on 2021-11-10 23:21 (UTC)

Do you guys have a solution to avoid the XID errors which freeze desktop ?

JKMooney commented on 2021-11-10 22:07 (UTC)

Impressive, a patch put in place within a day....and here I was getting ready to just concede "end of life" for this old card ;)

jonathon commented on 2021-11-10 17:47 (UTC) (edited on 2021-11-10 17:47 (UTC) by jonathon)

I've included an override file with 390.144-3 as a stop-gap until Nvidia update the driver - while things might randomly break, at least Xorg will load...

hute37 commented on 2021-11-10 17:17 (UTC)

@Scarlet, work like a charm!. For lazy ones like me still using bumblebee the xorg,conf is: /etc/bumblebee/xorg.conf.nvidia

quimkaos commented on 2021-11-10 16:57 (UTC)

@Scarlet Thank you for that!! That was really useful! In my case i had to create a xorg.conf in /etc/X11/ only with that section, since i had no xorg.conf file.

polucifier commented on 2021-11-10 16:37 (UTC)

@Scarlet, thanks a lot.

Scarlet commented on 2021-11-10 09:51 (UTC) (edited on 2021-11-10 09:52 (UTC) by Scarlet)

May be useful for someone. As now Xorg's version of ABI is 25.2 after updating Xorg to 21.1.1 I had to add these lines to xorg.conf to start graphics successfully.

Section "ServerFlags"
Option "IgnoreABI" "1"
EndSection

air-g4p commented on 2021-09-05 07:53 (UTC)

@jonathon - Thanks for the updated PKGBUILD.

It compiled and installed against all of my kernels today, without issue.

Cheers

BlackIkeEagle commented on 2021-09-04 14:21 (UTC)

@jonathon, that's fine, I only made it build, so if there is a better patch, awesome :)