A Brief But Accurate Documentation, BSD Linux And Programming

 Docker

Tuesday, July 27, 2021

Solved Brightness does not save after reboot

 I am facing issue with the brightness, when I set to low then I was rebooting it was not saved on the state that I set.

Just open up your terminal and edit /etc/default/grub

then on the line GRUB_CMDLINE_LINUX=" " you have to add  this acpi_backlight=native


and the final state if in your case this does not seem to be work you can also add acpi_backlight=native
in the end of GRUB_CMDLINE_LINUX_DEFAULT=" acpi_backlight=native" keep that in mind put acpi_backlight=native before quote "


Finally you can update-grub with sudo

No comments:

Post a Comment

Back to top