Add tuned fan curve for T2 MacBooks (#5132)

This commit is contained in:
Federico Sapuppo
2026-04-01 18:08:30 +02:00
committed by GitHub
parent 729c590236
commit 031ba01c83
+8
View File
@@ -32,5 +32,13 @@ EOF
cat <<EOF | sudo tee /etc/limine-entry-tool.d/t2-mac.conf >/dev/null
# Generated by Omarchy installer for T2 Mac support
KERNEL_CMDLINE[default]+=" intel_iommu=on iommu=pt pcie_ports=compat"
EOF
cat <<EOF | sudo tee /etc/t2fand.conf >/dev/null
[Fan1]
low_temp=55
high_temp=75
speed_curve=linear
always_full_speed=false
EOF
fi