Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Jan 29, 2024
1 parent 77c30ae commit b059153
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[English](https://github.com/mengmeet/PowerControl/blob/main/README_en.md)
# PowerControl
用于[decky-loader](https://github.com/SteamDeckHomebrew/decky-loader)的插件
为安装了[holoiso](https://github.com/theVakhovskeIsTaken/holoiso)的手持设备提供性能设置调整
Expand Down Expand Up @@ -25,16 +26,6 @@ curl -L https://raw.githubusercontent.com/mengmeet/PowerControl/main/install.sh
6. 自动GPU频率
7. 风扇控制

**- 自动GPU频率根据GPU使用率自动调整频率,强制关闭睿频和不限制TDP,以实现TDP浮动达到省电的目的**


## 已知问题
- 6800U在休眠后GPU监控文件会冻结,导致无法正常使用自动GPU频率功能,默认由系统在最小最大频率限制之间调度。该问题是由内核问题导致的,使用6.1以上的内核即可

## 演示
![](assets/20230110153822_1.jpg)
![](assets/20230111054307_1.jpg)
![](assets/20230319145542_1.jpg)

## 性能调整范围预设
> 以下为各个芯片对应的预设TDP
Expand Down Expand Up @@ -77,7 +68,7 @@ curl -L https://raw.githubusercontent.com/mengmeet/PowerControl/main/install.sh
**TDP调整基于ryzenadj,因此只支持ryzenadj支持的cpu列表.如有未列出的cpu或者给出的范围数值不正确,请在[issues](https://github.com/Gawah/PowerControl/issues)提交**

## 支持
可以加入我们的qq群:487945399反馈问题,或者在[issues](https://github.com/Gawah/PowerControl/issues)提交
可以加入我们的qq群:487945399反馈问题,或者在[issues](https://github.com/Gawah/PowerControl/issues)提交

## Reference
[decky-loader](https://github.com/SteamDeckHomebrew/decky-loader)
Expand Down
32 changes: 32 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# PowerControl
Plugin for [decky-loader](https://github.com/SteamDeckHomebrew/decky-loader)
Provide performance settings adjustments for handheld installed with [holoiso](https://github.com/theVakhovskeIsTaken/holoiso)

## Manual installation

1. Install [decky-loader](https://github.com/SteamDeckHomebrew/decky-loader)
2. Download PowerControl.tar.gz from[Releases](https://github.com/Gawah/PowerControl/releases)
3. Modify directory permissions `chmod -R 777 ${HOME}/homebrew/plugins`
4. Extract to /home/xxxx/homebrew/plugins/
5. Restart decky-loader, `sudo systemctl restart plugin_loader.service`

## Automatic installation
```
curl -L https://raw.githubusercontent.com/mengmeet/PowerControl/main/install.sh | sh
```

## Function
1. CPU Boost
2. SMT
3. Set the number of cores to enable
4. TDP
5. GPU frequency
6. Auto GPU frequency
7. Fan control


## 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)

0 comments on commit b059153

Please sign in to comment.