I’m running Linux Mint 21.3 with kernel 6.8.0 on a Framework Laptop 13 with the AMD Ryzen AI 7 340 and the 2.8K display.
The amdgpu driver is loaded correctly (confirmed via lspci
and lsmod
), but /sys/class/backlight
is empty unless I use acpi_backlight=video
, which exposes a non-functional ACPI interface (slider shows up but does nothing).
Things I’ve tried:
- amdgpu.backlight=0 → exposes ACPI backlight (doesn’t work)
- amdgpu.backlight=1 → no
/sys/class/backlight
entry at all - ACPI does not expose video or backlight devices
- xrandr gamma adjustment works (software workaround)
What am I missing?
Any advice is welcome.