fix: use intel-gpu-tools instead of intel-igt-tools (#189)

Co-authored-by: Meliox <na>
This commit is contained in:
Meliox 2026-06-10 00:25:53 +02:00 committed by GitHub
parent ea50120ee9
commit 84f2f0766f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -10,7 +10,7 @@ Package: pve-mod
Architecture: all Architecture: all
Depends: ${misc:Depends}, perl, librrds-perl Depends: ${misc:Depends}, perl, librrds-perl
Recommends: lm-sensors, nut-client Recommends: lm-sensors, nut-client
Suggests: igt-gpu-tools Suggests: intel-gpu-tools
Description: Proxmox VE UI modifications and sensor monitoring Description: Proxmox VE UI modifications and sensor monitoring
Extends the Proxmox VE web interface with sensor readings including Extends the Proxmox VE web interface with sensor readings including
CPU, GPU, NVMe/HDD/SSD temperatures, fan speeds, and RAM temperatures CPU, GPU, NVMe/HDD/SSD temperatures, fan speeds, and RAM temperatures

View File

@ -240,7 +240,7 @@ configure_node_info() {
else else
warn "No Intel GPUs in debug file." warn "No Intel GPUs in debug file."
fi fi
elif _check_or_install_tool intel_gpu_top igt-gpu-tools "Intel GPU tools (igt-gpu-tools)"; then elif _check_or_install_tool intel_gpu_top intel-gpu-tools "Intel GPU tools (intel-gpu-tools)"; then
intelCards=$(intel_gpu_top -L 2>/dev/null | grep -E '^card[0-9]+' || true) intelCards=$(intel_gpu_top -L 2>/dev/null | grep -E '^card[0-9]+' || true)
if [[ -n "$intelCards" ]]; then if [[ -n "$intelCards" ]]; then
info "Intel GPU(s) detected:" info "Intel GPU(s) detected:"