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).
Just received my Framework 13 with Ryzen AI 340 and installed Linux Mint 22.1. I was having same issue with Brightness, but amdgpu was not loading. Got it loaded and brightness fn keys worked fine.
Solution
Do a check to verify if amdgpu kernel drivers are loading with ‘dmesg | grep -i amdgpu’
Use the instructions here.
Figure out compatible Ubuntu .deb package of amdgpu-install*.deb to use for your version of Mint. Below command may help. *
I don’t expect suspend works properly this way. You need a newer kernel. If Mint is following Ubuntu 24.04 repositories you can apt install linux-oem-24.04c.
Hey. I am having the same problem. I’m a complete noob with this - I did the thing in this past post but completely fucked up the OS because I didn’t realize it was from a couple years ago. It DID fix the problem with the brightness but ultimately I had to reinstall Mint… hopefully the thing youre suggesting will work?
I just had to compile and install my own kernel to seemingly get everything working. Latest kernel available from Mint is 6.14 which seems to fix the brightness issue, but I was getting poor performance from Wifi. This seems fixed in 6.16.7 (I actually build this to try and get USB-C video working through a dock, which is also working).
I quite like Linux Mint but I think given the bleeding edge nature of the FW 13 AI 300 platform still, if you’re not comfortable with having to update/compile a kernel, using Ubuntu directly might be the better solve. You can always install Cinnamon on it if you want a more Mint-like experience.
Tim is definitely right.
Playing with Linux and new Architectures(Ryzen AI) is definitely not for beginners. Can become frustrating fast if you don’t know how to revert/debug.
Setting up AMDGPU as dkms does still have its bugs on Mint 22.1 - kernel 6.8.0.86. But eventually starts running into screen glitching after 2-3 times. Fixed my brightness issue but not a permanent solution.
$ dkms status
amdgpu/6.12.12-2194681.24.04, 6.8.0-86-generic, x86_64: installed
$ uname -a
Linux element 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
I encountered some X11 lockups after compiling 6.14 kernel with AMD XDNA support. Spent a LOT of time learning how Ryzen AI 340 chip works and the NPU support in kernel. But ended up falling back to 6.8.0 using dkms(amdgpu). Had to take a break and enjoy new laptop.
Will try compiling 6.16.7. I’ve used linux for 10+ yrs but this is my first compiling kernels. First for everything