SDDM hangs at startup/login (black screen with cursor)

So recently my BIOS had a reset to default settings because of a small power outage for a few seconds and my UPS battery seems to not be able to hold a charge anymore. Now the problem is sddm doesn’t want to display anymore. Another detail to add: I’ve had this happen before (bios reset and exact behavior from my linux installation) with my system having a black screen with a cursor (like in a terminal, not the actual cursor) before BIOS splash image that is displayed for like 5 seconds.

I had no idea how to fix this at first after changing my BIOS settings to how it was before, but after I entered into my windows 10 installation and did an update (20H2), the black screen that appeared for 5 seconds (before BIOS splash) dissapeared and then sddm would display the login screen. Which is really weird how a windows update affects my linux installation that is on a different drive.

Now to the present: I’ve tried reinstalling the windows update thinking that would solve the issue again, but unfortunately it did not. SDDM is still borked and can’t understand why. I’ve updated my manjaro installation after eventually managing to make sddm display the login screen by restarting the service multiple times with:

systemctl restart sddm.service

Unfortunately for me that broke it even further as no amount of restarting would make it display my login screen again. So I found out it was due to missing nvidia modules on the latest kernel (5.10). Fixed that and now I was in the same scenario as before.

I’ve looked at some possible solutions as for why sddm decided to not display anything until after some time had passed for restarting the service to work (Note that systemctl status sddm showed everything to be alright every time, so I had no clue why this was happening). I’ve come around a thread on reddit suggesting I should add a delay to sddm before loading and to load nvidia modules at kernel boot time. Did all of that (updated initramfs after editing /etc/mkinitcpio.conf and added nvidia-drm.modeset=1 as kernel paramater in /etc/default/grub) and it only helped with some OpenGL issues (where the compositor would crash) after the update with the new 450xx nvidia drivers where the compositor would fall back to XRender. Note that I had to switch to the linux510-nvidia and linux59-nvidia packages due to 450xx package not having support for the 5.10 kernel (and no it’s not the kernel at fault because I tried 5.9 before I updated to 5.10 and it had the same behaviour).

So because I had no idea what to do further (as I’ve looked on the internet for other possible solutions and nothing seemed to work) I’ve measured a rough estimate of how long it takes before restarting sddm works and it seems that after 1 min - 1 min 30 sec systemctl restart sddm works. No idea why, but maybe some of you might know and could help me solve this issue. Here are some logs from trying to restart sddm in tty (for about 4 times I think? not sure):

andrew@andrew-pc ~> journalctl -b -0 | grep sddm
Dec 31 01:52:21 andrew-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:21 andrew-pc sddm[553]: Initializing...
Dec 31 01:52:21 andrew-pc sddm[553]: Starting...
Dec 31 01:52:21 andrew-pc sddm[553]: Logind interface found
Dec 31 01:52:21 andrew-pc sddm[553]: Adding new display on vt 1 ...
Dec 31 01:52:21 andrew-pc sddm[553]: Loading theme configuration from ""
Dec 31 01:52:21 andrew-pc sddm[553]: Display server starting...
Dec 31 01:52:21 andrew-pc sddm[553]: Adding cookie to "/var/run/sddm/{a80c850b-dee1-4727-ae7b-614de1a0034d}"
Dec 31 01:52:21 andrew-pc sddm[553]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{a80c850b-dee1-4727-ae7b-614de1a0034d} -noreset -displayfd 17
Dec 31 01:52:23 andrew-pc sddm[553]: Setting default cursor
Dec 31 01:52:24 andrew-pc sddm[553]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Dec 31 01:52:24 andrew-pc sddm[553]: Display server started.
Dec 31 01:52:24 andrew-pc sddm[553]: Socket server starting...
Dec 31 01:52:24 andrew-pc sddm[553]: Socket server started.
Dec 31 01:52:24 andrew-pc sddm[553]: Loading theme configuration from "/usr/share/sddm/themes/We10XOS/theme.conf"
Dec 31 01:52:24 andrew-pc sddm[553]: Greeter starting...
Dec 31 01:52:24 andrew-pc sddm-helper[897]: [PAM] Starting...
Dec 31 01:52:24 andrew-pc audit[897]: USER_AUTH pid=897 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:24 andrew-pc audit[897]: USER_ACCT pid=897 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:24 andrew-pc sddm-helper[897]: [PAM] Authenticating...
Dec 31 01:52:24 andrew-pc sddm-helper[897]: [PAM] returning.
Dec 31 01:52:24 andrew-pc audit[897]: CRED_ACQ pid=897 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:24 andrew-pc sddm-helper[897]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=967) by (uid=0)
Dec 31 01:52:24 andrew-pc kernel: audit: type=1100 audit(1609372344.246:48): pid=897 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:24 andrew-pc kernel: audit: type=1101 audit(1609372344.246:49): pid=897 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:24 andrew-pc kernel: audit: type=1103 audit(1609372344.246:50): pid=897 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:24 andrew-pc systemd-logind[522]: New session c1 of user sddm.
Dec 31 01:52:24 andrew-pc systemd[899]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Dec 31 01:52:24 andrew-pc audit[899]: USER_ACCT pid=899 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:24 andrew-pc audit[899]: CRED_ACQ pid=899 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Dec 31 01:52:24 andrew-pc systemd[899]: pam_unix(systemd-user:session): session opened for user sddm(uid=967) by (uid=0)
Dec 31 01:52:24 andrew-pc audit[899]: USER_START pid=899 uid=0 auid=967 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:24 andrew-pc kernel: audit: type=1101 audit(1609372344.270:52): pid=899 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:24 andrew-pc kernel: audit: type=1103 audit(1609372344.270:53): pid=899 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Dec 31 01:52:24 andrew-pc kernel: audit: type=1105 audit(1609372344.270:55): pid=899 uid=0 auid=967 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:24 andrew-pc systemd[1]: Started Session c1 of user sddm.
Dec 31 01:52:24 andrew-pc audit[897]: USER_START pid=897 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Dec 31 01:52:24 andrew-pc sddm[553]: Greeter session started successfully
Dec 31 01:52:24 andrew-pc sddm-greeter[912]: High-DPI autoscaling not Enabled
Dec 31 01:52:24 andrew-pc sddm-greeter[912]: Reading from "/usr/share/xsessions/plasma.desktop"
Dec 31 01:52:24 andrew-pc sddm-greeter[912]: Loading theme configuration from "/usr/share/sddm/themes/We10XOS/theme.conf"
Dec 31 01:52:24 andrew-pc sddm-greeter[912]: Connected to the daemon.
Dec 31 01:52:24 andrew-pc sddm-greeter[912]: QFont::fromString: Invalid description '(empty)'
Dec 31 01:52:24 andrew-pc sddm[553]: Message received from greeter: Connect
Dec 31 01:52:24 andrew-pc sddm-greeter[912]: Loading file:///usr/share/sddm/themes/We10XOS/Main.qml...
Dec 31 01:52:24 andrew-pc sddm-greeter[912]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:52:24 andrew-pc sddm-greeter[912]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:52:24 andrew-pc sddm-greeter[912]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:52:24 andrew-pc sddm-greeter[912]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Dec 31 01:52:24 andrew-pc sddm-greeter[912]: Icon theme "Tela" not found.
Dec 31 01:52:24 andrew-pc dbus-daemon[517]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.15' (uid=967 pid=912 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-kwlPij")
Dec 31 01:52:25 andrew-pc dbus-daemon[517]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.15' (uid=967 pid=912 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-kwlPij")
Dec 31 01:52:42 andrew-pc polkitd[520]: Operator of unix-process:996:2304 successfully authenticated as unix-user:andrew to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.23 [systemctl restart sddm] (owned by unix-user:andrew)
Dec 31 01:52:42 andrew-pc sddm[553]: Signal received: SIGTERM
Dec 31 01:52:42 andrew-pc sddm[553]: Greeter stopping...
Dec 31 01:52:42 andrew-pc sddm[553]: Socket server stopping...
Dec 31 01:52:42 andrew-pc sddm[553]: Socket server stopped.
Dec 31 01:52:42 andrew-pc sddm[553]: Display server stopping...
Dec 31 01:52:42 andrew-pc sddm[553]: Display server stopped.
Dec 31 01:52:42 andrew-pc sddm[553]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
Dec 31 01:52:42 andrew-pc sddm[553]: Greeter stopping...
Dec 31 01:52:42 andrew-pc sddm[553]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
Dec 31 01:52:42 andrew-pc systemd[1]: sddm.service: Succeeded.
Dec 31 01:52:42 andrew-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:42 andrew-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:42 andrew-pc sddm[1006]: Initializing...
Dec 31 01:52:42 andrew-pc sddm[1006]: Starting...
Dec 31 01:52:42 andrew-pc sddm[1006]: Logind interface found
Dec 31 01:52:42 andrew-pc sddm[1006]: Adding new display on vt 1 ...
Dec 31 01:52:42 andrew-pc sddm[1006]: Loading theme configuration from ""
Dec 31 01:52:42 andrew-pc sddm[1006]: Display server starting...
Dec 31 01:52:42 andrew-pc sddm[1006]: Adding cookie to "/var/run/sddm/{5051a336-2c5a-44c2-8d99-1d795fc1dd16}"
Dec 31 01:52:42 andrew-pc sddm[1006]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{5051a336-2c5a-44c2-8d99-1d795fc1dd16} -noreset -displayfd 17
Dec 31 01:52:43 andrew-pc sddm[1006]: Setting default cursor
Dec 31 01:52:43 andrew-pc sddm[1006]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Dec 31 01:52:43 andrew-pc sddm[1006]: Display server started.
Dec 31 01:52:43 andrew-pc sddm[1006]: Socket server starting...
Dec 31 01:52:43 andrew-pc sddm[1006]: Socket server started.
Dec 31 01:52:43 andrew-pc sddm[1006]: Loading theme configuration from "/usr/share/sddm/themes/We10XOS/theme.conf"
Dec 31 01:52:43 andrew-pc sddm[1006]: Greeter starting...
Dec 31 01:52:43 andrew-pc sddm-helper[1025]: [PAM] Starting...
Dec 31 01:52:43 andrew-pc audit[1025]: USER_AUTH pid=1025 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:43 andrew-pc audit[1025]: USER_ACCT pid=1025 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:43 andrew-pc audit[1025]: CRED_ACQ pid=1025 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:43 andrew-pc sddm-helper[1025]: [PAM] Authenticating...
Dec 31 01:52:43 andrew-pc sddm-helper[1025]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=967) by (uid=0)
Dec 31 01:52:43 andrew-pc sddm-helper[1025]: [PAM] returning.
Dec 31 01:52:43 andrew-pc kernel: audit: type=1100 audit(1609372363.263:84): pid=1025 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:43 andrew-pc kernel: audit: type=1101 audit(1609372363.263:85): pid=1025 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:43 andrew-pc kernel: audit: type=1103 audit(1609372363.263:86): pid=1025 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:43 andrew-pc systemd-logind[522]: New session c2 of user sddm.
Dec 31 01:52:43 andrew-pc systemd[1]: Started Session c2 of user sddm.
Dec 31 01:52:43 andrew-pc audit[1025]: USER_START pid=1025 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Dec 31 01:52:43 andrew-pc sddm[1006]: Greeter session started successfully
Dec 31 01:52:43 andrew-pc kernel: audit: type=1105 audit(1609372363.273:87): pid=1025 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Dec 31 01:52:43 andrew-pc sddm-greeter[1026]: High-DPI autoscaling not Enabled
Dec 31 01:52:43 andrew-pc sddm-greeter[1026]: Reading from "/usr/share/xsessions/plasma.desktop"
Dec 31 01:52:43 andrew-pc sddm-greeter[1026]: Loading theme configuration from "/usr/share/sddm/themes/We10XOS/theme.conf"
Dec 31 01:52:43 andrew-pc sddm-greeter[1026]: Connected to the daemon.
Dec 31 01:52:43 andrew-pc sddm-greeter[1026]: QFont::fromString: Invalid description '(empty)'
Dec 31 01:52:43 andrew-pc sddm[1006]: Message received from greeter: Connect
Dec 31 01:52:43 andrew-pc sddm-greeter[1026]: Loading file:///usr/share/sddm/themes/We10XOS/Main.qml...
Dec 31 01:52:43 andrew-pc sddm-greeter[1026]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:52:43 andrew-pc sddm-greeter[1026]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:52:43 andrew-pc sddm-greeter[1026]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:52:43 andrew-pc sddm-greeter[1026]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Dec 31 01:52:43 andrew-pc sddm-greeter[1026]: Icon theme "Tela" not found.
Dec 31 01:52:50 andrew-pc sddm-greeter[912]: QObject::connect: No such signal QDBusAbstractInterface::DeviceAdded(QString)
Dec 31 01:52:50 andrew-pc sddm-greeter[912]: QObject::connect: No such signal QDBusAbstractInterface::DeviceRemoved(QString)
Dec 31 01:52:50 andrew-pc dbus-daemon[517]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.29' (uid=967 pid=1026 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-RdkLqA")
Dec 31 01:52:52 andrew-pc polkitd[520]: Operator of unix-process:1033:3315 successfully authenticated as unix-user:andrew to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.31 [systemctl restart sddm] (owned by unix-user:andrew)
Dec 31 01:52:52 andrew-pc sddm[1006]: Signal received: SIGTERM
Dec 31 01:52:52 andrew-pc sddm[1006]: Greeter stopping...
Dec 31 01:52:52 andrew-pc sddm[1006]: Socket server stopping...
Dec 31 01:52:52 andrew-pc sddm[1006]: Socket server stopped.
Dec 31 01:52:52 andrew-pc sddm[1006]: Display server stopping...
Dec 31 01:52:52 andrew-pc sddm[1006]: Display server stopped.
Dec 31 01:52:52 andrew-pc sddm[1006]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
Dec 31 01:52:52 andrew-pc sddm[1006]: Greeter stopping...
Dec 31 01:52:52 andrew-pc sddm[1006]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
Dec 31 01:52:52 andrew-pc systemd[1]: sddm.service: Succeeded.
Dec 31 01:52:52 andrew-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:52 andrew-pc kernel: audit: type=1131 audit(1609372372.600:93): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:52 andrew-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:52 andrew-pc kernel: audit: type=1130 audit(1609372372.603:94): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:52 andrew-pc sddm[1046]: Initializing...
Dec 31 01:52:52 andrew-pc sddm[1046]: Starting...
Dec 31 01:52:52 andrew-pc sddm[1046]: Logind interface found
Dec 31 01:52:52 andrew-pc sddm[1046]: Adding new display on vt 1 ...
Dec 31 01:52:52 andrew-pc sddm[1046]: Loading theme configuration from ""
Dec 31 01:52:52 andrew-pc sddm[1046]: Display server starting...
Dec 31 01:52:52 andrew-pc sddm[1046]: Adding cookie to "/var/run/sddm/{410fd40a-8ecf-400c-9302-417a7d29a51f}"
Dec 31 01:52:52 andrew-pc sddm[1046]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{410fd40a-8ecf-400c-9302-417a7d29a51f} -noreset -displayfd 17
Dec 31 01:52:53 andrew-pc sddm[1046]: Setting default cursor
Dec 31 01:52:53 andrew-pc sddm[1046]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Dec 31 01:52:53 andrew-pc sddm[1046]: Display server started.
Dec 31 01:52:53 andrew-pc sddm[1046]: Socket server starting...
Dec 31 01:52:53 andrew-pc sddm[1046]: Socket server started.
Dec 31 01:52:53 andrew-pc sddm[1046]: Loading theme configuration from "/usr/share/sddm/themes/We10XOS/theme.conf"
Dec 31 01:52:53 andrew-pc sddm[1046]: Greeter starting...
Dec 31 01:52:53 andrew-pc sddm-helper[1065]: [PAM] Starting...
Dec 31 01:52:53 andrew-pc audit[1065]: USER_AUTH pid=1065 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:53 andrew-pc audit[1065]: USER_ACCT pid=1065 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:53 andrew-pc audit[1065]: CRED_ACQ pid=1065 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:53 andrew-pc sddm-helper[1065]: [PAM] Authenticating...
Dec 31 01:52:53 andrew-pc sddm-helper[1065]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=967) by (uid=0)
Dec 31 01:52:53 andrew-pc sddm-helper[1065]: [PAM] returning.
Dec 31 01:52:53 andrew-pc kernel: audit: type=1100 audit(1609372373.633:95): pid=1065 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:53 andrew-pc kernel: audit: type=1101 audit(1609372373.633:96): pid=1065 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:53 andrew-pc kernel: audit: type=1103 audit(1609372373.633:97): pid=1065 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:52:53 andrew-pc systemd-logind[522]: New session c3 of user sddm.
Dec 31 01:52:53 andrew-pc systemd[1]: Started Session c3 of user sddm.
Dec 31 01:52:53 andrew-pc audit[1065]: USER_START pid=1065 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Dec 31 01:52:53 andrew-pc sddm[1046]: Greeter session started successfully
Dec 31 01:52:53 andrew-pc sddm-greeter[1066]: High-DPI autoscaling not Enabled
Dec 31 01:52:53 andrew-pc sddm-greeter[1066]: Reading from "/usr/share/xsessions/plasma.desktop"
Dec 31 01:52:53 andrew-pc sddm-greeter[1066]: Loading theme configuration from "/usr/share/sddm/themes/We10XOS/theme.conf"
Dec 31 01:52:53 andrew-pc sddm-greeter[1066]: Connected to the daemon.
Dec 31 01:52:53 andrew-pc sddm-greeter[1066]: QFont::fromString: Invalid description '(empty)'
Dec 31 01:52:53 andrew-pc sddm[1046]: Message received from greeter: Connect
Dec 31 01:52:53 andrew-pc sddm-greeter[1066]: Loading file:///usr/share/sddm/themes/We10XOS/Main.qml...
Dec 31 01:52:53 andrew-pc sddm-greeter[1066]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:52:53 andrew-pc sddm-greeter[1066]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:52:53 andrew-pc sddm-greeter[1066]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:52:53 andrew-pc sddm-greeter[1066]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Dec 31 01:52:53 andrew-pc sddm-greeter[1066]: Icon theme "Tela" not found.
Dec 31 01:53:02 andrew-pc sddm[1046]: Signal received: SIGTERM
Dec 31 01:53:02 andrew-pc polkitd[520]: Operator of unix-process:1073:4310 successfully authenticated as unix-user:andrew to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.39 [systemctl restart sddm] (owned by unix-user:andrew)
Dec 31 01:53:02 andrew-pc sddm[1046]: Greeter stopping...
Dec 31 01:53:02 andrew-pc sddm[1046]: Socket server stopping...
Dec 31 01:53:02 andrew-pc sddm[1046]: Socket server stopped.
Dec 31 01:53:02 andrew-pc sddm[1046]: Display server stopping...
Dec 31 01:53:02 andrew-pc sddm[1046]: Display server stopped.
Dec 31 01:53:02 andrew-pc sddm[1046]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
Dec 31 01:53:02 andrew-pc sddm[1046]: Greeter stopping...
Dec 31 01:53:02 andrew-pc sddm[1046]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
Dec 31 01:53:02 andrew-pc systemd[1]: sddm.service: Succeeded.
Dec 31 01:53:02 andrew-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:02 andrew-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:02 andrew-pc kernel: audit: type=1131 audit(1609372382.442:101): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:02 andrew-pc kernel: audit: type=1130 audit(1609372382.442:102): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:02 andrew-pc sddm[1083]: Initializing...
Dec 31 01:53:02 andrew-pc sddm[1083]: Starting...
Dec 31 01:53:02 andrew-pc sddm[1083]: Logind interface found
Dec 31 01:53:02 andrew-pc sddm[1083]: Adding new display on vt 1 ...
Dec 31 01:53:02 andrew-pc sddm[1083]: Loading theme configuration from ""
Dec 31 01:53:02 andrew-pc sddm[1083]: Display server starting...
Dec 31 01:53:02 andrew-pc sddm[1083]: Adding cookie to "/var/run/sddm/{2a4c4f14-e746-4464-9919-35cdd3d99a10}"
Dec 31 01:53:02 andrew-pc sddm[1083]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{2a4c4f14-e746-4464-9919-35cdd3d99a10} -noreset -displayfd 17
Dec 31 01:53:03 andrew-pc sddm[1083]: Setting default cursor
Dec 31 01:53:03 andrew-pc sddm[1083]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Dec 31 01:53:03 andrew-pc sddm[1083]: Display server started.
Dec 31 01:53:03 andrew-pc sddm[1083]: Socket server starting...
Dec 31 01:53:03 andrew-pc sddm[1083]: Socket server started.
Dec 31 01:53:03 andrew-pc sddm[1083]: Loading theme configuration from "/usr/share/sddm/themes/We10XOS/theme.conf"
Dec 31 01:53:03 andrew-pc sddm[1083]: Greeter starting...
Dec 31 01:53:03 andrew-pc sddm-helper[1102]: [PAM] Starting...
Dec 31 01:53:03 andrew-pc audit[1102]: USER_AUTH pid=1102 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:03 andrew-pc audit[1102]: USER_ACCT pid=1102 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:03 andrew-pc audit[1102]: CRED_ACQ pid=1102 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:03 andrew-pc sddm-helper[1102]: [PAM] Authenticating...
Dec 31 01:53:03 andrew-pc sddm-helper[1102]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=967) by (uid=0)
Dec 31 01:53:03 andrew-pc sddm-helper[1102]: [PAM] returning.
Dec 31 01:53:03 andrew-pc kernel: audit: type=1100 audit(1609372383.542:103): pid=1102 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:03 andrew-pc kernel: audit: type=1101 audit(1609372383.542:104): pid=1102 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:03 andrew-pc kernel: audit: type=1103 audit(1609372383.542:105): pid=1102 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:03 andrew-pc systemd-logind[522]: New session c4 of user sddm.
Dec 31 01:53:03 andrew-pc systemd[1]: Started Session c4 of user sddm.
Dec 31 01:53:03 andrew-pc audit[1102]: USER_START pid=1102 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Dec 31 01:53:03 andrew-pc sddm[1083]: Greeter session started successfully
Dec 31 01:53:03 andrew-pc kernel: audit: type=1105 audit(1609372383.552:106): pid=1102 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Dec 31 01:53:03 andrew-pc sddm-greeter[1103]: High-DPI autoscaling not Enabled
Dec 31 01:53:03 andrew-pc sddm-greeter[1103]: Reading from "/usr/share/xsessions/plasma.desktop"
Dec 31 01:53:03 andrew-pc sddm-greeter[1103]: Loading theme configuration from "/usr/share/sddm/themes/We10XOS/theme.conf"
Dec 31 01:53:03 andrew-pc sddm-greeter[1103]: Connected to the daemon.
Dec 31 01:53:03 andrew-pc sddm-greeter[1103]: QFont::fromString: Invalid description '(empty)'
Dec 31 01:53:03 andrew-pc sddm[1083]: Message received from greeter: Connect
Dec 31 01:53:03 andrew-pc sddm-greeter[1103]: Loading file:///usr/share/sddm/themes/We10XOS/Main.qml...
Dec 31 01:53:03 andrew-pc sddm-greeter[1103]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:53:03 andrew-pc sddm-greeter[1103]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:53:03 andrew-pc sddm-greeter[1103]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:53:03 andrew-pc sddm-greeter[1103]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Dec 31 01:53:03 andrew-pc sddm-greeter[1103]: Icon theme "Tela" not found.
Dec 31 01:53:14 andrew-pc sddm[1083]: Signal received: SIGTERM
Dec 31 01:53:14 andrew-pc polkitd[520]: Operator of unix-process:1131:5583 successfully authenticated as unix-user:andrew to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.47 [systemctl restart sddm] (owned by unix-user:andrew)
Dec 31 01:53:14 andrew-pc sddm[1083]: Greeter stopping...
Dec 31 01:53:14 andrew-pc sddm[1083]: Socket server stopping...
Dec 31 01:53:14 andrew-pc sddm[1083]: Socket server stopped.
Dec 31 01:53:14 andrew-pc sddm[1083]: Display server stopping...
Dec 31 01:53:14 andrew-pc sddm[1083]: Display server stopped.
Dec 31 01:53:14 andrew-pc sddm[1083]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
Dec 31 01:53:14 andrew-pc sddm[1083]: Greeter stopping...
Dec 31 01:53:14 andrew-pc sddm[1083]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
Dec 31 01:53:14 andrew-pc systemd[1]: sddm.service: Succeeded.
Dec 31 01:53:14 andrew-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:14 andrew-pc systemd[1]: sddm.service: Start request repeated too quickly.
Dec 31 01:53:14 andrew-pc systemd[1]: sddm.service: Failed with result 'start-limit-hit'.
Dec 31 01:53:14 andrew-pc kernel: audit: type=1131 audit(1609372394.722:116): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:15 andrew-pc sddm-greeter[1026]: QObject::connect: No such signal QDBusAbstractInterface::DeviceAdded(QString)
Dec 31 01:53:15 andrew-pc sddm-greeter[1026]: QObject::connect: No such signal QDBusAbstractInterface::DeviceRemoved(QString)
Dec 31 01:53:15 andrew-pc sddm-greeter[912]: virtual QStringList Solid::Backends::UPower::UPowerManager::allDevices()  error:  "org.freedesktop.DBus.Error.NoReply"
Dec 31 01:53:15 andrew-pc dbus-daemon[517]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.29' (uid=967 pid=1026 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-RdkLqA")
Dec 31 01:53:15 andrew-pc sddm-greeter[912]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 31 01:53:15 andrew-pc sddm-greeter[912]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 31 01:53:15 andrew-pc sddm-greeter[912]: 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)
Dec 31 01:53:15 andrew-pc sddm-greeter[912]: 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)
Dec 31 01:53:15 andrew-pc sddm-greeter[912]: Could not initialize GLX
Dec 31 01:53:15 andrew-pc audit[912]: ANOM_ABEND auid=4294967295 uid=967 gid=967 ses=4294967295 subj==unconfined pid=912 comm="sddm-greeter" exe="/usr/bin/sddm-greeter" sig=6 res=1
Dec 31 01:53:15 andrew-pc systemd-coredump[1155]: Process 912 (sddm-greeter) of user 967 dumped core.
Dec 31 01:53:25 andrew-pc sddm-greeter[1103]: QObject::connect: No such signal QDBusAbstractInterface::DeviceAdded(QString)
Dec 31 01:53:25 andrew-pc sddm-greeter[1066]: QObject::connect: No such signal QDBusAbstractInterface::DeviceAdded(QString)
Dec 31 01:53:25 andrew-pc sddm-greeter[1103]: QObject::connect: No such signal QDBusAbstractInterface::DeviceRemoved(QString)
Dec 31 01:53:25 andrew-pc sddm-greeter[1066]: QObject::connect: No such signal QDBusAbstractInterface::DeviceRemoved(QString)
Dec 31 01:53:25 andrew-pc sddm-greeter[1026]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 31 01:53:25 andrew-pc sddm-greeter[1026]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 31 01:53:25 andrew-pc sddm-greeter[1026]: 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)
Dec 31 01:53:25 andrew-pc audit[1026]: ANOM_ABEND auid=4294967295 uid=967 gid=967 ses=4294967295 subj==unconfined pid=1026 comm="sddm-greeter" exe="/usr/bin/sddm-greeter" sig=6 res=1
Dec 31 01:53:25 andrew-pc sddm-greeter[1026]: 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)
Dec 31 01:53:25 andrew-pc sddm-greeter[1026]: Could not initialize GLX
Dec 31 01:53:25 andrew-pc kernel: audit: type=1701 audit(1609372405.130:125): auid=4294967295 uid=967 gid=967 ses=4294967295 subj==unconfined pid=1026 comm="sddm-greeter" exe="/usr/bin/sddm-greeter" sig=6 res=1
Dec 31 01:53:25 andrew-pc kernel: audit: type=1701 audit(1609372405.137:126): auid=4294967295 uid=967 gid=967 ses=4294967295 subj==unconfined pid=1103 comm="sddm-greeter" exe="/usr/bin/sddm-greeter" sig=6 res=1
Dec 31 01:53:25 andrew-pc audit[1103]: ANOM_ABEND auid=4294967295 uid=967 gid=967 ses=4294967295 subj==unconfined pid=1103 comm="sddm-greeter" exe="/usr/bin/sddm-greeter" sig=6 res=1
Dec 31 01:53:25 andrew-pc sddm-greeter[1103]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 31 01:53:25 andrew-pc sddm-greeter[1103]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 31 01:53:25 andrew-pc sddm-greeter[1103]: 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)
Dec 31 01:53:25 andrew-pc sddm-greeter[1103]: 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)
Dec 31 01:53:25 andrew-pc sddm-greeter[1103]: Could not initialize GLX
Dec 31 01:53:25 andrew-pc sddm-greeter[1066]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 31 01:53:25 andrew-pc sddm-greeter[1066]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 31 01:53:25 andrew-pc sddm-greeter[1066]: 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)
Dec 31 01:53:25 andrew-pc audit[1066]: ANOM_ABEND auid=4294967295 uid=967 gid=967 ses=4294967295 subj==unconfined pid=1066 comm="sddm-greeter" exe="/usr/bin/sddm-greeter" sig=6 res=1
Dec 31 01:53:25 andrew-pc sddm-greeter[1066]: 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)
Dec 31 01:53:25 andrew-pc sddm-greeter[1066]: Could not initialize GLX
Dec 31 01:53:25 andrew-pc kernel: audit: type=1701 audit(1609372405.147:133): auid=4294967295 uid=967 gid=967 ses=4294967295 subj==unconfined pid=1066 comm="sddm-greeter" exe="/usr/bin/sddm-greeter" sig=6 res=1
Dec 31 01:53:25 andrew-pc systemd-coredump[1219]: Process 1103 (sddm-greeter) of user 967 dumped core.
Dec 31 01:53:25 andrew-pc systemd-coredump[1222]: Process 1066 (sddm-greeter) of user 967 dumped core.
Dec 31 01:53:25 andrew-pc systemd-coredump[1217]: Process 1026 (sddm-greeter) of user 967 dumped core.
Dec 31 01:53:34 andrew-pc kernel: audit: type=1130 audit(1609372414.248:148): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:34 andrew-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:34 andrew-pc polkitd[520]: Operator of unix-process:1239:7526 successfully authenticated as unix-user:andrew to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.51 [systemctl restart sddm] (owned by unix-user:andrew)
Dec 31 01:53:34 andrew-pc sddm[1248]: Initializing...
Dec 31 01:53:34 andrew-pc sddm[1248]: Starting...
Dec 31 01:53:34 andrew-pc sddm[1248]: Logind interface found
Dec 31 01:53:34 andrew-pc sddm[1248]: Adding new display on vt 1 ...
Dec 31 01:53:34 andrew-pc sddm[1248]: Loading theme configuration from ""
Dec 31 01:53:34 andrew-pc sddm[1248]: Display server starting...
Dec 31 01:53:34 andrew-pc sddm[1248]: Adding cookie to "/var/run/sddm/{1c9565c1-634b-4908-8fde-efab7d574704}"
Dec 31 01:53:34 andrew-pc sddm[1248]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{1c9565c1-634b-4908-8fde-efab7d574704} -noreset -displayfd 17
Dec 31 01:53:35 andrew-pc systemd[900]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Dec 31 01:53:36 andrew-pc sddm[1248]: Setting default cursor
Dec 31 01:53:36 andrew-pc sddm[1248]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Dec 31 01:53:36 andrew-pc sddm[1248]: Display server started.
Dec 31 01:53:36 andrew-pc sddm[1248]: Socket server starting...
Dec 31 01:53:36 andrew-pc sddm[1248]: Socket server started.
Dec 31 01:53:36 andrew-pc sddm[1248]: Loading theme configuration from "/usr/share/sddm/themes/We10XOS/theme.conf"
Dec 31 01:53:36 andrew-pc sddm[1248]: Greeter starting...
Dec 31 01:53:36 andrew-pc sddm-helper[1272]: [PAM] Starting...
Dec 31 01:53:36 andrew-pc audit[1272]: USER_AUTH pid=1272 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:36 andrew-pc audit[1272]: USER_ACCT pid=1272 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:36 andrew-pc audit[1272]: CRED_ACQ pid=1272 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:36 andrew-pc sddm-helper[1272]: [PAM] Authenticating...
Dec 31 01:53:36 andrew-pc sddm-helper[1272]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=967) by (uid=0)
Dec 31 01:53:36 andrew-pc sddm-helper[1272]: [PAM] returning.
Dec 31 01:53:36 andrew-pc kernel: audit: type=1100 audit(1609372416.177:151): pid=1272 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:36 andrew-pc kernel: audit: type=1101 audit(1609372416.177:152): pid=1272 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:36 andrew-pc kernel: audit: type=1103 audit(1609372416.177:153): pid=1272 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:36 andrew-pc systemd-logind[522]: New session c5 of user sddm.
Dec 31 01:53:36 andrew-pc audit[1274]: USER_ACCT pid=1274 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:36 andrew-pc audit[1274]: CRED_ACQ pid=1274 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Dec 31 01:53:36 andrew-pc systemd[1274]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Dec 31 01:53:36 andrew-pc systemd[1274]: pam_unix(systemd-user:session): session opened for user sddm(uid=967) by (uid=0)
Dec 31 01:53:36 andrew-pc audit[1274]: USER_START pid=1274 uid=0 auid=967 ses=4 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:36 andrew-pc kernel: audit: type=1101 audit(1609372416.193:155): pid=1274 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:36 andrew-pc systemd[1]: Started Session c5 of user sddm.
Dec 31 01:53:36 andrew-pc audit[1272]: USER_START pid=1272 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Dec 31 01:53:36 andrew-pc sddm[1248]: Greeter session started successfully
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: High-DPI autoscaling not Enabled
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: Reading from "/usr/share/xsessions/plasma.desktop"
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: Loading theme configuration from "/usr/share/sddm/themes/We10XOS/theme.conf"
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: Connected to the daemon.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: QFont::fromString: Invalid description '(empty)'
Dec 31 01:53:36 andrew-pc sddm[1248]: Message received from greeter: Connect
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: Loading file:///usr/share/sddm/themes/We10XOS/Main.qml...
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: QObject: Cannot create children for a parent that is in a different thread.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: Icon theme "Tela" not found.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:453:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/VirtualKeyboard.qml:22:1: Type InputPanel unavailable
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: qrc:/QtQuick/VirtualKeyboard/content/InputPanel.qml:127:5: Type Keyboard unavailable
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: qrc:/QtQuick/VirtualKeyboard/content/components/Keyboard.qml:38:1: module "QtQuick.VirtualKeyboard.Plugins" is not installed
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:116:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:125:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:125:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:83:13: Unable to assign [undefined] to QString
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:75: TypeError: Cannot read property 'text' of undefined
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:74:9: Unable to assign [undefined] to QString
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:179:13: Unable to assign [undefined] to QString
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:178:13: Unable to assign [undefined] to int
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:125:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: Adding view for "DP-4" QRect(1920,0 1920x1080)
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: Loading file:///usr/share/sddm/themes/We10XOS/Main.qml...
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:453:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/VirtualKeyboard.qml:22:1: Type InputPanel unavailable
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: qrc:/QtQuick/VirtualKeyboard/content/InputPanel.qml:127:5: Type Keyboard unavailable
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: qrc:/QtQuick/VirtualKeyboard/content/components/Keyboard.qml:38:1: module "QtQuick.VirtualKeyboard.Plugins" is not installed
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:116:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:125:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:125:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:83:13: Unable to assign [undefined] to QString
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:75: TypeError: Cannot read property 'text' of undefined
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:74:9: Unable to assign [undefined] to QString
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:179:13: Unable to assign [undefined] to QString
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:178:13: Unable to assign [undefined] to int
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:125:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: Adding view for "DP-0" QRect(0,0 1920x1080)
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:125:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: <input>:406:376: Could not add child element to parent element because the types are incorrect.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: <input>:407:130: Could not add child element to parent element because the types are incorrect.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: <input>:408:130: Could not add child element to parent element because the types are incorrect.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: <input>:408:393: Could not add child element to parent element because the types are incorrect.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: <input>:409:130: Could not add child element to parent element because the types are incorrect.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: <input>:410:129: Could not add child element to parent element because the types are incorrect.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: <input>:411:129: Could not add child element to parent element because the types are incorrect.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: <input>:412:129: Could not add child element to parent element because the types are incorrect.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: <input>:413:129: Could not add child element to parent element because the types are incorrect.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: <input>:413:379: Could not add child element to parent element because the types are incorrect.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: <input>:413:631: Could not add child element to parent element because the types are incorrect.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:125:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: Message received from daemon: Capabilities
Dec 31 01:53:36 andrew-pc sddm-greeter[1285]: Message received from daemon: HostName
Dec 31 01:53:39 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Login.qml:125:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: Reading from "/usr/share/xsessions/plasma.desktop"
Dec 31 01:53:40 andrew-pc sddm[1248]: Message received from greeter: Login
Dec 31 01:53:40 andrew-pc sddm[1248]: Reading from "/usr/share/xsessions/plasma.desktop"
Dec 31 01:53:40 andrew-pc sddm[1248]: Reading from "/usr/share/xsessions/plasma.desktop"
Dec 31 01:53:40 andrew-pc sddm[1248]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startplasma-x11"
Dec 31 01:53:40 andrew-pc sddm-helper[1296]: [PAM] Starting...
Dec 31 01:53:40 andrew-pc sddm-helper[1296]: [PAM] Authenticating...
Dec 31 01:53:40 andrew-pc sddm-helper[1296]: [PAM] Preparing to converse...
Dec 31 01:53:40 andrew-pc sddm-helper[1296]: [PAM] Conversation with 1 messages
Dec 31 01:53:40 andrew-pc sddm-helper[1296]: pam_kwallet5(sddm:auth): (null): pam_sm_authenticate
Dec 31 01:53:40 andrew-pc audit[1296]: USER_AUTH pid=1296 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="andrew" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:40 andrew-pc sddm-helper[1296]: [PAM] returning.
Dec 31 01:53:40 andrew-pc dbus-daemon[517]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.61' (uid=0 pid=1296 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth0")
Dec 31 01:53:40 andrew-pc sddm-helper[1296]: pam_systemd_home(sddm:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Dec 31 01:53:40 andrew-pc audit[1296]: USER_ACCT pid=1296 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="andrew" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:40 andrew-pc sddm[1248]: Authenticated successfully
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: Message received from daemon: LoginSucceeded
Dec 31 01:53:40 andrew-pc sddm-helper[1296]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Dec 31 01:53:40 andrew-pc audit[1296]: CRED_ACQ pid=1296 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="andrew" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:40 andrew-pc kernel: audit: type=1100 audit(1609372420.292:163): pid=1296 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="andrew" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:40 andrew-pc kernel: audit: type=1101 audit(1609372420.292:164): pid=1296 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="andrew" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:40 andrew-pc kernel: audit: type=1103 audit(1609372420.292:165): pid=1296 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="andrew" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Dec 31 01:53:40 andrew-pc sddm-helper[1296]: pam_unix(sddm:session): session opened for user andrew(uid=1000) by (uid=0)
Dec 31 01:53:40 andrew-pc sddm-helper[1296]: pam_env(sddm:session): deprecated reading of user environment enabled
Dec 31 01:53:40 andrew-pc sddm-helper[1296]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:421: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/Battery.qml:27: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:157: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/SessionManagementScreen.qml:84: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/SessionManagementScreen.qml:114: TypeError: Cannot read property 'largeSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/SessionManagementScreen.qml:100: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/SessionManagementScreen.qml:101: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/SessionManagementScreen.qml:91: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserList.qml:25: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserList.qml:26: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:38: TypeError: Cannot read property 'iconSizes' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:101: TypeError: Cannot read property 'iconSizes' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:36: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:38: TypeError: Cannot read property 'iconSizes' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:101: TypeError: Cannot read property 'iconSizes' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:36: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:38: TypeError: Cannot read property 'iconSizes' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:101: TypeError: Cannot read property 'iconSizes' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:36: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserDelegate.qml:103: TypeError: Cannot read property 'largeSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserDelegate.qml:44: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserDelegate.qml:69: TypeError: Cannot read property 'largeSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserDelegate.qml:95: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserDelegate.qml:75: TypeError: Cannot read property 'longDuration' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserDelegate.qml:50: TypeError: Cannot read property 'longDuration' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:241: TypeError: Cannot read property 'longDuration' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:426: TypeError: Cannot read property 'longDuration' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:421: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/Battery.qml:27: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:157: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/SessionManagementScreen.qml:84: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/SessionManagementScreen.qml:114: TypeError: Cannot read property 'largeSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/SessionManagementScreen.qml:100: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/SessionManagementScreen.qml:101: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/SessionManagementScreen.qml:91: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserList.qml:25: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserList.qml:26: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:38: TypeError: Cannot read property 'iconSizes' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:101: TypeError: Cannot read property 'iconSizes' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:36: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:38: TypeError: Cannot read property 'iconSizes' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:101: TypeError: Cannot read property 'iconSizes' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:36: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:38: TypeError: Cannot read property 'iconSizes' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:101: TypeError: Cannot read property 'iconSizes' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:36: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserDelegate.qml:103: TypeError: Cannot read property 'largeSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserDelegate.qml:44: TypeError: Cannot read property 'smallSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserDelegate.qml:69: TypeError: Cannot read property 'largeSpacing' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserDelegate.qml:95: TypeError: Cannot read property 'gridUnit' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserDelegate.qml:75: TypeError: Cannot read property 'longDuration' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/components/UserDelegate.qml:50: TypeError: Cannot read property 'longDuration' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:241: TypeError: Cannot read property 'longDuration' of null
Dec 31 01:53:40 andrew-pc sddm-greeter[1285]: file:///usr/share/sddm/themes/We10XOS/Main.qml:426: TypeError: Cannot read property 'longDuration' of null
Dec 31 01:53:40 andrew-pc sddm-helper[1299]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Dec 31 01:53:40 andrew-pc audit[1296]: USER_START pid=1296 uid=0 auid=1000 ses=5 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_kwallet5 acct="andrew" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Dec 31 01:53:40 andrew-pc sddm-helper[1296]: Starting: "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Dec 31 01:53:40 andrew-pc kernel: audit: type=1105 audit(1609372420.362:167): pid=1296 uid=0 auid=1000 ses=5 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_kwallet5 acct="andrew" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Dec 31 01:53:40 andrew-pc sddm-helper[1301]: Adding cookie to "/home/andrew/.Xauthority"
Dec 31 01:53:40 andrew-pc sddm[1248]: Session started
Dec 31 01:53:40 andrew-pc sddm-helper[1272]: [PAM] Closing session
Dec 31 01:53:40 andrew-pc sddm-helper[1272]: pam_unix(sddm-greeter:session): session closed for user sddm
Dec 31 01:53:40 andrew-pc audit[1272]: USER_END pid=1272 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Dec 31 01:53:40 andrew-pc audit[1272]: CRED_DISP pid=1272 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Dec 31 01:53:40 andrew-pc sddm-helper[1272]: [PAM] Ended.
Dec 31 01:53:40 andrew-pc sddm[1248]: Auth: sddm-helper exited successfully
Dec 31 01:53:40 andrew-pc sddm[1248]: Greeter stopped.
Dec 31 01:53:40 andrew-pc kernel: audit: type=1106 audit(1609372420.412:168): pid=1272 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Dec 31 01:53:40 andrew-pc kernel: audit: type=1104 audit(1609372420.412:169): pid=1272 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Dec 31 01:53:50 andrew-pc systemd[1275]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]

