linux-surface/contrib/thermald/surface_pro_7/README.md

12 lines
871 B
Markdown
Raw Normal View History

# Using thermald to avoid thermal throttling
2023-08-10 09:54:21 +00:00
1. Install `thermald` for your distro, on many distros it might be installed by default
2. Copy the `thermal-conf.xml` file into the `/etc/thermald/` directory
2023-08-10 09:54:21 +00:00
3. Depending on your ambient temperature you might want to lower the `<Temperature>` line to make thermald kick in more aggressively. (65000 = 65°C)
4. Copy the `thermal-cpu-cdev-order.xml` file into the `/etc/thermald/` directory
5. Run `sudo systemctl restart thermald`
# Making Fedora respect your config files
Fedora uses the `--adaptive` option by default, thus ignoring your config files. This might also apply to some other distros.
2023-08-10 09:54:21 +00:00
Edit `/usr/lib/systemd/system/thermald.service` and remove `--adaptive` from the `ExecStart=` line. Then do a `systemctl daemon-reload` so systemd realizes the change. Thermald should then respect your configuration files.