Monitor image scrambled after waking from sleep

Hello. Whenever I wake from sleep the image on the screen is completely scrambled. I can’t see anything and have to do a hard shutdown. I have a Kaveri GPU and I’m using the video-linux driver.

Here is my journalctl output:

May 23 18:29:47 gh-ms7721 kernel: Freezing user space processes
May 23 18:29:47 gh-ms7721 kernel: Freezing user space processes completed (elapsed 0.002 seconds)
May 23 18:29:47 gh-ms7721 kernel: OOM killer disabled.
May 23 18:29:47 gh-ms7721 kernel: Freezing remaining freezable tasks
May 23 18:29:47 gh-ms7721 kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
May 23 18:29:47 gh-ms7721 kernel: printk: Suspending console(s) (use no_console_suspend to debug)
May 23 18:29:47 gh-ms7721 kernel: serial 00:04: disabled
May 23 18:29:47 gh-ms7721 kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
May 23 18:29:47 gh-ms7721 kernel: sd 0:0:0:0: [sda] Stopping disk
May 23 18:29:47 gh-ms7721 kernel: ACPI: PM: Preparing to enter system sleep state S3
May 23 18:29:47 gh-ms7721 kernel: ACPI: PM: Saving platform NVS memory
May 23 18:29:47 gh-ms7721 kernel: Disabling non-boot CPUs …
May 23 18:29:47 gh-ms7721 kernel: smpboot: CPU 1 is now offline
May 23 18:29:47 gh-ms7721 kernel: ACPI: PM: Low-level resume complete
May 23 18:29:47 gh-ms7721 kernel: ACPI: PM: Restoring platform NVS memory
May 23 18:29:47 gh-ms7721 kernel: LVT offset 0 assigned for vector 0x400
May 23 18:29:47 gh-ms7721 kernel: Enabling non-boot CPUs …
May 23 18:29:47 gh-ms7721 kernel: x86: Booting SMP configuration:
May 23 18:29:47 gh-ms7721 kernel: smpboot: Booting Node 0 Processor 1 APIC 0x11
May 23 18:29:47 gh-ms7721 kernel: microcode: CPU1: patch_level=0x06003106
May 23 18:29:47 gh-ms7721 kernel: TSC synchronization [CPU#0 → CPU#1]:
May 23 18:29:47 gh-ms7721 kernel: Measured 2231990289 cycles TSC warp between CPUs, turning off TSC clock.
May 23 18:29:47 gh-ms7721 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
May 23 18:29:47 gh-ms7721 kernel: TSC found unstable after boot, most likely due to broken BIOS. Use ‘tsc=unstable’.
May 23 18:29:47 gh-ms7721 kernel: sched_clock: Marking unstable (2400640283641, 26995784)<-(2400670663602, -2736851)
May 23 18:29:47 gh-ms7721 kernel: ACPI: _PR_.P001: Found 2 idle states
May 23 18:29:47 gh-ms7721 kernel: CPU1 is up
May 23 18:29:47 gh-ms7721 kernel: clocksource: Checking clocksource tsc synchronization from CPU 1 to CPUs 0.
May 23 18:29:47 gh-ms7721 kernel: clocksource: CPUs 0 behind CPU 1 for clocksource tsc.
May 23 18:29:47 gh-ms7721 kernel: clocksource: CPU 1 check durations 3616ns - 3616ns for clocksource tsc.
May 23 18:29:47 gh-ms7721 kernel: clocksource: Switched to clocksource hpet
May 23 18:29:47 gh-ms7721 kernel: ACPI: PM: Waking up from system sleep state S3
May 23 18:29:47 gh-ms7721 kernel: serial 00:04: activated
May 23 18:29:47 gh-ms7721 kernel: sd 0:0:0:0: [sda] Starting disk
May 23 18:29:47 gh-ms7721 kernel: [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).

Thank you.

did you tried with different kernels? if no, try them, and if they have the same issue reboot, then suspend, resume from suspend and provide logs:
journalctl -b0 -p4 --no-pager
and system info:
inxi -zav7
and use formatting for the outputs, click this icon in editor </> and copy the output there;
or use:

```
your output here
```

Thanks for your response. Falling back to an earlier kernel doesn’t fix the issue. Here’s the log you requested.

May 24 19:32:25 gh-ms7721 kernel: ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20210730/tbfadt-615)
May 24 19:32:25 gh-ms7721 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
May 24 19:32:25 gh-ms7721 kernel: pci 0000:00:00.2: PCI INT A: not connected
May 24 19:32:25 gh-ms7721 kernel: ata1.00: ATA Identify Device Log not supported
May 24 19:32:25 gh-ms7721 kernel: ata1.00: ATA Identify Device Log not supported
May 24 19:32:25 gh-ms7721 systemd-vconsole-setup[253]: KD_FONT_OP_GET failed while trying to get the font metadata: Invalid argument
May 24 19:32:25 gh-ms7721 systemd-vconsole-setup[253]: Fonts will not be copied to remaining consoles
May 24 19:32:26 gh-ms7721 systemd-journald[262]: File /var/log/journal/a854b02becfb4f78a8392286192d801d/system.journal corrupted or uncleanly shut down, renaming and replacing.
May 24 19:32:27 gh-ms7721 kernel: r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
May 24 19:32:30 gh-ms7721 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.ALIB], AE_NOT_FOUND (20210730/psargs-330)
May 24 19:32:30 gh-ms7721 kernel: ACPI Error: Aborting method \_SB.PCI0.VGA.ATC0 due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
May 24 19:32:30 gh-ms7721 kernel: ACPI Error: Aborting method \_SB.PCI0.VGA.ATCS due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
May 24 19:32:30 gh-ms7721 kernel: kauditd_printk_skb: 74 callbacks suppressed
May 24 19:32:31 gh-ms7721 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.ALIB], AE_NOT_FOUND (20210730/psargs-330)
May 24 19:32:31 gh-ms7721 kernel: ACPI Error: Aborting method \_SB.PCI0.VGA.ATC0 due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
May 24 19:32:31 gh-ms7721 kernel: ACPI Error: Aborting method \_SB.PCI0.VGA.ATCS due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
May 24 19:32:38 gh-ms7721 kernel: kauditd_printk_skb: 1 callbacks suppressed
May 24 19:32:42 gh-ms7721 sddm-greeter[513]: QFont::fromString: Invalid description '(empty)'
May 24 19:32:43 gh-ms7721 sddm-greeter[513]: file:///usr/lib/qt/qml/SddmComponents/LayoutBox.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
May 24 19:32:45 gh-ms7721 sddm-greeter[513]: file:///usr/share/sddm/themes/elarun/Main.qml:40:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
May 24 19:32:45 gh-ms7721 sddm-greeter[513]: file:///usr/share/sddm/themes/elarun/Main.qml:155: ReferenceError: session_button is not defined
May 24 19:32:45 gh-ms7721 sddm-greeter[513]: file:///usr/share/sddm/themes/elarun/Main.qml:175: ReferenceError: session_button is not defined
May 24 19:32:52 gh-ms7721 kernel: kauditd_printk_skb: 34 callbacks suppressed
May 24 19:32:52 gh-ms7721 systemd-journald[262]: File /var/log/journal/a854b02becfb4f78a8392286192d801d/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
May 24 19:32:58 gh-ms7721 kernel: kauditd_printk_skb: 35 callbacks suppressed
May 24 19:32:59 gh-ms7721 kwin_wayland[565]: No backend specified, automatically choosing drm
May 24 19:32:59 gh-ms7721 baloo_file[568]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.26'
May 24 19:32:59 gh-ms7721 baloo_file[568]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.31'
May 24 19:33:00 gh-ms7721 kwin_wayland[565]: kwin_wayland_drm: drmSetClientCap for Atomic Mode Setting failed. Using legacy mode on GPU "/dev/dri/card0"
May 24 19:33:01 gh-ms7721 kwin_wayland[565]: kwin_xkbcommon: XKB: inet:323:58: unrecognized keysym "XF86EmojiPicker"
May 24 19:33:01 gh-ms7721 kwin_wayland[565]: kwin_xkbcommon: XKB: inet:324:58: unrecognized keysym "XF86Dictate"
May 24 19:33:06 gh-ms7721 ksmserver[668]: Qt: Session management error: networkIdsList argument is NULL
May 24 19:33:06 gh-ms7721 plasmashell[700]: Checking screens: available: (QScreen(0x559d3695bd80, name="VGA-1")) redundant: QHash() fake: QSet() all: (QScreen(0x559d3695bd80, name="VGA-1"))
May 24 19:33:08 gh-ms7721 backlighthelper[781]: org.kde.powerdevil: no kernel backlight interface found
May 24 19:33:09 gh-ms7721 org_kde_powerdevil[724]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
May 24 19:33:09 gh-ms7721 org_kde_powerdevil[724]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
May 24 19:33:09 gh-ms7721 kernel: kauditd_printk_skb: 1 callbacks suppressed
May 24 19:33:09 gh-ms7721 pipewire[803]: mod.rt: Can't find org.freedesktop.portal.Desktop. Is xdg-desktop-portal running?
May 24 19:33:09 gh-ms7721 pipewire[803]: mod.rt: found session bus but no portal
May 24 19:33:10 gh-ms7721 org_kde_powerdevil[724]: org.kde.powerdevil: Handle button events action could not check for screen configuration
May 24 19:33:10 gh-ms7721 org_kde_powerdevil[724]: org.kde.powerdevil: The profile  "AC" tried to activate "DimDisplay" a non-existent action. This is usually due to an installation problem, a configuration problem, or because the action is not supported
May 24 19:33:10 gh-ms7721 org_kde_powerdevil[724]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
May 24 19:33:11 gh-ms7721 msm_kde_notifier[839]: kf.notifications: env says KDE is running but SNI unavailable -- check KDE_FULL_SESSION and XDG_CURRENT_DESKTOP
May 24 19:33:11 gh-ms7721 pamac-tray-plasma[853]: kf.notifications: env says KDE is running but SNI unavailable -- check KDE_FULL_SESSION and XDG_CURRENT_DESKTOP
May 24 19:33:14 gh-ms7721 kded5[670]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface:
May 24 19:33:16 gh-ms7721 kded5[670]: kf.coreaddons: "Could not load plugin from /usr/lib/qt/plugins/plasma/geolocationprovider/plasma-geolocation-gps.so: Cannot load library /usr/lib/qt/plugins/plasma/geolocationprovider/plasma-geolocation-gps.so: (libgps.so.30: cannot open shared object file: No such file or directory)"
May 24 19:33:16 gh-ms7721 plasmashell[700]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
May 24 19:33:16 gh-ms7721 plasmashell[700]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
May 24 19:33:16 gh-ms7721 plasmashell[700]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
May 24 19:33:16 gh-ms7721 plasmashell[700]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
May 24 19:33:16 gh-ms7721 kded5[670]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
May 24 19:33:19 gh-ms7721 plasmashell[700]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 24 19:33:19 gh-ms7721 plasmashell[700]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 24 19:33:19 gh-ms7721 kioslave5[959]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
May 24 19:33:22 gh-ms7721 plasmashell[700]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 24 19:33:22 gh-ms7721 plasmashell[700]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 24 19:33:23 gh-ms7721 plasmashell[700]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
May 24 19:33:25 gh-ms7721 plasmashell[700]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 24 19:33:26 gh-ms7721 plasmashell[700]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
May 24 19:33:26 gh-ms7721 plasmashell[700]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml"
May 24 19:33:28 gh-ms7721 pulseaudio[976]: stat('/etc/pulse/default.pa.d'): No such file or directory
May 24 19:33:28 gh-ms7721 plasmashell[700]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
May 24 19:33:28 gh-ms7721 plasmashell[700]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 24 19:33:29 gh-ms7721 plasmashell[700]: file:///usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml:61:17: Unable to assign [undefined] to int
May 24 19:33:29 gh-ms7721 plasmashell[700]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
May 24 19:33:29 gh-ms7721 plasmashell[700]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_14.2.analog-stereo.monitor"
May 24 19:33:30 gh-ms7721 kernel: [UFW BLOCK] IN=enp1s0 OUT= MAC=01:00:5e:00:00:01:3c:9a:77:d3:a9:3b:08:00 SRC=10.0.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0xC0 TTL=1 ID=7392 PROTO=2 
May 24 19:33:30 gh-ms7721 kernel: [UFW BLOCK] IN=enp1s0 OUT= MAC=01:00:5e:00:00:01:3c:9a:77:d3:a9:3b:08:00 SRC=169.254.100.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0xC0 TTL=1 ID=59464 PROTO=2 
May 24 19:33:32 gh-ms7721 plasmashell[700]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 24 19:33:32 gh-ms7721 plasmashell[700]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 24 19:33:32 gh-ms7721 plasmashell[700]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 24 19:33:33 gh-ms7721 plasmashell[700]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 24 19:33:33 gh-ms7721 plasmashell[700]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 24 19:33:33 gh-ms7721 plasmashell[700]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 24 19:33:33 gh-ms7721 plasmashell[700]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 24 19:33:34 gh-ms7721 plasmashell[700]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 24 19:33:34 gh-ms7721 plasmashell[700]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 24 19:33:34 gh-ms7721 plasmashell[700]: kf5idletime_wayland: This plugin does not support polling idle time
May 24 19:33:34 gh-ms7721 plasmashell[700]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 24 19:33:41 gh-ms7721 pulseaudio[976]: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
May 24 19:33:41 gh-ms7721 kded5[670]: kf.bluezqt: PendingCall Error: "Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)"
May 24 19:33:57 gh-ms7721 plasmashell[700]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/file" not found
May 24 19:33:57 gh-ms7721 plasmashell[700]: QString::arg: 2 argument(s) missing in firefox
May 24 19:33:57 gh-ms7721 plasmashell[700]: trying to show an empty dialog
May 24 19:34:02 gh-ms7721 firefox[999]: Theme parsing error: gtk.css:1649:16: '-gtk-icon-size' is not a valid property name
May 24 19:34:02 gh-ms7721 firefox[999]: Theme parsing error: gtk.css:1652:16: '-gtk-icon-size' is not a valid property name
May 24 19:34:03 gh-ms7721 firefox[999]: Theme parsing error: gtk.css:1649:16: '-gtk-icon-size' is not a valid property name
May 24 19:34:03 gh-ms7721 firefox[999]: Theme parsing error: gtk.css:1652:16: '-gtk-icon-size' is not a valid property name
May 24 19:34:03 gh-ms7721 firefox[999]: Theme parsing error: gtk.css:1649:16: '-gtk-icon-size' is not a valid property name
May 24 19:34:03 gh-ms7721 firefox[999]: Theme parsing error: gtk.css:1652:16: '-gtk-icon-size' is not a valid property name
May 24 19:34:03 gh-ms7721 firefox[999]: Theme parsing error: gtk.css:1649:16: '-gtk-icon-size' is not a valid property name
May 24 19:34:03 gh-ms7721 firefox[999]: Theme parsing error: gtk.css:1652:16: '-gtk-icon-size' is not a valid property name
May 24 19:34:29 gh-ms7721 msm_kde_notifier[839]: QProcess: Destroyed while process ("pacman") is still running.
May 24 19:34:48 gh-ms7721 plasmashell[700]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/file" not found
May 24 19:34:48 gh-ms7721 plasmashell[700]: QString::arg: 2 argument(s) missing in org.kde.konsole
May 24 19:34:49 gh-ms7721 konsole[1504]: kf.xmlgui: Shortcut for action  "" "Show Quick Commands" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
May 24 19:34:49 gh-ms7721 konsole[1504]: kf.xmlgui: Shortcut for action  "" "Show SSH Manager" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.

