Skip to content
Discussion options

You must be logged in to vote

I was able to get it working finally! These are the things that I've done to get it working:

  • Enable Resizable BAR on BIOS
  • Disable CSM (Compatibility Support Module) in BIOS
  • Connect a display via HDMI cable to Intel Arc A380 GPU
  • Follow PCI Passthrough guide on proxmox wiki
  • Pass the GPU to Ubuntu 24.04 machine (when the machine boots up, you should see the ubuntu boot)

Below the frigate docker compose file and config files:

services:
  frigate:
    container_name: frigate
    privileged: true
    restart: unless-stopped
    stop_grace_period: 30s
    image: ghcr.io/blakeblackshear/frigate:stable
    shm_size: "512mb"
    devices:
      - /dev/dri/renderD128:/dev/dri/renderD128
    volumes…

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by danieleperera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment