Skip to content

Commit

Permalink
Merge pull request #48 from Suni-code/main
Browse files Browse the repository at this point in the history
Update V5.0.0 Beta1
  • Loading branch information
Suni-code authored Nov 26, 2024
2 parents 494ef41 + 3f0256d commit 3bf3ab2
Show file tree
Hide file tree
Showing 21 changed files with 198 additions and 204 deletions.
22 changes: 8 additions & 14 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@

## V5.0.0 更新日志
## V5.0.0 Beta 1更新日志
@Suni-code
- 跟进上游更新模块文件
全新的TritiumV5.0版本 带来全新的底层调度框架 更精细的CPU频率调控与更加优异的游戏能耗表现

- 跟随上游 将调度底层版本更新至V20
- 为性能较差的平台启用多核负载策略 以改善游戏体验
- 优化均衡模式性能冗余 提升使用流畅度
@xianyu6556
- 暂无

Expand All @@ -11,10 +14,7 @@
[@xianyu6556](https://github.com/xianyu6556)(Magisk_fiage_Vxxx.zip)

> [!TIP]
> 两位维护者的大版本相同,细节和风格会有差异,适配的SOC不同,选择适合自己的版本即可.
> [!WARNING]
> 这次更新版本只是适配模块,配置未进行更改,请等待后期维护者适配.
> 两位维护者的大版本相同 细节和风格会有差异 适配的SOC不同 选择适合自己的版本即可.
### Tritium_box 更新日志
2.0.0_alpha 更新日志
Expand All @@ -23,21 +23,15 @@
- 更新内置模块
- ~~无障碍~~

### 上游更新日志
```log
V8.2.1 测试版 更新内容:
1.修复: 部分场景下错误触发模式切换的问题.
2.修复: 部分配置文件中的错误.
3.其他细节优化及bug修复.
```


## 贡献:
- @chenzyadb
- @Suni-code
- @xianyu6556
- @NightRainMilkyWay

Full Changelog: [`V4.9.0 -> V5.0.0`](https://github.com/TimeBreeze/Tritium/commits/main/)
Full Changelog: [`V4.9.0 -> V5.0.0_Beta_1`](https://github.com/TimeBreeze/Tritium/commits/main/)

## 使用项目
- [CuprumTurbo Scheduler](https://github.com/chenzyadb/CuprumTurbo-Scheduler)
Expand Down
4 changes: 2 additions & 2 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CONFIG_ENV=config.env
ZIP_FILENAME=Magisk
CONFIG_NAME=configs
IS_PRERELEASE=true
VERSION=V5.0.0_Beta
VERSIONCODE=241125
VERSION=V5.0.0_Beta_1
VERSIONCODE=241126

FILE=Tritium.json
24 changes: 12 additions & 12 deletions magisk_suni/configs/dimensity1100.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dimensity1100/1200/1300",
"author": "chenzyadb",
"author": "Suni-Tritium",
"configVersion": 11,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -41,25 +41,25 @@
],
"modes": {
"powersave": {
"powerLimit": 3000,
"powerLimit": 2000,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"multiLoadThres": [10, 20, 20],
"maxMargin": [10, 10, 10],
"maxLatency": [40, 40, 40]
"maxLatency": [50, 50, 60]
},
"balance": {
"powerLimit": 4000,
"powerLimit": 2900,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"multiLoadThres": [15, 20, 20],
"maxMargin": [20, 20, 20],
"maxLatency": [30, 30, 30]
"maxLatency": [50, 50, 60]
},
"performance": {
"powerLimit": 5000,
"multiLoadLimit": false,
"multiLoadThres": [50, 50, 50],
"maxMargin": [30, 30, 30],
"maxLatency": [20, 20, 20]
"powerLimit": 4600,
"multiLoadLimit": true,
"multiLoadThres": [30, 35, 40],
"maxMargin": [30, 30, 40],
"maxLatency": [30, 25, 20]
},
"fast": {
"powerLimit": 10000,
Expand Down
22 changes: 11 additions & 11 deletions magisk_suni/configs/dimensity8100.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dimensity8000/8100",
"author": "chenzyadb",
"author": "Suni-Tritium",
"configVersion": 11,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -41,25 +41,25 @@
],
"modes": {
"powersave": {
"powerLimit": 3000,
"powerLimit": 2000,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"multiLoadThres": [20, 30, 20],
"maxMargin": [10, 10, 10],
"maxLatency": [40, 40, 40]
"maxLatency": [50, 50, 60]
},
"balance": {
"powerLimit": 4000,
"powerLimit": 3000,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"maxMargin": [20, 20, 20],
"maxLatency": [30, 30, 30]
"maxLatency": [50, 40, 50]
},
"performance": {
"powerLimit": 5000,
"multiLoadLimit": false,
"multiLoadThres": [50, 50, 50],
"maxMargin": [30, 30, 30],
"maxLatency": [20, 20, 20]
"powerLimit": 4600,
"multiLoadLimit": true,
"multiLoadThres": [30, 40, 40],
"maxMargin": [20, 35, 40],
"maxLatency": [30, 25, 20]
},
"fast": {
"powerLimit": 10000,
Expand Down
22 changes: 11 additions & 11 deletions magisk_suni/configs/dimensity8200.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dimensity8200",
"author": "chenzyadb",
"author": "Suni-Tritium",
"configVersion": 11,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -41,25 +41,25 @@
],
"modes": {
"powersave": {
"powerLimit": 3000,
"powerLimit": 2000,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"multiLoadThres": [40, 40, 30],
"maxMargin": [10, 10, 10],
"maxLatency": [40, 40, 40]
"maxLatency": [60, 60, 60]
},
"balance": {
"powerLimit": 4000,
"powerLimit": 3000,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"maxMargin": [20, 20, 20],
"maxLatency": [30, 30, 30]
"maxMargin": [10, 15, 20],
"maxLatency": [50, 50, 50]
},
"performance": {
"powerLimit": 5000,
"multiLoadLimit": false,
"powerLimit": 4600,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"maxMargin": [30, 30, 30],
"maxLatency": [20, 20, 20]
"maxMargin": [30, 30, 40],
"maxLatency": [25, 25, 30]
},
"fast": {
"powerLimit": 10000,
Expand Down
18 changes: 9 additions & 9 deletions magisk_suni/configs/dimensity8300.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dimensity8300",
"author": "chenzyadb",
"author": "Suni-Tritium",
"configVersion": 11,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -41,25 +41,25 @@
],
"modes": {
"powersave": {
"powerLimit": 3000,
"powerLimit": 2000,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"maxMargin": [10, 10, 10],
"maxLatency": [40, 40, 40]
"maxLatency": [70, 60, 70]
},
"balance": {
"powerLimit": 4000,
"powerLimit": 3000,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"multiLoadThres": [40, 40, 40],
"maxMargin": [20, 20, 20],
"maxLatency": [30, 30, 30]
"maxLatency": [45, 46, 50]
},
"performance": {
"powerLimit": 5000,
"multiLoadLimit": false,
"powerLimit": 4500,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"maxMargin": [30, 30, 30],
"maxLatency": [20, 20, 20]
"maxLatency": [30, 35, 40]
},
"fast": {
"powerLimit": 10000,
Expand Down
18 changes: 9 additions & 9 deletions magisk_suni/configs/dimensity9000.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dimensity9000/9000+",
"author": "chenzyadb",
"author": "Suni-Tritium",
"configVersion": 11,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -41,24 +41,24 @@
],
"modes": {
"powersave": {
"powerLimit": 3000,
"powerLimit": 2000,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"multiLoadThres": [40, 40, 40],
"maxMargin": [10, 10, 10],
"maxLatency": [40, 40, 40]
},
"balance": {
"powerLimit": 4000,
"powerLimit": 3000,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"maxMargin": [20, 20, 20],
"maxLatency": [30, 30, 30]
"multiLoadThres": [40, 40, 40],
"maxMargin": [10, 15, 20],
"maxLatency": [20, 25, 30]
},
"performance": {
"powerLimit": 5000,
"powerLimit": 4600,
"multiLoadLimit": false,
"multiLoadThres": [50, 50, 50],
"maxMargin": [30, 30, 30],
"maxMargin": [20, 30, 40],
"maxLatency": [20, 20, 20]
},
"fast": {
Expand Down
20 changes: 10 additions & 10 deletions magisk_suni/configs/dimensity9200.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dimensity9200/9200+",
"author": "chenzyadb",
"author": "Suni-Tritium",
"configVersion": 11,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -41,25 +41,25 @@
],
"modes": {
"powersave": {
"powerLimit": 3000,
"powerLimit": 2000,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"multiLoadThres": [40, 40, 50],
"maxMargin": [10, 10, 10],
"maxLatency": [40, 40, 40]
"maxLatency": [50, 55, 60]
},
"balance": {
"powerLimit": 4000,
"powerLimit": 3000,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"multiLoadThres": [40, 40, 40],
"maxMargin": [20, 20, 20],
"maxLatency": [30, 30, 30]
"maxLatency": [40, 40, 50]
},
"performance": {
"powerLimit": 5000,
"powerLimit": 4400,
"multiLoadLimit": false,
"multiLoadThres": [50, 50, 50],
"maxMargin": [30, 30, 30],
"maxLatency": [20, 20, 20]
"maxMargin": [25, 30, 45],
"maxLatency": [30, 25, 20]
},
"fast": {
"powerLimit": 10000,
Expand Down
24 changes: 12 additions & 12 deletions magisk_suni/configs/sdm7+gen2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Snapdragon7+Gen2",
"author": "chenzyadb",
"author": "Suni-Tritium",
"configVersion": 11,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -41,25 +41,25 @@
],
"modes": {
"powersave": {
"powerLimit": 3000,
"powerLimit": 2000,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"multiLoadThres": [40, 40, 40],
"maxMargin": [10, 10, 10],
"maxLatency": [40, 40, 40]
"maxLatency": [50, 50, 60]
},
"balance": {
"powerLimit": 4000,
"powerLimit": 3000,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"maxMargin": [20, 20, 20],
"maxLatency": [30, 30, 30]
"multiLoadThres": [40, 40, 40],
"maxMargin": [10, 25, 30],
"maxLatency": [40, 40, 40]
},
"performance": {
"powerLimit": 5000,
"multiLoadLimit": false,
"powerLimit": 4500,
"multiLoadLimit": true,
"multiLoadThres": [50, 50, 50],
"maxMargin": [30, 30, 30],
"maxLatency": [20, 20, 20]
"maxMargin": [30, 35, 40],
"maxLatency": [30, 25, 20]
},
"fast": {
"powerLimit": 10000,
Expand Down
Loading

0 comments on commit 3bf3ab2

Please sign in to comment.