iGPU of i7-10700T not accessible

arifroni

New Member
Jan 4, 2023
8
0
1
Hello

I installed proxmox on my HP ProDesk 400 G6 with i7-10700T CPU. I want to passthrough iGPU to ubuntu for plex HW transcode.
I issued following command

Code:
apt-get install i965-va-driver
apt-get install vainfo

after reboot (not sure if it was needed), when i type vainfo, i get following msg:

Code:
error: can't connect to X server!
libva info: VA-API version 1.10.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: va_openDriver() returns -1
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_8
libva error: /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so init failed
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit

Can anyone tell me what is wrong here?


EDIT: I solved the problem by following this guide. HW transcoding is working now.
 
Last edited: