Getting Wluma to run

Hi, in the moment I try to get Wluma to run ( GitHub - max-baz/wluma: Automatic brightness adjustment based on screen contents and ALS · GitHub ).

But I struggle to get it working fully. The keyboard backlight and screen content can not be reached, or read out, it seems, can anyone give me some advice?

Fedora 44, Linux 7.0.12-201.fc44.x86_64, R AI 9 HX 370.

“~/wluma►RUST_LOG=debug ./target/release/wluma (main|:poop:) 17:09
[2026-06-20T17:10:00Z DEBUG wluma] == wluma v4.11.1-1-gd147833 ==
[2026-06-20T17:10:00Z DEBUG wluma] Using Config {
als: Iio {
path: “/sys/bus/iio/devices”,
thresholds: {
0: “night”,
250: “normal”,
500: “bright”,
800: “outdoors”,
80: “dim”,
20: “dark”,
},
},
output: [
Backlight(
BacklightOutput {
name: “eDP-1”,
path: “/sys/devices/pci0000:00/0000:00:08.1/0000:c1:00.0/drm/card1/card1-eDP-1/amdgpu_bl1”,
capturer: None,
min_brightness: 1,
predictor: Adaptive,
},
),
Backlight(
BacklightOutput {
name: “keyboard-dell”,
path: “/sys/class/leds/chromeos::kbd_backlight”,
capturer: None,
min_brightness: 0,
predictor: Adaptive,
},
),
],
}
[2026-06-20T17:10:00Z DEBUG wluma::brightness::backlight] Using direct write on /sys/devices/pci0000:00/0000:00:08.1/0000:c1:00.0/drm/card1/card1-eDP-1/amdgpu_bl1 to change brightness value
[2026-06-20T17:10:00Z DEBUG wluma::brightness::backlight] Using direct write on /sys/class/leds/chromeos::kbd_backlight to change brightness value
[2026-06-20T17:10:00Z INFO wluma] Continue adjusting brightness and wluma will learn your preference over time.”

Best regards,

Sil4