[SOLVED] Ryzen AI 300 / Radeon 890M not compatible with Xorg?

SOLVED: see https://community.frame.work/t/sddm-blank-screen-fix/80111/8

Xorg.conf just needed a the PCI bus numbers for the card.

Section “Device”
Identifier “AMD Display GPU”
Driver “amdgpu”
BusID “PCI:197:0:0”
Option “PrimaryGPU” “true”
EndSection