Commit graph

315 commits

Author SHA1 Message Date
lakotamm 19a1d1ca41
Added Inspiron 16 Plus 7620 as tested hardware 2022-08-06 11:55:35 +02:00
lakotamm b14295910b
Adding Alder Lake -U + 6 core -S as supported
As specified in the Intel 12th gen spec sheet, page 7:
https://cdrdv2.intel.com/v1/dl/getContent/682436
2022-08-06 11:34:52 +02:00
erpalma cc5948b6f4 add support for Alder Lake + dyanamic MCHBAR base address 2022-08-05 17:01:09 +02:00
erpalma aac6bb016c bump requirement versions 2022-08-05 17:00:37 +02:00
Francesco Palmarini ab9641a93a
Merge pull request #304 from DL4AX/patch-1
Update README.md
2022-06-30 22:32:39 +02:00
Alexander Heinke 5820c587fb
Update README.md
Add ZBook Firefly 15 G7 as tested hardware
2022-06-08 13:40:08 +02:00
erpalma fb788f9005 Upower now also reports "pending-charge", fixes #303 2022-06-03 08:16:53 +02:00
Francesco Palmarini 970001ec38
Merge pull request #298 from Troyhy/update-readme-for-ubuntu-install
Add python3-cairo-dev as requirement for ubuntu (21.10)
2022-03-13 15:39:06 +01:00
Toni Röyhy 038b8171e7
Add python3-cairo-dev as requirement for ubuntu (21.10)
Adds missing requirement to  run `sudo ./throttled/install.sh successfully.`
2022-03-11 17:08:36 +02:00
Francesco Palmarini 4b076e1496
Merge pull request #292 from tejaskale/master
Print total power in monitor mode.
2022-02-08 19:39:57 +01:00
Francesco Palmarini 581038c452
Merge pull request #294 from Connor-Frank/patch-1
compatability with non-bash /bin/sh symlinks
2022-02-03 15:15:14 +01:00
Connor Frank ed5bf8cd90
compatability with non-bash /bin/sh symlinks
This fixes a problem with my recent commit. I used `[ "$INIT" == "systemd" ]` (and similar), which works in bash, but not in `/usr/bin/sh`. I changed it to `[ "$INIT" = "systemd" ]` (and similar) to correct this issue.
2022-01-31 13:39:33 +00:00
Francesco Palmarini 5676fb989e
Merge pull request #281 from Connor-Frank/patch-1
openrc fix
2022-01-31 09:08:07 +01:00
Connor Frank 883b20ec79 accurately identify systemd, runit, and openrc 2022-01-30 22:11:09 -05:00
Connor Frank c914897d3d
Merge branch 'erpalma:master' into patch-1 2022-01-31 02:46:54 +00:00
Tejas Kale c7e0e3a9c3 Print total power in monitor mode. 2022-01-18 14:38:36 +01:00
Francesco Palmarini 21c5eefaca
Merge pull request #288 from g3n35i5/bugfix/renaming_tool_archlinux
Performing renaming from `lenovo_fix` to `throttled` on ArchLinux.
2022-01-02 09:31:52 +01:00
Francesco Palmarini 272ad5668c
Update README.md 2022-01-02 09:31:01 +01:00
g3n35i5 90cdcaa2d4 Performing renaming from lenovo_fix to throttled on ArchLinux.
This resolves #287
2021-12-31 09:31:48 +01:00
Connor Frank b0706c58f0
openrc fix
This maintains consistency with the install.sh script by using the virtualenv that the script sets up. The original version was using a different interpreter and complained about missing imports. Additionally, the new shebang now points to the correct openrc-run executable. These were the only changes needed for this script to work on Gentoo.
2021-12-11 23:52:08 -05:00
Francesco Palmarini 6cb79fce7a
Merge pull request #280 from LaQuay/patch-1
Update README.md
2021-11-27 10:40:27 +01:00
Marc Vila 95d790ebe8
Update README.md 2021-11-26 11:42:19 +01:00
Francesco Palmarini cccc53e0fb
Merge pull request #276 from juuuuuu/replace-legacy-readme
Replace lenovo_fix by throttled in README.md
2021-11-09 13:52:18 +01:00
Julien Manganne d9c125a561
Add a command to check service status in README.md 2021-11-08 13:13:24 +01:00
Julien Manganne d0ad23a1ad
Replace lenovo_fix by throttled in README.md
Replace the legacy name by the new one.
2021-11-08 12:40:09 +01:00
Francesco Palmarini d029961370
Update install.sh 2021-11-06 12:24:37 +01:00
Francesco Palmarini de9ca345b1
Merge pull request #274 from LordGaav/feature/support-tigerlake-mobile
Support Tiger Lake mobile CPU
2021-11-06 12:23:51 +01:00
Nick Douma 21e842cefc Add CPUID for Tiger Lake CPU in Dell Latitude 5421
Identified in /proc/cpuinfo as:

