You are not logged in.

#1 2025-11-14 17:56:17

Etewyr
Member
Registered: 2025-11-14
Posts: 15

SDDM black screen with cursors

Hello everyone,
I'm having the "classical" SDDM black screen issue with cursors, however I could not find any working answer online. I had it yesterday and fixed it by updating a few packages.
However now I'm helpless. Here are some I hope helpfull logs.


Edit : Solved, partial update broke it smile


sddm.conf

[Autologin]
# Whether sddm should automatically log back into sessions when they exit
Relogin=false

# Name of session file for autologin session (if empty try last logged in)
Session=

# Username for autologin session
User=


[General]
# Which display server should be used.
# Valid values are: x11, x11-user, wayland. Wayland support is experimental
DisplayServer=x11

# Comma-separated list of environment variables to be set
GreeterEnvironment=

# Halt command
HaltCommand=/usr/bin/systemctl poweroff

# Input method module
InputMethod=qtvirtualkeyboard

# Comma-separated list of Linux namespaces for user session to enter
Namespaces=

# Initial NumLock state. Can be on, off or none.
# If property is set to none, numlock won't be changed
# NOTE: Currently ignored if autologin is enabled.
Numlock=none

# Reboot command
RebootCommand=/usr/bin/systemctl reboot


[Theme]
# Current theme name
Current=

# Cursor size used in the greeter
CursorSize=

# Cursor theme used in the greeter
CursorTheme=

# Number of users to use as threshold
# above which avatars are disabled
# unless explicitly enabled with EnableAvatars
DisableAvatarsThreshold=7

# Enable display of custom user avatars
EnableAvatars=true

# Global directory for user avatars
# The files should be named <username>.face.icon
FacesDir=/usr/share/sddm/faces

# Font used in the greeter
Font=

# Theme directory path
ThemeDir=/usr/share/sddm/themes


[Users]
# Default $PATH for logged in users
DefaultPath=/usr/local/bin:/usr/bin:/bin

# Comma-separated list of shells.
# Users with these shells as their default won't be listed
HideShells=

# Comma-separated list of users that should not be listed
HideUsers=

# Maximum user id for displayed users
MaximumUid=60513

# Minimum user id for displayed users
MinimumUid=1000

# Remember the session of the last successfully logged in user
RememberLastSession=true

# Remember the last successfully logged in user
RememberLastUser=true

# When logging in as the same user twice, restore the original session, rather than create a new one
ReuseSession=true


[Wayland]
# Path of the Wayland compositor to execute when starting the greeter
CompositorCommand=weston --shell=kiosk

# Enable Qt's automatic high-DPI scaling
EnableHiDPI=true

# Path to a script to execute when starting the desktop session
SessionCommand=/usr/share/sddm/scripts/wayland-session

# Comma-separated list of directories containing available Wayland sessions
SessionDir=/usr/local/share/wayland-sessions,/usr/share/wayland-sessions

# Path to the user session log file
SessionLogFile=.local/share/sddm/wayland-session.log


[X11]
# Path to a script to execute when starting the display server
DisplayCommand=/usr/share/sddm/scripts/Xsetup

# Path to a script to execute when stopping the display server
DisplayStopCommand=/usr/share/sddm/scripts/Xstop

# Enable Qt's automatic high-DPI scaling
EnableHiDPI=true

# Arguments passed to the X server invocation
ServerArguments=-nolisten tcp

# Path to X server binary
ServerPath=/usr/bin/X

# Path to a script to execute when starting the desktop session
SessionCommand=/usr/share/sddm/scripts/Xsession

# Comma-separated list of directories containing available X sessions
SessionDir=/usr/local/share/xsessions,/usr/share/xsessions

# Path to the user session log file
SessionLogFile=.local/share/sddm/xorg-session.log

# Path to Xephyr binary
XephyrPath=/usr/bin/Xephyr

Output of journalctl -b --unit=sddm.service

Nov 14 18:40:09 antares systemd[1]: Started Simple Desktop Display Manager.
Nov 14 18:40:09 antares sddm[1033]: Initializing...
Nov 14 18:40:09 antares sddm[1033]: Starting...
Nov 14 18:40:09 antares sddm[1033]: Logind interface found
Nov 14 18:40:09 antares sddm[1033]: Adding new display...
Nov 14 18:40:09 antares sddm[1033]: Loaded empty theme configuration
Nov 14 18:40:09 antares sddm[1033]: Xauthority path: "/run/sddm/xauth_fIPZou"
Nov 14 18:40:09 antares sddm[1033]: Using VT 2
Nov 14 18:40:09 antares sddm[1033]: Display server starting...
Nov 14 18:40:09 antares sddm[1033]: Writing cookie to "/run/sddm/xauth_fIPZou"
Nov 14 18:40:09 antares sddm[1033]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_fIPZou -noreset -displayfd 16
Nov 14 18:40:09 antares sddm[1033]: Setting default cursor
Nov 14 18:40:09 antares sddm[1033]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Nov 14 18:40:09 antares sddm[1033]: Display server started.
Nov 14 18:40:09 antares sddm[1033]: Socket server starting...
Nov 14 18:40:09 antares sddm[1033]: Socket server started.
Nov 14 18:40:09 antares sddm[1033]: Loaded empty theme configuration
Nov 14 18:40:09 antares sddm[1033]: Greeter starting...
Nov 14 18:40:09 antares sddm-helper[1211]: [PAM] Starting...
Nov 14 18:40:09 antares sddm-helper[1211]: [PAM] Authenticating...
Nov 14 18:40:09 antares sddm-helper[1211]: [PAM] returning.
Nov 14 18:40:09 antares sddm-helper[1211]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=963) by (uid=0)
Nov 14 18:40:09 antares sddm-helper[1211]: Writing cookie to "/tmp/xauth_CBPuQA"
Nov 14 18:40:09 antares sddm-helper[1211]: Starting X11 session: "" "/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-hEWAuY"
Nov 14 18:40:09 antares sddm[1033]: Greeter session started successfully
Nov 14 18:40:09 antares sddm[1033]: Message received from greeter: Connect
Nov 14 18:40:10 antares sddm-helper[1211]: [PAM] Closing session
Nov 14 18:40:10 antares sddm-helper[1211]: pam_unix(sddm-greeter:session): session closed for user sddm
Nov 14 18:40:10 antares sddm-helper[1211]: [PAM] Ended.
Nov 14 18:40:10 antares sddm[1033]: Auth: sddm-helper exited with 6
Nov 14 18:40:10 antares sddm[1033]: Greeter stopped. SDDM::Auth::HelperExitStatus(6)

Today's pacman logs (knowing that the first line I managed to connect with a working sddm, and when restarting my laptop through the day it stopped working.)

[2025-11-14T10:12:41+0100] [PACMAN] Running 'pacman -R plank'
[2025-11-14T10:12:43+0100] [ALPM] transaction started
[2025-11-14T10:12:44+0100] [ALPM] removed plank (0.11.89-5)
[2025-11-14T10:12:44+0100] [ALPM] transaction completed
[2025-11-14T10:12:44+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T10:12:44+0100] [ALPM] running 'glib-compile-schemas.hook'...
[2025-11-14T10:12:44+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T10:12:44+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T10:21:03+0100] [PACMAN] Running 'pacman -S fancontrol-gui'
[2025-11-14T10:21:13+0100] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- extra/kirigami2 extra/kdeclarative5 extra/extra-cmake-modules extra/kpackage5'
[2025-11-14T10:21:16+0100] [ALPM] transaction started
[2025-11-14T10:21:16+0100] [ALPM] installed kirigami2 (5.116.0-2)
[2025-11-14T10:21:16+0100] [ALPM] installed kpackage5 (5.116.0-3)
[2025-11-14T10:21:16+0100] [ALPM] installed kdeclarative5 (5.116.0-2)
[2025-11-14T10:21:16+0100] [ALPM] installed extra-cmake-modules (6.19.0-1)
[2025-11-14T10:21:16+0100] [ALPM] transaction completed
[2025-11-14T10:21:16+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T10:21:16+0100] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- kdeclarative5 extra-cmake-modules kpackage5 kirigami2'
[2025-11-14T10:21:57+0100] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/username/.cache/yay/fancontrol-gui/fancontrol-gui-0.8-3-x86_64.pkg.tar.zst /home/username/.cache/yay/fancontrol-gui/fancontrol-gui-debug-0.8-3-x86_64.pkg.tar.zst'
[2025-11-14T10:22:12+0100] [ALPM] transaction started
[2025-11-14T10:22:12+0100] [ALPM] installed fancontrol-gui (0.8-3)
[2025-11-14T10:22:12+0100] [ALPM] installed fancontrol-gui-debug (0.8-3)
[2025-11-14T10:22:12+0100] [ALPM] transaction completed
[2025-11-14T10:22:12+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T10:22:12+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T10:22:12+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T10:22:12+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T10:22:12+0100] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- fancontrol-gui-debug'
[2025-11-14T10:22:12+0100] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- fancontrol-gui'
[2025-11-14T10:22:12+0100] [PACMAN] Running 'pacman -R -s -u --noconfirm --config /etc/pacman.conf -- extra-cmake-modules'
[2025-11-14T10:22:12+0100] [ALPM] transaction started
[2025-11-14T10:22:12+0100] [ALPM] removed extra-cmake-modules (6.19.0-1)
[2025-11-14T10:22:12+0100] [ALPM] transaction completed
[2025-11-14T10:22:12+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T10:30:39+0100] [PACMAN] Running 'pacman -Syu asusctl supergfxctl'
[2025-11-14T10:30:39+0100] [PACMAN] synchronizing package lists
[2025-11-14T10:31:00+0100] [PACMAN] Running 'pacman -Syu asusctl supergfxctl'
[2025-11-14T10:31:00+0100] [PACMAN] synchronizing package lists
[2025-11-14T10:31:57+0100] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- extra/lsof extra/seatd extra/libayatana-appindicator extra/rust'
[2025-11-14T10:32:05+0100] [ALPM] transaction started
[2025-11-14T10:32:05+0100] [ALPM] installed lsof (4.99.5-2)
[2025-11-14T10:32:05+0100] [ALPM] installed seatd (0.9.1-1)
[2025-11-14T10:32:05+0100] [ALPM] installed ayatana-ido (0.10.4-1)
[2025-11-14T10:32:05+0100] [ALPM] installed libayatana-indicator (0.9.4-1)
[2025-11-14T10:32:05+0100] [ALPM] installed libayatana-appindicator (0.5.94-1)
[2025-11-14T10:32:06+0100] [ALPM] installed rust (1:1.91.1-2)
[2025-11-14T10:32:07+0100] [ALPM] transaction completed
[2025-11-14T10:32:07+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2025-11-14T10:32:07+0100] [ALPM-SCRIPTLET] Creating group 'seat' with GID 958.
[2025-11-14T10:32:07+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T10:32:07+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T10:32:07+0100] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- rust lsof seatd libayatana-appindicator'
[2025-11-14T10:32:32+0100] [PACMAN] Running 'pacman -R -s -u --noconfirm --config /etc/pacman.conf -- libayatana-appindicator rust seatd'
[2025-11-14T10:32:32+0100] [ALPM] transaction started
[2025-11-14T10:32:33+0100] [ALPM] removed seatd (0.9.1-1)
[2025-11-14T10:32:33+0100] [ALPM] removed rust (1:1.91.1-2)
[2025-11-14T10:32:33+0100] [ALPM] removed libayatana-appindicator (0.5.94-1)
[2025-11-14T10:32:33+0100] [ALPM] removed libayatana-indicator (0.9.4-1)
[2025-11-14T10:32:33+0100] [ALPM] removed ayatana-ido (0.10.4-1)
[2025-11-14T10:32:33+0100] [ALPM] transaction completed
[2025-11-14T10:32:33+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T10:32:33+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T14:37:21+0100] [PACMAN] Running 'pacman -S layer-shell-qt5'
[2025-11-14T14:38:50+0100] [PACMAN] Running 'pacman -Syu sddm-kcm'
[2025-11-14T14:38:50+0100] [PACMAN] synchronizing package lists
[2025-11-14T14:38:52+0100] [PACMAN] starting full system upgrade
[2025-11-14T14:39:44+0100] [ALPM] running '60-mkinitcpio-remove.hook'...
[2025-11-14T14:39:45+0100] [ALPM] running '71-dkms-remove.hook'...
[2025-11-14T14:39:45+0100] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod asus_fan/git -k 6.17.7-arch1-1
[2025-11-14T14:39:45+0100] [ALPM-SCRIPTLET] ==> depmod 6.17.7-arch1-1
[2025-11-14T14:39:48+0100] [ALPM] transaction started
[2025-11-14T14:39:48+0100] [ALPM] upgraded linux-api-headers (6.16-2 -> 6.17-1)
[2025-11-14T14:39:49+0100] [ALPM] upgraded glibc (2.42+r17+gd7274d718e6f-1 -> 2.42+r33+gde1fe81f4714-1)
[2025-11-14T14:39:49+0100] [ALPM-SCRIPTLET] Generating locales...
[2025-11-14T14:39:50+0100] [ALPM-SCRIPTLET]   en_US.UTF-8... done
[2025-11-14T14:39:50+0100] [ALPM-SCRIPTLET] Generation complete.
[2025-11-14T14:39:50+0100] [ALPM] upgraded gcc-libs (15.2.1+r22+gc4e96a094636-1 -> 15.2.1+r301+gf24307422d1d-1)
[2025-11-14T14:39:50+0100] [ALPM] upgraded curl (8.17.0-1 -> 8.17.0-2)
[2025-11-14T14:39:50+0100] [ALPM] upgraded libwacom (2.16.1-1 -> 2.17.0-1)
[2025-11-14T14:39:50+0100] [ALPM] reinstalled sddm-kcm (6.5.2-1)
[2025-11-14T14:39:50+0100] [ALPM] upgraded binutils (2.45+r29+g2b2e51a31ec7-1 -> 2.45.1-1)
[2025-11-14T14:39:51+0100] [ALPM] upgraded electron38 (38.6.0-2 -> 38.7.0-1)
[2025-11-14T14:39:51+0100] [ALPM] upgraded gcc (15.2.1+r22+gc4e96a094636-1 -> 15.2.1+r301+gf24307422d1d-1)
[2025-11-14T14:39:51+0100] [ALPM] upgraded i2c-tools (4.4-2 -> 4.4-3)
[2025-11-14T14:39:51+0100] [ALPM] upgraded kquickimageeditor (0.5.1-1 -> 0.6.0-1)
[2025-11-14T14:39:51+0100] [ALPM] upgraded xmlsec (1.3.8-1 -> 1.3.9-1)
[2025-11-14T14:39:52+0100] [ALPM] upgraded libreoffice-fresh (25.8.2-5 -> 25.8.3-1)
[2025-11-14T14:39:53+0100] [ALPM] upgraded linux (6.17.7.arch1-1 -> 6.17.7.arch1-2)
[2025-11-14T14:39:55+0100] [ALPM] upgraded linux-headers (6.17.7.arch1-1 -> 6.17.7.arch1-2)
[2025-11-14T14:39:55+0100] [ALPM] upgraded nano (8.6-1 -> 8.7-1)
[2025-11-14T14:39:55+0100] [ALPM] upgraded python-cachecontrol (1:0.14.3-1 -> 1:0.14.4-1)
[2025-11-14T14:39:55+0100] [ALPM] upgraded qt6-multimedia-ffmpeg (6.10.0-2 -> 6.10.0-3)
[2025-11-14T14:39:55+0100] [ALPM] upgraded qt6-multimedia-gstreamer (6.10.0-2 -> 6.10.0-3)
[2025-11-14T14:39:55+0100] [ALPM] upgraded qt6-multimedia (6.10.0-2 -> 6.10.0-3)
[2025-11-14T14:39:55+0100] [ALPM] transaction completed
[2025-11-14T14:39:57+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2025-11-14T14:39:57+0100] [ALPM] running '30-systemd-hwdb.hook'...
[2025-11-14T14:39:57+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-11-14T14:39:58+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T14:39:58+0100] [ALPM] running '30-update-mime-database.hook'...
[2025-11-14T14:39:58+0100] [ALPM] running '60-depmod.hook'...
[2025-11-14T14:39:59+0100] [ALPM] running '70-dkms-install.hook'...
[2025-11-14T14:39:59+0100] [ALPM-SCRIPTLET] ==> dkms install --no-depmod asus_fan/git -k 6.17.7-arch1-2
[2025-11-14T14:40:00+0100] [ALPM-SCRIPTLET] Deprecated feature: CLEAN (/usr/src/asus_fan-git/dkms.conf)
[2025-11-14T14:40:02+0100] [ALPM-SCRIPTLET] ==> depmod 6.17.7-arch1-2
[2025-11-14T14:40:05+0100] [ALPM] running '80-cronie.hook'...
[2025-11-14T14:40:05+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-11-14T14:40:06+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2025-11-14T14:40:06+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-11-14T14:40:06+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
[2025-11-14T14:40:06+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.17.7-arch1-2'
[2025-11-14T14:40:06+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-11-14T14:40:06+0100] [ALPM-SCRIPTLET]   -> Running build hook: [systemd]
[2025-11-14T14:40:07+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2025-11-14T14:40:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2025-11-14T14:40:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-11-14T14:40:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-11-14T14:40:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-11-14T14:40:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-11-14T14:40:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [sd-vconsole]
[2025-11-14T14:40:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-11-14T14:40:10+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-11-14T14:40:10+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-11-14T14:40:10+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-11-14T14:40:10+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2025-11-14T14:40:10+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-11-14T14:40:10+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-11-14T14:40:10+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T14:40:10+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T14:40:11+0100] [ALPM] running 'texinfo-install.hook'...
[2025-11-14T14:40:12+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T14:41:13+0100] [PACMAN] Running 'pacman -Syu sddm-kcm'
[2025-11-14T14:41:13+0100] [PACMAN] synchronizing package lists
[2025-11-14T14:42:15+0100] [PACMAN] Running 'pacman -Syu sddm-kcm'
[2025-11-14T14:42:15+0100] [PACMAN] synchronizing package lists
[2025-11-14T14:42:15+0100] [PACMAN] starting full system upgrade
[2025-11-14T14:42:18+0100] [ALPM] transaction started
[2025-11-14T14:42:18+0100] [ALPM] reinstalled sddm-kcm (6.5.2-1)
[2025-11-14T14:42:18+0100] [ALPM] transaction completed
[2025-11-14T14:42:18+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T14:42:18+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T14:42:18+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T14:52:43+0100] [PACMAN] Running 'pacman -S sddm'
[2025-11-14T14:52:45+0100] [ALPM] transaction started
[2025-11-14T14:52:45+0100] [ALPM] reinstalled sddm (0.21.0-6)
[2025-11-14T14:52:45+0100] [ALPM] transaction completed
[2025-11-14T14:52:45+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2025-11-14T14:52:45+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T14:52:45+0100] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-11-14T14:52:45+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-11-14T14:52:45+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T14:52:45+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T14:56:16+0100] [PACMAN] Running 'pacman -S layer-shell-qt'
[2025-11-14T14:56:17+0100] [ALPM] transaction started
[2025-11-14T14:56:17+0100] [ALPM] reinstalled layer-shell-qt (6.5.2-1)
[2025-11-14T14:56:17+0100] [ALPM] transaction completed
[2025-11-14T14:56:17+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T14:57:14+0100] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- extra/extra-cmake-modules extra/wayland-protocols'
[2025-11-14T14:57:18+0100] [ALPM] transaction started
[2025-11-14T14:57:18+0100] [ALPM] installed extra-cmake-modules (6.19.0-1)
[2025-11-14T14:57:18+0100] [ALPM] installed wayland-protocols (1.45-1)
[2025-11-14T14:57:18+0100] [ALPM] transaction completed
[2025-11-14T14:57:18+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T14:57:18+0100] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- extra-cmake-modules wayland-protocols'
[2025-11-14T14:57:37+0100] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/username/.cache/yay/layer-shell-qt5/layer-shell-qt5-5.27.12-2-x86_64.pkg.tar.zst /home/username/.cache/yay/layer-shell-qt5/layer-shell-qt5-debug-5.27.12-2-x86_64.pkg.tar.zst'
[2025-11-14T14:57:49+0100] [ALPM] transaction started
[2025-11-14T14:57:49+0100] [ALPM] installed layer-shell-qt5 (5.27.12-2)
[2025-11-14T14:57:49+0100] [ALPM] installed layer-shell-qt5-debug (5.27.12-2)
[2025-11-14T14:57:49+0100] [ALPM] transaction completed
[2025-11-14T14:57:49+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T14:57:49+0100] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- layer-shell-qt5-debug'
[2025-11-14T14:57:49+0100] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- layer-shell-qt5'
[2025-11-14T15:00:03+0100] [PACMAN] Running 'pacman -S qt'
[2025-11-14T15:00:07+0100] [PACMAN] Running 'pacman -S qt5'
[2025-11-14T15:00:11+0100] [ALPM] transaction started
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-translations (5.15.18-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-base (5.15.18+kde+r109-2)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-declarative (5.15.18+kde+r22-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-3d (5.15.18-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-graphicaleffects (5.15.18-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-imageformats (5.15.18+kde+r2-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-location (5.15.18+kde+r7-2)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-multimedia (5.15.18+kde+r2-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-networkauth (5.15.18-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-quickcontrols (5.15.18-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-quickcontrols2 (5.15.18+kde+r5-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-script (5.15.19-3)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-sensors (5.15.18-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-serialport (5.15.18-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-speech (5.15.18+kde+r1-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-svg (5.15.18+kde+r5-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-tools (5.15.18+kde+r3-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-virtualkeyboard (5.15.18-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-wayland (5.15.18+kde+r55-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-x11extras (5.15.18-1)
[2025-11-14T15:00:11+0100] [ALPM] reinstalled qt5-xmlpatterns (5.15.18-1)
[2025-11-14T15:00:12+0100] [ALPM] transaction completed
[2025-11-14T15:00:12+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T15:00:29+0100] [PACMAN] Running 'pacman -S wayland'
[2025-11-14T15:00:30+0100] [ALPM] transaction started
[2025-11-14T15:00:30+0100] [ALPM] reinstalled wayland (1.24.0-1)
[2025-11-14T15:00:31+0100] [ALPM] transaction completed
[2025-11-14T15:00:31+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T15:00:42+0100] [PACMAN] Running 'pacman -S xcb'
[2025-11-14T15:02:16+0100] [PACMAN] Running 'pacman -S qt6'
[2025-11-14T15:03:03+0100] [PACMAN] Running 'pacman -S qt6'
[2025-11-14T15:03:48+0100] [ALPM] transaction started
[2025-11-14T15:03:48+0100] [ALPM] reinstalled qt6-translations (6.10.0-1)
[2025-11-14T15:03:48+0100] [ALPM] reinstalled qt6-base (6.10.0-3)
[2025-11-14T15:03:48+0100] [ALPM] installed qt6-3d (6.10.0-1)
[2025-11-14T15:03:48+0100] [ALPM] reinstalled qt6-shadertools (6.10.0-1)
[2025-11-14T15:03:48+0100] [ALPM] reinstalled qt6-5compat (6.10.0-2)
[2025-11-14T15:03:48+0100] [ALPM] reinstalled qt6-declarative (6.10.0-2)
[2025-11-14T15:03:48+0100] [ALPM] reinstalled qt6-charts (6.10.0-1)
[2025-11-14T15:03:48+0100] [ALPM] reinstalled qt6-connectivity (6.10.0-1)
[2025-11-14T15:03:48+0100] [ALPM] installed qt6-datavis3d (6.10.0-1)
[2025-11-14T15:03:49+0100] [ALPM] installed qt6-doc (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] installed qt6-examples (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-quicktimeline (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-quick3d (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] installed qt6-graphs (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] installed qt6-grpc (6.10.0-2)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-websockets (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-httpserver (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-imageformats (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] installed qt6-languageserver (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-positioning (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-location (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] installed qt6-lottie (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-multimedia (6.10.0-3)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-networkauth (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] installed qt6-quick3dphysics (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] installed qt6-quickeffectmaker (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] installed qt6-remoteobjects (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-scxml (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-sensors (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] installed qt6-serialport (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] installed qt6-serialbus (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-speech (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-svg (6.10.0-2)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-tools (6.10.0-2)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-virtualkeyboard (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-wayland (6.10.0-1)
[2025-11-14T15:03:50+0100] [ALPM] reinstalled qt6-webchannel (6.10.0-1)
[2025-11-14T15:03:51+0100] [ALPM] reinstalled qt6-webengine (6.10.0-3)
[2025-11-14T15:03:51+0100] [ALPM] reinstalled qt6-webview (6.10.0-1)
[2025-11-14T15:03:51+0100] [ALPM] transaction completed
[2025-11-14T15:03:52+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T15:03:52+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T15:03:52+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T15:04:23+0100] [PACMAN] Running 'pacman -Syyu'
[2025-11-14T15:04:23+0100] [PACMAN] synchronizing package lists
[2025-11-14T15:04:31+0100] [PACMAN] starting full system upgrade
[2025-11-14T15:10:34+0100] [PACMAN] Running 'pacman -S plasma-meta sddm-kcm'
[2025-11-14T15:10:36+0100] [ALPM] transaction started
[2025-11-14T15:10:36+0100] [ALPM] reinstalled sddm-kcm (6.5.2-1)
[2025-11-14T15:10:36+0100] [ALPM] reinstalled plasma-meta (6.5-1)
[2025-11-14T15:10:36+0100] [ALPM] transaction completed
[2025-11-14T15:10:36+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T15:10:36+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T15:10:36+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T15:11:04+0100] [PACMAN] Running 'pacman -S plasma-workspace'
[2025-11-14T15:11:05+0100] [ALPM] transaction started
[2025-11-14T15:11:05+0100] [ALPM] reinstalled plasma-workspace (6.5.2-2)
[2025-11-14T15:11:05+0100] [ALPM] transaction completed
[2025-11-14T15:11:06+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-11-14T15:11:06+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T15:11:06+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T15:11:06+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T15:11:06+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T15:13:03+0100] [PACMAN] Running 'pacman -S plasma-desktop'
[2025-11-14T15:13:04+0100] [ALPM] transaction started
[2025-11-14T15:13:05+0100] [ALPM] reinstalled plasma-desktop (6.5.2-1)
[2025-11-14T15:13:05+0100] [ALPM] transaction completed
[2025-11-14T15:13:05+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-11-14T15:13:05+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T15:13:05+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T15:13:05+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T15:13:05+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T15:17:10+0100] [PACMAN] Running 'pacman -S plasma-x11-session'
[2025-11-14T15:18:15+0100] [ALPM] transaction started
[2025-11-14T15:18:15+0100] [ALPM] installed kwin-x11 (6.5.2-1)
[2025-11-14T15:18:15+0100] [ALPM] installed plasma-x11-session (6.5.2-2)
[2025-11-14T15:18:15+0100] [ALPM] transaction completed
[2025-11-14T15:18:15+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-11-14T15:18:16+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T15:18:16+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T15:18:16+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T17:14:52+0100] [PACMAN] Running 'pacman -S mesa'
[2025-11-14T17:14:53+0100] [ALPM] transaction started
[2025-11-14T17:14:53+0100] [ALPM] reinstalled mesa (1:25.2.7-1)
[2025-11-14T17:14:53+0100] [ALPM] transaction completed
[2025-11-14T17:14:53+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:14:58+0100] [PACMAN] Running 'pacman -S plasma'
[2025-11-14T17:15:03+0100] [ALPM] transaction started
[2025-11-14T17:15:03+0100] [ALPM] reinstalled kdecoration (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled aurorae (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled plasma-activities (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled libplasma (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled bluedevil (1:6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled breeze (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled breeze-gtk (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] installed plymouth (24.004.60-14)
[2025-11-14T17:15:03+0100] [ALPM] installed breeze-plymouth (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled discover (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled drkonqi (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled flatpak-kcm (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled kactivitymanagerd (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled kde-cli-tools (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled kde-gtk-config (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled kglobalacceld (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled knighttime (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled layer-shell-qt (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled libkscreen (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled kscreenlocker (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled kwayland (6.5.2-1)
[2025-11-14T17:15:03+0100] [ALPM] reinstalled kwin (6.5.2-1)
[2025-11-14T17:15:04+0100] [ALPM] reinstalled kpipewire (6.5.2-1)
[2025-11-14T17:15:04+0100] [ALPM] reinstalled libksysguard (6.5.2-1)
[2025-11-14T17:15:04+0100] [ALPM] reinstalled ksystemstats (6.5.2-1)
[2025-11-14T17:15:04+0100] [ALPM] reinstalled milou (6.5.2-1)
[2025-11-14T17:15:04+0100] [ALPM] reinstalled ocean-sound-theme (6.5.2-1)
[2025-11-14T17:15:04+0100] [ALPM] reinstalled plasma-activities-stats (6.5.2-1)
[2025-11-14T17:15:04+0100] [ALPM] reinstalled plasma5support (6.5.2-1)
[2025-11-14T17:15:04+0100] [ALPM] reinstalled qqc2-breeze-style (6.5.2-1)
[2025-11-14T17:15:04+0100] [ALPM] reinstalled xdg-desktop-portal-kde (6.5.2-1)
[2025-11-14T17:15:04+0100] [ALPM] reinstalled plasma-integration (6.5.2-1)
[2025-11-14T17:15:04+0100] [ALPM] reinstalled plasma-workspace (6.5.2-2)
[2025-11-14T17:15:04+0100] [ALPM] reinstalled kdeplasma-addons (6.5.2-2)
[2025-11-14T17:15:04+0100] [ALPM] installed kgamma (6.5.2-1)
[2025-11-14T17:15:04+0100] [ALPM] reinstalled systemsettings (6.5.2-1)
[2025-11-14T17:15:04+0100] [ALPM] reinstalled kinfocenter (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled kmenuedit (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled krdp (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled kscreen (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled ksshaskpass (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled kwallet-pam (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled kwin-x11 (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled kwrited (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled oxygen (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled oxygen-sounds (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled plasma-browser-integration (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled polkit-kde-agent (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled powerdevil (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled plasma-desktop (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled plasma-disks (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled plasma-firewall (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled plasma-nm (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled plasma-pa (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] installed plasma-sdk (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled plasma-systemmonitor (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled plasma-thunderbolt (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled plasma-vault (6.5.2-1)
[2025-11-14T17:15:05+0100] [ALPM] reinstalled plasma-welcome (6.5.2-1)
[2025-11-14T17:15:06+0100] [ALPM] reinstalled plasma-workspace-wallpapers (6.5.2-1)
[2025-11-14T17:15:06+0100] [ALPM] installed plymouth-kcm (6.5.2-1)
[2025-11-14T17:15:06+0100] [ALPM] reinstalled print-manager (1:6.5.2-1)
[2025-11-14T17:15:06+0100] [ALPM] reinstalled sddm-kcm (6.5.2-1)
[2025-11-14T17:15:06+0100] [ALPM] reinstalled spectacle (1:6.5.2-1)
[2025-11-14T17:15:06+0100] [ALPM] installed xf86-input-wacom (1.2.3-1)
[2025-11-14T17:15:06+0100] [ALPM] installed wacomtablet (6.5.2-1)
[2025-11-14T17:15:06+0100] [ALPM] transaction completed
[2025-11-14T17:15:07+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T17:15:07+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-11-14T17:15:07+0100] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-11-14T17:15:07+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-11-14T17:15:07+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-11-14T17:15:08+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:15:08+0100] [ALPM] running '30-update-mime-database.hook'...
[2025-11-14T17:15:08+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-11-14T17:15:08+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2025-11-14T17:15:08+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-11-14T17:15:08+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
[2025-11-14T17:15:08+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.17.7-arch1-2'
[2025-11-14T17:15:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-11-14T17:15:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [systemd]
[2025-11-14T17:15:10+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2025-11-14T17:15:11+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2025-11-14T17:15:11+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-11-14T17:15:11+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-11-14T17:15:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-11-14T17:15:13+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-11-14T17:15:13+0100] [ALPM-SCRIPTLET]   -> Running build hook: [sd-vconsole]
[2025-11-14T17:15:13+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-11-14T17:15:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-11-14T17:15:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-11-14T17:15:14+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-11-14T17:15:14+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2025-11-14T17:15:14+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-11-14T17:15:14+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-11-14T17:15:14+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T17:15:14+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T17:15:14+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T17:18:52+0100] [PACMAN] Running 'pacman -S qt5-wayland'
[2025-11-14T17:18:53+0100] [ALPM] transaction started
[2025-11-14T17:18:53+0100] [ALPM] reinstalled qt5-wayland (5.15.18+kde+r55-1)
[2025-11-14T17:18:54+0100] [ALPM] transaction completed
[2025-11-14T17:18:54+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:19:35+0100] [PACMAN] Running 'pacman -R sddm'
[2025-11-14T17:19:39+0100] [PACMAN] Running 'pacman -R sddm-kcm'
[2025-11-14T17:19:48+0100] [PACMAN] Running 'pacman -Rdd sddm'
[2025-11-14T17:19:49+0100] [ALPM] transaction started
[2025-11-14T17:19:49+0100] [ALPM] warning: /usr/share/sddm/scripts/Xsetup saved as /usr/share/sddm/scripts/Xsetup.pacsave
[2025-11-14T17:19:49+0100] [ALPM] removed sddm (0.21.0-6)
[2025-11-14T17:19:49+0100] [ALPM] transaction completed
[2025-11-14T17:19:49+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T17:19:50+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:19:50+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T17:19:55+0100] [PACMAN] Running 'pacman -S sddm'
[2025-11-14T17:19:56+0100] [ALPM] transaction started
[2025-11-14T17:19:56+0100] [ALPM] installed sddm (0.21.0-6)
[2025-11-14T17:19:56+0100] [ALPM] transaction completed
[2025-11-14T17:19:56+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2025-11-14T17:19:57+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T17:19:57+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-11-14T17:19:57+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:19:57+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T17:20:15+0100] [PACMAN] Running 'pacman -Syu'
[2025-11-14T17:20:15+0100] [PACMAN] synchronizing package lists
[2025-11-14T17:20:16+0100] [PACMAN] starting full system upgrade
[2025-11-14T17:20:34+0100] [ALPM] transaction started
[2025-11-14T17:20:34+0100] [ALPM] upgraded coreutils (9.8-2 -> 9.9-1)
[2025-11-14T17:20:34+0100] [ALPM] upgraded linux-firmware-whence (20251021-1 -> 20251111-1)
[2025-11-14T17:20:34+0100] [ALPM] upgraded linux-firmware-amdgpu (20251021-1 -> 20251111-1)
[2025-11-14T17:20:34+0100] [ALPM] upgraded linux-firmware-atheros (20251021-1 -> 20251111-1)
[2025-11-14T17:20:34+0100] [ALPM] upgraded linux-firmware-broadcom (20251021-1 -> 20251111-1)
[2025-11-14T17:20:34+0100] [ALPM] upgraded linux-firmware-cirrus (20251021-1 -> 20251111-1)
[2025-11-14T17:20:34+0100] [ALPM] upgraded linux-firmware-intel (20251021-1 -> 20251111-1)
[2025-11-14T17:20:34+0100] [ALPM] upgraded linux-firmware-mediatek (20251021-1 -> 20251111-1)
[2025-11-14T17:20:34+0100] [ALPM] upgraded linux-firmware-nvidia (20251021-1 -> 20251111-1)
[2025-11-14T17:20:34+0100] [ALPM] upgraded linux-firmware-other (20251021-1 -> 20251111-1)
[2025-11-14T17:20:34+0100] [ALPM] upgraded linux-firmware-radeon (20251021-1 -> 20251111-1)
[2025-11-14T17:20:34+0100] [ALPM] upgraded linux-firmware-realtek (20251021-1 -> 20251111-1)
[2025-11-14T17:20:34+0100] [ALPM] upgraded linux-firmware (20251021-1 -> 20251111-1)
[2025-11-14T17:20:35+0100] [ALPM] transaction completed
[2025-11-14T17:20:35+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:20:35+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-11-14T17:20:35+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2025-11-14T17:20:35+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-11-14T17:20:35+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
[2025-11-14T17:20:35+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.17.7-arch1-2'
[2025-11-14T17:20:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-11-14T17:20:36+0100] [ALPM-SCRIPTLET]   -> Running build hook: [systemd]
[2025-11-14T17:20:37+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2025-11-14T17:20:37+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2025-11-14T17:20:37+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-11-14T17:20:37+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-11-14T17:20:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-11-14T17:20:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-11-14T17:20:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [sd-vconsole]
[2025-11-14T17:20:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-11-14T17:20:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-11-14T17:20:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-11-14T17:20:40+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-11-14T17:20:40+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2025-11-14T17:20:40+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-11-14T17:20:41+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-11-14T17:20:41+0100] [ALPM] running 'texinfo-install.hook'...
[2025-11-14T17:21:52+0100] [PACMAN] Running 'pacman -R kwin'
[2025-11-14T17:21:59+0100] [PACMAN] Running 'pacman -Rdd kwin'
[2025-11-14T17:21:59+0100] [ALPM] transaction started
[2025-11-14T17:22:00+0100] [ALPM] removed kwin (6.5.2-1)
[2025-11-14T17:22:00+0100] [ALPM] transaction completed
[2025-11-14T17:22:00+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-11-14T17:22:00+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:22:00+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T17:22:00+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T17:22:04+0100] [PACMAN] Running 'pacman -S kwin'
[2025-11-14T17:22:06+0100] [ALPM] transaction started
[2025-11-14T17:22:06+0100] [ALPM] installed kwin (6.5.2-1)
[2025-11-14T17:22:06+0100] [ALPM] transaction completed
[2025-11-14T17:22:06+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-11-14T17:22:06+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:22:06+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T17:22:06+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T17:40:18+0100] [PACMAN] Running 'pacman -S plank'
[2025-11-14T17:40:20+0100] [ALPM] transaction started
[2025-11-14T17:40:20+0100] [ALPM] installed plank (0.11.89-5)
[2025-11-14T17:40:20+0100] [ALPM] transaction completed
[2025-11-14T17:40:20+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:40:20+0100] [ALPM] running 'glib-compile-schemas.hook'...
[2025-11-14T17:40:20+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T17:40:20+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T17:41:23+0100] [PACMAN] Running 'pacman -R plank'
[2025-11-14T17:41:24+0100] [ALPM] transaction started
[2025-11-14T17:41:24+0100] [ALPM] removed plank (0.11.89-5)
[2025-11-14T17:41:25+0100] [ALPM] transaction completed
[2025-11-14T17:41:25+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:41:25+0100] [ALPM] running 'glib-compile-schemas.hook'...
[2025-11-14T17:41:25+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T17:41:25+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T17:42:41+0100] [PACMAN] Running 'pacman -R fancontrol-gui'
[2025-11-14T17:42:42+0100] [ALPM] transaction started
[2025-11-14T17:42:42+0100] [ALPM] removed fancontrol-gui (0.8-3)
[2025-11-14T17:42:42+0100] [ALPM] transaction completed
[2025-11-14T17:42:42+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:42:42+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T17:42:42+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T17:42:42+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T17:43:13+0100] [PACMAN] Running 'pacman -R plasma'
[2025-11-14T17:43:27+0100] [PACMAN] Running 'pacman -Rdd sddm'
[2025-11-14T17:43:28+0100] [ALPM] transaction started
[2025-11-14T17:43:29+0100] [ALPM] removed sddm (0.21.0-6)
[2025-11-14T17:43:29+0100] [ALPM] transaction completed
[2025-11-14T17:43:29+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T17:43:29+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:43:29+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T17:43:33+0100] [PACMAN] Running 'pacman -S sddm'
[2025-11-14T17:43:34+0100] [ALPM] transaction started
[2025-11-14T17:43:34+0100] [ALPM] installed sddm (0.21.0-6)
[2025-11-14T17:43:34+0100] [ALPM] transaction completed
[2025-11-14T17:43:34+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2025-11-14T17:43:34+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T17:43:34+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-11-14T17:43:34+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:43:35+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T17:43:45+0100] [PACMAN] Running 'pacman -S qt5-declarative'
[2025-11-14T17:43:46+0100] [ALPM] transaction started
[2025-11-14T17:43:46+0100] [ALPM] reinstalled qt5-declarative (5.15.18+kde+r22-1)
[2025-11-14T17:43:46+0100] [ALPM] transaction completed
[2025-11-14T17:43:46+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:53:40+0100] [PACMAN] Running 'pacman -S qt6-wayland'
[2025-11-14T17:53:42+0100] [ALPM] transaction started
[2025-11-14T17:53:42+0100] [ALPM] reinstalled qt6-wayland (6.10.0-1)
[2025-11-14T17:53:42+0100] [ALPM] transaction completed
[2025-11-14T17:53:42+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:53:48+0100] [PACMAN] Running 'pacman -S qt5-wayland'
[2025-11-14T17:53:50+0100] [ALPM] transaction started
[2025-11-14T17:53:50+0100] [ALPM] reinstalled qt5-wayland (5.15.18+kde+r55-1)
[2025-11-14T17:53:50+0100] [ALPM] transaction completed
[2025-11-14T17:53:50+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:54:04+0100] [PACMAN] Running 'pacman -S sddm'
[2025-11-14T17:54:05+0100] [ALPM] transaction started
[2025-11-14T17:54:05+0100] [ALPM] reinstalled sddm (0.21.0-6)
[2025-11-14T17:54:05+0100] [ALPM] transaction completed
[2025-11-14T17:54:05+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2025-11-14T17:54:05+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T17:54:05+0100] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-11-14T17:54:05+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-11-14T17:54:06+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:54:06+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T17:54:08+0100] [PACMAN] Running 'pacman -S plasma'
[2025-11-14T17:54:12+0100] [ALPM] transaction started
[2025-11-14T17:54:12+0100] [ALPM] reinstalled kdecoration (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled aurorae (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled plasma-activities (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled libplasma (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled bluedevil (1:6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled breeze (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled breeze-gtk (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled breeze-plymouth (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled discover (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled drkonqi (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled flatpak-kcm (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled kactivitymanagerd (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled kde-cli-tools (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled kde-gtk-config (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled kglobalacceld (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled knighttime (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled layer-shell-qt (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled libkscreen (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled kscreenlocker (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled kwayland (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled kwin (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled kpipewire (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled libksysguard (6.5.2-1)
[2025-11-14T17:54:12+0100] [ALPM] reinstalled ksystemstats (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled milou (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled ocean-sound-theme (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled plasma-activities-stats (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled plasma5support (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled qqc2-breeze-style (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled xdg-desktop-portal-kde (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled plasma-integration (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled plasma-workspace (6.5.2-2)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled kdeplasma-addons (6.5.2-2)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled kgamma (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled systemsettings (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled kinfocenter (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled kmenuedit (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled krdp (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled kscreen (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled ksshaskpass (6.5.2-1)
[2025-11-14T17:54:13+0100] [ALPM] reinstalled kwallet-pam (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled kwin-x11 (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled kwrited (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled oxygen (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled oxygen-sounds (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled plasma-browser-integration (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled polkit-kde-agent (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled powerdevil (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled plasma-desktop (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled plasma-disks (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled plasma-firewall (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled plasma-nm (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled plasma-pa (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled plasma-sdk (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled plasma-systemmonitor (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled plasma-thunderbolt (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled plasma-vault (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled plasma-welcome (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled plasma-workspace-wallpapers (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled plymouth-kcm (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled print-manager (1:6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled sddm-kcm (6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled spectacle (1:6.5.2-1)
[2025-11-14T17:54:14+0100] [ALPM] reinstalled wacomtablet (6.5.2-1)
[2025-11-14T17:54:15+0100] [ALPM] transaction completed
[2025-11-14T17:54:16+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T17:54:16+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-11-14T17:54:16+0100] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-11-14T17:54:16+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T17:54:16+0100] [ALPM] running '30-update-mime-database.hook'...
[2025-11-14T17:54:17+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T17:54:17+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T17:54:17+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T18:07:02+0100] [PACMAN] Running 'pacman -Rdd sddm-greeter'
[2025-11-14T18:10:38+0100] [PACMAN] Running 'pacman -R qt6'
[2025-11-14T18:11:41+0100] [PACMAN] Running 'pacman -S startx'
[2025-11-14T18:13:24+0100] [PACMAN] Running 'pacman -S xorg'
[2025-11-14T18:13:29+0100] [ALPM] transaction started
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xf86-video-vesa (2.6.0-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-bdftopcf (1.1.2-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-docs (1.7.3-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-font-util (1.4.1-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-fonts-100dpi (1.0.4-3)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-fonts-75dpi (1.0.4-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-fonts-encodings (1.1.0-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-iceauth (1.0.10-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-mkfontscale (1.2.3-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xkbcomp (1.4.7-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-setxkbmap (1.3.4-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-server-common (21.1.20-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-server (21.1.20-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-server-devel (21.1.20-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-server-xephyr (21.1.20-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-server-xnest (21.1.20-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xauth (1.1.4-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-server-xvfb (21.1.20-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-sessreg (1.1.4-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-smproxy (1.0.8-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-x11perf (1.7.0-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xbacklight (1.2.4-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xcmsdb (1.0.7-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xcursorgen (1.0.9-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xdpyinfo (1.4.0-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xdriinfo (1.0.8-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xev (1.2.6-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xgamma (1.0.8-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xhost (1.0.10-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xrandr (1.5.3-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xinput (1.6.4-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xkbevd (1.1.6-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xkbutils (1.0.6-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xkill (1.0.6-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xlsatoms (1.1.4-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xlsclients (1.1.5-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xmodmap (1.0.11-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xpr (1.2.0-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xprop (1.2.8-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xrdb (1.2.2-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xrefresh (1.1.0-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xset (1.2.5-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xsetroot (1.1.3-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xvinfo (1.1.5-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xwayland (24.1.9-1)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xwd (1.0.9-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xwininfo (1.1.6-2)
[2025-11-14T18:13:29+0100] [ALPM] reinstalled xorg-xwud (1.0.7-1)
[2025-11-14T18:13:29+0100] [ALPM] transaction completed
[2025-11-14T18:13:29+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T18:13:29+0100] [ALPM] running 'fontconfig.hook'...
[2025-11-14T18:13:30+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T18:13:30+0100] [ALPM] running 'xorg-mkfontscale.hook'...
[2025-11-14T18:13:36+0100] [PACMAN] Running 'pacman -S xorg-xinit'
[2025-11-14T18:13:37+0100] [ALPM] transaction started
[2025-11-14T18:13:37+0100] [ALPM] installed xorg-xinit (1.4.4-1)
[2025-11-14T18:13:38+0100] [ALPM] transaction completed
[2025-11-14T18:13:38+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T18:16:38+0100] [PACMAN] Running 'pacman -R sddm'
[2025-11-14T18:16:42+0100] [PACMAN] Running 'pacman -R sddm-kcm'
[2025-11-14T18:16:47+0100] [PACMAN] Running 'pacman -R plasma-meta'
[2025-11-14T18:16:49+0100] [ALPM] transaction started
[2025-11-14T18:16:49+0100] [ALPM] removed plasma-meta (6.5-1)
[2025-11-14T18:16:49+0100] [ALPM] transaction completed
[2025-11-14T18:16:51+0100] [PACMAN] Running 'pacman -R sddm-kcm'
[2025-11-14T18:16:52+0100] [ALPM] transaction started
[2025-11-14T18:16:52+0100] [ALPM] removed sddm-kcm (6.5.2-1)
[2025-11-14T18:16:52+0100] [ALPM] transaction completed
[2025-11-14T18:16:52+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T18:16:52+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T18:16:52+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T18:16:54+0100] [PACMAN] Running 'pacman -R sddm'
[2025-11-14T18:16:54+0100] [ALPM] transaction started
[2025-11-14T18:16:55+0100] [ALPM] removed sddm (0.21.0-6)
[2025-11-14T18:16:55+0100] [ALPM] transaction completed
[2025-11-14T18:16:55+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T18:16:55+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T18:16:55+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T18:17:25+0100] [PACMAN] Running 'pacman -S plasma-meta'
[2025-11-14T18:17:26+0100] [ALPM] transaction started
[2025-11-14T18:17:26+0100] [ALPM] installed sddm (0.21.0-6)
[2025-11-14T18:17:26+0100] [ALPM] installed sddm-kcm (6.5.2-1)
[2025-11-14T18:17:26+0100] [ALPM] installed plasma-meta (6.5-1)
[2025-11-14T18:17:27+0100] [ALPM] transaction completed
[2025-11-14T18:17:27+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2025-11-14T18:17:27+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T18:17:27+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-11-14T18:17:27+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T18:17:27+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T18:17:27+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T18:17:42+0100] [PACMAN] Running 'pacman -Syyu plasma-meta'
[2025-11-14T18:17:42+0100] [PACMAN] synchronizing package lists
[2025-11-14T18:17:43+0100] [PACMAN] starting full system upgrade
[2025-11-14T18:17:47+0100] [ALPM] transaction started
[2025-11-14T18:17:47+0100] [ALPM] reinstalled plasma-meta (6.5-1)
[2025-11-14T18:17:47+0100] [ALPM] transaction completed
[2025-11-14T18:18:20+0100] [PACMAN] Running 'pacman -R plasma-meta'
[2025-11-14T18:18:22+0100] [ALPM] transaction started
[2025-11-14T18:18:22+0100] [ALPM] removed plasma-meta (6.5-1)
[2025-11-14T18:18:22+0100] [ALPM] transaction completed
[2025-11-14T18:18:27+0100] [PACMAN] Running 'pacman -R sddm'
[2025-11-14T18:18:30+0100] [PACMAN] Running 'pacman -R sddm-kcm'
[2025-11-14T18:18:30+0100] [ALPM] transaction started
[2025-11-14T18:18:30+0100] [ALPM] removed sddm-kcm (6.5.2-1)
[2025-11-14T18:18:30+0100] [ALPM] transaction completed
[2025-11-14T18:18:30+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T18:18:30+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T18:18:30+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T18:18:32+0100] [PACMAN] Running 'pacman -R sddm'
[2025-11-14T18:18:33+0100] [ALPM] transaction started
[2025-11-14T18:18:33+0100] [ALPM] removed sddm (0.21.0-6)
[2025-11-14T18:18:33+0100] [ALPM] transaction completed
[2025-11-14T18:18:33+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T18:18:33+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T18:18:33+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T18:18:38+0100] [PACMAN] Running 'pacman -R plasma'
[2025-11-14T18:19:12+0100] [PACMAN] Running 'pacman -R plasma-x11-session'
[2025-11-14T18:19:14+0100] [ALPM] transaction started
[2025-11-14T18:19:14+0100] [ALPM] removed plasma-x11-session (6.5.2-2)
[2025-11-14T18:19:14+0100] [ALPM] transaction completed
[2025-11-14T18:19:14+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T18:19:19+0100] [PACMAN] Running 'pacman -S plasma-x11-session'
[2025-11-14T18:19:20+0100] [ALPM] transaction started
[2025-11-14T18:19:20+0100] [ALPM] installed plasma-x11-session (6.5.2-2)
[2025-11-14T18:19:20+0100] [ALPM] transaction completed
[2025-11-14T18:19:20+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T18:19:23+0100] [PACMAN] Running 'pacman -S plasma'
[2025-11-14T18:19:30+0100] [ALPM] transaction started
[2025-11-14T18:19:30+0100] [ALPM] reinstalled kdecoration (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled aurorae (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled plasma-activities (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled libplasma (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled bluedevil (1:6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled breeze (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled breeze-gtk (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled breeze-plymouth (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled discover (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled drkonqi (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled flatpak-kcm (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled kactivitymanagerd (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled kde-cli-tools (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled kde-gtk-config (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled kglobalacceld (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled knighttime (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled layer-shell-qt (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled libkscreen (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled kscreenlocker (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled kwayland (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled kwin (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled kpipewire (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled libksysguard (6.5.2-1)
[2025-11-14T18:19:30+0100] [ALPM] reinstalled ksystemstats (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled milou (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled ocean-sound-theme (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled plasma-activities-stats (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled plasma5support (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled qqc2-breeze-style (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled xdg-desktop-portal-kde (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled plasma-integration (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled plasma-workspace (6.5.2-2)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled kdeplasma-addons (6.5.2-2)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled kgamma (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled systemsettings (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled kinfocenter (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled kmenuedit (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled krdp (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled kscreen (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled ksshaskpass (6.5.2-1)
[2025-11-14T18:19:31+0100] [ALPM] reinstalled kwallet-pam (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled kwin-x11 (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled kwrited (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled oxygen (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled oxygen-sounds (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled plasma-browser-integration (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled polkit-kde-agent (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled powerdevil (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled plasma-desktop (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled plasma-disks (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled plasma-firewall (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled plasma-nm (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled plasma-pa (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled plasma-sdk (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled plasma-systemmonitor (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled plasma-thunderbolt (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled plasma-vault (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled plasma-welcome (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled plasma-workspace-wallpapers (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled plymouth-kcm (6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] reinstalled print-manager (1:6.5.2-1)
[2025-11-14T18:19:32+0100] [ALPM] installed sddm (0.21.0-6)
[2025-11-14T18:19:33+0100] [ALPM] installed sddm-kcm (6.5.2-1)
[2025-11-14T18:19:33+0100] [ALPM] reinstalled spectacle (1:6.5.2-1)
[2025-11-14T18:19:33+0100] [ALPM] reinstalled wacomtablet (6.5.2-1)
[2025-11-14T18:19:33+0100] [ALPM] transaction completed
[2025-11-14T18:19:34+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2025-11-14T18:19:34+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T18:19:34+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-11-14T18:19:34+0100] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-11-14T18:19:34+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-11-14T18:19:34+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T18:19:34+0100] [ALPM] running '30-update-mime-database.hook'...
[2025-11-14T18:19:35+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T18:19:35+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-11-14T18:19:35+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-11-14T18:19:39+0100] [PACMAN] Running 'pacman -S sddm'
[2025-11-14T18:19:41+0100] [ALPM] transaction started
[2025-11-14T18:19:41+0100] [ALPM] reinstalled sddm (0.21.0-6)
[2025-11-14T18:19:41+0100] [ALPM] transaction completed
[2025-11-14T18:19:41+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2025-11-14T18:19:41+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-11-14T18:19:41+0100] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-11-14T18:19:41+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-11-14T18:19:41+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T18:19:41+0100] [ALPM] running 'dbus-reload.hook'...
[2025-11-14T18:19:47+0100] [PACMAN] Running 'pacman -S plasma-meta'
[2025-11-14T18:19:48+0100] [ALPM] transaction started
[2025-11-14T18:19:48+0100] [ALPM] installed plasma-meta (6.5-1)
[2025-11-14T18:19:48+0100] [ALPM] transaction completed
[2025-11-14T18:22:10+0100] [PACMAN] Running 'pacman -R layer-shell-qt5'
[2025-11-14T18:22:11+0100] [ALPM] transaction started
[2025-11-14T18:22:12+0100] [ALPM] removed layer-shell-qt5 (5.27.12-2)
[2025-11-14T18:22:12+0100] [ALPM] transaction completed
[2025-11-14T18:22:12+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T18:22:42+0100] [PACMAN] Running 'pacman -S layer-shell-qt5'
[2025-11-14T18:23:28+0100] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/username/.cache/yay/layer-shell-qt5/layer-shell-qt5-5.27.12-2-x86_64.pkg.tar.zst /home/username/.cache/yay/layer-shell-qt5/layer-shell-qt5-debug-5.27.12-2-x86_64.pkg.tar.zst'
[2025-11-14T18:23:30+0100] [ALPM] transaction started
[2025-11-14T18:23:30+0100] [ALPM] installed layer-shell-qt5 (5.27.12-2)
[2025-11-14T18:23:30+0100] [ALPM] reinstalled layer-shell-qt5-debug (5.27.12-2)
[2025-11-14T18:23:30+0100] [ALPM] transaction completed
[2025-11-14T18:23:30+0100] [ALPM] running '30-systemd-update.hook'...
[2025-11-14T18:23:30+0100] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- layer-shell-qt5-debug'
[2025-11-14T18:23:30+0100] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- layer-shell-qt5'

When trying sddm-greeter

(II) GREETER: High-DPI autoscaling enabled
(WW) GREETER: could not connect to display
(II) GREETER: Could not load the Qt platform plugin "xcb" in "" even though it was found.
(WW) GREETER: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix the problem.

As for my laptop it's an Asus laptop with an Intel CPU and integrated graphics. I could paste the detail of the hardware but I'm not sure it's relevant.

Last edited by Etewyr (2025-11-15 09:21:57)

Offline

#2 2025-11-14 20:10:08

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,086

Re: SDDM black screen with cursors

Don#t run sddm-greeter manually.
It however only runs for ~1s which doesn't really fit "I'm having the "classical" SDDM black screen issue with cursors"
Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#3 2025-11-14 20:28:44

Etewyr
Member
Registered: 2025-11-14
Posts: 15

Re: SDDM black screen with cursors

Nov 14 21:26:00 archlinux kernel: Linux version 6.17.8-arch1-1 (linux@archlinux) (gcc (GCC) 15.2.1 20251112, GNU ld (GNU Binutils) 2.45.1) #1 SMP PREEMPT_DYNAMIC Fri, 14 Nov 2025 06:54:20 +0000
Nov 14 21:26:00 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=465df084-3ce4-468b-b966-b75bfd23caa7 rw loglevel=3 quiet
Nov 14 21:26:00 archlinux kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Nov 14 21:26:00 archlinux kernel: BIOS-provided physical RAM map:
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x000000006f8f7fff] usable
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x000000006f8f8000-0x000000006f8f8fff] ACPI NVS
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x000000006f8f9000-0x000000006f91ffff] usable
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x000000006f920000-0x000000006f920fff] reserved
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x000000006f921000-0x000000006fb26fff] usable
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x000000006fb27000-0x000000007189afff] reserved
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x000000007189b000-0x000000007191cfff] ACPI data
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x000000007191d000-0x00000000719d3fff] ACPI NVS
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x00000000719d4000-0x0000000071efefff] reserved
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x0000000071eff000-0x0000000071efffff] usable
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x0000000071f00000-0x0000000079ffffff] reserved
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x000000007ae00000-0x000000007fffffff] reserved
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 14 21:26:00 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047fffffff] usable
Nov 14 21:26:00 archlinux kernel: NX (Execute Disable) protection: active
Nov 14 21:26:00 archlinux kernel: APIC: Static calls initialized
Nov 14 21:26:00 archlinux kernel: efi: EFI v2.7 by American Megatrends
Nov 14 21:26:00 archlinux kernel: efi: ACPI=0x7191c000 ACPI 2.0=0x7191c014 TPMFinalLog=0x7195c000 SMBIOS=0x71b73000 SMBIOS 3.0=0x71b72000 ESRT=0x6a9bef98 INITRD=0x6a9b4298 RNG=0x718b4018 TPMEventLog=0x718ac018 
Nov 14 21:26:00 archlinux kernel: random: crng init done
Nov 14 21:26:00 archlinux kernel: efi: Remove mem288: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
Nov 14 21:26:00 archlinux kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
Nov 14 21:26:00 archlinux kernel: efi: Not removing mem289: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Nov 14 21:26:00 archlinux kernel: efi: Not removing mem290: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Nov 14 21:26:00 archlinux kernel: efi: Not removing mem291: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Nov 14 21:26:00 archlinux kernel: efi: Not removing mem293: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Nov 14 21:26:00 archlinux kernel: efi: Remove mem294: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Nov 14 21:26:00 archlinux kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Nov 14 21:26:00 archlinux kernel: SMBIOS 3.2.0 present.
Nov 14 21:26:00 archlinux kernel: DMI: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X515JAB_X515JA/X515JAB, BIOS X515JAB.302 07/19/2021
Nov 14 21:26:00 archlinux kernel: DMI: Memory slots populated: 2/2
Nov 14 21:26:00 archlinux kernel: tsc: Detected 1500.000 MHz processor
Nov 14 21:26:00 archlinux kernel: tsc: Detected 1497.600 MHz TSC
Nov 14 21:26:00 archlinux kernel: [Firmware Bug]: TSC ADJUST: CPU0: -18357820 force to 0
Nov 14 21:26:00 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 14 21:26:00 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 14 21:26:00 archlinux kernel: last_pfn = 0x480000 max_arch_pfn = 0x400000000
Nov 14 21:26:00 archlinux kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Nov 14 21:26:00 archlinux kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Nov 14 21:26:00 archlinux kernel: last_pfn = 0x71f00 max_arch_pfn = 0x400000000
Nov 14 21:26:00 archlinux kernel: esrt: Reserving ESRT space from 0x000000006a9bef98 to 0x000000006a9befd0.
Nov 14 21:26:00 archlinux kernel: e820: update [mem 0x6a9be000-0x6a9befff] usable ==> reserved
Nov 14 21:26:00 archlinux kernel: Using GB pages for direct mapping
Nov 14 21:26:00 archlinux kernel: Secure boot disabled
Nov 14 21:26:00 archlinux kernel: RAMDISK: [mem 0x66a91000-0x68927fff]
Nov 14 21:26:00 archlinux kernel: ACPI: Early table checksum verification disabled
Nov 14 21:26:00 archlinux kernel: ACPI: RSDP 0x000000007191C014 000024 (v02 _ASUS_)
Nov 14 21:26:00 archlinux kernel: ACPI: XSDT 0x000000007191B728 0000E4 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 14 21:26:00 archlinux kernel: ACPI: FACP 0x0000000071911000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 14 21:26:00 archlinux kernel: ACPI: DSDT 0x00000000718D5000 03B67A (v02 _ASUS_ Notebook 01072009 INTL 20180927)
Nov 14 21:26:00 archlinux kernel: ACPI: FACS 0x00000000719D2000 000040
Nov 14 21:26:00 archlinux kernel: ACPI: MCFG 0x000000007191A000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
Nov 14 21:26:00 archlinux kernel: ACPI: SSDT 0x0000000071914000 00545E (v02 DptfTa DptfTabl 00001000 INTL 20180927)
Nov 14 21:26:00 archlinux kernel: ACPI: SSDT 0x0000000071912000 001B61 (v02 CpuRef CpuSsdt  00003000 INTL 20180927)
Nov 14 21:26:00 archlinux kernel: ACPI: FPDT 0x00000000718D4000 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 14 21:26:00 archlinux kernel: ACPI: FIDT 0x00000000718D3000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 14 21:26:00 archlinux kernel: ACPI: ECDT 0x00000000718D2000 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
Nov 14 21:26:00 archlinux kernel: ACPI: MSDM 0x00000000718D1000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
Nov 14 21:26:00 archlinux kernel: ACPI: SSDT 0x00000000718CD000 0033E3 (v02 SaSsdt SaSsdt   00003000 INTL 20180927)
Nov 14 21:26:00 archlinux kernel: ACPI: SSDT 0x00000000718C1000 00B27A (v02 INTEL  TcssSsdt 00001000 INTL 20180927)
Nov 14 21:26:00 archlinux kernel: ACPI: HPET 0x00000000718C0000 000038 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 14 21:26:00 archlinux kernel: ACPI: NHLT 0x00000000718BF000 00002D (v00 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 14 21:26:00 archlinux kernel: ACPI: LPIT 0x00000000718BE000 000094 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 14 21:26:00 archlinux kernel: ACPI: SSDT 0x00000000718BC000 000FBB (v02 _ASUS_ TbtTypeC 00000000 INTL 20180927)
Nov 14 21:26:00 archlinux kernel: ACPI: DBGP 0x00000000718BB000 000034 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 14 21:26:00 archlinux kernel: ACPI: DBG2 0x00000000718BA000 000054 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 14 21:26:00 archlinux kernel: ACPI: SSDT 0x00000000718B8000 000144 (v02 Intel  ADebTabl 00001000 INTL 20180927)
Nov 14 21:26:00 archlinux kernel: ACPI: BGRT 0x00000000718B7000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 14 21:26:00 archlinux kernel: ACPI: UEFI 0x0000000071942000 00063A (v01 INTEL  RstSataE 00000000 ??   00000000)
Nov 14 21:26:00 archlinux kernel: ACPI: UEFI 0x0000000071941000 00005C (v01 INTEL  RstSataV 00000000 ??   00000000)
Nov 14 21:26:00 archlinux kernel: ACPI: TPM2 0x00000000718B6000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
Nov 14 21:26:00 archlinux kernel: ACPI: DMAR 0x00000000718B9000 0000A8 (v02 INTEL  EDK2     00000002      01000013)
Nov 14 21:26:00 archlinux kernel: ACPI: WSMT 0x00000000718BD000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 14 21:26:00 archlinux kernel: ACPI: APIC 0x00000000718B5000 0000BC (v04 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x71911000-0x71911113]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x718d5000-0x71910679]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x719d2000-0x719d203f]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x7191a000-0x7191a03b]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x71914000-0x7191945d]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x71912000-0x71913b60]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x718d4000-0x718d4043]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0x718d3000-0x718d309b]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving ECDT table memory at [mem 0x718d2000-0x718d20c0]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving MSDM table memory at [mem 0x718d1000-0x718d1054]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x718cd000-0x718d03e2]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x718c1000-0x718cc279]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x718c0000-0x718c0037]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving NHLT table memory at [mem 0x718bf000-0x718bf02c]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving LPIT table memory at [mem 0x718be000-0x718be093]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x718bc000-0x718bcfba]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving DBGP table memory at [mem 0x718bb000-0x718bb033]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving DBG2 table memory at [mem 0x718ba000-0x718ba053]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x718b8000-0x718b8143]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving BGRT table memory at [mem 0x718b7000-0x718b7037]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving UEFI table memory at [mem 0x71942000-0x71942639]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving UEFI table memory at [mem 0x71941000-0x7194105b]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving TPM2 table memory at [mem 0x718b6000-0x718b604b]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving DMAR table memory at [mem 0x718b9000-0x718b90a7]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0x718bd000-0x718bd027]
Nov 14 21:26:00 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x718b5000-0x718b50bb]
Nov 14 21:26:00 archlinux kernel: No NUMA configuration found
Nov 14 21:26:00 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x000000047fffffff]
Nov 14 21:26:00 archlinux kernel: NODE_DATA(0) allocated [mem 0x47ffd52c0-0x47fffffff]
Nov 14 21:26:00 archlinux kernel: Zone ranges:
Nov 14 21:26:00 archlinux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Nov 14 21:26:00 archlinux kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Nov 14 21:26:00 archlinux kernel:   Normal   [mem 0x0000000100000000-0x000000047fffffff]
Nov 14 21:26:00 archlinux kernel:   Device   empty
Nov 14 21:26:00 archlinux kernel: Movable zone start for each node
Nov 14 21:26:00 archlinux kernel: Early memory node ranges
Nov 14 21:26:00 archlinux kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Nov 14 21:26:00 archlinux kernel:   node   0: [mem 0x0000000000100000-0x000000006f8f7fff]
Nov 14 21:26:00 archlinux kernel:   node   0: [mem 0x000000006f8f9000-0x000000006f91ffff]
Nov 14 21:26:00 archlinux kernel:   node   0: [mem 0x000000006f921000-0x000000006fb26fff]
Nov 14 21:26:00 archlinux kernel:   node   0: [mem 0x0000000071eff000-0x0000000071efffff]
Nov 14 21:26:00 archlinux kernel:   node   0: [mem 0x0000000100000000-0x000000047fffffff]
Nov 14 21:26:00 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047fffffff]
Nov 14 21:26:00 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 14 21:26:00 archlinux kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Nov 14 21:26:00 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Nov 14 21:26:00 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Nov 14 21:26:00 archlinux kernel: On node 0, zone DMA32: 9176 pages in unavailable ranges
Nov 14 21:26:00 archlinux kernel: On node 0, zone Normal: 24832 pages in unavailable ranges
Nov 14 21:26:00 archlinux kernel: Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
Nov 14 21:26:00 archlinux kernel: ACPI: PM-Timer IO Port: 0x1808
Nov 14 21:26:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Nov 14 21:26:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Nov 14 21:26:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Nov 14 21:26:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Nov 14 21:26:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Nov 14 21:26:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Nov 14 21:26:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Nov 14 21:26:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Nov 14 21:26:00 archlinux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Nov 14 21:26:00 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 14 21:26:00 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Nov 14 21:26:00 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 14 21:26:00 archlinux kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Nov 14 21:26:00 archlinux kernel: e820: update [mem 0x6af66000-0x6af94fff] usable ==> reserved
Nov 14 21:26:00 archlinux kernel: TSC deadline timer available
Nov 14 21:26:00 archlinux kernel: CPU topo: Max. logical packages:   1
Nov 14 21:26:00 archlinux kernel: CPU topo: Max. logical dies:       1
Nov 14 21:26:00 archlinux kernel: CPU topo: Max. dies per package:   1
Nov 14 21:26:00 archlinux kernel: CPU topo: Max. threads per core:   2
Nov 14 21:26:00 archlinux kernel: CPU topo: Num. cores per package:     4
Nov 14 21:26:00 archlinux kernel: CPU topo: Num. threads per package:   8
Nov 14 21:26:00 archlinux kernel: CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
Nov 14 21:26:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 14 21:26:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Nov 14 21:26:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x6a9be000-0x6a9befff]
Nov 14 21:26:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x6af66000-0x6af94fff]
Nov 14 21:26:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x6f8f8000-0x6f8f8fff]
Nov 14 21:26:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x6f920000-0x6f920fff]
Nov 14 21:26:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x6fb27000-0x71efefff]
Nov 14 21:26:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x71f00000-0xffffffff]
Nov 14 21:26:00 archlinux kernel: [mem 0x80000000-0xfdffffff] available for PCI devices
Nov 14 21:26:00 archlinux kernel: Booting paravirtualized kernel on bare hardware
Nov 14 21:26:00 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Nov 14 21:26:00 archlinux kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Nov 14 21:26:00 archlinux kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Nov 14 21:26:00 archlinux kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Nov 14 21:26:00 archlinux kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Nov 14 21:26:00 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=465df084-3ce4-468b-b966-b75bfd23caa7 rw loglevel=3 quiet
Nov 14 21:26:00 archlinux kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Nov 14 21:26:00 archlinux kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Nov 14 21:26:00 archlinux kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Nov 14 21:26:00 archlinux kernel: software IO TLB: area num 8.
Nov 14 21:26:00 archlinux kernel: Fallback order for Node 0: 0 
Nov 14 21:26:00 archlinux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4127428
Nov 14 21:26:00 archlinux kernel: Policy zone: Normal
Nov 14 21:26:00 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Nov 14 21:26:00 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Nov 14 21:26:00 archlinux kernel: ftrace: allocating 56535 entries in 224 pages
Nov 14 21:26:00 archlinux kernel: ftrace: allocated 224 pages with 3 groups
Nov 14 21:26:00 archlinux kernel: Dynamic Preempt: full
Nov 14 21:26:00 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 14 21:26:00 archlinux kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
Nov 14 21:26:00 archlinux kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Nov 14 21:26:00 archlinux kernel:         Trampoline variant of Tasks RCU enabled.
Nov 14 21:26:00 archlinux kernel:         Rude variant of Tasks RCU enabled.
Nov 14 21:26:00 archlinux kernel:         Tracing variant of Tasks RCU enabled.
Nov 14 21:26:00 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Nov 14 21:26:00 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Nov 14 21:26:00 archlinux kernel: RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Nov 14 21:26:00 archlinux kernel: RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Nov 14 21:26:00 archlinux kernel: RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Nov 14 21:26:00 archlinux kernel: NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
Nov 14 21:26:00 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 14 21:26:00 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Nov 14 21:26:00 archlinux kernel: Console: colour dummy device 80x25
Nov 14 21:26:00 archlinux kernel: printk: legacy console [tty0] enabled
Nov 14 21:26:00 archlinux kernel: ACPI: Core revision 20250404
Nov 14 21:26:00 archlinux kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Nov 14 21:26:00 archlinux kernel: APIC: Switch to symmetric I/O mode setup
Nov 14 21:26:00 archlinux kernel: DMAR: Host address width 39
Nov 14 21:26:00 archlinux kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Nov 14 21:26:00 archlinux kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 49e2ff0505e
Nov 14 21:26:00 archlinux kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Nov 14 21:26:00 archlinux kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Nov 14 21:26:00 archlinux kernel: DMAR: RMRR base: 0x0000007010b000 end: 0x0000007012afff
Nov 14 21:26:00 archlinux kernel: DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
Nov 14 21:26:00 archlinux kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Nov 14 21:26:00 archlinux kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Nov 14 21:26:00 archlinux kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
Nov 14 21:26:00 archlinux kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
Nov 14 21:26:00 archlinux kernel: DMAR: DRHD: handling fault status reg 3
Nov 14 21:26:00 archlinux kernel: DMAR: [DMA Read NO_PASID] Request device [00:02.0] fault addr 0x7c101000 [fault reason 0x06] PTE Read access is not set
Nov 14 21:26:00 archlinux kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
Nov 14 21:26:00 archlinux kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Nov 14 21:26:00 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x159647815e3, max_idle_ns: 440795269835 ns
Nov 14 21:26:00 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2995.20 BogoMIPS (lpj=1497600)
Nov 14 21:26:00 archlinux kernel: x86/cpu: SGX disabled or unsupported by BIOS.
Nov 14 21:26:00 archlinux kernel: CPU0: Thermal monitoring enabled (TM1)
Nov 14 21:26:00 archlinux kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Nov 14 21:26:00 archlinux kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Nov 14 21:26:00 archlinux kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Nov 14 21:26:00 archlinux kernel: process: using mwait in idle threads
Nov 14 21:26:00 archlinux kernel: mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
Nov 14 21:26:00 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 14 21:26:00 archlinux kernel: SRBDS: Mitigation: Microcode
Nov 14 21:26:00 archlinux kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Nov 14 21:26:00 archlinux kernel: RETBleed: Mitigation: Enhanced IBRS
Nov 14 21:26:00 archlinux kernel: ITS: Mitigation: Aligned branch/return thunks
Nov 14 21:26:00 archlinux kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Nov 14 21:26:00 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 14 21:26:00 archlinux kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Nov 14 21:26:00 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 14 21:26:00 archlinux kernel: GDS: Mitigation: Microcode
Nov 14 21:26:00 archlinux kernel: active return thunk: its_return_thunk
Nov 14 21:26:00 archlinux kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Nov 14 21:26:00 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 14 21:26:00 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 14 21:26:00 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 14 21:26:00 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Nov 14 21:26:00 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Nov 14 21:26:00 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Nov 14 21:26:00 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Nov 14 21:26:00 archlinux kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Nov 14 21:26:00 archlinux kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
Nov 14 21:26:00 archlinux kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
Nov 14 21:26:00 archlinux kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Nov 14 21:26:00 archlinux kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
Nov 14 21:26:00 archlinux kernel: x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
Nov 14 21:26:00 archlinux kernel: Freeing SMP alternatives memory: 56K
Nov 14 21:26:00 archlinux kernel: pid_max: default: 32768 minimum: 301
Nov 14 21:26:00 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Nov 14 21:26:00 archlinux kernel: landlock: Up and running.
Nov 14 21:26:00 archlinux kernel: Yama: becoming mindful.
Nov 14 21:26:00 archlinux kernel: LSM support for eBPF active
Nov 14 21:26:00 archlinux kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 14 21:26:00 archlinux kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 14 21:26:00 archlinux kernel: smpboot: CPU0: Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz (family: 0x6, model: 0x7e, stepping: 0x5)
Nov 14 21:26:00 archlinux kernel: Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
Nov 14 21:26:00 archlinux kernel: ... version:                5
Nov 14 21:26:00 archlinux kernel: ... bit width:              48
Nov 14 21:26:00 archlinux kernel: ... generic registers:      8
Nov 14 21:26:00 archlinux kernel: ... value mask:             0000ffffffffffff
Nov 14 21:26:00 archlinux kernel: ... max period:             00007fffffffffff
Nov 14 21:26:00 archlinux kernel: ... fixed-purpose events:   4
Nov 14 21:26:00 archlinux kernel: ... event mask:             0001000f000000ff
Nov 14 21:26:00 archlinux kernel: signal: max sigframe size: 3632
Nov 14 21:26:00 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2389
Nov 14 21:26:00 archlinux kernel: rcu: Hierarchical SRCU implementation.
Nov 14 21:26:00 archlinux kernel: rcu:         Max phase no-delay instances is 400.
Nov 14 21:26:00 archlinux kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Nov 14 21:26:00 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 14 21:26:00 archlinux kernel: smp: Bringing up secondary CPUs ...
Nov 14 21:26:00 archlinux kernel: smpboot: x86: Booting SMP configuration:
Nov 14 21:26:00 archlinux kernel: .... node  #0, CPUs:      #1 #2 #3
Nov 14 21:26:00 archlinux kernel: [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors
Nov 14 21:26:00 archlinux kernel:  #4 #5 #6 #7
Nov 14 21:26:00 archlinux kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Nov 14 21:26:00 archlinux kernel: smp: Brought up 1 node, 8 CPUs
Nov 14 21:26:00 archlinux kernel: smpboot: Total of 8 processors activated (23961.60 BogoMIPS)
Nov 14 21:26:00 archlinux kernel: Memory: 16044512K/16509712K available (20065K kernel code, 2946K rwdata, 16204K rodata, 4688K init, 4880K bss, 443052K reserved, 0K cma-reserved)
Nov 14 21:26:00 archlinux kernel: devtmpfs: initialized
Nov 14 21:26:00 archlinux kernel: x86/mm: Memory block size: 128MB
Nov 14 21:26:00 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x6f8f8000-0x6f8f8fff] (4096 bytes)
Nov 14 21:26:00 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7191d000-0x719d3fff] (749568 bytes)
Nov 14 21:26:00 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Nov 14 21:26:00 archlinux kernel: posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear)
Nov 14 21:26:00 archlinux kernel: futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear).
Nov 14 21:26:00 archlinux kernel: pinctrl core: initialized pinctrl subsystem
Nov 14 21:26:00 archlinux kernel: PM: RTC time: 20:26:00, date: 2025-11-14
Nov 14 21:26:00 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 14 21:26:00 archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Nov 14 21:26:00 archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 14 21:26:00 archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 14 21:26:00 archlinux kernel: audit: initializing netlink subsys (disabled)
Nov 14 21:26:00 archlinux kernel: audit: type=2000 audit(1763151960.014:1): state=initialized audit_enabled=0 res=1
Nov 14 21:26:00 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 14 21:26:00 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 14 21:26:00 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 14 21:26:00 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 14 21:26:00 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 14 21:26:00 archlinux kernel: cpuidle: using governor ladder
Nov 14 21:26:00 archlinux kernel: cpuidle: using governor menu
Nov 14 21:26:00 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 14 21:26:00 archlinux kernel: PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
Nov 14 21:26:00 archlinux kernel: PCI: Using configuration type 1 for base access
Nov 14 21:26:00 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Nov 14 21:26:00 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Nov 14 21:26:00 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Nov 14 21:26:00 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Nov 14 21:26:00 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Nov 14 21:26:00 archlinux kernel: raid6: skipped pq benchmark and selected avx512x4
Nov 14 21:26:00 archlinux kernel: raid6: using avx512x2 recovery algorithm
Nov 14 21:26:00 archlinux kernel: ACPI: Added _OSI(Module Device)
Nov 14 21:26:00 archlinux kernel: ACPI: Added _OSI(Processor Device)
Nov 14 21:26:00 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 14 21:26:00 archlinux kernel: ACPI: 7 ACPI AML tables successfully acquired and loaded
Nov 14 21:26:00 archlinux kernel: ACPI: EC: EC started
Nov 14 21:26:00 archlinux kernel: ACPI: EC: interrupt blocked
Nov 14 21:26:00 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 14 21:26:00 archlinux kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Nov 14 21:26:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
Nov 14 21:26:00 archlinux kernel: ACPI: SSDT 0xFFFF8F2301521400 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20180927)
Nov 14 21:26:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
Nov 14 21:26:00 archlinux kernel: ACPI: SSDT 0xFFFF8F230151F000 000437 (v02 PmRef  Cpu0Ist  00003000 INTL 20180927)
Nov 14 21:26:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
Nov 14 21:26:00 archlinux kernel: ACPI: SSDT 0xFFFF8F23014F5900 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20180927)
Nov 14 21:26:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
Nov 14 21:26:00 archlinux kernel: ACPI: SSDT 0xFFFF8F230151E000 0005FC (v02 PmRef  ApIst    00003000 INTL 20180927)
Nov 14 21:26:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
Nov 14 21:26:00 archlinux kernel: ACPI: SSDT 0xFFFF8F2301525800 000317 (v02 PmRef  ApHwp    00003000 INTL 20180927)
Nov 14 21:26:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
Nov 14 21:26:00 archlinux kernel: ACPI: SSDT 0xFFFF8F2301512000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20180927)
Nov 14 21:26:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
Nov 14 21:26:00 archlinux kernel: ACPI: SSDT 0xFFFF8F2301527400 00030A (v02 PmRef  ApCst    00003000 INTL 20180927)
Nov 14 21:26:00 archlinux kernel: ACPI: Interpreter enabled
Nov 14 21:26:00 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
Nov 14 21:26:00 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
Nov 14 21:26:00 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 14 21:26:00 archlinux kernel: PCI: Using E820 reservations for host bridge windows
Nov 14 21:26:00 archlinux kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Nov 14 21:26:00 archlinux kernel: ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
Nov 14 21:26:00 archlinux kernel: ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
Nov 14 21:26:00 archlinux kernel: ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
Nov 14 21:26:00 archlinux kernel: ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
Nov 14 21:26:00 archlinux kernel: ACPI: \PIN_: New power resource
Nov 14 21:26:00 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Nov 14 21:26:00 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 14 21:26:00 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Nov 14 21:26:00 archlinux kernel: PCI host bridge to bus 0000:00
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xbfffffff window]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:00.0: [8086:8a12] type 00 class 0x060000 conventional PCI endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:02.0: [8086:8a52] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:02.0: BAR 4 [io  0x4000-0x403f]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Nov 14 21:26:00 archlinux kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:04.0: [8086:8a03] type 00 class 0x118000 conventional PCI endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:04.0: BAR 0 [mem 0x6001110000-0x600111ffff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:14.0: [8086:34ed] type 00 class 0x0c0330 conventional PCI endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:14.0: BAR 0 [mem 0x6001100000-0x600110ffff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Nov 14 21:26:00 archlinux kernel: pci 0000:00:14.2: [8086:34ef] type 00 class 0x050000 conventional PCI endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:14.2: BAR 0 [mem 0x6001124000-0x6001125fff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:14.2: BAR 2 [mem 0x600112c000-0x600112cfff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:15.0: [8086:34e8] type 00 class 0x0c8000 conventional PCI endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:15.1: [8086:34e9] type 00 class 0x0c8000 conventional PCI endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:16.0: [8086:34e0] type 00 class 0x078000 conventional PCI endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:16.0: BAR 0 [mem 0x6001129000-0x6001129fff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:16.0: PME# supported from D3hot
Nov 14 21:26:00 archlinux kernel: pci 0000:00:17.0: [8086:282a] type 00 class 0x010400 conventional PCI endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:17.0: BAR 0 [mem 0x80200000-0x80201fff]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:17.0: BAR 1 [mem 0x80203000-0x802030ff]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:17.0: BAR 2 [io  0x4090-0x4097]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:17.0: BAR 3 [io  0x4080-0x4083]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:17.0: BAR 4 [io  0x4060-0x407f]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:17.0: BAR 5 [mem 0x80202000-0x802027ff]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:17.0: PME# supported from D3hot
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.0: [8086:34b1] type 01 class 0x060400 PCIe Root Port
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 01]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0x80100000-0x801fffff]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.4: [8086:34b4] type 01 class 0x060400 PCIe Root Port
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.4: PCI bridge to [bus 02]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.4:   bridge window [mem 0x80000000-0x800fffff]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.4: PTM enabled (root), 4ns granularity
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1e.0: [8086:34a8] type 00 class 0x078000 conventional PCI endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1e.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1e.2: [8086:34aa] type 00 class 0x0c8000 conventional PCI endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1e.2: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1f.0: [8086:3482] type 00 class 0x060100 conventional PCI endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1f.3: [8086:34c8] type 00 class 0x040380 conventional PCI endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1f.3: BAR 0 [mem 0x6001120000-0x6001123fff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1f.3: BAR 4 [mem 0x6001000000-0x60010fffff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1f.4: [8086:34a3] type 00 class 0x0c0500 conventional PCI endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1f.4: BAR 0 [mem 0x6001126000-0x60011260ff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1f.5: [8086:34a4] type 00 class 0x0c8000 conventional PCI endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Nov 14 21:26:00 archlinux kernel: pci 0000:01:00.0: [10ec:c821] type 00 class 0x028000 PCIe Endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:01:00.0: BAR 0 [io  0x3000-0x30ff]
Nov 14 21:26:00 archlinux kernel: pci 0000:01:00.0: BAR 2 [mem 0x80100000-0x8010ffff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:01:00.0: supports D1 D2
Nov 14 21:26:00 archlinux kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 01]
Nov 14 21:26:00 archlinux kernel: pci 0000:02:00.0: [8086:f1a8] type 00 class 0x010802 PCIe Endpoint
Nov 14 21:26:00 archlinux kernel: pci 0000:02:00.0: BAR 0 [mem 0x80000000-0x80003fff 64bit]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.4: PCI bridge to [bus 02]
Nov 14 21:26:00 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Nov 14 21:26:00 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
Nov 14 21:26:00 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Nov 14 21:26:00 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Nov 14 21:26:00 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Nov 14 21:26:00 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Nov 14 21:26:00 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Nov 14 21:26:00 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Nov 14 21:26:00 archlinux kernel: ACPI: EC: interrupt unblocked
Nov 14 21:26:00 archlinux kernel: ACPI: EC: event unblocked
Nov 14 21:26:00 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 14 21:26:00 archlinux kernel: ACPI: EC: GPE=0x6e
Nov 14 21:26:00 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot ECDT EC initialization complete
Nov 14 21:26:00 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Nov 14 21:26:00 archlinux kernel: iommu: Default domain type: Translated
Nov 14 21:26:00 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Nov 14 21:26:00 archlinux kernel: SCSI subsystem initialized
Nov 14 21:26:00 archlinux kernel: libata version 3.00 loaded.
Nov 14 21:26:00 archlinux kernel: ACPI: bus type USB registered
Nov 14 21:26:00 archlinux kernel: usbcore: registered new interface driver usbfs
Nov 14 21:26:00 archlinux kernel: usbcore: registered new interface driver hub
Nov 14 21:26:00 archlinux kernel: usbcore: registered new device driver usb
Nov 14 21:26:00 archlinux kernel: EDAC MC: Ver: 3.0.0
Nov 14 21:26:00 archlinux kernel: efivars: Registered efivars operations
Nov 14 21:26:00 archlinux kernel: NetLabel: Initializing
Nov 14 21:26:00 archlinux kernel: NetLabel:  domain hash size = 128
Nov 14 21:26:00 archlinux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Nov 14 21:26:00 archlinux kernel: NetLabel:  unlabeled traffic allowed by default
Nov 14 21:26:00 archlinux kernel: mctp: management component transport protocol core
Nov 14 21:26:00 archlinux kernel: NET: Registered PF_MCTP protocol family
Nov 14 21:26:00 archlinux kernel: PCI: Using ACPI for IRQ routing
Nov 14 21:26:00 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
Nov 14 21:26:00 archlinux kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Nov 14 21:26:00 archlinux kernel: e820: reserve RAM buffer [mem 0x6a9be000-0x6bffffff]
Nov 14 21:26:00 archlinux kernel: e820: reserve RAM buffer [mem 0x6af66000-0x6bffffff]
Nov 14 21:26:00 archlinux kernel: e820: reserve RAM buffer [mem 0x6f8f8000-0x6fffffff]
Nov 14 21:26:00 archlinux kernel: e820: reserve RAM buffer [mem 0x6f920000-0x6fffffff]
Nov 14 21:26:00 archlinux kernel: e820: reserve RAM buffer [mem 0x6fb27000-0x6fffffff]
Nov 14 21:26:00 archlinux kernel: e820: reserve RAM buffer [mem 0x71f00000-0x73ffffff]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Nov 14 21:26:00 archlinux kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Nov 14 21:26:00 archlinux kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 14 21:26:00 archlinux kernel: vgaarb: loaded
Nov 14 21:26:00 archlinux kernel: Monitor-Mwait will be used to enter C-1 state
Nov 14 21:26:00 archlinux kernel: Monitor-Mwait will be used to enter C-2 state
Nov 14 21:26:00 archlinux kernel: Monitor-Mwait will be used to enter C-3 state
Nov 14 21:26:00 archlinux kernel: clocksource: Switched to clocksource tsc-early
Nov 14 21:26:00 archlinux kernel: VFS: Disk quotas dquot_6.6.0
Nov 14 21:26:00 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 14 21:26:00 archlinux kernel: pnp: PnP ACPI init
Nov 14 21:26:00 archlinux kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Nov 14 21:26:00 archlinux kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Nov 14 21:26:00 archlinux kernel: system 00:02: [mem 0xfed10000-0xfed17fff] has been reserved
Nov 14 21:26:00 archlinux kernel: system 00:02: [mem 0xfeda0000-0xfeda0fff] has been reserved
Nov 14 21:26:00 archlinux kernel: system 00:02: [mem 0xfeda1000-0xfeda1fff] has been reserved
Nov 14 21:26:00 archlinux kernel: system 00:02: [mem 0xc0000000-0xcfffffff] has been reserved
Nov 14 21:26:00 archlinux kernel: system 00:02: [mem 0xfed20000-0xfed7ffff] could not be reserved
Nov 14 21:26:00 archlinux kernel: system 00:02: [mem 0xfed90000-0xfed93fff] could not be reserved
Nov 14 21:26:00 archlinux kernel: system 00:02: [mem 0xfee00000-0xfeefffff] could not be reserved
Nov 14 21:26:00 archlinux kernel: system 00:03: [io  0x1800-0x18fe] could not be reserved
Nov 14 21:26:00 archlinux kernel: system 00:03: [mem 0xfd000000-0xfd68ffff] has been reserved
Nov 14 21:26:00 archlinux kernel: system 00:03: [mem 0xfd6b0000-0xfd6cffff] has been reserved
Nov 14 21:26:00 archlinux kernel: system 00:03: [mem 0xfd6f0000-0xfdffffff] has been reserved
Nov 14 21:26:00 archlinux kernel: system 00:03: [mem 0xfe000000-0xfe01ffff] could not be reserved
Nov 14 21:26:00 archlinux kernel: system 00:03: [mem 0xfe200000-0xfe7fffff] has been reserved
Nov 14 21:26:00 archlinux kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Nov 14 21:26:00 archlinux kernel: system 00:04: [io  0x2000-0x20fe] has been reserved
Nov 14 21:26:00 archlinux kernel: system 00:05: [mem 0xfe038000-0xfe038fff] has been reserved
Nov 14 21:26:00 archlinux kernel: pnp: PnP ACPI: found 6 devices
Nov 14 21:26:00 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 14 21:26:00 archlinux kernel: NET: Registered PF_INET protocol family
Nov 14 21:26:00 archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 14 21:26:00 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Nov 14 21:26:00 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 14 21:26:00 archlinux kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Nov 14 21:26:00 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Nov 14 21:26:00 archlinux kernel: TCP: Hash tables configured (established 131072 bind 65536)
Nov 14 21:26:00 archlinux kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Nov 14 21:26:00 archlinux kernel: UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
Nov 14 21:26:00 archlinux kernel: UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
Nov 14 21:26:00 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 14 21:26:00 archlinux kernel: NET: Registered PF_XDP protocol family
Nov 14 21:26:00 archlinux kernel: pci 0000:00:15.0: BAR 0 [mem 0x4010000000-0x4010000fff 64bit]: assigned
Nov 14 21:26:00 archlinux kernel: pci 0000:00:15.1: BAR 0 [mem 0x4010001000-0x4010001fff 64bit]: assigned
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1e.0: BAR 0 [mem 0x4010002000-0x4010002fff 64bit]: assigned
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1e.2: BAR 0 [mem 0x4010003000-0x4010003fff 64bit]: assigned
Nov 14 21:26:00 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
Nov 14 21:26:00 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1f.5: BAR 0 [mem 0x80204000-0x80204fff]: assigned
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 01]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0x80100000-0x801fffff]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.4: PCI bridge to [bus 02]
Nov 14 21:26:00 archlinux kernel: pci 0000:00:1d.4:   bridge window [mem 0x80000000-0x800fffff]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x80000000-0xbfffffff window]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0x80100000-0x801fffff]
Nov 14 21:26:00 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0x80000000-0x800fffff]
Nov 14 21:26:00 archlinux kernel: PCI: CLS 64 bytes, default 64
Nov 14 21:26:00 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 14 21:26:00 archlinux kernel: software IO TLB: mapped [mem 0x0000000062a91000-0x0000000066a91000] (64MB)
Nov 14 21:26:00 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x159647815e3, max_idle_ns: 440795269835 ns
Nov 14 21:26:00 archlinux kernel: Trying to unpack rootfs image as initramfs...
Nov 14 21:26:00 archlinux kernel: clocksource: Switched to clocksource tsc
Nov 14 21:26:00 archlinux kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Nov 14 21:26:00 archlinux kernel: Initialise system trusted keyrings
Nov 14 21:26:00 archlinux kernel: Key type blacklist registered
Nov 14 21:26:00 archlinux kernel: workingset: timestamp_bits=36 max_order=22 bucket_order=0
Nov 14 21:26:00 archlinux kernel: fuse: init (API version 7.44)
Nov 14 21:26:00 archlinux kernel: integrity: Platform Keyring initialized
Nov 14 21:26:00 archlinux kernel: integrity: Machine keyring initialized
Nov 14 21:26:00 archlinux kernel: xor: automatically using best checksumming function   avx       
Nov 14 21:26:00 archlinux kernel: Key type asymmetric registered
Nov 14 21:26:00 archlinux kernel: Asymmetric key parser 'x509' registered
Nov 14 21:26:00 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Nov 14 21:26:00 archlinux kernel: io scheduler mq-deadline registered
Nov 14 21:26:00 archlinux kernel: io scheduler kyber registered
Nov 14 21:26:00 archlinux kernel: io scheduler bfq registered
Nov 14 21:26:00 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 14 21:26:00 archlinux kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 120
Nov 14 21:26:00 archlinux kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 120
Nov 14 21:26:00 archlinux kernel: pcieport 0000:00:1d.0: DPC: enabled with IRQ 120
Nov 14 21:26:00 archlinux kernel: pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Nov 14 21:26:00 archlinux kernel: pcieport 0000:00:1d.4: PME: Signaling with IRQ 121
Nov 14 21:26:00 archlinux kernel: pcieport 0000:00:1d.4: AER: enabled with IRQ 121
Nov 14 21:26:00 archlinux kernel: pcieport 0000:00:1d.4: DPC: enabled with IRQ 121
Nov 14 21:26:00 archlinux kernel: pcieport 0000:00:1d.4: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Nov 14 21:26:00 archlinux kernel: ACPI: AC: AC Adapter [AC0] (off-line)
Nov 14 21:26:00 archlinux kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/PNP0C09:01/PNP0C0D:00/input/input0
Nov 14 21:26:00 archlinux kernel: ACPI: button: Lid Switch [LID]
Nov 14 21:26:00 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Nov 14 21:26:00 archlinux kernel: ACPI: button: Power Button [PWRB]
Nov 14 21:26:00 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Nov 14 21:26:00 archlinux kernel: ACPI: button: Power Button [PWRF]
Nov 14 21:26:00 archlinux kernel: thermal LNXTHERM:00: registered as thermal_zone0
Nov 14 21:26:00 archlinux kernel: ACPI: thermal: Thermal Zone [THRM] (46 C)
Nov 14 21:26:00 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 14 21:26:00 archlinux kernel: ACPI: battery: Slot [BAT0] (battery present)
Nov 14 21:26:00 archlinux kernel: hpet_acpi_add: no address or irqs in _CRS
Nov 14 21:26:00 archlinux kernel: Non-volatile memory driver v1.3
Nov 14 21:26:00 archlinux kernel: Linux agpgart interface v0.103
Nov 14 21:26:00 archlinux kernel: Freeing initrd memory: 31324K
Nov 14 21:26:00 archlinux kernel: ACPI: bus type drm_connector registered
Nov 14 21:26:00 archlinux kernel: ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, RAID mode
Nov 14 21:26:00 archlinux kernel: ahci 0000:00:17.0: 1/1 ports implemented (port mask 0x1)
Nov 14 21:26:00 archlinux kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst 
Nov 14 21:26:00 archlinux kernel: scsi host0: ahci
Nov 14 21:26:00 archlinux kernel: ata1: SATA max UDMA/133 abar m2048@0x80202000 port 0x80202100 irq 122 lpm-pol 3
Nov 14 21:26:00 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Nov 14 21:26:00 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Nov 14 21:26:00 archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
Nov 14 21:26:00 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Nov 14 21:26:00 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Nov 14 21:26:00 archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 14 21:26:00 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
Nov 14 21:26:00 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 14 21:26:00 archlinux kernel: usb usb1: Product: xHCI Host Controller
Nov 14 21:26:00 archlinux kernel: usb usb1: Manufacturer: Linux 6.17.8-arch1-1 xhci-hcd
Nov 14 21:26:00 archlinux kernel: usb usb1: SerialNumber: 0000:00:14.0
Nov 14 21:26:00 archlinux kernel: hub 1-0:1.0: USB hub found
Nov 14 21:26:00 archlinux kernel: hub 1-0:1.0: 12 ports detected
Nov 14 21:26:00 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
Nov 14 21:26:00 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 14 21:26:00 archlinux kernel: usb usb2: Product: xHCI Host Controller
Nov 14 21:26:00 archlinux kernel: usb usb2: Manufacturer: Linux 6.17.8-arch1-1 xhci-hcd
Nov 14 21:26:00 archlinux kernel: usb usb2: SerialNumber: 0000:00:14.0
Nov 14 21:26:00 archlinux kernel: hub 2-0:1.0: USB hub found
Nov 14 21:26:00 archlinux kernel: hub 2-0:1.0: 6 ports detected
Nov 14 21:26:00 archlinux kernel: usb: port power management may be unreliable
Nov 14 21:26:00 archlinux kernel: usbcore: registered new interface driver usbserial_generic
Nov 14 21:26:00 archlinux kernel: usbserial: USB Serial support registered for generic
Nov 14 21:26:00 archlinux kernel: i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
Nov 14 21:26:00 archlinux kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Nov 14 21:26:00 archlinux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 14 21:26:00 archlinux kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Nov 14 21:26:00 archlinux kernel: rtc_cmos rtc_cmos: registered as rtc0
Nov 14 21:26:00 archlinux kernel: rtc_cmos rtc_cmos: setting system clock to 2025-11-14T20:26:00 UTC (1763151960)
Nov 14 21:26:00 archlinux kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Nov 14 21:26:00 archlinux kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Nov 14 21:26:00 archlinux kernel: intel_pstate: Intel P-state driver initializing
Nov 14 21:26:00 archlinux kernel: intel_pstate: HWP enabled
Nov 14 21:26:00 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Nov 14 21:26:00 archlinux kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Nov 14 21:26:00 archlinux kernel: fbcon: Deferring console take-over
Nov 14 21:26:00 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Nov 14 21:26:00 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 14 21:26:00 archlinux kernel: usbcore: registered new interface driver usbhid
Nov 14 21:26:00 archlinux kernel: usbhid: USB HID core driver
Nov 14 21:26:00 archlinux kernel: drop_monitor: Initializing network drop monitor service
Nov 14 21:26:00 archlinux kernel: NET: Registered PF_INET6 protocol family
Nov 14 21:26:00 archlinux kernel: Segment Routing with IPv6
Nov 14 21:26:00 archlinux kernel: RPL Segment Routing with IPv6
Nov 14 21:26:00 archlinux kernel: In-situ OAM (IOAM) with IPv6
Nov 14 21:26:00 archlinux kernel: NET: Registered PF_PACKET protocol family
Nov 14 21:26:00 archlinux kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Nov 14 21:26:00 archlinux kernel: microcode: Current revision: 0x000000ca
Nov 14 21:26:00 archlinux kernel: microcode: Updated early from: 0x000000a6
Nov 14 21:26:00 archlinux kernel: IPI shorthand broadcast: enabled
Nov 14 21:26:00 archlinux kernel: sched_clock: Marking stable (490001113, 6543508)->(531723100, -35178479)
Nov 14 21:26:00 archlinux kernel: registered taskstats version 1
Nov 14 21:26:00 archlinux kernel: Loading compiled-in X.509 certificates
Nov 14 21:26:00 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: c03c1fe1402d6c6e461f97d145a2c0ada6431430'
Nov 14 21:26:00 archlinux kernel: zswap: loaded using pool zstd/zsmalloc
Nov 14 21:26:00 archlinux kernel: Demotion targets for Node 0: null
Nov 14 21:26:00 archlinux kernel: Key type .fscrypt registered
Nov 14 21:26:00 archlinux kernel: Key type fscrypt-provisioning registered
Nov 14 21:26:00 archlinux kernel: Btrfs loaded, zoned=yes, fsverity=yes
Nov 14 21:26:00 archlinux kernel: Key type big_key registered
Nov 14 21:26:00 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 21:26:00 archlinux kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Nov 14 21:26:00 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 21:26:00 archlinux kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Nov 14 21:26:00 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 21:26:00 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Nov 14 21:26:00 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 21:26:00 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Nov 14 21:26:00 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 14 21:26:00 archlinux kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Nov 14 21:26:00 archlinux kernel: PM:   Magic number: 1:580:447
Nov 14 21:26:00 archlinux kernel: RAS: Correctable Errors collector initialized.
Nov 14 21:26:00 archlinux kernel: clk: Disabling unused clocks
Nov 14 21:26:00 archlinux kernel: PM: genpd: Disabling unused power domains
Nov 14 21:26:00 archlinux kernel: usb 1-5: new high-speed USB device number 2 using xhci_hcd
Nov 14 21:26:00 archlinux kernel: ata1: SATA link down (SStatus 4 SControl 300)
Nov 14 21:26:00 archlinux kernel: Freeing unused decrypted memory: 2028K
Nov 14 21:26:00 archlinux kernel: Freeing unused kernel image (initmem) memory: 4688K
Nov 14 21:26:00 archlinux kernel: Write protecting the kernel read-only data: 36864k
Nov 14 21:26:00 archlinux kernel: Freeing unused kernel image (text/rodata gap) memory: 412K
Nov 14 21:26:00 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 180K
Nov 14 21:26:00 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 14 21:26:00 archlinux kernel: rodata_test: all tests were successful
Nov 14 21:26:00 archlinux kernel: Run /init as init process
Nov 14 21:26:00 archlinux kernel:   with arguments:
Nov 14 21:26:00 archlinux kernel:     /init
Nov 14 21:26:00 archlinux kernel:   with environment:
Nov 14 21:26:00 archlinux kernel:     HOME=/
Nov 14 21:26:00 archlinux kernel:     TERM=linux
Nov 14 21:26:00 archlinux systemd[1]: Successfully made /usr/ read-only.
Nov 14 21:26:00 archlinux systemd[1]: systemd 258.2-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Nov 14 21:26:00 archlinux systemd[1]: Detected architecture x86-64.
Nov 14 21:26:00 archlinux systemd[1]: Running in initrd.
Nov 14 21:26:00 archlinux systemd[1]: Initializing machine ID from random generator.
Nov 14 21:26:00 archlinux kernel: usb 1-5: New USB device found, idVendor=322e, idProduct=2103, bcdDevice= 1.02
Nov 14 21:26:00 archlinux kernel: usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Nov 14 21:26:00 archlinux kernel: usb 1-5: Product: USB2.0 HD UVC WebCam
Nov 14 21:26:00 archlinux kernel: usb 1-5: Manufacturer: Sonix Technology Co., Ltd.
Nov 14 21:26:00 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
Nov 14 21:26:00 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/465df084-3ce4-468b-b966-b75bfd23caa7...
Nov 14 21:26:00 archlinux systemd[1]: Reached target Path Units.
Nov 14 21:26:00 archlinux systemd[1]: Reached target Slice Units.
Nov 14 21:26:00 archlinux systemd[1]: Reached target Swaps.
Nov 14 21:26:00 archlinux systemd[1]: Reached target Timer Units.
Nov 14 21:26:00 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
Nov 14 21:26:00 archlinux systemd[1]: Listening on Journal Sockets.
Nov 14 21:26:00 archlinux systemd[1]: Listening on udev Control Socket.
Nov 14 21:26:00 archlinux systemd[1]: Listening on udev Kernel Socket.
Nov 14 21:26:00 archlinux systemd[1]: Reached target Socket Units.
Nov 14 21:26:00 archlinux systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.17.8-arch1-1/modules.devname).
Nov 14 21:26:00 archlinux systemd[1]: Starting Check battery level during early boot...
Nov 14 21:26:00 archlinux systemd[1]: Starting Journal Service...
Nov 14 21:26:00 archlinux systemd[1]: Starting Load Kernel Modules...
Nov 14 21:26:00 archlinux systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 21:26:00 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 14 21:26:00 archlinux systemd[1]: Starting Coldplug All udev Devices...
Nov 14 21:26:00 archlinux systemd[1]: Finished Load Kernel Modules.
Nov 14 21:26:00 archlinux systemd[1]: Finished Check battery level during early boot.
Nov 14 21:26:00 archlinux systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
Nov 14 21:26:00 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 14 21:26:00 archlinux systemd[1]: Reached target Preparation for Local File Systems.
Nov 14 21:26:00 archlinux systemd[1]: Reached target Local File Systems.
Nov 14 21:26:00 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 14 21:26:00 archlinux systemd-journald[133]: Collecting audit messages is disabled.
Nov 14 21:26:00 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 14 21:26:00 archlinux systemd-journald[133]: Journal started
Nov 14 21:26:00 archlinux systemd-journald[133]: Runtime Journal (/run/log/journal/f575bab4a7404be4aa701bf06bed5535) is 8M, max 314.5M, 306.5M free.
Nov 14 21:26:00 archlinux systemd-udevd[144]: Using default interface naming scheme 'v258'.
Nov 14 21:26:00 archlinux systemd[1]: Started Journal Service.
Nov 14 21:26:00 archlinux systemd[1]: Starting Create System Files and Directories...
Nov 14 21:26:00 archlinux kernel: usb 1-10: new full-speed USB device number 3 using xhci_hcd
Nov 14 21:26:00 archlinux systemd[1]: Finished Create System Files and Directories.
Nov 14 21:26:01 archlinux kernel: usb 1-10: New USB device found, idVendor=13d3, idProduct=3557, bcdDevice= 1.10
Nov 14 21:26:01 archlinux kernel: usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 14 21:26:01 archlinux kernel: usb 1-10: Product: Bluetooth Radio 
Nov 14 21:26:01 archlinux kernel: usb 1-10: Manufacturer: Realtek 
Nov 14 21:26:01 archlinux kernel: usb 1-10: SerialNumber: 00e04c000001
Nov 14 21:26:01 archlinux systemd[1]: Finished Coldplug All udev Devices.
Nov 14 21:26:01 archlinux systemd[1]: Reached target System Initialization.
Nov 14 21:26:01 archlinux systemd[1]: Reached target Basic System.
Nov 14 21:26:01 archlinux kernel: Key type psk registered
Nov 14 21:26:01 archlinux kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Nov 14 21:26:01 archlinux kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Nov 14 21:26:01 archlinux kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
Nov 14 21:26:01 archlinux kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Nov 14 21:26:01 archlinux kernel: nvme nvme0: pci function 0000:02:00.0
Nov 14 21:26:01 archlinux systemd[1]: Starting Virtual Console Setup...
Nov 14 21:26:01 archlinux kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
Nov 14 21:26:01 archlinux kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Nov 14 21:26:01 archlinux kernel: intel-lpss 0000:00:1e.2: enabling device (0000 -> 0002)
Nov 14 21:26:01 archlinux kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
Nov 14 21:26:01 archlinux kernel: nvme nvme0: 8/0/0 default/read/poll queues
Nov 14 21:26:01 archlinux kernel:  nvme0n1: p1 p2 p3
Nov 14 21:26:01 archlinux systemd[1]: Finished Virtual Console Setup.
Nov 14 21:26:01 archlinux systemd[1]: Found device INTEL SSDPEKNW010T8 3.
Nov 14 21:26:01 archlinux systemd[1]: Reached target Initrd Root Device.
Nov 14 21:26:01 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/465df084-3ce4-468b-b966-b75bfd23caa7...
Nov 14 21:26:01 archlinux systemd-fsck[207]: /dev/nvme0n1p3: clean, 1013429/61399040 files, 33614815/245594368 blocks
Nov 14 21:26:01 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/465df084-3ce4-468b-b966-b75bfd23caa7.
Nov 14 21:26:01 archlinux kernel: i915 0000:00:02.0: [drm] Found icelake/port_f (device ID 8a52) integrated display version 11.00 stepping D0
Nov 14 21:26:01 archlinux kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Nov 14 21:26:01 archlinux kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Nov 14 21:26:01 archlinux kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Nov 14 21:26:01 archlinux kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/icl_dmc_ver1_09.bin (v1.9)
Nov 14 21:26:01 archlinux kernel: i915 0000:00:02.0: [drm] Registered 3 planes with drm panic
Nov 14 21:26:01 archlinux kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
Nov 14 21:26:01 archlinux kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Nov 14 21:26:01 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
Nov 14 21:26:01 archlinux kernel: fbcon: i915drmfb (fb0) is primary device
Nov 14 21:26:01 archlinux kernel: fbcon: Deferring console take-over
Nov 14 21:26:01 archlinux kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Nov 14 21:26:01 archlinux systemd[1]: Mounting /sysroot...
Nov 14 21:26:01 archlinux kernel: EXT4-fs (nvme0n1p3): mounted filesystem 465df084-3ce4-468b-b966-b75bfd23caa7 r/w with ordered data mode. Quota mode: none.
Nov 14 21:26:01 archlinux systemd[1]: Mounted /sysroot.
Nov 14 21:26:01 archlinux systemd[1]: Reached target Initrd Root File System.
Nov 14 21:26:01 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
Nov 14 21:26:01 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
Nov 14 21:26:01 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
Nov 14 21:26:01 archlinux systemd[1]: initrd-parse-etc.service: Triggering OnSuccess= dependencies.
Nov 14 21:26:01 archlinux systemd[1]: Reached target Initrd File Systems.
Nov 14 21:26:01 archlinux systemd[1]: Reached target Initrd Default Target.
Nov 14 21:26:01 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
Nov 14 21:26:01 archlinux systemd[1]: Stopped target Initrd Default Target.
Nov 14 21:26:01 archlinux systemd[1]: Stopped target Basic System.
Nov 14 21:26:01 archlinux systemd[1]: Stopped target Initrd Root Device.
Nov 14 21:26:01 archlinux systemd[1]: Stopped target Path Units.
Nov 14 21:26:01 archlinux systemd[1]: Stopped target Slice Units.
Nov 14 21:26:01 archlinux systemd[1]: Stopped target Socket Units.
Nov 14 21:26:01 archlinux systemd[1]: Stopped target System Initialization.
Nov 14 21:26:01 archlinux systemd[1]: Stopped target Swaps.
Nov 14 21:26:01 archlinux systemd[1]: Stopped target Timer Units.
Nov 14 21:26:01 archlinux systemd[1]: Stopping Display Boot-Time Emergency Messages In Full Screen...
Nov 14 21:26:01 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
Nov 14 21:26:01 archlinux systemd[1]: Stopped Load Kernel Modules.
Nov 14 21:26:01 archlinux systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Nov 14 21:26:01 archlinux systemd[1]: Stopped Create System Files and Directories.
Nov 14 21:26:01 archlinux systemd[1]: Stopped target Local File Systems.
Nov 14 21:26:01 archlinux systemd[1]: Stopped target Preparation for Local File Systems.
Nov 14 21:26:01 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
Nov 14 21:26:01 archlinux systemd[1]: Stopped Coldplug All udev Devices.
Nov 14 21:26:01 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
Nov 14 21:26:01 archlinux systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Nov 14 21:26:01 archlinux systemd[1]: Stopped Virtual Console Setup.
Nov 14 21:26:01 archlinux systemd[1]: systemd-bsod.service: Deactivated successfully.
Nov 14 21:26:01 archlinux systemd[1]: Stopped Display Boot-Time Emergency Messages In Full Screen.
Nov 14 21:26:01 archlinux systemd[1]: systemd-battery-check.service: Deactivated successfully.
Nov 14 21:26:01 archlinux systemd[1]: Stopped Check battery level during early boot.
Nov 14 21:26:01 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
Nov 14 21:26:01 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
Nov 14 21:26:02 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
Nov 14 21:26:02 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
Nov 14 21:26:02 archlinux systemd[1]: systemd-udevd.service: Consumed 1.323s CPU time, 23.6M memory peak.
Nov 14 21:26:02 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
Nov 14 21:26:02 archlinux systemd[1]: Closed udev Control Socket.
Nov 14 21:26:02 archlinux systemd[1]: Starting Cleanup udev Database...
Nov 14 21:26:02 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Nov 14 21:26:02 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
Nov 14 21:26:02 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
Nov 14 21:26:02 archlinux systemd[1]: Finished Cleanup udev Database.
Nov 14 21:26:02 archlinux systemd[1]: Reached target Switch Root.
Nov 14 21:26:02 archlinux systemd[1]: Starting Switch Root...
Nov 14 21:26:02 archlinux systemd[1]: Switching root.
Nov 14 21:26:02 archlinux systemd-journald[133]: Journal stopped
Nov 14 21:26:02 antares systemd-journald[133]: Received SIGTERM from PID 1 (systemd).
Nov 14 21:26:02 antares systemd[1]: systemd 258.2-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Nov 14 21:26:02 antares systemd[1]: Detected architecture x86-64.
Nov 14 21:26:02 antares systemd[1]: Hostname set to <antares>.
Nov 14 21:26:02 antares systemd[1]: bpf-restrict-fs: LSM BPF program attached
Nov 14 21:26:02 antares systemd[1]: initrd-switch-root.service: Deactivated successfully.
Nov 14 21:26:02 antares systemd[1]: Stopped Switch Root.
Nov 14 21:26:02 antares systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Nov 14 21:26:02 antares systemd[1]: Created slice CUPS Slice.
Nov 14 21:26:02 antares systemd[1]: Created slice Slice /system/dirmngr.
Nov 14 21:26:02 antares systemd[1]: Created slice Slice /system/getty.
Nov 14 21:26:02 antares systemd[1]: Created slice Slice /system/gpg-agent.
Nov 14 21:26:02 antares systemd[1]: Created slice Slice /system/gpg-agent-browser.
Nov 14 21:26:02 antares systemd[1]: Created slice Slice /system/gpg-agent-extra.
Nov 14 21:26:02 antares systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Nov 14 21:26:02 antares systemd[1]: Created slice Slice /system/keyboxd.
Nov 14 21:26:02 antares systemd[1]: Created slice Slice /system/modprobe.
Nov 14 21:26:02 antares systemd[1]: Created slice Slice /system/systemd-fsck.
Nov 14 21:26:02 antares systemd[1]: Created slice User and Session Slice.
Nov 14 21:26:02 antares systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 14 21:26:02 antares systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 14 21:26:02 antares systemd[1]: Expecting device /dev/disk/by-uuid/29cf7871-7704-4774-982d-a2bb749431df...
Nov 14 21:26:02 antares systemd[1]: Expecting device /dev/disk/by-uuid/686A-09BC...
Nov 14 21:26:02 antares systemd[1]: Reached target Login Prompts.
Nov 14 21:26:02 antares systemd[1]: Reached target Image Downloads.
Nov 14 21:26:02 antares systemd[1]: Stopped target Switch Root.
Nov 14 21:26:02 antares systemd[1]: Stopped target Initrd File Systems.
Nov 14 21:26:02 antares systemd[1]: Stopped target Initrd Root File System.
Nov 14 21:26:02 antares systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 14 21:26:02 antares systemd[1]: Reached target Remote File Systems.
Nov 14 21:26:02 antares systemd[1]: Reached target Slice Units.
Nov 14 21:26:02 antares systemd[1]: Reached target Local Verity Protected Volumes.
Nov 14 21:26:02 antares systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 14 21:26:02 antares systemd[1]: Listening on Query the User Interactively for a Password.
Nov 14 21:26:02 antares systemd[1]: Listening on Process Core Dump Socket.
Nov 14 21:26:02 antares systemd[1]: Listening on Credential Encryption/Decryption.
Nov 14 21:26:02 antares systemd[1]: Listening on Factory Reset Management.
Nov 14 21:26:02 antares systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 21:26:02 antares systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 21:26:02 antares systemd[1]: Listening on udev Control Socket.
Nov 14 21:26:02 antares systemd[1]: Listening on udev Varlink Socket.
Nov 14 21:26:02 antares systemd[1]: Listening on User Database Manager Socket.
Nov 14 21:26:02 antares systemd[1]: Mounting Huge Pages File System...
Nov 14 21:26:02 antares systemd[1]: Mounting POSIX Message Queue File System...
Nov 14 21:26:02 antares systemd[1]: Mounting Kernel Debug File System...
Nov 14 21:26:02 antares systemd[1]: Mounting Kernel Trace File System...
Nov 14 21:26:02 antares systemd[1]: Starting Create List of Static Device Nodes...
Nov 14 21:26:02 antares systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
Nov 14 21:26:02 antares systemd[1]: Mounting Kernel Configuration File System...
Nov 14 21:26:02 antares systemd[1]: Starting Load Kernel Module dm_mod...
Nov 14 21:26:02 antares systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
Nov 14 21:26:02 antares systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
Nov 14 21:26:02 antares systemd[1]: Mounting FUSE Control File System...
Nov 14 21:26:02 antares systemd[1]: Starting Load Kernel Module loop...
Nov 14 21:26:02 antares systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Nov 14 21:26:02 antares systemd[1]: Starting Journal Service...
Nov 14 21:26:02 antares systemd[1]: Starting Load Kernel Modules...
Nov 14 21:26:02 antares systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 21:26:02 antares systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 14 21:26:02 antares systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 21:26:02 antares systemd[1]: Starting Load udev Rules from Credentials...
Nov 14 21:26:02 antares systemd[1]: Starting Coldplug All udev Devices...
Nov 14 21:26:02 antares systemd[1]: Starting Virtual Console Setup...
Nov 14 21:26:02 antares systemd[1]: Mounted Huge Pages File System.
Nov 14 21:26:02 antares systemd[1]: Mounted POSIX Message Queue File System.
Nov 14 21:26:02 antares systemd[1]: Mounted Kernel Debug File System.
Nov 14 21:26:02 antares systemd[1]: Mounted Kernel Trace File System.
Nov 14 21:26:02 antares kernel: loop: module loaded
Nov 14 21:26:02 antares systemd[1]: Finished Create List of Static Device Nodes.
Nov 14 21:26:02 antares systemd[1]: Mounted Kernel Configuration File System.
Nov 14 21:26:02 antares systemd[1]: Mounted FUSE Control File System.
Nov 14 21:26:02 antares systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 14 21:26:02 antares systemd[1]: Finished Load Kernel Module loop.
Nov 14 21:26:02 antares systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Nov 14 21:26:02 antares systemd[1]: Finished Load udev Rules from Credentials.
Nov 14 21:26:02 antares kernel: device-mapper: uevent: version 1.0.3
Nov 14 21:26:02 antares kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Nov 14 21:26:02 antares systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 14 21:26:02 antares systemd[1]: Finished Load Kernel Module dm_mod.
Nov 14 21:26:02 antares systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 14 21:26:02 antares kernel: EXT4-fs (nvme0n1p3): re-mounted 465df084-3ce4-468b-b966-b75bfd23caa7.
Nov 14 21:26:02 antares systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 14 21:26:02 antares systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 14 21:26:02 antares systemd[1]: Starting Load/Save OS Random Seed...
Nov 14 21:26:02 antares systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 21:26:02 antares systemd-journald[265]: Collecting audit messages is disabled.
Nov 14 21:26:02 antares systemd[1]: Finished Virtual Console Setup.
Nov 14 21:26:02 antares systemd-journald[265]: Journal started
Nov 14 21:26:02 antares systemd-journald[265]: Runtime Journal (/run/log/journal/d3b8a51513324726aab59c967100460c) is 8M, max 314.5M, 306.5M free.
Nov 14 21:26:02 antares systemd[1]: Queued start job for default target Graphical Interface.
Nov 14 21:26:02 antares systemd[1]: systemd-journald.service: Deactivated successfully.
Nov 14 21:26:02 antares systemd-modules-load[266]: Inserted module 'ntsync'
Nov 14 21:26:02 antares systemd-modules-load[266]: Inserted module 'crypto_user'
Nov 14 21:26:02 antares systemd[1]: Started Journal Service.
Nov 14 21:26:02 antares systemd-modules-load[266]: Inserted module 'i2c_dev'
Nov 14 21:26:02 antares kernel: i2c_dev: i2c /dev entries driver
Nov 14 21:26:02 antares systemd[1]: Finished Load Kernel Modules.
Nov 14 21:26:02 antares systemd[1]: Finished Load/Save OS Random Seed.
Nov 14 21:26:02 antares systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 14 21:26:02 antares systemd[1]: Starting Apply Kernel Variables...
Nov 14 21:26:02 antares systemd[1]: Starting User Database Manager...
Nov 14 21:26:02 antares systemd-journald[265]: Time spent on flushing to /var/log/journal/d3b8a51513324726aab59c967100460c is 98.024ms for 904 entries.
Nov 14 21:26:02 antares systemd-journald[265]: System Journal (/var/log/journal/d3b8a51513324726aab59c967100460c) is 1G, max 4G, 2.9G free.
Nov 14 21:26:02 antares systemd-journald[265]: Received client request to flush runtime journal.
Nov 14 21:26:02 antares systemd[1]: Finished Apply Kernel Variables.
Nov 14 21:26:02 antares systemd[1]: Started User Database Manager.
Nov 14 21:26:02 antares systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Nov 14 21:26:02 antares systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 14 21:26:02 antares systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 14 21:26:02 antares systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 14 21:26:02 antares systemd[1]: Reached target Preparation for Local File Systems.
Nov 14 21:26:02 antares systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 14 21:26:02 antares systemd-udevd[307]: Using default interface naming scheme 'v258'.
Nov 14 21:26:02 antares systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 14 21:26:02 antares systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 14 21:26:02 antares systemd[1]: Finished Coldplug All udev Devices.
Nov 14 21:26:02 antares systemd[1]: Starting Show Plymouth Boot Screen...
Nov 14 21:26:02 antares systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
Nov 14 21:26:02 antares systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
Nov 14 21:26:02 antares systemd[1]: Received SIGRTMIN+20 from PID 346 (plymouthd).
Nov 14 21:26:02 antares systemd[1]: Received SIGRTMIN+20 from PID 346 (plymouthd).
Nov 14 21:26:02 antares systemd[1]: Started Show Plymouth Boot Screen.
Nov 14 21:26:02 antares systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Nov 14 21:26:02 antares systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Nov 14 21:26:02 antares kernel: fbcon: Taking over console
Nov 14 21:26:02 antares kernel: Console: switching to colour frame buffer device 240x67
Nov 14 21:26:02 antares systemd[1]: Reached target Local Encrypted Volumes.
Nov 14 21:26:02 antares systemd[1]: Condition check resulted in /dev/tpmrm0 being skipped.
Nov 14 21:26:02 antares systemd[1]: Expecting device /dev/tpm0...
Nov 14 21:26:02 antares systemd[1]: Condition check resulted in /dev/tpm0 being skipped.
Nov 14 21:26:02 antares systemd[1]: Reached target Trusted Platform Module.
Nov 14 21:26:03 antares systemd[1]: Condition check resulted in INTEL SSDPEKNW010T8 2 being skipped.
Nov 14 21:26:03 antares systemd[1]: Condition check resulted in INTEL SSDPEKNW010T8 1 being skipped.
Nov 14 21:26:03 antares kernel: ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20250404/nsprepkg-94)
Nov 14 21:26:03 antares systemd[1]: Activating swap /dev/disk/by-uuid/29cf7871-7704-4774-982d-a2bb749431df...
Nov 14 21:26:03 antares systemd[1]: Starting File System Check on /dev/disk/by-uuid/686A-09BC...
Nov 14 21:26:03 antares kernel: Adding 16777212k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:16777212k SS
Nov 14 21:26:03 antares kernel: intel_pmc_core INT33A1:00:  initialized
Nov 14 21:26:03 antares systemd[1]: Activated swap /dev/disk/by-uuid/29cf7871-7704-4774-982d-a2bb749431df.
Nov 14 21:26:03 antares systemd-fsck[362]: fsck.fat 4.2 (2021-01-31)
Nov 14 21:26:03 antares systemd-fsck[362]: /dev/nvme0n1p1: 388 files, 15669/261628 clusters
Nov 14 21:26:03 antares systemd[1]: Finished File System Check on /dev/disk/by-uuid/686A-09BC.
Nov 14 21:26:03 antares systemd[1]: Reached target Swaps.
Nov 14 21:26:03 antares systemd[1]: Created slice Slice /system/systemd-backlight.
Nov 14 21:26:03 antares systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Nov 14 21:26:03 antares mtp-probe[368]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5"
Nov 14 21:26:03 antares mtp-probe[368]: bus: 1, device: 2 was not an MTP device
Nov 14 21:26:03 antares kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
Nov 14 21:26:03 antares kernel: dw-apb-uart.2: ttyS4 at MMIO 0x4010002000 (irq = 20, base_baud = 7500000) is a 16550A
Nov 14 21:26:03 antares systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Nov 14 21:26:03 antares kernel: mc: Linux media interface: v0.10
Nov 14 21:26:03 antares systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 14 21:26:03 antares systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Nov 14 21:26:03 antares systemd[1]: Stopped Virtual Console Setup.
Nov 14 21:26:03 antares systemd[1]: Stopping Virtual Console Setup...
Nov 14 21:26:03 antares systemd[1]: Starting Virtual Console Setup...
Nov 14 21:26:03 antares systemd[1]: Finished Virtual Console Setup.
Nov 14 21:26:03 antares kernel: input: ELAN1200:00 04F3:309F Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:309F.0001/input/input6
Nov 14 21:26:03 antares kernel: input: ELAN1200:00 04F3:309F Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:309F.0001/input/input7
Nov 14 21:26:03 antares kernel: hid-generic 0018:04F3:309F.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1200:00 04F3:309F] on i2c-ELAN1200:00
Nov 14 21:26:03 antares kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Nov 14 21:26:03 antares kernel: spi-nor spi0.0: supply vcc not found, using dummy regulator
Nov 14 21:26:03 antares kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Nov 14 21:26:03 antares kernel: 0x000000000000-0x000001000000 : "BIOS"
Nov 14 21:26:03 antares kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
Nov 14 21:26:03 antares kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Nov 14 21:26:03 antares kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Nov 14 21:26:03 antares kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Nov 14 21:26:03 antares kernel: asus_wmi: ASUS WMI generic driver loaded
Nov 14 21:26:03 antares kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Nov 14 21:26:03 antares kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Nov 14 21:26:03 antares kernel: videodev: Linux video capture interface: v2.00
Nov 14 21:26:03 antares kernel: asus_wmi: Initialization: 0x1
Nov 14 21:26:03 antares kernel: asus_wmi: BIOS WMI version: 9.0
Nov 14 21:26:03 antares kernel: asus_wmi: SFUN value: 0x21
Nov 14 21:26:03 antares kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Nov 14 21:26:03 antares systemd[1]: Mounting /boot...
Nov 14 21:26:03 antares kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input8
Nov 14 21:26:03 antares systemd[1]: Mounting Temporary Directory /tmp...
Nov 14 21:26:03 antares systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 14 21:26:03 antares systemd[1]: Listening on Disk Image Download Service Socket.
Nov 14 21:26:03 antares kernel: input: ELAN1200:00 04F3:309F Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:309F.0001/input/input9
Nov 14 21:26:03 antares kernel: input: ELAN1200:00 04F3:309F Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:309F.0001/input/input10
Nov 14 21:26:03 antares kernel: hid-multitouch 0018:04F3:309F.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1200:00 04F3:309F] on i2c-ELAN1200:00
Nov 14 21:26:03 antares kernel: asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
Nov 14 21:26:03 antares kernel: asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
Nov 14 21:26:03 antares kernel: asus_wmi: fan_curve_get_factory_default (0x00110032) failed: -19
Nov 14 21:26:03 antares kernel: ACPI: battery: new hook: ASUS Battery Extension
Nov 14 21:26:03 antares kernel: Bluetooth: Core ver 2.22
Nov 14 21:26:03 antares kernel: NET: Registered PF_BLUETOOTH protocol family
Nov 14 21:26:03 antares kernel: Bluetooth: HCI device and connection manager initialized
Nov 14 21:26:03 antares kernel: Bluetooth: HCI socket layer initialized
Nov 14 21:26:03 antares kernel: Bluetooth: L2CAP socket layer initialized
Nov 14 21:26:03 antares kernel: Bluetooth: SCO socket layer initialized
Nov 14 21:26:03 antares kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Nov 14 21:26:03 antares kernel: iTCO_vendor_support: vendor-support=0
Nov 14 21:26:03 antares kernel: mousedev: PS/2 mouse device common for all mice
Nov 14 21:26:03 antares systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 14 21:26:03 antares systemd[1]: Mounted Temporary Directory /tmp.
Nov 14 21:26:03 antares kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 14 21:26:03 antares kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 14 21:26:03 antares kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Nov 14 21:26:03 antares kernel: faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
Nov 14 21:26:03 antares kernel: cfg80211: failed to load regulatory.db
Nov 14 21:26:03 antares kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Nov 14 21:26:03 antares kernel: intel_rapl_common: Found RAPL domain package
Nov 14 21:26:03 antares kernel: intel_rapl_common: Found RAPL domain core
Nov 14 21:26:03 antares kernel: intel_rapl_common: Found RAPL domain uncore
Nov 14 21:26:03 antares kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Nov 14 21:26:03 antares kernel: usbcore: registered new interface driver btusb
Nov 14 21:26:03 antares systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 14 21:26:03 antares systemd[1]: Mounted /boot.
Nov 14 21:26:03 antares systemd[1]: Reached target Local File Systems.
Nov 14 21:26:03 antares systemd[1]: Listening on Boot Entries Service Socket.
Nov 14 21:26:03 antares systemd[1]: Listening on System Extension Image Management.
Nov 14 21:26:03 antares systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Nov 14 21:26:03 antares systemd[1]: Starting Set Up Additional Binary Formats...
Nov 14 21:26:03 antares systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 14 21:26:03 antares systemd[1]: Starting Create System Files and Directories...
Nov 14 21:26:03 antares systemd[1]: Starting Load JSON user/group Records from Credentials...
Nov 14 21:26:03 antares systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 398 (systemd-binfmt)
Nov 14 21:26:03 antares systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Nov 14 21:26:03 antares systemd[1]: Mounting Arbitrary Executable File Formats File System...
Nov 14 21:26:03 antares systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Nov 14 21:26:03 antares systemd[1]: Load Kernel Module loop was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!loop).
Nov 14 21:26:03 antares systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 14 21:26:03 antares systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Nov 14 21:26:03 antares systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 14 21:26:03 antares systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 21:26:03 antares systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 14 21:26:03 antares systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 21:26:03 antares systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 14 21:26:03 antares systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 21:26:03 antares systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Nov 14 21:26:03 antares systemd[1]: Received SIGRTMIN+20 from PID 346 (plymouthd).
Nov 14 21:26:03 antares systemd[1]: Finished Load JSON user/group Records from Credentials.
Nov 14 21:26:03 antares systemd[1]: Mounted Arbitrary Executable File Formats File System.
Nov 14 21:26:03 antares systemd[1]: Finished Set Up Additional Binary Formats.
Nov 14 21:26:03 antares kernel: usb 1-5: Found UVC 1.00 device USB2.0 HD UVC WebCam (322e:2103)
Nov 14 21:26:03 antares kernel: usbcore: registered new interface driver uvcvideo
Nov 14 21:26:03 antares systemd[1]: Finished Create System Files and Directories.
Nov 14 21:26:03 antares systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Nov 14 21:26:03 antares systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 14 21:26:03 antares systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 14 21:26:03 antares systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Nov 14 21:26:03 antares systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 14 21:26:03 antares systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Nov 14 21:26:03 antares systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 14 21:26:03 antares kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Nov 14 21:26:03 antares kernel: intel_rapl_common: Found RAPL domain package
Nov 14 21:26:03 antares systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 14 21:26:03 antares systemd[1]: Reached target System Initialization.
Nov 14 21:26:03 antares systemd[1]: Started CUPS Scheduler.
Nov 14 21:26:03 antares systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 14 21:26:03 antares systemd[1]: Started Daily man-db regeneration.
Nov 14 21:26:03 antares systemd[1]: Started Daily verification of password and group files.
Nov 14 21:26:03 antares systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 14 21:26:03 antares systemd[1]: Reached target Path Units.
Nov 14 21:26:03 antares systemd[1]: Reached target Timer Units.
Nov 14 21:26:03 antares systemd[1]: Listening on CUPS Scheduler.
Nov 14 21:26:03 antares systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 14 21:26:03 antares systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Nov 14 21:26:03 antares systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Nov 14 21:26:03 antares systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Nov 14 21:26:03 antares systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Nov 14 21:26:03 antares systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Nov 14 21:26:03 antares systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Nov 14 21:26:03 antares systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Nov 14 21:26:03 antares systemd[1]: Listening on Hostname Service Socket.
Nov 14 21:26:03 antares systemd[1]: Listening on User Login Management Varlink Socket.
Nov 14 21:26:03 antares systemd[1]: Listening on Virtual Machine and Container Registration Service Socket.
Nov 14 21:26:03 antares systemd[1]: Reached target Socket Units.
Nov 14 21:26:03 antares systemd[1]: Starting D-Bus System Message Bus...
Nov 14 21:26:03 antares systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 21:26:03 antares kernel: rtw88_8821ce 0000:01:00.0: enabling device (0000 -> 0003)
Nov 14 21:26:03 antares kernel: intel_tcc_cooling: Programmable TCC Offset detected
Nov 14 21:26:03 antares kernel: rtw88_8821ce 0000:01:00.0: Firmware version 24.11.0, H2C version 12
Nov 14 21:26:03 antares systemd[1]: Started D-Bus System Message Bus.
Nov 14 21:26:03 antares kernel: rtw88_8821ce 0000:01:00.0 wlo1: renamed from wlan0
Nov 14 21:26:03 antares dbus-broker-launch[422]: Ready
Nov 14 21:26:03 antares systemd[1]: Reached target Basic System.
Nov 14 21:26:03 antares systemd[1]: Starting Network Manager...
Nov 14 21:26:03 antares systemd[1]: Started Create tmp-files to provide a consistent naming and location.
Nov 14 21:26:03 antares systemd[1]: Starting Bluetooth service...
Nov 14 21:26:03 antares systemd[1]: Starting Initialize hardware monitoring sensors...
Nov 14 21:26:03 antares systemd[1]: Starting systemd script to load sep5 driver at boot time...
Nov 14 21:26:03 antares asus-fan-create-symlinks.sh[429]: [i] starting, target directory: /tmp/asus-fan-shm
Nov 14 21:26:03 antares systemd[1]: Starting User Login Management...
Nov 14 21:26:03 antares systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 14 21:26:03 antares sep5-load.sh[432]: Loading the sep5 driver:
Nov 14 21:26:03 antares (modprobe)[431]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Nov 14 21:26:03 antares asus-fan-create-symlinks.sh[429]: [+] finished....
Nov 14 21:26:03 antares systemd[1]: asus-fan.service: Deactivated successfully.
Nov 14 21:26:03 antares NetworkManager[428]: <info>  [1763151963.9039] NetworkManager (version 1.54.1-1) is starting... (boot:f9302be6-16f0-49ab-abe9-caef7279a88d)
Nov 14 21:26:03 antares NetworkManager[428]: <info>  [1763151963.9042] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf
Nov 14 21:26:03 antares NetworkManager[428]: <info>  [1763151963.9149] manager[0x5620b64c3070]: monitoring kernel firmware directory '/lib/firmware'.
Nov 14 21:26:03 antares bluetoothd[430]: Bluetooth daemon 5.84
Nov 14 21:26:03 antares systemd[1]: Started Bluetooth service.
Nov 14 21:26:03 antares bluetoothd[430]: Starting SDP server
Nov 14 21:26:03 antares systemd[1]: Reached target Bluetooth Support.
Nov 14 21:26:03 antares systemd[1]: Starting Hostname Service...
Nov 14 21:26:03 antares kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Nov 14 21:26:03 antares kernel: Bluetooth: BNEP filters: protocol multicast
Nov 14 21:26:03 antares kernel: Bluetooth: BNEP socket layer initialized
Nov 14 21:26:03 antares bluetoothd[430]: Bluetooth management interface 1.23 initialized
Nov 14 21:26:03 antares bluetoothd[430]: Battery Provider Manager created
Nov 14 21:26:03 antares kernel: Bluetooth: MGMT ver 1.23
Nov 14 21:26:03 antares systemd[1]: Finished Initialize hardware monitoring sensors.
Nov 14 21:26:03 antares systemd-logind[441]: New seat seat0.
Nov 14 21:26:03 antares kernel: NET: Registered PF_ALG protocol family
Nov 14 21:26:03 antares systemd-logind[441]: Watching system buttons on /dev/input/event2 (Power Button)
Nov 14 21:26:03 antares systemd-logind[441]: Watching system buttons on /dev/input/event0 (Lid Switch)
Nov 14 21:26:03 antares systemd-logind[441]: Watching system buttons on /dev/input/event1 (Power Button)
Nov 14 21:26:03 antares systemd-logind[441]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Nov 14 21:26:03 antares systemd[1]: Started User Login Management.
Nov 14 21:26:03 antares groupmod[547]: group changed in /etc/group (group vtune/1000)
Nov 14 21:26:03 antares sep5-load.sh[442]: PYTHON is set to python
Nov 14 21:26:04 antares systemd[1]: Started Hostname Service.
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0100] hostname: hostname: using hostnamed
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0101] hostname: static hostname changed from (none) to "antares"
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0105] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0138] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1d.0/0000:01:00.0/ieee80211/phy0/rfkill3) (driver rtw88_8821ce)
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0141] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/platform/asus-nb-wmi/rfkill/rfkill0) (platform driver asus-nb-wmi)
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0149] manager[0x5620b64c3070]: rfkill: Wi-Fi hardware radio set enabled
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0149] manager[0x5620b64c3070]: rfkill: WWAN hardware radio set enabled
Nov 14 21:26:04 antares kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Nov 14 21:26:04 antares kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0545] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-team.so)
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0560] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-ovs.so)
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0606] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-wwan.so)
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0616] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-bluetooth.so)
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0628] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-wifi.so)
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0637] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-adsl.so)
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0640] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0640] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0640] manager: Networking is enabled by state file
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0644] settings: Loaded settings plugin: keyfile (internal)
Nov 14 21:26:04 antares systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0722] dhcp: init: Using DHCP client 'internal'
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0724] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0740] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0744] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0751] device (lo): Activation: starting connection 'lo' (a98de6c6-2cc7-4176-b404-4473070dd741)
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0754] device (wlo1): driver supports Access Point (AP) mode
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0760] manager: (wlo1): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.0762] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Nov 14 21:26:04 antares kernel: snd_hda_codec_alc269 hdaudioC0D0: ALC256: picked fixup  for PCI SSID 1043:14f2
Nov 14 21:26:04 antares kernel: snd_hda_codec_alc269 hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Nov 14 21:26:04 antares kernel: snd_hda_codec_alc269 hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 14 21:26:04 antares kernel: snd_hda_codec_alc269 hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Nov 14 21:26:04 antares kernel: snd_hda_codec_alc269 hdaudioC0D0:    mono: mono_out=0x0
Nov 14 21:26:04 antares kernel: snd_hda_codec_alc269 hdaudioC0D0:    inputs:
Nov 14 21:26:04 antares kernel: snd_hda_codec_alc269 hdaudioC0D0:      Headset Mic=0x19
Nov 14 21:26:04 antares kernel: snd_hda_codec_alc269 hdaudioC0D0:      Internal Mic=0x1b
Nov 14 21:26:04 antares systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 14 21:26:04 antares nm-dispatcher[576]: req:1 'hostname': find-scripts: Cannot execute '/etc/NetworkManager/dispatcher.d/cp-wifi': not executable by owner
Nov 14 21:26:04 antares nm-dispatcher[588]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 4: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[589]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 5: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[590]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 6: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[591]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 7: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[592]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 8: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[593]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 9: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[594]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 10: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[595]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 11: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[596]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 12: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[597]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 13: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[587]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 14: syntax error near unexpected token `newline'
Nov 14 21:26:04 antares nm-dispatcher[587]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 14: `key <tab>'
Nov 14 21:26:04 antares nm-dispatcher[576]: req:1 'hostname', "/etc/NetworkManager/dispatcher.d/cpauth-wifi": complete: process failed with Script '/etc/NetworkManager/dispatcher.d/cpauth-wifi' exited with status 2
Nov 14 21:26:04 antares sep5-load.sh[442]: ERROR: sep5 driver "sep5-x32_64-6.17.8-arch1-1smp.ko"
Nov 14 21:26:04 antares sep5-load.sh[442]: was not found in directory "." !
Nov 14 21:26:04 antares sep5-load.sh[442]: This means you may need to build sep5 driver from the provided
Nov 14 21:26:04 antares sep5-load.sh[442]: driver sources. Please see the driver README for instructions.
Nov 14 21:26:04 antares sep5-load.sh[442]: Note: Ensure that the driver is built for kernel version 6.17.8-arch1-1
Nov 14 21:26:04 antares sep5-load.sh[604]: C compiler version: 15.2.1
Nov 14 21:26:04 antares sep5-load.sh[604]: Make version: 4.4.1
Nov 14 21:26:04 antares sep5-load.sh[604]: Kernel version: 6.17.8-arch1-1
Nov 14 21:26:04 antares sep5-load.sh[604]: Cleaning workspaces ...
Nov 14 21:26:04 antares kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
Nov 14 21:26:04 antares kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
Nov 14 21:26:04 antares kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
Nov 14 21:26:04 antares kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
Nov 14 21:26:04 antares kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Nov 14 21:26:04 antares systemd[1]: Reached target Sound Card.
Nov 14 21:26:04 antares sep5-load.sh[604]: Done
Nov 14 21:26:04 antares sep5-load.sh[812]: Building sep driver ...
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.5258] device (wlo1): set-hw-addr: set MAC address to C2:76:33:06:6C:22 (scanning)
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.9675] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 14 21:26:04 antares systemd[1]: Started Network Manager.
Nov 14 21:26:04 antares NetworkManager[428]: <warn>  [1763151964.9698] dispatcher: (1) /etc/NetworkManager/dispatcher.d/cpauth-wifi failed (failed): Script '/etc/NetworkManager/dispatcher.d/cpauth-wifi' exited with status 2
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.9700] ovsdb: disconnected from ovsdb
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.9701] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.9704] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.9705] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.9711] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Nov 14 21:26:04 antares nm-dispatcher[576]: req:2 'connectivity-change': find-scripts: Cannot execute '/etc/NetworkManager/dispatcher.d/cp-wifi': not executable by owner
Nov 14 21:26:04 antares systemd[1]: Starting WPA supplicant...
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.9728] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.9730] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Nov 14 21:26:04 antares nm-dispatcher[966]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 4: key: command not found
Nov 14 21:26:04 antares NetworkManager[428]: <info>  [1763151964.9735] device (lo): Activation: successful, device activated.
Nov 14 21:26:04 antares nm-dispatcher[967]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 5: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[968]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 6: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[576]: req:4 'up' [lo]: find-scripts: Cannot execute '/etc/NetworkManager/dispatcher.d/cp-wifi': not executable by owner
Nov 14 21:26:04 antares nm-dispatcher[969]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 7: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[970]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 8: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[972]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 9: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[973]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 10: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[975]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 11: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[976]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 12: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[977]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 13: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[963]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 14: syntax error near unexpected token `newline'
Nov 14 21:26:04 antares nm-dispatcher[963]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 14: `key <tab>'
Nov 14 21:26:04 antares nm-dispatcher[576]: req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/cpauth-wifi": complete: process failed with Script '/etc/NetworkManager/dispatcher.d/cpauth-wifi' exited with status 2
Nov 14 21:26:04 antares NetworkManager[428]: <warn>  [1763151964.9781] dispatcher: (2) /etc/NetworkManager/dispatcher.d/cpauth-wifi failed (failed): Script '/etc/NetworkManager/dispatcher.d/cpauth-wifi' exited with status 2
Nov 14 21:26:04 antares nm-dispatcher[980]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 4: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[981]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 5: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[982]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 6: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[983]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 7: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[984]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 8: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[985]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 9: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[986]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 10: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[987]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 11: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[988]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 12: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[989]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 13: key: command not found
Nov 14 21:26:04 antares nm-dispatcher[978]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 14: syntax error near unexpected token `newline'
Nov 14 21:26:04 antares nm-dispatcher[978]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 14: `key <tab>'
Nov 14 21:26:04 antares nm-dispatcher[576]: req:4 'up' [lo], "/etc/NetworkManager/dispatcher.d/cpauth-wifi": complete: process failed with Script '/etc/NetworkManager/dispatcher.d/cpauth-wifi' exited with status 2
Nov 14 21:26:04 antares NetworkManager[428]: <warn>  [1763151964.9844] dispatcher: (4) /etc/NetworkManager/dispatcher.d/cpauth-wifi failed (failed): Script '/etc/NetworkManager/dispatcher.d/cpauth-wifi' exited with status 2
Nov 14 21:26:04 antares systemd[1]: Started WPA supplicant.
Nov 14 21:26:04 antares wpa_supplicant[964]: Successfully initialized wpa_supplicant
Nov 14 21:26:04 antares systemd[1]: Reached target Network.
Nov 14 21:26:04 antares systemd[1]: Starting CUPS Scheduler...
Nov 14 21:26:04 antares systemd[1]: Starting Permit User Sessions...
Nov 14 21:26:05 antares systemd[1]: Finished Permit User Sessions.
Nov 14 21:26:05 antares systemd[1]: Starting Hold until boot process finishes up...
Nov 14 21:26:05 antares systemd[1]: Starting Terminate Plymouth Boot Screen...
Nov 14 21:26:05 antares wpa_supplicant[964]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Nov 14 21:26:05 antares NetworkManager[428]: <info>  [1763151965.0317] device (wlo1): supplicant interface state: internal-starting -> disconnected
Nov 14 21:26:05 antares NetworkManager[428]: <info>  [1763151965.0318] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Nov 14 21:26:05 antares systemd[1]: Started CUPS Scheduler.
Nov 14 21:26:05 antares systemd[1]: Received SIGRTMIN+21 from PID 346 (plymouthd).
Nov 14 21:26:05 antares systemd[1]: Finished Hold until boot process finishes up.
Nov 14 21:26:05 antares systemd[1]: Finished Terminate Plymouth Boot Screen.
Nov 14 21:26:05 antares systemd[1]: Started Simple Desktop Display Manager.
Nov 14 21:26:05 antares sddm[1018]: Initializing...
Nov 14 21:26:05 antares sddm[1018]: Starting...
Nov 14 21:26:05 antares sddm[1018]: Logind interface found
Nov 14 21:26:05 antares sddm[1018]: Adding new display...
Nov 14 21:26:05 antares sddm[1018]: Loaded empty theme configuration
Nov 14 21:26:05 antares sddm[1018]: Xauthority path: "/run/sddm/xauth_TNXzrn"
Nov 14 21:26:05 antares sddm[1018]: Using VT 2
Nov 14 21:26:05 antares sddm[1018]: Display server starting...
Nov 14 21:26:05 antares sddm[1018]: Writing cookie to "/run/sddm/xauth_TNXzrn"
Nov 14 21:26:05 antares sddm[1018]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_TNXzrn -noreset -displayfd 16
Nov 14 21:26:05 antares sep5-load.sh[1093]: lwpmudrv.c:33:10: fatal error: lwpmudrv_defines.h: No such file or directory
Nov 14 21:26:05 antares sep5-load.sh[1093]:    33 | #include "lwpmudrv_defines.h"
Nov 14 21:26:05 antares sep5-load.sh[1093]:       |          ^~~~~~~~~~~~~~~~~~~~
Nov 14 21:26:05 antares sep5-load.sh[1100]: eventmux.c:33:10: fatal error: lwpmudrv_defines.h: No such file or directory
Nov 14 21:26:05 antares sep5-load.sh[1100]:    33 | #include "lwpmudrv_defines.h"
Nov 14 21:26:05 antares sep5-load.sh[1100]:       |          ^~~~~~~~~~~~~~~~~~~~
Nov 14 21:26:05 antares sep5-load.sh[1098]: cpumon.c:37:10: fatal error: lwpmudrv_defines.h: No such file or directory
Nov 14 21:26:05 antares sep5-load.sh[1098]:    37 | #include "lwpmudrv_defines.h"
Nov 14 21:26:05 antares sep5-load.sh[1098]:       |          ^~~~~~~~~~~~~~~~~~~~
Nov 14 21:26:05 antares sep5-load.sh[1097]: control.c:33:10: fatal error: lwpmudrv_defines.h: No such file or directory
Nov 14 21:26:05 antares sep5-load.sh[1097]:    33 | #include "lwpmudrv_defines.h"
Nov 14 21:26:05 antares sep5-load.sh[1097]:       |          ^~~~~~~~~~~~~~~~~~~~
Nov 14 21:26:05 antares sep5-load.sh[1093]: compilation terminated.
Nov 14 21:26:05 antares sep5-load.sh[1098]: compilation terminated.
Nov 14 21:26:05 antares sep5-load.sh[1100]: compilation terminated.
Nov 14 21:26:05 antares sep5-load.sh[1097]: compilation terminated.
Nov 14 21:26:05 antares sep5-load.sh[1070]: make[4]: *** [/usr/lib/modules/6.17.8-arch1-1/build/scripts/Makefile.build:287: lwpmudrv.o] Error 1
Nov 14 21:26:05 antares sep5-load.sh[1070]: make[4]: *** Waiting for unfinished jobs....
Nov 14 21:26:05 antares sep5-load.sh[1070]: make[4]: *** [/usr/lib/modules/6.17.8-arch1-1/build/scripts/Makefile.build:287: control.o] Error 1
Nov 14 21:26:05 antares sep5-load.sh[1070]: make[4]: *** [/usr/lib/modules/6.17.8-arch1-1/build/scripts/Makefile.build:287: cpumon.o] Error 1
Nov 14 21:26:05 antares sep5-load.sh[1070]: make[4]: *** [/usr/lib/modules/6.17.8-arch1-1/build/scripts/Makefile.build:287: eventmux.o] Error 1
Nov 14 21:26:05 antares sep5-load.sh[817]: make[3]: *** [/usr/lib/modules/6.17.8-arch1-1/build/Makefile:2011: .] Error 2
Nov 14 21:26:05 antares sep5-load.sh[816]: make[2]: *** [/usr/lib/modules/6.17.8-arch1-1/build/Makefile:248: __sub-make] Error 2
Nov 14 21:26:05 antares sep5-load.sh[814]: make[1]: *** [Makefile:248: __sub-make] Error 2
Nov 14 21:26:05 antares sep5-load.sh[779]: make: *** [Makefile:234: default] Error 2
Nov 14 21:26:05 antares sep5-load.sh[604]: Failed to build the drivers
Nov 14 21:26:05 antares groupmod[1174]: group changed in /etc/group (group vtune/1000)
Nov 14 21:26:05 antares sep5-load.sh[1101]: PYTHON is set to python
Nov 14 21:26:05 antares sep5-load.sh[1101]: ERROR: sep5 driver "sep5-x32_64-6.17.8-arch1-1smp.ko"
Nov 14 21:26:05 antares sep5-load.sh[1101]: was not found in directory "." !
Nov 14 21:26:05 antares sep5-load.sh[1101]: This means you may need to build sep5 driver from the provided
Nov 14 21:26:05 antares sep5-load.sh[1101]: driver sources. Please see the driver README for instructions.
Nov 14 21:26:05 antares sep5-load.sh[1101]: Note: Ensure that the driver is built for kernel version 6.17.8-arch1-1
Nov 14 21:26:05 antares systemd[1]: sep5.service: Main process exited, code=exited, status=235/CHOWN
Nov 14 21:26:05 antares systemd[1]: sep5.service: Failed with result 'exit-code'.
Nov 14 21:26:05 antares systemd[1]: Failed to start systemd script to load sep5 driver at boot time.
Nov 14 21:26:05 antares systemd[1]: sep5.service: Consumed 1.601s CPU time, 75.8M memory peak.
Nov 14 21:26:05 antares systemd[1]: Reached target Multi-User System.
Nov 14 21:26:05 antares systemd[1]: Reached target Graphical Interface.
Nov 14 21:26:05 antares systemd[1]: Startup finished in 3.272s (firmware) + 1.929s (loader) + 819ms (kernel) + 1.281s (initrd) + 3.337s (userspace) = 10.639s.
Nov 14 21:26:05 antares sddm[1018]: Setting default cursor
Nov 14 21:26:05 antares sddm[1018]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Nov 14 21:26:05 antares sddm[1018]: Display server started.
Nov 14 21:26:05 antares sddm[1018]: Socket server starting...
Nov 14 21:26:05 antares sddm[1018]: Socket server started.
Nov 14 21:26:05 antares sddm[1018]: Loading theme configuration from "/usr/share/sddm/themes/maldives/theme.conf"
Nov 14 21:26:05 antares sddm[1018]: Greeter starting...
Nov 14 21:26:05 antares sddm-helper[1213]: [PAM] Starting...
Nov 14 21:26:05 antares sddm-helper[1213]: [PAM] Authenticating...
Nov 14 21:26:05 antares sddm-helper[1213]: [PAM] returning.
Nov 14 21:26:05 antares sddm-helper[1213]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=963) by (uid=0)
Nov 14 21:26:05 antares systemd-logind[441]: New session 'c1' of user 'sddm' with class 'greeter' and type 'x11'.
Nov 14 21:26:05 antares systemd[1]: Created slice User Slice of UID 963.
Nov 14 21:26:05 antares systemd[1]: Starting User Runtime Directory /run/user/963...
Nov 14 21:26:05 antares systemd[1]: Finished User Runtime Directory /run/user/963.
Nov 14 21:26:05 antares systemd[1]: Starting User Manager for UID 963...
Nov 14 21:26:05 antares dbus-broker-launch[422]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Nov 14 21:26:05 antares (systemd)[1219]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 14 21:26:05 antares (systemd)[1219]: pam_unix(systemd-user:session): session opened for user sddm(uid=963) by sddm(uid=0)
Nov 14 21:26:05 antares systemd-logind[441]: New session '1' of user 'sddm' with class 'manager-early' and type 'unspecified'.
Nov 14 21:26:05 antares systemd[1219]: Queued start job for default target Main User Target.
Nov 14 21:26:05 antares systemd[1219]: Created slice User Application Slice.
Nov 14 21:26:05 antares systemd[1219]: Started Submitting pending crash events (file monitor).
Nov 14 21:26:05 antares systemd[1219]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Nov 14 21:26:05 antares systemd[1219]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/drkonqi/sentry-envelopes/*).
Nov 14 21:26:05 antares systemd[1219]: Reached target Paths.
Nov 14 21:26:05 antares systemd[1219]: Reached target Timers.
Nov 14 21:26:05 antares systemd[1219]: Starting D-Bus User Message Bus Socket...
Nov 14 21:26:05 antares systemd[1219]: Listening on GnuPG network certificate management daemon.
Nov 14 21:26:05 antares systemd[1219]: Socket to launch DrKonqi for a systemd-coredump crash was skipped because of an unmet condition check (ConditionUser=!@system).
Nov 14 21:26:05 antares systemd[1219]: Listening on GNOME Keyring daemon.
Nov 14 21:26:05 antares systemd[1219]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 14 21:26:05 antares systemd[1219]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 14 21:26:05 antares systemd[1219]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 14 21:26:05 antares systemd[1219]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 14 21:26:05 antares systemd[1219]: Listening on GnuPG public key management service.
Nov 14 21:26:05 antares systemd[1219]: Listening on p11-kit server.
Nov 14 21:26:05 antares systemd[1219]: Listening on PipeWire PulseAudio.
Nov 14 21:26:05 antares systemd[1219]: Listening on PipeWire Multimedia System Sockets.
Nov 14 21:26:05 antares systemd[1219]: Listening on Query the User Interactively for a Password.
Nov 14 21:26:05 antares systemd[1219]: Listening on D-Bus User Message Bus Socket.
Nov 14 21:26:05 antares systemd[1219]: Reached target Sockets.
Nov 14 21:26:05 antares systemd[1219]: Reached target Basic System.
Nov 14 21:26:05 antares systemd[1219]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Nov 14 21:26:05 antares systemd[1219]: Reached target Main User Target.
Nov 14 21:26:05 antares systemd[1219]: Startup finished in 174ms.
Nov 14 21:26:05 antares systemd[1]: Started User Manager for UID 963.
Nov 14 21:26:05 antares systemd[1]: Started Session c1 of User sddm.
Nov 14 21:26:05 antares sddm-helper[1213]: Writing cookie to "/tmp/xauth_FpSCgc"
Nov 14 21:26:05 antares sddm-helper[1213]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-MBdGBL --theme /usr/share/sddm/themes/maldives"
Nov 14 21:26:05 antares sddm[1018]: Greeter session started successfully
Nov 14 21:26:06 antares sddm-greeter[1229]: High-DPI autoscaling Enabled
Nov 14 21:26:06 antares sddm-greeter[1229]: Reading from "/usr/local/share/wayland-sessions/gnome-wayland.desktop"
Nov 14 21:26:06 antares sddm-greeter[1229]: Reading from "/usr/share/wayland-sessions/gnome-wayland.desktop"
Nov 14 21:26:06 antares sddm-greeter[1229]: Reading from "/usr/local/share/wayland-sessions/gnome.desktop"
Nov 14 21:26:06 antares sddm-greeter[1229]: Reading from "/usr/share/wayland-sessions/gnome.desktop"
Nov 14 21:26:06 antares sddm-greeter[1229]: Reading from "/usr/local/share/wayland-sessions/plasma.desktop"
Nov 14 21:26:06 antares sddm-greeter[1229]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Nov 14 21:26:06 antares sddm-greeter[1229]: Reading from "/usr/local/share/xsessions/plasmax11.desktop"
Nov 14 21:26:06 antares sddm-greeter[1229]: Reading from "/usr/share/xsessions/plasmax11.desktop"
Nov 14 21:26:06 antares sddm-greeter[1229]: Loading theme configuration from "/usr/share/sddm/themes/maldives/theme.conf"
Nov 14 21:26:06 antares systemd[1219]: Created slice User Core Session Slice.
Nov 14 21:26:06 antares systemd[1219]: Starting D-Bus User Message Bus...
Nov 14 21:26:06 antares dbus-broker-launch[1232]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Nov 14 21:26:06 antares dbus-broker-launch[1232]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Nov 14 21:26:06 antares dbus-broker-launch[1232]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Nov 14 21:26:06 antares dbus-broker-launch[1232]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Nov 14 21:26:06 antares dbus-broker-launch[1232]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Nov 14 21:26:06 antares dbus-broker-launch[1232]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Nov 14 21:26:06 antares systemd[1219]: Started D-Bus User Message Bus.
Nov 14 21:26:06 antares dbus-broker-launch[1232]: Ready
Nov 14 21:26:06 antares sddm-greeter[1229]: Connected to the daemon.
Nov 14 21:26:06 antares sddm[1018]: Message received from greeter: Connect
Nov 14 21:26:06 antares sddm-greeter[1229]: QFont::fromString: Invalid description 'Noto Sans,10,-1,0,400,0,0,0,0,0,0,0,0,0,0,1'
Nov 14 21:26:06 antares sddm-greeter[1229]: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(ResetNotification), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
Nov 14 21:26:06 antares sddm-greeter[1229]: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(ResetNotification), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
Nov 14 21:26:06 antares sddm-greeter[1229]: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(ResetNotification), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
Nov 14 21:26:06 antares sddm-greeter[1229]: Could not initialize GLX
Nov 14 21:26:06 antares systemd-coredump[1234]: Process 1229 (sddm-greeter) of user 963 terminated abnormally with signal 6/ABRT, processing...
Nov 14 21:26:06 antares systemd[1]: Created slice Slice /system/drkonqi-coredump-processor.
Nov 14 21:26:06 antares systemd[1]: Created slice Slice /system/systemd-coredump.
Nov 14 21:26:06 antares systemd[1]: Started Process Core Dump (PID 1234/UID 0).
Nov 14 21:26:06 antares systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Nov 14 21:26:06 antares systemd-coredump[1236]: Process 1229 (sddm-greeter) of user 963 dumped core.
                                                
                                                Stack trace of thread 1229:
                                                #0  0x00007f7c37a9890c n/a (libc.so.6 + 0x9890c)
                                                #1  0x00007f7c37a3e3a0 raise (libc.so.6 + 0x3e3a0)
                                                #2  0x00007f7c37a2557a abort (libc.so.6 + 0x2557a)
                                                #3  0x00007f7c382982e0 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x982e0)
                                                #4  0x00007f7c342b8255 n/a (libqxcb-glx-integration.so + 0x8255)
                                                #5  0x00007f7c38985f9a _ZN14QOpenGLContext6createEv (libQt5Gui.so.5 + 0x185f9a)
                                                #6  0x00007f7c342beb29 n/a (libqxcb-glx-integration.so + 0xeb29)
                                                #7  0x00007f7c342bf44d n/a (libqxcb-glx-integration.so + 0xf44d)
                                                #8  0x00007f7c399c4b31 _ZN13QSGRenderLoop8instanceEv (libQt5Quick.so.5 + 0x1c4b31)
                                                #9  0x00007f7c39a4d8e6 _ZN19QQuickWindowPrivate4initEP12QQuickWindowP19QQuickRenderControl (libQt5Quick.so.5 + 0x24d8e6)
                                                #10 0x00007f7c39acaadd _ZN10QQuickViewC1EP7QWindow (libQt5Quick.so.5 + 0x2caadd)
                                                #11 0x000055ebdbcb0384 n/a (/usr/bin/sddm-greeter + 0x21384)
                                                #12 0x000055ebdbcb115b n/a (/usr/bin/sddm-greeter + 0x2215b)
                                                #13 0x00007f7c384f7659 _ZN7QObject5eventEP6QEvent (libQt5Core.so.5 + 0x2f7659)
                                                #14 0x00007f7c384d0448 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5 + 0x2d0448)
                                                #15 0x00007f7c384d17a0 _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData (libQt5Core.so.5 + 0x2d17a0)
                                                #16 0x00007f7c38524930 n/a (libQt5Core.so.5 + 0x324930)
                                                #17 0x00007f7c36f06f8d n/a (libglib-2.0.so.0 + 0x5ef8d)
                                                #18 0x00007f7c36f08657 n/a (libglib-2.0.so.0 + 0x60657)
                                                #19 0x00007f7c36f08865 g_main_context_iteration (libglib-2.0.so.0 + 0x60865)
                                                #20 0x00007f7c38521dc9 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x321dc9)
                                                #21 0x00007f7c384c893b _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2c893b)
                                                #22 0x00007f7c384d4c5b _ZN16QCoreApplication4execEv (libQt5Core.so.5 + 0x2d4c5b)
                                                #23 0x000055ebdbca0626 n/a (/usr/bin/sddm-greeter + 0x11626)
                                                #24 0x00007f7c37a27635 n/a (libc.so.6 + 0x27635)
                                                #25 0x00007f7c37a276e9 __libc_start_main (libc.so.6 + 0x276e9)
                                                #26 0x000055ebdbca3775 n/a (/usr/bin/sddm-greeter + 0x14775)
                                                
                                                Stack trace of thread 1230:
                                                #0  0x00007f7c37a9f002 n/a (libc.so.6 + 0x9f002)
                                                #1  0x00007f7c37a9316c n/a (libc.so.6 + 0x9316c)
                                                #2  0x00007f7c37a931b4 n/a (libc.so.6 + 0x931b4)
                                                #3  0x00007f7c37b0d4ae __poll (libc.so.6 + 0x10d4ae)
                                                #4  0x00007f7c39e2720b n/a (libxcb.so.1 + 0xd20b)
                                                #5  0x00007f7c39e28f3d xcb_wait_for_event (libxcb.so.1 + 0xef3d)
                                                #6  0x00007f7c341c6cb9 n/a (libQt5XcbQpa.so.5 + 0x60cb9)
                                                #7  0x00007f7c382f19b9 n/a (libQt5Core.so.5 + 0xf19b9)
                                                #8  0x00007f7c37a9698b n/a (libc.so.6 + 0x9698b)
                                                #9  0x00007f7c37b1a9cc n/a (libc.so.6 + 0x11a9cc)
                                                
                                                Stack trace of thread 1231:
                                                #0  0x00007f7c37a9f002 n/a (libc.so.6 + 0x9f002)
                                                #1  0x00007f7c37a9316c n/a (libc.so.6 + 0x9316c)
                                                #2  0x00007f7c37a931b4 n/a (libc.so.6 + 0x931b4)
                                                #3  0x00007f7c37b0d9f6 ppoll (libc.so.6 + 0x10d9f6)
                                                #4  0x00007f7c36f08784 n/a (libglib-2.0.so.0 + 0x60784)
                                                #5  0x00007f7c36f08865 g_main_context_iteration (libglib-2.0.so.0 + 0x60865)
                                                #6  0x00007f7c38521dc9 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x321dc9)
                                                #7  0x00007f7c384c893b _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2c893b)
                                                #8  0x00007f7c382f549b _ZN7QThread4execEv (libQt5Core.so.5 + 0xf549b)
                                                #9  0x00007f7c33d96d2e n/a (libQt5DBus.so.5 + 0x17d2e)
                                                #10 0x00007f7c382f19b9 n/a (libQt5Core.so.5 + 0xf19b9)
                                                #11 0x00007f7c37a9698b n/a (libc.so.6 + 0x9698b)
                                                #12 0x00007f7c37b1a9cc n/a (libc.so.6 + 0x11a9cc)
                                                ELF object binary architecture: AMD x86-64
Nov 14 21:26:06 antares systemd[1]: systemd-coredump@0-1-1234_1235-0.service: Deactivated successfully.
Nov 14 21:26:06 antares sddm-helper[1213]: [PAM] Closing session
Nov 14 21:26:06 antares sddm-helper[1213]: pam_unix(sddm-greeter:session): session closed for user sddm
Nov 14 21:26:06 antares sddm-helper[1213]: [PAM] Ended.
Nov 14 21:26:06 antares sddm[1018]: Auth: sddm-helper exited with 6
Nov 14 21:26:06 antares systemd[1]: session-c1.scope: Deactivated successfully.
Nov 14 21:26:06 antares sddm[1018]: Greeter stopped. SDDM::Auth::HelperExitStatus(6)
Nov 14 21:26:06 antares systemd-logind[441]: Session c1 logged out. Waiting for processes to exit.
Nov 14 21:26:06 antares systemd-logind[441]: Removed session c1.
Nov 14 21:26:06 antares systemd[1219]: Reached target Sound Card.
Nov 14 21:26:06 antares wpa_supplicant[964]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Nov 14 21:26:06 antares wpa_supplicant[964]: wlo1: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5200 max_tx_power=2000 no_ir=1
Nov 14 21:26:06 antares wpa_supplicant[964]: wlo1: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5200 max_tx_power=2000
Nov 14 21:26:06 antares drkonqi-coredump-processor[1237]: "/usr/bin/sddm-greeter" 1229 "/var/lib/systemd/coredump/core.sddm-greeter.963.f9302be616f049ababe9caef7279a88d.1229.1763151966000000.zst"
Nov 14 21:26:06 antares drkonqi-coredump-processor[1237]: The socket path doesn't exist @ "/run/user/963/drkonqi-coredump-launcher"
Nov 14 21:26:06 antares systemd[1]: drkonqi-coredump-processor@0-1-1234_1235-0.service: Deactivated successfully.
Nov 14 21:26:07 antares systemd[1]: Started Getty on tty3.
Nov 14 21:26:08 antares systemd[1]: systemd-rfkill.service: Deactivated successfully.
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.3131] policy: auto-activating connection 'SFR_FFE0_5GHZ' (31a6e277-e5af-4c65-8b6a-5802e0982ff8)
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.3134] device (wlo1): Activation: starting connection 'SFR_FFE0_5GHZ' (31a6e277-e5af-4c65-8b6a-5802e0982ff8)
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.3135] device (wlo1): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.3137] manager: NetworkManager state is now CONNECTING
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.3211] device (wlo1): set-hw-addr: reset MAC address to B4:8C:9D:04:69:DD (preserve)
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7617] device (wlo1): state change: prepare -> config (reason 'none', managed-type: 'full')
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7673] device (wlo1): Activation: (wifi) access point 'SFR_FFE0_5GHZ' has security, but secrets are required.
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7673] device (wlo1): state change: config -> need-auth (reason 'none', managed-type: 'full')
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7676] sup-iface[7debe886487e6eca,0,wlo1]: wps: type pbc start...
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7680] device (wlo1): supplicant interface state: disconnected -> interface_disabled
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7681] device (wlo1): supplicant interface state: interface_disabled -> inactive
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7694] device (wlo1): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7698] device (wlo1): state change: prepare -> config (reason 'none', managed-type: 'full')
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7703] device (wlo1): Activation: (wifi) connection 'SFR_FFE0_5GHZ' has security, and secrets exist.  No new secrets needed.
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7703] Config: added 'ssid' value 'SFR_FFE0_5GHZ'
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7703] Config: added 'scan_ssid' value '1'
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7704] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 14 21:26:09 antares wpa_supplicant[964]: wlo1: WPS-PBC-ACTIVE
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7704] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Nov 14 21:26:09 antares wpa_supplicant[964]: wlo1: WPS-CANCEL
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7704] Config: added 'auth_alg' value 'OPEN'
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7704] Config: added 'psk' value '<hidden>'
Nov 14 21:26:09 antares NetworkManager[428]: <info>  [1763151969.7719] device (wlo1): supplicant interface state: inactive -> scanning
Nov 14 21:26:10 antares wpa_supplicant[964]: wlo1: SME: Trying to authenticate with cc:2d:1b:64:ff:e5 (SSID='SFR_FFE0_5GHZ' freq=5200 MHz)
Nov 14 21:26:10 antares kernel: wlo1: authenticate with cc:2d:1b:64:ff:e5 (local address=b4:8c:9d:04:69:dd)
Nov 14 21:26:10 antares wpa_supplicant[964]: wlo1: Trying to associate with cc:2d:1b:64:ff:e5 (SSID='SFR_FFE0_5GHZ' freq=5200 MHz)
Nov 14 21:26:10 antares kernel: wlo1: send auth to cc:2d:1b:64:ff:e5 (try 1/3)
Nov 14 21:26:10 antares NetworkManager[428]: <info>  [1763151970.7068] device (wlo1): supplicant interface state: scanning -> authenticating
Nov 14 21:26:10 antares kernel: wlo1: authenticated
Nov 14 21:26:10 antares kernel: wlo1: associate with cc:2d:1b:64:ff:e5 (try 1/3)
Nov 14 21:26:10 antares NetworkManager[428]: <info>  [1763151970.7084] device (wlo1): supplicant interface state: authenticating -> associating
Nov 14 21:26:10 antares kernel: wlo1: RX AssocResp from cc:2d:1b:64:ff:e5 (capab=0x11 status=0 aid=4)
Nov 14 21:26:10 antares kernel: wlo1: associated
Nov 14 21:26:10 antares wpa_supplicant[964]: wlo1: Associated with cc:2d:1b:64:ff:e5
Nov 14 21:26:10 antares wpa_supplicant[964]: wlo1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 14 21:26:10 antares NetworkManager[428]: <info>  [1763151970.7166] device (wlo1): supplicant interface state: associating -> associated
Nov 14 21:26:10 antares NetworkManager[428]: <info>  [1763151970.7312] device (wlo1): supplicant interface state: associated -> 4way_handshake
Nov 14 21:26:10 antares wpa_supplicant[964]: wlo1: WPA: Key negotiation completed with cc:2d:1b:64:ff:e5 [PTK=CCMP GTK=TKIP]
Nov 14 21:26:10 antares wpa_supplicant[964]: wlo1: CTRL-EVENT-CONNECTED - Connection to cc:2d:1b:64:ff:e5 completed [id=0 id_str=]
Nov 14 21:26:10 antares NetworkManager[428]: <info>  [1763151970.7829] device (wlo1): supplicant interface state: 4way_handshake -> completed
Nov 14 21:26:10 antares NetworkManager[428]: <info>  [1763151970.7829] device (wlo1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "SFR_FFE0_5GHZ"
Nov 14 21:26:10 antares NetworkManager[428]: <info>  [1763151970.7831] device (wlo1): state change: config -> ip-config (reason 'none', managed-type: 'full')
Nov 14 21:26:10 antares NetworkManager[428]: <info>  [1763151970.7837] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Nov 14 21:26:10 antares kernel: wlo1: Limiting TX power to 23 (23 - 0) dBm as advertised by cc:2d:1b:64:ff:e5
Nov 14 21:26:11 antares login[1249]: pam_unix(login:session): session opened for user username(uid=1000) by username(uid=0)
Nov 14 21:26:11 antares systemd-logind[441]: New session '2' of user 'username' with class 'user' and type 'tty'.
Nov 14 21:26:11 antares systemd[1]: Created slice User Slice of UID 1000.
Nov 14 21:26:11 antares systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 14 21:26:11 antares dbus-broker-launch[422]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Nov 14 21:26:11 antares NetworkManager[428]: ((../NetworkManager/src/libnm-systemd-core/src/libsystemd/sd-event/sd-event.c:4488)): assertion '<dropped>' failed
Nov 14 21:26:11 antares nm-dispatcher[576]: req:5 'connectivity-change': find-scripts: Cannot execute '/etc/NetworkManager/dispatcher.d/cp-wifi': not executable by owner
Nov 14 21:26:11 antares nm-dispatcher[1278]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 4: key: command not found
Nov 14 21:26:11 antares nm-dispatcher[1280]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 5: key: command not found
Nov 14 21:26:11 antares nm-dispatcher[1283]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 6: key: command not found
Nov 14 21:26:11 antares nm-dispatcher[1285]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 7: key: command not found
Nov 14 21:26:11 antares nm-dispatcher[1287]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 8: key: command not found
Nov 14 21:26:11 antares nm-dispatcher[1290]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 9: key: command not found
Nov 14 21:26:11 antares nm-dispatcher[1292]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 10: key: command not found
Nov 14 21:26:11 antares nm-dispatcher[1294]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 11: key: command not found
Nov 14 21:26:11 antares nm-dispatcher[1297]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 12: key: command not found
Nov 14 21:26:11 antares systemd-user-runtime-dir[1263]: Successfully configured disk quota for UID 1000 on /tmp to 6.1G
Nov 14 21:26:11 antares nm-dispatcher[576]: req:5 'connectivity-change', "/etc/NetworkManager/dispatcher.d/cpauth-wifi": complete: process failed with Script '/etc/NetworkManager/dispatcher.d/cpauth-wifi' exited with status 2
Nov 14 21:26:11 antares nm-dispatcher[1299]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 13: key: command not found
Nov 14 21:26:11 antares systemd-user-runtime-dir[1263]: Successfully configured disk quota for UID 1000 on /dev/shm to 6.1G
Nov 14 21:26:11 antares nm-dispatcher[1271]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 14: syntax error near unexpected token `newline'
Nov 14 21:26:11 antares nm-dispatcher[1271]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 14: `key <tab>'
Nov 14 21:26:11 antares NetworkManager[428]: <warn>  [1763151971.0478] dispatcher: (5) /etc/NetworkManager/dispatcher.d/cpauth-wifi failed (failed): Script '/etc/NetworkManager/dispatcher.d/cpauth-wifi' exited with status 2
Nov 14 21:26:11 antares systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 14 21:26:11 antares systemd[1]: Starting User Manager for UID 1000...
Nov 14 21:26:11 antares (systemd)[1302]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[username] ruser=[<unknown>] rhost=[<unknown>]
Nov 14 21:26:11 antares (systemd)[1302]: pam_unix(systemd-user:session): session opened for user username(uid=1000) by username(uid=0)
Nov 14 21:26:11 antares systemd-logind[441]: New session '3' of user 'username' with class 'manager' and type 'unspecified'.
Nov 14 21:26:11 antares wpa_supplicant[964]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-31 noise=9999 txrate=292500
Nov 14 21:26:11 antares systemd[1302]: Queued start job for default target Main User Target.
Nov 14 21:26:11 antares systemd[1302]: Created slice User Application Slice.
Nov 14 21:26:11 antares login[1249]: LOGIN ON tty3 BY username
Nov 14 21:26:11 antares systemd[1302]: Started Submitting pending crash events (file monitor).
Nov 14 21:26:11 antares systemd[1302]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/username/.cache/kcrash-metadata/*.ini).
Nov 14 21:26:11 antares systemd[1302]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/username/.cache/drkonqi/sentry-envelopes/*).
Nov 14 21:26:11 antares systemd[1302]: Reached target Paths.
Nov 14 21:26:11 antares systemd[1302]: Reached target Timers.
Nov 14 21:26:11 antares systemd[1302]: Starting D-Bus User Message Bus Socket...
Nov 14 21:26:11 antares systemd[1302]: Listening on GnuPG network certificate management daemon.
Nov 14 21:26:11 antares systemd[1302]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Nov 14 21:26:11 antares systemd[1302]: Listening on GNOME Keyring daemon.
Nov 14 21:26:11 antares systemd[1302]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 14 21:26:11 antares systemd[1302]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 14 21:26:11 antares systemd[1302]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 14 21:26:11 antares systemd[1302]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 14 21:26:11 antares systemd[1302]: Listening on GnuPG public key management service.
Nov 14 21:26:11 antares systemd[1302]: Listening on p11-kit server.
Nov 14 21:26:11 antares systemd[1302]: Listening on PipeWire PulseAudio.
Nov 14 21:26:11 antares systemd[1302]: Listening on PipeWire Multimedia System Sockets.
Nov 14 21:26:11 antares systemd[1302]: Listening on Query the User Interactively for a Password.
Nov 14 21:26:11 antares systemd[1302]: Listening on D-Bus User Message Bus Socket.
Nov 14 21:26:11 antares systemd[1302]: Reached target Sockets.
Nov 14 21:26:11 antares systemd[1302]: Reached target Basic System.
Nov 14 21:26:11 antares systemd[1302]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/username/.cache/kcrash-metadata/*.ini).
Nov 14 21:26:11 antares systemd[1302]: Reached target Main User Target.
Nov 14 21:26:11 antares systemd[1302]: Startup finished in 144ms.
Nov 14 21:26:11 antares systemd[1]: Started User Manager for UID 1000.
Nov 14 21:26:11 antares systemd[1]: Started Session 2 of User username.
Nov 14 21:26:12 antares NetworkManager[428]: <info>  [1763151972.2462] policy: set 'SFR_FFE0_5GHZ' (wlo1) as default for IPv6 routing and DNS
Nov 14 21:26:12 antares NetworkManager[428]: <info>  [1763151972.7976] dhcp4 (wlo1): state changed new lease, address=192.168.1.26, acd pending
Nov 14 21:26:12 antares NetworkManager[428]: <info>  [1763151972.9719] dhcp4 (wlo1): state changed new lease, address=192.168.1.26
Nov 14 21:26:12 antares NetworkManager[428]: <info>  [1763151972.9732] policy: set 'SFR_FFE0_5GHZ' (wlo1) as default for IPv4 routing and DNS
Nov 14 21:26:12 antares NetworkManager[428]: <info>  [1763151972.9858] device (wlo1): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Nov 14 21:26:12 antares nm-dispatcher[576]: req:6 'dhcp4-change' [wlo1]: find-scripts: Cannot execute '/etc/NetworkManager/dispatcher.d/cp-wifi': not executable by owner
Nov 14 21:26:12 antares NetworkManager[428]: <info>  [1763151972.9889] device (wlo1): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Nov 14 21:26:12 antares NetworkManager[428]: <info>  [1763151972.9891] device (wlo1): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Nov 14 21:26:12 antares NetworkManager[428]: <info>  [1763151972.9895] manager: NetworkManager state is now CONNECTED_SITE
Nov 14 21:26:12 antares NetworkManager[428]: <info>  [1763151972.9901] device (wlo1): Activation: successful, device activated.
Nov 14 21:26:12 antares nm-dispatcher[1334]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 4: key: command not found
Nov 14 21:26:12 antares NetworkManager[428]: <info>  [1763151972.9910] manager: startup complete
Nov 14 21:26:12 antares nm-dispatcher[1336]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 5: key: command not found
Nov 14 21:26:12 antares nm-dispatcher[1337]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 6: key: command not found
Nov 14 21:26:12 antares nm-dispatcher[1338]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 7: key: command not found
Nov 14 21:26:12 antares nm-dispatcher[1339]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 8: key: command not found
Nov 14 21:26:12 antares nm-dispatcher[1340]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 9: key: command not found
Nov 14 21:26:12 antares nm-dispatcher[576]: req:8 'up' [wlo1]: find-scripts: Cannot execute '/etc/NetworkManager/dispatcher.d/cp-wifi': not executable by owner
Nov 14 21:26:12 antares nm-dispatcher[1341]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 10: key: command not found
Nov 14 21:26:12 antares nm-dispatcher[1342]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 11: key: command not found
Nov 14 21:26:12 antares nm-dispatcher[1343]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 12: key: command not found
Nov 14 21:26:12 antares nm-dispatcher[1344]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 13: key: command not found
Nov 14 21:26:12 antares nm-dispatcher[1333]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 14: syntax error near unexpected token `newline'
Nov 14 21:26:12 antares nm-dispatcher[1333]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 14: `key <tab>'
Nov 14 21:26:12 antares nm-dispatcher[576]: req:6 'dhcp4-change' [wlo1], "/etc/NetworkManager/dispatcher.d/cpauth-wifi": complete: process failed with Script '/etc/NetworkManager/dispatcher.d/cpauth-wifi' exited with status 2
Nov 14 21:26:12 antares NetworkManager[428]: <warn>  [1763151972.9980] dispatcher: (6) /etc/NetworkManager/dispatcher.d/cpauth-wifi failed (failed): Script '/etc/NetworkManager/dispatcher.d/cpauth-wifi' exited with status 2
Nov 14 21:26:13 antares nm-dispatcher[1346]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 4: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1347]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 5: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1348]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 6: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1349]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 7: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1350]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 8: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1351]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 9: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1352]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 10: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1353]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 11: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1354]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 12: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1355]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 13: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1345]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 14: syntax error near unexpected token `newline'
Nov 14 21:26:13 antares nm-dispatcher[1345]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 14: `key <tab>'
Nov 14 21:26:13 antares nm-dispatcher[576]: req:8 'up' [wlo1], "/etc/NetworkManager/dispatcher.d/cpauth-wifi": complete: process failed with Script '/etc/NetworkManager/dispatcher.d/cpauth-wifi' exited with status 2
Nov 14 21:26:13 antares NetworkManager[428]: <warn>  [1763151973.0080] dispatcher: (8) /etc/NetworkManager/dispatcher.d/cpauth-wifi failed (failed): Script '/etc/NetworkManager/dispatcher.d/cpauth-wifi' exited with status 2
Nov 14 21:26:13 antares NetworkManager[428]: <info>  [1763151973.4759] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 14 21:26:13 antares nm-dispatcher[576]: req:9 'connectivity-change': find-scripts: Cannot execute '/etc/NetworkManager/dispatcher.d/cp-wifi': not executable by owner
Nov 14 21:26:13 antares nm-dispatcher[1357]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 4: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1358]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 5: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1359]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 6: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1360]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 7: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1361]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 8: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1362]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 9: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1363]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 10: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1364]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 11: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1365]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 12: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1366]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 13: key: command not found
Nov 14 21:26:13 antares nm-dispatcher[1356]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 14: syntax error near unexpected token `newline'
Nov 14 21:26:13 antares nm-dispatcher[1356]: /etc/NetworkManager/dispatcher.d/cpauth-wifi: line 14: `key <tab>'
Nov 14 21:26:13 antares nm-dispatcher[576]: req:9 'connectivity-change', "/etc/NetworkManager/dispatcher.d/cpauth-wifi": complete: process failed with Script '/etc/NetworkManager/dispatcher.d/cpauth-wifi' exited with status 2
Nov 14 21:26:13 antares NetworkManager[428]: <warn>  [1763151973.4875] dispatcher: (9) /etc/NetworkManager/dispatcher.d/cpauth-wifi failed (failed): Script '/etc/NetworkManager/dispatcher.d/cpauth-wifi' exited with status 2
Nov 14 21:26:16 antares systemd[1]: Stopping User Manager for UID 963...
Nov 14 21:26:16 antares systemd[1219]: Activating special unit Exit the Session...
Nov 14 21:26:16 antares systemd[1219]: Stopped target Main User Target.
Nov 14 21:26:16 antares systemd[1219]: Stopped target Basic System.
Nov 14 21:26:16 antares systemd[1219]: Stopped target Paths.
Nov 14 21:26:16 antares systemd[1219]: Stopped Submitting pending crash events (file monitor).
Nov 14 21:26:16 antares systemd[1219]: Stopped target Sockets.
Nov 14 21:26:16 antares systemd[1219]: Stopped target Sound Card.
Nov 14 21:26:16 antares systemd[1219]: Stopped target Timers.
Nov 14 21:26:16 antares systemd[1219]: Closed GnuPG network certificate management daemon.
Nov 14 21:26:16 antares systemd[1219]: Closed GNOME Keyring daemon.
Nov 14 21:26:16 antares systemd[1219]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 14 21:26:16 antares systemd[1219]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 14 21:26:16 antares systemd[1219]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 14 21:26:16 antares systemd[1219]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 14 21:26:16 antares systemd[1219]: Closed GnuPG public key management service.
Nov 14 21:26:16 antares systemd[1219]: Closed p11-kit server.
Nov 14 21:26:16 antares systemd[1219]: Closed PipeWire PulseAudio.
Nov 14 21:26:16 antares systemd[1219]: Closed PipeWire Multimedia System Sockets.
Nov 14 21:26:16 antares systemd[1219]: Closed Query the User Interactively for a Password.
Nov 14 21:26:16 antares dbus-broker[1233]: Dispatched 269 messages @ 1(±3)μs / message.
Nov 14 21:26:16 antares systemd[1219]: Stopping D-Bus User Message Bus...
Nov 14 21:26:16 antares systemd[1219]: Stopped D-Bus User Message Bus.
Nov 14 21:26:16 antares systemd[1219]: Removed slice User Core Session Slice.
Nov 14 21:26:16 antares systemd[1219]: Closed D-Bus User Message Bus Socket.
Nov 14 21:26:16 antares systemd[1219]: Removed slice User Application Slice.
Nov 14 21:26:16 antares systemd[1219]: Reached target Shutdown.
Nov 14 21:26:16 antares systemd[1219]: Finished Exit the Session.
Nov 14 21:26:16 antares systemd[1219]: Reached target Exit the Session.
Nov 14 21:26:16 antares systemd-logind[441]: Removed session 1.
Nov 14 21:26:16 antares (sd-pam)[1221]: pam_unix(systemd-user:session): session closed for user sddm
Nov 14 21:26:16 antares systemd[1]: user@963.service: Deactivated successfully.
Nov 14 21:26:16 antares systemd[1]: Stopped User Manager for UID 963.
Nov 14 21:26:16 antares systemd[1]: Stopping User Runtime Directory /run/user/963...
Nov 14 21:26:16 antares systemd[1]: run-user-963.mount: Deactivated successfully.
Nov 14 21:26:16 antares systemd[1]: user-runtime-dir@963.service: Deactivated successfully.
Nov 14 21:26:16 antares systemd[1]: Stopped User Runtime Directory /run/user/963.
Nov 14 21:26:16 antares systemd[1]: Removed slice User Slice of UID 963.
Nov 14 21:26:23 antares systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 14 21:26:32 antares sudo[1384]: username: TTY=tty3 ; PWD=/home/username ; USER=root ; COMMAND=/usr/bin/journalctl -b
Nov 14 21:26:32 antares sudo[1384]: pam_unix(sudo:session): session opened for user root(uid=0) by username(uid=1000)

Xorg

Process 43 stopped
* thread #1: tid = 43, 0x00007f979137fcd0, name = 'fhost'
    frame #0:
Process 43 stopped
* thread #8: tid = 43, 0x00007f985d69f5b0 fhost`get(path='/Kpwu.txt') + 27 at fhost.c:139, name = 'fhost/responder', stop reason = invalid address (fault address: 0x30)
    frame #0: {3:#018x} fhost`get(path='/Kpwu.txt') + 27 at fhost.c:139
   136   get(SrvContext *ctx, const char *path)
   137   {
   138       StoredObj *obj = ctx->store->query(shurl_debase(path));
-> 139       switch (obj->type) {
   140           case ObjTypeFile:
   141               ctx->serve_file_id(obj->id);
   142               break;
(lldb) q

Last edited by Etewyr (2025-11-14 20:36:49)

Offline

#4 2025-11-14 20:35:41

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,086

Re: SDDM black screen with cursors

Nov 14 21:26:06 antares sddm-greeter[1229]: Connected to the daemon.
Nov 14 21:26:06 antares sddm[1018]: Message received from greeter: Connect
Nov 14 21:26:06 antares sddm-greeter[1229]: QFont::fromString: Invalid description 'Noto Sans,10,-1,0,400,0,0,0,0,0,0,0,0,0,0,1'
Nov 14 21:26:06 antares sddm-greeter[1229]: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(ResetNotification), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
Nov 14 21:26:06 antares sddm-greeter[1229]: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(ResetNotification), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
Nov 14 21:26:06 antares sddm-greeter[1229]: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(ResetNotification), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
Nov 14 21:26:06 antares sddm-greeter[1229]: Could not initialize GLX
Nov 14 21:26:06 antares systemd-coredump[1234]: Process 1229 (sddm-greeter) of user 963 terminated abnormally with signal 6/ABRT, processing...
Nov 14 21:26:06 antares systemd[1]: Created slice Slice /system/drkonqi-coredump-processor.
Nov 14 21:26:06 antares systemd[1]: Created slice Slice /system/systemd-coredump.
Nov 14 21:26:06 antares systemd[1]: Started Process Core Dump (PID 1234/UID 0).
Nov 14 21:26:06 antares systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Nov 14 21:26:06 antares systemd-coredump[1236]: Process 1229 (sddm-greeter) of user 963 dumped core.
                                                
                                                Stack trace of thread 1229:
                                                #0  0x00007f7c37a9890c n/a (libc.so.6 + 0x9890c)
                                                #1  0x00007f7c37a3e3a0 raise (libc.so.6 + 0x3e3a0)
                                                #2  0x00007f7c37a2557a abort (libc.so.6 + 0x2557a)
                                                #3  0x00007f7c382982e0 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x982e0)
                                                #4  0x00007f7c342b8255 n/a (libqxcb-glx-integration.so + 0x8255)
                                                #5  0x00007f7c38985f9a _ZN14QOpenGLContext6createEv (libQt5Gui.so.5 + 0x185f9a)
                                                #6  0x00007f7c342beb29 n/a (libqxcb-glx-integration.so + 0xeb29)
                                                #7  0x00007f7c342bf44d n/a (libqxcb-glx-integration.so + 0xf44d)
                                                #8  0x00007f7c399c4b31 _ZN13QSGRenderLoop8instanceEv (libQt5Quick.so.5 + 0x1c4b31)
                                                #9  0x00007f7c39a4d8e6 _ZN19QQuickWindowPrivate4initEP12QQuickWindowP19QQuickRenderControl (libQt5Quick.so.5 + 0x24d8e6)
                                                #10 0x00007f7c39acaadd _ZN10QQuickViewC1EP7QWindow (libQt5Quick.so.5 + 0x2caadd)
                                                #11 0x000055ebdbcb0384 n/a (/usr/bin/sddm-greeter + 0x21384)
                                                #12 0x000055ebdbcb115b n/a (/usr/bin/sddm-greeter + 0x2215b)
                                                #13 0x00007f7c384f7659 _ZN7QObject5eventEP6QEvent (libQt5Core.so.5 + 0x2f7659)
                                                #14 0x00007f7c384d0448 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5 + 0x2d0448)
                                                #15 0x00007f7c384d17a0 _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData (libQt5Core.so.5 + 0x2d17a0)
                                                #16 0x00007f7c38524930 n/a (libQt5Core.so.5 + 0x324930)
                                                #17 0x00007f7c36f06f8d n/a (libglib-2.0.so.0 + 0x5ef8d)
                                                #18 0x00007f7c36f08657 n/a (libglib-2.0.so.0 + 0x60657)
                                                #19 0x00007f7c36f08865 g_main_context_iteration (libglib-2.0.so.0 + 0x60865)
                                                #20 0x00007f7c38521dc9 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x321dc9)
                                                #21 0x00007f7c384c893b _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2c893b)
                                                #22 0x00007f7c384d4c5b _ZN16QCoreApplication4execEv (libQt5Core.so.5 + 0x2d4c5b)
                                                #23 0x000055ebdbca0626 n/a (/usr/bin/sddm-greeter + 0x11626)
                                                #24 0x00007f7c37a27635 n/a (libc.so.6 + 0x27635)
                                                #25 0x00007f7c37a276e9 __libc_start_main (libc.so.6 + 0x276e9)
                                                #26 0x000055ebdbca3775 n/a (/usr/bin/sddm-greeter + 0x14775)

so let's see the X11 log…

Offline

#5 2025-11-14 20:37:29

Etewyr
Member
Registered: 2025-11-14
Posts: 15

Re: SDDM black screen with cursors

(I edited my post with Xorg log, was struggling forwarding it)

Offline

#6 2025-11-14 21:14:21

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,086

Re: SDDM black screen with cursors

Looks like you tried to upload an empty file?

du /var/log/Xorg.0.log
cat /var/log/Xorg.0.log | curl -F 'file=@-' 0x0.st

Offline

#7 2025-11-14 21:23:17

Etewyr
Member
Registered: 2025-11-14
Posts: 15

Re: SDDM black screen with cursors

Indeed my bad

[     5.140] (--) Log file renamed from "/var/log/Xorg.pid-1044.log" to "/var/log/Xorg.0.log"
[     5.142] 
X.Org X Server 1.21.1.20
X Protocol Version 11, Revision 0
[     5.142] Current Operating System: Linux antares 6.17.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 14 Nov 2025 06:54:20 +0000 x86_64
[     5.142] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=465df084-3ce4-468b-b966-b75bfd23caa7 rw loglevel=3 quiet
[     5.142]  
[     5.142] Current version of pixman: 0.46.4
[     5.142] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.142] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.142] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 14 21:26:05 2025
[     5.145] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.146] (==) No Layout section.  Using the first Screen section.
[     5.146] (==) No screen section available. Using defaults.
[     5.146] (**) |-->Screen "Default Screen Section" (0)
[     5.146] (**) |   |-->Monitor "<default monitor>"
[     5.146] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     5.146] (**) Allowing byte-swapped clients
[     5.146] (==) Automatically adding devices
[     5.146] (==) Automatically enabling devices
[     5.146] (==) Automatically adding GPU devices
[     5.146] (==) Automatically binding GPU devices
[     5.146] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.147] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     5.147] 	Entry deleted from font path.
[     5.148] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     5.148] 	Entry deleted from font path.
[     5.148] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.148] 	Entry deleted from font path.
[     5.148] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     5.148] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.148] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.148] (II) Module ABI versions:
[     5.149] 	X.Org ANSI C Emulation: 0.4
[     5.149] 	X.Org Video Driver: 25.2
[     5.149] 	X.Org XInput driver : 24.4
[     5.149] 	X.Org Server Extension : 10.0
[     5.149] (++) using VT number 2

[     5.149] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.150] (II) xfree86: Adding drm device (/dev/dri/card1)
[     5.150] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[     5.159] (--) PCI:*(0@0:2:0) 8086:8a52:1043:1f9c rev 7, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[     5.159] (II) LoadModule: "glx"
[     5.160] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.166] (II) Module glx: vendor="X.Org Foundation"
[     5.166] 	compiled for 1.21.1.20, module version = 1.0.0
[     5.166] 	ABI class: X.Org Server Extension, version 10.0
[     5.166] (==) Matched intel as autoconfigured driver 0
[     5.166] (==) Matched modesetting as autoconfigured driver 1
[     5.166] (==) Matched fbdev as autoconfigured driver 2
[     5.166] (==) Matched vesa as autoconfigured driver 3
[     5.166] (==) Assigned the driver to the xf86ConfigLayout
[     5.166] (II) LoadModule: "intel"
[     5.166] (WW) Warning, couldn't open module intel
[     5.166] (EE) Failed to load module "intel" (module does not exist, 0)
[     5.166] (II) LoadModule: "modesetting"
[     5.166] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.167] (II) Module modesetting: vendor="X.Org Foundation"
[     5.167] 	compiled for 1.21.1.20, module version = 1.21.1
[     5.167] 	Module class: X.Org Video Driver
[     5.167] 	ABI class: X.Org Video Driver, version 25.2
[     5.167] (II) LoadModule: "fbdev"
[     5.168] (WW) Warning, couldn't open module fbdev
[     5.168] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     5.168] (II) LoadModule: "vesa"
[     5.168] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     5.168] (II) Module vesa: vendor="X.Org Foundation"
[     5.168] 	compiled for 1.21.1.11, module version = 2.6.0
[     5.168] 	Module class: X.Org Video Driver
[     5.168] 	ABI class: X.Org Video Driver, version 25.2
[     5.168] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.168] (II) VESA: driver for VESA chipsets: vesa
[     5.190] (II) modeset(0): using drv /dev/dri/card1
[     5.190] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     5.190] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     5.190] (==) modeset(0): RGB weight 888
[     5.190] (==) modeset(0): Default visual is TrueColor
[     5.190] (II) Loading sub module "glamoregl"
[     5.190] (II) LoadModule: "glamoregl"
[     5.191] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     5.196] (II) Module glamoregl: vendor="X.Org Foundation"
[     5.196] 	compiled for 1.21.1.20, module version = 1.0.1
[     5.196] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.198] couldn't get display device
[     5.198] (II) modeset(0): glamor initialization failed
[     5.198] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[     5.198] (II) modeset(0): Double-buffered shadow updates: off
[     5.199] (II) modeset(0): Output eDP-1 has no monitor section
[     5.204] (II) modeset(0): Output HDMI-1 has no monitor section
[     5.205] (II) modeset(0): EDID for output eDP-1
[     5.205] (II) modeset(0): Manufacturer: CMN  Model: 15e7  Serial#: 0
[     5.205] (II) modeset(0): Year: 2016  Week: 33
[     5.205] (II) modeset(0): EDID Version: 1.4
[     5.205] (II) modeset(0): Digital Display Input
[     5.205] (II) modeset(0): 8 bits per channel
[     5.205] (II) modeset(0): Digital interface is DisplayPort
[     5.205] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     5.205] (II) modeset(0): Gamma: 2.20
[     5.205] (II) modeset(0): No DPMS capabilities specified
[     5.205] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     5.205] (II) modeset(0): First detailed timing is preferred mode
[     5.205] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     5.205] (II) modeset(0): redX: 0.590 redY: 0.350   greenX: 0.330 greenY: 0.555
[     5.205] (II) modeset(0): blueX: 0.153 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
[     5.205] (II) modeset(0): Manufacturer's mask: 0
[     5.205] (II) modeset(0): Supported detailed timing:
[     5.205] (II) modeset(0): clock: 152.8 MHz   Image Size:  344 x 193 mm
[     5.205] (II) modeset(0): h_active: 1920  h_sync: 2000  h_sync_end 2054 h_blank_end 2250 h_border: 0
[     5.205] (II) modeset(0): v_active: 1080  v_sync: 1086  v_sync_end 1094 v_blanking: 1132 v_border: 0
[     5.205] (II) modeset(0):  N156HCA-EAB
[     5.205] (II) modeset(0):  CMN
[     5.205] (II) modeset(0):  N156HCA-EAB
[     5.205] (II) modeset(0): EDID (in hex):
[     5.205] (II) modeset(0): 	00ffffffffffff000daee71500000000
[     5.205] (II) modeset(0): 	211a0104a52213780228659759548e27
[     5.205] (II) modeset(0): 	1e505400000001010101010101010101
[     5.205] (II) modeset(0): 	010101010101b43b804a713834405036
[     5.205] (II) modeset(0): 	680058c110000018000000fe004e3135
[     5.205] (II) modeset(0): 	364843412d4541420a20000000fe0043
[     5.205] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[     5.205] (II) modeset(0): 	004e3135364843412d4541420a2000b2
[     5.205] (II) modeset(0): Printing probed modes for output eDP-1
[     5.205] (II) modeset(0): Modeline "1920x1080"x60.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[     5.205] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     5.205] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     5.205] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     5.205] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     5.205] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     5.205] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     5.205] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     5.205] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     5.205] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     5.205] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     5.205] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     5.205] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     5.205] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     5.205] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     5.205] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     5.205] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     5.205] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     5.205] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     5.205] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     5.205] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     5.205] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     5.205] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     5.205] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     5.205] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     5.205] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     5.205] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     5.205] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     5.205] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     5.205] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     5.205] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     5.205] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     5.205] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     5.205] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     5.205] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     5.205] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     5.205] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     5.205] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     5.205] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     5.205] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     5.205] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     5.205] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     5.205] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     5.205] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     5.205] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     5.205] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     5.205] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     5.205] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     5.205] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     5.205] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     5.205] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     5.205] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     5.205] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     5.205] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     5.205] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     5.205] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     5.205] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     5.205] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     5.205] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     5.205] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     5.205] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     5.205] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     5.205] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     5.205] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     5.205] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     5.205] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     5.205] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     5.205] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     5.205] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     5.205] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     5.205] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     5.205] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     5.205] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     5.205] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     5.205] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     5.205] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     5.206] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     5.206] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     5.206] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     5.206] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     5.206] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     5.206] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     5.211] (II) modeset(0): EDID for output HDMI-1
[     5.211] (II) modeset(0): Output eDP-1 connected
[     5.211] (II) modeset(0): Output HDMI-1 disconnected
[     5.211] (II) modeset(0): Using exact sizes for initial modes
[     5.211] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     5.211] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.211] (==) modeset(0): DPI set to (96, 96)
[     5.211] (II) Loading sub module "fb"
[     5.211] (II) LoadModule: "fb"
[     5.211] (II) Module "fb" already built-in
[     5.211] (II) Loading sub module "shadow"
[     5.211] (II) LoadModule: "shadow"
[     5.211] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     5.211] (II) Module shadow: vendor="X.Org Foundation"
[     5.211] 	compiled for 1.21.1.20, module version = 1.1.0
[     5.211] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.211] (II) UnloadModule: "vesa"
[     5.211] (II) Unloading vesa
[     5.212] (==) modeset(0): Backing store enabled
[     5.212] (==) modeset(0): Silken mouse enabled
[     5.290] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     5.291] (==) modeset(0): DPMS enabled
[     5.291] (II) Initializing extension Generic Event Extension
[     5.291] (II) Initializing extension SHAPE
[     5.291] (II) Initializing extension MIT-SHM
[     5.291] (II) Initializing extension XInputExtension
[     5.291] (II) Initializing extension XTEST
[     5.291] (II) Initializing extension BIG-REQUESTS
[     5.292] (II) Initializing extension SYNC
[     5.292] (II) Initializing extension XKEYBOARD
[     5.292] (II) Initializing extension XC-MISC
[     5.292] (II) Initializing extension SECURITY
[     5.292] (II) Initializing extension XFIXES
[     5.292] (II) Initializing extension RENDER
[     5.293] (II) Initializing extension RANDR
[     5.293] (II) Initializing extension COMPOSITE
[     5.293] (II) Initializing extension DAMAGE
[     5.293] (II) Initializing extension MIT-SCREEN-SAVER
[     5.293] (II) Initializing extension DOUBLE-BUFFER
[     5.293] (II) Initializing extension RECORD
[     5.293] (II) Initializing extension DPMS
[     5.293] (II) Initializing extension Present
[     5.293] (II) Initializing extension DRI3
[     5.293] (II) Initializing extension X-Resource
[     5.294] (II) Initializing extension XVideo
[     5.294] (II) Initializing extension XVideo-MotionCompensation
[     5.294] (II) Initializing extension GLX
[     5.294] (II) AIGLX: Screen 0 is not DRI2 capable
[     5.300] (II) IGLX: Loaded and initialized swrast
[     5.300] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     5.300] (II) Initializing extension XFree86-VidModeExtension
[     5.300] (II) Initializing extension XFree86-DGA
[     5.301] (II) Initializing extension XFree86-DRI
[     5.301] (II) Initializing extension DRI2
[     5.301] (II) modeset(0): Damage tracking initialized
[     5.301] (II) modeset(0): Setting screen physical size to 508 x 285
[     5.402] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     5.402] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.402] (II) LoadModule: "libinput"
[     5.402] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.406] (II) Module libinput: vendor="X.Org Foundation"
[     5.406] 	compiled for 1.21.1.13, module version = 1.5.0
[     5.406] 	Module class: X.Org XInput Driver
[     5.406] 	ABI class: X.Org XInput driver, version 24.4
[     5.406] (II) Using input driver 'libinput' for 'Power Button'
[     5.406] (**) Power Button: always reports core events
[     5.406] (**) Option "Device" "/dev/input/event2"
[     5.414] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.414] (II) event2  - Power Button: device is a keyboard
[     5.415] (II) event2  - Power Button: device removed
[     5.430] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     5.430] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.431] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.431] (II) event2  - Power Button: device is a keyboard
[     5.432] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     5.432] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.432] (II) Using input driver 'libinput' for 'Video Bus'
[     5.432] (**) Video Bus: always reports core events
[     5.432] (**) Option "Device" "/dev/input/event4"
[     5.433] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     5.433] (II) event4  - Video Bus: device is a keyboard
[     5.433] (II) event4  - Video Bus: device removed
[     5.454] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[     5.454] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     5.456] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     5.456] (II) event4  - Video Bus: device is a keyboard
[     5.458] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     5.458] (II) No input driver specified, ignoring this device.
[     5.458] (II) This device may have been added with another device file.
[     5.459] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     5.459] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.459] (II) Using input driver 'libinput' for 'Power Button'
[     5.459] (**) Power Button: always reports core events
[     5.459] (**) Option "Device" "/dev/input/event1"
[     5.460] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.461] (II) event1  - Power Button: device is a keyboard
[     5.461] (II) event1  - Power Button: device removed
[     5.466] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     5.466] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     5.468] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.468] (II) event1  - Power Button: device is a keyboard
[     5.470] (II) config/udev: Adding input device ELAN1200:00 04F3:309F Touchpad (/dev/input/event8)
[     5.470] (**) ELAN1200:00 04F3:309F Touchpad: Applying InputClass "libinput touchpad catchall"
[     5.470] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:309F Touchpad'
[     5.470] (**) ELAN1200:00 04F3:309F Touchpad: always reports core events
[     5.470] (**) Option "Device" "/dev/input/event8"
[     5.487] (II) event8  - ELAN1200:00 04F3:309F Touchpad: is tagged by udev as: Touchpad
[     5.490] (II) event8  - ELAN1200:00 04F3:309F Touchpad: device is a touchpad
[     5.490] (II) event8  - ELAN1200:00 04F3:309F Touchpad: device removed
[     5.511] (II) libinput: ELAN1200:00 04F3:309F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.511] (II) libinput: ELAN1200:00 04F3:309F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.511] (II) libinput: ELAN1200:00 04F3:309F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.512] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:309F.0001/input/input10/event8"
[     5.512] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:309F Touchpad" (type: TOUCHPAD, id 9)
[     5.514] (**) Option "AccelerationScheme" "none"
[     5.514] (**) ELAN1200:00 04F3:309F Touchpad: (accel) selected scheme none/0
[     5.514] (**) ELAN1200:00 04F3:309F Touchpad: (accel) acceleration factor: 2.000
[     5.514] (**) ELAN1200:00 04F3:309F Touchpad: (accel) acceleration threshold: 4
[     5.518] (II) event8  - ELAN1200:00 04F3:309F Touchpad: is tagged by udev as: Touchpad
[     5.521] (II) event8  - ELAN1200:00 04F3:309F Touchpad: device is a touchpad
[     5.523] (II) config/udev: Adding input device ELAN1200:00 04F3:309F Touchpad (/dev/input/mouse1)
[     5.523] (II) No input driver specified, ignoring this device.
[     5.523] (II) This device may have been added with another device file.
[     5.524] (II) config/udev: Adding input device ELAN1200:00 04F3:309F Mouse (/dev/input/event7)
[     5.524] (**) ELAN1200:00 04F3:309F Mouse: Applying InputClass "libinput pointer catchall"
[     5.524] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:309F Mouse'
[     5.525] (**) ELAN1200:00 04F3:309F Mouse: always reports core events
[     5.525] (**) Option "Device" "/dev/input/event7"
[     5.527] (II) event7  - ELAN1200:00 04F3:309F Mouse: is tagged by udev as: Mouse
[     5.527] (II) event7  - ELAN1200:00 04F3:309F Mouse: device is a pointer
[     5.527] (II) event7  - ELAN1200:00 04F3:309F Mouse: device removed
[     5.553] (II) libinput: ELAN1200:00 04F3:309F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.553] (II) libinput: ELAN1200:00 04F3:309F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.553] (II) libinput: ELAN1200:00 04F3:309F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.553] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:309F.0001/input/input9/event7"
[     5.553] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:309F Mouse" (type: MOUSE, id 10)
[     5.553] (**) Option "AccelerationScheme" "none"
[     5.553] (**) ELAN1200:00 04F3:309F Mouse: (accel) selected scheme none/0
[     5.553] (**) ELAN1200:00 04F3:309F Mouse: (accel) acceleration factor: 2.000
[     5.553] (**) ELAN1200:00 04F3:309F Mouse: (accel) acceleration threshold: 4
[     5.556] (II) event7  - ELAN1200:00 04F3:309F Mouse: is tagged by udev as: Mouse
[     5.556] (II) event7  - ELAN1200:00 04F3:309F Mouse: device is a pointer
[     5.558] (II) config/udev: Adding input device ELAN1200:00 04F3:309F Mouse (/dev/input/mouse0)
[     5.558] (II) No input driver specified, ignoring this device.
[     5.558] (II) This device may have been added with another device file.
[     5.559] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[     5.559] (II) No input driver specified, ignoring this device.
[     5.559] (II) This device may have been added with another device file.
[     5.560] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[     5.560] (II) No input driver specified, ignoring this device.
[     5.560] (II) This device may have been added with another device file.
[     5.561] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[     5.561] (II) No input driver specified, ignoring this device.
[     5.561] (II) This device may have been added with another device file.
[     5.562] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event12)
[     5.562] (II) No input driver specified, ignoring this device.
[     5.562] (II) This device may have been added with another device file.
[     5.563] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event13)
[     5.563] (II) No input driver specified, ignoring this device.
[     5.563] (II) This device may have been added with another device file.
[     5.564] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[     5.564] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     5.564] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     5.564] (**) Asus WMI hotkeys: always reports core events
[     5.564] (**) Option "Device" "/dev/input/event6"
[     5.565] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     5.565] (II) event6  - Asus WMI hotkeys: device is a keyboard
[     5.565] (II) event6  - Asus WMI hotkeys: device removed
[     5.583] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input8/event6"
[     5.583] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11)
[     5.585] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     5.585] (II) event6  - Asus WMI hotkeys: device is a keyboard
[     5.586] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     5.586] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     5.586] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     5.586] (**) AT Translated Set 2 keyboard: always reports core events
[     5.586] (**) Option "Device" "/dev/input/event3"
[     5.588] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.588] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     5.589] (II) event3  - AT Translated Set 2 keyboard: device removed
[     5.604] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     5.604] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[     5.606] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.606] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     5.608] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     5.608] (II) No input driver specified, ignoring this device.
[     5.608] (II) This device may have been added with another device file.
[     5.747] (II) modeset(0): EDID vendor "CMN", prod id 5607
[     5.747] (II) modeset(0): Printing DDC gathered Modelines:
[     5.747] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[     6.329] (II) modeset(0): EDID vendor "CMN", prod id 5607
[     6.329] (II) modeset(0): Printing DDC gathered Modelines:
[     6.329] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[     7.317] (II) event2  - Power Button: device removed
[     7.321] (II) event4  - Video Bus: device removed
[     7.333] (II) event1  - Power Button: device removed
[     7.337] (II) event8  - ELAN1200:00 04F3:309F Touchpad: device removed
[     7.345] (II) event7  - ELAN1200:00 04F3:309F Mouse: device removed
[     7.371] (II) event6  - Asus WMI hotkeys: device removed
[     7.379] (II) event3  - AT Translated Set 2 keyboard: device removed

Offline

#8 2025-11-14 21:27:57

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,086

Re: SDDM black screen with cursors

No problem.

[     5.159] (II) LoadModule: "glx"
[     5.160] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.166] (II) Module glx: vendor="X.Org Foundation"
[     5.294] (II) Initializing extension GLX
[     5.294] (II) AIGLX: Screen 0 is not DRI2 capable
[     5.300] (II) IGLX: Loaded and initialized swrast
[     5.300] (II) GLX: Initialized DRISWRAST GL provider for screen 0

Remove every single xf86-video-* package (notably vesa) but I don't think that's the cause.

X.Org X Server 1.21.1.20

Downgrade to 1.21.1.18
https://bbs.archlinux.org/viewtopic.php?id=309874

Offline

#9 2025-11-14 21:54:36

Etewyr
Member
Registered: 2025-11-14
Posts: 15

Re: SDDM black screen with cursors

I removed xf86-video-vesa (it was the only package) and downgraded X.Org X Server

[     4.760] (--) Log file renamed from "/var/log/Xorg.pid-1089.log" to "/var/log/Xorg.0.log"
[     4.762] 
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[     4.762] Current Operating System: Linux antares 6.17.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 14 Nov 2025 06:54:20 +0000 x86_64
[     4.762] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=465df084-3ce4-468b-b966-b75bfd23caa7 rw loglevel=3 quiet
[     4.762]  
[     4.762] Current version of pixman: 0.46.4
[     4.762] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.762] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.762] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 10 10:11:16 2025
[     4.765] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.766] (==) No Layout section.  Using the first Screen section.
[     4.766] (==) No screen section available. Using defaults.
[     4.766] (**) |-->Screen "Default Screen Section" (0)
[     4.766] (**) |   |-->Monitor "<default monitor>"
[     4.766] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     4.766] (**) Allowing byte-swapped clients
[     4.766] (==) Automatically adding devices
[     4.766] (==) Automatically enabling devices
[     4.766] (==) Automatically adding GPU devices
[     4.766] (==) Automatically binding GPU devices
[     4.766] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.767] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     4.767] 	Entry deleted from font path.
[     4.768] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     4.768] 	Entry deleted from font path.
[     4.768] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     4.768] 	Entry deleted from font path.
[     4.769] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     4.769] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.769] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.769] (II) Module ABI versions:
[     4.769] 	X.Org ANSI C Emulation: 0.4
[     4.769] 	X.Org Video Driver: 25.2
[     4.769] 	X.Org XInput driver : 24.4
[     4.769] 	X.Org Server Extension : 10.0
[     4.769] (++) using VT number 2

[     4.769] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.769] (II) xfree86: Adding drm device (/dev/dri/card1)
[     4.769] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[     4.780] (--) PCI:*(0@0:2:0) 8086:8a52:1043:1f9c rev 7, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[     4.780] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     4.780] (II) LoadModule: "glx"
[     4.781] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.786] (II) Module glx: vendor="X.Org Foundation"
[     4.786] 	compiled for 1.21.1.18, module version = 1.0.0
[     4.786] 	ABI class: X.Org Server Extension, version 10.0
[     4.786] (==) Matched intel as autoconfigured driver 0
[     4.786] (==) Matched modesetting as autoconfigured driver 1
[     4.786] (==) Matched fbdev as autoconfigured driver 2
[     4.786] (==) Matched vesa as autoconfigured driver 3
[     4.786] (==) Assigned the driver to the xf86ConfigLayout
[     4.786] (II) LoadModule: "intel"
[     4.786] (WW) Warning, couldn't open module intel
[     4.786] (EE) Failed to load module "intel" (module does not exist, 0)
[     4.786] (II) LoadModule: "modesetting"
[     4.786] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.787] (II) Module modesetting: vendor="X.Org Foundation"
[     4.787] 	compiled for 1.21.1.18, module version = 1.21.1
[     4.787] 	Module class: X.Org Video Driver
[     4.787] 	ABI class: X.Org Video Driver, version 25.2
[     4.787] (II) LoadModule: "fbdev"
[     4.787] (WW) Warning, couldn't open module fbdev
[     4.787] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     4.787] (II) LoadModule: "vesa"
[     4.787] (WW) Warning, couldn't open module vesa
[     4.787] (EE) Failed to load module "vesa" (module does not exist, 0)
[     4.787] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.812] (II) modeset(0): using drv /dev/dri/card1
[     4.812] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     4.812] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     4.812] (==) modeset(0): RGB weight 888
[     4.812] (==) modeset(0): Default visual is TrueColor
[     4.812] (II) Loading sub module "glamoregl"
[     4.812] (II) LoadModule: "glamoregl"
[     4.812] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     4.816] (II) Module glamoregl: vendor="X.Org Foundation"
[     4.817] 	compiled for 1.21.1.18, module version = 1.0.1
[     4.817] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.818] couldn't get display device
[     4.818] (II) modeset(0): glamor initialization failed
[     4.818] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[     4.818] (II) modeset(0): Double-buffered shadow updates: off
[     4.819] (II) modeset(0): Output eDP-1 has no monitor section
[     4.824] (II) modeset(0): Output HDMI-1 has no monitor section
[     4.825] (II) modeset(0): EDID for output eDP-1
[     4.825] (II) modeset(0): Manufacturer: CMN  Model: 15e7  Serial#: 0
[     4.825] (II) modeset(0): Year: 2016  Week: 33
[     4.825] (II) modeset(0): EDID Version: 1.4
[     4.825] (II) modeset(0): Digital Display Input
[     4.825] (II) modeset(0): 8 bits per channel
[     4.825] (II) modeset(0): Digital interface is DisplayPort
[     4.825] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     4.825] (II) modeset(0): Gamma: 2.20
[     4.825] (II) modeset(0): No DPMS capabilities specified
[     4.825] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     4.825] (II) modeset(0): First detailed timing is preferred mode
[     4.825] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     4.825] (II) modeset(0): redX: 0.590 redY: 0.350   greenX: 0.330 greenY: 0.555
[     4.825] (II) modeset(0): blueX: 0.153 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
[     4.825] (II) modeset(0): Manufacturer's mask: 0
[     4.825] (II) modeset(0): Supported detailed timing:
[     4.825] (II) modeset(0): clock: 152.8 MHz   Image Size:  344 x 193 mm
[     4.825] (II) modeset(0): h_active: 1920  h_sync: 2000  h_sync_end 2054 h_blank_end 2250 h_border: 0
[     4.825] (II) modeset(0): v_active: 1080  v_sync: 1086  v_sync_end 1094 v_blanking: 1132 v_border: 0
[     4.825] (II) modeset(0):  N156HCA-EAB
[     4.825] (II) modeset(0):  CMN
[     4.825] (II) modeset(0):  N156HCA-EAB
[     4.825] (II) modeset(0): EDID (in hex):
[     4.825] (II) modeset(0): 	00ffffffffffff000daee71500000000
[     4.825] (II) modeset(0): 	211a0104a52213780228659759548e27
[     4.825] (II) modeset(0): 	1e505400000001010101010101010101
[     4.825] (II) modeset(0): 	010101010101b43b804a713834405036
[     4.825] (II) modeset(0): 	680058c110000018000000fe004e3135
[     4.825] (II) modeset(0): 	364843412d4541420a20000000fe0043
[     4.825] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[     4.825] (II) modeset(0): 	004e3135364843412d4541420a2000b2
[     4.825] (II) modeset(0): Printing probed modes for output eDP-1
[     4.825] (II) modeset(0): Modeline "1920x1080"x60.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[     4.825] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     4.825] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     4.825] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     4.825] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     4.825] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     4.825] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     4.825] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     4.825] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     4.825] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     4.825] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     4.825] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     4.825] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     4.825] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     4.825] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     4.825] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     4.825] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     4.825] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     4.825] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     4.825] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     4.825] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     4.825] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     4.825] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     4.825] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     4.825] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     4.825] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     4.825] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     4.825] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     4.825] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     4.825] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     4.825] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     4.825] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     4.825] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     4.825] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     4.825] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     4.825] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     4.825] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     4.825] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     4.825] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     4.825] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     4.825] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     4.825] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     4.825] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     4.825] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     4.825] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     4.825] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     4.825] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     4.825] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     4.825] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     4.825] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     4.825] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     4.825] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     4.825] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     4.825] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     4.825] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     4.825] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     4.825] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     4.825] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     4.825] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     4.825] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     4.825] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     4.825] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     4.825] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     4.825] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     4.825] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     4.825] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     4.825] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     4.825] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     4.825] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     4.825] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     4.825] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     4.825] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     4.825] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     4.825] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     4.825] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     4.825] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     4.825] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     4.825] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     4.825] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     4.825] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     4.825] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     4.825] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     4.830] (II) modeset(0): EDID for output HDMI-1
[     4.830] (II) modeset(0): Output eDP-1 connected
[     4.830] (II) modeset(0): Output HDMI-1 disconnected
[     4.830] (II) modeset(0): Using exact sizes for initial modes
[     4.830] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     4.830] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.830] (==) modeset(0): DPI set to (96, 96)
[     4.830] (II) Loading sub module "fb"
[     4.830] (II) LoadModule: "fb"
[     4.830] (II) Module "fb" already built-in
[     4.830] (II) Loading sub module "shadow"
[     4.830] (II) LoadModule: "shadow"
[     4.830] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     4.830] (II) Module shadow: vendor="X.Org Foundation"
[     4.830] 	compiled for 1.21.1.18, module version = 1.1.0
[     4.830] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.831] (==) modeset(0): Backing store enabled
[     4.831] (==) modeset(0): Silken mouse enabled
[     4.913] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     4.913] (==) modeset(0): DPMS enabled
[     4.913] (II) Initializing extension Generic Event Extension
[     4.913] (II) Initializing extension SHAPE
[     4.913] (II) Initializing extension MIT-SHM
[     4.913] (II) Initializing extension XInputExtension
[     4.914] (II) Initializing extension XTEST
[     4.914] (II) Initializing extension BIG-REQUESTS
[     4.914] (II) Initializing extension SYNC
[     4.915] (II) Initializing extension XKEYBOARD
[     4.915] (II) Initializing extension XC-MISC
[     4.915] (II) Initializing extension SECURITY
[     4.915] (II) Initializing extension XFIXES
[     4.915] (II) Initializing extension RENDER
[     4.916] (II) Initializing extension RANDR
[     4.916] (II) Initializing extension COMPOSITE
[     4.916] (II) Initializing extension DAMAGE
[     4.916] (II) Initializing extension MIT-SCREEN-SAVER
[     4.916] (II) Initializing extension DOUBLE-BUFFER
[     4.917] (II) Initializing extension RECORD
[     4.917] (II) Initializing extension DPMS
[     4.917] (II) Initializing extension Present
[     4.917] (II) Initializing extension DRI3
[     4.917] (II) Initializing extension X-Resource
[     4.917] (II) Initializing extension XVideo
[     4.917] (II) Initializing extension XVideo-MotionCompensation
[     4.917] (II) Initializing extension GLX
[     4.918] (II) AIGLX: Screen 0 is not DRI2 capable
[     4.925] (II) IGLX: Loaded and initialized swrast
[     4.925] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     4.925] (II) Initializing extension XFree86-VidModeExtension
[     4.925] (II) Initializing extension XFree86-DGA
[     4.925] (II) Initializing extension XFree86-DRI
[     4.925] (II) Initializing extension DRI2
[     4.926] (II) modeset(0): Damage tracking initialized
[     4.926] (II) modeset(0): Setting screen physical size to 508 x 285
[     5.002] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     5.002] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.002] (II) LoadModule: "libinput"
[     5.002] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.005] (II) Module libinput: vendor="X.Org Foundation"
[     5.005] 	compiled for 1.21.1.13, module version = 1.5.0
[     5.005] 	Module class: X.Org XInput Driver
[     5.005] 	ABI class: X.Org XInput driver, version 24.4
[     5.005] (II) Using input driver 'libinput' for 'Power Button'
[     5.005] (**) Power Button: always reports core events
[     5.005] (**) Option "Device" "/dev/input/event2"
[     5.010] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.010] (II) event2  - Power Button: device is a keyboard
[     5.010] (II) event2  - Power Button: device removed
[     5.019] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     5.019] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.019] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.019] (II) event2  - Power Button: device is a keyboard
[     5.020] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     5.020] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.020] (II) Using input driver 'libinput' for 'Video Bus'
[     5.020] (**) Video Bus: always reports core events
[     5.020] (**) Option "Device" "/dev/input/event4"
[     5.020] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     5.020] (II) event4  - Video Bus: device is a keyboard
[     5.020] (II) event4  - Video Bus: device removed
[     5.033] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[     5.033] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     5.034] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     5.034] (II) event4  - Video Bus: device is a keyboard
[     5.036] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     5.036] (II) No input driver specified, ignoring this device.
[     5.036] (II) This device may have been added with another device file.
[     5.037] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     5.037] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.037] (II) Using input driver 'libinput' for 'Power Button'
[     5.037] (**) Power Button: always reports core events
[     5.037] (**) Option "Device" "/dev/input/event1"
[     5.038] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.038] (II) event1  - Power Button: device is a keyboard
[     5.038] (II) event1  - Power Button: device removed
[     5.051] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     5.051] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     5.053] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.053] (II) event1  - Power Button: device is a keyboard
[     5.055] (II) config/udev: Adding input device ELAN1200:00 04F3:309F Mouse (/dev/input/event6)
[     5.055] (**) ELAN1200:00 04F3:309F Mouse: Applying InputClass "libinput pointer catchall"
[     5.055] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:309F Mouse'
[     5.055] (**) ELAN1200:00 04F3:309F Mouse: always reports core events
[     5.055] (**) Option "Device" "/dev/input/event6"
[     5.072] (II) event6  - ELAN1200:00 04F3:309F Mouse: is tagged by udev as: Mouse
[     5.072] (II) event6  - ELAN1200:00 04F3:309F Mouse: device is a pointer
[     5.073] (II) event6  - ELAN1200:00 04F3:309F Mouse: device removed
[     5.103] (II) libinput: ELAN1200:00 04F3:309F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.103] (II) libinput: ELAN1200:00 04F3:309F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.103] (II) libinput: ELAN1200:00 04F3:309F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.103] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:309F.0001/input/input8/event6"
[     5.103] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:309F Mouse" (type: MOUSE, id 9)
[     5.103] (**) Option "AccelerationScheme" "none"
[     5.103] (**) ELAN1200:00 04F3:309F Mouse: (accel) selected scheme none/0
[     5.103] (**) ELAN1200:00 04F3:309F Mouse: (accel) acceleration factor: 2.000
[     5.103] (**) ELAN1200:00 04F3:309F Mouse: (accel) acceleration threshold: 4
[     5.108] (II) event6  - ELAN1200:00 04F3:309F Mouse: is tagged by udev as: Mouse
[     5.108] (II) event6  - ELAN1200:00 04F3:309F Mouse: device is a pointer
[     5.110] (II) config/udev: Adding input device ELAN1200:00 04F3:309F Mouse (/dev/input/mouse0)
[     5.110] (II) No input driver specified, ignoring this device.
[     5.110] (II) This device may have been added with another device file.
[     5.112] (II) config/udev: Adding input device ELAN1200:00 04F3:309F Touchpad (/dev/input/event7)
[     5.112] (**) ELAN1200:00 04F3:309F Touchpad: Applying InputClass "libinput touchpad catchall"
[     5.112] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:309F Touchpad'
[     5.112] (**) ELAN1200:00 04F3:309F Touchpad: always reports core events
[     5.112] (**) Option "Device" "/dev/input/event7"
[     5.114] (II) event7  - ELAN1200:00 04F3:309F Touchpad: is tagged by udev as: Touchpad
[     5.117] (II) event7  - ELAN1200:00 04F3:309F Touchpad: device is a touchpad
[     5.117] (II) event7  - ELAN1200:00 04F3:309F Touchpad: device removed
[     5.137] (II) libinput: ELAN1200:00 04F3:309F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.137] (II) libinput: ELAN1200:00 04F3:309F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.137] (II) libinput: ELAN1200:00 04F3:309F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.137] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:309F.0001/input/input9/event7"
[     5.138] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:309F Touchpad" (type: TOUCHPAD, id 10)
[     5.140] (**) Option "AccelerationScheme" "none"
[     5.140] (**) ELAN1200:00 04F3:309F Touchpad: (accel) selected scheme none/0
[     5.140] (**) ELAN1200:00 04F3:309F Touchpad: (accel) acceleration factor: 2.000
[     5.140] (**) ELAN1200:00 04F3:309F Touchpad: (accel) acceleration threshold: 4
[     5.143] (II) event7  - ELAN1200:00 04F3:309F Touchpad: is tagged by udev as: Touchpad
[     5.146] (II) event7  - ELAN1200:00 04F3:309F Touchpad: device is a touchpad
[     5.147] (II) config/udev: Adding input device ELAN1200:00 04F3:309F Touchpad (/dev/input/mouse1)
[     5.147] (II) No input driver specified, ignoring this device.
[     5.147] (II) This device may have been added with another device file.
[     5.149] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[     5.149] (II) No input driver specified, ignoring this device.
[     5.149] (II) This device may have been added with another device file.
[     5.149] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[     5.149] (II) No input driver specified, ignoring this device.
[     5.149] (II) This device may have been added with another device file.
[     5.150] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[     5.150] (II) No input driver specified, ignoring this device.
[     5.150] (II) This device may have been added with another device file.
[     5.151] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event12)
[     5.151] (II) No input driver specified, ignoring this device.
[     5.151] (II) This device may have been added with another device file.
[     5.151] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event13)
[     5.151] (II) No input driver specified, ignoring this device.
[     5.151] (II) This device may have been added with another device file.
[     5.152] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
[     5.152] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     5.152] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     5.152] (**) Asus WMI hotkeys: always reports core events
[     5.152] (**) Option "Device" "/dev/input/event8"
[     5.153] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     5.153] (II) event8  - Asus WMI hotkeys: device is a keyboard
[     5.153] (II) event8  - Asus WMI hotkeys: device removed
[     5.182] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input10/event8"
[     5.182] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11)
[     5.184] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     5.184] (II) event8  - Asus WMI hotkeys: device is a keyboard
[     5.185] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     5.185] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     5.185] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     5.185] (**) AT Translated Set 2 keyboard: always reports core events
[     5.185] (**) Option "Device" "/dev/input/event3"
[     5.187] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.187] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     5.188] (II) event3  - AT Translated Set 2 keyboard: device removed
[     5.203] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     5.203] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[     5.205] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.205] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     5.207] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     5.207] (II) No input driver specified, ignoring this device.
[     5.207] (II) This device may have been added with another device file.
[     5.328] (II) modeset(0): EDID vendor "CMN", prod id 5607
[     5.328] (II) modeset(0): Printing DDC gathered Modelines:
[     5.328] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[     5.801] (II) modeset(0): EDID vendor "CMN", prod id 5607
[     5.801] (II) modeset(0): Printing DDC gathered Modelines:
[     5.801] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[     6.721] (II) event2  - Power Button: device removed
[     6.726] (II) event4  - Video Bus: device removed
[     6.736] (II) event1  - Power Button: device removed
[     6.740] (II) event6  - ELAN1200:00 04F3:309F Mouse: device removed
[     6.748] (II) event7  - ELAN1200:00 04F3:309F Touchpad: device removed
[     6.770] (II) event8  - Asus WMI hotkeys: device removed
[     6.778] (II) event3  - AT Translated Set 2 keyboard: device removed

Still black screen tho

Offline

#10 2025-11-14 21:56:13

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,086

Re: SDDM black screen with cursors

[     4.917] (II) Initializing extension GLX
[     4.918] (II) AIGLX: Screen 0 is not DRI2 capable
[     4.925] (II) IGLX: Loaded and initialized swrast
[     4.925] (II) GLX: Initialized DRISWRAST GL provider for screen 0
pacman -Qikk mesa

Offline

#11 2025-11-14 21:59:07

Etewyr
Member
Registered: 2025-11-14
Posts: 15

Re: SDDM black screen with cursors

Name            : mesa
Version         : 1:25.2.7-1
Description     : Open-source OpenGL drivers
Architecture    : x86_64
URL             : https://www.mesa3d.org/
Licenses        : MIT AND BSD-3-Clause AND SGI-B-2.0
Groups          : None
Provides        : libva-mesa-driver=1:25.2.7-1  mesa-libgl=1:25.2.7-1  mesa-vdpau=1:25.2.7-1  libva-driver  opengl-driver  vdpau-driver
Depends On      : expat  gcc-libs  glibc  libdrm  libelf  libglvnd  libx11  libxcb  libxext  libxshmfence  libxxf86vm  llvm-libs  lm_sensors  spirv-tools  wayland  zlib  zstd
Optional Deps   : opengl-man-pages: for the OpenGL API man pages
Required By     : gst-plugins-bad-libs  gst-plugins-base-libs  kpipewire  kwin  kwin-x11  libglvnd  mpv  mutter  qt5-base  qt6-base  qt6-webengine  webkitgtk-6.0  xorg-server-devel  zoom
Optional For    : libva  libvdpau  vlc-plugins-video-output
Conflicts With  : libva-mesa-driver<1:24.2.7-1  mesa-libgl<17.0.1-2  mesa-vdpau<1:24.2.7-1
Replaces        : libva-mesa-driver<1:24.2.7-1  mesa-libgl<17.0.1-2  mesa-vdpau<1:24.2.7-1
Installed Size  : 44.44 MiB
Packager        : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date      : Wed 12 Nov 2025 08:39:05 PM CET
Install Date    : Fri 14 Nov 2025 08:32:38 PM CET
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

mesa: 117 total files, 0 altered files

Offline

#12 2025-11-14 22:09:41

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,086

Re: SDDM black screen with cursors

WTF

[     4.816] (II) Module glamoregl: vendor="X.Org Foundation"
[     4.817] 	compiled for 1.21.1.18, module version = 1.0.1
[     4.817] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.818] couldn't get display device
[     4.818] (II) modeset(0): glamor initialization failed

Does it help to restart SDDM after the boot, res. delay it?
https://wiki.archlinux.org/title/Systemd#Drop-in_files
Edit sddm.service and add

ExecStartPre=/usr/bin/sleep 3

Offline

#13 2025-11-14 22:13:19

Etewyr
Member
Registered: 2025-11-14
Posts: 15

Re: SDDM black screen with cursors

Nothing change with systemctl restart sddm.service. I added the delay and rebooted + tried to restart

Offline

#14 2025-11-14 22:22:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,086

Re: SDDM black screen with cursors

Hold on, why does the second log you posted say

[     4.762] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 10 10:11:16 2025

That's more than 4½ days ago?

Offline

#15 2025-11-14 22:23:53

Etewyr
Member
Registered: 2025-11-14
Posts: 15

Re: SDDM black screen with cursors

Yeah I noticed that, somehow the time shifted back with UTC in 2021 (???) so I synced again the time tried a reboot but nothing new

Offline

#16 2025-11-14 22:32:55

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,086

Re: SDDM black screen with cursors

Skip sddm.
Only boot the multi-user.target, GET A CUP OF COFFEE, then run startx and post the xorg log for that (~/.local/share/xorg/Xorg.0.log)
Also check "glxinfo -B"

As long as glamor fails this isn't gonna work…

Offline

#17 2025-11-14 22:37:48

Etewyr
Member
Registered: 2025-11-14
Posts: 15

Re: SDDM black screen with cursors

Okay so..
After running startx, I have another black screen with typically the kde cursor (not the same skin than the sddm)

[    11.748] 
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[    11.748] Current Operating System: Linux antares 6.17.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 14 Nov 2025 06:54:20 +0000 x86_64
[    11.748] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=465df084-3ce4-468b-b966-b75bfd23caa7 rw loglevel=3 quiet
[    11.748]  
[    11.748] Current version of pixman: 0.46.4
[    11.748] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    11.748] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.749] (==) Log file: "/home/username/.local/share/xorg/Xorg.0.log", Time: Fri Nov 14 23:35:00 2025
[    11.752] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.753] (==) No Layout section.  Using the first Screen section.
[    11.753] (==) No screen section available. Using defaults.
[    11.753] (**) |-->Screen "Default Screen Section" (0)
[    11.753] (**) |   |-->Monitor "<default monitor>"
[    11.753] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    11.753] (**) Allowing byte-swapped clients
[    11.753] (==) Automatically adding devices
[    11.753] (==) Automatically enabling devices
[    11.753] (==) Automatically adding GPU devices
[    11.753] (==) Automatically binding GPU devices
[    11.753] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    11.754] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    11.754] 	Entry deleted from font path.
[    11.755] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    11.755] 	Entry deleted from font path.
[    11.755] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    11.755] 	Entry deleted from font path.
[    11.756] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    11.756] (==) ModulePath set to "/usr/lib/xorg/modules"
[    11.756] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    11.756] (II) Module ABI versions:
[    11.756] 	X.Org ANSI C Emulation: 0.4
[    11.756] 	X.Org Video Driver: 25.2
[    11.756] 	X.Org XInput driver : 24.4
[    11.756] 	X.Org Server Extension : 10.0
[    11.756] (++) using VT number 1

[    11.757] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    11.759] (II) xfree86: Adding drm device (/dev/dri/card1)
[    11.759] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    11.759] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    11.763] (--) PCI:*(0@0:2:0) 8086:8a52:1043:1f9c rev 7, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    11.763] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    11.763] (II) LoadModule: "glx"
[    11.764] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    11.769] (II) Module glx: vendor="X.Org Foundation"
[    11.769] 	compiled for 1.21.1.18, module version = 1.0.0
[    11.769] 	ABI class: X.Org Server Extension, version 10.0
[    11.769] (==) Matched intel as autoconfigured driver 0
[    11.769] (==) Matched modesetting as autoconfigured driver 1
[    11.769] (==) Matched fbdev as autoconfigured driver 2
[    11.769] (==) Matched vesa as autoconfigured driver 3
[    11.769] (==) Assigned the driver to the xf86ConfigLayout
[    11.769] (II) LoadModule: "intel"
[    11.769] (WW) Warning, couldn't open module intel
[    11.769] (EE) Failed to load module "intel" (module does not exist, 0)
[    11.769] (II) LoadModule: "modesetting"
[    11.769] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    11.770] (II) Module modesetting: vendor="X.Org Foundation"
[    11.770] 	compiled for 1.21.1.18, module version = 1.21.1
[    11.770] 	Module class: X.Org Video Driver
[    11.770] 	ABI class: X.Org Video Driver, version 25.2
[    11.770] (II) LoadModule: "fbdev"
[    11.771] (WW) Warning, couldn't open module fbdev
[    11.771] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    11.771] (II) LoadModule: "vesa"
[    11.771] (WW) Warning, couldn't open module vesa
[    11.771] (EE) Failed to load module "vesa" (module does not exist, 0)
[    11.771] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    11.771] (II) modeset(0): using drv /dev/dri/card1
[    11.771] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    11.771] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    11.771] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    11.771] (==) modeset(0): RGB weight 888
[    11.771] (==) modeset(0): Default visual is TrueColor
[    11.771] (II) Loading sub module "glamoregl"
[    11.771] (II) LoadModule: "glamoregl"
[    11.771] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    11.778] (II) Module glamoregl: vendor="X.Org Foundation"
[    11.778] 	compiled for 1.21.1.18, module version = 1.0.1
[    11.778] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.780] couldn't get display device
[    11.780] (II) modeset(0): glamor initialization failed
[    11.780] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[    11.780] (II) modeset(0): Double-buffered shadow updates: off
[    11.781] (II) modeset(0): Output eDP-1 has no monitor section
[    11.786] (II) modeset(0): Output HDMI-1 has no monitor section
[    11.787] (II) modeset(0): EDID for output eDP-1
[    11.787] (II) modeset(0): Manufacturer: CMN  Model: 15e7  Serial#: 0
[    11.787] (II) modeset(0): Year: 2016  Week: 33
[    11.787] (II) modeset(0): EDID Version: 1.4
[    11.787] (II) modeset(0): Digital Display Input
[    11.787] (II) modeset(0): 8 bits per channel
[    11.787] (II) modeset(0): Digital interface is DisplayPort
[    11.787] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    11.787] (II) modeset(0): Gamma: 2.20
[    11.787] (II) modeset(0): No DPMS capabilities specified
[    11.787] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    11.787] (II) modeset(0): First detailed timing is preferred mode
[    11.787] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    11.787] (II) modeset(0): redX: 0.590 redY: 0.350   greenX: 0.330 greenY: 0.555
[    11.787] (II) modeset(0): blueX: 0.153 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
[    11.787] (II) modeset(0): Manufacturer's mask: 0
[    11.787] (II) modeset(0): Supported detailed timing:
[    11.787] (II) modeset(0): clock: 152.8 MHz   Image Size:  344 x 193 mm
[    11.787] (II) modeset(0): h_active: 1920  h_sync: 2000  h_sync_end 2054 h_blank_end 2250 h_border: 0
[    11.787] (II) modeset(0): v_active: 1080  v_sync: 1086  v_sync_end 1094 v_blanking: 1132 v_border: 0
[    11.787] (II) modeset(0):  N156HCA-EAB
[    11.787] (II) modeset(0):  CMN
[    11.787] (II) modeset(0):  N156HCA-EAB
[    11.787] (II) modeset(0): EDID (in hex):
[    11.787] (II) modeset(0): 	00ffffffffffff000daee71500000000
[    11.787] (II) modeset(0): 	211a0104a52213780228659759548e27
[    11.787] (II) modeset(0): 	1e505400000001010101010101010101
[    11.787] (II) modeset(0): 	010101010101b43b804a713834405036
[    11.787] (II) modeset(0): 	680058c110000018000000fe004e3135
[    11.787] (II) modeset(0): 	364843412d4541420a20000000fe0043
[    11.787] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[    11.787] (II) modeset(0): 	004e3135364843412d4541420a2000b2
[    11.787] (II) modeset(0): Printing probed modes for output eDP-1
[    11.787] (II) modeset(0): Modeline "1920x1080"x60.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    11.787] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    11.787] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    11.787] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    11.787] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    11.787] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    11.787] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    11.787] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    11.787] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    11.787] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    11.787] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    11.787] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    11.787] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    11.787] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    11.787] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    11.787] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    11.787] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    11.787] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    11.787] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    11.787] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    11.787] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    11.787] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    11.787] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    11.787] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    11.787] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    11.787] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    11.787] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    11.787] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    11.787] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    11.787] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    11.787] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    11.787] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    11.787] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    11.787] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    11.787] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    11.787] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    11.787] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    11.787] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    11.787] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    11.787] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    11.787] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    11.787] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    11.787] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    11.787] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    11.787] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    11.787] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    11.787] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    11.787] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    11.787] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    11.787] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    11.787] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    11.787] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    11.787] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    11.787] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    11.787] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    11.787] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    11.787] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    11.787] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    11.787] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    11.787] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    11.787] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    11.787] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    11.787] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    11.787] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    11.787] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    11.787] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    11.787] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    11.787] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    11.787] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    11.787] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    11.787] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    11.787] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    11.787] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    11.787] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    11.787] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    11.787] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    11.787] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    11.787] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    11.787] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    11.787] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    11.787] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    11.787] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    11.792] (II) modeset(0): EDID for output HDMI-1
[    11.792] (II) modeset(0): Output eDP-1 connected
[    11.792] (II) modeset(0): Output HDMI-1 disconnected
[    11.792] (II) modeset(0): Using exact sizes for initial modes
[    11.792] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    11.792] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    11.792] (==) modeset(0): DPI set to (96, 96)
[    11.792] (II) Loading sub module "fb"
[    11.792] (II) LoadModule: "fb"
[    11.792] (II) Module "fb" already built-in
[    11.792] (II) Loading sub module "shadow"
[    11.792] (II) LoadModule: "shadow"
[    11.792] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    11.792] (II) Module shadow: vendor="X.Org Foundation"
[    11.792] 	compiled for 1.21.1.18, module version = 1.1.0
[    11.792] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.793] (==) modeset(0): Backing store enabled
[    11.793] (==) modeset(0): Silken mouse enabled
[    11.877] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    11.878] (==) modeset(0): DPMS enabled
[    11.878] (II) Initializing extension Generic Event Extension
[    11.878] (II) Initializing extension SHAPE
[    11.878] (II) Initializing extension MIT-SHM
[    11.878] (II) Initializing extension XInputExtension
[    11.879] (II) Initializing extension XTEST
[    11.879] (II) Initializing extension BIG-REQUESTS
[    11.879] (II) Initializing extension SYNC
[    11.879] (II) Initializing extension XKEYBOARD
[    11.880] (II) Initializing extension XC-MISC
[    11.880] (II) Initializing extension SECURITY
[    11.880] (II) Initializing extension XFIXES
[    11.880] (II) Initializing extension RENDER
[    11.880] (II) Initializing extension RANDR
[    11.881] (II) Initializing extension COMPOSITE
[    11.881] (II) Initializing extension DAMAGE
[    11.881] (II) Initializing extension MIT-SCREEN-SAVER
[    11.881] (II) Initializing extension DOUBLE-BUFFER
[    11.881] (II) Initializing extension RECORD
[    11.881] (II) Initializing extension DPMS
[    11.882] (II) Initializing extension Present
[    11.882] (II) Initializing extension DRI3
[    11.882] (II) Initializing extension X-Resource
[    11.882] (II) Initializing extension XVideo
[    11.882] (II) Initializing extension XVideo-MotionCompensation
[    11.882] (II) Initializing extension GLX
[    11.882] (II) AIGLX: Screen 0 is not DRI2 capable
[    11.889] (II) IGLX: Loaded and initialized swrast
[    11.889] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    11.889] (II) Initializing extension XFree86-VidModeExtension
[    11.890] (II) Initializing extension XFree86-DGA
[    11.890] (II) Initializing extension XFree86-DRI
[    11.890] (II) Initializing extension DRI2
[    11.890] (II) modeset(0): Damage tracking initialized
[    11.890] (II) modeset(0): Setting screen physical size to 508 x 285
[    11.967] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    11.967] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    11.967] (II) LoadModule: "libinput"
[    11.967] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    11.970] (II) Module libinput: vendor="X.Org Foundation"
[    11.970] 	compiled for 1.21.1.13, module version = 1.5.0
[    11.970] 	Module class: X.Org XInput Driver
[    11.970] 	ABI class: X.Org XInput driver, version 24.4
[    11.970] (II) Using input driver 'libinput' for 'Power Button'
[    11.971] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 21 paused 0
[    11.971] (**) Power Button: always reports core events
[    11.971] (**) Option "Device" "/dev/input/event2"
[    11.976] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    11.976] (II) event2  - Power Button: device is a keyboard
[    11.976] (II) event2  - Power Button: device removed
[    11.976] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    11.976] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    11.976] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    11.977] (II) event2  - Power Button: device is a keyboard
[    11.977] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    11.977] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    11.977] (II) Using input driver 'libinput' for 'Video Bus'
[    11.978] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 24 paused 0
[    11.978] (**) Video Bus: always reports core events
[    11.978] (**) Option "Device" "/dev/input/event4"
[    11.978] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    11.978] (II) event4  - Video Bus: device is a keyboard
[    11.978] (II) event4  - Video Bus: device removed
[    11.978] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[    11.978] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    11.979] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    11.979] (II) event4  - Video Bus: device is a keyboard
[    11.980] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    11.980] (II) No input driver specified, ignoring this device.
[    11.980] (II) This device may have been added with another device file.
[    11.980] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    11.980] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    11.980] (II) Using input driver 'libinput' for 'Power Button'
[    11.981] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 25 paused 0
[    11.981] (**) Power Button: always reports core events
[    11.981] (**) Option "Device" "/dev/input/event1"
[    11.982] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    11.982] (II) event1  - Power Button: device is a keyboard
[    11.982] (II) event1  - Power Button: device removed
[    11.982] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    11.982] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    11.982] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    11.982] (II) event1  - Power Button: device is a keyboard
[    11.983] (II) config/udev: Adding input device ELAN1200:00 04F3:309F Mouse (/dev/input/event6)
[    11.983] (**) ELAN1200:00 04F3:309F Mouse: Applying InputClass "libinput pointer catchall"
[    11.983] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:309F Mouse'
[    11.999] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 26 paused 0
[    11.999] (**) ELAN1200:00 04F3:309F Mouse: always reports core events
[    11.999] (**) Option "Device" "/dev/input/event6"
[    12.000] (II) event6  - ELAN1200:00 04F3:309F Mouse: is tagged by udev as: Mouse
[    12.000] (II) event6  - ELAN1200:00 04F3:309F Mouse: device is a pointer
[    12.001] (II) event6  - ELAN1200:00 04F3:309F Mouse: device removed
[    12.001] (II) libinput: ELAN1200:00 04F3:309F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.001] (II) libinput: ELAN1200:00 04F3:309F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.001] (II) libinput: ELAN1200:00 04F3:309F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.001] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:309F.0001/input/input8/event6"
[    12.001] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:309F Mouse" (type: MOUSE, id 9)
[    12.001] (**) Option "AccelerationScheme" "none"
[    12.001] (**) ELAN1200:00 04F3:309F Mouse: (accel) selected scheme none/0
[    12.001] (**) ELAN1200:00 04F3:309F Mouse: (accel) acceleration factor: 2.000
[    12.001] (**) ELAN1200:00 04F3:309F Mouse: (accel) acceleration threshold: 4
[    12.002] (II) event6  - ELAN1200:00 04F3:309F Mouse: is tagged by udev as: Mouse
[    12.002] (II) event6  - ELAN1200:00 04F3:309F Mouse: device is a pointer
[    12.003] (II) config/udev: Adding input device ELAN1200:00 04F3:309F Mouse (/dev/input/mouse0)
[    12.003] (II) No input driver specified, ignoring this device.
[    12.003] (II) This device may have been added with another device file.
[    12.004] (II) config/udev: Adding input device ELAN1200:00 04F3:309F Touchpad (/dev/input/event7)
[    12.004] (**) ELAN1200:00 04F3:309F Touchpad: Applying InputClass "libinput touchpad catchall"
[    12.004] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:309F Touchpad'
[    12.005] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 27 paused 0
[    12.005] (**) ELAN1200:00 04F3:309F Touchpad: always reports core events
[    12.005] (**) Option "Device" "/dev/input/event7"
[    12.006] (II) event7  - ELAN1200:00 04F3:309F Touchpad: is tagged by udev as: Touchpad
[    12.007] (II) event7  - ELAN1200:00 04F3:309F Touchpad: device is a touchpad
[    12.007] (II) event7  - ELAN1200:00 04F3:309F Touchpad: device removed
[    12.007] (II) libinput: ELAN1200:00 04F3:309F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.007] (II) libinput: ELAN1200:00 04F3:309F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.007] (II) libinput: ELAN1200:00 04F3:309F Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.008] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:309F.0001/input/input9/event7"
[    12.008] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:309F Touchpad" (type: TOUCHPAD, id 10)
[    12.009] (**) Option "AccelerationScheme" "none"
[    12.009] (**) ELAN1200:00 04F3:309F Touchpad: (accel) selected scheme none/0
[    12.009] (**) ELAN1200:00 04F3:309F Touchpad: (accel) acceleration factor: 2.000
[    12.009] (**) ELAN1200:00 04F3:309F Touchpad: (accel) acceleration threshold: 4
[    12.009] (II) event7  - ELAN1200:00 04F3:309F Touchpad: is tagged by udev as: Touchpad
[    12.010] (II) event7  - ELAN1200:00 04F3:309F Touchpad: device is a touchpad
[    12.011] (II) config/udev: Adding input device ELAN1200:00 04F3:309F Touchpad (/dev/input/mouse1)
[    12.011] (II) No input driver specified, ignoring this device.
[    12.011] (II) This device may have been added with another device file.
[    12.012] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[    12.012] (II) No input driver specified, ignoring this device.
[    12.012] (II) This device may have been added with another device file.
[    12.012] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[    12.012] (II) No input driver specified, ignoring this device.
[    12.012] (II) This device may have been added with another device file.
[    12.012] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[    12.012] (II) No input driver specified, ignoring this device.
[    12.012] (II) This device may have been added with another device file.
[    12.013] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event12)
[    12.013] (II) No input driver specified, ignoring this device.
[    12.013] (II) This device may have been added with another device file.
[    12.013] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event13)
[    12.013] (II) No input driver specified, ignoring this device.
[    12.013] (II) This device may have been added with another device file.
[    12.013] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
[    12.013] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    12.013] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    12.014] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 28 paused 0
[    12.014] (**) Asus WMI hotkeys: always reports core events
[    12.014] (**) Option "Device" "/dev/input/event8"
[    12.014] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    12.015] (II) event8  - Asus WMI hotkeys: device is a keyboard
[    12.015] (II) event8  - Asus WMI hotkeys: device removed
[    12.015] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input10/event8"
[    12.015] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11)
[    12.015] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    12.015] (II) event8  - Asus WMI hotkeys: device is a keyboard
[    12.016] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    12.016] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    12.016] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    12.016] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 29 paused 0
[    12.016] (**) AT Translated Set 2 keyboard: always reports core events
[    12.016] (**) Option "Device" "/dev/input/event3"
[    12.017] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    12.017] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    12.017] (II) event3  - AT Translated Set 2 keyboard: device removed
[    12.017] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    12.017] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    12.018] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    12.018] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    12.019] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    12.019] (II) No input driver specified, ignoring this device.
[    12.019] (II) This device may have been added with another device file.
[    14.963] (II) modeset(0): EDID vendor "CMN", prod id 5607
[    14.963] (II) modeset(0): Printing DDC gathered Modelines:
[    14.963] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    57.670] (**) Option "fd" "21"
[    57.670] (II) event2  - Power Button: device removed
[    57.670] (**) Option "fd" "24"
[    57.670] (II) event4  - Video Bus: device removed
[    57.670] (**) Option "fd" "25"
[    57.670] (II) event1  - Power Button: device removed
[    57.670] (**) Option "fd" "26"
[    57.670] (II) event6  - ELAN1200:00 04F3:309F Mouse: device removed
[    57.670] (**) Option "fd" "27"
[    57.670] (II) event7  - ELAN1200:00 04F3:309F Touchpad: device removed
[    57.671] (**) Option "fd" "28"
[    57.671] (II) event8  - Asus WMI hotkeys: device removed
[    57.671] (**) Option "fd" "29"
[    57.671] (II) event3  - AT Translated Set 2 keyboard: device removed
[    57.724] (II) systemd-logind: got pause for 13:71
[    57.724] (II) systemd-logind: got pause for 13:66
[    57.724] (II) systemd-logind: got pause for 13:72
[    57.724] (II) systemd-logind: got pause for 13:65
[    57.724] (II) systemd-logind: got pause for 13:70
[    57.724] (II) systemd-logind: got pause for 13:67
[    57.724] (II) systemd-logind: got pause for 13:68
[    71.728] (II) systemd-logind: got resume for 13:71
[    71.733] (II) systemd-logind: got resume for 13:66
[    71.749] (II) systemd-logind: got resume for 13:72
[    71.757] (II) systemd-logind: got resume for 13:65
[    71.770] (II) systemd-logind: got resume for 13:70
[    71.770] (II) systemd-logind: got resume for 226:1
[    71.776] (II) modeset(0): EDID vendor "CMN", prod id 5607
[    71.776] (II) modeset(0): Printing DDC gathered Modelines:
[    71.776] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    71.835] (II) modeset(0): EDID vendor "CMN", prod id 5607
[    71.835] (II) modeset(0): Printing DDC gathered Modelines:
[    71.835] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    71.853] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    71.853] (II) event2  - Power Button: device is a keyboard
[    71.853] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    71.853] (II) event1  - Power Button: device is a keyboard
[    71.855] (II) event6  - ELAN1200:00 04F3:309F Mouse: is tagged by udev as: Mouse
[    71.855] (II) event6  - ELAN1200:00 04F3:309F Mouse: device is a pointer
[    71.856] (II) event7  - ELAN1200:00 04F3:309F Touchpad: is tagged by udev as: Touchpad
[    71.857] (II) event7  - ELAN1200:00 04F3:309F Touchpad: device is a touchpad
[    71.858] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    71.858] (II) event8  - Asus WMI hotkeys: device is a keyboard
[    71.859] (II) systemd-logind: got resume for 13:67
[    71.859] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    71.859] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    71.865] (II) modeset(0): EDID vendor "CMN", prod id 5607
[    71.865] (II) modeset(0): Printing DDC gathered Modelines:
[    71.865] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[    71.870] (II) systemd-logind: got resume for 13:68
[    71.870] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    71.870] (II) event4  - Video Bus: device is a keyboard
[    75.524] (**) Option "fd" "25"
[    75.524] (II) event2  - Power Button: device removed
[    75.525] (**) Option "fd" "43"
[    75.525] (II) event4  - Video Bus: device removed
[    75.525] (**) Option "fd" "27"
[    75.525] (II) event1  - Power Button: device removed
[    75.525] (**) Option "fd" "28"
[    75.525] (II) event6  - ELAN1200:00 04F3:309F Mouse: device removed
[    75.525] (**) Option "fd" "24"
[    75.525] (II) event7  - ELAN1200:00 04F3:309F Touchpad: device removed
[    75.525] (**) Option "fd" "26"
[    75.525] (II) event8  - Asus WMI hotkeys: device removed
[    75.525] (**) Option "fd" "35"
[    75.525] (II) event3  - AT Translated Set 2 keyboard: device removed
[    75.568] (II) systemd-logind: got pause for 13:71
[    75.568] (II) systemd-logind: got pause for 13:66
[    75.568] (II) systemd-logind: got pause for 13:72
[    75.568] (II) systemd-logind: got pause for 13:65
[    75.568] (II) systemd-logind: got pause for 13:70
[    75.568] (II) systemd-logind: got pause for 13:67
[    75.568] (II) systemd-logind: got pause for 13:68

glxinfo -B return "Error: unable to open display"

Last edited by Etewyr (2025-11-14 22:46:31)

Offline

#18 2025-11-14 22:41:19

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,086

Re: SDDM black screen with cursors

glxinfo -B return "Error: unable to open display"

Where are you running this? An xterm inside the X11 session?
Yet still

[    11.778] (II) Module glamoregl: vendor="X.Org Foundation"
[    11.778] 	compiled for 1.21.1.18, module version = 1.0.1
[    11.778] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.780] couldn't get display device
[    11.780] (II) modeset(0): glamor initialization failed
printenv | curl -F 'file=@-' 0x0.st

Offline

#19 2025-11-14 22:46:13

Etewyr
Member
Registered: 2025-11-14
Posts: 15

Re: SDDM black screen with cursors

After runing start x I can't do anything so I ctrl alt 3 (tty3) to check the logs and stuff but it's probably not relevant then ?

SHELL=/bin/bash
MATHEMATICA_HOME=/usr/share/Wolfram/Documentation/14.3/en-us
XDG_SEAT=seat0
PWD=/home/username
LOGNAME=username
XDG_SESSION_TYPE=tty
MOTD_SHOWN=pam
HOME=/home/username
LANG=en_US.UTF-8
XDG_SESSION_CLASS=user
TERM=linux
USER=username
SHLVL=1
XDG_VTNR=3
XDG_SESSION_ID=3
XDG_RUNTIME_DIR=/run/user/1000
DEBUGINFOD_URLS=https://debuginfod.archlinux.org 
XDG_DATA_DIRS=/home/username/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
MAIL=/var/spool/mail/username
_=/usr/bin/printenv

Offline

#20 2025-11-14 22:57:32

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,086

Re: SDDM black screen with cursors

No, glxinfo will not work without an X11 server.
My last best guess would be a mesa bug, so you could try to downgrade that.

Offline

#21 2025-11-14 23:03:20

Etewyr
Member
Registered: 2025-11-14
Posts: 15

Re: SDDM black screen with cursors

No more luck hmm
I guess tomorrow I'll backup my data and do a fresh start with extra caution !
Thx for your help

Offline

#22 2025-11-15 08:33:48

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,086

Re: SDDM black screen with cursors

I doubt that will achieve much - unless there're corruptions on disk:

sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files' | grep -v backup

Or you've been running partial updates.
Can you (on the console)

eglinfo -B

?

Offline

#23 2025-11-15 08:57:47

Etewyr
Member
Registered: 2025-11-14
Posts: 15

Re: SDDM black screen with cursors

Good morning,

cups: 947 total files, 3 altered files
intel-ucode: 161 total files, 1 altered file
libutempter: 20 total files, 1 altered file
libva-intel-driver: 8 total files, 1 altered file
libvlc: 120 total files, 1 altered file
shadow: 576 total files, 1 altered file
systemd: 1670 total files, 1 altered file

However before having that output I have a few warnings,

warnings: cups: /etc/cups/classes.conf (Permissions mismatch)
warnings: cups: /etc/cups/printers.conf (Permissions mismatch)
warnings: cups: /etc/cups/subscriptions.conf (Permissions mismatch)
warning: intel-ucode: /boot/intel-ucode.img (Permissions mismatch)
warning: libutempter: /usr/lib/utempter/utempter (GID mismatch)
warning: libutempter: /usr/lib/utempter/utempter (Permissions mismatch)
warning: libva-intel-driver: /usr/lib/dri/i965_drv_video.so (No such file or directory)
warning: libvlc: /usr/lib/vlc/plugins/plugins.dat (Modification time mismatch)
warning: libvlc: /usr/lib/vlc/plugins/plugins.dat (Size mismatch)
warning: libvlc: /usr/lib/vlc/plugins/plugins.dat (SHA256 checksum mismatch)
warning: shadow: /usr/bin/groupmems (GID mismatch)
warning: shadow: /usr/bin/groupmems (Permissions mismatch)
warning: systemd: /var/log/journal (GID mismatch)

I may have a partial update, since i'm working with adaptive cpp, I had to pin the updates of llvm, llvm-libs, clang, lld so it stays compatible.

edlinfo -B returns

Default display platform:
eglinfo: eg1Initialize failed

Offline

#24 2025-11-15 09:00:50

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,086

Re: SDDM black screen with cursors

I had to pin the updates of llvm, llvm-libs

There's your problem.
Update them, see whether mesa/glamor and X11 work again.
If yes, we'll deal w/ the causing situation in a less insane way wink

Offline

#25 2025-11-15 09:03:53

Etewyr
Member
Registered: 2025-11-14
Posts: 15

Re: SDDM black screen with cursors

It's working... it driving me crazy i'm so stupid lmao

Offline

Board footer

Powered by FluxBB