如何在基于 Fedora 44、43 的发行版上安装 ROG Control Center(asusctl 指南)
发布: (2026年5月1日 GMT+8 23:08)
2 分钟阅读
原文: Dev.to
Source: Dev.to
如果你在 Fedora 42、43 或 44 上使用 Asus ROG/TUF 笔记本,可能已经注意到 Linux 没有官方的 Armoury Crate。开源的 asusctl 套件提供风扇控制、性能配置文件、GPU 切换和 RGB 灯效。
Installation
# Enable the COPR repository
sudo dnf copr enable lukenukem/asus-linux
# Refresh package metadata
sudo dnf update --refresh
# Install the required packages
sudo dnf install asusctl supergfxctl rog-control-center
Enable and start services
# Reload systemd manager configuration
sudo systemctl daemon-reload
# Enable and start the asus daemon
sudo systemctl enable --now asusd.service
# Enable and start the GPU switching daemon
sudo systemctl enable --now supergfxd.service
Verify kernel modules
lsmod | grep asus
你应该会看到类似 asus_nb_wmi、asus_armoury、asus_wmi 和 hid_asus 的模块已列出。
Launch ROG Control Center
你可以从应用菜单启动 GUI,或在终端中运行:
rog-control-center
如果手动运行它,可能会看到一个无害的错误信息:
sudo asusd
# Ignore the output – it is safe and cosmetic.
忽略该输出——它是安全且仅用于美观的。
Using asusctl
# List available profiles
asusctl profile --list
# Apply the “Balanced” profile
asusctl profile -P Balanced
Features
- Fan curves – 自定义风扇转速行为。
- Performance profiles – 静音、平衡、Turbo。
- GPU switching – 集成、混合、独立。
- Keyboard RGB lighting – 控制键盘灯效。
Useful links
*(在此添加相关链接)