I’ve been a Framework 16 user for a few years now, and while using it, I’ve noticed some graphical issues where some “patchwork” glitch appears on the screen on Linux.
Turns out it’s some basic issue with the integrated GPU, which can be patched using a single command:
~ echo 'options amdgpu dcdebugmask=0x410' | sudo tee /etc/modprobe.d/amdgpu.conf && sudo dracut --forceCode language: Bash (bash)
Yup, that easy, now the screen is flawless, no bugs any more.
Leave a Reply