11th Gen Intel(R) Core(TM) i7-11850H
2021-11-05 13:28:47 +01:00
Nick Douma 8ed6e277cf Ignore error if old lenovo_fix file is not present 2021-11-05 13:28:12 +01:00
Francesco Palmarini c312df3d7e
Update install.sh 2021-11-05 10:17:35 +01:00
erpalma cd4790e4bd Merge branch 'master' of github.com:erpalma/lenovo-throttling-fix 2021-11-04 13:05:09 +01:00
erpalma 05d9b2e9d2 fix a damn typo! 2021-11-04 13:04:40 +01:00
Francesco Palmarini f4566d52d4
Update README.md 2021-10-30 12:10:19 +02:00
erpalma a02679034f update requirements 2021-10-30 12:06:46 +02:00
erpalma 392f3f8ab9 add experimental code to test rw msr capabilities
move every instance of lenovo_fix to throttled
2021-10-30 12:05:48 +02:00
Francesco Palmarini 6219a9ed4a
Merge pull request #270 from flejz/master
README: Add P15s Gen 1 to tested hardware
2021-10-10 23:33:06 +02:00
flejz 0f9f40d0fa
README: Add P15s Gen 1 to tested hardware 2021-10-08 16:00:59 +02:00
Francesco Palmarini d24047a282
Merge pull request #263 from felixonmars/patch-1
Correct a typo in lenovo_fix.py
2021-08-30 15:56:00 +02:00
Felix Yan 2d6e3d4566
Correct a typo in lenovo_fix.py 2021-08-28 06:27:29 +08:00
Francesco Palmarini 7dd4cdc216
Merge pull request #260 from julfy/patch-1
README: Add T15 Gen 1 to tested hardware
2021-08-09 19:43:52 +02:00
Bogdan R 7eb8e7bc24
README: Add T15 Gen 1 to tested hardware 2021-08-09 03:20:15 -07:00
Francesco Palmarini f41aa3acef
Merge pull request #259 from Connor-Frank/patch-1
Add X1C8 to the tested hardware list in README.md
2021-07-30 11:37:30 +02:00
Connor Frank 4bae09be84
Add X1C8 to the tested hardware list in README.md
I've used this tool on my X1 Carbon Gen 8 and it's worked exactly as described.
2021-07-29 17:21:12 +00:00
Francesco Palmarini ad1baa0848
Make HWP_Mode entry commented by default 2021-05-25 17:15:27 +02:00
Francesco Palmarini 4d9dceae83
Fix incorrect fallback value for HWP_Mode (missing from 0b21989) 2021-05-25 17:09:46 +02:00
Francesco Palmarini 4277b17e08
Merge pull request #256 from jordanguedj/update-readme
Update README.md: add T470s to the list of tested hardware
2021-05-24 16:27:42 +02:00
Jordan Guedj 6d25dd9e59 update README.md: add T470s to the list of tested hardware 2021-05-24 09:45:20 +02:00
Francesco Palmarini 1f4f5525e2
Fix MSR string to int conversion in fatal method call in writemsr and readmsr (fix #252) 2021-05-10 20:46:45 +02:00
erpalma dbcef1e91a fix wrong bit for BDPROCHOT in MSR_POWER_CTL and BDPROCHOT config parsing error (thanks Andrea) 2021-04-30 09:02:44 +02:00
Francesco Palmarini 4c608699f9
print the failing MSR address 2021-04-12 15:49:06 +02:00