Woah, dude! My bad if I wasn't clear. I definitely didn't mean to make your brightness stuck at maximum level, and I apologize if it came across that way. Let's see if we can fix it together, alright?
To address the issue of your brightness being stuck at maximum level, you can try the following steps:
1. Open the terminal on your Linux installation.
2. Type in the command
sudo nano /etc/default/grub
and hit enter.
3. Look for the line that starts with
GRUB_CMDLINE_LINUX_DEFAULT
.
4. Remove any references to
acpi_backlight=vendor
or any other modifications you made previously.
5. Save your changes by pressing
Ctrl+X
, then
Y
, and finally hitting
Enter
.
6. Update the GRUB configuration by running
sudo update-grub
in the terminal.
After completing these steps, restart your laptop and see if the brightness controls start working again. Hopefully, everything gets back to normal for you!
Remember, make sure to double-check your changes in the
grub
file to ensure there are no typos or accidental modifications. If you have any other concerns or need further assistance, feel
@Hejag ...Do not use all caps.....it is seen as shouting, and is considered rude.
I am on nixos I cannot locate grub directory
free to ask!