Xorg i3 Freezes on AMD Ryzen AI 300 mainboard

I’ve upgraded my FW13 laptop from an AMD Ryzen 7040 mainboard to the Ryzen AI 9 HX 370 today.

After sorting through some secureboot issues, now I get inexplicable system hangs about a minute or so after launch, with nothing obvious in dmesg or journalct. If I run to TTY and run startx, I have a working system again for about 5 minutes.

I’m running manjaro 25.0.0,
My kernel is 6.12.21-4-MANJARO

I use i3wm.
.

Edit: this may be an xorg issue, sway works.

Edit: So far, I suspect it might have something to do with picom or xorg

Edit: 24 hours later, no crashes yet on sway (wayland).

Similar issue for me

Brand new FW 13, Ryzen AI HX 370.

I’m running Ubuntu 24.04, kernel 6.11.0-26-generic

Also using i3wm.

But the system doesn’t really freeze, if you change to another screen number and switch back it becomes responsive again.

I’m getting some errors on Xorg:

06/01/2025 03:20:08 PM - ../src/restore_layout.c:restore_xcb_prepare_cb:61 - X11 Error received (probably harmless)! sequence 0x47, error_code = 143
06/01/2025 03:20:08 PM - ../src/restore_layout.c:restore_xcb_prepare_cb:61 - X11 Error received (probably harmless)! sequence 0x49, error_code = 143
06/01/2025 03:23:58 PM - ../src/main.c:xcb_prepare_cb:141 - X11 Error received (probably harmless)! sequence 0x113f, error_code = 3
06/01/2025 03:23:58 PM - ../src/main.c:xcb_prepare_cb:141 - X11 Error received (probably harmless)! sequence 0x1140, error_code = 3
06/01/2025 03:23:58 PM - ../src/main.c:xcb_prepare_cb:141 - X11 Error received (probably harmless)! sequence 0x1141, error_code = 3
06/01/2025 03:23:58 PM - ../src/main.c:xcb_prepare_cb:141 - X11 Error received (probably harmless)! sequence 0x1142, error_code = 3
06/01/2025 03:23:58 PM - ../src/main.c:xcb_prepare_cb:138 - Expected X11 Error received for sequence 1143
06/01/2025 03:23:58 PM - ../src/main.c:xcb_prepare_cb:138 - Expected X11 Error received for sequence 1144
06/01/2025 03:23:58 PM - ../src/main.c:xcb_prepare_cb:141 - X11 Error received (probably harmless)! sequence 0x1145, error_code = 3
06/01/2025 03:23:58 PM - ../src/main.c:xcb_prepare_cb:141 - X11 Error received (probably harmless)! sequence 0x1146, error_code = 3
06/01/2025 03:27:38 PM - ../src/main.c:xcb_prepare_cb:141 - X11 Error received (probably harmless)! sequence 0x160e, error_code = 4
06/01/2025 03:27:59 PM - ../src/main.c:xcb_prepare_cb:141 - X11 Error received (probably harmless)! sequence 0x1789, error_code = 4
06/01/2025 03:28:31 PM - ../src/main.c:xcb_prepare_cb:141 - X11 Error received (probably harmless)! sequence 0x185b, error_code = 4

Does it unfreeze if you move the cursor or play a video?

I had the same problem, setting dcdebugmask=0x640 solved it:

Yes it unfreezes if I move the cursor, change window, or click.

I tried updating /etc/default/grub with:

GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash amdgpu.dcdebugmask=0x610”

But I still have the issue :cry:

1 Like

@Skr looks good, did you also do update-grub and reboot?

You can check active params with cat /proc/cmdline

:person_facepalming:

I had forgotten the sudo update-grub

It now shows up in cat /proc/cmdline and I no longer have the issue.

Thanks for your thorough help @Alex_Morozov !

1 Like