Intro
I have a long approach to the setup after buying a new laptop and unfortunately, I have a problem that I am unable to solve.
I have seen that this error repeats a few times and requires deep debugging. Unfortunately, I don't know Rust, so I'm not sure if I can help with this, but I will do everything in my power because I want this app so much.
I use Wayland and I have done permission section
What is the buggy behavior?
app crashes with Did not receive initial ALS value in time
What is the expected behavior?
don't crush
Logs
[2025-01-03T16:30:51Z DEBUG wluma] Using Config {
als: Time {
thresholds: {
16: "normal",
20: "night",
0: "night",
7: "dark",
13: "bright",
9: "dim",
11: "normal",
18: "dark",
},
},
output: [
Backlight(
BacklightOutput {
name: "eDP-1",
path: "/sys/class/backlight/amdgpu_bl1",
capturer: None,
min_brightness: 1,
},
),
DdcUtil(
DdcUtilOutput {
name: "DELL U2417H",
capturer: None,
min_brightness: 1,
},
),
],
}
[2025-01-03T16:30:51Z DEBUG wluma::brightness::backlight] Using direct write on /sys/class/backlight/amdgpu_bl1 to change brightness value
thread 'predictor-eDP-1' panicked at src/predictor/controller.rs:62:25:
Did not receive initial ALS value in time
Version
wluma 4.5.1
Environment
LSB Version: n/a
Distributor ID: ManjaroLinux
Description: Manjaro Linux
Release: 24.2.1
Codename: Yonada
Linux elrakieta 6.11.11-1-MANJARO #1 SMP PREEMPT_DYNAMIC Thu, 05 Dec 2024 16:26:44 +0000 x86_64 GNU/Linux
lib32-vulkan-icd-loader 1.4.303-1
lib32-vulkan-intel 1:24.2.8-1
lib32-vulkan-nouveau 1:24.2.8-1
lib32-vulkan-radeon 1:24.2.8-1
vulkan-headers 1:1.4.303-1
vulkan-icd-loader 1.4.303-1
vulkan-intel 1:24.2.8-1
vulkan-nouveau 1:24.2.8-1
vulkan-radeon 1:24.2.8-1
vulkan-validation-layers 1.3.296.0-1
zsh: command not found: dpkg
WLR_DRM_NO_MODIFIERS=
Intro
I have a long approach to the setup after buying a new laptop and unfortunately, I have a problem that I am unable to solve.
I have seen that this error repeats a few times and requires deep debugging. Unfortunately, I don't know Rust, so I'm not sure if I can help with this, but I will do everything in my power because I want this app so much.
I use Wayland and I have done permission section
What is the buggy behavior?
app crashes with
Did not receive initial ALS value in timeWhat is the expected behavior?
don't crush
Logs
[2025-01-03T16:30:51Z DEBUG wluma] Using Config { als: Time { thresholds: { 16: "normal", 20: "night", 0: "night", 7: "dark", 13: "bright", 9: "dim", 11: "normal", 18: "dark", }, }, output: [ Backlight( BacklightOutput { name: "eDP-1", path: "/sys/class/backlight/amdgpu_bl1", capturer: None, min_brightness: 1, }, ), DdcUtil( DdcUtilOutput { name: "DELL U2417H", capturer: None, min_brightness: 1, }, ), ], } [2025-01-03T16:30:51Z DEBUG wluma::brightness::backlight] Using direct write on /sys/class/backlight/amdgpu_bl1 to change brightness value thread 'predictor-eDP-1' panicked at src/predictor/controller.rs:62:25: Did not receive initial ALS value in timeVersion
wluma 4.5.1
Environment