我正在使用华硕 ROG g531gd,如何关闭华硕 ROG Aura 灯,它们确实耗尽了我的电池。
新版本的 BIOS 设置不允许我关闭灯光
答案1
git clone https://github.com/wroberts/rogauracore.git
cd rogauracore
sudo apt install libusb-1.0-0 libusb-1.0-0-dev
sudo apt install autoconf
autoreconf -i
./configure
make
sudo make install # Shutdown and restart the system
# Rainbow
sudo rogauracore rainbow
# Usage:
sudo rogauracore COMMAND ARGUMENTS
# COMMAND should be one of:
single_static
single_breathing
single_colorcycle
multi_static
multi_breathing
red
green
blue
yellow
cyan
magenta
white
black
rainbow
以下命令关闭灯
sudo rogauracore black
编辑:纠正小代码拼写错误。