OpenRGB Linux setup tutorial

HomeOther ContentOpenRGB Linux setup tutorial
OpenRGB Linux setup tutorial
OpenRGB Linux setup tutorial
Follow-up video to the previous video I made a long time ago for OpenRGB, formerly called OpenAURA SDK.

Here are the steps to follow

1. – Read the documentation on https://gitlab.com/CalcProgrammer1/OpenRGB

2a. – If Debian, then install build-essential qtcreator qt5-default libusb-1.0-0-dev libhidapi-dev pkgconf

2b. – If Fedora then install git make automake gcc gcc-c qt-creator qt5-devel hidapi-devel libusb-devel

3. – git clone https://gitlab.com/CalcProgrammer1/OpenRGB

4. – run qmake OpenRGB.pro

5. – run make -j8

5. – Copy 60-openrgb.rules to /etc/udev/rules.d

7. – Reload the UDEV rules with sudo udevadm control –reload-rules && sudo udevadm trigger

8. – Load the I2C modules:

8a. – SI Intel sudo modprobe i2c-i801
8b. – SI Intel sudo modprobe i2c-nct6775 – (secondary controller mobo LED patch required)

8b. – IF AMD sudo modprobe i2c-piix4

8c. – IF required sudo chmod 777 /dev/i2c-*

9. – IF Gigabyte/Aorus mobo, add kernel boot parameter acpi_enforce_resourceslax

ENDNOTES: I did not create this software, I am only creating a simplified tutorial on how to compile on Linux and run it. If you encounter any major issues with the software, report them on the GitLab project page. You use this software at your own risk and dev code base is not responsible for any damage it may potentially cause to your system hardware.

This video uses CC Attribution 4.0 International License – BY-NC-SA – This video may not be claimed for profit or trademarked under DMCA. https://creativecommons.org/licenses/by-nc-sa/4.0/

#OpenRGB #Linux #tutorial

Please take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *