Using the brightness control Fn+F5 and Fn+F6 is showing a bar that changes the status, but the screen brightness does not change on Ubuntu 22.04 on Lenovo X1 Yoga Gen 2. I can see the brightness status-bar, so apparently it recognizes the command, but the screen brightness does not change.
I tried editing/etc/default/grub
, but it did not work:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi=Linux thinkpad-acpi.brightness_enable=1"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=none acpi_osi=Linux"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=intel acpi_osi=Linux"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi=Windows"
then I tried to installing the tool brighness-control, that cannot change the brightness either.
sudo add-apt-repository ppa:apandada1/brightness-controller
sudo apt install brightness-controller
Maybe the common solutions are not working with an OLED screen?
Then I tried sudo apt install brightnessctl
:
sudo brightnessctl set 10%+
sudo brightnessctl set 10%-
I get the message that
Device 'intel_backlight' of class 'backlight':
Current brightness: 1060 (100%)
and the value in
/sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight/
changes, but the screen brighness does not change at all.
xrandr --output XWAYLAND0 --brightness 1 # no dimming
Also has no effect.