From 3a65e10c69d0a4fe16a4bcb68298087a937db257 Mon Sep 17 00:00:00 2001 From: Francesco Palmarini Date: Thu, 2 Aug 2018 09:34:10 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93de12d..5cd43b0 100644 --- a/README.md +++ b/README.md @@ -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.