I happened to be looking around /var/log and I noticed an odd change to the Xorg logs since (apparently) late March (about the time of an update).
Whereas Xorg’s logs were previously simply rotating as:
Xorg.0.log
Xorg.0.log.old
Each time Xorg restarted it now creates a file in the format:
Xorg.pid-788247.log
with the number changing according to the PID of the process.
Worth mentioning because this means that without intervention, Xorg logs are going to accumulate ad-infinitum. Fortunately I have a periodical cleanup process I can add this to, other people may have to implement something themselves.
I assume if you’re using Wayland Xorg won’t be even started so won’t have written any logs since you last used it. So the timestamps on those files will probably be quite old.
Protocol Version 11, Revision 0
[ 8.718] Current Operating System: Linux BG-T440-MANJARO 6.1.90-1-MANJARO #1 SMP PREEMPT_DYNAMIC Fri May 3 05:13:01 UTC 2024 x86_64
… I guess this might have been from when I manually logged out, as I assume the login screen is using X11.