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)和 504、GL533、GL703、GX501、GM501)和 504、GL533、GL703、GX501、GM501)和 306b)的鍵盤2506(306b)。
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
能做的所有事情。