I’m running Cachy on a Lenovo Z500 Ideapad, i5-3230M, Intel graphics, 8 GB of RAM, 500 GB drive. Abruptly, the screen brightness dropped by over half. All the various screen brightness controls in KDE were set to max, but none would affect the brightness. At first, I thought I had a hardware problem, but I did a search and found this, exactly my problem on exactly my laptop:
https://forums.linuxmint.com/viewtopic.php?p=1091121
"so essentially you’d go to the command line and do
sudo gedit /etc/default/grub
then look for
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash”
and set it to
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash acpi_backlight=video”
then do
sudo grub-mkconfig -o /boot/grub/grub.cfg
and restart."
This worked; my screen brightness is now back to normal. So as a bit of a newbie to Arch, I’m asking:
1.) Why did this happen in the first place? Why did the screen brightness spontaneously get cut in half?
2.) How did this fix it?
Thanks to anyone who can shed some light. Just trying to learn something.