Here’s the system info.

System:
  Kernel: 5.15.112-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 12.2.1
    parameters: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64
    root=UUID=328fdadb-0ce0-4fdc-8a49-49849bc48edb rw quiet splash
    udev.log_priority=3
  Desktop: KDE Plasma v: 5.27.4 tk: Qt v: 5.15.9 wm: kwin_wayland vt: 2
    dm: SDDM Distro: Manjaro Linux base: Arch Linux
Machine:
  Type: Desktop Mobo: MSI model: A68HM-E33 V2 (MS-7721) v: 9.0
    serial: <superuser required> UEFI: American Megatrends v: 8.3
    date: 04/07/2016
Battery:
  Message: No system battery data found. Is one present?
Memory:
  System RAM: available: 14.6 GiB used: 1.84 GiB (12.6%)
  RAM Report: permissions: Unable to run dmidecode. Root privileges
    required.
CPU:
  Info: model: AMD A6-7400K Radeon R5 6 Compute Cores 2C+4G bits: 64
    type: MT MCP arch: Steamroller level: v2 built: 2014 process: GF 28nm
    family: 0x15 (21) model-id: 0x30 (48) stepping: 1 microcode: 0x6003106
  Topology: cpus: 1x cores: 2 smt: enabled cache: L1: 128 KiB
    desc: d-2x16 KiB; i-1x96 KiB L2: 1024 KiB desc: 1x1024 KiB
  Speed (MHz): avg: 1876 high: 1878 min/max: 1400/3500 boost: enabled
    scaling: driver: acpi-cpufreq governor: schedutil cores: 1: 1874 2: 1878
    bogomips: 13980
  Flags: 3dnowprefetch abm aes aperfmperf apic arat avx bmi1 bpext clflush
    cmov cmp_legacy constant_tsc cpb cpuid cr8_legacy cx16 cx8 de
    decodeassists extapic extd_apicid f16c flushbyasid fma fma4 fpu fsgsbase
    fxsr fxsr_opt ht hw_pstate ibs lahf_lm lbrv lm lwp mca mce misalignsse
    mmx mmxext monitor msr mtrr nodeid_msr nonstop_tsc nopl npt nrip_save nx
    osvw overflow_recov pae pat pausefilter pclmulqdq pdpe1gb perfctr_core
    perfctr_nb pfthreshold pge pni popcnt pse pse36 ptsc rdtscp rep_good sep
    skinit ssbd sse sse2 sse4_1 sse4_2 sse4a ssse3 svm svm_lock syscall tbm
    tce topoext tsc tsc_scale vmcb_clean vme vmmcall wdt xop xsave xsaveopt
  Vulnerabilities:
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: retbleed mitigation: untrained return thunk; SMT vulnerable
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl and seccomp
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Retpolines, STIBP: disabled, RSB filling,
    PBRSB-eIBRS: Not affected
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: AMD Kaveri [Radeon R5 Graphics] vendor: Micro-Star MSI
    driver: radeon v: kernel alternate: amdgpu arch: GCN-2 code: Sea Islands
    process: GF/TSMC 16-28nm built: 2013-17 ports: active: VGA-1
    empty: DVI-D-1,HDMI-A-1 bus-ID: 00:01.0 chip-ID: 1002:1315 class-ID: 0300
  Display: wayland server: X.org v: 1.21.1.8 with: Xwayland v: 23.1.1
    compositor: kwin_wayland driver: X: loaded: radeon unloaded: modesetting
    alternate: fbdev,vesa dri: radeonsi gpu: radeon display-ID: 0
  Monitor-1: VGA-1 res: 1366x768 size: N/A modes: N/A
  API: OpenGL v: 4.5 Mesa 23.0.3 renderer: KAVERI ( LLVM 15.0.7 DRM 2.50
    5.15.112-1-MANJARO) direct-render: Yes
