|
@@ -48,9 +48,16 @@ sudo apt install git virtualenv build-essential python3-dev libdbus-glib-1-dev l
|
|
|
git clone https://github.com/erpalma/lenovo-throttling-fix.git
|
|
|
sudo ./install.sh
|
|
|
```
|
|
|
-
|
|
|
If you own a X1C6 you can also check a tutorial for Ubuntu 18.04 [here](https://mensfeld.pl/2018/05/lenovo-thinkpad-x1-carbon-6th-gen-2018-ubuntu-18-04-tweaks/).
|
|
|
|
|
|
+### Fedora
|
|
|
+```
|
|
|
+dnf install cairo-gobject-devel gobject-introspection-devel dbus-glib-devel python-virtualenv
|
|
|
+git clone https://github.com/erpalma/lenovo-throttling-fix.git
|
|
|
+sudo ./install.sh
|
|
|
+```
|
|
|
+Feedback about Fedora installation is welcome.
|
|
|
+
|
|
|
## Configuration
|
|
|
The configuration has moved to `/etc/lenovo_fix.conf`. Makefile does not overwrite your previous config file, so you need to manually check for differences in config file structure when updating the tool. If you want to overwrite the config with new defaults just issue `sudo cp etc/lenovo_fix.conf /etc`. There exist two profiles `AC` and `BATTERY` and the script can be totally disabled by setting `Enabled: False` in the `GENERAL` section. Undervolt is applied if any voltage plane in the config file (section UNDERVOLT) was set. Notice that the offset is in *mV* and only undervolting (*i.e.* negative values) is supported.
|
|
|
All fields accept floating point values as well as integers.
|