elFarto / nvidia-vaapi-driver

A VA-API implemention using NVIDIA's NVDEC
Other
1.17k stars 53 forks source link

nvidia driver 390.157 #240

Closed am-silex closed 1 year ago

am-silex commented 1 year ago

Hi, @elFarto I'm using old but descent GT610 fanless card with the latest legacy nvidia driver 390.157. I've read that minimum version is 470 but still trying to deploy you driver and get init error 6543.987368335 [8054-8054] ../src/vabackend.c: 133 init Failed to load NVDEC functions

with modset=1 in GRUB - X can't start, without - everything is fine (but no Firefox decoding offload of course)

Could you explain, is it totally impossible to implement you driver with 390 driver series?

elFarto commented 1 year ago

Yes, it's impossible for it to work on this driver version as it doesn't support DMA-BUF at all, which is required.

am-silex commented 1 year ago

Thanks a lot. Closing this issue.