Search results

  1. S

    GPU/devices passthrough

    Well, I solved this. First, cgroup access rules must be like this: lxc.cgroup.devices.allow: a 320:* rwm (all device types). This solved permission problems with /dev/input/event* devices. Second, main problem was at xorg.conf. Thanks to this thread i regenerated xorg.conf, added evdev...
  2. S

    GPU/devices passthrough

    Hello! I am a Proxmox newbee, and trying to create lxc container with X11 server. I installed nvidia gpu drivers (nvidia-driver package from debian repo) on phoxmox host and got /dev/nvidia0 and /dev/nvidiactl nodes. Next, i created lxc container with debian-10-standard_10.5-1_amd64.tar.gz...