Proxmox LXC iGPU passthrough
I couldn't find any tutorial that worked out for me so i create my own.Code was executed at Lenovo M720q, i5-8500T, Proxmox 8.1.3
Full step by step guide for passthrough intel iGPU for jellyfin and Intel CPU's gen7+
It seems like Firefox has some problems with transcoding movies. It’s recommended to stick with chromium based browsers.
Install the required drivers on the Proxmox host.
Code:
apt install -y intel-opencl-icd
Edit grub
Code:
nano...
Read more