Replies: 9 comments 21 replies
-
|
I face the same issue for a arcane-headless installation running inside LXC / Proxmox. RenderD128 device is visible inside arcane-headless container (see below output from arcane-headless shell), but GPU monitoring box does not show up in dashboard view. On the same Docker / LXC / Proxmox installation I also have a frigate container running with GPU configured, and frigate can access and use GPU without issues. So basic LXC / Proxmox configuration is ok. And just as a side remark: on another system with NVidia RTX 4070 TI GPU this works just fine (GPU usage box is showing on arcane dashboard view, displaying correct GPU model and GPU usage). |
Beta Was this translation helpful? Give feedback.
-
|
@kmendell @mrtimothyduong Does the GPU monitoring only work with nvidia gpu's? Thx |
Beta Was this translation helpful? Give feedback.
-
|
I searched the logs and don't see anything print out that has GPU in the name (not sure if there are any). I don't think the intel one is working though it doesn't show up on my local machine or my headless one both have intel GPU's. |
Beta Was this translation helpful? Give feedback.
-
|
I'll need to get an Intel dGPU / iGPU to properly test, I'll have some mental bandwidth next week to hopefully look into this. I have a old Windows laptop with an iGPU somewhere. |
Beta Was this translation helpful? Give feedback.
-
|
I got it showing up now with this image: Still a WIP as parsing the stats for this is a PIA. but at least it shows up now.. |
Beta Was this translation helpful? Give feedback.
-
|
After doing some review, i think we should update the My bad on that, i didn't have the resources to test it originally. I'll do a PR in the meantime with |
Beta Was this translation helpful? Give feedback.
-
|
This gets spammed in the log every few seconds INF Intel GPU detected tool=intel_gpu_top path=/usr/bin/intel_gpu_top
WRN Failed to execute intel_gpu_top error="exit status 1"
WRN Failed to execute intel_gpu_top error="exit status 1"
WRN Failed to execute intel_gpu_top error="exit status 1"
WRN Failed to execute intel_gpu_top error="exit status 1"I do not have a intel CPU and do not pass any GPU to the container either # docker exec arcane intel_gpu_top
No device filter specified and no discrete/integrated i915 devices found
# docker exec arcane grep "model name" /proc/cpuinfo | uniq
model name : AMD Ryzen 7 5700G with Radeon GraphicsIt seems like the code simply checks for the existance of the |
Beta Was this translation helpful? Give feedback.
-
|
ya im getting a bunch of this in the logs but it looks like it found it after tossing everything at it:
how jellyfin suggests passing the igpu: https://jellyfin.org/docs/general/post-install/transcoding/hardware-acceleration/intel#configure-with-linux-virtualization arcane v1.10.0 also, why does arcane need my gpu passed? |
Beta Was this translation helpful? Give feedback.
-
|
I'll do a PR and create a environment boolen for |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I have an intel gpu and passed the /dev/dri:/dev/dri in my docker container and do not see the GPU show up. Is there anything else I have to do to get this to work. I pass the same thing into my emby and plex containers for hw transcoding and they can use the device. I didn't see anything else in the example docker compose I am supposed to do.
Thx for any help.
Beta Was this translation helpful? Give feedback.
All reactions