Otter-shell · #39
Display backlight controls non function on Asus Vivobook 16 Pro
The existing binds show a brightness bar going up and down but nothing happens, however the brightness applet on the bar does actually work.
Bug report
Steps to reproduce
use the fn button on the keyboard to trigger otter-osd brightness up/down, and watch as the osd appears to change but nothing happens.
Expected behavior
- it should actually work
Actual behavior
- it just changes on OSD and nothing actually works
Environment
PikaOS 4 Hyprland Intel i9 13000H iGPU (Raptor Lake Iris Xe) RTX 4060
Discussion
Sign in with Discord to comment.
PikaOS Projects
Root cause: otter-osd called Brightness.enumerate() and used the first sysfs node (often acpi_video0). Bar applet matches eDP to intel_backlight/amdgpu_bl. enumerate() now selectBestPanel: eDP/LVDS symlink, then native names, never keyboard, acpi_video last. Restart otter-osd. Pushed otter-desktop a20ef40, otter-osd 2faa070.