Package Details: openrgb-git 0.9.r908.g2712837-1

Git Clone URL: https://aur.archlinux.org/openrgb-git.git (read-only, click to copy)
Package Base: openrgb-git
Description: Configuration utility for RGB lights supporting motherboards, RAM, & peripherals
Upstream URL: https://gitlab.com/CalcProgrammer1/OpenRGB
Keywords: led
Licenses: GPL-2.0-only
Conflicts: openrgb
Provides: openrgb
Submitter: Myrddin
Maintainer: CalcProgrammer1
Last Packager: CalcProgrammer1
Votes: 34
Popularity: 0.96
First Submitted: 2020-02-14 03:47 (UTC)
Last Updated: 2024-08-15 01:12 (UTC)

Dependencies (6)

Required by (9)

Sources (3)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

Myrddin commented on 2020-12-20 01:53 (UTC)

I've fixed the build issue & removed obsolete portions.

rjahanbakhshi commented on 2020-12-17 21:16 (UTC)

Try the following see if the ram modules show up

sudo modprobe i2c_piix4
sudo openrgb -l

shakeb4use commented on 2020-12-17 12:07 (UTC)

MSI z490 with 2 sticks of HyperX Fury and Asus Vega 56. I know that MSI is disabled right now because of bricking problems and that my GPU is not supported in Linux, yet I cannot see the RAM modules.

$ lsmod | grep i2c
i2c_algo_bit           16384  1 amdgpu
i2c_i801               36864  0
i2c_smbus              20480  1 i2c_i801
i2c_dev                24576  0

$ openrgb -l
Attempting to connect to local OpenRGB server.
Connection attempt failed
Local OpenRGB server unavailable, running standalone.

$ sudo openrgb -l
Attempting to connect to local OpenRGB server.
Conection attempt failed
Local OpenRGB server unavailable, running standalone.

Thanks.

rjahanbakhshi commented on 2020-12-17 11:11 (UTC) (edited on 2020-12-17 11:12 (UTC) by rjahanbakhshi)

What's your setup? Also, paste the output of the following commands.

lsmod | grep i2c
openrgb -l
sudo openrgb -l

shakeb4use commented on 2020-12-17 10:52 (UTC)

Yes, I did change my PKGBUILD and installed the package successfully. However, no devices show up and checking the issues of the project no one seems to be having any troubles. Is there a chance that it's related to archlinux only? I've tried with a patched kernel too, no luck. Thanks.

rjahanbakhshi commented on 2020-12-17 10:44 (UTC)

See the below comment from harre. The binary name has changed from OpenRGB to openrgb. Either apply the patch provided in harre's comment or edit the PKGBUILD manually and change the binary name. It's been more than a week and it seems the maintainer abandoned this package. I'm going to send an Orphan request. Perhaps someone else can keep this package up to date.

shakeb4use commented on 2020-12-17 10:14 (UTC)

Not sure anymore what's required to get openrgb working. Is this package supposed to work by just installing it or is there something else I need to do? I've read the comments but I can't get it working.

harre commented on 2020-12-07 00:11 (UTC) (edited on 2020-12-09 00:14 (UTC) by harre)

It seems the binary has been renamed to openrgb from OpenRGB.

Create patch by:

$ cat > /tmp/build-fix.patch

Paste the following followed by ctrl-d:

diff --git a/PKGBUILD b/PKGBUILD
index 2137655..90bc52a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ check() {

 package() {
     cd "$srcdir/openrgb"
-    install -Dm755 OpenRGB "$pkgdir"/usr/bin/openrgb
+    install -Dm755 openrgb "$pkgdir"/usr/bin/openrgb
     install -Dm644 qt/OpenRGB.png "$pkgdir"/usr/share/pixmaps/openrgb.png
     install -Dm644 -t "$pkgdir"/usr/share/applications ../openrgb.desktop
     install -Dm644 -t "$pkgdir"/usr/lib/udev/rules.d 60-openrgb.rules

To apply the patch:

$ git apply /tmp/build-fix.patch

nathanielcwm commented on 2020-12-06 15:39 (UTC)

openrazer-meta might need to be added as an opt depend.

Razer peripherals only appeared in openrgb after installing openrazer.

Myrddin commented on 2020-09-02 15:13 (UTC)

I'm strapped for time these days. My main rig is down in storage buried by boxes. I won't have time or a way to test updates to this PKGBUILD. If a major change comes along, I'll be relying on you lot to test the package. In a few months, I should have my affairs in order. Until then, post any proposed changes to the PKGBUILD or other files with detailed explanations of the effects. I'll do my best but don't expect me to have as much time as I once did. Don't forget to report problems with the udev rules upstream, where it is now maintained.