You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Proxmox VE 8.2, a new option was added for device passthrough. This wiki page comes to mind for adding instructions for this but cannot test this with other hardware configurations.
Another great thing about this new method is that it works with unprivileged LXC containers.
Old method of allowing access to the Intel GPU in /etc/pve/lxc/x.conf
lxc.cgroup2.devices.allow: c 226:0 rwm
lxc.cgroup2.devices.allow: c 226:128 rwm
lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file
New method of allowing access to the Intel GPU in /etc/pve/lxc/x.conf
As of Proxmox VE 8.2, a new option was added for device passthrough. This wiki page comes to mind for adding instructions for this but cannot test this with other hardware configurations.
Another great thing about this new method is that it works with unprivileged LXC containers.
Old method of allowing access to the Intel GPU in /etc/pve/lxc/x.conf
New method of allowing access to the Intel GPU in /etc/pve/lxc/x.conf
Got the GIDs by running
cat /etc/group | grep -E 'video|render'
in the PVE environmentOr it can be done through the gui in the LXC container
The text was updated successfully, but these errors were encountered: