Frogging-Family / nvidia-all

Nvidia driver latest to 396 series AIO installer
788 stars 69 forks source link

NVIDIA 470 on Arch #43

Closed LiamDawe closed 3 years ago

LiamDawe commented 3 years ago

Hey, tried installing with the custom option for the new NVIDIA 470 driver.

Gets stuck here:

==> Starting package_nvidia-egl-wayland-tkg()... install: cannot stat 'libnvidia-egl-wayland.so.1.1.5': No such file or directory ==> ERROR: A failure occurred in package_nvidia-egl-wayland-tkg().

SimpliFly03 commented 3 years ago

You can work it around by setting _eglwayland="false". But even if you succeed you will get Error! Build of nvidia-ib-peermem-stub.ko failed for _kernel_version_ error during DKMS.

NoXPhasma commented 3 years ago

To fix the egl version error, you need to edit the version from 1.1.5 to 1.1.7 in the PKGBUILD file. But as @SimpliFly03 said, it still fails at DKMS.

Tk-Glitch commented 3 years ago

Fixed with https://github.com/Frogging-Family/nvidia-all/commit/cb47e2d616bfcc47970fd455f8a839116f5265de

LiamDawe commented 3 years ago

Hey, got told there's some stuff in the wrong place.

We need to have

_nvngx.dll and nvngx.dll setup in /usr/lib/nvidia/wine/ otherwise DLSS doesn't work.

Tk-Glitch commented 3 years ago

Oh I thought it was in the lib dir after checking out the proton PR. Thanks for letting me know. I'll fix it asap.

Tk-Glitch commented 3 years ago

Fixed btw - https://github.com/Frogging-Family/nvidia-all/commit/e00f0e0d634a21456eab12b4db43a9c71e9efffe

LiamDawe commented 3 years ago

Thanks :)