Hello,
- OpenMandriva Lx version:
All
- Desktop environment (KDE, LXQT…):
All
- Description of the issue (screenshots if relevant):
Users find laptop/notebook brightness control not working as expected
- Relevant informations (hardware involved, software version, logs or output…):
This is a commonly reported problem for many Linux distributions including OpenMandriva. Hardware manufacturers have created to many different ways to control laptop/notebook brightness controls so there is no one configuration that works for all.
Currently we know of 3 things a user with this issue could try to resolve this issue. These all involve changing something on the GRUB_CMDLINE_LINUX_DEFAULT
line in the file /etc/default/grub
.
First save an example of the original file so you can go back to that if you need to.
sudo cp /etc/default/grub /etc/default/grub.bak
- Change
acpi_backlight=vendor
to
acpi_backlight=native
then save the file and run
sudo update-grub2
and reboot.
This one is perhaps the most common “fix” for users with this issue.
- Change
acpi_backlight=vendor
to
acpi_backlight=video
then save the file and run
sudo update-grub2
and reboot.
- Remove this
acpi_osi=Linux acpi_osi='!Windows 2012' acpi_backlight=vendor
then save the file and run
sudo update-grub2
and reboot.
There is also an experimental package available for testing for Cooker users to try for this.
-
dnf in udev-backlight
Then reboot