Last active
June 26, 2023 16:08
-
-
Save alextakitani/535c094715bba64bff37d826f7f51e37 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi so was it an unprivililedge lxc container .. and then you start and go inside the container and then install intel driver ?
thanks