rogauracore
rogauracore 1.6
(c) 2019 威尔·罗伯茨
Linux 兼容的开源 libusb 实现类似于 ROG Aura Core 软件。支持 ID 为 0b05:1854(GL553、GL753)、0b05:1869(GL503、FX503、GL703)、0b05:1866(GL504、GL533、GL703、GX501、GM501)和 0b05:19b6 的 RGB 键盘(GA503)。
Usage:
rogauracore COMMAND ARGUMENTS
COMMAND should be one of:
single_static
single_breathing
single_colorcycle
multi_static
multi_breathing
rainbow_cycle
red
green
blue
yellow
gold
cyan
magenta
white
black
rainbow
brightness
initialize_keyboard
在典型使用中,您需要 root 权限才能直接与笔记本电脑的键盘进行通信。使用sudo
很容易做到这一点。尝试其中一些命令,看看哪些命令适合您:
sudo rogauracore single_static 0000ff
sudo rogauracore single_static 00ff00
sudo rogauracore single_static ffff00
sudo rogauracore multi_static ff0000 ffff00 00ff00 00ffff
sudo rogauracore single_colorcycle 1
如果您的键盘没有响应rogauracore
,则向键盘发送初始化消息以“唤醒它”可能会有所帮助:
sudo rogauracore initialize_keyboard
如果您的键盘仍然是暗的,则其亮度可能默认为 0。请尝试:
sudo rogauracore brightness 3
在所有情况下,您都需要安装libusb
和libusb-dev
:
sudo apt install libusb-1.0-0 libusb-1.0-0-dev
(可选)您可能还需要构建工具:
sudo apt install build-essential
通过curl
或git
检索rogauracore
包:
VERSION=1.6
curl -LOs https://github.com/wroberts/rogauracore/releases/download/ $VERSION /rogauracore- $VERSION .tar.gz
tar xf rogauracore- $VERSION .tar.gz
cd rogauracore- $VERSION /
或者
git clone https://github.com/wroberts/rogauracore.git
cd rogauracore
autoreconf -i
然后配置、制作并安装:
./configure
make
sudo make install
在某些机器上,运行rogauracore
可能会导致系统的电源管理无法找到键盘背光控制。这表现为用于调亮和调暗键盘背光的 UI 控件无响应。如果此问题影响您,@willlovesbearz 建议在rogauracore
之后运行此命令:
sudo systemctl restart upower.service
rogauracore-gui 是 @rastafaninplakeibol 为rogauracore
设计的基于 Electron 的 GUI。
OpenRGB 或许可以做rogauracore
能做的所有事情。