I'm using Proxmox 8 with Intel i5-1240P (and N100) and the tteck Plex LXC. I have vGPU enabled at the Proxmox host level and have 7 vGPU VFs. If in the LXC I use the host's card0 and renderD128 devices then HDR tone mapping works in Plex. However, if I use any of the VF GPUs then tone mapping does not work. HW transcoding works in all cases. The video stream with tone mapping turned on while using a VF is corrupted.
working config:
Ideas? I have a VF vGPU exposed to Windows 11 Pro and it works flawlessly on the same host. So this seems to be a Linux/Plex/driver issue.
Code:
lxc.cgroup2.devices.allow: c 226:4 rwm
lxc.cgroup2.devices.allow: c 226:132 rwm
lxc.mount.entry: /dev/dri/card4 dev/dri/card0 none bind,optional,create=file
lxc.mount.entry: /dev/dri/renderD132 dev/dri/renderD128 none bind,optional,create=file
working config:
Code:
lxc.cgroup2.devices.allow: c 226:0 rwm
lxc.cgroup2.devices.allow: c 226:128 rwm
lxc.mount.entry: /dev/dri/card0 dev/dri/card0 none bind,optional,create=file
lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file
Ideas? I have a VF vGPU exposed to Windows 11 Pro and it works flawlessly on the same host. So this seems to be a Linux/Plex/driver issue.
Last edited: