Skip to content

Commit 0d346b6

Browse files
committed
opt(website): 优化文案并增加跳转
1 parent aabeb2a commit 0d346b6

File tree

8 files changed

+14
-16
lines changed

8 files changed

+14
-16
lines changed

website/docs/en/guide/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Dimensity GPU Governor uses multiple configuration files to control its behavior:
66

7-
- `/data/adb/gpu_governor/config/config.toml` - Main configuration file
7+
- `/data/adb/gpu_governor/config/config.toml` - Custom configuration
88
- `/data/adb/gpu_governor/config/gpu_freq_table.toml` - GPU frequency table configuration
99
- `/data/adb/gpu_governor/game/games.toml` - Games list configuration
1010
- `/data/adb/gpu_governor/log/log_level` - Log level setting

website/docs/en/guide/installation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
After installation, you can verify the module is working properly by:
1616

1717
- @@include(../_includes/log-check-en.md)
18-
- Viewing running status through WebUI interface
1918
- Using `action.sh` script to check module status
2019

21-
If you encounter issues, please check the log files or contact technical support.
20+
If you encounter issues, please check the log files or contact [technical support](./faq.md#technical-support).

website/docs/en/guide/introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Dimensity GPU Governor (Mediatek Mali GPU Governor) is an advanced GPU governor
4141
- **Testing & Feedback**: All members of the beta testing groups
4242
- **Configuration Assistance**: Fiagelia @CoolApk, 忘渐 @CoolApk
4343

44-
## Important Notes
44+
## ⚠️ Warning
4545

46-
- Modifying GPU frequency and voltage may affect device stability
47-
- Improper configuration may cause device performance or stability issues
48-
- If you encounter problems, check the log files for troubleshooting
46+
You may experience crashes, screen flickering, or sudden stuttering during use, which is usually caused by inappropriate frequency or voltage configurations. If screen artifacts occur frequently, it is recommended to increase the voltage corresponding to each GPU frequency level or set the DDR configuration to 999 for automatic voltage.
47+
48+
Reducing/limiting memory frequency can slightly reduce power consumption, but GPU performance will be severely impaired, and low memory voltage may cause crashes and reboots.

website/docs/en/guide/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The module automatically detects game applications configured in `games.toml`, a
8686

8787
### Performance Optimization
8888

89-
Game mode applies the following optimizations:
89+
Game Mode can apply the following optimizations:
9090

9191
- Use aggressive up-frequency strategy
9292
- Enable special memory optimization for games

website/docs/guide/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
天玑 GPU 调速器使用多个配置文件来控制其行为:
66

7-
- `/data/adb/gpu_governor/config/config.toml` - 主配置文件
7+
- `/data/adb/gpu_governor/config/config.toml` - 自定义配置
88
- `/data/adb/gpu_governor/config/gpu_freq_table.toml` - GPU 频率表配置
99
- `/data/adb/gpu_governor/game/games.toml` - 游戏列表配置
1010
- `/data/adb/gpu_governor/log/log_level` - 日志等级设置

website/docs/guide/installation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
安装完成后,可以通过以下方式验证模块是否正常工作:
1616

1717
- @@include(../_includes/log-check-zh.md)
18-
- 通过 WebUI 界面查看运行状态
1918
- 使用 `action.sh` 脚本查看模块状态
2019

21-
如果遇到问题,请查看日志文件或联系技术支持
20+
如果遇到问题,请查看日志文件或联系[技术支持](./faq.md#技术支持)

website/docs/guide/introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
- **测试反馈**: 内测群组全体群友
4242
- **配置协助**: Fiagelia @CoolApk, 忘渐 @CoolApk
4343

44-
## 注意事项
44+
## ⚠️ 警告
4545

46-
- 修改 GPU 频率和电压可能会影响设备稳定性
47-
- 不当的配置可能导致设备性能或稳定问题
48-
- 如遇到问题,可以查看日志文件进行排查
46+
你可能在使用过程中遇到了死机、闪屏、突发卡顿,这通常是频率或电压配置不合适导致的。如果经常花屏,建议升高每档GPU频率对应的电压或将DDR配置改为999自动电压。
47+
48+
降低/限制内存频率能略微降低功耗,但GPU性能会严重受损,同时内存低电压可能会导致出现死机重启。

website/docs/guide/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ WebUI 采用多页面布局,通过底部导航栏进行页面切换。
8787

8888
### 性能优化
8989

90-
游戏模式下会应用以下优化
90+
游戏模式下可以应用以下优化
9191

9292
- 使用激进升频策略
9393
- 启用游戏特殊内存优化

0 commit comments

Comments
 (0)