I noticed that when I was using Ubuntu, the automatic screen dimming feature on my Framework laptop seemed to work out of the box.
I’m not seeing the same with Aurora, nor do I see any settings to allow for auto screen dimming.
Is this a bug? Feature? Available through some additional setup?
EDIT: Edited for clarity. Regular brightness adjustment works just fine, but I’m looking for auto brightness via the laptop’s light sensor to also work.
watch -n 0.1 '
val=$(cat /sys/class/backlight/*/brightness)
max=$(cat /sys/class/backlight/*/max_brightness)
pct=$(( val * 100 / max ))
bars=$(( pct / 5 ))
printf "💡 Brightness: %3d%% [" "$pct"
for i in $(seq 1 $bars); do printf "█"; done
for i in $(seq $((bars+1)) 20); do printf " "; done
printf "]\n"
'
Let it sit and run, press brightness up and down, do the numbers change? Even if the brightness fails? Then I’d wage it is something with powerdevil and most likely
I will edit my original post, but what I meant to actually write was whether AUTOMATIC screen dimming could be enabled! Oops!
The buttons and everything else do work as expected, but there seems to be no option to take advantage of the light sensor to adjust the screen’s brightness automatically (it works in Ubuntu).
That option is not there, so it must not be seeing something. I wonder if it might be worth checking into the Framework forums to see if this is a feature that can be enabled.