Oh and another thing that might be worth to mention, I’ve tried startx command after fixing ~/.xinitrc by changing this line:

DEFAULT_SESSION=startkde

into this:

DEFAULT_SESSION=startplasma-x11

and it seems to launch into the desktop straight away with no waiting required for sddm. Weird that after I do that and change into the first session (the default one), restarting sddm works immediatly with no need to wait for a minute before it works.
I have no clue why all of this is happening, but I guess it might be related to either the nvidia drivers or my unscheduled BIOS reset.

My system info:

System:
  Kernel: 5.10.2-2-MANJARO x86_64 bits: 64 compiler: gcc v: 10.2.0 
  parameters: BOOT_IMAGE=/boot/vmlinuz-5.10-x86_64 
  root=UUID=5284f225-6937-48de-84cb-c222b8c22912 rw quiet apparmor=1 
  security=apparmor udev.log_priority=3 
  Desktop: KDE Plasma 5.20.4 tk: Qt 5.15.2 wm: kwin_x11 dm: LightDM, SDDM 
  Distro: Manjaro Linux 
Machine:
  Type: Desktop Mobo: Gigabyte model: X570 GAMING X v: x.x serial: <filter> 
  UEFI [Legacy]: American Megatrends v: F12e date: 03/06/2020 
CPU:
  Info: 8-Core model: AMD Ryzen 7 3700X bits: 64 type: MT MCP arch: Zen 2 
  family: 17 (23) model-id: 71 (113) stepping: N/A microcode: 8701013 
  L2 cache: 4 MiB 
  flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm 
  bogomips: 115024 
  Speed: 2195 MHz min/max: 2200/3600 MHz boost: enabled Core speeds (MHz): 
  1: 2195 2: 2199 3: 2194 4: 2195 5: 2194 6: 2185 7: 2196 8: 2194 9: 2191 
  10: 2196 11: 2195 12: 2193 13: 2191 14: 2190 15: 2186 16: 2196 
  Vulnerabilities: Type: itlb_multihit status: Not affected 
  Type: l1tf status: Not affected 
  Type: mds status: Not affected 
  Type: meltdown status: Not affected 
  Type: spec_store_bypass 
  mitigation: Speculative Store Bypass disabled via prctl and seccomp 
  Type: spectre_v1 
  mitigation: usercopy/swapgs barriers and __user pointer sanitization 
  Type: spectre_v2 mitigation: Full AMD retpoline, IBPB: conditional, STIBP: 
  conditional, RSB filling 
  Type: srbds status: Not affected 
  Type: tsx_async_abort status: Not affected 
Graphics:
  Device-1: NVIDIA TU106 [GeForce RTX 2060 SUPER] vendor: Gigabyte 
  driver: nvidia v: 455.45.01 alternate: nouveau,nvidia_drm bus ID: 07:00.0 
  chip ID: 10de:1f06 
  Display: x11 server: X.Org 1.20.10 compositor: kwin_x11 driver: nvidia 
  display ID: :0 screens: 1 
  Screen-1: 0 s-res: 3840x1080 s-dpi: 92 s-size: 1060x301mm (41.7x11.9") 
  s-diag: 1102mm (43.4") 
  Monitor-1: DP-0 res: 1920x1080 dpi: 92 size: 531x299mm (20.9x11.8") 
  diag: 609mm (24") 
  Monitor-2: DP-4 res: 1920x1080 dpi: 93 size: 527x296mm (20.7x11.7") 
  diag: 604mm (23.8") 
  OpenGL: renderer: GeForce RTX 2060 SUPER/PCIe/SSE2 v: 4.6.0 NVIDIA 455.45.01 
  direct render: Yes 
Audio:
  Device-1: NVIDIA TU106 High Definition Audio vendor: Gigabyte 
  driver: snd_hda_intel v: kernel bus ID: 07:00.1 chip ID: 10de:10f9 
  Device-2: AMD Starship/Matisse HD Audio vendor: Gigabyte 
  driver: snd_hda_intel v: kernel bus ID: 09:00.4 chip ID: 1022:1487 
  Sound Server: ALSA v: k5.10.2-2-MANJARO 
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
  vendor: Gigabyte driver: r8169 v: kernel port: f000 bus ID: 03:00.0 
  chip ID: 10ec:8168 
  IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: <filter> 
Drives:
  Local Storage: total: 447.15 GiB used: 50.03 GiB (11.2%) 
  SMART Message: Unable to run smartctl. Root privileges required. 
  ID-1: /dev/sda maj-min: 8:0 vendor: Kingston model: SV300S37A120G 
  size: 111.79 GiB block size: physical: 512 B logical: 512 B speed: 6.0 Gb/s 
  serial: <filter> rev: BBF0 
  ID-2: /dev/sdb maj-min: 8:16 vendor: Patriot model: Blast size: 111.79 GiB 
  block size: physical: 512 B logical: 512 B speed: 6.0 Gb/s serial: <filter> 
  rev: 12.2 
  ID-3: /dev/sdc maj-min: 8:32 vendor: Kingston model: SA400S37240G 
  size: 223.57 GiB block size: physical: 512 B logical: 512 B speed: 6.0 Gb/s 
  serial: <filter> rev: 5A 
Partition:
  ID-1: / raw size: 60.64 GiB size: 59.44 GiB (98.02%) used: 50.03 GiB (84.2%) 
  fs: ext4 dev: /dev/sdb2 maj-min: 8:18 
Swap:
  Alert: No Swap data was found. 
Sensors:
  System Temperatures: cpu: 52.8 C mobo: 16.8 C gpu: nvidia temp: 43 C 
  Fan Speeds (RPM): N/A gpu: nvidia fan: 19% 
Info:
  Processes: 353 Uptime: 1h 06m wakeups: 0 Memory: 15.64 GiB 
  used: 5.14 GiB (32.9%) Init: systemd v: 247 target: graphical.target 
  Compilers: gcc: 10.2.0 Packages: pacman: 1426 lib: 392 flatpak: 0 
  Shell: fish v: 3.1.2 running in: konsole inxi: 3.2.01 

Never mind, problem fixed by itself the next day. No more BIOS hang for 5 seconds before BIOS splash image and therefore I got no sddm hang anymore. Hell if I know why this is related to the BIOS.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.