blob: 5fb54b1be44ba35ba270670b9dfb96bd9e0e367d (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
openrgb (Open source RGB lighting control)
What if there was a way to control all of your RGB devices from
a single app, on Windows, Linux, and MacOS, without any nonsense?
That is what OpenRGB sets out to achieve. One app to rule them all.
NOTE: OpenRGB requires access to the I2C system through the i2c-dev
module and an additional i2c module for your motherboard, usually
i2c-piix4 for AMD systems and i2c-i801 for Intel systems. If these
modules are not loaded (check using `lsmod | grep i2c`), add any
unloaded, required modules to /etc/rc.d/rc.modules.local
/sbin/modprobe i2c_dev # For all systems
/sbin/modprobe i2c_piix4 # For AMD systems
/sbin/modprobe i2c_i801 # For Intel systems
If there is a desire to support the server/client setup with an
automatic start on boot, please let me know (patches would most
certainly be welcome as it isn't my current use case).
|