Hi,
I've configured the container as follows:
The driver seems to be available from within the container:
Plex however can't find the GPU and not doing hardware transcoding. Anything I'm missing?
I've configured the container as follows:
Code:
arch: amd64
cores: 4
features: nesting=1
hostname: plex
memory: 4096
net0: name=eth0,bridge=vmbr0,hwaddr=36:E6:21:5B:00:CE,ip=dhcp,type=veth
onboot: 0
ostype: ubuntu
rootfs: local-lvm:vm-103-disk-0,size=8G
swap: 1024
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/fb0 dev/fb0 none bind,optional,create=file
lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir
lxc.mount.entry: /dev/dri/renderD128 dev/renderD128 none bind,optional,create=file
lxc.mount.entry: /mnt/pve/Data mnt/Data none bind,create=dir 0 0
The driver seems to be available from within the container:
Code:
root@plex:~# ls -l /dev/dri
total 0
drw-rw---- 2 root root 80 Feb 7 16:49 by-path
crw-rw---- 1 root video 226, 0 Feb 9 22:04 card0
crw-rw---- 1 root video 226, 128 Feb 9 13:43 renderD128
Plex however can't find the GPU and not doing hardware transcoding. Anything I'm missing?