I installed Fedora 38 (fresh and clean install). I found that there is no brightness setting. Functions key of laptop that tweaked brightness does nothing.
Along with this I also observed slow and sluggish performance. Almost cannot see animations + plus videos on youtube keep glitching.
Also along with these two issue I have been facing issue in sleep too. If laptop detect no activity and goes to sleep it does not wake up(screen remains off). I have to force shutdown it to make it work again
It’s first time I am using a Linux distro that is slower than windows.
Have you updated Fedora packages and vendor BIOS to current versions? It is hard for others to help if their software doesn’t match what you are using, and it is a waste of time diagnosing problems that were solved with updates.
Can you adjust brightness using the Gnome controls rather than the keyboard controls?
I think the video line should have an entry of the form <vendor>-wmi. On a Dell system, that line is: video 73728 2 dell_wmi,i915 and modinfo dell_wmi has
description: Dell laptop WMI hotkeys driver
AFAIK, Lenovo ThinkPads use think_lmi. What does sudo journalctl -b | grep -i wmi show?
Jul 03 01:18:00 fedora kernel: wmi_bus wmi_bus-PNP0C14:01: WQBJ data block query control method not found
Jul 02 19:48:16 fedora kernel: input: HP WMI hotkeys as /devices/virtual/input/input11
Jul 02 19:48:18 fedora systemd-logind[703]: Watching system buttons on /dev/input/event10 (HP WMI hotkeys)
Gnome Brightness is a slider in the box you get by clickiing on the “system menu” at top right of the screen (look for the cursor arrow in the image below):
“WMI” is Windows Management Instrumentation" part of the vendor-specific firmware. You need to find an HP user who has the keyboard working.
I also see kernel: wmi_bus wmi_bus-PNP0C14:02: WQBC data block query control method not found, but HP WMI hotkeys as /devices/virtual/input/input11 is new to me. It might have helped to mention HP in the title of your post so HP users would take notice.
i dont think its keyboard issue, because keyboard is working fine for audio. Its not working for brightness because Fedora itself is lacking the capability to control brightness
Brightness control works for me on this iMac, so Fedora 38 does support brightness control as advertised. There are recent efforts to reduce reliance on the many different vendor-specific hacks. For a while I was using ddcutil in a terminal, but now the Gnome control is working.
You can check to see if ddcutil works on your hardware: Brightness Issue Fedora37.
Using command-line tools is often the only way to fix problems in linux. A good place to learn is Linux Command. Not all vendors use the same limits, so you have to check.
Many linux modules have options to support specific hardware. You can’t blame the kernel if you aren’t using the right options, but without vendor support, it can be hard to find them. For example, some Framework laptops require:
to enable brightness in recent kernels. Kernel developers can’t test every model laptop. Some manufacturers will make the effort to report issues to liinux developers. If not, then it is up to someone with access to the hardware to figure out and report the required options.