Having the ability to control or turn off the LED of the GTX video cards would be nice.
If this can help; GitHub - Madh93/nvidia-led: Awesome effects for NVIDIA GeForce GTX LEDs
Thanks

GTX LED Visualizer
-
vitorp07 -
December 14, 2016 at 4:52 AM -
Thread is Unresolved
-
-
- Official Post
nvidia-led/nvidia-led.sh at master · Madh93/nvidia-led · GitHub
it's a shell script that sends commands to nvidia-settings. Just modify the path in line 4 (styles=) and it should run on LE without changes.
-
- Official Post
nvidia-led/nvidia-led.sh at master · Madh93/nvidia-led · GitHubit's a shell script that sends commands to nvidia-settings. Just modify the path in line 4 (styles=) and it should run on LE without changes.
we don't include nvidia-settings at all so no matter what it won't work.
-
nvidia-led/nvidia-led.sh at master · Madh93/nvidia-led · GitHubit's a shell script that sends commands to nvidia-settings. Just modify the path in line 4 (styles=) and it should run on LE without changes.
Thanks@lrusak Is it possible to create an addon with that script then and would it work?
Is this the nvidia-settings in question? Index of /XFree86/nvidia-settings -
- Official Post
How about a piece of duct tape?
-
- Official Post
Ahh.. my bad, it's nvidia-xconfig that we include not nvidia-settings. The nvidia-settings code requires Qt and a load of other not-otherwise-needed stuff to run so it could be packaged up as an add-on, but this probably needs to be a user-community effort as I'm not sure any of the core devs will be too interested in the task. It might be worth seeing how nvidia-settings actually implements the LED status changes as it's probably just code wrapping to simplify setting of things via other means.
-
Ahh.. my bad, it's nvidia-xconfig that we include not nvidia-settings. The nvidia-settings code requires Qt and a load of other not-otherwise-needed stuff to run so it could be packaged up as an add-on, but this probably needs to be a user-community effort as I'm not sure any of the core devs will be too interested in the task. It might be worth seeing how nvidia-settings actually implements the LED status changes as it's probably just code wrapping to simplify setting of things via other means.
I will try to make an addon with that then.
Thanks for your clear explanation