I recently installed Kubuntu 22.04 with KDE on my Pixelbook (2017), and the backlight of the monitor either is at maximum brightness, or off.
I have tried manually changing values in /sys/class/backlight/intel_backlight/brightness
, which changes the value in actual_brightness. The only time it changes my screen brightness is when it is set to 0, in which case it turns off.
I have tried changing the GRUB_CMDLINE_LINUX_DEFAULT
setting in etc/default/grub
to include various forms of intel_backlight=vendor
, 0
, default
, etc., or acpi_backlight= \<various values>
, and acpi_osi=linux
. I then run the command sudo update-grub
, followed by a reboot to no change.
Currently, my workaround is using Display Brightness Control, which allows setting the brightness below the minimum. When it is set below the minimum, it does affect the brightness, but I am unable to use the brightness keys to adjust the brightness, which I would prefer.
The brightness control does pop up on my screen when I adjust the brightness normally, showing that the software and brightness keys are responding properly, but any value between 1% and 100% appears the same. When using Display Brightness Control, the pop up shows 0% when adjusting the brightness in the adjustable region (below the usual minimum).
I have tried solutions suggested in upwards of a dozen similar questions, but none have worked, hence me creating a new question. Feel free to point me towards other posts though, in case I have missed one that may work.