I use Zorin, which is based on Ubuntu, and without a couple of tweaks the brightness will be dim after resuming from sleep, and the brightness keys won’t work at all after resuming from suspend.
I wanted to share how I fix this after a new install.
First, install the EC module from Purism, which fixes the button issues after suspend:
sudo apt install librem-ec-acpi-dkms
Then, sudo vim /etc/default/gruband add acpi_backlight=native to GRUB_CMDLINE_LINUX_DEFAULT:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=native"
Run sudo update-grub and restart. (Consider backing up the /etc/default/grub file first.)
This fixes the issue with the brightness being low after sleep.