czy ktoś wie jak można to pod Linux wyłączyć na Windows jest program Fury RGB
chodzi mi o podświetlanie Ram
Debian 12
(https://static5.interlook.pl/pol_pm_Pamiec-RAM-RGB-GAMING-X-16GB-DUAL-DDR4-3200MHz-CL18-2738_4.jpg)
Cytat: sovtware w Wrzesień 03, 2023, 01:28:38 PMczy ktoś wie jak można to pod Linux wyłączyć na Windows jest program Fury RGB
chodzi mi o podświetlanie Ram
Debian 12
(https://static5.interlook.pl/pol_pm_Pamiec-RAM-RGB-GAMING-X-16GB-DUAL-DDR4-3200MHz-CL18-2738_4.jpg)
Znaalazłem coś co może zadziałać z tego linku:https://superuser.com/questions/1624884/how-to-control-computer-rgb-leds-in-linux
Nazywa się OpenRGB: https://gitlab.com/CalcProgrammer1/OpenRGB
CytatFeatures
Set colors and select effect modes for a wide variety of RGB hardware
Save and load profiles
Control lighting from third party software using the OpenRGB SDK
Command line interface
Connect multiple instances of OpenRGB to synchronize lighting across multiple PCs
Can operate standalone or in a client/headless server configuration
View device information
No official/manufacturer software required
Graphical view of device LEDs makes creating custom patterns easy
A tu link do downloadu:
https://gitlab.com/CalcProgrammer1/OpenRGB/-/releasesLub kompilacja:
CytatDebian / Ubuntu
Binaries
OpenRGB builds an official Debian package for Bullseye and Ubuntu 21.04 onwards for both the 64bit release and pipeline builds
There is also a legacy package for Debian 64bit Buster and it's derivatives (Ubuntu prior to 21.04) with release and pipeline builds
Compiling
Install build dependencies
sudo apt install git build-essential qtcreator qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libusb-1.0-0-dev libhidapi-dev pkgconf libmbedtls-dev
git clone https://gitlab.com/CalcProgrammer1/OpenRGB
cd OpenRGB
qmake OpenRGB.pro
make -j$(nproc)
You can then run the application from the compile directory with ./openrgb or install with make install
You will also need to install the latest UDEV rules.
Packaging
You can also build a Debian package (.deb) from this source code with dpkg-buildpackage -us -B
Building a Debian package requires debhelper to be installed: sudo apt install debhelper
Link do kodu który pobierze bezpośrednio:
https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/master/OpenRGB-master.tar.gz
(https://i.imgur.com/buzZaja.png)
moja płyta główna nie jest chyba przez ten program wspierany
(https://i.imgur.com/sbkS2F3.png)
No problemo co prawda do klawiatury ale powinno też działać do ram:
https://superuser.com/questions/1244145/turn-off-keyboard-backlight-when-shutting-down-linux/1244163#1244163
Dokładnie chodzi o:
Cytatls /sys/class/leds/
# ls "/sys/class/leds/dell::kbd_backlight"
brightness device max_brightness power start_triggers stop_timeout subsystem trigger uevent
# cat "/sys/class/leds/dell::kbd_backlight/max_brightness"
2
This number suggests my backlight has three states. I can run (as root):
# echo 0 > "/sys/class/leds/dell::kbd_backlight/brightness"
# echo 1 > "/sys/class/leds/dell::kbd_backlight/brightness"
# echo 2 > "/sys/class/leds/dell::kbd_backlight/brightness"
It turned out the states are: 0=off, 1=dimmed, 2=bright
I: https://unix.stackexchange.com/questions/725880/turn-off-leds-of-fujitsu-futro-s740-running-debian-11