My proxmox host has a dedicated nvidia 980 GPU that I have set up for pass through. I am able to successfully pass it through to a Linux VM that I have but now I'm trying to set up KASM in an LXC and get the card passed through to that as well for hardware acceleration. The container is unprivileged and I was following this YT guide https://www.youtube.com/watch?v=0ZDr5h52OOE but when I got to the step to access `/dev/dri` I couldn't as it didn't exist.
I came across this forum post: https://forum.proxmox.com/threads/s...ess-dev-dri-no-such-file-or-directory.109801/ and tried to follow some of these directions but I think this might be for integrated graphics?
I tried to remove `nvidia` from the blacklist.conf in modprobe but that didn't seem to work. I also updated `vfio.conf` to read:
```
options vfio-pci ids=10de:17c8 disable_vga=1
softdep KERNEL_DRIVER pre: vfio-pci
```
But I still can't seem to access this. Can I not use the video card for passthrough to VMs and to LXCs? I don't mind deleting my VM and undoing the passthrough, just trying to figure out the easiest way to proceed.
Thanks!
I came across this forum post: https://forum.proxmox.com/threads/s...ess-dev-dri-no-such-file-or-directory.109801/ and tried to follow some of these directions but I think this might be for integrated graphics?
I tried to remove `nvidia` from the blacklist.conf in modprobe but that didn't seem to work. I also updated `vfio.conf` to read:
```
options vfio-pci ids=10de:17c8 disable_vga=1
softdep KERNEL_DRIVER pre: vfio-pci
```
But I still can't seem to access this. Can I not use the video card for passthrough to VMs and to LXCs? I don't mind deleting my VM and undoing the passthrough, just trying to figure out the easiest way to proceed.
Thanks!