Linux

Install QEMU/VirGL and FIX VirGL Error on Nvidia GPUs – Linux Mint and other Debian-based distros



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

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button