https://github.com/mengmeet/PowerControl
https://github.com/mengmeet/PowerControl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mengmeet/PowerControl
- Owner: mengmeet
- License: bsd-3-clause
- Created: 2023-01-07T09:33:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-19T10:11:27.000Z (3 months ago)
- Last Synced: 2026-03-20T03:19:54.865Z (3 months ago)
- Language: Python
- Size: 4.67 MB
- Stars: 72
- Watchers: 5
- Forks: 25
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-steam-deck - PowerControl - Decky plugin for advanced power profile management. (Power Management)
README
[English](./README_en.md) | 简体中文
# PowerControl
[](https://gitHub.com/mengmeet/PowerControl/releases) [](https://github.com/mengmeet/PowerControl/releases/latest) [](https://github.com/mengmeet/PowerControl/releases/latest)
用于 [decky-loader](https://github.com/SteamDeckHomebrew/decky-loader) 的插件
为手持设备提供性能设置调整
## 一键安装
```
curl -L https://raw.githubusercontent.com/mengmeet/PowerControl/main/install.sh | sh
```
## 手动安装
1. 安装 [decky-loader](https://github.com/SteamDeckHomebrew/decky-loader)
2. 下载 [Releases](https://github.com/Gawah/PowerControl/releases) 页面的PowerControl.tar.gz
3. 调整插件目录权限 `chmod -R 777 ${HOME}/homebrew/plugins`
4. 解压到/home/xxxx/homebrew/plugins/下
5. 重启 decky-loader, `sudo systemctl restart plugin_loader.service`
6. 进入游戏模式,即可在decky页面使用该插件
## 功能
1. 开关睿频
2. 开关超线程
3. 调整物理核心开启数量
4. 限制TDP
5. 固定GPU频率
6. 自动GPU频率
7. 风扇控制
## 支持设备
- 大多数 AMD Ryzen 处理器
- Intel 处理器 (实验, 使用GPD WIN3 测试)
## 支持
可以加入我们的qq群:487945399反馈问题,或者在[issues](https://github.com/Gawah/PowerControl/issues)提交
## Reference
[decky-loader](https://github.com/SteamDeckHomebrew/decky-loader)
[vibrantDeck](https://github.com/libvibrant/vibrantDeck)
[decky-plugin-template](https://github.com/SteamDeckHomebrew/decky-plugin-template)
[RyzenAdj](https://github.com/FlyGoat/RyzenAdj)