From 790fb398cb6168abec97e54a01253377023ddc5c Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sat, 12 Aug 2023 15:18:06 +0200 Subject: [PATCH] contrib/thermald: Misc markdown style fixes --- contrib/thermald/surface_pro_7/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/thermald/surface_pro_7/README.md b/contrib/thermald/surface_pro_7/README.md index 3f9c63d14..23d5f1e7f 100644 --- a/contrib/thermald/surface_pro_7/README.md +++ b/contrib/thermald/surface_pro_7/README.md @@ -1,9 +1,9 @@ # Using thermald to avoid thermal throttling 1. Install `thermald` for your distro, on many distros it might be installed by default -2. Place thermal-conf.xml into the `/etc/thermald/` directory +2. Copy the `thermal-conf.xml` file into the `/etc/thermald/` directory 3. Depending on your ambient temperature you might want to lower the `` line to make thermald kick in more aggressively. (65000 = 65°C) -4. Place thermal-cpu-cdev-order.xml into the `/etc/thermald/` directory -5. `sudo systemctl restart thermald` +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.