Greetings,
I am using the Manjaro KDE image with proprietary drivers.
My laptop does not have an iGPU, and I figured out that acpi_backlight needed to be set to “none” (makes sense since brightness won’t work on Windows until the NVIDIA driver is installed)
So now systemd-backlight@backlight:nvidia_0 works correctly on bootup.
But, on shutdown the backlight value does not save because if I manually do
sudo /usr/lib/systemd/systemd-backlight save backlight:nvidia_0
and the brightness was 35% then next boot would be 35% brightness.
However, if I change the brightness to 50% and reboot the brightness would still be 35%.
Do I need to mess with the service file so it does its thing earlier? Is there a less janky way to fix it?