Nvidia drivers issue since updating

This is the output:

blacklist nouveau
options nouveau modeset=0

The issue doesn’t seem to disappear unfortunately.

switch to the 5.15 kernel in grub and provide output from:
inxi -G

Switched to 5.15, fan control disappeared once again and I get a tasty NNEDI3CL: No OpenCL device found.
inxi -G returns:

Graphics:
  Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] driver: i915 v: kernel
  Device-2: NVIDIA TU117GL [T600] driver: N/A
  Display: x11 server: X.Org v: 21.1.4 driver: X: loaded: modesetting
    dri: iris gpu: i915 resolution: 1920x1080~60Hz
  OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa
    22.1.7

ok so we forget to install the module for the 515:
pamac install linux515-nvidia
reboot and check again

I could’ve guessed that, sorry.
Drivers installed,

Graphics:
  Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] driver: i915 v: kernel
  Device-2: NVIDIA TU117GL [T600] driver: nvidia v: 520.56.06
  Display: x11 server: X.Org v: 21.1.4 driver: X: loaded: modesetting
    dri: iris gpu: i915 resolution: 1920x1080~60Hz
  OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa
    22.1.7

Previous error remains even though yay -S vapoursynth-plugin-nnedi3cl-git is installed and was previously working.

the driver is loaded now…
check with:
nvidia-smi


you still have the No OpenCL device found?
and cuda works?

They are indeed loaded and I dont get the No OpenCL device found. Though NNEDI3CL won’t work, but I guess here is not the place for plugins fixing… If it’s really the function that need fixing because it shouldn’t since it was working perfectly fine before the whole Manjaro update thing.
As for cuda, BM3DCuda works perfectly fine now in 5.15, I’ll have to test in 6.0 but I’m pretty confident there will be no issue on this end.

are there any error logs when you launch the plugin?
do you have installed all dependencies of it:
vapoursynth, ocl-icd, vapoursynth-plugin-nnedi3_weights_bin, boost-libs?
maybe uninstalling the vapoursynth-plugin-nnedi3cl-git, then rebooting, installing it again could help

I’m not exactly sure of what solved it, but reinstalling after the drivers being properly installed was maybe the solution.
Thanks a lot for the help guys.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.