-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAC keyboard backlight level is weird #458
Comments
This is intentional. Introduced with system76/ec@4c9d3197b872, which changed the reporting from the pre-defined levels to the actual DAC value. |
@crawfxrd I noticed this while testing the lemp10 firmware update, thanks for pointing me to this issue. Are we planning to address it in any way? Not sure if we need @system76/ux input, but it does come across as strange behavior compared to the old intervals. |
Does the new method have any advantages like more accurate/consistent reporting with custom keyboard brightness levels outside of the predefined steps? |
It does seem somewhat unexpected and puzzling. What does it mean to see the reporting correspond to the actual DAC value? If we stick to this, we might want to communicate to people what and why is happening. If I would see this, I'd be puzzled and won't be able to tell what is going on. I might even decide that something is broken. |
I think it is typical in other systems to map between the apparent brightness and the hardware details of how that is achieved. Here, we are exposing hardware details that I don't think are useful to the user. We should probably try to map things so that the brightness steps shown in the GUI are closer to even, or at least to the steps of the color keyboards. I'm not sure whether this should be done in the EC firmware or in the kernel driver. |
Current way of keyboard brightness indicator doesn't much with how bright the keyboard backlight is. At supposed 50%, backlight is so dim that it is only useful to make out where each keys are in a room with total darkness. In my opinion, this should be indicates as 20% rather than 50%, which was the case before the firmware update on lemp11. At supposed 56% brightness, keys are much brighter. lemp11.keyboard.brightness.mp4 |
6 levels of keyboard backlight brightness increase in a weird way. when changing brightness with Fn+F4. New firmware was flashed today morning (2023-08-10) but the firmware was downloaded 4 days ago.
Steps to reproduce
Expected behavior
More consistent increase in keyboard backlight:
back light level 0:
<....................>
0%backlight level 1:
<####................>
20%backlight level 2:
<########............>
40%backlight level 3:
<############........>
60%backlight level 4:
<################....>
80%backlight level 6:
<####################>
100%Actual behavior
back light level 0:
<....................>
0%backlight level 1:
<##########..........>
50%backlight level 2:
<###########.........>
56%backlight level 3:
<#############.......>
65%backlight level 4:
<###############.....>
75%backlight level 6:
<####################>
100%Additional info
Screen capture of it in action:
https://github.com/system76/firmware-open/assets/24689015/a08438ce-38cb-4b3a-8473-6be5ee6a7d97
The text was updated successfully, but these errors were encountered: