Add thermal.md
This commit is contained in:
parent
f14f729e87
commit
61d24d022d
48
thermal.md
Normal file
48
thermal.md
Normal file
@ -0,0 +1,48 @@
|
||||
## tlp
|
||||
|
||||
```sh
|
||||
sudo dnf install tlp tlp-rdw
|
||||
sudo systemctl enable tlp
|
||||
sudo systemctl start tlp
|
||||
```
|
||||
|
||||
|
||||
```sh
|
||||
sudo dnf install acpi_call kernel-modules-extra
|
||||
```
|
||||
|
||||
```sh
|
||||
sudo tlp-stat -s
|
||||
```
|
||||
|
||||
# thermald
|
||||
|
||||
```sh
|
||||
sudo dnf install thermald
|
||||
sudo systemctl enable thermald
|
||||
sudo systemctl start thermald
|
||||
```
|
||||
|
||||
|
||||
|
||||
# powertop
|
||||
|
||||
```sh
|
||||
sudo dnf install powertop
|
||||
sudo powertop --auto-tune
|
||||
sudo systemctl enable powertop
|
||||
```
|
||||
|
||||
|
||||
# BIOS
|
||||
|
||||
```sh
|
||||
sudo fwupdmgr get-devices
|
||||
sudo fwupdmgr refresh
|
||||
sudo fwupdmgr get-updates
|
||||
sudo fwupdmgr update
|
||||
```
|
||||
|
||||
# Kernel Parameter Tuning (Last Resort)
|
||||
For advanced thermal tuning, kernel parameters like `intel_pstate=passive` or `pcie_aspm=force`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user