In this video, I show how to install QEMU+VirGL and how to fix the permissions to use VirGL on Nvidia GPUs in distros like Linux Mint or Debian.
packages needed: qemu-system-x86 libvirt-daemon-system ovmf virt manager apparmor-utils
Lines for the qemu.conf file:
cgroup_device_acl = [
“/dev/null”, “/dev/full”, “/dev/zero”,
“/dev/random”, “/dev/urandom”,
“/dev/ptmx”, “/dev/kvm”,
“/dev/nvidiactl”, “/dev/nvidia0”, “/dev/nvidia-modeset”, “/dev/dri/renderD128”
]
[ad_2]
source