This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
v0.2.0
v0.2.0 Release
Changelog:
-
Added support for the following CPU/APU/iGPU's:
- AMD Athlon Silver 3020e
- AMD Athlon Silver 3050e
- AMD Ryzen 5 5560U
- AMD Ryzen 7 6800U
- 11th Gen Intel(R) Core(TM) i5-1135G7
- 11th Gen Intel(R) Core(TM) i7-1165G7
- 11th Gen Intel(R) Core(TM) i7-1195G7
-
Added the following Capabilities:
- Changed the TDP ranges on multiple devices based on user testing. Most have been increased slightly.
- Added SMT Toggling
- Added CPU Boost Toggling
- Touch navigation should be consistent between HoloISO and ChimeraOS
- Various visual tweaks
- Reduced number of system calls, unchanging values are now cached.
Installing/Upgrading
Prerequisites:
- Crankshaft installed from flatpak
- glibc
- wget
Crankshaft Install (Preferred)
- Follow README.md instructions on the main page.
Manual install
- Open a TTY via SSH or ctrl+alt+f2
- Run the following commands:
cd ~/.var/app/space.crankshaft.Crankshaft/data/crankshaft/plugins/
wget https://github.com/ShadowBlip/HandyPT/files/9332441/handypt-v0.2.0.tar.gz
tar -xzf handypt-v0.2.0.tar.gz
sudo HandyPT/bin/configure.sh
- Restart Crankshaft.
- In the DeckUI navigate to Plugins -> Manage Plugins -> Handheld Power Tools -> Load
- Restart Crankshaft again.
handypt-v0.2.0.tar.gz
sha256: 7e0ab3f9832effb6f459c5e97a7867c04b3994bf6b93e6e36defa02e176db746
What's Changed
- Correct cpuid model name for 4500U platform by @fruitchewy in #1
- v0.2.0 by @pastaq in #2
New Contributors
- @fruitchewy made their first contribution in #1
Full Changelog: v0.1.1...v0.2.0