Skip to content

Instantly share code, notes, and snippets.

@alextakitani
Last active June 26, 2023 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alextakitani/535c094715bba64bff37d826f7f51e37 to your computer and use it in GitHub Desktop.
Save alextakitani/535c094715bba64bff37d826f7f51e37 to your computer and use it in GitHub Desktop.
https://herold.space/proxmox-lxc-intel-quick-sync-for-plex/
nano /etc/pve/lxc/<container id>.conf
lxc.cgroup2.devices.allow: c 226:0 rwm
lxc.cgroup2.devices.allow: c 226:128 rwm
lxc.cgroup2.devices.allow: c 29:0 rwm
lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir
lxc.mount.entry: /dev/fb0 dev/fb0 none bind,optional,create=file
Install intel drivers
https://github.com/intel/compute-runtime/releases/tag/21.49.21786
apt install vainfo
Install Plex
ls -la /dev/dri
add plex to the groups of the files
Enable hardware acceleration on Plex
@docop
Copy link

docop commented Jun 26, 2023

Hi so was it an unprivililedge lxc container .. and then you start and go inside the container and then install intel driver ?
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment