New comment by biopsin on void-packages repository https://github.com/void-linux/void-packages/issues/31870#issuecomment-877223825 Comment: I have the same output, tried bumping xorgproto and rebuilt xkbcomp, but to no avail. This issue happens before a WM is loaded via startx ``` [ -d /etc/X11/xinit/xinitrc.d ] && \ for f in /etc/X11/xinit/xinitrc.d/*; do [ -x "$f" ] && . "$f"; done && unset f # Setup XDG_RUNTIME_DIR & pam_env mkdir -p /tmp/${USER}-runtime && chmod -R 0700 /tmp/${USER}-runtime export XDG_RUNTIME_DIR=/tmp/${USER}-runtime # Start user dbus-daemon pidof -s dbus-daemon || export $(dbus-launch) # Run userx services runsvdir -P "$HOME/.local/service" & # Enable clipmenu /usr/local/bin/clipmenud & # Set random bg /usr/local/bin/rngbd & # Dim screen 40% /usr/bin/xcalib -co 40 -gc 1.25 /usr/share/xcalib/gamma_1_0.icc # Compositor xcompmgr -cCb # Start wm exec pekwm --config "$HOME/.config/pekwm/config" #exec pekwm --log-file /tmp/pekwm_issue.log --log-level trace ```