Created attachment 161548 [details] pacman.log journalctl.log kwin keeps crashing every few seconds, don't have time to fill in every field: updated qt and llvm libs on asahi linux (archlinuxarm) will provide exact versions in comments, see logs attached hidpi scaling broke as well(flickering mouse traces; clicks not registered whe cursor seen aso.; font rendering ugly) , but 100% scaling suffices for now
Created attachment 161550 [details] journalctl -b0 more logs after further crash
Did you reboot after the update, or logout ?
(In reply to Méven Car from comment #2) > Did you reboot after the update, or logout ? sure, some minutes after the first glitches occuring after the update. Log of the first crashes attached. here is what i think: archlinux shipped llvm 16 but custom build asahi linux mesa is not linked to this making kwin crash. let's wait if mesa just gets a new release soon. crashing mesa leads to plenty of odd kde behaviour though
Created attachment 161556 [details] crashes after update, before first reboot
(In reply to lirel from comment #3) > (In reply to Méven Car from comment #2) > > Did you reboot after the update, or logout ? > > sure, some minutes after the first glitches occuring after the update. [...] > here is what i think: > archlinux shipped llvm 16 but custom build asahi linux mesa is not linked to [...] $ ldd /usr/lib/dri/apple_dri.so linux-vdso.so.1 (0x0000fffec8a98000) libglapi.so.0 => /usr/lib/libglapi.so.0 (0x0000fffec7b90000) libdrm.so.2 => /usr/lib/libdrm.so.2 (0x0000fffec7b60000) *libLLVM-15.so => not found* libexpat.so.1 => /usr/lib/libexpat.so.1 (0x0000fffec7b20000) libz.so.1 => /usr/lib/libz.so.1 (0x0000fffec7af0000) libzstd.so.1 => /usr/lib/libzstd.so.1 (0x0000fffec7a10000) libsensors.so.5 => /usr/lib/libsensors.so.5 (0x0000fffec79e0000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0000fffec7780000) libm.so.6 => /usr/lib/libm.so.6 (0x0000fffec76d0000) libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x0000fffec76a0000) libc.so.6 => /usr/lib/libc.so.6 (0x0000fffec74e0000) /usr/lib/ld-linux-aarch64.so.1 (0x0000fffec8a64000)
since asahi/mesa-asahi-edge 23.3.0_pre20230904-1 23.3.0_pre20230904-2 now links to llvm 16 i'll give it a try.
after updating mesa to a working version again everything seems fine again. sorry for the inconvenience.
(In reply to lirel from comment #7) > after updating mesa to a working version again everything seems fine again. > sorry for the inconvenience. Nice to hear