Releases: ShadowBlip/HandyPT
v0.3.0
Changelog:
Added support for the following CPU/APU/iGPU's:
- AMD Ryzen 5 6600U
- AMD Ryzen 9 6900HS
- Fixed support for 6800U
Added the following Capabilities:
- Basic controller support for window navigation.
- Support for Crankshaft installations outside the flatpack directory.
sha256: 176f86b39de9406e8b0abf53f189e83e517df4630bacd7feee44feddcfb3ffd3
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
v0.1.1
##First Update!
Added support for 5700U devices, thank you to users who reported that it was missed. Also, this package should install from, the store a bit easier.
This should work on both ChimeraOS and HoloISO. There are two install methods, both require a little bit of command line.
Prerequisites:
- Install crankshaft: https://crankshaft.space/
- enable -cef-enable-debugging in the steam developer settings for this to work
flatpak install -y flathub space.crankshaft.Crankshaft
flatpak run space.crankshaft.Crankshaft
- HoloISO users will need to install glibc:
sudo pacman -Sy glibc
- For manual installs you will need the wget package:
sudo pacman -Sy wget
Crankshaft Plugin store (Coming soon, waiting on another PR, use Manual install for now)
Open the home menu and navigate down to Get Plugins
, then click Install
on the Handheld Power Tools
entry.
Once installed, open a TTY via SSH or ctrl+alt+f2
and run sudo sh ~/.var/app/space.crankshaft.Crankshaft/data/crankshaft/plugins/HandyPT/configure.sh
reboot
Manual install (Advanced)
- 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/9075194/handy_pt-v0.1.1.tar.gz
tar -xzf handy_pt-v0.1.1.tar.gz
sudo HandyPT/configure.sh
Edit ~/.var/app/space.crankshaft.Crankshaft/data/crankshaft/config.toml
and add the following:
[plugins]
[plugins.HandyPT]
enabled = true
NOTE If you have other plugins installed already, be sure to only have one [plugins] line. Each successive plugin follows the same pattern below that header.
- reload crankshaft or reboot
handy_pt-v0.1.1.tar.gz
sha256: f1a3fdc171539a44700d42d68c1703b198edaf3b2d3667e7402a7a5ac717e70e
v0.1.0
##First Release!
This should work on both ChimeraOS and HoloISO. There are two install methods, both require a little bit of command line.
Prerequisites:
- Install crankshaft: https://crankshaft.space/
- Use the flatpak. If you run into issues contact the dev on his Matrix channel. I also recommend getting it to autoboot first, which can sometimes be a bit of a pain.
- HoloISO users will need to install glibc:
sudo pacman -Sy glibc
- For manual installs you will need the wget and git packages:
sudo pacman -Sy wget git
Crankshaft Plugin store (Coming soon, waiting on PR, use Manual install for now)
Open the home menu and navigate down to Get Plugins
, then click Install
on the Handheld Power Tools
entry.
Once installed, open a TTY via SSH or ctrl+alt+f2
and run sudo sh ~/.var/app/space.crankshaft.Crankshaft/data/crankshaft/plugins/HandyPT/configure.sh
reboot
Manual install (Advanced)
- 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/9068023/handy_pt-v0.1.0.tar.gz
mkdir HandyPT
tar -xzf handy_pt-v0.1.0.tar.gz -C HandyPT
sudo HandyPT/configure.sh
Edit ~/.var/app/space.crankshaft.Crankshaft/data/crankshaft/config.toml
and add the following:
[plugins]
[plugins.HandyPT]
enabled = true
NOTE If you have other plugins installed already, be sure to only have one [plugins] line. Each successive plugin follows the same pattern below that header.
- reload crankshaft or reboot
handy_pt-v0.1.0.tar.gz
sha256: e7e9a575317936f84bce90f0b151a68acbb0dfb30d1f5ccb18ce9d388395d326