Audio:
  Device-1: AMD Kaveri HDMI/DP Audio vendor: Micro-Star MSI
    driver: snd_hda_intel v: kernel bus-ID: 00:01.1 chip-ID: 1002:1308
    class-ID: 0403
  Device-2: AMD FCH Azalia vendor: Micro-Star MSI driver: snd_hda_intel
    v: kernel bus-ID: 00:14.2 chip-ID: 1022:780d class-ID: 0403
  API: ALSA v: k5.15.112-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PipeWire v: 0.3.70 status: off with: wireplumber status: active
    tools: pw-cli,wpctl
  Server-3: PulseAudio v: 16.1 status: active with: pulseaudio-alsa
    type: plugin tools: pacat,pactl
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    vendor: Micro-Star MSI driver: r8169 v: kernel pcie: gen: 1 speed: 2.5 GT/s
    lanes: 1 port: e000 bus-ID: 01:00.0 chip-ID: 10ec:8168 class-ID: 0200
  IF: enp1s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: dynamic noprefixroute scope: global
  IP v6: <filter> type: dynamic noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: link
  WAN IP: <filter>
Bluetooth:
  Message: No bluetooth data found.
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 931.51 GiB used: 12.66 GiB (1.4%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/sda maj-min: 8:0 vendor: Toshiba model: DT01ACA100
    size: 931.51 GiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
    tech: HDD rpm: 7200 serial: <filter> fw-rev: A750 scheme: GPT
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 931.22 GiB size: 915.53 GiB (98.32%)
    used: 12.66 GiB (1.4%) fs: ext4 dev: /dev/sda2 maj-min: 8:2 label: N/A
    uuid: 328fdadb-0ce0-4fdc-8a49-49849bc48edb
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 288 KiB (0.1%) fs: vfat dev: /dev/sda1 maj-min: 8:1 label: N/A
    uuid: A8AD-DE9F
Swap:
  Alert: No swap data was found.
Unmounted:
  Message: No unmounted partitions found.
USB:
  Hub-1: 1-0:1 info: full speed or root hub ports: 5 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-2: 2-0:1 info: full speed or root hub ports: 5 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-3: 3-0:1 info: full speed or root hub ports: 5 rev: 1.1
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 chip-ID: 1d6b:0001
    class-ID: 0900
  Device-1: 3-1:2 info: Chicony Amazon Basics mouse type: mouse
    driver: hid-generic,usbhid interfaces: 1 rev: 2.0
    speed: 1.5 Mb/s (183 KiB/s) lanes: 1 mode: 1.0 power: 100mA
    chip-ID: 04f2:0939 class-ID: 0301
  Device-2: 3-4:3 info: Chicony KU-0833 Keyboard type: keyboard,HID
    driver: hid-generic,usbhid interfaces: 2 rev: 2.0
    speed: 1.5 Mb/s (183 KiB/s) lanes: 1 mode: 1.0 power: 100mA
    chip-ID: 04f2:0833 class-ID: 0300
  Hub-4: 4-0:1 info: full speed or root hub ports: 5 rev: 1.1
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 chip-ID: 1d6b:0001
    class-ID: 0900
  Hub-5: 5-0:1 info: full speed or root hub ports: 2 rev: 1.1
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 chip-ID: 1d6b:0001
    class-ID: 0900
  Hub-6: 6-0:1 info: hi-speed hub with single TT ports: 2 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-7: 7-0:1 info: super-speed hub ports: 2 rev: 3.0
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 chip-ID: 1d6b:0003
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 17.4 C mobo: N/A gpu: radeon temp: 19.0 C
  Fan Speeds (RPM): N/A
Info:
  Processes: 160 Uptime: 16m wakeups: 0 Init: systemd v: 252
  default: graphical tool: systemctl Compilers: gcc: 12.2.1 clang: 15.0.7
  Packages: pm: pacman pkgs: 1201 libs: 358 tools: pamac pm: flatpak pkgs: 0
  Shell: Zsh v: 5.9 default: Bash v: 5.1.16 running-in: konsole inxi: 3.3.27

it looks like it could be because of wayland, so switch to xorg and test again…

That fixed it. Thank you, brahma!