Steps for reproducing the issue
Just run app
What is the buggy behavior?
Not working due Frame copy failed
What is the expected behavior?
To change backlight
Logs
[2024-11-13T12:56:52Z DEBUG wluma] Using Config {
als: Time {
thresholds: {
9: "dim",
16: "normal",
13: "bright",
18: "dark",
0: "night",
20: "night",
7: "dark",
11: "normal",
},
},
output: [
Backlight(
BacklightOutput {
name: "eDP-1",
path: "/sys/class/backlight/nvidia_0",
capturer: Wayland(
Any,
),
min_brightness: 1,
},
),
Backlight(
BacklightOutput {
name: "keyboard-dell",
path: "/sys/bus/platform/devices/dell-laptop/leds/dell::kbd_backlight",
capturer: None,
min_brightness: 0,
},
),
],
}
[2024-11-13T12:56:52Z DEBUG wluma::brightness::backlight] Using direct write on /sys/class/backlight/nvidia_0 to change brightness value
[2024-11-13T12:56:52Z WARN wluma] Skipping 'keyboard-dell' as it might be disconnected: No such file or directory (os error 2)
[2024-11-13T12:56:52Z INFO wluma] Continue adjusting brightness and wluma will learn your preference over time.
[2024-11-13T12:56:52Z DEBUG wluma::frame::capturer::wayland] Detected support for wlr-screencopy-unstable-v1 protocol
[2024-11-13T12:56:52Z DEBUG wluma::frame::capturer::wayland] Detected support for linux-dmabuf-v1 protocol
[2024-11-13T12:56:52Z DEBUG wluma::frame::capturer::wayland] Using output 'Najing CEC Panda FPD Technology CO. ltd 0x004D (eDP-1)' for config 'eDP-1'
[2024-11-13T12:56:52Z DEBUG wluma::frame::capturer::wayland] Using wlr-screencopy-unstable-v1 protocol to request frames
[2024-11-13T12:56:53Z DEBUG wluma::frame::capturer::wayland] Frame copy failed
[2024-11-13T12:56:54Z DEBUG wluma::frame::capturer::wayland] Frame copy failed
[2024-11-13T12:56:55Z DEBUG wluma::frame::capturer::wayland] Frame copy failed
[2024-11-13T12:56:56Z DEBUG wluma::frame::capturer::wayland] Frame copy failed
[2024-11-13T12:56:57Z DEBUG wluma::frame::capturer::wayland] Frame copy failed
Version
4.5.1-1 from aur
Environment
NAME="Arch Linux"
BUILD_ID=rolling
Linux 6.11.7-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Fri, 08 Nov 2024 17:57:58 +0000 x86_64 GNU/Linux
clang 18.1.8-4
hyprland-git 0.45.0.r17.bb160cfe-1
lib32-vulkan-icd-loader 1.3.295-1
rustup 1.27.1-1
vulkan-headers 1:1.3.295-1
vulkan-icd-loader 1.3.295-1
xdg-desktop-portal-hyprland 1.3.8-1
WLR_DRM_NO_MODIFIERS=
Steps for reproducing the issue
Just run app
What is the buggy behavior?
Not working due
Frame copy failedWhat is the expected behavior?
To change backlight
Logs
[2024-11-13T12:56:52Z DEBUG wluma] Using Config { als: Time { thresholds: { 9: "dim", 16: "normal", 13: "bright", 18: "dark", 0: "night", 20: "night", 7: "dark", 11: "normal", }, }, output: [ Backlight( BacklightOutput { name: "eDP-1", path: "/sys/class/backlight/nvidia_0", capturer: Wayland( Any, ), min_brightness: 1, }, ), Backlight( BacklightOutput { name: "keyboard-dell", path: "/sys/bus/platform/devices/dell-laptop/leds/dell::kbd_backlight", capturer: None, min_brightness: 0, }, ), ], } [2024-11-13T12:56:52Z DEBUG wluma::brightness::backlight] Using direct write on /sys/class/backlight/nvidia_0 to change brightness value [2024-11-13T12:56:52Z WARN wluma] Skipping 'keyboard-dell' as it might be disconnected: No such file or directory (os error 2) [2024-11-13T12:56:52Z INFO wluma] Continue adjusting brightness and wluma will learn your preference over time. [2024-11-13T12:56:52Z DEBUG wluma::frame::capturer::wayland] Detected support for wlr-screencopy-unstable-v1 protocol [2024-11-13T12:56:52Z DEBUG wluma::frame::capturer::wayland] Detected support for linux-dmabuf-v1 protocol [2024-11-13T12:56:52Z DEBUG wluma::frame::capturer::wayland] Using output 'Najing CEC Panda FPD Technology CO. ltd 0x004D (eDP-1)' for config 'eDP-1' [2024-11-13T12:56:52Z DEBUG wluma::frame::capturer::wayland] Using wlr-screencopy-unstable-v1 protocol to request frames [2024-11-13T12:56:53Z DEBUG wluma::frame::capturer::wayland] Frame copy failed [2024-11-13T12:56:54Z DEBUG wluma::frame::capturer::wayland] Frame copy failed [2024-11-13T12:56:55Z DEBUG wluma::frame::capturer::wayland] Frame copy failed [2024-11-13T12:56:56Z DEBUG wluma::frame::capturer::wayland] Frame copy failed [2024-11-13T12:56:57Z DEBUG wluma::frame::capturer::wayland] Frame copy failedVersion
4.5.1-1 from aur
Environment