SlackBuilds Repository

15.0 > System > openrgb (0.9)

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).

This requires: hidapi, mbedtls

Maintained by: Jeremy Hansen
Keywords:
ChangeLog: openrgb

Homepage:
https://openrgb.org/

Source Downloads:
OpenRGB-release_0.9.tar.gz (e16d924464a6ff8bec785e5e4cb0123f)

Download SlackBuild:
openrgb.tar.gz
openrgb.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
openrgb.SlackBuild
openrgb.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2025 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds