You are not logged in.
Pages: 1
Hello,
The mouse cursor misbehave on my machine only on Arch Linux with Xorg but not with Wayland.
I tried and it does not happen in the UEFI or in GParted.
It started a few days ago.
It used to work seamlessly, maybe it's an update that caused it.
I tried reinstalling Arch Linux in case I broke something but it still happens.
It happens when the polling rate is set to 1000Hz but does not happen when set to 500Hz, 250Hz or 125Hz.
I tried on two different mouses, one usb and one wireless, happens on both.
I don't know how to precisely explain, the cursor sort of lags behind when moving it around. Like it can't keep up the pace.
It occurs when SWCursor is set to false in xorg.conf and stops when set to true.
I think it may be because of the amdgpu driver.
My GPU is RDNA 4 (RX 9070 XT).
Anyone encountered something similar ?
Last edited by sherminatorex7 (2025-08-13 21:56:01)
Offline
It occurs when SWCursor is set to false in xorg.conf and stops when set to true.
I think it may be because of the amdgpu driver.
Do you get it w/ xf86-video-amdgpu?
Online
Yes I get it no matter if xf86-video-amdgpu is installed or not.
Last edited by sherminatorex7 (2025-08-13 19:19:28)
Offline
The cursor would be painted directly into the framebuffer, if it's not the DDX it's kinda likely that wayland (which compositor?) uses a software cursor.
How does it behave if you cause frequent updates?
https://bbs.archlinux.org/viewtopic.php … 1#p2253171
Is this a notebook panel?
Online
The Wayland compositor is Sway.
How does it behave if you cause frequent updates?
Sorry I'm not sure I understand what you're asking.
It's a mid tower PC plugged to a 1080p monitor with Display Port.
I forgot to mention it stops when I run
sudo libinput debug-events (libinput reports a pointer motion from the mouse every second).
Last edited by sherminatorex7 (2025-08-13 20:19:19)
Offline
See the link, there' s a trivial loop to print the date at 60fps
Do you https://wiki.archlinux.org/title/Sway#No_visible_cursor ?
Online
Oh yes, when I run the loop the problem stops, that explains why the " libinput debug-events " thing mitigates it.
Offline
The cursor is always visible I don't have that problem.
Offline
Thank you, you've been super helpful. It's fixed ! I set the GPU performance level to high and the problem is gone.
I followed this https://wiki.archlinux.org/title/AMDGPU … nce_levels.
Last edited by sherminatorex7 (2025-08-13 21:31:43)
Offline
This is coming from the kernel. You wanna pay some attention as to whether this gets better w/ updates and you can use dynamic power profiles again (there've been plenty reports about this)
Otherwise we'll need to start to have a look whom to yell at to fix this ![]()
Online
But how can it be the kernel's fault since that happened too with the LTS one ? I mean it was a new issue for me that never happened on previous kernels versions that's why I don't get it.
Offline
Backporting bugs into the LTS kernel isn't unheard of…
Does it happen if you downgrade to an older kernel like the last 6.14 one from the https://wiki.archlinux.org/title/Arch_Linux_Archive ?
On a stretch, a change in mesa might have cause differences in whether/how dynamic power profile states are triggered, but it's way more sketchy to dowgrade mesa in isolation.
Iff this is a recent regression: what packages where in the critical update?
=> /var/log/pacman.log
Online
Backporting bugs into the LTS kernel isn't unheard of…
Okay I didn't know that was a thing.
It still happens with linux-zen 6.14.9.
I'm gonna try a previous version of linux-firmware-amdgpu and let you know.
Iff this is a recent regression: what packages where in the critical update?
I can't tell you because it hasn't been carried over to the new installation.
Offline
I don't have the cursor issue with linux-firmware-amdgpu 20250613.12fe085f-5 and linux-zen 6.14.9 even though the GPU performance level is set to auto, the cursor is hardware and the polling rate is 1000hz.
Last edited by sherminatorex7 (2025-08-14 19:18:34)
Offline
I manually reinstalled both linux-zen 6.15.9 and linux-firmware-amdgpu 20250708-1 and weirdly there's no issue with the cursor.
Offline
Any chance you had forgotten to install the firmware before?
R/n all you can realistically do is to wait and see whether the problem returns…
Online
Here's pacman.log regarding the operations I've done tonight :
[2025-08-14T20:46:38+0200] [PACMAN] Running 'pacman -U documents/linux-zen-6.14.9.zen1-1-x86_64.pkg.tar.zst'
[2025-08-14T20:46:42+0200] [ALPM] running '60-mkinitcpio-remove.hook'...
[2025-08-14T20:46:42+0200] [ALPM] transaction started
[2025-08-14T20:46:42+0200] [ALPM] downgraded linux-zen (6.15.9.zen1-1 -> 6.14.9.zen1-1)
[2025-08-14T20:46:42+0200] [ALPM] transaction completed
[2025-08-14T20:46:42+0200] [ALPM] running '30-systemd-update.hook'...
[2025-08-14T20:46:42+0200] [ALPM] running '60-depmod.hook'...
[2025-08-14T20:46:43+0200] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-08-14T20:46:43+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'default'
[2025-08-14T20:46:43+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-08-14T20:46:43+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-zen -g /boot/initramfs-linux-zen.img
[2025-08-14T20:46:43+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.14.9-zen1-1-zen'
[2025-08-14T20:46:43+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-08-14T20:46:44+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-08-14T20:46:44+0200] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2025-08-14T20:46:44+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-08-14T20:46:44+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-08-14T20:46:44+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-zen.img'
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'fallback'
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-zen -g /boot/initramfs-linux-zen-fallback.img -S autodetect
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.14.9-zen1-1-zen'
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-08-14T20:46:46+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-08-14T20:46:47+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-08-14T20:46:47+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-08-14T20:46:50+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-08-14T20:46:50+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-08-14T20:46:51+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-08-14T20:46:51+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-08-14T20:46:51+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-08-14T20:46:51+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-08-14T20:46:51+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-08-14T20:46:51+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-08-14T20:46:51+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-08-14T20:46:51+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-08-14T20:46:51+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-08-14T20:46:51+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-08-14T20:46:53+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-08-14T20:46:53+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-08-14T20:46:54+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-08-14T20:46:54+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-zen-fallback.img'
[2025-08-14T20:46:55+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-08-14T20:46:55+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-08-14T21:03:36+0200] [PACMAN] Running 'pacman -U https://archive.archlinux.org/packages/l/linux-firmware-amdgpu/linux-firmware-amdgpu-20250613.12fe085f-5-any.pkg.tar.zst'
[2025-08-14T21:03:47+0200] [ALPM] transaction started
[2025-08-14T21:03:47+0200] [ALPM] downgraded linux-firmware-amdgpu (20250708-1 -> 20250613.12fe085f-5)
[2025-08-14T21:03:47+0200] [ALPM] transaction completed
[2025-08-14T21:03:47+0200] [ALPM] running '30-systemd-update.hook'...
[2025-08-14T21:03:47+0200] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-08-14T21:03:47+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'default'
[2025-08-14T21:03:47+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-08-14T21:03:47+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-zen -g /boot/initramfs-linux-zen.img
[2025-08-14T21:03:48+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.14.9-zen1-1-zen'
[2025-08-14T21:03:48+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-08-14T21:03:48+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-08-14T21:03:48+0200] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2025-08-14T21:03:48+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-08-14T21:03:48+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-08-14T21:03:48+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-zen.img'
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'fallback'
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-zen -g /boot/initramfs-linux-zen-fallback.img -S autodetect
[2025-08-14T21:03:50+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.14.9-zen1-1-zen'
[2025-08-14T21:03:51+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-08-14T21:03:51+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-08-14T21:03:51+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-08-14T21:03:51+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-08-14T21:03:51+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-08-14T21:03:51+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-08-14T21:03:55+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-08-14T21:03:55+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-08-14T21:03:55+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-08-14T21:03:55+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-08-14T21:03:55+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-08-14T21:03:55+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-08-14T21:03:55+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-08-14T21:03:55+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-08-14T21:03:55+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-08-14T21:03:55+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-08-14T21:03:55+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-08-14T21:03:56+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-08-14T21:03:57+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-08-14T21:03:57+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-08-14T21:03:58+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-08-14T21:03:58+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-zen-fallback.img'
[2025-08-14T21:03:59+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-08-14T21:03:59+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-08-14T21:13:13+0200] [PACMAN] Running 'pacman -Syu'
[2025-08-14T21:13:13+0200] [PACMAN] synchronizing package lists
[2025-08-14T21:13:14+0200] [PACMAN] starting full system upgrade
[2025-08-14T21:13:47+0200] [PACMAN] Running 'pacman -S linux-zen vapoursynth harfbuzz'
[2025-08-14T21:13:50+0200] [ALPM] running '60-mkinitcpio-remove.hook'...
[2025-08-14T21:13:50+0200] [ALPM] transaction started
[2025-08-14T21:13:50+0200] [ALPM] upgraded linux-zen (6.14.9.zen1-1 -> 6.15.9.zen1-1)
[2025-08-14T21:13:50+0200] [ALPM] upgraded vapoursynth (R70-2 -> 72-1)
[2025-08-14T21:13:50+0200] [ALPM] upgraded harfbuzz (11.3.3-1 -> 11.4.1-1)
[2025-08-14T21:13:50+0200] [ALPM] transaction completed
[2025-08-14T21:13:50+0200] [ALPM] running '30-systemd-update.hook'...
[2025-08-14T21:13:50+0200] [ALPM] running '30-update-mime-database.hook'...
[2025-08-14T21:13:51+0200] [ALPM] running '60-depmod.hook'...
[2025-08-14T21:13:51+0200] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-08-14T21:13:51+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'default'
[2025-08-14T21:13:51+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-08-14T21:13:51+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-zen -g /boot/initramfs-linux-zen.img
[2025-08-14T21:13:52+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.15.9-zen1-1-zen'
[2025-08-14T21:13:52+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-08-14T21:13:52+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-08-14T21:13:52+0200] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2025-08-14T21:13:52+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-08-14T21:13:52+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-08-14T21:13:52+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-08-14T21:13:54+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-08-14T21:13:54+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-08-14T21:13:54+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-08-14T21:13:54+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-08-14T21:13:54+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-08-14T21:13:54+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-zen.img'
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'fallback'
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-zen -g /boot/initramfs-linux-zen-fallback.img -S autodetect
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.15.9-zen1-1-zen'
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-08-14T21:13:55+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-08-14T21:13:59+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-08-14T21:13:59+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-08-14T21:13:59+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-08-14T21:13:59+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-08-14T21:13:59+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-08-14T21:13:59+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-08-14T21:14:00+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-08-14T21:14:00+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-08-14T21:14:00+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-08-14T21:14:00+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-08-14T21:14:00+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-08-14T21:14:00+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-08-14T21:14:01+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-08-14T21:14:01+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-08-14T21:14:02+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-08-14T21:14:02+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-zen-fallback.img'
[2025-08-14T21:14:03+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-08-14T21:14:03+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-08-14T21:19:03+0200] [PACMAN] Running 'pacman -Syu'
[2025-08-14T21:19:03+0200] [PACMAN] synchronizing package lists
[2025-08-14T21:19:03+0200] [PACMAN] starting full system upgrade
[2025-08-14T21:19:04+0200] [ALPM] transaction started
[2025-08-14T21:19:04+0200] [ALPM] upgraded linux-firmware-amdgpu (20250613.12fe085f-5 -> 20250708-1)
[2025-08-14T21:19:05+0200] [ALPM] transaction completed
[2025-08-14T21:19:05+0200] [ALPM] running '30-systemd-update.hook'...
[2025-08-14T21:19:05+0200] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-08-14T21:19:05+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'default'
[2025-08-14T21:19:05+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-08-14T21:19:05+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-zen -g /boot/initramfs-linux-zen.img
[2025-08-14T21:19:05+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.15.9-zen1-1-zen'
[2025-08-14T21:19:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-08-14T21:19:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-08-14T21:19:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2025-08-14T21:19:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-08-14T21:19:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-08-14T21:19:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-08-14T21:19:08+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-08-14T21:19:08+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-08-14T21:19:08+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-08-14T21:19:08+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-08-14T21:19:08+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-08-14T21:19:08+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-08-14T21:19:08+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-08-14T21:19:08+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-08-14T21:19:08+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-zen.img'
[2025-08-14T21:19:09+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-08-14T21:19:09+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-08-14T21:19:09+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'fallback'
[2025-08-14T21:19:09+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-08-14T21:19:09+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-zen -g /boot/initramfs-linux-zen-fallback.img -S autodetect
[2025-08-14T21:19:09+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.15.9-zen1-1-zen'
[2025-08-14T21:19:09+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-08-14T21:19:09+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-08-14T21:19:09+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-08-14T21:19:09+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-08-14T21:19:09+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-08-14T21:19:09+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-08-14T21:19:13+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-08-14T21:19:13+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-08-14T21:19:14+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-08-14T21:19:14+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-08-14T21:19:14+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-08-14T21:19:14+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-08-14T21:19:14+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-08-14T21:19:14+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-08-14T21:19:14+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-08-14T21:19:14+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-08-14T21:19:15+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-08-14T21:19:15+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-08-14T21:19:16+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-08-14T21:19:17+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-08-14T21:19:17+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-08-14T21:19:18+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-zen-fallback.img'
[2025-08-14T21:19:19+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-08-14T21:19:19+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successfulAs you can see, I upgraded vapoursynth and harfbuzz in between, maybe they're the reason I cannot reproduce the cursor issue again?
Offline
Any chance you had forgotten to install the firmware before?
No it was initially installed when I set up Arch Linux from the bootable drive :
2025-08-12T16:17:06+0000] [PACMAN] Running 'pacman -r /mnt -Sy --config=/tmp/pacman.conf.SPnq --disable-sandbox --cachedir=/mnt/var/cache/pacman/pkg --noconfirm base linux-zen linux-zen-headers linux-firmware wpa_supplicant vim amd-ucode dns-over-https man-db man-pages texinfo'
[2025-08-12T16:17:06+0000] [PACMAN] synchronizing package lists
[2025-08-12T16:17:31+0000] [ALPM] transaction started
[2025-08-12T16:17:31+0000] [ALPM] installed iana-etc (20250612-1)
[2025-08-12T16:17:31+0000] [ALPM] installed filesystem (2025.05.03-1)
[2025-08-12T16:17:31+0000] [ALPM] installed linux-api-headers (6.16-1)
[2025-08-12T16:17:31+0000] [ALPM] installed tzdata (2025b-1)
[2025-08-12T16:17:31+0000] [ALPM] installed glibc (2.42+r3+gbc13db739377-1)
[2025-08-12T16:17:32+0000] [ALPM] installed gcc-libs (15.1.1+r500+gb1b8d8ce3eea-1)
[2025-08-12T16:17:32+0000] [ALPM] installed ncurses (6.5-4)
[2025-08-12T16:17:32+0000] [ALPM] installed readline (8.3.001-1)
[2025-08-12T16:17:32+0000] [ALPM] installed bash (5.3.3-2)
[2025-08-12T16:17:32+0000] [ALPM] installed acl (2.3.2-1)
[2025-08-12T16:17:32+0000] [ALPM] installed attr (2.5.2-1)
[2025-08-12T16:17:32+0000] [ALPM] installed gmp (6.3.0-2)
[2025-08-12T16:17:32+0000] [ALPM] installed zlib (1:1.3.1-2)
[2025-08-12T16:17:32+0000] [ALPM] installed sqlite (3.50.4-1)
[2025-08-12T16:17:32+0000] [ALPM] installed util-linux-libs (2.41.1-1)
[2025-08-12T16:17:32+0000] [ALPM] installed e2fsprogs (1.47.3-1)
[2025-08-12T16:17:32+0000] [ALPM] installed keyutils (1.6.3-3)
[2025-08-12T16:17:32+0000] [ALPM] installed gdbm (1.25-1)
[2025-08-12T16:17:32+0000] [ALPM] installed openssl (3.5.2-1)
[2025-08-12T16:17:32+0000] [ALPM] installed libsasl (2.1.28-5)
[2025-08-12T16:17:32+0000] [ALPM] installed libldap (2.6.10-2)
[2025-08-12T16:17:32+0000] [ALPM] installed libevent (2.1.12-4)
[2025-08-12T16:17:32+0000] [ALPM] installed libverto (0.3.2-5)
[2025-08-12T16:17:32+0000] [ALPM] installed lmdb (0.9.33-1)
[2025-08-12T16:17:32+0000] [ALPM] installed krb5 (1.21.3-2)
[2025-08-12T16:17:32+0000] [ALPM] installed libcap-ng (0.8.5-3)
[2025-08-12T16:17:32+0000] [ALPM] installed audit (4.0.5-1)
[2025-08-12T16:17:32+0000] [ALPM] installed libxcrypt (4.4.38-1)
[2025-08-12T16:17:32+0000] [ALPM] installed libtirpc (1.3.6-2)
[2025-08-12T16:17:32+0000] [ALPM] installed libnsl (2.0.1-1)
[2025-08-12T16:17:32+0000] [ALPM] installed pambase (20250719-1)
[2025-08-12T16:17:32+0000] [ALPM] installed libgpg-error (1.55-1)
[2025-08-12T16:17:32+0000] [ALPM] installed libgcrypt (1.11.1-1)
[2025-08-12T16:17:32+0000] [ALPM] installed lz4 (1:1.10.0-2)
[2025-08-12T16:17:32+0000] [ALPM] installed xz (5.8.1-1)
[2025-08-12T16:17:32+0000] [ALPM] installed zstd (1.5.7-2)
[2025-08-12T16:17:32+0000] [ALPM] installed systemd-libs (257.8-2)
[2025-08-12T16:17:32+0000] [ALPM] installed pam (1.7.1-1)
[2025-08-12T16:17:32+0000] [ALPM] installed libcap (2.76-1)
[2025-08-12T16:17:32+0000] [ALPM] installed coreutils (9.7-1)
[2025-08-12T16:17:32+0000] [ALPM] installed bzip2 (1.0.8-6)
[2025-08-12T16:17:32+0000] [ALPM] installed libseccomp (2.5.6-1)
[2025-08-12T16:17:32+0000] [ALPM] installed file (5.46-5)
[2025-08-12T16:17:32+0000] [ALPM] installed findutils (4.10.0-3)
[2025-08-12T16:17:32+0000] [ALPM] installed mpfr (4.2.2-1)
[2025-08-12T16:17:32+0000] [ALPM] installed gawk (5.3.2-1)
[2025-08-12T16:17:32+0000] [ALPM] installed pcre2 (10.45-1)
[2025-08-12T16:17:32+0000] [ALPM] installed grep (3.12-2)
[2025-08-12T16:17:32+0000] [ALPM] installed procps-ng (4.0.5-3)
[2025-08-12T16:17:32+0000] [ALPM] installed sed (4.9-3)
[2025-08-12T16:17:32+0000] [ALPM] installed tar (1.35-2)
[2025-08-12T16:17:32+0000] [ALPM] installed gnulib-l10n (20241231-1)
[2025-08-12T16:17:32+0000] [ALPM] installed libunistring (1.3-1)
[2025-08-12T16:17:32+0000] [ALPM] installed icu (76.1-1)
[2025-08-12T16:17:32+0000] [ALPM] installed libxml2 (2.14.5-1)
[2025-08-12T16:17:32+0000] [ALPM] installed gettext (0.26-1)
[2025-08-12T16:17:32+0000] [ALPM] installed hwdata (0.397-1)
[2025-08-12T16:17:32+0000] [ALPM] installed kmod (34.2-1)
[2025-08-12T16:17:32+0000] [ALPM] installed pciutils (3.14.0-1)
[2025-08-12T16:17:32+0000] [ALPM] installed psmisc (23.7-1)
[2025-08-12T16:17:32+0000] [ALPM] installed shadow (4.18.0-1)
[2025-08-12T16:17:32+0000] [ALPM] installed util-linux (2.41.1-1)
[2025-08-12T16:17:32+0000] [ALPM] installed gzip (1.14-2)
[2025-08-12T16:17:32+0000] [ALPM] installed licenses (20240728-1)
[2025-08-12T16:17:32+0000] [ALPM] installed libtasn1 (4.20.0-1)
[2025-08-12T16:17:32+0000] [ALPM] installed libffi (3.5.1-1)
[2025-08-12T16:17:33+0000] [ALPM] installed libp11-kit (0.25.5-1)
[2025-08-12T16:17:33+0000] [ALPM] installed p11-kit (0.25.5-1)
[2025-08-12T16:17:33+0000] [ALPM] installed ca-certificates-utils (20240618-1)
[2025-08-12T16:17:33+0000] [ALPM] installed ca-certificates-mozilla (3.114-1)
[2025-08-12T16:17:33+0000] [ALPM] installed ca-certificates (20240618-1)
[2025-08-12T16:17:33+0000] [ALPM] installed brotli (1.1.0-3)
[2025-08-12T16:17:33+0000] [ALPM] installed libidn2 (2.3.7-1)
[2025-08-12T16:17:33+0000] [ALPM] installed libnghttp2 (1.66.0-1)
[2025-08-12T16:17:33+0000] [ALPM] installed libnghttp3 (1.11.0-1)
[2025-08-12T16:17:33+0000] [ALPM] installed libpsl (0.21.5-2)
[2025-08-12T16:17:33+0000] [ALPM] installed libssh2 (1.11.1-1)
[2025-08-12T16:17:33+0000] [ALPM] installed curl (8.15.0-1)
[2025-08-12T16:17:33+0000] [ALPM] installed nettle (3.10.2-1)
[2025-08-12T16:17:33+0000] [ALPM] installed leancrypto (1.5.1-1)
[2025-08-12T16:17:33+0000] [ALPM] installed gnutls (3.8.10-1)
[2025-08-12T16:17:33+0000] [ALPM] installed libksba (1.6.7-2)
[2025-08-12T16:17:33+0000] [ALPM] installed libusb (1.0.29-1)
[2025-08-12T16:17:33+0000] [ALPM] installed libassuan (3.0.0-1)
[2025-08-12T16:17:33+0000] [ALPM] installed libsysprof-capture (48.0-6)
[2025-08-12T16:17:33+0000] [ALPM] installed glib2 (2.84.3-1)
[2025-08-12T16:17:33+0000] [ALPM] installed json-c (0.18-2)
[2025-08-12T16:17:33+0000] [ALPM] installed tpm2-tss (4.1.3-1)
[2025-08-12T16:17:33+0000] [ALPM] installed libsecret (0.21.7-1)
[2025-08-12T16:17:33+0000] [ALPM] installed pinentry (1.3.2-1)
[2025-08-12T16:17:33+0000] [ALPM] installed npth (1.8-1)
[2025-08-12T16:17:33+0000] [ALPM] installed gnupg (2.4.8-1)
[2025-08-12T16:17:33+0000] [ALPM] installed gpgme (2.0.0-1)
[2025-08-12T16:17:33+0000] [ALPM] installed libarchive (3.8.1-1)
[2025-08-12T16:17:33+0000] [ALPM] installed pacman-mirrorlist (20250702-2)
[2025-08-12T16:17:33+0000] [ALPM] installed device-mapper (2.03.34-1)
[2025-08-12T16:17:33+0000] [ALPM] installed popt (1.19-2)
[2025-08-12T16:17:33+0000] [ALPM] installed cryptsetup (2.8.0-1)
[2025-08-12T16:17:33+0000] [ALPM] installed expat (2.7.1-1)
[2025-08-12T16:17:33+0000] [ALPM] installed dbus (1.16.2-1)
[2025-08-12T16:17:33+0000] [ALPM] installed dbus-broker (37-2)
[2025-08-12T16:17:33+0000] [ALPM] installed dbus-broker-units (37-2)
[2025-08-12T16:17:33+0000] [ALPM] installed dbus-units (37-2)
[2025-08-12T16:17:33+0000] [ALPM] installed kbd (2.8.0-1)
[2025-08-12T16:17:33+0000] [ALPM] installed libelf (0.193-3)
[2025-08-12T16:17:33+0000] [ALPM] installed systemd (257.8-2)
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Initializing machine ID from random generator.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'sys' with GID 3.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'mem' with GID 8.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'ftp' with GID 11.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'mail' with GID 12.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'log' with GID 19.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'smmsp' with GID 25.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'proc' with GID 26.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'games' with GID 50.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'lock' with GID 54.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'network' with GID 90.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'floppy' with GID 94.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'scanner' with GID 96.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'power' with GID 98.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'nobody' with GID 65534.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'adm' with GID 999.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'wheel' with GID 998.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'utmp' with GID 997.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'audio' with GID 996.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'disk' with GID 995.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'input' with GID 994.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'kmem' with GID 993.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'kvm' with GID 992.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'lp' with GID 991.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'optical' with GID 990.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'render' with GID 989.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'sgx' with GID 988.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'storage' with GID 987.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'tty' with GID 5.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'uucp' with GID 986.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'video' with GID 985.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'users' with GID 984.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'groups' with GID 983.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'systemd-journal' with GID 982.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'rfkill' with GID 981.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'bin' with GID 1.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'bin' (n/a) with UID 1 and GID 1.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'daemon' with GID 2.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'daemon' (n/a) with UID 2 and GID 2.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'mail' (n/a) with UID 8 and GID 12.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'ftp' (n/a) with UID 14 and GID 11.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'http' with GID 33.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'http' (n/a) with UID 33 and GID 33.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'nobody' (Kernel Overflow User) with UID 65534 and GID 65534.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'dbus' with GID 81.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'systemd-coredump' with GID 980.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'systemd-coredump' (systemd Core Dumper) with UID 980 and GID 980.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'systemd-network' with GID 979.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'systemd-network' (systemd Network Management) with UID 979 and GID 979.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'systemd-oom' with GID 978.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 978 and GID 978.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'systemd-journal-remote' with GID 977.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 977 and GID 977.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'systemd-resolve' with GID 976.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'systemd-resolve' (systemd Resolver) with UID 976 and GID 976.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'systemd-timesync' with GID 975.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 975 and GID 975.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'tss' with GID 974.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'tss' (tss user for tpm2) with UID 974 and GID 974.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating group 'uuidd' with GID 973.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Creating user 'uuidd' (UUID generator helper daemon) with UID 973 and GID 973.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] Created symlink '/etc/systemd/system/sockets.target.wants/systemd-userdbd.socket' → '/usr/lib/systemd/system/systemd-userdbd.socket'.
[2025-08-12T16:17:33+0000] [ALPM] installed pacman (7.0.0.r6.gc685ae6-6)
[2025-08-12T16:17:33+0000] [ALPM] installed archlinux-keyring (20250807.1-1)
[2025-08-12T16:17:33+0000] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2025-08-12T16:17:35+0000] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
[2025-08-12T16:17:35+0000] [ALPM-SCRIPTLET] -> Locally signed 5 keys.
[2025-08-12T16:17:35+0000] [ALPM-SCRIPTLET] ==> Importing owner trust values...
[2025-08-12T16:17:35+0000] [ALPM-SCRIPTLET] gpg: setting ownertrust to 4
[2025-08-12T16:17:35+0000] [ALPM-SCRIPTLET] gpg: setting ownertrust to 4
[2025-08-12T16:17:35+0000] [ALPM-SCRIPTLET] gpg: setting ownertrust to 4
[2025-08-12T16:17:35+0000] [ALPM-SCRIPTLET] gpg: inserting ownertrust of 4
[2025-08-12T16:17:35+0000] [ALPM-SCRIPTLET] gpg: setting ownertrust to 4
[2025-08-12T16:17:35+0000] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
[2025-08-12T16:17:36+0000] [ALPM-SCRIPTLET] -> Disabled 50 keys.
[2025-08-12T16:17:36+0000] [ALPM-SCRIPTLET] ==> Updating trust database...
[2025-08-12T16:17:36+0000] [ALPM-SCRIPTLET] gpg: Note: third-party key signatures using the SHA1 algorithm are rejected
[2025-08-12T16:17:36+0000] [ALPM-SCRIPTLET] gpg: (use option "--allow-weak-key-signatures" to override)
[2025-08-12T16:17:36+0000] [ALPM-SCRIPTLET] gpg: marginals needed: 3 completes needed: 1 trust model: pgp
[2025-08-12T16:17:36+0000] [ALPM-SCRIPTLET] gpg: depth: 0 valid: 1 signed: 5 trust: 0-, 0q, 0n, 0m, 0f, 1u
[2025-08-12T16:17:36+0000] [ALPM-SCRIPTLET] gpg: depth: 1 valid: 5 signed: 102 trust: 0-, 0q, 0n, 5m, 0f, 0u
[2025-08-12T16:17:36+0000] [ALPM-SCRIPTLET] gpg: depth: 2 valid: 75 signed: 19 trust: 75-, 0q, 0n, 0m, 0f, 0u
[2025-08-12T16:17:36+0000] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2025-10-10
[2025-08-12T16:17:36+0000] [ALPM] installed systemd-sysvcompat (257.8-2)
[2025-08-12T16:17:36+0000] [ALPM] installed iputils (20250605-1)
[2025-08-12T16:17:36+0000] [ALPM] installed libmnl (1.0.5-2)
[2025-08-12T16:17:36+0000] [ALPM] installed libnftnl (1.3.0-1)
[2025-08-12T16:17:36+0000] [ALPM] installed libnl (3.11.0-1)
[2025-08-12T16:17:36+0000] [ALPM] installed libpcap (1.10.5-3)
[2025-08-12T16:17:36+0000] [ALPM] installed libnfnetlink (1.0.2-2)
[2025-08-12T16:17:36+0000] [ALPM] installed libnetfilter_conntrack (1.0.9-2)
[2025-08-12T16:17:36+0000] [ALPM] installed iptables (1:1.8.11-2)
[2025-08-12T16:17:36+0000] [ALPM] installed libbpf (1.5.1-1)
[2025-08-12T16:17:36+0000] [ALPM] installed iproute2 (6.16.0-2)
[2025-08-12T16:17:36+0000] [ALPM] installed base (3-2)
[2025-08-12T16:17:36+0000] [ALPM] installed mkinitcpio-busybox (1.36.1-1)
[2025-08-12T16:17:36+0000] [ALPM] installed jansson (2.14.1-1)
[2025-08-12T16:17:36+0000] [ALPM] installed binutils (2.45+r8+g09be88bfb653-1)
[2025-08-12T16:17:36+0000] [ALPM] installed diffutils (3.12-2)
[2025-08-12T16:17:36+0000] [ALPM] installed mkinitcpio (39.2-3)
[2025-08-12T16:17:36+0000] [ALPM] installed linux-zen (6.15.9.zen1-1)
[2025-08-12T16:17:36+0000] [ALPM] installed pahole (1:1.30-2)
[2025-08-12T16:17:37+0000] [ALPM] installed linux-zen-headers (6.15.9.zen1-1)
[2025-08-12T16:17:37+0000] [ALPM] installed linux-firmware-whence (20250708-1)
[2025-08-12T16:17:37+0000] [ALPM] installed linux-firmware-amdgpu (20250708-1)
[2025-08-12T16:17:38+0000] [ALPM] installed linux-firmware-atheros (20250708-1)
[2025-08-12T16:17:38+0000] [ALPM] installed linux-firmware-broadcom (20250708-1)
[2025-08-12T16:17:38+0000] [ALPM] installed linux-firmware-cirrus (20250708-1)
[2025-08-12T16:17:38+0000] [ALPM] installed linux-firmware-intel (20250708-1)
[2025-08-12T16:17:38+0000] [ALPM] installed linux-firmware-mediatek (20250708-1)
[2025-08-12T16:17:38+0000] [ALPM] installed linux-firmware-nvidia (20250708-1)
[2025-08-12T16:17:38+0000] [ALPM] installed linux-firmware-other (20250708-1)
[2025-08-12T16:17:38+0000] [ALPM] installed linux-firmware-radeon (20250708-1)
[2025-08-12T16:17:38+0000] [ALPM] installed linux-firmware-realtek (20250708-1)
[2025-08-12T16:17:38+0000] [ALPM] installed linux-firmware (20250708-1)
[2025-08-12T16:17:38+0000] [ALPM] installed duktape (2.7.0-7)
[2025-08-12T16:17:38+0000] [ALPM] installed polkit (126-2)
[2025-08-12T16:17:38+0000] [ALPM] installed pcsclite (2.3.3-1)
[2025-08-12T16:17:38+0000] [ALPM] installed wpa_supplicant (2:2.11-3)
[2025-08-12T16:17:38+0000] [ALPM] installed vim-runtime (9.1.1623-1)
[2025-08-12T16:17:38+0000] [ALPM] installed gpm (1.20.7.r38.ge82d1a6-6)
[2025-08-12T16:17:38+0000] [ALPM] installed vim (9.1.1623-1)
[2025-08-12T16:17:38+0000] [ALPM] installed amd-ucode (20250708-1)
[2025-08-12T16:17:38+0000] [ALPM] installed dns-over-https (2.3.10-1)
[2025-08-12T16:17:38+0000] [ALPM] installed db5.3 (5.3.28-5)
[2025-08-12T16:17:38+0000] [ALPM] installed perl (5.42.0-1)
[2025-08-12T16:17:38+0000] [ALPM] installed groff (1.23.0-7)
[2025-08-12T16:17:38+0000] [ALPM] installed libpipeline (1.5.8-1)
[2025-08-12T16:17:38+0000] [ALPM] installed less (1:679-1)
[2025-08-12T16:17:38+0000] [ALPM] installed man-db (2.13.1-1)
[2025-08-12T16:17:38+0000] [ALPM] installed man-pages (6.15-1)
[2025-08-12T16:17:38+0000] [ALPM] installed texinfo (7.2-1)
[2025-08-12T16:17:39+0000] [ALPM] transaction completed
[2025-08-12T16:17:39+0000] [ALPM] running '20-systemd-sysusers.hook'...
[2025-08-12T16:17:39+0000] [ALPM-SCRIPTLET] Creating group 'polkitd' with GID 102.
[2025-08-12T16:17:39+0000] [ALPM-SCRIPTLET] Creating group 'alpm' with GID 972.
[2025-08-12T16:17:39+0000] [ALPM-SCRIPTLET] Creating user 'alpm' (Arch Linux Package Management) with UID 972 and GID 972.
[2025-08-12T16:17:39+0000] [ALPM-SCRIPTLET] Creating user 'polkitd' (User for polkitd) with UID 102 and GID 102.
[2025-08-12T16:17:39+0000] [ALPM] running '30-systemd-catalog.hook'...
[2025-08-12T16:17:39+0000] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-08-12T16:17:39+0000] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2025-08-12T16:17:39+0000] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-08-12T16:17:39+0000] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2025-08-12T16:17:39+0000] [ALPM] running '30-systemd-hwdb.hook'...
[2025-08-12T16:17:40+0000] [ALPM] running '30-systemd-sysctl.hook'...
[2025-08-12T16:17:40+0000] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2025-08-12T16:17:40+0000] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-08-12T16:17:40+0000] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-08-12T16:17:40+0000] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2025-08-12T16:17:40+0000] [ALPM] running '30-systemd-update.hook'...
[2025-08-12T16:17:40+0000] [ALPM] running '40-update-ca-trust.hook'...
[2025-08-12T16:17:41+0000] [ALPM] running '60-depmod.hook'...
[2025-08-12T16:17:41+0000] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-08-12T16:17:42+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'default'
[2025-08-12T16:17:42+0000] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-08-12T16:17:42+0000] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-zen -g /boot/initramfs-linux-zen.img
[2025-08-12T16:17:42+0000] [ALPM-SCRIPTLET] ==> Starting build: '6.15.9-zen1-1-zen'
[2025-08-12T16:17:42+0000] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-08-12T16:17:42+0000] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-08-12T16:17:42+0000] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2025-08-12T16:17:42+0000] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-08-12T16:17:42+0000] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-08-12T16:17:42+0000] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-08-12T16:17:45+0000] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-08-12T16:17:45+0000] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-08-12T16:17:45+0000] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-08-12T16:17:45+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-08-12T16:17:45+0000] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-08-12T16:17:45+0000] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-08-12T16:17:45+0000] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-08-12T16:17:46+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-08-12T16:17:46+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-zen.img'
[2025-08-12T16:17:46+0000] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-08-12T16:17:46+0000] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-08-12T16:17:46+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'fallback'
[2025-08-12T16:17:46+0000] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-08-12T16:17:46+0000] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-zen -g /boot/initramfs-linux-zen-fallback.img -S autodetect
[2025-08-12T16:17:46+0000] [ALPM-SCRIPTLET] ==> Starting build: '6.15.9-zen1-1-zen'
[2025-08-12T16:17:46+0000] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-08-12T16:17:46+0000] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-08-12T16:17:46+0000] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-08-12T16:17:46+0000] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-08-12T16:17:46+0000] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-08-12T16:17:47+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-08-12T16:17:52+0000] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-08-12T16:17:52+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-08-12T16:17:53+0000] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-08-12T16:17:53+0000] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-08-12T16:17:53+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-08-12T16:17:53+0000] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-08-12T16:17:53+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-08-12T16:17:53+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-08-12T16:17:53+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-08-12T16:17:53+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-08-12T16:17:53+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-08-12T16:17:53+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-08-12T16:17:55+0000] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-08-12T16:17:55+0000] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-08-12T16:17:57+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-08-12T16:17:57+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-zen-fallback.img'
[2025-08-12T16:17:58+0000] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-08-12T16:17:58+0000] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-08-12T16:17:58+0000] [ALPM] running 'dbus-reload.hook'...
[2025-08-12T16:17:58+0000] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2025-08-12T16:17:58+0000] [ALPM] running 'detect-old-perl-modules.hook'...
[2025-08-12T16:17:58+0000] [ALPM] running 'texinfo-install.hook'...Offline
Yeah seems inconsistent, it's doing it again. I'll simply stick with the performance level configuration for now, it seemed to work.
Offline
Pages: 1