4

[I asked this on stackoverflow first]

Since I switched to a new AMD Ryzen system my computer lit-up. All new hardware components seem nowadays to have such fancy(?) RGB-LEDs built in (even in memory modules, even the stock CPU-cooler from AMD). I don't like that and want to switch all LEDs in my system off.

The BIOS settings don't offer any control over the LEDs. Only the mainboard's manufacturers utility software (all for Windows) seem to be capable of controlling that lightning in my computer case.

Is there a way to control such LEDs via Linux?

gue
  • 203
  • 3
  • 6

2 Answers2

2

You can use OpenRGB.

For faster startup you can go to settings tab and disable the devices you are not using.

Destroy666
  • 5,299
  • 7
  • 16
  • 35
  • 1
    Yeah - OpenRGB is what I was looking for - though when I posted my original question on stackoverflow it did not exist. – gue Feb 10 '21 at 10:40
  • I no longer trust OpenRGB not to hurt my hardware after running into https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/2367 – Olson Jun 02 '22 at 05:44
  • I think Open Source software don't get or get very minimal funding - People use the software but most of the time don't really donate and it becomes difficult to developer to maintain project. @Olson I suspect in your case its highly possible that developer did not have access to the hardware you are using. – Sudhir Dhumal Jun 03 '22 at 06:24
1

even in memory modules, even the stock CPU-cooler from AMD

Many devices simply take power and then do things. They don't necessarily have control or signal lines to be able to modify or turn off LEDs.

IF LEDs are built into devices then they might not have any control whatsoever beyond the power switch on your power supply. Just because it is in your computer doesn't mean that everything is immediately controllable.

If you don't like the lighting inside your case then you should get a case that hides the lights or move the case to somewhere else where you will not notice them.

Otherwise the careful application of violence may be your only option.

Many devices have exposed wires going to the LEDs, you may be able to cut those wires and disable them that way. See How can I disable the LEDs on my Gammaxx 400 CPU cooler?

Mokubai
  • 89,133
  • 25
  • 207
  • 233
  • Thank you @Mokubai - I guess you are right that there are some uncontrollable leds on peripherals though I was looking for a way to accomplish in Linux what comes with vendors tools for Windows. – gue Feb 10 '21 at 10:39