我正在使用ASUS g531gd如何关闭灯,它们真的在消耗我的电池。
新版本的BIOS设置不允许我关闭灯
发布于 2020-03-16 20:07:55
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
编辑:正确的次要代码排版。
https://askubuntu.com/questions/1217614
复制相似问题