Add tuned fan curve for T2 MacBooks (#5132)
This commit is contained in:
@@ -32,5 +32,13 @@ EOF
|
|||||||
cat <<EOF | sudo tee /etc/limine-entry-tool.d/t2-mac.conf >/dev/null
|
cat <<EOF | sudo tee /etc/limine-entry-tool.d/t2-mac.conf >/dev/null
|
||||||
# Generated by Omarchy installer for T2 Mac support
|
# Generated by Omarchy installer for T2 Mac support
|
||||||
KERNEL_CMDLINE[default]+=" intel_iommu=on iommu=pt pcie_ports=compat"
|
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
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user