fix: use intel-gpu-tools instead of intel-igt-tools (#189)
Co-authored-by: Meliox <na>
This commit is contained in:
parent
ea50120ee9
commit
84f2f0766f
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
||||||
|
|||||||
@ -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:"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user