From 98ff0cc056a13bf2b58d86f3a9ad0e50fb396585 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 9 Jun 2025 11:30:12 -0600 Subject: [PATCH] add docs for troubleshooting GPUs --- docs/docs/troubleshooting/gpu.md | 13 +++++++++++++ docs/sidebars.ts | 1 + 2 files changed, 14 insertions(+) create mode 100644 docs/docs/troubleshooting/gpu.md diff --git a/docs/docs/troubleshooting/gpu.md b/docs/docs/troubleshooting/gpu.md new file mode 100644 index 000000000..a5b48246a --- /dev/null +++ b/docs/docs/troubleshooting/gpu.md @@ -0,0 +1,13 @@ +--- +id: gpu +title: Troubleshooting GPU +--- + +## OpenVINO + +### Can't get OPTIMIZATION_CAPABILITIES property as no supported devices found. + +Some users have reported issues using some Intel iGPUs with OpenVINO, where the GPU would not be detected. This error can be caused by various problems, so it is important to ensure the configuration is setup correctly. Some solutions users have noted: + +- In some cases users have noted that an HDMI dummy plug was necessary to be plugged into the motherboard's HDMI port. +- When mixing an Intel iGPU with Nvidia GPU, the devices can be mixed up between `/dev/dri/renderD128` and `/dev/dri/renderD129` so it is important to confirm the correct device, or map the entire `/dev/dri` directory into the Frigate container. \ No newline at end of file diff --git a/docs/sidebars.ts b/docs/sidebars.ts index bd89492e2..52b36beab 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -100,6 +100,7 @@ const sidebars: SidebarsConfig = { Troubleshooting: [ "troubleshooting/faqs", "troubleshooting/recordings", + "troubleshooting/gpu", "troubleshooting/edgetpu", ], Development: [