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
after reboot (not sure if it was needed), when i type vainfo, i get following msg:
Can anyone tell me what is wrong here?
EDIT: I solved the problem by following this guide. HW transcoding is working now.
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: