Problem
fn shortcuts for increase and decrease screen brightness don’t work
Cause
Not yet known.
Related Issues
Bugzilla report: #NNNN
Workarounds
None yet.
Not yet known.
Bugzilla report: #NNNN
None yet.
Moving to Ask Fedora …
Please provide more information about your hardware. Has this worked previously with older kernels?
I don’t know. I’ve just installed fedora.
I’ve installed gnome extensions to solve this problem and it kinda worked (brightness bar apprared on menu and i’m able to adjust it manually. But i still can’t use fn shortcut for this, even inserting custom shorcuts for these extensions
Hello,
without more information we will not be able to tell anything. Gnome is able to recognize functional keys without extensions, so you should be required to install any of them. On my Fedora Workstation 39, I do not have any problems using functional keys on any of my three devices.
Therefore, you need to provide some more information, such as:
journalctl --boot | grep error
.journalctl --boot | grep error
.This solution helped me
edit /etc/default/grub and include “acpi_backlight=native” at the end of your GRUB_CMDLINE_LINUX_DEFAULT stanza:
GRUB_CMDLINE_LINUX_DEFAULT="acpi_backlight=native"
Save your config and run “sudo grub2-mkconfig”. Reboot.
font: Lost screen backlight controls after upgrade to F37 - #3 by bouquetbouquet
Thanks, everyone
Note that the /etc/default/grub file does not contain that line by default on fedora Workstation. Instead it is the GRUB_CMDLINE_LINUX
line that should be edited.
When posting a suggested command such as “sudo grub2-mkconfig” it is much preferable to provide the full command as much as possible. sudo grub2-mkconfig -o /boot/grub2/grub.cfg
which avoids ambiguity and user confusion especially with newer users.
Acer Nitro AN515-47 has AMD+Nvidia graphics, so perhaps brightness is handled by AMD mechanisms and the presence of Nvidia is a source of confusion.
Please post the result from ls /sys/class/backlight/*
.
Kernel parameters for screen brightness explains the ACPI mechanism and suggests acpi_backlight=vendor
.