Framework 13

02 May 2026

These are some tweaks for the Framework 13 running Linux
with the AMD Ryzen 7040 series.
(My case is for Fedora/Gnome, but works on other distros)

The default color calibration for the 2.8K display has a green tinge, especially when using Gnome's builtin night light feature.
Edit /etc/default/grub
Add amdgpu.abmlevel=0 to the GRUB_CMDLINE_LINUX line.

To update GRUB:
$ grub2-mkconfig --output=/boot/grub/grub2.cfg

It's known Gnome's night light causes random freezing which can only be remedied with a hard power reset.

To fix this, add amdgpu.dcdedbugmask=0x10 to the same line in the same line of the GRUB config as above.

Automatic keyboard light:
https://gitlab.com/mamarley/keylightc.git
Settings can be edited in /usr/lib/systemd/system/keylightc.service