Open Jorman opened 6 months ago
looks you disabled iGPU from intel, please help to check bios setting firstly. then make sure you installed i915 .
@XinfengZhang Yes it was, I just updated the bios and activated both, the iGPU and the nVidia GPU, because this configuration have also one external GPU, the funny is that now I can see both GPU with nvtop and programs can use it, but the commands in the first topic still not working I think I've installed too many packages, before discover that it was one bios option that had disabled the iGPU because a real GPU was installed. I don't know if removing some useless package can be a good idea
Libva cannot open nvidia_drv_video.so because there's no such file to begin with out of the box, they only support VDPAU and NVDEC. You have to install nvidia-vaapi-driver
or vdpau-va-driver
.
Hi,
I've spent the last few hours trying to configure hw acceleration on my server but can't seem to get a breakthrough. I apologize in advance if this isn't a libva issue, but I "think" I installed the right drivers but still can't get things to work, ok I'm not that experienced, but from memory in the past with another system I had succeeded. Okay, so I have a server with two video cards, one integrated and one added, to be precise I have: OS -> Debian 12 iGPU -> Intel UHD Graphics 630 integrated with the i5-10400 processor Esternal GPU -> 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU117 [GeForce GTX 1650] [10de:1f82] (rev a1)
I then installed
intel-media-va-driver-non-free
andnvidia-driver
. For the iGPU I am pretty sure of the drivers, while for the nvidia card, I find my card among both the nouveau and newer drivers, but I've installed the new one like the nvidia-detect advisesI rebooted the system but every time I run
vainfo
this is the outputSearching the net I saw that it is possible to run
vainfo
only for a particular board, so I tried but the result is always the sameAlso according to intel the iGPU is not installed/detected
I am at a loss as to what to try next to get it all working. The end goal is to have both video cards working and use them at "will" in the various dockers installed on the server, obviously the server is headless
Does anyone have any suggestions on how to proceed?
Thanks
J