You are not logged in.

#1 2021-05-22 04:27:50

Bruce1956
Member
Registered: 2015-03-08
Posts: 83

[SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Hi folks,
I am running Archlinux with KDE. I ran sudo pacman -Syu a few months ago, and was no longer able to access the internet via wifi. With my multi-boot system, I am able to access wifi just fine in the same computer when running Kubuntu or Windows10, so I know it's not a hardware issue. Checking my journald.log gave me the following:

7/2/20 2:30 PM plasmashell qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/PopupDialog.qml:126:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }

I waited several days and just did another pacman update, hoping something would be fixed, but no. Also, there doesn't seem to be the general uproar on the archlinux.org forum that something like this generates, so apparently it isn't affecting many others.

I tried disabling NetworkManager.service and wpa_supplicant.service, then enabling and starting each separately without the other, then back to both, which I believe is what I had previous to this issue. No combination seems to work.

I select one of my wifi SSID's, the Network Manager plasma app pauses for several seconds, then goes back to showing me the SSID choices available without connecting.

The following sequence keeps cycling in journald.log:

7/2/20 2:53 PM NetworkManager <info> [1593726812.7491] device (wlan0): set-hw-addr: set MAC address to 06:FD:BA:54:1F:C9 (scanning)
7/2/20 2:53 PM NetworkManager <info> [1593726812.8231] device (wlan0): supplicant interface state: inactive -> disconnected
7/2/20 2:53 PM NetworkManager <info> [1593726812.8231] device (p2p-dev-wlan0): supplicant management interface state: inactive -> disconnected
7/2/20 2:53 PM NetworkManager <info> [1593726812.8287] device (wlan0): supplicant interface state: disconnected -> inactive
7/2/20 2:53 PM NetworkManager <info> [1593726812.8288] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive

This despite the following:

systemctl status wpa_supplicant.service
● wpa_supplicant.service - WPA supplicant
Loaded: loaded (/usr/lib/systemd/system/wpa_supplicant.service; enabled; vendor preset: disabled)
Active: active (running) since Thu 2020-07-02 14:20:20 MST; 25min ago
Main PID: 392 (wpa_supplicant)
Tasks: 1 (limit: 9370)
Memory: 5.6M
CGroup: /system.slice/wpa_supplicant.service
└─392 /usr/bin/wpa_supplicant -u -s -O /run/wpa_supplicant
Jul 02 14:20:20 archlinux-lenovo-g780 systemd[1]: Starting WPA supplicant...
Jul 02 14:20:20 archlinux-lenovo-g780 wpa_supplicant[392]: Successfully initialized wpa_supplicant
Jul 02 14:20:20 archlinux-lenovo-g780 systemd[1]: Started WPA supplicant.
Jul 02 14:25:09 archlinux-lenovo-g780 wpa_supplicant[392]: wlan0: Reject scan trigger since one is already pending
Jul 02 14:25:19 archlinux-lenovo-g780 wpa_supplicant[392]: wlan0: Reject scan trigger since one is already pending
Jul 02 14:26:00 archlinux-lenovo-g780 wpa_supplicant[392]: wlan0: Reject scan trigger since one is already pending
Jul 02 14:31:00 archlinux-lenovo-g780 wpa_supplicant[392]: wlan0: Reject scan trigger since one is already pending
Jul 02 14:31:52 archlinux-lenovo-g780 wpa_supplicant[392]: wlan0: Reject scan trigger since one is already pending

Hoping someone here can help!

Thanks in advance,

Bruce

Last edited by Bruce1956 (2021-08-31 21:45:44)

Offline

#2 2021-05-22 14:42:17

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,420

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

All of this reads like multiple conflicting services started, what's your output for

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

If you intend on using NetworManager it should be the only network related systemd service that's enabled, it will pull in and invoke dependencies like wpa_supplicant itself.

Online

#3 2021-05-24 17:31:45

Bruce1956
Member
Registered: 2015-03-08
Posts: 83

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Hi V1del,

Thanks for the reply.  Sorry for the delay in responding.  Here's the output you requested:

bruce@bruce-kubuntu:~$ find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
accounts-daemon.service                  | graphical.target.wants
acpid.path                               | paths.target.wants
acpid.socket                             | sockets.target.wants
anacron.service                          | multi-user.target.wants
anacron.timer                            | timers.target.wants
apparmor.service                         | sysinit.target.wants
appmenu-gtk-module.service               | gnome-session.target.wants
appmenu-gtk-module.service               | mate-session.target.wants
appmenu-gtk-module.service               | xfce-session.target.wants
apport-autoreport.path                   | paths.target.wants
apport-forward.socket                    | sockets.target.wants
apt-daily.timer                          | timers.target.wants
apt-daily-upgrade.timer                  | timers.target.wants
avahi-daemon.service                     | multi-user.target.wants
avahi-daemon.socket                      | sockets.target.wants
bluetooth.service                        | bluetooth.target.wants
console-setup.service                    | multi-user.target.wants
cron.service                             | multi-user.target.wants
cups-browsed.service                     | multi-user.target.wants
cups.path                                | multi-user.target.wants
cups.service                             | printer.target.wants
cups.socket                              | sockets.target.wants
dbus-fi.w1.wpa_supplicant1.service       | system
dbus-org.bluez.service                   | system
dbus-org.freedesktop.Avahi.service       | system
dbus-org.freedesktop.ModemManager1.service | system
dbus-org.freedesktop.nm-dispatcher.service | system
dbus-org.freedesktop.resolve1.service    | system
dbus-org.freedesktop.thermald.service    | system
dbus-org.freedesktop.timesync1.service   | system
dirmngr.socket                           | sockets.target.wants
display-manager.service                  | system
dmesg.service                            | multi-user.target.wants
e2scrub_all.timer                        | timers.target.wants
e2scrub_reap.service                     | default.target.wants
fstrim.timer                             | timers.target.wants
fwupd-refresh.timer                      | timers.target.wants
getty@tty1.service                       | getty.target.wants
gpg-agent-browser.socket                 | sockets.target.wants
gpg-agent-extra.socket                   | sockets.target.wants
gpg-agent.socket                         | sockets.target.wants
gpg-agent-ssh.socket                     | sockets.target.wants
gpu-manager.service                      | display-manager.service.wants
gpu-manager.service                      | oem-config.service.wants
grub-initrd-fallback.service             | sysinit.target.wants
haveged.service                          | default.target.wants
irqbalance.service                       | multi-user.target.wants
kerneloops.service                       | multi-user.target.wants
keyboard-setup.service                   | sysinit.target.wants
lm-sensors.service                       | multi-user.target.wants
logrotate.timer                          | timers.target.wants
man-db.timer                             | timers.target.wants
ModemManager.service                     | multi-user.target.wants
motd-news.timer                          | timers.target.wants
mpd.service                              | default.target.wants
mpd.service                              | multi-user.target.wants
mpd.socket                               | sockets.target.wants
mpd.socket                               | sockets.target.wants
networkd-dispatcher.service              | multi-user.target.wants
NetworkManager.service                   | multi-user.target.wants
NetworkManager-wait-online.service       | network-online.target.wants
ondemand.service                         | multi-user.target.wants
pk-debconf-helper.socket                 | sockets.target.wants
pppd-dns.service                         | multi-user.target.wants
pulseaudio.service                       | default.target.wants
pulseaudio.socket                        | sockets.target.wants
remote-fs.target                         | multi-user.target.wants
rsync.service                            | multi-user.target.wants
rsyslog.service                          | multi-user.target.wants
secureboot-db.service                    | multi-user.target.wants
setvtrgb.service                         | sysinit.target.wants
snap-core18-1997.mount                   | multi-user.target.wants
snap-core18-2066.mount                   | multi-user.target.wants
snap-core20-1026.mount                   | multi-user.target.wants
snap-core20-975.mount                    | multi-user.target.wants
snapd.apparmor.service                   | multi-user.target.wants
snapd.autoimport.service                 | multi-user.target.wants
snapd.core-fixup.service                 | multi-user.target.wants
snapd.recovery-chooser-trigger.service   | multi-user.target.wants
snapd.seeded.service                     | cloud-final.service.wants
snapd.seeded.service                     | multi-user.target.wants
snapd.service                            | multi-user.target.wants
snapd.snap-repair.timer                  | timers.target.wants
snapd.socket                             | sockets.target.wants
snapd.system-shutdown.service            | final.target.wants
snap-gnome\x2d3\x2d28\x2d1804-128.mount  | multi-user.target.wants
snap-gnome\x2d3\x2d28\x2d1804-145.mount  | multi-user.target.wants
snap-gtk\x2dcommon\x2dthemes-1514.mount  | multi-user.target.wants
snap-gtk\x2dcommon\x2dthemes-1515.mount  | multi-user.target.wants
snap-kdenlive-24.mount                   | multi-user.target.wants
snap-kdenlive-26.mount                   | multi-user.target.wants
snap-kde\x2dframeworks\x2d5\x2dqt\x2d5\x2d14\x2dcore18-4.mount | multi-user.target.wants
snap-kde\x2dframeworks\x2d5\x2dqt\x2d5\x2d15\x2dcore20-14.mount | multi-user.target.wants
snap-openboardview-54.mount              | multi-user.target.wants
snap-openboardview-8.mount               | multi-user.target.wants
snap-snapd-11588.mount                   | multi-user.target.wants
snap-snapd-11841.mount                   | multi-user.target.wants
spice-vdagentd.service                   | spice-vdagentd.target.wants
spice-vdagentd.socket                    | sockets.target.wants
syslog.service                           | system
systemd-pstore.service                   | sysinit.target.wants
systemd-resolved.service                 | multi-user.target.wants
systemd-timesyncd.service                | sysinit.target.wants
thermald.service                         | multi-user.target.wants
ua-messaging.timer                       | timers.target.wants
ua-reboot-cmds.service                   | multi-user.target.wants
udisks2.service                          | graphical.target.wants
ufw.service                              | multi-user.target.wants
unattended-upgrades.service              | multi-user.target.wants
uuidd.socket                             | sockets.target.wants
whoopsie.service                         | multi-user.target.wants
wpa_supplicant.service                   | multi-user.target.wants

Thanks again,

Bruce

Offline

#4 2021-05-24 17:58:05

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,420

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

you should definitely disable and stop wpa_supplicant.service

systemctl disable wpa_supplicant.service --now

and there are also some other services that while not necessarily contributing I wonder why they are enabled and whether this is intentional on your side like pppd-dns.service and ModemManager (could be needed if you actually need to use a SIM card for internet access and a whole lot of other random stuff, though I suspect most of those come from snapd.

Online

#5 2021-05-24 19:40:09

Bruce1956
Member
Registered: 2015-03-08
Posts: 83

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Okay, I did that.  I also disabled everything I saw that mentioned anything network related:

dbus-org.freedesktop.nm-dispatcher.service
dbus-fi.wl.wpa_supplicant1.service
NetworkManager-wait-online.service
ModemManager.service
dhcpcd.service

This leaves the following when I invoke the find command you suggested:

avahi-daemon.service                     | multi-user.target.wants
avahi-daemon.socket                      | sockets.target.wants
bluetooth.service                        | bluetooth.target.wants
cups-browsed.service                     | multi-user.target.wants
dbus-org.bluez.service                   | system
dbus-org.freedesktop.Avahi.service       | system
dirmngr.socket                           | sockets.target.wants
display-manager.service                  | system
getty@tty1.service                       | getty.target.wants
gpg-agent-browser.socket                 | sockets.target.wants
gpg-agent-extra.socket                   | sockets.target.wants
gpg-agent.socket                         | sockets.target.wants
gpg-agent-ssh.socket                     | sockets.target.wants
NetworkManager.service                   | multi-user.target.wants
okiscand.service                         | multi-user.target.wants
p11-kit-server.socket                    | sockets.target.wants
pipewire-media-session.service           | pipewire.service.wants
pipewire-pulse.socket                    | sockets.target.wants
pipewire.socket                          | sockets.target.wants
remote-fs.target                         | multi-user.target.wants
systemd-timesyncd.service                | sysinit.target.wants

Of course, wifi doesn't work now with everything disabled.

Should I reinstall NetworkManager, or what do you suggest?

Bruce

Offline

#6 2021-05-24 19:42:33

Bruce1956
Member
Registered: 2015-03-08
Posts: 83

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Oops!  There's NetworkManager.service, plains as day.  Anyway, there is no change in the behavior when I attempt to connect to my wifi.  It waits a few seconds, then offers the same network ID's again without connecting.

Offline

#7 2021-05-24 20:18:25

Bruce1956
Member
Registered: 2015-03-08
Posts: 83

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

So I disabled NetworkManager.service, then reactivated it.  No change.

Offline

#8 2021-05-24 21:10:47

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,420

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

what's the "sudo journalctl -b" with this adjustment in place.

Online

#9 2021-05-24 22:38:14

Bruce1956
Member
Registered: 2015-03-08
Posts: 83

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

That's 3620 lines of text.  How should I handle that, or what filter should I use?

Offline

#10 2021-05-24 22:41:06

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,420

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Post it here, you will want to look at everything that happens when selecting the wifi device, from NM and wpa_supplicant and the kernel and any other services that might be active. But since it's not 100% clear on whether the actual problematic action directly happens when you click the button in NM it's often just better to have the entire context.

Online

#11 2021-05-24 22:43:18

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

No filter, just post it on here inbetween [⁣code] [⁣/code] tags.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#12 2021-05-24 22:45:07

Bruce1956
Member
Registered: 2015-03-08
Posts: 83

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Okay, here it is:

May 24 14:33:31 archlinux-lenovo-g780 kernel: Linux version 5.12.6-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutil>
May 24 14:33:31 archlinux-lenovo-g780 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a0970785-6a7b-40d0-84a6-a13c30>
May 24 14:33:31 archlinux-lenovo-g780 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 24 14:33:31 archlinux-lenovo-g780 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 24 14:33:31 archlinux-lenovo-g780 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 24 14:33:31 archlinux-lenovo-g780 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
May 24 14:33:31 archlinux-lenovo-g780 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' for>
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-provided physical RAM map:
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000087fff] usable
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x0000000040005000-0x00000000c3fecfff] usable
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000c3fed000-0x00000000c4d6dfff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000c4d6e000-0x00000000c4daffff] usable
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000c4db0000-0x00000000c61affff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000c61b0000-0x00000000ca7befff] usable
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ca7bf000-0x00000000ca8a3fff] type 20
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ca8a4000-0x00000000ca8a4fff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ca8a5000-0x00000000ca8b1fff] type 20
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ca8b2000-0x00000000ca8b3fff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ca8b4000-0x00000000ca8cafff] type 20
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ca8cb000-0x00000000ca8cbfff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ca8cc000-0x00000000ca8d0fff] type 20
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ca8d1000-0x00000000ca8d1fff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ca8d2000-0x00000000ca8dffff] type 20
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ca8e0000-0x00000000ca8e0fff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ca8e1000-0x00000000ca8f0fff] type 20
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ca8f1000-0x00000000ca935fff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ca936000-0x00000000ca9befff] type 20
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ca9bf000-0x00000000caebefff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000caebf000-0x00000000cafbefff] ACPI NVS
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000cafbf000-0x00000000caffefff] ACPI data
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000cb000000-0x00000000cf9fffff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000022f5fffff] usable
May 24 14:33:31 archlinux-lenovo-g780 kernel: NX (Execute Disable) protection: active
May 24 14:33:31 archlinux-lenovo-g780 kernel: efi: EFI v2.31 by INSYDE Corp.
May 24 14:33:31 archlinux-lenovo-g780 kernel: efi: ACPI=0xcaffe000 ACPI 2.0=0xcaffe014 SMBIOS=0xcaebef98 
May 24 14:33:31 archlinux-lenovo-g780 kernel: SMBIOS 2.7 present.
May 24 14:33:31 archlinux-lenovo-g780 kernel: DMI: LENOVO 20138/INVALID, BIOS 5ECN96WW(V9.01) 03/14/2013
May 24 14:33:31 archlinux-lenovo-g780 kernel: tsc: Fast TSC calibration using PIT
May 24 14:33:31 archlinux-lenovo-g780 kernel: tsc: Detected 2594.082 MHz processor
May 24 14:33:31 archlinux-lenovo-g780 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 24 14:33:31 archlinux-lenovo-g780 kernel: last_pfn = 0x22f600 max_arch_pfn = 0x400000000
May 24 14:33:31 archlinux-lenovo-g780 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
May 24 14:33:31 archlinux-lenovo-g780 kernel: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
May 24 14:33:31 archlinux-lenovo-g780 kernel: check: Scanning 1 areas for low memory corruption
May 24 14:33:31 archlinux-lenovo-g780 kernel: Secure boot could not be determined
May 24 14:33:31 archlinux-lenovo-g780 kernel: RAMDISK: [mem 0x37073000-0x37830fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Early table checksum verification disabled
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: RSDP 0x00000000CAFFE014 000024 (v02 LENOVO)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: XSDT 0x00000000CAFFE210 0000A4 (v01 LENOVO CB-01    00000001      01000013)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: FACP 0x00000000CAFFA000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: DSDT 0x00000000CAFEC000 00A029 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: FACS 0x00000000CAFBB000 000040
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: SLIC 0x00000000CAFFD000 000176 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: UEFI 0x00000000CAFFC000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: ASF! 0x00000000CAFFB000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: HPET 0x00000000CAFF9000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: APIC 0x00000000CAFF8000 00008C (v03 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: MCFG 0x00000000CAFF7000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: SSDT 0x00000000CAFEB000 0006FE (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: BOOT 0x00000000CAFE9000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: ASPT 0x00000000CAFE7000 000034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: DBGP 0x00000000CAFE6000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: FPDT 0x00000000CAFE4000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: MSDM 0x00000000CAFE3000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: SSDT 0x00000000CAFE2000 0009AA (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: SSDT 0x00000000CAFE1000 000A92 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: BGRT 0x00000000CAFE0000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving FACP table memory at [mem 0xcaffa000-0xcaffa10b]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving DSDT table memory at [mem 0xcafec000-0xcaff6028]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving FACS table memory at [mem 0xcafbb000-0xcafbb03f]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving SLIC table memory at [mem 0xcaffd000-0xcaffd175]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving UEFI table memory at [mem 0xcaffc000-0xcaffc235]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving ASF! table memory at [mem 0xcaffb000-0xcaffb0a4]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving HPET table memory at [mem 0xcaff9000-0xcaff9037]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving APIC table memory at [mem 0xcaff8000-0xcaff808b]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving MCFG table memory at [mem 0xcaff7000-0xcaff703b]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving SSDT table memory at [mem 0xcafeb000-0xcafeb6fd]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving BOOT table memory at [mem 0xcafe9000-0xcafe9027]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving ASPT table memory at [mem 0xcafe7000-0xcafe7033]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving DBGP table memory at [mem 0xcafe6000-0xcafe6033]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving FPDT table memory at [mem 0xcafe4000-0xcafe4043]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving MSDM table memory at [mem 0xcafe3000-0xcafe3054]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving SSDT table memory at [mem 0xcafe2000-0xcafe29a9]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving SSDT table memory at [mem 0xcafe1000-0xcafe1a91]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Reserving BGRT table memory at [mem 0xcafe0000-0xcafe0037]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Local APIC address 0xfee00000
May 24 14:33:31 archlinux-lenovo-g780 kernel: No NUMA configuration found
May 24 14:33:31 archlinux-lenovo-g780 kernel: Faking a node at [mem 0x0000000000000000-0x000000022f5fffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: NODE_DATA(0) allocated [mem 0x22f5f8000-0x22f5fbfff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: Zone ranges:
May 24 14:33:31 archlinux-lenovo-g780 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel:   Normal   [mem 0x0000000100000000-0x000000022f5fffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel:   Device   empty
May 24 14:33:31 archlinux-lenovo-g780 kernel: Movable zone start for each node
May 24 14:33:31 archlinux-lenovo-g780 kernel: Early memory node ranges
May 24 14:33:31 archlinux-lenovo-g780 kernel:   node   0: [mem 0x0000000000001000-0x0000000000087fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel:   node   0: [mem 0x0000000000100000-0x000000001fffffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel:   node   0: [mem 0x0000000020200000-0x0000000040003fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel:   node   0: [mem 0x0000000040005000-0x00000000c3fecfff]
May 24 14:33:31 archlinux-lenovo-g780 kernel:   node   0: [mem 0x00000000c4d6e000-0x00000000c4daffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel:   node   0: [mem 0x00000000c61b0000-0x00000000ca7befff]
May 24 14:33:31 archlinux-lenovo-g780 kernel:   node   0: [mem 0x00000000cafff000-0x00000000caffffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel:   node   0: [mem 0x0000000100000000-0x000000022f5fffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000022f5fffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: On node 0 totalpages: 2062789
May 24 14:33:31 archlinux-lenovo-g780 kernel:   DMA zone: 64 pages used for memmap
May 24 14:33:31 archlinux-lenovo-g780 kernel:   DMA zone: 25 pages reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel:   DMA zone: 3975 pages, LIFO batch:0
May 24 14:33:31 archlinux-lenovo-g780 kernel:   DMA zone: 28793 pages in unavailable ranges
May 24 14:33:31 archlinux-lenovo-g780 kernel:   DMA32 zone: 12753 pages used for memmap
May 24 14:33:31 archlinux-lenovo-g780 kernel:   DMA32 zone: 816190 pages, LIFO batch:63
May 24 14:33:31 archlinux-lenovo-g780 kernel:   DMA32 zone: 31682 pages in unavailable ranges
May 24 14:33:31 archlinux-lenovo-g780 kernel:   Normal zone: 19416 pages used for memmap
May 24 14:33:31 archlinux-lenovo-g780 kernel:   Normal zone: 1242624 pages, LIFO batch:63
May 24 14:33:31 archlinux-lenovo-g780 kernel:   Normal zone: 2560 pages in unavailable ranges
May 24 14:33:31 archlinux-lenovo-g780 kernel: Reserving Intel graphics memory at [mem 0xcba00000-0xcf9fffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: PM-Timer IO Port: 0x408
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Local APIC address 0xfee00000
May 24 14:33:31 archlinux-lenovo-g780 kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: IRQ0 used by override.
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: IRQ9 used by override.
May 24 14:33:31 archlinux-lenovo-g780 kernel: Using ACPI (MADT) for SMP configuration information
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 24 14:33:31 archlinux-lenovo-g780 kernel: e820: update [mem 0xc720a000-0xc72b2fff] usable ==> reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: TSC deadline timer available
May 24 14:33:31 archlinux-lenovo-g780 kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0x00088000-0x000bffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0x40004000-0x40004fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xc3fed000-0xc4d6dfff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xc4db0000-0xc61affff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xc720a000-0xc72b2fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xca7bf000-0xca8a3fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xca8a4000-0xca8a4fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xca8a5000-0xca8b1fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xca8b2000-0xca8b3fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xca8b4000-0xca8cafff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xca8cb000-0xca8cbfff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xca8cc000-0xca8d0fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xca8d1000-0xca8d1fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xca8d2000-0xca8dffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xca8e0000-0xca8e0fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xca8e1000-0xca8f0fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xca8f1000-0xca935fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xca936000-0xca9befff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xca9bf000-0xcaebefff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xcaebf000-0xcafbefff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xcafbf000-0xcaffefff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xcb000000-0xcf9fffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xcfa00000-0xefffffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xf4000000-0xfeafffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffb7ffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: hibernation: Registered nosave memory: [mem 0xffb80000-0xffffffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: [mem 0xcfa00000-0xefffffff] available for PCI devices
May 24 14:33:31 archlinux-lenovo-g780 kernel: Booting paravirtualized kernel on bare hardware
May 24 14:33:31 archlinux-lenovo-g780 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6>
May 24 14:33:31 archlinux-lenovo-g780 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
May 24 14:33:31 archlinux-lenovo-g780 kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
May 24 14:33:31 archlinux-lenovo-g780 kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
May 24 14:33:31 archlinux-lenovo-g780 kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
May 24 14:33:31 archlinux-lenovo-g780 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2030531
May 24 14:33:31 archlinux-lenovo-g780 kernel: Policy zone: Normal
May 24 14:33:31 archlinux-lenovo-g780 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a0970785-6a7b-40d0-84a6>
May 24 14:33:31 archlinux-lenovo-g780 kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
May 24 14:33:31 archlinux-lenovo-g780 kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
May 24 14:33:31 archlinux-lenovo-g780 kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
May 24 14:33:31 archlinux-lenovo-g780 kernel: Memory: 7936184K/8251156K available (14344K kernel code, 2040K rwdata, 8988K rodata, >
May 24 14:33:31 archlinux-lenovo-g780 kernel: random: get_random_u64 called from __kmem_cache_create+0x22/0x530 with crng_init=0
May 24 14:33:31 archlinux-lenovo-g780 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
May 24 14:33:31 archlinux-lenovo-g780 kernel: Kernel/User page tables isolation: enabled
May 24 14:33:31 archlinux-lenovo-g780 kernel: ftrace: allocating 41902 entries in 164 pages
May 24 14:33:31 archlinux-lenovo-g780 kernel: ftrace: allocated 164 pages with 3 groups
May 24 14:33:31 archlinux-lenovo-g780 kernel: rcu: Preemptible hierarchical RCU implementation.
May 24 14:33:31 archlinux-lenovo-g780 kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
May 24 14:33:31 archlinux-lenovo-g780 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
May 24 14:33:31 archlinux-lenovo-g780 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
May 24 14:33:31 archlinux-lenovo-g780 kernel:         Trampoline variant of Tasks RCU enabled.
May 24 14:33:31 archlinux-lenovo-g780 kernel:         Rude variant of Tasks RCU enabled.
May 24 14:33:31 archlinux-lenovo-g780 kernel:         Tracing variant of Tasks RCU enabled.
May 24 14:33:31 archlinux-lenovo-g780 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
May 24 14:33:31 archlinux-lenovo-g780 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
May 24 14:33:31 archlinux-lenovo-g780 kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
May 24 14:33:31 archlinux-lenovo-g780 kernel: Console: colour dummy device 80x25
May 24 14:33:31 archlinux-lenovo-g780 kernel: printk: console [tty0] enabled
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Core revision 20210105
May 24 14:33:31 archlinux-lenovo-g780 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848>
May 24 14:33:31 archlinux-lenovo-g780 kernel: APIC: Switch to symmetric I/O mode setup
May 24 14:33:31 archlinux-lenovo-g780 kernel: x2apic: IRQ remapping doesn't support X2APIC mode
May 24 14:33:31 archlinux-lenovo-g780 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 24 14:33:31 archlinux-lenovo-g780 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x256465ca8cf, max_idle_>
May 24 14:33:31 archlinux-lenovo-g780 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5190.33 Bo>
May 24 14:33:31 archlinux-lenovo-g780 kernel: pid_max: default: 32768 minimum: 301
May 24 14:33:31 archlinux-lenovo-g780 kernel: LSM: Security Framework initializing
May 24 14:33:31 archlinux-lenovo-g780 kernel: Yama: becoming mindful.
May 24 14:33:31 archlinux-lenovo-g780 kernel: LSM support for eBPF active
May 24 14:33:31 archlinux-lenovo-g780 kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
May 24 14:33:31 archlinux-lenovo-g780 kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
May 24 14:33:31 archlinux-lenovo-g780 kernel: CPU0: Thermal monitoring enabled (TM1)
May 24 14:33:31 archlinux-lenovo-g780 kernel: process: using mwait in idle threads
May 24 14:33:31 archlinux-lenovo-g780 kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
May 24 14:33:31 archlinux-lenovo-g780 kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
May 24 14:33:31 archlinux-lenovo-g780 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
May 24 14:33:31 archlinux-lenovo-g780 kernel: Spectre V2 : Mitigation: Full generic retpoline
May 24 14:33:31 archlinux-lenovo-g780 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
May 24 14:33:31 archlinux-lenovo-g780 kernel: Speculative Store Bypass: Vulnerable
May 24 14:33:31 archlinux-lenovo-g780 kernel: SRBDS: Vulnerable: No microcode
May 24 14:33:31 archlinux-lenovo-g780 kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
May 24 14:33:31 archlinux-lenovo-g780 kernel: Freeing SMP alternatives memory: 36K
May 24 14:33:31 archlinux-lenovo-g780 kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1181
May 24 14:33:31 archlinux-lenovo-g780 kernel: smpboot: CPU0: Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz (family: 0x6, model: 0x3a, st>
May 24 14:33:31 archlinux-lenovo-g780 kernel: Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, I>
May 24 14:33:31 archlinux-lenovo-g780 kernel: ... version:                3
May 24 14:33:31 archlinux-lenovo-g780 kernel: ... bit width:              48
May 24 14:33:31 archlinux-lenovo-g780 kernel: ... generic registers:      4
May 24 14:33:31 archlinux-lenovo-g780 kernel: ... value mask:             0000ffffffffffff
May 24 14:33:31 archlinux-lenovo-g780 kernel: ... max period:             00007fffffffffff
May 24 14:33:31 archlinux-lenovo-g780 kernel: ... fixed-purpose events:   3
May 24 14:33:31 archlinux-lenovo-g780 kernel: ... event mask:             000000070000000f
May 24 14:33:31 archlinux-lenovo-g780 kernel: rcu: Hierarchical SRCU implementation.
May 24 14:33:31 archlinux-lenovo-g780 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
May 24 14:33:31 archlinux-lenovo-g780 kernel: smp: Bringing up secondary CPUs ...
May 24 14:33:31 archlinux-lenovo-g780 kernel: x86: Booting SMP configuration:
May 24 14:33:31 archlinux-lenovo-g780 kernel: .... node  #0, CPUs:      #1
May 24 14:33:31 archlinux-lenovo-g780 kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/ht>
May 24 14:33:31 archlinux-lenovo-g780 kernel:  #2 #3
May 24 14:33:31 archlinux-lenovo-g780 kernel: smp: Brought up 1 node, 4 CPUs
May 24 14:33:31 archlinux-lenovo-g780 kernel: smpboot: Max logical packages: 2
May 24 14:33:31 archlinux-lenovo-g780 kernel: smpboot: Total of 4 processors activated (20760.35 BogoMIPS)
May 24 14:33:31 archlinux-lenovo-g780 kernel: devtmpfs: initialized
May 24 14:33:31 archlinux-lenovo-g780 kernel: x86/mm: Memory block size: 128MB
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: Registering ACPI NVS region [mem 0xcaebf000-0xcafbefff] (1048576 bytes)
May 24 14:33:31 archlinux-lenovo-g780 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086751>
May 24 14:33:31 archlinux-lenovo-g780 kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
May 24 14:33:31 archlinux-lenovo-g780 kernel: pinctrl core: initialized pinctrl subsystem
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM: RTC time: 21:33:25, date: 2021-05-24
May 24 14:33:31 archlinux-lenovo-g780 kernel: NET: Registered protocol family 16
May 24 14:33:31 archlinux-lenovo-g780 kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
May 24 14:33:31 archlinux-lenovo-g780 kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
May 24 14:33:31 archlinux-lenovo-g780 kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
May 24 14:33:31 archlinux-lenovo-g780 kernel: audit: initializing netlink subsys (disabled)
May 24 14:33:31 archlinux-lenovo-g780 kernel: audit: type=2000 audit(1621892005.033:1): state=initialized audit_enabled=0 res=1
May 24 14:33:31 archlinux-lenovo-g780 kernel: thermal_sys: Registered thermal governor 'fair_share'
May 24 14:33:31 archlinux-lenovo-g780 kernel: thermal_sys: Registered thermal governor 'bang_bang'
May 24 14:33:31 archlinux-lenovo-g780 kernel: thermal_sys: Registered thermal governor 'step_wise'
May 24 14:33:31 archlinux-lenovo-g780 kernel: thermal_sys: Registered thermal governor 'user_space'
May 24 14:33:31 archlinux-lenovo-g780 kernel: thermal_sys: Registered thermal governor 'power_allocator'
May 24 14:33:31 archlinux-lenovo-g780 kernel: cpuidle: using governor ladder
May 24 14:33:31 archlinux-lenovo-g780 kernel: cpuidle: using governor menu
May 24 14:33:31 archlinux-lenovo-g780 kernel: Simple Boot Flag at 0x44 set to 0x1
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: bus type PCI registered
May 24 14:33:31 archlinux-lenovo-g780 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 24 14:33:31 archlinux-lenovo-g780 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf000>
May 24 14:33:31 archlinux-lenovo-g780 kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
May 24 14:33:31 archlinux-lenovo-g780 kernel: PCI: Using configuration type 1 for base access
May 24 14:33:31 archlinux-lenovo-g780 kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
May 24 14:33:31 archlinux-lenovo-g780 kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
May 24 14:33:31 archlinux-lenovo-g780 kernel: Kprobes globally optimized
May 24 14:33:31 archlinux-lenovo-g780 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Added _OSI(Module Device)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Added _OSI(Processor Device)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Added _OSI(Linux-Dell-Video)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: 4 ACPI AML tables successfully acquired and loaded
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Dynamic OEM Table Load:
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: SSDT 0xFFFF920300983000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20120111)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Dynamic OEM Table Load:
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: SSDT 0xFFFF92030097D800 000303 (v01 PmRef  ApIst    00003000 INTL 20120111)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Dynamic OEM Table Load:
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: SSDT 0xFFFF920300C07E00 000119 (v01 PmRef  ApCst    00003000 INTL 20120111)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: EC: EC started
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: EC: interrupt blocked
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Interpreter enabled
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: (supports S0 S3 S4 S5)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Using IOAPIC for interrupt routing
May 24 14:33:31 archlinux-lenovo-g780 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a >
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: Enabled 8 GPEs in block 00 to 3F
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
May 24 14:33:31 archlinux-lenovo-g780 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX->
May 24 14:33:31 archlinux-lenovo-g780 kernel: acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_ERROR)
May 24 14:33:31 archlinux-lenovo-g780 kernel: PCI host bridge to bus 0000:00
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe03fffff 64bit]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:14.0: reg 0x10: [mem 0xe0600000-0xe060ffff 64bit]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:16.0: reg 0x10: [mem 0xe0614000-0xe061400f 64bit]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xe0619000-0xe06193ff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xe0610000-0xe0613fff 64bit]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xe0618000-0xe06183ff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1f.2: reg 0x10: [io  0x3088-0x308f]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1f.2: reg 0x14: [io  0x3094-0x3097]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1f.2: reg 0x18: [io  0x3080-0x3087]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x3090-0x3093]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1f.2: reg 0x20: [io  0x3060-0x307f]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xe0617000-0xe06177ff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1f.2: PME# supported from D3hot
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xe0615000-0xe06150ff 64bit]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1f.3: reg 0x20: [io  0x3040-0x305f]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:01:00.0: [1969:1090] type 00 class 0x020000
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xe0500000-0xe053ffff 64bit]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:01:00.0: reg 0x18: [io  0x2000-0x207f]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1c.0:   bridge window [mem 0xe0500000-0xe05fffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:02:00.0: [8086:08b1] type 00 class 0x028000
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:02:00.0: reg 0x10: [mem 0xe0400000-0xe0401fff 64bit]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1c.1:   bridge window [mem 0xe0400000-0xe04fffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: EC: interrupt unblocked
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: EC: event unblocked
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: EC: GPE=0x17
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
May 24 14:33:31 archlinux-lenovo-g780 kernel: iommu: Default domain type: Translated 
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:02.0: vgaarb: bridge control possible
May 24 14:33:31 archlinux-lenovo-g780 kernel: vgaarb: loaded
May 24 14:33:31 archlinux-lenovo-g780 kernel: SCSI subsystem initialized
May 24 14:33:31 archlinux-lenovo-g780 kernel: libata version 3.00 loaded.
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: bus type USB registered
May 24 14:33:31 archlinux-lenovo-g780 kernel: usbcore: registered new interface driver usbfs
May 24 14:33:31 archlinux-lenovo-g780 kernel: usbcore: registered new interface driver hub
May 24 14:33:31 archlinux-lenovo-g780 kernel: usbcore: registered new device driver usb
May 24 14:33:31 archlinux-lenovo-g780 kernel: pps_core: LinuxPPS API ver. 1 registered
May 24 14:33:31 archlinux-lenovo-g780 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.>
May 24 14:33:31 archlinux-lenovo-g780 kernel: PTP clock support registered
May 24 14:33:31 archlinux-lenovo-g780 kernel: EDAC MC: Ver: 3.0.0
May 24 14:33:31 archlinux-lenovo-g780 kernel: Registered efivars operations
May 24 14:33:31 archlinux-lenovo-g780 kernel: NetLabel: Initializing
May 24 14:33:31 archlinux-lenovo-g780 kernel: NetLabel:  domain hash size = 128
May 24 14:33:31 archlinux-lenovo-g780 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 24 14:33:31 archlinux-lenovo-g780 kernel: NetLabel:  unlabeled traffic allowed by default
May 24 14:33:31 archlinux-lenovo-g780 kernel: PCI: Using ACPI for IRQ routing
May 24 14:33:31 archlinux-lenovo-g780 kernel: PCI: pci_cache_line_size set to 64 bytes
May 24 14:33:31 archlinux-lenovo-g780 kernel: e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: e820: reserve RAM buffer [mem 0xc3fed000-0xc3ffffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: e820: reserve RAM buffer [mem 0xc4db0000-0xc7ffffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: e820: reserve RAM buffer [mem 0xc720a000-0xc7ffffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: e820: reserve RAM buffer [mem 0xca7bf000-0xcbffffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: e820: reserve RAM buffer [mem 0x22f600000-0x22fffffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
May 24 14:33:31 archlinux-lenovo-g780 kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
May 24 14:33:31 archlinux-lenovo-g780 kernel: clocksource: Switched to clocksource tsc-early
May 24 14:33:31 archlinux-lenovo-g780 kernel: VFS: Disk quotas dquot_6.6.0
May 24 14:33:31 archlinux-lenovo-g780 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 24 14:33:31 archlinux-lenovo-g780 kernel: pnp: PnP ACPI init
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:00: [io  0x0680-0x069f] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:00: [io  0x1000-0x100f] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:00: [io  0xffff] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:00: [io  0xffff] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:00: [io  0x0400-0x0453] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:00: [io  0x0458-0x047f] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:00: [io  0x0500-0x057f] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:00: [io  0x164e-0x164f] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:00: [io  0xfd60-0xfd63] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
May 24 14:33:31 archlinux-lenovo-g780 kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:02: [io  0x0454-0x0457] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
May 24 14:33:31 archlinux-lenovo-g780 kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
May 24 14:33:31 archlinux-lenovo-g780 kernel: pnp 00:04: Plug and Play ACPI device, IDs SYN073b SYN0700 SYN0002 PNP0f13 (active)
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:05: [mem 0xf0000000-0xf3ffffff] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:05: [mem 0xff000000-0xff000fff] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:05: [mem 0xff010000-0xffffffff] could not be reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:05: [mem 0xcfa00000-0xcfa00fff] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:06: [mem 0x20000000-0x201fffff] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:06: [mem 0x40004000-0x40004fff] has been reserved
May 24 14:33:31 archlinux-lenovo-g780 kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
May 24 14:33:31 archlinux-lenovo-g780 kernel: pnp: PnP ACPI: found 7 devices
May 24 14:33:31 archlinux-lenovo-g780 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 24 14:33:31 archlinux-lenovo-g780 kernel: NET: Registered protocol family 2
May 24 14:33:31 archlinux-lenovo-g780 kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
May 24 14:33:31 archlinux-lenovo-g780 kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
May 24 14:33:31 archlinux-lenovo-g780 kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
May 24 14:33:31 archlinux-lenovo-g780 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
May 24 14:33:31 archlinux-lenovo-g780 kernel: TCP: Hash tables configured (established 65536 bind 65536)
May 24 14:33:31 archlinux-lenovo-g780 kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
May 24 14:33:31 archlinux-lenovo-g780 kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
May 24 14:33:31 archlinux-lenovo-g780 kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
May 24 14:33:31 archlinux-lenovo-g780 kernel: NET: Registered protocol family 1
May 24 14:33:31 archlinux-lenovo-g780 kernel: NET: Registered protocol family 44
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1c.0:   bridge window [mem 0xe0500000-0xe05fffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1c.1:   bridge window [mem 0xe0400000-0xe04fffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:00: resource 19 [mem 0xcfa00000-0xfeafffff window]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:01: resource 1 [mem 0xe0500000-0xe05fffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci_bus 0000:02: resource 1 [mem 0xe0400000-0xe04fffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1a.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x740 took 1699642 usecs
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x740 took 1627582 usecs
May 24 14:33:31 archlinux-lenovo-g780 kernel: pci 0000:01:00.0: set MSI_INTX_DISABLE_BUG flag
May 24 14:33:31 archlinux-lenovo-g780 kernel: PCI: CLS 64 bytes, default 64
May 24 14:33:31 archlinux-lenovo-g780 kernel: Trying to unpack rootfs image as initramfs...
May 24 14:33:31 archlinux-lenovo-g780 kernel: Freeing initrd memory: 7928K
May 24 14:33:31 archlinux-lenovo-g780 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 24 14:33:31 archlinux-lenovo-g780 kernel: software IO TLB: mapped [mem 0x00000000bf1c0000-0x00000000c31c0000] (64MB)
May 24 14:33:31 archlinux-lenovo-g780 kernel: check: Scanning for low memory corruption every 60 seconds
May 24 14:33:31 archlinux-lenovo-g780 kernel: Initialise system trusted keyrings
May 24 14:33:31 archlinux-lenovo-g780 kernel: Key type blacklist registered
May 24 14:33:31 archlinux-lenovo-g780 kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
May 24 14:33:31 archlinux-lenovo-g780 kernel: zbud: loaded
May 24 14:33:31 archlinux-lenovo-g780 kernel: Key type asymmetric registered
May 24 14:33:31 archlinux-lenovo-g780 kernel: Asymmetric key parser 'x509' registered
May 24 14:33:31 archlinux-lenovo-g780 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
May 24 14:33:31 archlinux-lenovo-g780 kernel: io scheduler mq-deadline registered
May 24 14:33:31 archlinux-lenovo-g780 kernel: io scheduler kyber registered
May 24 14:33:31 archlinux-lenovo-g780 kernel: io scheduler bfq registered
May 24 14:33:31 archlinux-lenovo-g780 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 24 14:33:31 archlinux-lenovo-g780 kernel: efifb: probing for efifb
May 24 14:33:31 archlinux-lenovo-g780 kernel: efifb: framebuffer at 0xd0000000, using 5632k, total 5632k
May 24 14:33:31 archlinux-lenovo-g780 kernel: efifb: mode is 1600x900x32, linelength=6400, pages=1
May 24 14:33:31 archlinux-lenovo-g780 kernel: efifb: scrolling: redraw
May 24 14:33:31 archlinux-lenovo-g780 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 24 14:33:31 archlinux-lenovo-g780 kernel: fbcon: Deferring console take-over
May 24 14:33:31 archlinux-lenovo-g780 kernel: fb0: EFI VGA frame buffer device
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
May 24 14:33:31 archlinux-lenovo-g780 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:>
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: button: Power Button [PWRB]
May 24 14:33:31 archlinux-lenovo-g780 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:>
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: button: Sleep Button [SLPB]
May 24 14:33:31 archlinux-lenovo-g780 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: button: Lid Switch [LID0]
May 24 14:33:31 archlinux-lenovo-g780 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: button: Power Button [PWRF]
May 24 14:33:31 archlinux-lenovo-g780 kernel: thermal LNXTHERM:00: registered as thermal_zone0
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: thermal: Thermal Zone [TZ00] (52 C)
May 24 14:33:31 archlinux-lenovo-g780 kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
May 24 14:33:31 archlinux-lenovo-g780 kernel: Non-volatile memory driver v1.3
May 24 14:33:31 archlinux-lenovo-g780 kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
May 24 14:33:31 archlinux-lenovo-g780 kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
May 24 14:33:31 archlinux-lenovo-g780 kernel: ahci 0000:00:1f.2: version 3.0
May 24 14:33:31 archlinux-lenovo-g780 kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
May 24 14:33:31 archlinux-lenovo-g780 kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
May 24 14:33:31 archlinux-lenovo-g780 kernel: ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems apst 
May 24 14:33:31 archlinux-lenovo-g780 kernel: scsi host0: ahci
May 24 14:33:31 archlinux-lenovo-g780 kernel: scsi host1: ahci
May 24 14:33:31 archlinux-lenovo-g780 kernel: scsi host2: ahci
May 24 14:33:31 archlinux-lenovo-g780 kernel: scsi host3: ahci
May 24 14:33:31 archlinux-lenovo-g780 kernel: scsi host4: ahci
May 24 14:33:31 archlinux-lenovo-g780 kernel: scsi host5: ahci
May 24 14:33:31 archlinux-lenovo-g780 kernel: ata1: SATA max UDMA/133 abar m2048@0xe0617000 port 0xe0617100 irq 26
May 24 14:33:31 archlinux-lenovo-g780 kernel: ata2: DUMMY
May 24 14:33:31 archlinux-lenovo-g780 kernel: ata3: SATA max UDMA/133 abar m2048@0xe0617000 port 0xe0617200 irq 26
May 24 14:33:31 archlinux-lenovo-g780 kernel: ata4: DUMMY
May 24 14:33:31 archlinux-lenovo-g780 kernel: ata5: DUMMY
May 24 14:33:31 archlinux-lenovo-g780 kernel: ata6: DUMMY
May 24 14:33:31 archlinux-lenovo-g780 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
May 24 14:33:31 archlinux-lenovo-g780 kernel: ehci-pci: EHCI PCI platform driver
May 24 14:33:31 archlinux-lenovo-g780 kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
May 24 14:33:31 archlinux-lenovo-g780 kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
May 24 14:33:31 archlinux-lenovo-g780 kernel: ehci-pci 0000:00:1a.0: debug port 2
May 24 14:33:31 archlinux-lenovo-g780 kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xe0619000
May 24 14:33:31 archlinux-lenovo-g780 kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb1: Product: EHCI Host Controller
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb1: Manufacturer: Linux 5.12.6-arch1-1 ehci_hcd
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb1: SerialNumber: 0000:00:1a.0
May 24 14:33:31 archlinux-lenovo-g780 kernel: hub 1-0:1.0: USB hub found
May 24 14:33:31 archlinux-lenovo-g780 kernel: hub 1-0:1.0: 2 ports detected
May 24 14:33:31 archlinux-lenovo-g780 kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
May 24 14:33:31 archlinux-lenovo-g780 kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
May 24 14:33:31 archlinux-lenovo-g780 kernel: ehci-pci 0000:00:1d.0: debug port 2
May 24 14:33:31 archlinux-lenovo-g780 kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xe0618000
May 24 14:33:31 archlinux-lenovo-g780 kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb2: Product: EHCI Host Controller
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb2: Manufacturer: Linux 5.12.6-arch1-1 ehci_hcd
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb2: SerialNumber: 0000:00:1d.0
May 24 14:33:31 archlinux-lenovo-g780 kernel: hub 2-0:1.0: USB hub found
May 24 14:33:31 archlinux-lenovo-g780 kernel: hub 2-0:1.0: 2 ports detected
May 24 14:33:31 archlinux-lenovo-g780 kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
May 24 14:33:31 archlinux-lenovo-g780 kernel: ohci-pci: OHCI PCI platform driver
May 24 14:33:31 archlinux-lenovo-g780 kernel: uhci_hcd: USB Universal Host Controller Interface driver
May 24 14:33:31 archlinux-lenovo-g780 kernel: usbcore: registered new interface driver usbserial_generic
May 24 14:33:31 archlinux-lenovo-g780 kernel: usbserial: USB Serial support registered for generic
May 24 14:33:31 archlinux-lenovo-g780 kernel: rtc_cmos 00:01: RTC can wake from S4
May 24 14:33:31 archlinux-lenovo-g780 kernel: rtc_cmos 00:01: registered as rtc0
May 24 14:33:31 archlinux-lenovo-g780 kernel: rtc_cmos 00:01: setting system clock to 2021-05-24T21:33:29 UTC (1621892009)
May 24 14:33:31 archlinux-lenovo-g780 kernel: rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
May 24 14:33:31 archlinux-lenovo-g780 kernel: intel_pstate: Intel P-state driver initializing
May 24 14:33:31 archlinux-lenovo-g780 kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 24 14:33:31 archlinux-lenovo-g780 kernel: hid: raw HID events driver (C) Jiri Kosina
May 24 14:33:31 archlinux-lenovo-g780 kernel: drop_monitor: Initializing network drop monitor service
May 24 14:33:31 archlinux-lenovo-g780 kernel: Initializing XFRM netlink socket
May 24 14:33:31 archlinux-lenovo-g780 kernel: NET: Registered protocol family 10
May 24 14:33:31 archlinux-lenovo-g780 kernel: Segment Routing with IPv6
May 24 14:33:31 archlinux-lenovo-g780 kernel: RPL Segment Routing with IPv6
May 24 14:33:31 archlinux-lenovo-g780 kernel: NET: Registered protocol family 17
May 24 14:33:31 archlinux-lenovo-g780 kernel: microcode: sig=0x306a9, pf=0x10, revision=0x15
May 24 14:33:31 archlinux-lenovo-g780 kernel: microcode: Microcode Update Driver: v2.2.
May 24 14:33:31 archlinux-lenovo-g780 kernel: IPI shorthand broadcast: enabled
May 24 14:33:31 archlinux-lenovo-g780 kernel: sched_clock: Marking stable (3836983421, 230430)->(3852879183, -15665332)
May 24 14:33:31 archlinux-lenovo-g780 kernel: registered taskstats version 1
May 24 14:33:31 archlinux-lenovo-g780 kernel: Loading compiled-in X.509 certificates
May 24 14:33:31 archlinux-lenovo-g780 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b4e4caaf47269549ad7ff428c027d>
May 24 14:33:31 archlinux-lenovo-g780 kernel: zswap: loaded using pool lz4/z3fold
May 24 14:33:31 archlinux-lenovo-g780 kernel: Key type ._fscrypt registered
May 24 14:33:31 archlinux-lenovo-g780 kernel: Key type .fscrypt registered
May 24 14:33:31 archlinux-lenovo-g780 kernel: Key type fscrypt-provisioning registered
May 24 14:33:31 archlinux-lenovo-g780 kernel: PM:   Magic number: 5:57:602
May 24 14:33:31 archlinux-lenovo-g780 kernel: RAS: Correctable Errors collector initialized.
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: battery: Slot [BAT1] (battery present)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ata1.00: ATA-10: SHGS31-1000GS-2, 90000Q00, max UDMA/133
May 24 14:33:31 archlinux-lenovo-g780 kernel: ata1.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
May 24 14:33:31 archlinux-lenovo-g780 kernel: ata1.00: configured for UDMA/133
May 24 14:33:31 archlinux-lenovo-g780 kernel: scsi 0:0:0:0: Direct-Access     ATA      SHGS31-1000GS-2  0Q00 PQ: 0 ANSI: 5
May 24 14:33:31 archlinux-lenovo-g780 kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
May 24 14:33:31 archlinux-lenovo-g780 kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
May 24 14:33:31 archlinux-lenovo-g780 kernel: sd 0:0:0:0: [sda] Write Protect is off
May 24 14:33:31 archlinux-lenovo-g780 kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 24 14:33:31 archlinux-lenovo-g780 kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or F>
May 24 14:33:31 archlinux-lenovo-g780 kernel:  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
May 24 14:33:31 archlinux-lenovo-g780 kernel: sd 0:0:0:0: [sda] Attached SCSI disk
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 24 14:33:31 archlinux-lenovo-g780 kernel: hub 1-1:1.0: USB hub found
May 24 14:33:31 archlinux-lenovo-g780 kernel: hub 1-1:1.0: 6 ports detected
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 24 14:33:31 archlinux-lenovo-g780 kernel: hub 2-1:1.0: USB hub found
May 24 14:33:31 archlinux-lenovo-g780 kernel: hub 2-1:1.0: 6 ports detected
May 24 14:33:31 archlinux-lenovo-g780 kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 24 14:33:31 archlinux-lenovo-g780 kernel: ata3.00: ATAPI: TSSTcorp CDDVDW SN-208AB, LA04, max UDMA/100
May 24 14:33:31 archlinux-lenovo-g780 kernel: ata3.00: configured for UDMA/100
May 24 14:33:31 archlinux-lenovo-g780 kernel: scsi 2:0:0:0: CD-ROM            TSSTcorp CDDVDW SN-208AB  LA04 PQ: 0 ANSI: 5
May 24 14:33:31 archlinux-lenovo-g780 kernel: Freeing unused decrypted memory: 2036K
May 24 14:33:31 archlinux-lenovo-g780 kernel: Freeing unused kernel image (initmem) memory: 1652K
May 24 14:33:31 archlinux-lenovo-g780 kernel: Write protecting the kernel read-only data: 26624k
May 24 14:33:31 archlinux-lenovo-g780 kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
May 24 14:33:31 archlinux-lenovo-g780 kernel: Freeing unused kernel image (rodata/data gap) memory: 1252K
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1.2: new low-speed USB device number 3 using ehci-pci
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 2-1.6: new high-speed USB device number 3 using ehci-pci
May 24 14:33:31 archlinux-lenovo-g780 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 24 14:33:31 archlinux-lenovo-g780 kernel: rodata_test: all tests were successful
May 24 14:33:31 archlinux-lenovo-g780 kernel: x86/mm: Checking user space page tables
May 24 14:33:31 archlinux-lenovo-g780 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 24 14:33:31 archlinux-lenovo-g780 kernel: Run /init as init process
May 24 14:33:31 archlinux-lenovo-g780 kernel:   with arguments:
May 24 14:33:31 archlinux-lenovo-g780 kernel:     /init
May 24 14:33:31 archlinux-lenovo-g780 kernel:     Archlinux
May 24 14:33:31 archlinux-lenovo-g780 kernel:   with environment:
May 24 14:33:31 archlinux-lenovo-g780 kernel:     HOME=/
May 24 14:33:31 archlinux-lenovo-g780 kernel:     TERM=linux
May 24 14:33:31 archlinux-lenovo-g780 kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1.2: New USB device found, idVendor=045e, idProduct=0084, bcdDevice= 0.00
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1.2: Product: Basic Optical Mouse
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1.2: Manufacturer: Microsoft
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 2-1.6: New USB device found, idVendor=04f2, idProduct=b2e1, bcdDevice=39.53
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 2-1.6: Product: Lenovo EasyCamera
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 2-1.6: Manufacturer: Vimicro Corp.
May 24 14:33:31 archlinux-lenovo-g780 kernel: fbcon: Taking over console
May 24 14:33:31 archlinux-lenovo-g780 kernel: Console: switching to colour frame buffer device 200x56
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1.3: new full-speed USB device number 4 using ehci-pci
May 24 14:33:31 archlinux-lenovo-g780 kernel: tsc: Refined TSC clocksource calibration: 2594.106 MHz
May 24 14:33:31 archlinux-lenovo-g780 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x25647bfab01, max_idle_ns: 44>
May 24 14:33:31 archlinux-lenovo-g780 kernel: clocksource: Switched to clocksource tsc
May 24 14:33:31 archlinux-lenovo-g780 kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS0] at 0x60,0x64 irq 1,12
May 24 14:33:31 archlinux-lenovo-g780 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 24 14:33:31 archlinux-lenovo-g780 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
May 24 14:33:31 archlinux-lenovo-g780 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 24 14:33:31 archlinux-lenovo-g780 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
May 24 14:33:31 archlinux-lenovo-g780 kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x000000000000b>
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb3: Product: xHCI Host Controller
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb3: Manufacturer: Linux 5.12.6-arch1-1 xhci-hcd
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb3: SerialNumber: 0000:00:14.0
May 24 14:33:31 archlinux-lenovo-g780 kernel: hub 3-0:1.0: USB hub found
May 24 14:33:31 archlinux-lenovo-g780 kernel: hub 3-0:1.0: 4 ports detected
May 24 14:33:31 archlinux-lenovo-g780 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 24 14:33:31 archlinux-lenovo-g780 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
May 24 14:33:31 archlinux-lenovo-g780 kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb4: Product: xHCI Host Controller
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb4: Manufacturer: Linux 5.12.6-arch1-1 xhci-hcd
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb usb4: SerialNumber: 0000:00:14.0
May 24 14:33:31 archlinux-lenovo-g780 kernel: hub 4-0:1.0: USB hub found
May 24 14:33:31 archlinux-lenovo-g780 kernel: hub 4-0:1.0: 4 ports detected
May 24 14:33:31 archlinux-lenovo-g780 kernel: random: fast init done
May 24 14:33:31 archlinux-lenovo-g780 kernel: sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
May 24 14:33:31 archlinux-lenovo-g780 kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1.3: New USB device found, idVendor=8087, idProduct=07dc, bcdDevice= 0.01
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 24 14:33:31 archlinux-lenovo-g780 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
May 24 14:33:31 archlinux-lenovo-g780 kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1.4: new high-speed USB device number 5 using ehci-pci
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1.4: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1.4: Product: USB2.0-CRW
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1.4: Manufacturer: Generic
May 24 14:33:31 archlinux-lenovo-g780 kernel: usb 1-1.4: SerialNumber: 20100201396000000
May 24 14:33:31 archlinux-lenovo-g780 kernel: usbcore: registered new interface driver rtsx_usb
May 24 14:33:31 archlinux-lenovo-g780 kernel: input: Microsoft Basic Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1>
May 24 14:33:31 archlinux-lenovo-g780 kernel: hid-generic 0003:045E:0084.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Basic >
May 24 14:33:31 archlinux-lenovo-g780 kernel: usbcore: registered new interface driver usbhid
May 24 14:33:31 archlinux-lenovo-g780 kernel: usbhid: USB HID core driver
May 24 14:33:31 archlinux-lenovo-g780 kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null). Quota mode: >
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: systemd 248.3-2-arch running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA>
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Detected architecture x86-64.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Hostname set to <archlinux-lenovo-g780>.
May 24 14:33:31 archlinux-lenovo-g780 kernel: random: lvmconfig: uninitialized urandom read (4 bytes read)
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: /usr/lib/systemd/system/okiscand.service:7: PIDFile= references a path below lega>
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Queued start job for default target Graphical Interface.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Created slice system-getty.slice.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Created slice system-modprobe.slice.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Created slice system-systemd\x2dfsck.slice.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Created slice User and Session Slice.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Reached target Local Encrypted Volumes.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Reached target Login Prompts.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Reached target Paths.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Reached target Remote File Systems.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Reached target Slices.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Reached target Local Verity Integrity Protected Volumes.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Listening on LVM2 poll daemon socket.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Listening on Process Core Dump Socket.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Listening on Journal Audit Socket.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Listening on Journal Socket (/dev/log).
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Listening on Journal Socket.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Listening on udev Control Socket.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Listening on udev Kernel Socket.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Mounting Huge Pages File System...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Mounting POSIX Message Queue File System...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Mounting Kernel Debug File System...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Mounting Kernel Trace File System...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Create list of static device nodes for the current kernel...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress po>
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Load Kernel Module configfs...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Load Kernel Module drm...
May 24 14:33:31 archlinux-lenovo-g780 kernel: random: lvm: uninitialized urandom read (4 bytes read)
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Load Kernel Module fuse...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Set Up Additional Binary Formats...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Journal Service...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Load Kernel Modules...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Remount Root and Kernel File Systems...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
May 24 14:33:31 archlinux-lenovo-g780 kernel: Linux agpgart interface v0.103
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Coldplug All udev Devices...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Mounted Huge Pages File System.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Mounted POSIX Message Queue File System.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Mounted Kernel Debug File System.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Mounted Kernel Trace File System.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Finished Create list of static device nodes for the current kernel.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: modprobe@configfs.service: Deactivated successfully.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Finished Load Kernel Module configfs.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_>
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Mounting Arbitrary Executable File Formats File System...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Mounting Kernel Configuration File System...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Mounted Kernel Configuration File System.
May 24 14:33:31 archlinux-lenovo-g780 kernel: fuse: init (API version 7.33)
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: modprobe@fuse.service: Deactivated successfully.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Finished Load Kernel Module fuse.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Mounted Arbitrary Executable File Formats File System.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Mounting FUSE Control File System...
May 24 14:33:31 archlinux-lenovo-g780 kernel: EXT4-fs (sda6): re-mounted. Opts: data=ordered. Quota mode: none.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Finished Set Up Additional Binary Formats.
May 24 14:33:31 archlinux-lenovo-g780 kernel: audit: type=1130 audit(1621892011.611:2): pid=1 uid=0 auid=4294967295 ses=4294967295 >
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Finished Remount Root and Kernel File Systems.
May 24 14:33:31 archlinux-lenovo-g780 kernel: audit: type=1130 audit(1621892011.611:3): pid=1 uid=0 auid=4294967295 ses=4294967295 >
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Load/Save Random Seed...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Condition check resulted in Create System Users being skipped.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Create Static Device Nodes in /dev...
May 24 14:33:31 archlinux-lenovo-g780 kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
May 24 14:33:31 archlinux-lenovo-g780 kernel: sr 2:0:0:0: Attached scsi generic sg1 type 5
May 24 14:33:31 archlinux-lenovo-g780 kernel: Asymmetric key parser 'pkcs8' registered
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Finished Load Kernel Modules.
May 24 14:33:31 archlinux-lenovo-g780 kernel: audit: type=1130 audit(1621892011.631:4): pid=1 uid=0 auid=4294967295 ses=4294967295 >
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Mounted FUSE Control File System.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Apply Kernel Variables...
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Finished Apply Kernel Variables.
May 24 14:33:31 archlinux-lenovo-g780 kernel: audit: type=1130 audit(1621892011.648:5): pid=1 uid=0 auid=4294967295 ses=4294967295 >
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Finished Create Static Device Nodes in /dev.
May 24 14:33:31 archlinux-lenovo-g780 kernel: audit: type=1130 audit(1621892011.651:6): pid=1 uid=0 auid=4294967295 ses=4294967295 >
May 24 14:33:31 archlinux-lenovo-g780 kernel: audit: type=1334 audit(1621892011.655:7): prog-id=14 op=LOAD
May 24 14:33:31 archlinux-lenovo-g780 kernel: audit: type=1334 audit(1621892011.655:8): prog-id=15 op=LOAD
May 24 14:33:31 archlinux-lenovo-g780 kernel: audit: type=1334 audit(1621892011.655:9): prog-id=16 op=LOAD
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Rule-based Manager for Device Events and Files...
May 24 14:33:31 archlinux-lenovo-g780 systemd-journald[219]: Journal started
May 24 14:33:31 archlinux-lenovo-g780 systemd-journald[219]: Runtime Journal (/run/log/journal/a555a08ba3b04ee7bf395ad650f14abe) is>
May 24 14:33:31 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt c>
May 24 14:33:31 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount->
May 24 14:33:31 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules->
May 24 14:33:31 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl c>
May 24 14:33:31 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles>
May 24 14:33:31 archlinux-lenovo-g780 audit: BPF prog-id=14 op=LOAD
May 24 14:33:31 archlinux-lenovo-g780 audit: BPF prog-id=15 op=LOAD
May 24 14:33:31 archlinux-lenovo-g780 audit: BPF prog-id=16 op=LOAD
May 24 14:33:31 archlinux-lenovo-g780 systemd-modules-load[220]: Inserted module 'crypto_user'
May 24 14:33:31 archlinux-lenovo-g780 systemd-modules-load[220]: Inserted module 'sg'
May 24 14:33:31 archlinux-lenovo-g780 systemd-modules-load[220]: Inserted module 'pkcs8_key_parser'
May 24 14:33:31 archlinux-lenovo-g780 systemd-random-seed[227]: Kernel entropy pool is not initialized yet, waiting until it is.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Started Journal Service.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: modprobe@drm.service: Deactivated successfully.
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Finished Load Kernel Module drm.
May 24 14:33:31 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald>
May 24 14:33:31 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm com>
May 24 14:33:31 archlinux-lenovo-g780 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm>
May 24 14:33:31 archlinux-lenovo-g780 kernel: audit: type=1130 audit(1621892011.665:10): pid=1 uid=0 auid=4294967295 ses=4294967295>
May 24 14:33:31 archlinux-lenovo-g780 kernel: audit: type=1130 audit(1621892011.665:11): pid=1 uid=0 auid=4294967295 ses=4294967295>
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Starting Flush Journal to Persistent Storage...
May 24 14:33:31 archlinux-lenovo-g780 systemd-journald[219]: Time spent on flushing to /var/log/journal/a555a08ba3b04ee7bf395ad650f>
May 24 14:33:31 archlinux-lenovo-g780 systemd-journald[219]: System Journal (/var/log/journal/a555a08ba3b04ee7bf395ad650f14abe) is >
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpR>
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpR>
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpR>
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpR>
May 24 14:33:31 archlinux-lenovo-g780 kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
May 24 14:33:31 archlinux-lenovo-g780 kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
May 24 14:33:31 archlinux-lenovo-g780 kernel: alx 0000:01:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [20:89:84:3a:2b:88]
May 24 14:33:31 archlinux-lenovo-g780 kernel: input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:0>
May 24 14:33:31 archlinux-lenovo-g780 kernel: ideapad_acpi VPC2004:00: DYTC interface is not available
May 24 14:33:31 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-tri>
May 24 14:33:31 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd co>
May 24 14:33:31 archlinux-lenovo-g780 systemd-udevd[231]: /etc/udev/rules.d/01touchpad.rules:2 The line takes no effect, ignoring.
May 24 14:33:31 archlinux-lenovo-g780 mtp-probe[261]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.>
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Finished Coldplug All udev Devices.
May 24 14:33:31 archlinux-lenovo-g780 mtp-probe[261]: bus: 1, device: 3 was not an MTP device
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Started Rule-based Manager for Device Events and Files.
May 24 14:33:31 archlinux-lenovo-g780 mtp-probe[263]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.>
May 24 14:33:31 archlinux-lenovo-g780 systemd[1]: Finished Flush Journal to Persistent Storage.
May 24 14:33:31 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal->
May 24 14:33:31 archlinux-lenovo-g780 mtp-probe[262]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.>
May 24 14:33:31 archlinux-lenovo-g780 mtp-probe[262]: bus: 2, device: 3 was not an MTP device
May 24 14:33:31 archlinux-lenovo-g780 mtp-probe[263]: bus: 1, device: 5 was not an MTP device
May 24 14:33:32 archlinux-lenovo-g780 kernel: mousedev: PS/2 mouse device common for all mice
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Found device SHGS31-1000GS-2 Linux\x20home.
May 24 14:33:32 archlinux-lenovo-g780 kernel: mc: Linux media interface: v0.10
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Found device SHGS31-1000GS-2 SYSTEM_DRV.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Found device SHGS31-1000GS-2 Swap.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Activating swap /dev/disk/by-uuid/c5471306-35da-498a-9320-842893cef3f6...
May 24 14:33:32 archlinux-lenovo-g780 kernel: Adding 12287996k swap on /dev/sda7.  Priority:-2 extents:1 across:12287996k SSFS
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Activated swap /dev/disk/by-uuid/c5471306-35da-498a-9320-842893cef3f6.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Reached target Swap.
May 24 14:33:32 archlinux-lenovo-g780 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
May 24 14:33:32 archlinux-lenovo-g780 systemd-udevd[254]: ethtool: autonegotiation is unset or enabled, the speed and duplex are no>
May 24 14:33:32 archlinux-lenovo-g780 kernel: videodev: Linux video capture interface: v2.00
May 24 14:33:32 archlinux-lenovo-g780 kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
May 24 14:33:32 archlinux-lenovo-g780 kernel: i2c i2c-0: 2/2 memory slots populated (from DMI)
May 24 14:33:32 archlinux-lenovo-g780 kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
May 24 14:33:32 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor com>
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress po>
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Reached target Local File Systems (Pre).
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Mounting /tmp...
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility)>
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Starting File System Check on /dev/disk/by-uuid/0120cdc3-0d50-41d8-aa03-6fb2276d9>
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Starting File System Check on /dev/disk/by-uuid/5ACD-35D6...
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Mounted /tmp.
May 24 14:33:32 archlinux-lenovo-g780 kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
May 24 14:33:32 archlinux-lenovo-g780 kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
May 24 14:33:32 archlinux-lenovo-g780 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
May 24 14:33:32 archlinux-lenovo-g780 kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Starting Load/Save RF Kill Switch Status...
May 24 14:33:32 archlinux-lenovo-g780 systemd-udevd[247]: Using default interface naming scheme 'v247'.
May 24 14:33:32 archlinux-lenovo-g780 systemd-udevd[247]: ethtool: autonegotiation is unset or enabled, the speed and duplex are no>
May 24 14:33:32 archlinux-lenovo-g780 systemd-fsck[286]: /dev/sda10: clean, 438365/19251200 files, 50855797/76977664 blocks
May 24 14:33:32 archlinux-lenovo-g780 kernel: alx 0000:01:00.0 enp1s0: renamed from eth0
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Finished File System Check on /dev/disk/by-uuid/0120cdc3-0d50-41d8-aa03-6fb2276d9>
May 24 14:33:32 archlinux-lenovo-g780 kernel: Bluetooth: Core ver 2.22
May 24 14:33:32 archlinux-lenovo-g780 kernel: NET: Registered protocol family 31
May 24 14:33:32 archlinux-lenovo-g780 kernel: Bluetooth: HCI device and connection manager initialized
May 24 14:33:32 archlinux-lenovo-g780 kernel: Bluetooth: HCI socket layer initialized
May 24 14:33:32 archlinux-lenovo-g780 kernel: Bluetooth: L2CAP socket layer initialized
May 24 14:33:32 archlinux-lenovo-g780 kernel: Bluetooth: SCO socket layer initialized
May 24 14:33:32 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev>
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Mounting /home...
May 24 14:33:32 archlinux-lenovo-g780 kernel: cryptd: max_cpu_qlen set to 1000
May 24 14:33:32 archlinux-lenovo-g780 kernel: EXT4-fs (sda10): mounted filesystem with ordered data mode. Opts: data=ordered. Quota>
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Mounted /home.
May 24 14:33:32 archlinux-lenovo-g780 systemd-fsck[287]: fsck.fat 4.2 (2021-01-31)
May 24 14:33:32 archlinux-lenovo-g780 systemd-fsck[287]: /dev/sda2: 487 files, 21033/65536 clusters
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Finished File System Check on /dev/disk/by-uuid/5ACD-35D6.
May 24 14:33:32 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev>
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Mounting /boot/efi...
May 24 14:33:32 archlinux-lenovo-g780 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
May 24 14:33:32 archlinux-lenovo-g780 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
May 24 14:33:32 archlinux-lenovo-g780 systemd-udevd[238]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
May 24 14:33:32 archlinux-lenovo-g780 systemd-udevd[238]: Using default interface naming scheme 'v247'.
May 24 14:33:32 archlinux-lenovo-g780 kernel: at24 0-0050: supply vcc not found, using dummy regulator
May 24 14:33:32 archlinux-lenovo-g780 systemd-udevd[238]: ethtool: autonegotiation is unset or enabled, the speed and duplex are no>
May 24 14:33:32 archlinux-lenovo-g780 kernel: at24 0-0050: 256 byte spd EEPROM, read-only
May 24 14:33:32 archlinux-lenovo-g780 kernel: AVX version of gcm_enc/dec engaged.
May 24 14:33:32 archlinux-lenovo-g780 kernel: AES CTR mode by8 optimization enabled
May 24 14:33:32 archlinux-lenovo-g780 kernel: iTCO_vendor_support: vendor-support=0
May 24 14:33:32 archlinux-lenovo-g780 kernel: usbcore: registered new interface driver btusb
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Mounted /boot/efi.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Reached target Local File Systems.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Starting Create Volatile Files and Directories...
May 24 14:33:32 archlinux-lenovo-g780 kernel: iTCO_wdt iTCO_wdt.3.auto: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
May 24 14:33:32 archlinux-lenovo-g780 kernel: iTCO_wdt iTCO_wdt.3.auto: initialized. heartbeat=30 sec (nowayout=0)
May 24 14:33:32 archlinux-lenovo-g780 kernel: Bluetooth: hci0: read Intel version: 370710018002030d57
May 24 14:33:32 archlinux-lenovo-g780 kernel: Bluetooth: hci0: Intel device is already patched. patch num: 57
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Created slice system-systemd\x2dbacklight.slice.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:platform::kbd_backlight...
May 24 14:33:32 archlinux-lenovo-g780 systemd-udevd[237]: hci0: Process '/usr/bin/hciconfig hci0 up' failed with exit code 1.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:platform::kbd_backlight.
May 24 14:33:32 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backligh>
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Condition check resulted in Create System Users being skipped.
May 24 14:33:32 archlinux-lenovo-g780 kernel: usb 2-1.6: Found UVC 1.00 device Lenovo EasyCamera (04f2:b2e1)
May 24 14:33:32 archlinux-lenovo-g780 kernel: Intel(R) Wireless WiFi driver for Linux
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Finished Create Volatile Files and Directories.
May 24 14:33:32 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles>
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
May 24 14:33:32 archlinux-lenovo-g780 audit: BPF prog-id=17 op=LOAD
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Starting Network Time Synchronization...
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Condition check resulted in Update is Completed being skipped.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Started Load/Save RF Kill Switch Status.
May 24 14:33:32 archlinux-lenovo-g780 kernel: iwlwifi 0000:02:00.0: loaded firmware version 17.3216344376.0 7260-17.ucode op_mode i>
May 24 14:33:32 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill c>
May 24 14:33:32 archlinux-lenovo-g780 audit[334]: SYSTEM_BOOT pid=334 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-upda>
May 24 14:33:32 archlinux-lenovo-g780 kernel: input: Lenovo EasyCamera: Lenovo EasyC as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2>
May 24 14:33:32 archlinux-lenovo-g780 kernel: usbcore: registered new interface driver uvcvideo
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Finished Update UTMP about System Boot/Shutdown.
May 24 14:33:32 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-u>
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Started Network Time Synchronization.
May 24 14:33:32 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesync>
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Reached target System Initialization.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Started Daily Cleanup of Temporary Directories.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Reached target System Time Set.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Started Daily rotation of log files.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Started Daily man-db regeneration.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Started Daily verification of password and group files.
May 24 14:33:32 archlinux-lenovo-g780 kernel: checking generic (d0000000 580000) vs hw (e0000000 400000)
May 24 14:33:32 archlinux-lenovo-g780 kernel: checking generic (d0000000 580000) vs hw (d0000000 10000000)
May 24 14:33:32 archlinux-lenovo-g780 kernel: fb0: switching to inteldrmfb from EFI VGA
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Started Daily locate database update.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Reached target Timers.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Listening on CUPS Scheduler.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Listening on D-Bus System Message Bus Socket.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Reached target Sockets.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Reached target Basic System.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
May 24 14:33:32 archlinux-lenovo-g780 kernel: Console: switching to colour dummy device 80x25
May 24 14:33:32 archlinux-lenovo-g780 kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Starting Bluetooth service...
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Started D-Bus System Message Bus.
May 24 14:33:32 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="syste>
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Starting Network Manager...
May 24 14:33:32 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=okiscand comm="s>
May 24 14:33:32 archlinux-lenovo-g780 kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Started OKI Scan Service.
May 24 14:33:32 archlinux-lenovo-g780 audit: BPF prog-id=18 op=LOAD
May 24 14:33:32 archlinux-lenovo-g780 audit: BPF prog-id=19 op=LOAD
May 24 14:33:32 archlinux-lenovo-g780 audit: BPF prog-id=20 op=LOAD
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Starting User Login Management...
May 24 14:33:32 archlinux-lenovo-g780 avahi-daemon[344]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
May 24 14:33:32 archlinux-lenovo-g780 kernel: random: avahi-daemon: uninitialized urandom read (4 bytes read)
May 24 14:33:32 archlinux-lenovo-g780 avahi-daemon[344]: Successfully dropped root privileges.
May 24 14:33:32 archlinux-lenovo-g780 avahi-daemon[344]: avahi-daemon 0.8 starting up.
May 24 14:33:32 archlinux-lenovo-g780 scand[348]: ** WARNING(348:7f511b6cd740) [scand] ** scanner interface open error. (dev='MC362>
May 24 14:33:32 archlinux-lenovo-g780 kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns>
May 24 14:33:32 archlinux-lenovo-g780 bluetoothd[345]: Bluetooth daemon 5.58
May 24 14:33:32 archlinux-lenovo-g780 systemd-logind[349]: Watching system buttons on /dev/input/event3 (Power Button)
May 24 14:33:32 archlinux-lenovo-g780 systemd-logind[349]: Watching system buttons on /dev/input/event0 (Power Button)
May 24 14:33:32 archlinux-lenovo-g780 systemd-logind[349]: Watching system buttons on /dev/input/event1 (Sleep Button)
May 24 14:33:32 archlinux-lenovo-g780 systemd-logind[349]: Watching system buttons on /dev/input/event2 (Lid Switch)
May 24 14:33:32 archlinux-lenovo-g780 systemd-logind[349]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboa>
May 24 14:33:32 archlinux-lenovo-g780 systemd-logind[349]: New seat seat0.
May 24 14:33:32 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892012.6524] NetworkManager (version 1.30.4-3) is starting.>
May 24 14:33:32 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892012.6529] Read config: /etc/NetworkManager/NetworkManage>
May 24 14:33:32 archlinux-lenovo-g780 kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
May 24 14:33:32 archlinux-lenovo-g780 kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
May 24 14:33:32 archlinux-lenovo-g780 kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
May 24 14:33:32 archlinux-lenovo-g780 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:02/input/inp>
May 24 14:33:32 archlinux-lenovo-g780 kernel: snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i9>
May 24 14:33:32 archlinux-lenovo-g780 avahi-daemon[344]: Successfully called chroot().
May 24 14:33:32 archlinux-lenovo-g780 avahi-daemon[344]: Successfully dropped remaining capabilities.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Started Bluetooth service.
May 24 14:33:32 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm=">
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Reached target Bluetooth.
May 24 14:33:32 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon com>
May 24 14:33:32 archlinux-lenovo-g780 avahi-daemon[344]: No service file found in /etc/avahi/services.
May 24 14:33:32 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind c>
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Started Avahi mDNS/DNS-SD Stack.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Started User Login Management.
May 24 14:33:32 archlinux-lenovo-g780 avahi-daemon[344]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
May 24 14:33:32 archlinux-lenovo-g780 avahi-daemon[344]: New relevant interface lo.IPv6 for mDNS.
May 24 14:33:32 archlinux-lenovo-g780 avahi-daemon[344]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
May 24 14:33:32 archlinux-lenovo-g780 avahi-daemon[344]: New relevant interface lo.IPv4 for mDNS.
May 24 14:33:32 archlinux-lenovo-g780 avahi-daemon[344]: Network interface enumeration completed.
May 24 14:33:32 archlinux-lenovo-g780 avahi-daemon[344]: Registering new address record for ::1 on lo.*.
May 24 14:33:32 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.freedesktop.systemd1'
May 24 14:33:32 archlinux-lenovo-g780 avahi-daemon[344]: Registering new address record for 127.0.0.1 on lo.IPv4.
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Started Network Manager.
May 24 14:33:32 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892012.6771] bus-manager: acquired D-Bus service "org.freed>
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Reached target Network.
May 24 14:33:32 archlinux-lenovo-g780 bluetoothd[345]: Starting SDP server
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Starting CUPS Scheduler...
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Starting Permit User Sessions...
May 24 14:33:32 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager c>
May 24 14:33:32 archlinux-lenovo-g780 kernel: fbcon: i915drmfb (fb0) is primary device
May 24 14:33:32 archlinux-lenovo-g780 systemd[1]: Finished Permit User Sessions.
May 24 14:33:32 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892012.7022] manager[0x555eda8390c0]: monitoring kernel fir>
May 24 14:33:32 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.freedesktop.hostname1' u>
May 24 14:33:32 archlinux-lenovo-g780 kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
May 24 14:33:32 archlinux-lenovo-g780 kernel: Bluetooth: BNEP filters: protocol multicast
May 24 14:33:32 archlinux-lenovo-g780 kernel: Bluetooth: BNEP socket layer initialized
May 24 14:33:32 archlinux-lenovo-g780 bluetoothd[345]: Bluetooth management interface 1.19 initialized
May 24 14:33:32 archlinux-lenovo-g780 kernel: NET: Registered protocol family 38
May 24 14:33:32 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.freedesktop.ColorManager>
May 24 14:33:32 archlinux-lenovo-g780 kernel: iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
May 24 14:33:32 archlinux-lenovo-g780 kernel: iwlwifi 0000:02:00.0: base HW address: 80:19:34:e1:42:db
May 24 14:33:32 archlinux-lenovo-g780 kernel: snd_hda_codec_conexant hdaudioC0D0: CX20590: BIOS auto-probing.
May 24 14:33:32 archlinux-lenovo-g780 kernel: snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20590: line_outs=1 (0x1f/0x0/0x0>
May 24 14:33:32 archlinux-lenovo-g780 kernel: snd_hda_codec_conexant hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 24 14:33:32 archlinux-lenovo-g780 kernel: snd_hda_codec_conexant hdaudioC0D0:    hp_outs=1 (0x19/0x0/0x0/0x0/0x0)
May 24 14:33:32 archlinux-lenovo-g780 kernel: snd_hda_codec_conexant hdaudioC0D0:    mono: mono_out=0x0
May 24 14:33:32 archlinux-lenovo-g780 kernel: snd_hda_codec_conexant hdaudioC0D0:    inputs:
May 24 14:33:32 archlinux-lenovo-g780 kernel: snd_hda_codec_conexant hdaudioC0D0:      Internal Mic=0x1b
May 24 14:33:32 archlinux-lenovo-g780 kernel: snd_hda_codec_conexant hdaudioC0D0:      Mic=0x1a
May 24 14:33:32 archlinux-lenovo-g780 kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
May 24 14:33:32 archlinux-lenovo-g780 kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
May 24 14:33:32 archlinux-lenovo-g780 kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/in>
May 24 14:33:32 archlinux-lenovo-g780 kernel: intel_rapl_common: Found RAPL domain package
May 24 14:33:32 archlinux-lenovo-g780 kernel: intel_rapl_common: Found RAPL domain core
May 24 14:33:32 archlinux-lenovo-g780 kernel: intel_rapl_common: Found RAPL domain uncore
May 24 14:33:32 archlinux-lenovo-g780 kernel: intel_rapl_common: RAPL package-0 domain package locked by BIOS
May 24 14:33:33 archlinux-lenovo-g780 systemd-udevd[237]: Using default interface naming scheme 'v247'.
May 24 14:33:33 archlinux-lenovo-g780 kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
May 24 14:33:33 archlinux-lenovo-g780 systemd-udevd[237]: ethtool: autonegotiation is unset or enabled, the speed and duplex are no>
May 24 14:33:33 archlinux-lenovo-g780 kernel: psmouse serio1: synaptics: queried max coordinates: x [..5728], y [..4902]
May 24 14:33:33 archlinux-lenovo-g780 kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x>
May 24 14:33:33 archlinux-lenovo-g780 kernel: random: crng init done
May 24 14:33:33 archlinux-lenovo-g780 kernel: random: 2 urandom warning(s) missed due to ratelimiting
May 24 14:33:33 archlinux-lenovo-g780 kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
May 24 14:33:33 archlinux-lenovo-g780 avahi-daemon[344]: Server startup complete. Host name is archlinux-lenovo-g780.local. Local s>
May 24 14:33:33 archlinux-lenovo-g780 kernel: Console: switching to colour frame buffer device 200x56
May 24 14:33:33 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-ses>
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Finished Load/Save Random Seed.
May 24 14:33:33 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-s>
May 24 14:33:33 archlinux-lenovo-g780 kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Condition check resulted in First Boot Complete being skipped.
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Starting Save/Restore Sound Card State...
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being ski>
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Starting Manage, Install and Generate Color Profiles...
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Started Simple Desktop Display Manager.
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
May 24 14:33:33 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="syste>
May 24 14:33:33 archlinux-lenovo-g780 audit: BPF prog-id=21 op=LOAD
May 24 14:33:33 archlinux-lenovo-g780 audit: BPF prog-id=22 op=LOAD
May 24 14:33:33 archlinux-lenovo-g780 audit: BPF prog-id=23 op=LOAD
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Starting Hostname Service...
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Finished Save/Restore Sound Card State.
May 24 14:33:33 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore com>
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Reached target Sound Card.
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
May 24 14:33:33 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backligh>
May 24 14:33:33 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.freedesktop.ColorManager'
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Started Manage, Install and Generate Color Profiles.
May 24 14:33:33 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="sys>
May 24 14:33:33 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Started Hostname Service.
May 24 14:33:33 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostname>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6468] hostname: hostname: using hostnamed
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6468] hostname: hostname changed from (none) to "arc>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6472] dns-mgr[0x555eda80b110]: init: dns=default,sys>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6486] rfkill3: found Wi-Fi radio killswitch (at /sys>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6489] rfkill0: found Wi-Fi radio killswitch (at /sys>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6502] manager[0x555eda8390c0]: rfkill: Wi-Fi hardwar>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6502] manager[0x555eda8390c0]: rfkill: WWAN hardware>
May 24 14:33:33 archlinux-lenovo-g780 sddm[400]: Initializing...
May 24 14:33:33 archlinux-lenovo-g780 sddm[400]: Starting...
May 24 14:33:33 archlinux-lenovo-g780 sddm[400]: Logind interface found
May 24 14:33:33 archlinux-lenovo-g780 sddm[400]: Adding new display on vt 1 ...
May 24 14:33:33 archlinux-lenovo-g780 sddm[400]: Loading theme configuration from ""
May 24 14:33:33 archlinux-lenovo-g780 sddm[400]: Display server starting...
May 24 14:33:33 archlinux-lenovo-g780 sddm[400]: Adding cookie to "/var/run/sddm/{8074732c-3643-43de-a96a-e01846f740eb}"
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6733] Loaded device plugin: NMBluezManager (/usr/lib>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6762] Loaded device plugin: NMOvsFactory (/usr/lib/N>
May 24 14:33:33 archlinux-lenovo-g780 sddm[400]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6780] Loaded device plugin: NMAtmManager (/usr/lib/N>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6795] Loaded device plugin: NMWifiFactory (/usr/lib/>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6805] Loaded device plugin: NMWwanFactory (/usr/lib/>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6901] Loaded device plugin: NMTeamFactory (/usr/lib/>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6905] manager: rfkill: Wi-Fi enabled by radio killsw>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6908] manager: rfkill: WWAN enabled by radio killswi>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6910] manager: Networking is enabled by state file
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6926] dhcp-init: Using DHCP client 'internal'
May 24 14:33:33 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatche>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.6943] settings: Loaded settings plugin: keyfile (int>
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Starting Network Manager Script Dispatcher Service...
May 24 14:33:33 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
May 24 14:33:33 archlinux-lenovo-g780 systemd[1]: Started Network Manager Script Dispatcher Service.
May 24 14:33:33 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-d>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.7389] device (lo): carrier: link connected
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.7392] manager: (lo): new Generic device (/org/freede>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.7410] manager: (enp1s0): new Ethernet device (/org/f>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.7421] device (enp1s0): state change: unmanaged -> un>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.7509] device (wlan0): driver supports Access Point (>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.7515] manager: (wlan0): new 802.11 Wi-Fi device (/or>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.7574] ovsdb: Could not connect: No such file or dire>
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.7575] ovsdb: disconnected from ovsdb
May 24 14:33:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892013.7589] device (wlan0): state change: unmanaged -> una>
May 24 14:33:34 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892014.0411] device (wlan0): set-hw-addr: set MAC address t>
May 24 14:33:34 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit=>
May 24 14:33:34 archlinux-lenovo-g780 systemd[1]: Starting WPA supplicant...
May 24 14:33:34 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
May 24 14:33:34 archlinux-lenovo-g780 systemd[1]: Started WPA supplicant.
May 24 14:33:34 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant c>
May 24 14:33:34 archlinux-lenovo-g780 wpa_supplicant[424]: Successfully initialized wpa_supplicant
May 24 14:33:34 archlinux-lenovo-g780 systemd[1]: Started CUPS Scheduler.
May 24 14:33:34 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="syste>
May 24 14:33:34 archlinux-lenovo-g780 systemd[1]: Started Make remote CUPS printers available locally.
May 24 14:33:34 archlinux-lenovo-g780 systemd[1]: Reached target Multi-User System.
May 24 14:33:34 archlinux-lenovo-g780 systemd[1]: Reached target Graphical Interface.
May 24 14:33:34 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups-browsed com>
May 24 14:33:34 archlinux-lenovo-g780 systemd[1]: Startup finished in 5.406s (kernel) + 3.267s (userspace) = 8.674s.
May 24 14:33:34 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892014.3764] device (wlan0): supplicant interface state: in>
May 24 14:33:34 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892014.3765] Wi-Fi P2P device controlled by interface wlan0>
May 24 14:33:34 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892014.3767] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P>
May 24 14:33:34 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892014.3771] device (p2p-dev-wlan0): state change: unmanage>
May 24 14:33:34 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892014.3778] device (wlan0): state change: unavailable -> d>
May 24 14:33:34 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892014.3784] device (p2p-dev-wlan0): state change: unavaila>
May 24 14:33:34 archlinux-lenovo-g780 NetworkManager[347]: <warn>  [1621892014.3797] sup-iface[0652606d877653e5,0,wlan0]: call-p2p->
May 24 14:33:34 archlinux-lenovo-g780 sddm[400]: Setting default cursor
May 24 14:33:34 archlinux-lenovo-g780 sddm[400]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
May 24 14:33:34 archlinux-lenovo-g780 sddm[400]: Display server started.
May 24 14:33:34 archlinux-lenovo-g780 sddm[400]: Socket server starting...
May 24 14:33:34 archlinux-lenovo-g780 sddm[400]: Socket server started.
May 24 14:33:34 archlinux-lenovo-g780 sddm[400]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
May 24 14:33:34 archlinux-lenovo-g780 sddm[400]: Greeter starting...
May 24 14:33:34 archlinux-lenovo-g780 sddm-helper[437]: [PAM] Starting...
May 24 14:33:34 archlinux-lenovo-g780 audit[437]: USER_AUTH pid=437 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication>
May 24 14:33:34 archlinux-lenovo-g780 audit[437]: USER_ACCT pid=437 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting gra>
May 24 14:33:34 archlinux-lenovo-g780 sddm-helper[437]: [PAM] Authenticating...
May 24 14:33:34 archlinux-lenovo-g780 sddm-helper[437]: [PAM] returning.
May 24 14:33:34 archlinux-lenovo-g780 audit[437]: CRED_ACQ pid=437 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantor>
May 24 14:33:34 archlinux-lenovo-g780 sddm-helper[437]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=619) by (u>
May 24 14:33:34 archlinux-lenovo-g780 systemd[1]: Created slice User Slice of UID 619.
May 24 14:33:34 archlinux-lenovo-g780 systemd[1]: Starting User Runtime Directory /run/user/619...
May 24 14:33:34 archlinux-lenovo-g780 systemd-logind[349]: New session c1 of user sddm.
May 24 14:33:34 archlinux-lenovo-g780 systemd[1]: Finished User Runtime Directory /run/user/619.
May 24 14:33:34 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir>
May 24 14:33:34 archlinux-lenovo-g780 systemd[1]: Starting User Manager for UID 619...
May 24 14:33:34 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.freedesktop.home1' unit=>
May 24 14:33:34 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1>
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit db>
May 24 14:33:34 archlinux-lenovo-g780 audit[439]: USER_ACCT pid=439 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting gra>
May 24 14:33:34 archlinux-lenovo-g780 audit[439]: CRED_ACQ pid=439 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantor>
May 24 14:33:34 archlinux-lenovo-g780 audit[439]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffca610a2f0 a2=3 a3=2>
May 24 14:33:34 archlinux-lenovo-g780 audit: PROCTITLE proctitle="(systemd)"
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=>
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: pam_unix(systemd-user:session): session opened for user sddm(uid=619) by (uid=0)
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: pam_env(systemd-user:session): deprecated reading of user environment enabled
May 24 14:33:34 archlinux-lenovo-g780 audit[439]: USER_START pid=439 uid=0 auid=619 ses=1 msg='op=PAM:session_open grantors=pam_log>
May 24 14:33:34 archlinux-lenovo-g780 audit: BPF prog-id=24 op=LOAD
May 24 14:33:34 archlinux-lenovo-g780 audit[439]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffd86ff2490 a2=78 a>
May 24 14:33:34 archlinux-lenovo-g780 audit: PROCTITLE proctitle="(systemd)"
May 24 14:33:34 archlinux-lenovo-g780 audit: BPF prog-id=24 op=UNLOAD
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Queued start job for default target Main User Target.
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Created slice User Application Slice.
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Reached target Paths.
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Reached target Timers.
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Starting D-Bus User Message Bus Socket.
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Listening on GnuPG network certificate management daemon.
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Listening on GnuPG cryptographic agent and passphrase cache (access for web bro>
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Listening on GnuPG cryptographic agent and passphrase cache.
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Listening on p11-kit server.
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Listening on PipeWire PulseAudio.
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Listening on Multimedia System.
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Listening on D-Bus User Message Bus Socket.
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Reached target Sockets.
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Reached target Basic System.
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Reached target Main User Target.
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Startup finished in 191ms.
May 24 14:33:34 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@619 comm="s>
May 24 14:33:34 archlinux-lenovo-g780 systemd[1]: Started User Manager for UID 619.
May 24 14:33:34 archlinux-lenovo-g780 systemd[1]: Started Session c1 of user sddm.
May 24 14:33:34 archlinux-lenovo-g780 audit[437]: USER_START pid=437 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open >
May 24 14:33:34 archlinux-lenovo-g780 sddm[400]: Greeter session started successfully
May 24 14:33:34 archlinux-lenovo-g780 sddm-greeter[447]: High-DPI autoscaling not Enabled
May 24 14:33:34 archlinux-lenovo-g780 sddm-greeter[447]: Reading from "/usr/share/xsessions/plasma.desktop"
May 24 14:33:34 archlinux-lenovo-g780 sddm-greeter[447]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
May 24 14:33:34 archlinux-lenovo-g780 systemd[439]: Started D-Bus User Message Bus.
May 24 14:33:34 archlinux-lenovo-g780 sddm-greeter[447]: Connected to the daemon.
May 24 14:33:34 archlinux-lenovo-g780 sddm-greeter[447]: QFont::fromString: Invalid description '(empty)'
May 24 14:33:34 archlinux-lenovo-g780 sddm[400]: Message received from greeter: Connect
May 24 14:33:35 archlinux-lenovo-g780 sddm-greeter[447]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
May 24 14:33:35 archlinux-lenovo-g780 sddm-greeter[447]: QObject: Cannot create children for a parent that is in a different thread.
                                                         (Parent is QGuiApplication(0x7ffe012435f0), parent's thread is QThread(0x5>
May 24 14:33:35 archlinux-lenovo-g780 sddm-greeter[447]: QObject: Cannot create children for a parent that is in a different thread.
                                                         (Parent is QGuiApplication(0x7ffe012435f0), parent's thread is QThread(0x5>
May 24 14:33:35 archlinux-lenovo-g780 sddm-greeter[447]: QObject: Cannot create children for a parent that is in a different thread.
                                                         (Parent is QGuiApplication(0x7ffe012435f0), parent's thread is QThread(0x5>
May 24 14:33:35 archlinux-lenovo-g780 sddm-greeter[447]: QObject::installEventFilter(): Cannot filter events for objects in a diffe>
May 24 14:33:35 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' >
May 24 14:33:35 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' uni>
May 24 14:33:35 archlinux-lenovo-g780 systemd[1]: Starting Authorization Manager...
May 24 14:33:35 archlinux-lenovo-g780 systemd[1]: Starting Disk Manager...
May 24 14:33:35 archlinux-lenovo-g780 udisksd[459]: udisks daemon version 2.9.2 starting
May 24 14:33:35 archlinux-lenovo-g780 polkitd[458]: Started polkitd version 0.118
May 24 14:33:35 archlinux-lenovo-g780 polkitd[458]: Loading rules from directory /etc/polkit-1/rules.d
May 24 14:33:35 archlinux-lenovo-g780 polkitd[458]: Loading rules from directory /usr/share/polkit-1/rules.d
May 24 14:33:35 archlinux-lenovo-g780 polkitd[458]: Finished loading, compiling and executing 9 rules
May 24 14:33:35 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
May 24 14:33:35 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="sys>
May 24 14:33:35 archlinux-lenovo-g780 systemd[1]: Started Authorization Manager.
May 24 14:33:35 archlinux-lenovo-g780 polkitd[458]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
May 24 14:33:35 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.freedesktop.UDisks2'
May 24 14:33:35 archlinux-lenovo-g780 systemd[1]: Started Disk Manager.
May 24 14:33:35 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="sy>
May 24 14:33:35 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit>
May 24 14:33:35 archlinux-lenovo-g780 audit: BPF prog-id=25 op=LOAD
May 24 14:33:35 archlinux-lenovo-g780 audit: BPF prog-id=26 op=LOAD
May 24 14:33:35 archlinux-lenovo-g780 systemd[1]: Starting Daemon for power management...
May 24 14:33:35 archlinux-lenovo-g780 udisksd[459]: Acquired the name org.freedesktop.UDisks2 on the system message bus
May 24 14:33:36 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.freedesktop.UPower'
May 24 14:33:36 archlinux-lenovo-g780 systemd[1]: Started Daemon for power management.
May 24 14:33:36 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="sys>
May 24 14:33:36 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/VirtualKeyboard.qml:23:1: >
May 24 14:33:36 archlinux-lenovo-g780 sddm-greeter[447]: qrc:/QtQuick/VirtualKeyboard/content/InputPanel.qml:127:5: Type Keyboard u>
May 24 14:33:36 archlinux-lenovo-g780 sddm-greeter[447]: qrc:/QtQuick/VirtualKeyboard/content/components/Keyboard.qml:38:1: module >
May 24 14:33:36 archlinux-lenovo-g780 sddm-greeter[447]: Adding view for "LVDS1" QRect(0,0 1600x900)
May 24 14:33:36 archlinux-lenovo-g780 sddm-greeter[447]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we though>
May 24 14:33:36 archlinux-lenovo-g780 sddm-greeter[447]: Message received from daemon: Capabilities
May 24 14:33:36 archlinux-lenovo-g780 sddm-greeter[447]: Message received from daemon: HostName
May 24 14:33:38 archlinux-lenovo-g780 systemd[1]: systemd-rfkill.service: Deactivated successfully.
May 24 14:33:38 archlinux-lenovo-g780 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill co>
May 24 14:33:38 archlinux-lenovo-g780 kernel: kauditd_printk_skb: 58 callbacks suppressed
May 24 14:33:38 archlinux-lenovo-g780 kernel: audit: type=1131 audit(1621892018.025:66): pid=1 uid=0 auid=4294967295 ses=4294967295>
May 24 14:33:41 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892021.1448] manager: startup complete
May 24 14:33:43 archlinux-lenovo-g780 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 24 14:33:43 archlinux-lenovo-g780 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-di>
May 24 14:33:43 archlinux-lenovo-g780 kernel: audit: type=1131 audit(1621892023.681:67): pid=1 uid=0 auid=4294967295 ses=4294967295>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: Reading from "/usr/share/xsessions/plasma.desktop"
May 24 14:33:43 archlinux-lenovo-g780 sddm[400]: Message received from greeter: Login
May 24 14:33:43 archlinux-lenovo-g780 sddm[400]: Reading from "/usr/share/xsessions/plasma.desktop"
May 24 14:33:43 archlinux-lenovo-g780 sddm[400]: Reading from "/usr/share/xsessions/plasma.desktop"
May 24 14:33:43 archlinux-lenovo-g780 sddm[400]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startpl>
May 24 14:33:43 archlinux-lenovo-g780 sddm-helper[514]: [PAM] Starting...
May 24 14:33:43 archlinux-lenovo-g780 sddm-helper[514]: [PAM] Authenticating...
May 24 14:33:43 archlinux-lenovo-g780 sddm-helper[514]: [PAM] Preparing to converse...
May 24 14:33:43 archlinux-lenovo-g780 sddm-helper[514]: [PAM] Conversation with 1 messages
May 24 14:33:43 archlinux-lenovo-g780 sddm-helper[514]: gkr-pam: unable to locate daemon control file
May 24 14:33:43 archlinux-lenovo-g780 audit[514]: USER_AUTH pid=514 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication>
May 24 14:33:43 archlinux-lenovo-g780 sddm-helper[514]: gkr-pam: stashed password to try later in open session
May 24 14:33:43 archlinux-lenovo-g780 sddm-helper[514]: [PAM] returning.
May 24 14:33:43 archlinux-lenovo-g780 sddm-helper[514]: pam_kwallet5(sddm:auth): (null): pam_sm_authenticate
May 24 14:33:43 archlinux-lenovo-g780 kernel: audit: type=1100 audit(1621892023.828:68): pid=514 uid=0 auid=4294967295 ses=42949672>
May 24 14:33:43 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.freedesktop.home1' unit=>
May 24 14:33:43 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1>
May 24 14:33:43 archlinux-lenovo-g780 sddm-helper[514]: pam_systemd_home(sddm:account): systemd-homed is not available: Unit dbus-o>
May 24 14:33:43 archlinux-lenovo-g780 audit[514]: USER_ACCT pid=514 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting gra>
May 24 14:33:43 archlinux-lenovo-g780 sddm[400]: Authenticated successfully
May 24 14:33:43 archlinux-lenovo-g780 sddm-helper[514]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
May 24 14:33:43 archlinux-lenovo-g780 audit[514]: CRED_ACQ pid=514 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantor>
May 24 14:33:43 archlinux-lenovo-g780 audit[514]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffc1b764e10 a2=4 a3=3>
May 24 14:33:43 archlinux-lenovo-g780 audit: PROCTITLE proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B65>
May 24 14:33:43 archlinux-lenovo-g780 kernel: audit: type=1101 audit(1621892023.831:69): pid=514 uid=0 auid=4294967295 ses=42949672>
May 24 14:33:43 archlinux-lenovo-g780 kernel: audit: type=1103 audit(1621892023.831:70): pid=514 uid=0 auid=4294967295 ses=42949672>
May 24 14:33:43 archlinux-lenovo-g780 kernel: audit: type=1006 audit(1621892023.831:71): pid=514 uid=0 old-auid=4294967295 auid=100>
May 24 14:33:43 archlinux-lenovo-g780 kernel: audit: type=1300 audit(1621892023.831:71): arch=c000003e syscall=1 success=yes exit=4>
May 24 14:33:43 archlinux-lenovo-g780 kernel: audit: type=1327 audit(1621892023.831:71): proctitle=2F7573722F6C69622F7364646D2F7364>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: Message received from daemon: LoginSucceeded
May 24 14:33:43 archlinux-lenovo-g780 sddm-helper[514]: pam_unix(sddm:session): session opened for user bbraley(uid=1001) by (uid=0)
May 24 14:33:43 archlinux-lenovo-g780 systemd[1]: Created slice User Slice of UID 1001.
May 24 14:33:43 archlinux-lenovo-g780 systemd[1]: Starting User Runtime Directory /run/user/1001...
May 24 14:33:43 archlinux-lenovo-g780 systemd-logind[349]: New session 2 of user bbraley.
May 24 14:33:43 archlinux-lenovo-g780 systemd[1]: Finished User Runtime Directory /run/user/1001.
May 24 14:33:43 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir>
May 24 14:33:43 archlinux-lenovo-g780 systemd[1]: Starting User Manager for UID 1001...
May 24 14:33:43 archlinux-lenovo-g780 kernel: audit: type=1130 audit(1621892023.851:72): pid=1 uid=0 auid=4294967295 ses=4294967295>
May 24 14:33:43 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.freedesktop.home1' unit=>
May 24 14:33:43 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1>
May 24 14:33:43 archlinux-lenovo-g780 systemd[516]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit db>
May 24 14:33:43 archlinux-lenovo-g780 audit[516]: USER_ACCT pid=516 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting gra>
May 24 14:33:43 archlinux-lenovo-g780 audit[516]: CRED_ACQ pid=516 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantor>
May 24 14:33:43 archlinux-lenovo-g780 audit[516]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffca610a2f0 a2=4 a3=3>
May 24 14:33:43 archlinux-lenovo-g780 audit: PROCTITLE proctitle="(systemd)"
May 24 14:33:43 archlinux-lenovo-g780 systemd[516]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=>
May 24 14:33:43 archlinux-lenovo-g780 systemd[516]: pam_unix(systemd-user:session): session opened for user bbraley(uid=1001) by (u>
May 24 14:33:43 archlinux-lenovo-g780 systemd[516]: pam_env(systemd-user:session): deprecated reading of user environment enabled
May 24 14:33:43 archlinux-lenovo-g780 audit[516]: USER_START pid=516 uid=0 auid=1001 ses=3 msg='op=PAM:session_open grantors=pam_lo>
May 24 14:33:43 archlinux-lenovo-g780 kernel: audit: type=1101 audit(1621892023.858:73): pid=516 uid=0 auid=4294967295 ses=42949672>
May 24 14:33:43 archlinux-lenovo-g780 kernel: audit: type=1103 audit(1621892023.858:74): pid=516 uid=0 auid=4294967295 ses=42949672>
May 24 14:33:43 archlinux-lenovo-g780 audit: BPF prog-id=27 op=LOAD
May 24 14:33:43 archlinux-lenovo-g780 audit[516]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7fff9845ee30 a2=78 a>
May 24 14:33:43 archlinux-lenovo-g780 audit: PROCTITLE proctitle="(systemd)"
May 24 14:33:43 archlinux-lenovo-g780 audit: BPF prog-id=27 op=UNLOAD
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/Main.qml:458: TypeError: Cannot read >
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/Main.qml:463: TypeError: Cannot read >
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/Main.qml:162: TypeError: Cannot read >
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:102: Type>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:39: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:55: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:41: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:42: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:102: Type>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:39: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:55: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:41: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:42: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:102: Type>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:39: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:55: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:41: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:42: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:102: Type>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:39: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:55: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:41: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:42: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qm>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qm>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qm>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qm>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qm>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserList.qml:26: TypeError>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserList.qml:27: TypeError>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:103: Type>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:44: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:69: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:95: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:75: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:50: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:103: Type>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:44: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:78: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:69: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:95: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:50: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:75: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:47: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:62: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:78: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:47: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:62: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:78: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:47: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:62: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:78: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:47: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:62: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:78: TypeE>
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/Main.qml:446: TypeError: Cannot read >
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/Main.qml:467: TypeError: Cannot read >
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/Main.qml:249: TypeError: Cannot read >
May 24 14:33:43 archlinux-lenovo-g780 sddm-greeter[447]: file:///usr/share/sddm/themes/breeze/Main.qml:485: TypeError: Cannot read >
May 24 14:33:43 archlinux-lenovo-g780 systemd-xdg-autostart-generator[522]: Configuration file /home/bbraley/.config/autostart/chro>
May 24 14:33:43 archlinux-lenovo-g780 audit[437]: USER_END pid=437 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close g>
May 24 14:33:43 archlinux-lenovo-g780 audit[437]: CRED_DISP pid=437 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred granto>
May 24 14:33:43 archlinux-lenovo-g780 systemd-xdg-autostart-generator[522]: /home/bbraley/.config/autostart/chromium.desktop:114: U>
May 24 14:33:43 archlinux-lenovo-g780 sddm-helper[437]: pam_unix(sddm-greeter:session): session closed for user sddm
May 24 14:33:43 archlinux-lenovo-g780 sddm-helper[437]: [PAM] Closing session
May 24 14:33:43 archlinux-lenovo-g780 sddm-helper[437]: [PAM] Ended.
May 24 14:33:43 archlinux-lenovo-g780 sddm[400]: Auth: sddm-helper exited successfully
May 24 14:33:43 archlinux-lenovo-g780 sddm[400]: Greeter stopped.
May 24 14:33:43 archlinux-lenovo-g780 systemd-logind[349]: Session c1 logged out. Waiting for processes to exit.
May 24 14:33:43 archlinux-lenovo-g780 systemd[1]: session-c1.scope: Deactivated successfully.
May 24 14:33:43 archlinux-lenovo-g780 systemd[1]: session-c1.scope: Consumed 1.286s CPU time.
May 24 14:33:43 archlinux-lenovo-g780 systemd-logind[349]: Removed session c1.
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Queued start job for default target Main User Target.
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Created slice User Application Slice.
May 24 14:33:44 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1001 comm=">
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Reached target Paths.
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Reached target Timers.
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Starting D-Bus User Message Bus Socket.
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Listening on GnuPG network certificate management daemon.
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Listening on GnuPG cryptographic agent and passphrase cache (access for web bro>
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Listening on GnuPG cryptographic agent and passphrase cache.
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Listening on p11-kit server.
May 24 14:33:44 archlinux-lenovo-g780 sddm-helper[514]: pam_env(sddm:session): deprecated reading of user environment enabled
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Listening on PipeWire PulseAudio.
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Listening on Multimedia System.
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Listening on D-Bus User Message Bus Socket.
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Reached target Sockets.
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Reached target Basic System.
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Reached target Main User Target.
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Startup finished in 169ms.
May 24 14:33:44 archlinux-lenovo-g780 systemd[1]: Started User Manager for UID 1001.
May 24 14:33:44 archlinux-lenovo-g780 systemd[1]: Started Session 2 of user bbraley.
May 24 14:33:44 archlinux-lenovo-g780 sddm-helper[514]: gkr-pam: gnome-keyring-daemon started properly and unlocked keyring
May 24 14:33:44 archlinux-lenovo-g780 sddm-helper[514]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
May 24 14:33:44 archlinux-lenovo-g780 sddm-helper[531]: pam_kwallet5: final socket path: /run/user/1001/kwallet5.socket
May 24 14:33:44 archlinux-lenovo-g780 audit[514]: USER_START pid=514 uid=0 auid=1001 ses=2 msg='op=PAM:session_open grantors=pam_ke>
May 24 14:33:44 archlinux-lenovo-g780 sddm-helper[514]: Starting: "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
May 24 14:33:44 archlinux-lenovo-g780 sddm-helper[533]: Adding cookie to "/home/bbraley/.Xauthority"
May 24 14:33:44 archlinux-lenovo-g780 sddm[400]: Session started
May 24 14:33:44 archlinux-lenovo-g780 systemd[516]: Started D-Bus User Message Bus.
May 24 14:33:44 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating service name='org.kde.KSplash' reques>
May 24 14:33:44 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.kde.KSplash'
May 24 14:33:44 archlinux-lenovo-g780 ksplashqml[548]: file:///usr/share/plasma/look-and-feel/org.kde.oxygen/contents/splash/Splash>
May 24 14:33:44 archlinux-lenovo-g780 ksplashqml[548]: file:///usr/share/plasma/look-and-feel/org.kde.oxygen/contents/splash/Splash>
May 24 14:33:44 archlinux-lenovo-g780 ksplashqml[548]: file:///usr/share/plasma/look-and-feel/org.kde.oxygen/contents/splash/Splash>
May 24 14:33:44 archlinux-lenovo-g780 klauncher[569]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged>
May 24 14:33:44 archlinux-lenovo-g780 kcminit_startup[578]: Initializing  "kcm_style" :  "kcminit_style"
May 24 14:33:44 archlinux-lenovo-g780 kcminit_startup[578]: QDBusConnection: error: could not send signal to service "" path "//hom>
May 24 14:33:44 archlinux-lenovo-g780 kcminit_startup[578]: Initializing  "kcm_mouse" :  "kcminit_mouse"
May 24 14:33:44 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: process job  "kcminit_startup" finished with exi>
May 24 14:33:45 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating via systemd: service name='ca.desrt.d>
May 24 14:33:45 archlinux-lenovo-g780 systemd[516]: Starting User preferences database...
May 24 14:33:45 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'ca.desrt.dconf'
May 24 14:33:45 archlinux-lenovo-g780 systemd[516]: Started User preferences database.
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5089:46: this c>
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5091:48: this c>
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5093:48: this c>
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5097:47: this c>
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5099:46: this c>
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5107:48: this c>
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5111:46: this c>
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5113:46: this c>
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5117:45: this c>
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5120:46: this c>
May 24 14:33:45 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating via systemd: service name='org.kde.Ac>
May 24 14:33:45 archlinux-lenovo-g780 systemd[516]: Created slice User Background Tasks Slice.
May 24 14:33:45 archlinux-lenovo-g780 systemd[516]: Starting KActivityManager Activity manager Service...
May 24 14:33:45 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.kde.Activity>
May 24 14:33:45 archlinux-lenovo-g780 systemd[516]: Started KActivityManager Activity manager Service.
May 24 14:33:45 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating via systemd: service name='org.kde.kg>
May 24 14:33:45 archlinux-lenovo-g780 systemd[516]: Starting KDE Global Shortcuts Server...
May 24 14:33:45 archlinux-lenovo-g780 kded5[586]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface: No such inter>
May 24 14:33:45 archlinux-lenovo-g780 kded5[586]: org.kde.bolt.kded: Couldn't connect to Bolt DBus daemon
May 24 14:33:45 archlinux-lenovo-g780 kded5[586]: bluedevil: Created
May 24 14:33:45 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.kde.kglobala>
May 24 14:33:45 archlinux-lenovo-g780 systemd[516]: Started KDE Global Shortcuts Server.
May 24 14:33:45 archlinux-lenovo-g780 ksmserver[620]: Qt: Session management error: networkIdsList argument is NULL
May 24 14:33:45 archlinux-lenovo-g780 kded5[586]: Installing the delayed initialization callback.
May 24 14:33:45 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:45 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:45 archlinux-lenovo-g780 kcminit_startup[578]: Initializing  "kded_touchpad" :  "kcminit_touchpad"
May 24 14:33:45 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:45 archlinux-lenovo-g780 kcminit_startup[578]: kcm_touchpad: Using X11 backend
May 24 14:33:45 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:45 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:45 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:45 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:45 archlinux-lenovo-g780 kcminit_startup[578]: Width:  3662  height:  3006
May 24 14:33:45 archlinux-lenovo-g780 kcminit_startup[578]: Approx. resX:  40  resY:  60
May 24 14:33:45 archlinux-lenovo-g780 kcminit_startup[578]: Touchpad resolution: x:  46  y:  83
May 24 14:33:45 archlinux-lenovo-g780 kcminit_startup[578]: Final resolution x: 46  y: 83
May 24 14:33:45 archlinux-lenovo-g780 kcminit_startup[578]: Initializing  "kcm_kgamma" :  "kcminit_kgamma"
May 24 14:33:45 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:45 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:45 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:45 archlinux-lenovo-g780 kaccess[651]: Xlib XKB extension major= 1  minor= 0
May 24 14:33:45 archlinux-lenovo-g780 systemd[516]: Started /usr/lib/DiscoverNotifier.
May 24 14:33:45 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating service name='org.kde.kded.smart' requested by ':1.33' >
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892025.9448] policy: auto-activating connection 'braley5' (>
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892025.9457] device (wlan0): Activation: starting connectio>
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892025.9468] device (wlan0): state change: disconnected -> >
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892025.9484] manager: NetworkManager state is now CONNECTING
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892025.9514] device (wlan0): set-hw-addr: reset MAC address>
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kf.config.core: "\"fsrestore2\" - conversion of \"401,401,0,0\" to QRect faile>
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kf.config.core: "\"fsrestore3\" - conversion of \"401,401,0,0\" to QRect faile>
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kf.config.core: "\"fsrestore4\" - conversion of \"401,401,0,0\" to QRect faile>
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kf.config.core: "\"fsrestore5\" - conversion of \"0,0,0,0\" to QRect failed"
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kf.config.core: "\"fsrestore6\" - conversion of \"401,401,0,0\" to QRect faile>
May 24 14:33:45 archlinux-lenovo-g780 kwin_x11[590]: kf.config.core: "\"fsrestore7\" - conversion of \"0,0,0,0\" to QRect failed"
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892025.9695] device (wlan0): state change: prepare -> confi>
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892025.9702] device (wlan0): Activation: (wifi) access poin>
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892025.9703] device (wlan0): state change: config -> need-a>
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892025.9708] sup-iface[0652606d877653e5,0,wlan0]: wps: type>
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892025.9757] device (wlan0): supplicant interface state: di>
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892025.9759] device (p2p-dev-wlan0): supplicant management >
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <warn>  [1621892025.9765] device (wlan0): no secrets: No agents were ava>
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892025.9768] device (wlan0): state change: need-auth -> fai>
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892025.9805] manager: NetworkManager state is now DISCONNEC>
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <warn>  [1621892025.9854] device (wlan0): Activation: failed for connect>
May 24 14:33:45 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892025.9917] device (wlan0): state change: failed -> discon>
May 24 14:33:46 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892026.0010] device (wlan0): set-hw-addr: set MAC address t>
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freed>
May 24 14:33:46 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892026.0150] device (wlan0): supplicant interface state: in>
May 24 14:33:46 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892026.0154] device (p2p-dev-wlan0): supplicant management >
May 24 14:33:46 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: New PolkitAgentListener  0x555ad52cb000
May 24 14:33:46 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: Adding new listener  PolkitQt1::Agent::Listener(0x555>
May 24 14:33:46 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: Listener online
May 24 14:33:46 archlinux-lenovo-g780 kaccess[651]: X server XKB extension major= 1  minor= 0
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' req>
May 24 14:33:46 archlinux-lenovo-g780 polkitd[458]: Registered Authentication Agent for unix-session:2 (system bus name :1.43 [/usr>
May 24 14:33:46 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: Authentication agent result: true
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.kde.kded.smart'
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: Delayed initialization.
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: Reloading the khotkeys configuration
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: Version 2 File!
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' >
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: true
May 24 14:33:46 archlinux-lenovo-g780 systemd[1]: Starting PackageKit Daemon...
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: Imported file "/usr/share/khotkeys/konsole.khotkeys"
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelp>
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper'>
May 24 14:33:46 archlinux-lenovo-g780 PackageKit[707]: daemon start
May 24 14:33:46 archlinux-lenovo-g780 systemd[516]: Started Okular - Document Viewer.
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: 
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: bluedevil: ObexManager operational changed false
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating via systemd: service name='org.bluez.>
May 24 14:33:46 archlinux-lenovo-g780 systemd[516]: Starting Bluetooth OBEX service...
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating service name='org.kde.KScreen' reques>
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: bluedevil: Bluetooth operational changed true
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: bluedevil: Agent registered
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: bluedevil: Requested default Agent
May 24 14:33:46 archlinux-lenovo-g780 obexd[717]: OBEX daemon 5.58
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.bluez.obex'
May 24 14:33:46 archlinux-lenovo-g780 systemd[516]: Started Bluetooth OBEX service.
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.freedesktop.PackageKit'
May 24 14:33:46 archlinux-lenovo-g780 systemd[1]: Started PackageKit Daemon.
May 24 14:33:46 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm=>
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.kde.powerdevil.chargethreshold>
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating service name='org.kde.powerdevil.backlighthelper' reque>
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.kde.KScreen'
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xrandr: Connected output 67 to CRTC 63
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: Detected XRandR 1.6
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: Event Base:  89
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: Event Error:  147
May 24 14:33:46 archlinux-lenovo-g780 kernel: Bluetooth: RFCOMM TTY layer initialized
May 24 14:33:46 archlinux-lenovo-g780 kernel: Bluetooth: RFCOMM socket layer initialized
May 24 14:33:46 archlinux-lenovo-g780 kernel: Bluetooth: RFCOMM ver 1.11
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: kscreen.kded: PowerDevil SuspendSession action not available!
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
May 24 14:33:46 archlinux-lenovo-g780 org_kde_powerdevil[647]: Warning from helper: Failed to open "/sys/class/power_supply/BAT1/ch>
May 24 14:33:46 archlinux-lenovo-g780 org_kde_powerdevil[647]: Warning from helper: Failed to open "/sys/class/power_supply/BAT1/ch>
May 24 14:33:46 archlinux-lenovo-g780 org_kde_powerdevil[647]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthre>
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xrandr: XRandR::setConfig
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xrandr: Requested screen size is QSize(1600, 900)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xrandr: Needed CRTCs:  1
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xrandr: Actions to perform: 
                                                                              Primary Output: false
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xrandr:         Change Screen Size: false
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xrandr:         Disable outputs: false
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xrandr:         Change outputs: true
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xrandr:                  (67)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xrandr:         Enable outputs: false
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xrandr: RRSetCrtcConfig (change output) 
                                                                              Output: 67 ( "LVDS1" ) 
                                                                              CRTC: 63 
                                                                              Pos: QPoint(0,0) 
                                                                              Mode: 73 KScreen::Mode(Id: "73" , Size: QSize(1600, 9>
                                                                              Rotation: KScreen::Output::None
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xrandr:         Result:  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xrandr: XRandROutput 67 update 
                                                                              m_connected: 0 
                                                                              m_crtc XRandRCrtc(0x558f10efcff0) 
                                                                              CRTC: 63 
                                                                              MODE: 73 
                                                                              Connection: 0 
                                                                              Primary: true
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xrandr: XRandR::setConfig done!
May 24 14:33:46 archlinux-lenovo-g780 systemd[516]: Started Kfilebox - Kfilebox.
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating service name='org.freedesktop.Notific>
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: Registering ":1.27/StatusNotifierItem" to system tray
May 24 14:33:46 archlinux-lenovo-g780 systemd[516]: app-\x2fusr\x2flib\x2fDiscoverNotifier-f6508a3eecff4eca8650fb561c96e412.scope: >
May 24 14:33:46 archlinux-lenovo-g780 systemd[516]: Started Okular - Document Viewer.
May 24 14:33:46 archlinux-lenovo-g780 kfilebox[734]: QCommandLineParser: already having an option named "h"
May 24 14:33:46 archlinux-lenovo-g780 kfilebox[734]: QCommandLineParser: already having an option named "help-all"
May 24 14:33:46 archlinux-lenovo-g780 kfilebox[734]: QCommandLineParser: already having an option named "v"
May 24 14:33:46 archlinux-lenovo-g780 org_kde_powerdevil[647]: org.kde.powerdevil: Handle button events action could not check for >
May 24 14:33:46 archlinux-lenovo-g780 org_kde_powerdevil[647]: Warning from helper: Failed to open "/sys/class/power_supply/BAT1/ch>
May 24 14:33:46 archlinux-lenovo-g780 org_kde_powerdevil[647]: Warning from helper: Failed to open "/sys/class/power_supply/BAT1/ch>
May 24 14:33:46 archlinux-lenovo-g780 org_kde_powerdevil[647]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthre>
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 systemd[516]: Started Okular - Document Viewer.
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kfilebox[734]: "\"/home/bbraley/.dropbox/aggregation.dbx\" was not found"
May 24 14:33:46 archlinux-lenovo-g780 plasmashell[639]: kf.plasma.quick: Applet preload policy set to 1
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: bluedevil: ObexManager operational changed true
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: bluedevil: ObexAgent registered
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kded5[586]: Registering ":1.34/StatusNotifierItem" to system tray
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating service name='org.kde.ksystemstats' r>
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 systemd[516]: Started Firefox - Web Browser.
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:33:46 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:33:47 archlinux-lenovo-g780 ksystemstats[758]: Found unsupported GPU: /sys/devices/pci0000:00/0000:00:02.0
May 24 14:33:47 archlinux-lenovo-g780 audit[347]: USYS_CONFIG pid=347 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg=">
May 24 14:33:47 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892027.1207] audit: op="statistics" arg="refresh-rate-ms" p>
May 24 14:33:47 archlinux-lenovo-g780 audit[347]: USYS_CONFIG pid=347 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg=">
May 24 14:33:47 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892027.1262] audit: op="statistics" arg="refresh-rate-ms" p>
May 24 14:33:47 archlinux-lenovo-g780 audit[347]: USYS_CONFIG pid=347 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg=">
May 24 14:33:47 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892027.2705] audit: op="statistics" arg="refresh-rate-ms" p>
May 24 14:33:47 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating via systemd: service name='org.gtk.vf>
May 24 14:33:47 archlinux-lenovo-g780 systemd[516]: Starting Virtual filesystem service...
May 24 14:33:47 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.gtk.vfs.Daem>
May 24 14:33:47 archlinux-lenovo-g780 systemd[516]: Started Virtual filesystem service.
May 24 14:33:47 archlinux-lenovo-g780 plasmashell[639]: trying to show an empty dialog
May 24 14:33:47 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Deskt>
May 24 14:33:47 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Deskt>
May 24 14:33:47 archlinux-lenovo-g780 plasmashell[639]: Plasma Shell startup completed
May 24 14:33:48 archlinux-lenovo-g780 systemd[516]: Created slice User Core Session Slice.
May 24 14:33:48 archlinux-lenovo-g780 systemd[516]: Started Multimedia Service.
May 24 14:33:48 archlinux-lenovo-g780 systemd[516]: Started Multimedia Service Session Manager.
May 24 14:33:48 archlinux-lenovo-g780 systemd[516]: Started PipeWire PulseAudio.
May 24 14:33:48 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1>
May 24 14:33:48 archlinux-lenovo-g780 systemd[1]: Starting RealtimeKit Scheduling Policy Service...
May 24 14:33:48 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Successfully called chroot.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Successfully dropped privileges.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Successfully limited resources.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Running.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Watchdog thread running.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Canary thread running.
May 24 14:33:48 archlinux-lenovo-g780 systemd[1]: Started RealtimeKit Scheduling Policy Service.
May 24 14:33:48 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon com>
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Successfully made thread 830 of process 830 owned by '1001' high priority >
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 1 threads of 1 processes of 1 users.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Successfully made thread 829 of process 829 owned by '1001' high priority >
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 2 threads of 2 processes of 1 users.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 2 threads of 2 processes of 1 users.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Successfully made thread 831 of process 831 owned by '1001' high priority >
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 3 threads of 3 processes of 1 users.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 3 threads of 3 processes of 1 users.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 3 threads of 3 processes of 1 users.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Successfully made thread 832 of process 830 owned by '1001' RT at priority>
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 4 threads of 3 processes of 1 users.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 4 threads of 3 processes of 1 users.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 4 threads of 3 processes of 1 users.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 4 threads of 3 processes of 1 users.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Successfully made thread 833 of process 829 owned by '1001' RT at priority>
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 5 threads of 3 processes of 1 users.
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Successfully made thread 834 of process 831 owned by '1001' RT at priority>
May 24 14:33:48 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 6 threads of 3 processes of 1 users.
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: trying to show an empty dialog
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qm>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/ScrollView.qml:86>
May 24 14:33:48 archlinux-lenovo-g780 systemd[516]: Started Kate - Advanced Text Editor.
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: trying to show an empty dialog
May 24 14:33:48 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSource/ldac
May 24 14:33:48 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSink/aptx_hd
May 24 14:33:48 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSource/aptx_hd
May 24 14:33:48 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSink/aptx
May 24 14:33:48 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSource/aptx
May 24 14:33:48 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSource/aac
May 24 14:33:48 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSink/sbc
May 24 14:33:48 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSource/sbc
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/>
May 24 14:33:48 archlinux-lenovo-g780 plasmashell[639]: trying to show an empty dialog
May 24 14:33:48 archlinux-lenovo-g780 systemd[516]: Started Kfilebox - Kfilebox.
May 24 14:33:48 archlinux-lenovo-g780 systemd[516]: Started /usr/bin/firewall-applet.
May 24 14:33:48 archlinux-lenovo-g780 kfilebox[872]: QCommandLineParser: already having an option named "h"
May 24 14:33:48 archlinux-lenovo-g780 kfilebox[872]: QCommandLineParser: already having an option named "help-all"
May 24 14:33:48 archlinux-lenovo-g780 kfilebox[872]: QCommandLineParser: already having an option named "v"
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui>
May 24 14:33:49 archlinux-lenovo-g780 kfilebox[872]: "\"/home/bbraley/.dropbox/aggregation.dbx\" was not found"
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:30:1:>
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/>
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/>
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/>
May 24 14:33:49 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.kde.ksystems>
May 24 14:33:49 archlinux-lenovo-g780 kded5[586]: Registering ":1.45/StatusNotifierItem" to system tray
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.linechart/content>
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: trying to show an empty dialog
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: trying to show an empty dialog
May 24 14:33:49 archlinux-lenovo-g780 kate[846]: kf.sonnet.core: No language dictionaries for the language: "en" trying to load en_>
May 24 14:33:49 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating via systemd: service name='org.a11y.B>
May 24 14:33:49 archlinux-lenovo-g780 systemd[516]: Starting Accessibility services bus...
May 24 14:33:49 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.a11y.Bus'
May 24 14:33:49 archlinux-lenovo-g780 systemd[516]: Started Accessibility services bus.
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.4196] policy: auto-activating connection 'braley2.4'>
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.4213] device (wlan0): Activation: starting connectio>
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.4231] device (wlan0): state change: disconnected -> >
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.4279] manager: NetworkManager state is now CONNECTING
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.4329] device (wlan0): set-hw-addr: reset MAC address>
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.4342] device (wlan0): state change: prepare -> confi>
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.4345] device (wlan0): Activation: (wifi) access poin>
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.4345] device (wlan0): state change: config -> need-a>
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.4348] sup-iface[0652606d877653e5,0,wlan0]: wps: type>
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <warn>  [1621892029.4364] device (wlan0): no secrets: No agents were ava>
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.4364] device (wlan0): state change: need-auth -> fai>
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.4369] manager: NetworkManager state is now DISCONNEC>
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <warn>  [1621892029.4382] device (wlan0): Activation: failed for connect>
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.4395] device (wlan0): state change: failed -> discon>
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.4416] device (wlan0): set-hw-addr: set MAC address t>
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: kf.quickcharts.datasource: ModelSource: Invalid column 1
May 24 14:33:49 archlinux-lenovo-g780 kdeconnectd[660]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org>
May 24 14:33:49 archlinux-lenovo-g780 kded5[586]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freed>
May 24 14:33:49 archlinux-lenovo-g780 kdeconnectd[660]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org>
May 24 14:33:49 archlinux-lenovo-g780 kded5[586]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freed>
May 24 14:33:49 archlinux-lenovo-g780 kate[846]: kf.sonnet.core: No language dictionaries for the language: "en"
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.5232] device (wlan0): supplicant interface state: in>
May 24 14:33:49 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892029.5232] device (p2p-dev-wlan0): supplicant management >
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: libkcups: CUPS-Get-Printers last error: 0 successful-ok
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: libkcups: Get-Jobs last error: 0 successful-ok
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: libkcups: Get-Jobs last error: 0 successful-ok
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: libkcups: Create-Printer-Subscriptions last error: 0 successful-ok
May 24 14:33:49 archlinux-lenovo-g780 kded5[586]: kcm_touchpad: Using X11 backend
May 24 14:33:49 archlinux-lenovo-g780 kded5[586]: Width:  3662  height:  3006
May 24 14:33:49 archlinux-lenovo-g780 kded5[586]: Approx. resX:  40  resY:  60
May 24 14:33:49 archlinux-lenovo-g780 kded5[586]: Touchpad resolution: x:  46  y:  83
May 24 14:33:49 archlinux-lenovo-g780 kded5[586]: Final resolution x: 46  y: 83
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: qml: +++ new BUtton textsDisable,Cancel
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: qml: +++ new BUtton textsDisable,Cancel
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: file:///usr/lib/qt/qml/org/kde/plasma/components/Dialog.qml:308:9: QML QQui>
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: file:///usr/lib/qt/qml/org/kde/plasma/components/Dialog.qml:308:9: QML QQui>
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: file:///usr/lib/qt/qml/org/kde/plasma/components/Dialog.qml:274:5: QML QQui>
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: file:///usr/lib/qt/qml/org/kde/plasma/components/Dialog.qml:274:5: QML QQui>
May 24 14:33:49 archlinux-lenovo-g780 plasmashell[639]: qml:  in external window
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.>
May 24 14:33:50 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.freedesktop.>
May 24 14:33:50 archlinux-lenovo-g780 systemd[516]: app-\x2fusr\x2fbin\x2ffirewall\x2dapplet-d2eec4ead80c4f7aac5346bd6433b55d.scope>
May 24 14:33:50 archlinux-lenovo-g780 kded5[586]: Registering "org.kde.StatusNotifierHost-639" as system tray
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.core.qabstractitemmodel.checkindex: Index QModelIndex(-1,-1,0x0,QObject(>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.core.qabstractitemmodel.checkindex: Index QModelIndex(-1,-1,0x0,QObject(>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: libkcups: 3 "Brother-DCP-7020"
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: libkcups: 3 "KONICA_MINOLTA_mc2300DL"
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: libkcups: 3 "MC362"
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: libkcups: 5 "Samsung_ML-2010"
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: libkcups: 0
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: libkcups: 0
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 1614, resour>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1615, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1616, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 1617, resour>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1618, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1619, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 1620, resour>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1621, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1622, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 1623, resour>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1624, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1625, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 1626, resour>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1627, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1628, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 1629, resour>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1630, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1631, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 1632, resour>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1633, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1634, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 2 (BadValue), sequence: 1635, resour>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1636, res>
May 24 14:33:50 archlinux-lenovo-g780 plasmashell[639]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 1637, res>
May 24 14:33:51 archlinux-lenovo-g780 systemd[516]: Started /home/bbraley/.dropbox-dist/dropbox-lnx.x86_64-122.4.4867/dropbox.
May 24 14:33:51 archlinux-lenovo-g780 systemd-udevd[841]: hci0:256: Process '/usr/bin/hciconfig hci0:256 up' failed with exit code >
May 24 14:33:51 archlinux-lenovo-g780 systemd[439]: Reached target Bluetooth.
May 24 14:33:51 archlinux-lenovo-g780 systemd[516]: Reached target Bluetooth.
May 24 14:33:51 archlinux-lenovo-g780 plasmashell[639]: trying to show an empty dialog
May 24 14:33:51 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 6 threads of 3 processes of 1 users.
May 24 14:33:51 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 6 threads of 3 processes of 1 users.
May 24 14:33:52 archlinux-lenovo-g780 kernel: input: Onkyo TX-NR636 (AVRCP) as /devices/virtual/input/input15
May 24 14:33:53 archlinux-lenovo-g780 systemd-logind[349]: Watching system buttons on /dev/input/event14 (Onkyo TX-NR636 (AVRCP))
May 24 14:33:53 archlinux-lenovo-g780 systemd[516]: Started Konsole - Terminal.
May 24 14:33:53 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:53 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:53 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:53 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:53 archlinux-lenovo-g780 plasma_session[556]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/>
May 24 14:33:54 archlinux-lenovo-g780 systemd[1]: Stopping User Manager for UID 619...
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Stopped target Bluetooth.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Stopped target Main User Target.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Stopping D-Bus User Message Bus...
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: dbus.service: Deactivated successfully.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Stopped D-Bus User Message Bus.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Stopped target Basic System.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Stopped target Paths.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Stopped target Sockets.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Stopped target Timers.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: dbus.socket: Deactivated successfully.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Closed D-Bus User Message Bus Socket.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: dirmngr.socket: Deactivated successfully.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Closed GnuPG network certificate management daemon.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: gpg-agent-browser.socket: Deactivated successfully.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: gpg-agent-extra.socket: Deactivated successfully.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: gpg-agent-ssh.socket: Deactivated successfully.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Closed GnuPG cryptographic agent (ssh-agent emulation).
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: gpg-agent.socket: Deactivated successfully.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Closed GnuPG cryptographic agent and passphrase cache.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: p11-kit-server.socket: Deactivated successfully.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Closed p11-kit server.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: pipewire-pulse.socket: Deactivated successfully.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Closed PipeWire PulseAudio.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: pipewire.socket: Deactivated successfully.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Closed Multimedia System.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Removed slice User Application Slice.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Reached target Shutdown.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: systemd-exit.service: Deactivated successfully.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Finished Exit the Session.
May 24 14:33:54 archlinux-lenovo-g780 systemd[439]: Reached target Exit the Session.
May 24 14:33:54 archlinux-lenovo-g780 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@619 comm="sy>
May 24 14:33:54 archlinux-lenovo-g780 systemd[1]: user@619.service: Deactivated successfully.
May 24 14:33:54 archlinux-lenovo-g780 systemd[440]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=>
May 24 14:33:54 archlinux-lenovo-g780 systemd[1]: Stopped User Manager for UID 619.
May 24 14:33:54 archlinux-lenovo-g780 kernel: kauditd_printk_skb: 17 callbacks suppressed
May 24 14:33:54 archlinux-lenovo-g780 kernel: audit: type=1131 audit(1621892034.085:88): pid=1 uid=0 auid=4294967295 ses=4294967295>
May 24 14:33:54 archlinux-lenovo-g780 systemd[1]: Stopping User Runtime Directory /run/user/619...
May 24 14:33:54 archlinux-lenovo-g780 systemd[516]: run-user-619.mount: Deactivated successfully.
May 24 14:33:54 archlinux-lenovo-g780 systemd[1]: user-runtime-dir@619.service: Deactivated successfully.
May 24 14:33:54 archlinux-lenovo-g780 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@>
May 24 14:33:54 archlinux-lenovo-g780 kernel: audit: type=1131 audit(1621892034.095:89): pid=1 uid=0 auid=4294967295 ses=4294967295>
May 24 14:33:54 archlinux-lenovo-g780 systemd[1]: Stopped User Runtime Directory /run/user/619.
May 24 14:33:54 archlinux-lenovo-g780 systemd[1]: Removed slice User Slice of UID 619.
May 24 14:33:54 archlinux-lenovo-g780 systemd[1]: user-619.slice: Consumed 1.518s CPU time.
May 24 14:33:54 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 3598, resource>
May 24 14:33:54 archlinux-lenovo-g780 at-spi-bus-launcher[1134]: ERROR nss_cache_populate_groups @ ../dbus-broker/src/launch/nss-ca>
May 24 14:33:54 archlinux-lenovo-g780 at-spi-bus-launcher[1134]:       nss_cache_populate @ ../dbus-broker/src/launch/nss-cache.c +>
May 24 14:33:54 archlinux-lenovo-g780 at-spi-bus-launcher[1134]:       launcher_run @ ../dbus-broker/src/launch/launcher.c +1324
May 24 14:33:54 archlinux-lenovo-g780 at-spi-bus-launcher[1134]:       run @ ../dbus-broker/src/launch/main.c +152
May 24 14:33:54 archlinux-lenovo-g780 at-spi-bus-launcher[1134]:       main @ ../dbus-broker/src/launch/main.c +178
May 24 14:33:54 archlinux-lenovo-g780 at-spi-bus-launcher[1134]: Exiting due to fatal error: -13
May 24 14:33:55 archlinux-lenovo-g780 at-spi-bus-launcher[927]: Failed to launch bus: Bus exited with code 1
May 24 14:33:55 archlinux-lenovo-g780 systemd[516]: at-spi-dbus-bus.service: Main process exited, code=exited, status=1/FAILURE
May 24 14:33:55 archlinux-lenovo-g780 systemd[516]: at-spi-dbus-bus.service: Failed with result 'exit-code'.
May 24 14:33:55 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating via systemd: service name='org.gtk.vf>
May 24 14:33:55 archlinux-lenovo-g780 systemd[516]: Starting Virtual filesystem service - disk device monitor...
May 24 14:33:55 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.gtk.vfs.UDis>
May 24 14:33:55 archlinux-lenovo-g780 systemd[516]: Started Virtual filesystem service - disk device monitor.
May 24 14:33:55 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 6 threads of 3 processes of 1 users.
May 24 14:33:55 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 6 threads of 3 processes of 1 users.
May 24 14:33:55 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.blueman.Mechanism' unit=>
May 24 14:33:55 archlinux-lenovo-g780 systemd[1]: Starting Bluetooth management mechanism...
May 24 14:33:55 archlinux-lenovo-g780 blueman-mechanism[1157]: Unable to init server: Could not connect: Connection refused
May 24 14:33:55 archlinux-lenovo-g780 blueman-mechanism[1157]: Unable to init server: Could not connect: Connection refused
May 24 14:33:55 archlinux-lenovo-g780 blueman-mechani[1157]: gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' fail>
May 24 14:33:55 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.blueman.Mechanism'
May 24 14:33:55 archlinux-lenovo-g780 systemd[1]: Started Bluetooth management mechanism.
May 24 14:33:55 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanis>
May 24 14:33:55 archlinux-lenovo-g780 kernel: audit: type=1130 audit(1621892035.621:90): pid=1 uid=0 auid=4294967295 ses=4294967295>
May 24 14:33:55 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 6 threads of 3 processes of 1 users.
May 24 14:33:55 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 6 threads of 3 processes of 1 users.
May 24 14:33:55 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 6 threads of 3 processes of 1 users.
May 24 14:33:55 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 6 threads of 3 processes of 1 users.
May 24 14:33:55 archlinux-lenovo-g780 rtkit-daemon[835]: Successfully made thread 1165 of process 760 owned by '1001' RT at priorit>
May 24 14:33:55 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:33:55 archlinux-lenovo-g780 audit[649]: ANOM_ABEND auid=1001 uid=1001 gid=500 ses=2 pid=649 comm=5468726561642028706F6F6C>
May 24 14:33:55 archlinux-lenovo-g780 kernel: audit: type=1701 audit(1621892035.845:91): auid=1001 uid=1001 gid=500 ses=2 pid=649 c>
May 24 14:33:55 archlinux-lenovo-g780 audit: BPF prog-id=28 op=LOAD
May 24 14:33:55 archlinux-lenovo-g780 audit: BPF prog-id=29 op=LOAD
May 24 14:33:55 archlinux-lenovo-g780 systemd[1]: Created slice system-systemd\x2dcoredump.slice.
May 24 14:33:55 archlinux-lenovo-g780 audit: BPF prog-id=30 op=LOAD
May 24 14:33:55 archlinux-lenovo-g780 kernel: audit: type=1334 audit(1621892035.925:92): prog-id=28 op=LOAD
May 24 14:33:55 archlinux-lenovo-g780 kernel: audit: type=1334 audit(1621892035.925:93): prog-id=29 op=LOAD
May 24 14:33:55 archlinux-lenovo-g780 kernel: audit: type=1334 audit(1621892035.925:94): prog-id=30 op=LOAD
May 24 14:33:55 archlinux-lenovo-g780 systemd[1]: Started Process Core Dump (PID 1180/UID 0).
May 24 14:33:55 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump>
May 24 14:33:55 archlinux-lenovo-g780 kernel: audit: type=1130 audit(1621892035.928:95): pid=1 uid=0 auid=4294967295 ses=4294967295>
May 24 14:33:56 archlinux-lenovo-g780 bluetoothd[345]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record:>
May 24 14:33:56 archlinux-lenovo-g780 plasmashell[639]: file:///usr/lib/qt/qml/org/kde/plasma/components/ModelContextMenu.qml:38:1:>
May 24 14:33:56 archlinux-lenovo-g780 polkitd[458]: Identity `unix-group:wheel' is not valid, ignoring (No UNIX group with name whe>
May 24 14:33:56 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: Listener adapter polkit_qt_listener_initiate_authenti>
May 24 14:33:56 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: GSimpleAsyncResult: 0x555ad5320de0
May 24 14:33:56 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: polkit_qt_listener_initiate_authentication callback f>
May 24 14:33:56 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: Initiating authentication
May 24 14:33:57 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: Message of action:  "Setting RfKill State requires pr>
May 24 14:33:57 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating via systemd: service name='org.a11y.B>
May 24 14:33:57 archlinux-lenovo-g780 systemd[516]: Starting Accessibility services bus...
May 24 14:33:57 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.a11y.Bus'
May 24 14:33:57 archlinux-lenovo-g780 systemd[516]: Started Accessibility services bus.
May 24 14:33:57 archlinux-lenovo-g780 at-spi-bus-launcher[1203]: ERROR nss_cache_populate_groups @ ../dbus-broker/src/launch/nss-ca>
May 24 14:33:57 archlinux-lenovo-g780 at-spi-bus-launcher[1203]:       nss_cache_populate @ ../dbus-broker/src/launch/nss-cache.c +>
May 24 14:33:57 archlinux-lenovo-g780 at-spi-bus-launcher[1203]:       launcher_run @ ../dbus-broker/src/launch/launcher.c +1324
May 24 14:33:57 archlinux-lenovo-g780 at-spi-bus-launcher[1203]:       run @ ../dbus-broker/src/launch/main.c +152
May 24 14:33:57 archlinux-lenovo-g780 at-spi-bus-launcher[1203]:       main @ ../dbus-broker/src/launch/main.c +178
May 24 14:33:57 archlinux-lenovo-g780 at-spi-bus-launcher[1203]: Exiting due to fatal error: -13
May 24 14:33:57 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: Action description has been found
May 24 14:33:57 archlinux-lenovo-g780 at-spi-bus-launcher[1198]: Failed to launch bus: Bus exited with code 1
May 24 14:33:57 archlinux-lenovo-g780 systemd[516]: at-spi-dbus-bus.service: Main process exited, code=exited, status=1/FAILURE
May 24 14:33:57 archlinux-lenovo-g780 systemd[516]: at-spi-dbus-bus.service: Failed with result 'exit-code'.
May 24 14:33:57 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating via systemd: service name='org.a11y.B>
May 24 14:33:57 archlinux-lenovo-g780 systemd[516]: Starting Accessibility services bus...
May 24 14:33:57 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.a11y.Bus'
May 24 14:33:57 archlinux-lenovo-g780 systemd[516]: Started Accessibility services bus.
May 24 14:33:57 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: WinId of the dialog is  33554438 33554438
May 24 14:33:57 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: WinId of the shown dialog is  33554438 33554438
May 24 14:33:57 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: Trying again
May 24 14:33:57 archlinux-lenovo-g780 kded5[586]: Registering ":1.64/org/ayatana/NotificationItem/blueman" to system tray
May 24 14:33:57 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: REQUEST
May 24 14:33:57 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: Request:  "Password: "
May 24 14:33:57 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: "Password: "
May 24 14:33:57 archlinux-lenovo-g780 systemd-coredump[1181]: [?] Process 649 (baloo_file) of user 1001 dumped core.
                                                              
                                                              Stack trace of thread 1011:
                                                              #0  0x00007f028e9fb396 n/a (liblmdb.so + 0x4396)
                                                              #1  0x00007f028e9fdefe n/a (liblmdb.so + 0x6efe)
                                                              #2  0x00007f028e9fe644 n/a (liblmdb.so + 0x7644)
                                                              #3  0x00007f028e9fec50 mdb_get (liblmdb.so + 0x7c50)
                                                              #4  0x00007f028ff23375 _ZN5Baloo12IdFilenameDB3getEy (libKF5BalooEngi>
                                                              #5  0x00007f028ff1d3bc _ZNK5Baloo13DocumentUrlDB3getEy (libKF5BalooEn>
                                                              #6  0x00007f028ff2e325 _ZNK5Baloo11Transaction11documentUrlEy (libKF5>
                                                              #7  0x000055af221b31e4 n/a (baloo_file + 0x1f1e4)
                                                              #8  0x00007f028ff3558f _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #9  0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #10 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #11 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #12 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #13 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #14 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #15 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #16 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #17 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #18 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #19 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #20 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #21 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #22 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #23 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #24 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #25 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #26 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #27 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #28 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #29 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #30 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #31 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #32 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #33 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #34 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #35 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #36 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #37 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #38 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #39 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #40 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #41 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #42 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #43 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #44 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #45 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #46 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #47 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #48 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #49 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #50 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #51 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #52 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #53 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #54 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #55 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #56 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #57 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #58 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #59 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #60 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #61 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #62 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              #63 0x00007f028ff355e7 _ZN5Baloo16WriteTransaction17removeRecursively>
                                                              
                                                              Stack trace of thread 661:
                                                              #0  0x00007f028f581b2f __poll (libc.so.6 + 0xf3b2f)
                                                              #1  0x00007f028e1c1ae8 n/a (libglib-2.0.so.0 + 0xa7ae8)
                                                              #2  0x00007f028e16b781 g_main_context_iteration (libglib-2.0.so.0 + 0>
                                                              #3  0x00007f028fcc5c36 _ZN20QEventDispatcherGlib13processEventsE6QFla>
                                                              #4  0x00007f028fc6b97c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEvent>
                                                              #5  0x00007f028fa80da2 _ZN7QThread4execEv (libQt5Core.so.5 + 0xccda2)
                                                              #6  0x00007f028ff58ae8 n/a (libQt5DBus.so.5 + 0x15ae8)
                                                              #7  0x00007f028fa81f7f n/a (libQt5Core.so.5 + 0xcdf7f)
                                                              #8  0x00007f028ea6d259 start_thread (libpthread.so.0 + 0x9259)
                                                              #9  0x00007f028f58c5e3 __clone (libc.so.6 + 0xfe5e3)
                                                              
                                                              Stack trace of thread 663:
                                                              #0  0x00007f028f584323 pselect (libc.so.6 + 0xf6323)
                                                              #1  0x00007f028dbec524 n/a (libusbmuxd-2.0.so.6 + 0x2524)
                                                              #2  0x00007f028dbed8a9 n/a (libusbmuxd-2.0.so.6 + 0x38a9)
                                                              #3  0x00007f028ea6d259 start_thread (libpthread.so.0 + 0x9259)
                                                              #4  0x00007f028f58c5e3 __clone (libc.so.6 + 0xfe5e3)
                                                              
                                                              Stack trace of thread 649:
                                                              #0  0x00007f028f581b2f __poll (libc.so.6 + 0xf3b2f)
                                                              #1  0x00007f028e1c1ae8 n/a (libglib-2.0.so.0 + 0xa7ae8)
                                                              #2  0x00007f028e16b781 g_main_context_iteration (libglib-2.0.so.0 + 0>
                                                              #3  0x00007f028fcc5c36 _ZN20QEventDispatcherGlib13processEventsE6QFla>
                                                              #4  0x00007f028fc6b97c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEvent>
                                                              #5  0x00007f028fc73ee4 _ZN16QCoreApplication4execEv (libQt5Core.so.5 >
                                                              #6  0x000055af221a1315 n/a (baloo_file + 0xd315)
                                                              #7  0x00007f028f4b5b25 __libc_start_main (libc.so.6 + 0x27b25)
                                                              #8  0x000055af221a151e n/a (baloo_file + 0xd51e)
May 24 14:33:57 archlinux-lenovo-g780 systemd[1]: systemd-coredump@0-1180-0.service: Deactivated successfully.
May 24 14:33:57 archlinux-lenovo-g780 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@>
May 24 14:33:57 archlinux-lenovo-g780 kernel: audit: type=1131 audit(1621892037.325:96): pid=1 uid=0 auid=4294967295 ses=4294967295>
May 24 14:33:57 archlinux-lenovo-g780 systemd[1]: systemd-coredump@0-1180-0.service: Consumed 1.171s CPU time.
May 24 14:33:57 archlinux-lenovo-g780 at-spi-bus-launcher[1222]: ERROR nss_cache_populate_groups @ ../dbus-broker/src/launch/nss-ca>
May 24 14:33:57 archlinux-lenovo-g780 at-spi-bus-launcher[1222]:       nss_cache_populate @ ../dbus-broker/src/launch/nss-cache.c +>
May 24 14:33:57 archlinux-lenovo-g780 at-spi-bus-launcher[1222]:       launcher_run @ ../dbus-broker/src/launch/launcher.c +1324
May 24 14:33:57 archlinux-lenovo-g780 at-spi-bus-launcher[1222]:       run @ ../dbus-broker/src/launch/main.c +152
May 24 14:33:57 archlinux-lenovo-g780 at-spi-bus-launcher[1222]:       main @ ../dbus-broker/src/launch/main.c +178
May 24 14:33:57 archlinux-lenovo-g780 at-spi-bus-launcher[1222]: Exiting due to fatal error: -13
May 24 14:33:57 archlinux-lenovo-g780 at-spi-bus-launcher[1204]: Failed to launch bus: Bus exited with code 1
May 24 14:33:57 archlinux-lenovo-g780 systemd[516]: at-spi-dbus-bus.service: Main process exited, code=exited, status=1/FAILURE
May 24 14:33:57 archlinux-lenovo-g780 systemd[516]: at-spi-dbus-bus.service: Failed with result 'exit-code'.
May 24 14:33:57 archlinux-lenovo-g780 audit: BPF prog-id=30 op=UNLOAD
May 24 14:33:57 archlinux-lenovo-g780 audit: BPF prog-id=29 op=UNLOAD
May 24 14:33:57 archlinux-lenovo-g780 audit: BPF prog-id=28 op=UNLOAD
May 24 14:33:57 archlinux-lenovo-g780 kernel: audit: type=1334 audit(1621892037.431:97): prog-id=30 op=UNLOAD
May 24 14:33:57 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:33:57 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:33:57 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:33:57 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:33:57 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:33:57 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:33:58 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:33:58 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:33:58 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:33:58 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:33:59 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:33:59 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:33:59 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:33:59 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:34:00 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:34:00 archlinux-lenovo-g780 rtkit-daemon[835]: Supervising 7 threads of 4 processes of 1 users.
May 24 14:34:01 archlinux-lenovo-g780 bluetoothd[345]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record:>
May 24 14:34:02 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: Dialog accepted
May 24 14:34:02 archlinux-lenovo-g780 audit[1214]: USER_AUTH pid=1214 uid=1001 auid=1001 ses=2 msg='op=PAM:authentication grantors=>
May 24 14:34:02 archlinux-lenovo-g780 audit[1214]: USER_ACCT pid=1214 uid=1001 auid=1001 ses=2 msg='op=PAM:accounting grantors=pam_>
May 24 14:34:02 archlinux-lenovo-g780 kernel: kauditd_printk_skb: 2 callbacks suppressed
May 24 14:34:02 archlinux-lenovo-g780 kernel: audit: type=1100 audit(1621892042.468:100): pid=1214 uid=1001 auid=1001 ses=2 msg='op>
May 24 14:34:02 archlinux-lenovo-g780 kernel: audit: type=1101 audit(1621892042.468:101): pid=1214 uid=1001 auid=1001 ses=2 msg='op>
May 24 14:34:02 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: COMPLETED
May 24 14:34:02 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: Completed:  true
May 24 14:34:02 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: Finishing obtaining privileges
May 24 14:34:02 archlinux-lenovo-g780 polkitd[458]: Operator of unix-session:2 successfully authenticated as unix-user:root to gain>
May 24 14:34:02 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: Listener adapter polkit_qt_listener_initiate_authenti>
May 24 14:34:02 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: polkit_qt_listener_initiate_authentication_finish cal>
May 24 14:34:02 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[637]: Finish obtain authorization: true
May 24 14:34:06 archlinux-lenovo-g780 PackageKit[707]: failed retrieving file 'core.db' from mirror.us.leaseweb.net : Could not res>
May 24 14:34:06 archlinux-lenovo-g780 PackageKit[707]: failed retrieving file 'core.db' from arch.localmsp.org : Could not resolve >
May 24 14:34:06 archlinux-lenovo-g780 PackageKit[707]: failed retrieving file 'core.db' from lug.mtu.edu : Could not resolve host: >
May 24 14:34:06 archlinux-lenovo-g780 PackageKit[707]: get-updates transaction /1_bbebacde from uid 1001 finished with failed after>
May 24 14:34:08 archlinux-lenovo-g780 systemd[516]: app-\x2fhome\x2fbbraley\x2f.dropbox\x2ddist\x2fdropbox\x2dlnx.x86_64\x2d122.4.4>
May 24 14:34:08 archlinux-lenovo-g780 systemd[516]: app-\x2fhome\x2fbbraley\x2f.dropbox\x2ddist\x2fdropbox\x2dlnx.x86_64\x2d122.4.4>
May 24 14:34:08 archlinux-lenovo-g780 kfilebox[872]: QMutex: destroying locked mutex
May 24 14:34:08 archlinux-lenovo-g780 kfilebox[734]: QMutex: destroying locked mutex
May 24 14:34:11 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating via systemd: service name='org.freede>
May 24 14:34:11 archlinux-lenovo-g780 systemd[516]: Starting Tracker metadata extractor...
May 24 14:34:11 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.freedesktop.>
May 24 14:34:11 archlinux-lenovo-g780 systemd[516]: Started Tracker metadata extractor.
May 24 14:34:14 archlinux-lenovo-g780 kfilebox[734]: QMutex: destroying locked mutex
May 24 14:34:16 archlinux-lenovo-g780 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
May 24 14:34:16 archlinux-lenovo-g780 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed>
May 24 14:34:16 archlinux-lenovo-g780 kernel: audit: type=1131 audit(1621892056.951:102): pid=1 uid=0 auid=4294967295 ses=429496729>
May 24 14:34:17 archlinux-lenovo-g780 audit: BPF prog-id=23 op=UNLOAD
May 24 14:34:17 archlinux-lenovo-g780 audit: BPF prog-id=22 op=UNLOAD
May 24 14:34:17 archlinux-lenovo-g780 audit: BPF prog-id=21 op=UNLOAD
May 24 14:34:17 archlinux-lenovo-g780 kernel: audit: type=1334 audit(1621892057.095:103): prog-id=23 op=UNLOAD
May 24 14:34:17 archlinux-lenovo-g780 kernel: audit: type=1334 audit(1621892057.095:104): prog-id=22 op=UNLOAD
May 24 14:34:17 archlinux-lenovo-g780 kernel: audit: type=1334 audit(1621892057.095:105): prog-id=21 op=UNLOAD
May 24 14:34:19 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating via systemd: service name='org.a11y.B>
May 24 14:34:19 archlinux-lenovo-g780 systemd[516]: Starting Accessibility services bus...
May 24 14:34:19 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.a11y.Bus'
May 24 14:34:19 archlinux-lenovo-g780 systemd[516]: Started Accessibility services bus.
May 24 14:34:19 archlinux-lenovo-g780 at-spi-bus-launcher[1983]: ERROR nss_cache_populate_groups @ ../dbus-broker/src/launch/nss-ca>
May 24 14:34:19 archlinux-lenovo-g780 at-spi-bus-launcher[1983]:       nss_cache_populate @ ../dbus-broker/src/launch/nss-cache.c +>
May 24 14:34:19 archlinux-lenovo-g780 at-spi-bus-launcher[1983]:       launcher_run @ ../dbus-broker/src/launch/launcher.c +1324
May 24 14:34:19 archlinux-lenovo-g780 at-spi-bus-launcher[1983]:       run @ ../dbus-broker/src/launch/main.c +152
May 24 14:34:19 archlinux-lenovo-g780 at-spi-bus-launcher[1983]:       main @ ../dbus-broker/src/launch/main.c +178
May 24 14:34:19 archlinux-lenovo-g780 at-spi-bus-launcher[1983]: Exiting due to fatal error: -13
May 24 14:34:19 archlinux-lenovo-g780 at-spi-bus-launcher[1978]: Failed to launch bus: Bus exited with code 1
May 24 14:34:19 archlinux-lenovo-g780 systemd[516]: at-spi-dbus-bus.service: Main process exited, code=exited, status=1/FAILURE
May 24 14:34:19 archlinux-lenovo-g780 systemd[516]: at-spi-dbus-bus.service: Failed with result 'exit-code'.
May 24 14:34:19 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Activating via systemd: service name='org.a11y.B>
May 24 14:34:19 archlinux-lenovo-g780 systemd[516]: Starting Accessibility services bus...
May 24 14:34:19 archlinux-lenovo-g780 dbus-daemon[542]: [session uid=1001 pid=542] Successfully activated service 'org.a11y.Bus'
May 24 14:34:19 archlinux-lenovo-g780 systemd[516]: Started Accessibility services bus.
May 24 14:34:19 archlinux-lenovo-g780 kded5[586]: Registering ":1.81/org/ayatana/NotificationItem/dropbox_client_1880" to system tr>
May 24 14:34:19 archlinux-lenovo-g780 kded5[586]: Service  ":1.81" unregistered
May 24 14:34:20 archlinux-lenovo-g780 kfilebox[872]: QMutex: destroying locked mutex
May 24 14:34:21 archlinux-lenovo-g780 systemd[516]: tracker-extract-3.service: Deactivated successfully.
May 24 14:34:25 archlinux-lenovo-g780 kfilebox[734]: QMutex: destroying locked mutex
May 24 14:34:30 archlinux-lenovo-g780 kfilebox[872]: QMutex: destroying locked mutex
May 24 14:34:31 archlinux-lenovo-g780 systemd[1]: blueman-mechanism.service: Deactivated successfully.
May 24 14:34:31 archlinux-lenovo-g780 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism>
May 24 14:34:31 archlinux-lenovo-g780 kernel: audit: type=1131 audit(1621892071.535:106): pid=1 uid=0 auid=4294967295 ses=429496729>
May 24 14:34:35 archlinux-lenovo-g780 kfilebox[734]: QMutex: destroying locked mutex
May 24 14:34:40 archlinux-lenovo-g780 kfilebox[872]: QMutex: destroying locked mutex
May 24 14:34:45 archlinux-lenovo-g780 kfilebox[734]: QMutex: destroying locked mutex
May 24 14:34:50 archlinux-lenovo-g780 at-spi-bus-launcher[2624]: ERROR nss_cache_populate_groups @ ../dbus-broker/src/launch/nss-ca>
May 24 14:34:50 archlinux-lenovo-g780 at-spi-bus-launcher[2624]:       nss_cache_populate @ ../dbus-broker/src/launch/nss-cache.c +>
May 24 14:34:50 archlinux-lenovo-g780 at-spi-bus-launcher[2624]:       launcher_run @ ../dbus-broker/src/launch/launcher.c +1324
May 24 14:34:50 archlinux-lenovo-g780 at-spi-bus-launcher[2624]:       run @ ../dbus-broker/src/launch/main.c +152
May 24 14:34:50 archlinux-lenovo-g780 at-spi-bus-launcher[2624]:       main @ ../dbus-broker/src/launch/main.c +178
May 24 14:34:50 archlinux-lenovo-g780 at-spi-bus-launcher[2624]: Exiting due to fatal error: -13
May 24 14:34:50 archlinux-lenovo-g780 at-spi-bus-launcher[1985]: Failed to launch bus: Bus exited with code 1
May 24 14:34:50 archlinux-lenovo-g780 systemd[516]: at-spi-dbus-bus.service: Main process exited, code=exited, status=1/FAILURE
May 24 14:34:50 archlinux-lenovo-g780 systemd[516]: at-spi-dbus-bus.service: Failed with result 'exit-code'.
May 24 14:34:50 archlinux-lenovo-g780 kded5[586]: Registering ":1.96/org/ayatana/NotificationItem/dropbox_client_2517" to system tr>
May 24 14:35:19 archlinux-lenovo-g780 kfilebox[872]: QMutex: destroying locked mutex
May 24 14:37:01 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating service name='org.kde.powerdevil.backlighthelper' reque>
May 24 14:37:01 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:37:01 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating service name='org.kde.powerdevil.backlighthelper' reque>
May 24 14:38:16 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:38:16 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:38:45 archlinux-lenovo-g780 PackageKit[707]: uid 1001 is trying to obtain org.freedesktop.packagekit.system-sources-refre>
May 24 14:38:45 archlinux-lenovo-g780 PackageKit[707]: uid 1001 obtained auth for org.freedesktop.packagekit.system-sources-refresh
May 24 14:38:45 archlinux-lenovo-g780 PackageKit[707]: failed retrieving file 'core.db' from mirror.us.leaseweb.net : Could not res>
May 24 14:38:45 archlinux-lenovo-g780 PackageKit[707]: failed retrieving file 'core.db' from arch.localmsp.org : Could not resolve >
May 24 14:38:45 archlinux-lenovo-g780 PackageKit[707]: failed retrieving file 'core.db' from lug.mtu.edu : Could not resolve host: >
May 24 14:38:45 archlinux-lenovo-g780 PackageKit[707]: refresh-cache transaction /2_bdecaebc from uid 1001 finished with failed aft>
May 24 14:38:45 archlinux-lenovo-g780 PackageKit[707]: failed retrieving file 'core.db' from mirror.us.leaseweb.net : Could not res>
May 24 14:38:45 archlinux-lenovo-g780 PackageKit[707]: failed retrieving file 'core.db' from arch.localmsp.org : Could not resolve >
May 24 14:38:45 archlinux-lenovo-g780 PackageKit[707]: failed retrieving file 'core.db' from lug.mtu.edu : Could not resolve host: >
May 24 14:38:45 archlinux-lenovo-g780 PackageKit[707]: get-updates transaction /3_bdeceabc from uid 1001 finished with failed after>
May 24 14:39:31 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating service name='org.kde.powerdevil.backlighthelper' reque>
May 24 14:39:31 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreenlocker_greet[4417]: Qt: Session management error: networkIdsList argument is NULL
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 14:39:31 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 14:39:32 archlinux-lenovo-g780 kscreenlocker_greet[4417]: file:///usr/lib/qt/qml/org/kde/plasma/workspace/components/Keyboar>
May 24 14:40:40 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892440.6724] device (wlan0): set-hw-addr: set MAC address t>
May 24 14:40:40 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892440.7423] device (wlan0): supplicant interface state: di>
May 24 14:40:40 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892440.7424] device (p2p-dev-wlan0): supplicant management >
May 24 14:43:51 archlinux-lenovo-g780 PackageKit[707]: daemon quit
May 24 14:43:51 archlinux-lenovo-g780 systemd[1]: packagekit.service: Deactivated successfully.
May 24 14:43:51 archlinux-lenovo-g780 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm=">
May 24 14:43:51 archlinux-lenovo-g780 kernel: audit: type=1131 audit(1621892631.685:107): pid=1 uid=0 auid=4294967295 ses=429496729>
May 24 14:47:35 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892855.6722] device (wlan0): set-hw-addr: set MAC address t>
May 24 14:47:35 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892855.7364] device (wlan0): supplicant interface state: in>
May 24 14:47:35 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892855.7365] device (p2p-dev-wlan0): supplicant management >
May 24 14:47:35 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892855.7419] device (wlan0): supplicant interface state: di>
May 24 14:47:35 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621892855.7419] device (p2p-dev-wlan0): supplicant management >
May 24 14:48:31 archlinux-lenovo-g780 systemd[1]: Starting Cleanup of Temporary Directories...
May 24 14:48:31 archlinux-lenovo-g780 systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
May 24 14:48:31 archlinux-lenovo-g780 systemd[1]: Finished Cleanup of Temporary Directories.
May 24 14:48:31 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles>
May 24 14:48:31 archlinux-lenovo-g780 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles->
May 24 14:48:31 archlinux-lenovo-g780 kernel: audit: type=1130 audit(1621892911.871:108): pid=1 uid=0 auid=4294967295 ses=429496729>
May 24 14:48:31 archlinux-lenovo-g780 kernel: audit: type=1131 audit(1621892911.871:109): pid=1 uid=0 auid=4294967295 ses=429496729>
May 24 14:54:30 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621893270.6727] device (wlan0): set-hw-addr: set MAC address t>
May 24 14:54:30 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621893270.7236] device (wlan0): supplicant interface state: in>
May 24 14:54:30 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621893270.7237] device (p2p-dev-wlan0): supplicant management >
May 24 14:54:30 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621893270.7294] device (wlan0): supplicant interface state: di>
May 24 14:54:30 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621893270.7295] device (p2p-dev-wlan0): supplicant management >
May 24 14:54:31 archlinux-lenovo-g780 kded5[586]: bluedevil: About to suspend
May 24 14:54:31 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621893271.4429] manager: sleep: sleep requested (sleeping: no >
May 24 14:54:31 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621893271.4430] device (enp1s0): state change: unavailable -> >
May 24 14:54:31 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621893271.4482] device (wlan0): state change: disconnected -> >
May 24 14:54:31 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621893271.4500] device (wlan0): set-hw-addr: reset MAC address>
May 24 14:54:31 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621893271.4533] device (p2p-dev-wlan0): state change: disconne>
May 24 14:54:31 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621893271.4536] manager: NetworkManager state is now ASLEEP
May 24 14:54:31 archlinux-lenovo-g780 wpa_supplicant[424]: nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0
May 24 14:54:31 archlinux-lenovo-g780 systemd[1]: Reached target Sleep.
May 24 14:54:31 archlinux-lenovo-g780 systemd[1]: Starting Suspend...
May 24 14:54:31 archlinux-lenovo-g780 systemd-sleep[9899]: Suspending system...
May 24 14:54:31 archlinux-lenovo-g780 kernel: PM: suspend entry (deep)
May 24 14:54:31 archlinux-lenovo-g780 kernel: Filesystems sync: 0.004 seconds
May 24 14:54:31 archlinux-lenovo-g780 wpa_supplicant[424]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
May 24 15:31:17 archlinux-lenovo-g780 kernel: Freezing user space processes ... (elapsed 0.002 seconds) done.
May 24 15:31:17 archlinux-lenovo-g780 kernel: OOM killer disabled.
May 24 15:31:17 archlinux-lenovo-g780 kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
May 24 15:31:17 archlinux-lenovo-g780 kernel: printk: Suspending console(s) (use no_console_suspend to debug)
May 24 15:31:17 archlinux-lenovo-g780 kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
May 24 15:31:17 archlinux-lenovo-g780 kernel: sd 0:0:0:0: [sda] Stopping disk
May 24 15:31:17 archlinux-lenovo-g780 kernel: ACPI: EC: interrupt blocked
May 24 15:31:17 archlinux-lenovo-g780 kernel: ACPI: Preparing to enter system sleep state S3
May 24 15:31:17 archlinux-lenovo-g780 kernel: ACPI: EC: event blocked
May 24 15:31:17 archlinux-lenovo-g780 kernel: ACPI: EC: EC stopped
May 24 15:31:17 archlinux-lenovo-g780 kernel: PM: Saving platform NVS memory
May 24 15:31:17 archlinux-lenovo-g780 kernel: Disabling non-boot CPUs ...
May 24 15:31:17 archlinux-lenovo-g780 kernel: smpboot: CPU 1 is now offline
May 24 15:31:17 archlinux-lenovo-g780 kernel: smpboot: CPU 2 is now offline
May 24 15:31:17 archlinux-lenovo-g780 kernel: smpboot: CPU 3 is now offline
May 24 15:31:17 archlinux-lenovo-g780 kernel: ACPI: Low-level resume complete
May 24 15:31:17 archlinux-lenovo-g780 kernel: ACPI: EC: EC started
May 24 15:31:17 archlinux-lenovo-g780 kernel: PM: Restoring platform NVS memory
May 24 15:31:17 archlinux-lenovo-g780 kernel: Enabling non-boot CPUs ...
May 24 15:31:17 archlinux-lenovo-g780 kernel: x86: Booting SMP configuration:
May 24 15:31:17 archlinux-lenovo-g780 kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
May 24 15:31:17 archlinux-lenovo-g780 kernel: CPU1 is up
May 24 15:31:17 archlinux-lenovo-g780 kernel: smpboot: Booting Node 0 Processor 2 APIC 0x2
May 24 15:31:17 archlinux-lenovo-g780 kernel: CPU2 is up
May 24 15:31:17 archlinux-lenovo-g780 kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
May 24 15:31:17 archlinux-lenovo-g780 kernel: CPU3 is up
May 24 15:31:17 archlinux-lenovo-g780 kernel: ACPI: Waking up from system sleep state S3
May 24 15:31:17 archlinux-lenovo-g780 kernel: ACPI: EC: interrupt unblocked
May 24 15:31:17 archlinux-lenovo-g780 kernel: ACPI: EC: event unblocked
May 24 15:31:17 archlinux-lenovo-g780 kernel: sd 0:0:0:0: [sda] Starting disk
May 24 15:31:17 archlinux-lenovo-g780 kernel: usb 2-1.6: reset high-speed USB device number 3 using ehci-pci
May 24 15:31:17 archlinux-lenovo-g780 kernel: usb 1-1.4: reset high-speed USB device number 5 using ehci-pci
May 24 15:31:17 archlinux-lenovo-g780 kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
May 24 15:31:17 archlinux-lenovo-g780 kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 24 15:31:17 archlinux-lenovo-g780 kernel: ata1.00: configured for UDMA/133
May 24 15:31:17 archlinux-lenovo-g780 kernel: ata3.00: configured for UDMA/100
May 24 15:31:17 archlinux-lenovo-g780 kernel: usb 1-1.2: reset low-speed USB device number 3 using ehci-pci
May 24 15:31:17 archlinux-lenovo-g780 kernel: usb 1-1.3: reset full-speed USB device number 4 using ehci-pci
May 24 15:31:17 archlinux-lenovo-g780 kernel: psmouse serio1: synaptics: queried max coordinates: x [..5728], y [..4902]
May 24 15:31:17 archlinux-lenovo-g780 kernel: OOM killer enabled.
May 24 15:31:17 archlinux-lenovo-g780 kernel: Restarting tasks ... done.
May 24 15:31:17 archlinux-lenovo-g780 bluetoothd[345]: Endpoint unregistered: sender=:1.66 path=/MediaEndpoint/A2DPSource/ldac
May 24 15:31:17 archlinux-lenovo-g780 bluetoothd[345]: Endpoint unregistered: sender=:1.66 path=/MediaEndpoint/A2DPSink/aptx_hd
May 24 15:31:17 archlinux-lenovo-g780 systemd[1]: Starting Load/Save RF Kill Switch Status...
May 24 15:31:17 archlinux-lenovo-g780 bluetoothd[345]: Endpoint unregistered: sender=:1.66 path=/MediaEndpoint/A2DPSource/aptx_hd
May 24 15:31:17 archlinux-lenovo-g780 plasmashell[639]: org.kde.plasma.pulseaudio: No object for name "bluez_output.00_09_B0_A3_AC_>
May 24 15:31:17 archlinux-lenovo-g780 bluetoothd[345]: Endpoint unregistered: sender=:1.66 path=/MediaEndpoint/A2DPSink/aptx
May 24 15:31:17 archlinux-lenovo-g780 bluetoothd[345]: Endpoint unregistered: sender=:1.66 path=/MediaEndpoint/A2DPSource/aptx
May 24 15:31:17 archlinux-lenovo-g780 bluetoothd[345]: Endpoint unregistered: sender=:1.66 path=/MediaEndpoint/A2DPSource/aac
May 24 15:31:17 archlinux-lenovo-g780 bluetoothd[345]: Endpoint unregistered: sender=:1.66 path=/MediaEndpoint/A2DPSink/sbc
May 24 15:31:17 archlinux-lenovo-g780 bluetoothd[345]: Endpoint unregistered: sender=:1.66 path=/MediaEndpoint/A2DPSource/sbc
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="method_return", send>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 dbus-daemon[346]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.6>
May 24 15:31:17 archlinux-lenovo-g780 systemd-sleep[9899]: System resumed.
May 24 15:31:17 archlinux-lenovo-g780 kernel: PM: suspend exit
May 24 15:31:17 archlinux-lenovo-g780 scand[348]: libusb: error [udev_hotplug_event] ignoring udev action change
May 24 15:31:17 archlinux-lenovo-g780 scand[348]: libusb: error [udev_hotplug_event] ignoring udev action change
May 24 15:31:17 archlinux-lenovo-g780 kernel: Bluetooth: hci0: read Intel version: 370710018002030d00
May 24 15:31:17 archlinux-lenovo-g780 scand[348]: libusb: error [udev_hotplug_event] ignoring udev action change
May 24 15:31:17 archlinux-lenovo-g780 scand[348]: libusb: error [udev_hotplug_event] ignoring udev action change
May 24 15:31:17 archlinux-lenovo-g780 kernel: Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bs>
May 24 15:31:17 archlinux-lenovo-g780 scand[348]: libusb: error [udev_hotplug_event] ignoring udev action change
May 24 15:31:17 archlinux-lenovo-g780 scand[348]: libusb: error [udev_hotplug_event] ignoring udev action change
May 24 15:31:17 archlinux-lenovo-g780 systemd[1]: systemd-suspend.service: Deactivated successfully.
May 24 15:31:17 archlinux-lenovo-g780 systemd[1]: Finished Suspend.
May 24 15:31:17 archlinux-lenovo-g780 systemd[1]: Stopped target Sleep.
May 24 15:31:17 archlinux-lenovo-g780 systemd[1]: Reached target Suspend.
May 24 15:31:17 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend >
May 24 15:31:17 archlinux-lenovo-g780 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend c>
May 24 15:31:17 archlinux-lenovo-g780 systemd[1]: Stopped target Suspend.
May 24 15:31:17 archlinux-lenovo-g780 systemd-logind[349]: Operation 'sleep' finished.
May 24 15:31:17 archlinux-lenovo-g780 kernel: audit: type=1130 audit(1621895477.956:110): pid=1 uid=0 auid=4294967295 ses=429496729>
May 24 15:31:17 archlinux-lenovo-g780 kernel: audit: type=1131 audit(1621895477.956:111): pid=1 uid=0 auid=4294967295 ses=429496729>
May 24 15:31:17 archlinux-lenovo-g780 upowerd[485]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1>
May 24 15:31:17 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895477.9706] manager: sleep: wake requested (sleeping: yes >
May 24 15:31:17 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895477.9708] device (enp1s0): state change: unmanaged -> un>
May 24 15:31:17 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895477.9731] device (wlan0): state change: unmanaged -> una>
May 24 15:31:17 archlinux-lenovo-g780 upowerd[485]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1>
May 24 15:31:17 archlinux-lenovo-g780 upowerd[485]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1>
May 24 15:31:17 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895477.9938] device (wlan0): set-hw-addr: set MAC address t>
May 24 15:31:18 archlinux-lenovo-g780 upowerd[485]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1>
May 24 15:31:18 archlinux-lenovo-g780 upowerd[485]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1>
May 24 15:31:18 archlinux-lenovo-g780 upowerd[485]: treating change event as add on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1>
May 24 15:31:18 archlinux-lenovo-g780 systemd[516]: Stopped target Bluetooth.
May 24 15:31:18 archlinux-lenovo-g780 systemd[1]: Stopped target Bluetooth.
May 24 15:31:18 archlinux-lenovo-g780 systemd-udevd[9999]: hci0: Process '/usr/bin/hciconfig hci0 up' failed with exit code 1.
May 24 15:31:18 archlinux-lenovo-g780 systemd[1]: Started Load/Save RF Kill Switch Status.
May 24 15:31:18 archlinux-lenovo-g780 systemd[516]: Reached target Bluetooth.
May 24 15:31:18 archlinux-lenovo-g780 kernel: audit: type=1130 audit(1621895478.040:112): pid=1 uid=0 auid=4294967295 ses=429496729>
May 24 15:31:18 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill c>
May 24 15:31:18 archlinux-lenovo-g780 systemd[1]: Reached target Bluetooth.
May 24 15:31:18 archlinux-lenovo-g780 kded5[586]: bluedevil: About to resume
May 24 15:31:18 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating service name='org.kde.powerdevil.backlighthelper' reque>
May 24 15:31:18 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
May 24 15:31:18 archlinux-lenovo-g780 kernel: Bluetooth: hci0: unexpected event for opcode 0xfc2f
May 24 15:31:18 archlinux-lenovo-g780 kernel: Bluetooth: hci0: Intel BT fw patch 0x57 completed & activated
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSource/ldac
May 24 15:31:18 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSink/aptx_hd
May 24 15:31:18 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSource/aptx_hd
May 24 15:31:18 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSink/aptx
May 24 15:31:18 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSource/aptx
May 24 15:31:18 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSource/aac
May 24 15:31:18 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSink/sbc
May 24 15:31:18 archlinux-lenovo-g780 bluetoothd[345]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSource/sbc
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895478.2709] device (p2p-dev-wlan0): state change: unmanage>
May 24 15:31:18 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895478.2716] manager: NetworkManager state is now DISCONNEC>
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kcminit[10049]: Initializing  "kcm_mouse" :  "kcminit_mouse"
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 5435, resource>
May 24 15:31:18 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895478.3495] device (wlan0): supplicant interface state: in>
May 24 15:31:18 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895478.3495] device (p2p-dev-wlan0): state change: unavaila>
May 24 15:31:18 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895478.3504] Wi-Fi P2P device controlled by interface wlan0>
May 24 15:31:18 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895478.3508] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P>
May 24 15:31:18 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895478.3512] device (p2p-dev-wlan0): state change: unmanage>
May 24 15:31:18 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895478.3532] device (wlan0): state change: unavailable -> d>
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895478.3605] device (p2p-dev-wlan0): state change: unavaila>
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 NetworkManager[347]: <warn>  [1621895478.3738] sup-iface[602bb9755dc5898e,1,wlan0]: call-p2p->
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  Backlight
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Output:  67
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         Property:  BACKLIGHT
May 24 15:31:18 archlinux-lenovo-g780 kscreen_backend_launcher[719]: kscreen.xcb.helper:         State (newValue, Deleted):  0
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895481.7413] policy: auto-activating connection 'braley5' (>
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895481.7429] device (wlan0): Activation: starting connectio>
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895481.7436] device (wlan0): state change: disconnected -> >
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895481.7446] manager: NetworkManager state is now CONNECTING
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895481.7469] device (wlan0): set-hw-addr: reset MAC address>
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895481.7488] device (wlan0): state change: prepare -> confi>
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895481.7491] device (wlan0): Activation: (wifi) access poin>
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895481.7492] device (wlan0): state change: config -> need-a>
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895481.7494] sup-iface[602bb9755dc5898e,1,wlan0]: wps: type>
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <warn>  [1621895481.7515] device (wlan0): no secrets: No agents were ava>
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895481.7515] device (wlan0): state change: need-auth -> fai>
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895481.7523] manager: NetworkManager state is now DISCONNEC>
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <warn>  [1621895481.7540] device (wlan0): Activation: failed for connect>
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895481.7544] device (wlan0): state change: failed -> discon>
May 24 15:31:21 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895481.7565] device (wlan0): set-hw-addr: set MAC address t>
May 24 15:31:21 archlinux-lenovo-g780 kdeconnectd[660]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org>
May 24 15:31:21 archlinux-lenovo-g780 DiscoverNotifier[656]: "No such interface “org.freedesktop.DBus.Properties” on object at path>
May 24 15:31:21 archlinux-lenovo-g780 kded5[586]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freed>
May 24 15:31:21 archlinux-lenovo-g780 kdeconnectd[660]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org>
May 24 15:31:21 archlinux-lenovo-g780 kded5[586]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freed>
May 24 15:31:21 archlinux-lenovo-g780 DiscoverNotifier[656]: "No such interface “org.freedesktop.DBus.Properties” on object at path>
May 24 15:31:21 archlinux-lenovo-g780 kdeconnectd[660]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org>
May 24 15:31:21 archlinux-lenovo-g780 kded5[586]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freed>
May 24 15:31:21 archlinux-lenovo-g780 DiscoverNotifier[656]: "No such interface “org.freedesktop.DBus.Properties” on object at path>
May 24 15:31:23 archlinux-lenovo-g780 systemd[1]: systemd-rfkill.service: Deactivated successfully.
May 24 15:31:23 archlinux-lenovo-g780 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill co>
May 24 15:31:23 archlinux-lenovo-g780 kernel: audit: type=1131 audit(1621895483.043:113): pid=1 uid=0 auid=4294967295 ses=429496729>
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895485.2165] policy: auto-activating connection 'braley2.4'>
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895485.2176] device (wlan0): Activation: starting connectio>
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895485.2180] device (wlan0): state change: disconnected -> >
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895485.2189] manager: NetworkManager state is now CONNECTING
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895485.2209] device (wlan0): set-hw-addr: reset MAC address>
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895485.2224] device (wlan0): state change: prepare -> confi>
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895485.2228] device (wlan0): Activation: (wifi) access poin>
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895485.2228] device (wlan0): state change: config -> need-a>
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895485.2232] sup-iface[602bb9755dc5898e,1,wlan0]: wps: type>
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <warn>  [1621895485.2265] device (wlan0): no secrets: No agents were ava>
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895485.2266] device (wlan0): state change: need-auth -> fai>
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895485.2276] manager: NetworkManager state is now DISCONNEC>
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <warn>  [1621895485.2299] device (wlan0): Activation: failed for connect>
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895485.2338] device (wlan0): state change: failed -> discon>
May 24 15:31:25 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895485.2369] device (wlan0): set-hw-addr: set MAC address t>
May 24 15:31:25 archlinux-lenovo-g780 DiscoverNotifier[656]: "No such interface “org.freedesktop.DBus.Properties” on object at path>
May 24 15:31:25 archlinux-lenovo-g780 kdeconnectd[660]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org>
May 24 15:31:25 archlinux-lenovo-g780 kded5[586]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freed>
May 24 15:31:25 archlinux-lenovo-g780 kdeconnectd[660]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org>
May 24 15:31:25 archlinux-lenovo-g780 DiscoverNotifier[656]: "No such interface “org.freedesktop.DBus.Properties” on object at path>
May 24 15:31:25 archlinux-lenovo-g780 kded5[586]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freed>
May 24 15:31:25 archlinux-lenovo-g780 kdeconnectd[660]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org>
May 24 15:31:25 archlinux-lenovo-g780 kded5[586]: "No such interface “org.freedesktop.DBus.Properties” on object at path /org/freed>
May 24 15:31:25 archlinux-lenovo-g780 DiscoverNotifier[656]: "No such interface “org.freedesktop.DBus.Properties” on object at path>
May 24 15:31:25 archlinux-lenovo-g780 bluetoothd[345]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record:>
May 24 15:31:30 archlinux-lenovo-g780 bluetoothd[345]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record:>
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.1925] device (enp1s0): carrier: link connected
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.1933] device (enp1s0): state change: unavailable -> >
May 24 15:31:33 archlinux-lenovo-g780 kernel: alx 0000:01:00.0 enp1s0: NIC Up: 100 Mbps Full
May 24 15:31:33 archlinux-lenovo-g780 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.1961] policy: auto-activating connection 'Braley Asu>
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.1974] device (enp1s0): Activation: starting connecti>
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.1977] device (enp1s0): state change: disconnected ->>
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.1989] manager: NetworkManager state is now CONNECTING
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <warn>  [1621895493.1998] device (enp1s0): set-link: failure to set link>
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.1998] device (enp1s0): state change: prepare -> conf>
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.2016] device (enp1s0): state change: config -> ip-co>
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.2026] dhcp4 (enp1s0): activation: beginning transact>
May 24 15:31:33 archlinux-lenovo-g780 avahi-daemon[344]: Joining mDNS multicast group on interface enp1s0.IPv6 with address fe80::2>
May 24 15:31:33 archlinux-lenovo-g780 avahi-daemon[344]: New relevant interface enp1s0.IPv6 for mDNS.
May 24 15:31:33 archlinux-lenovo-g780 avahi-daemon[344]: Registering new address record for fe80::2fc1:1716:574:e76f on enp1s0.*.
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.2155] dhcp4 (enp1s0): state changed unknown -> bound>
May 24 15:31:33 archlinux-lenovo-g780 avahi-daemon[344]: Joining mDNS multicast group on interface enp1s0.IPv4 with address 192.168>
May 24 15:31:33 archlinux-lenovo-g780 avahi-daemon[344]: New relevant interface enp1s0.IPv4 for mDNS.
May 24 15:31:33 archlinux-lenovo-g780 avahi-daemon[344]: Registering new address record for 192.168.1.144 on enp1s0.IPv4.
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.2189] device (enp1s0): state change: ip-config -> ip>
May 24 15:31:33 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatche>
May 24 15:31:33 archlinux-lenovo-g780 systemd[1]: Starting Network Manager Script Dispatcher Service...
May 24 15:31:33 archlinux-lenovo-g780 dbus-daemon[346]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
May 24 15:31:33 archlinux-lenovo-g780 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-d>
May 24 15:31:33 archlinux-lenovo-g780 systemd[1]: Started Network Manager Script Dispatcher Service.
May 24 15:31:33 archlinux-lenovo-g780 kernel: audit: type=1130 audit(1621895493.243:114): pid=1 uid=0 auid=4294967295 ses=429496729>
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.2474] device (enp1s0): state change: ip-check -> sec>
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.2477] device (enp1s0): state change: secondaries -> >
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.2482] manager: NetworkManager state is now CONNECTED>
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.2494] manager: NetworkManager state is now CONNECTED>
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.2498] policy: set 'Braley Asus wired' (enp1s0) as de>
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.2520] device (enp1s0): Activation: successful, devic>
May 24 15:31:33 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.freedesktop.resolve1' un>
May 24 15:31:33 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resol>
May 24 15:31:33 archlinux-lenovo-g780 NetworkManager[347]: <info>  [1621895493.6269] manager: NetworkManager state is now CONNECTED>
May 24 15:31:35 archlinux-lenovo-g780 systemd-udevd[10170]: hci0:768: Process '/usr/bin/hciconfig hci0:768 up' failed with exit cod>
May 24 15:31:36 archlinux-lenovo-g780 audit[10183]: USER_AUTH pid=10183 uid=1001 auid=1001 ses=2 msg='op=PAM:unix_chkpwd acct="bbra>
May 24 15:31:36 archlinux-lenovo-g780 kernel: audit: type=1100 audit(1621895496.050:115): pid=10183 uid=1001 auid=1001 ses=2 msg='o>
May 24 15:31:36 archlinux-lenovo-g780 kscreenlocker_greet[4417]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/cont>
May 24 15:31:36 archlinux-lenovo-g780 kscreenlocker_greet[4417]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/cont>
May 24 15:31:36 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 6161, resource>
May 24 15:31:37 archlinux-lenovo-g780 kernel: input: Onkyo TX-NR636 (AVRCP) as /devices/virtual/input/input16
May 24 15:31:37 archlinux-lenovo-g780 systemd-logind[349]: Watching system buttons on /dev/input/event14 (Onkyo TX-NR636 (AVRCP))
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: Get-Printer-Attributes last error: 0 successful-ok
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: 5 "OKI_MC362_9EB3DC"
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: Get-Printer-Attributes last error: 0 successful-ok
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: 5 "OKI_MC362_9EB3DC"
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: "New printer \"OKI_MC362_9EB3DC\" added by \"root\"." "ipp://arch>
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: "Printer \"OKI_MC362_9EB3DC\" modified by \"root\"." "ipp://archl>
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: "Now accepting jobs." "ipp://archlinux-lenovo-g780:631/printers/O>
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: "Printer \"OKI_MC362_9EB3DC\" state changed to idle." "ipp://arch>
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: Get-Printer-Attributes last error: 0 successful-ok
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: Get-Printer-Attributes last error: 0 successful-ok
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: "Printer \"OKI_MC362_9EB3DC\" modified by \"root\"." "ipp://archl>
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: 3 "OKI_MC362_9EB3DC"
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: "Printer \"OKI_MC362_9EB3DC\" modified by \"root\"." "ipp://archl>
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: 3 "OKI_MC362_9EB3DC"
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: Get-Printer-Attributes last error: 0 successful-ok
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: 3 "OKI_MC362_9EB3DC"
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: Get-Printer-Attributes last error: 0 successful-ok
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: 3 "OKI_MC362_9EB3DC"
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: Get-Printer-Attributes last error: 0 successful-ok
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: 3 "OKI_MC362_9EB3DC"
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: Get-Printer-Attributes last error: 0 successful-ok
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: 3 "OKI_MC362_9EB3DC"
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: Get-Printer-Attributes last error: 0 successful-ok
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: 3 "OKI_MC362_9EB3DC"
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: Get-Printer-Attributes last error: 0 successful-ok
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: 3 "OKI_MC362_9EB3DC"
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: Get-Printer-Attributes last error: 0 successful-ok
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: 3 "OKI_MC362_9EB3DC"
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: Get-Printer-Attributes last error: 0 successful-ok
May 24 15:31:39 archlinux-lenovo-g780 plasmashell[639]: libkcups: 3 "OKI_MC362_9EB3DC"
May 24 15:31:42 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7048, resource>
May 24 15:31:42 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 7049, resour>
May 24 15:31:43 archlinux-lenovo-g780 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 24 15:31:43 archlinux-lenovo-g780 kernel: audit: type=1131 audit(1621895503.500:116): pid=1 uid=0 auid=4294967295 ses=429496729>
May 24 15:31:43 archlinux-lenovo-g780 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-di>
May 24 15:31:44 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7283, resource>
May 24 15:31:44 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 7284, resour>
May 24 15:31:51 archlinux-lenovo-g780 systemd-timesyncd[332]: Initial synchronization to time server 184.105.182.16:123 (2.arch.poo>
May 24 15:31:59 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 8295, resource>
May 24 15:31:59 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 8296, resour>
May 24 15:32:12 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 9301, resource>
May 24 15:32:12 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 9302, resour>
May 24 15:32:43 archlinux-lenovo-g780 audit[10555]: USER_AUTH pid=10555 uid=1001 auid=1001 ses=2 msg='op=PAM:authentication grantor>
May 24 15:32:43 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activating via systemd: service name='org.freedesktop.home1' unit=>
May 24 15:32:43 archlinux-lenovo-g780 kernel: audit: type=1100 audit(1621895563.348:117): pid=10555 uid=1001 auid=1001 ses=2 msg='o>
May 24 15:32:43 archlinux-lenovo-g780 kernel: audit: type=1101 audit(1621895563.351:118): pid=10555 uid=1001 auid=1001 ses=2 msg='o>
May 24 15:32:43 archlinux-lenovo-g780 audit[10555]: USER_ACCT pid=10555 uid=1001 auid=1001 ses=2 msg='op=PAM:accounting grantors=pa>
May 24 15:32:43 archlinux-lenovo-g780 audit[10555]: CRED_REFR pid=10555 uid=1001 auid=1001 ses=2 msg='op=PAM:setcred grantors=pam_f>
May 24 15:32:43 archlinux-lenovo-g780 dbus-daemon[346]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1>
May 24 15:32:43 archlinux-lenovo-g780 sudo[10555]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.fr>
May 24 15:32:43 archlinux-lenovo-g780 sudo[10555]:  bbraley : TTY=pts/0 ; PWD=/home/bbraley ; USER=root ; COMMAND=/bin/journalctl -b
May 24 15:32:43 archlinux-lenovo-g780 kernel: audit: type=1110 audit(1621895563.351:119): pid=10555 uid=1001 auid=1001 ses=2 msg='o>
May 24 15:32:43 archlinux-lenovo-g780 sudo[10555]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
May 24 15:32:43 archlinux-lenovo-g780 audit[10555]: USER_START pid=10555 uid=1001 auid=1001 ses=2 msg='op=PAM:session_open grantors>
May 24 15:32:43 archlinux-lenovo-g780 kernel: audit: type=1105 audit(1621895563.354:120): pid=10555 uid=1001 auid=1001 ses=2 msg='o>
May 24 15:33:04 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 11915, resourc>
May 24 15:33:04 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 11916, resou>
May 24 15:33:45 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 15527, resourc>
May 24 15:35:15 archlinux-lenovo-g780 kwin_x11[590]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21145, resourc>
lines 3581-3620/3620 (END)

Offline

#13 2021-05-25 12:34:03

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Please don't copy out of the pager. The output width is capped and the interesting bits are missing.
See eg. the first link in my signature on how to conveniently upload output text.

Offline

#14 2021-05-25 23:37:59

Bruce1956
Member
Registered: 2015-03-08
Posts: 83

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Hi Seth,

Sorry, I noticed that.  Last time I posted to a pastebin was years ago, so I was hoping for some help in doing that.  Thank you.

Here's what I sent and received in my terminal:

sudo journalctl -b |& curl -F 'f:1=<-' ix.io
Key already exists[bbraley@archlinux-lenovo-g780 ~]$

Offline

#15 2021-05-26 01:18:22

dakota
Member
Registered: 2016-05-20
Posts: 273

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

You should get a url as a reply, like: http://ix.io/3nSP

If you don't, then the upload failed. Try again. If it still doesn't work, you might try redirecting the command output to a file then pushing the file up to ix.io separately.

Cheers,


"Before Enlightenment chop wood, carry water. After Enlightenment chop wood, carry water." -- Zen proverb

Offline

#16 2021-05-30 00:32:46

Bruce1956
Member
Registered: 2015-03-08
Posts: 83

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Hi,

Sorry for the slow response.  I have not felt well the last couple of days.

I have managed to direct the journalctl output to a file, journal.txt.

I then attempted the upload as follows:

[bbraley@archlinux-lenovo-g780 ~]$ curl -T /home/bbraley/journal.txt ix.io
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  436k    0     0  100  436k      0  1356k --:--:-- --:--:-- --:--:-- 1352k

It appears to me that the transfer was successful, but no reply url such as described above was received.  Do I need to do something more to receive that url response?

Thank you,

Bruce

Offline

#17 2021-05-30 01:31:14

Bruce1956
Member
Registered: 2015-03-08
Posts: 83

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Okay, figured it out.  The url is  http://ix.io/3ohx

Offline

#18 2021-05-30 07:15:20

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

May 29 16:55:08 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332508.9614] policy: auto-activating connection 'braley5' (69f4bbd1-58fa-47bd-aa46-224d2e15c1cf)
May 29 16:55:08 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332508.9621] device (wlan0): Activation: starting connection 'braley5' (69f4bbd1-58fa-47bd-aa46-224d2e15c1cf)
May 29 16:55:08 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332508.9623] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
May 29 16:55:08 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332508.9638] device (wlan0): set-hw-addr: reset MAC address to 80:19:34:E1:42:DB (preserve)
May 29 16:55:08 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332508.9652] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 29 16:55:08 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332508.9655] device (wlan0): Activation: (wifi) access point 'braley5' has security, but secrets are required.
May 29 16:55:08 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332508.9655] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
May 29 16:55:08 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332508.9658] sup-iface[296c42ec97bf4a1e,0,wlan0]: wps: type pbc start...
May 29 16:55:08 archlinux-lenovo-g780 NetworkManager[356]: <warn>  [1622332508.9693] device (wlan0): no secrets: No agents were available for this request.
May 29 16:55:08 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332508.9694] device (wlan0): state change: need-auth -> failed (reason 'no-secrets', sys-iface-state: 'managed')
May 29 16:55:08 archlinux-lenovo-g780 NetworkManager[356]: <warn>  [1622332508.9709] device (wlan0): Activation: failed for connection 'braley5'
May 29 16:55:08 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332508.9716] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
May 29 16:55:08 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332508.9736] device (wlan0): set-hw-addr: set MAC address to 4E:5C:03:44:F3:E5 (scanning)
…
May 29 16:55:10 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[651]: New PolkitAgentListener  0x557a9cede400
May 29 16:55:10 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[651]: Adding new listener  PolkitQt1::Agent::Listener(0x557a9cf03950) for  0x557a9cede400
May 29 16:55:10 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[651]: Listener online
May 29 16:55:10 archlinux-lenovo-g780 dbus-daemon[355]: [system] Successfully activated service 'org.kde.kded.smart'
May 29 16:55:10 archlinux-lenovo-g780 polkitd[469]: Registered Authentication Agent for unix-session:2 (system bus name :1.46 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 29 16:55:10 archlinux-lenovo-g780 kded5[600]: Delayed initialization.
May 29 16:55:10 archlinux-lenovo-g780 kded5[600]: Reloading the khotkeys configuration
May 29 16:55:10 archlinux-lenovo-g780 kded5[600]: Version 2 File!
May 29 16:55:10 archlinux-lenovo-g780 polkit-kde-authentication-agent-1[651]: Authentication agent result: true
…
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4315] policy: auto-activating connection 'braley2.4' (e8c9f17e-32c1-4688-a0ae-2a01671f14f2)
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4327] device (wlan0): Activation: starting connection 'braley2.4' (e8c9f17e-32c1-4688-a0ae-2a01671f14f2)
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4333] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4375] device (wlan0): set-hw-addr: reset MAC address to 80:19:34:E1:42:DB (preserve)
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4394] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4400] device (wlan0): Activation: (wifi) access point 'braley2.4' has security, but secrets are required.
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4401] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4408] sup-iface[296c42ec97bf4a1e,0,wlan0]: wps: type pbc start...
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4459] device (wlan0): supplicant interface state: disconnected -> inactive
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4487] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
May 29 16:55:12 archlinux-lenovo-g780 wpa_supplicant[427]: wlan0: WPS-PBC-ACTIVE
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <warn>  [1622332512.4519] device (wlan0): no secrets: No agents were available for this request.
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4521] device (wlan0): state change: need-auth -> failed (reason 'no-secrets', sys-iface-state: 'managed')
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <warn>  [1622332512.4572] device (wlan0): Activation: failed for connection 'braley2.4'
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4578] device (wlan0): supplicant interface state: inactive -> scanning
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4580] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4609] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4713] device (wlan0): set-hw-addr: set MAC address to CA:58:AD:E3:EE:B7 (scanning)
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4744] device (wlan0): supplicant interface state: scanning -> interface_disabled
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.4744] device (p2p-dev-wlan0): supplicant management interface state: scanning -> interface_disabled
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.5311] device (wlan0): supplicant interface state: interface_disabled -> inactive
May 29 16:55:12 archlinux-lenovo-g780 NetworkManager[356]: <info>  [1622332512.5312] device (p2p-dev-wlan0): supplicant management interface state: interface_disabled -> inactive

The first attempt (5GHz) fails because you don't have the polkit agent running (yet) and the second one also complains about no agent being avialable.
How do you establish the wifi connection? Manually or is this something that is supposed to be brought up w/ your session and if so: why isn't the psk already stored?

Offline

#19 2021-05-30 17:04:37

Bruce1956
Member
Registered: 2015-03-08
Posts: 83

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Hi Seth,

I've always had it configured to connect to my home wifi automatically, and I have the password stored in the NetworkManager.  So I have no idea why this isn't working.  I've also tried to connect manually, entering the password as part of that, but no luck.  When I click on one of my connections, the connection screen goes blank for a few seconds, it does not prompt me for a password, then it lists the available connections again without connecting.  Any ideas?

Bruce

Offline

#20 2021-05-30 19:49:16

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Delete the existing connection from NM, scan an try to connect to your network.
Then try to disable WPS in your router.

Are windows/ubuntu on the same machine (3rd link in my signature, also check whether the router has a stale lease for your device)

Offline

#21 2021-06-02 02:32:28

Bruce1956
Member
Registered: 2015-03-08
Posts: 83

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Hi Seth,

I have done that a couple of times already, but tried it again--you never know.  No joy.

I disabled the WPS in my router.  I didn't remember ever turning that on, but it was on, so I turned it off.

If you are suggesting that I disable Fastboot in Windows, I have never used Fastboot since installing the multi-OS system about eight years ago.  Just to be sure, I checked, and Fastboot is still disabled.

I looked through my router software, and did not find anywhere to renew a lease.  I could try

sudo dhclient -r

Wouldn't I first have to be connected to wifi for that to have any affect?  Wouldn't it just disconnect my ethernet connection while ignoring wifi?  And that brings me back to the problem...I can't access wifi from Archlinux.

Thanks very much for your suggestions.  Unfortunately, so far, nothing has worked.

Bruce

Offline

#22 2021-06-02 07:14:36

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Let's take M outof the equation.
Stop the service(s) and try to either connect manuall, https://wiki.archlinux.org/title/Networ … ireless#iw or w/ eg. wifi-menu from the netctl package.
If either way yields any errors, please post them (esp. the manual way will be interesting, but you can try wifi-menu to shorthand blame or absolve NM)

Edit: dhcp will require your to authenticate and associate w/ the AP first - which is what NM fails at.

Last edited by seth (2021-06-02 07:15:44)

Offline

#23 2021-06-04 06:51:24

Bruce1956
Member
Registered: 2015-03-08
Posts: 83

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Hi Seth,

I'm guessing you meant "Let's take NM out of the equation."

I stopped NetworkManager by entering

sudo systemctl disable NetworkManager.service

I followed the provided link and attempted to connect, but don't know what I'm doing wrong.  I entered

sudo iw --debug dev wlan0 connect -w braley5 psk <my 16-character hexadecimal key>

Here's what I got back:

Usage:  iw [options] dev <devname> connect [-w] <SSID> [<freq in MHz>] [<bssid>] [key 0:abcde d:1:6162636465] [mfp:req/opt/no]

Join the network with the given SSID (and frequency, BSSID).
With -w, wait for the connect to finish or fail.

Options:
        --debug         enable netlink debugging

Sorry, I'll try more tomorrow.  It's late and my brain is in a fog.

Bruce

Offline

#24 2021-06-04 07:06:03

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

You need to use wpa_supplicant or iwd to connect to a wpa protected network.
https://wiki.archlinux.org/title/Networ … 2_Personal

Offline

#25 2021-08-26 21:37:10

Bruce1956
Member
Registered: 2015-03-08
Posts: 83

Re: [SOLVED] WiFi connects in multiboot system (Win10, Kubuntu), not Arch

Sorry, I don't understand that after following the link.

I gave up in frustration back in June.  Now I'm ready to have at it again.  Here's the latest thing I tried:  I entered

journalctl -f

in the terminal, then clicked on the network I wanted in the NetworkManager window.  The relevant output I got in the terminal was

Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <info>  [1630012656.3979] device (wlan0): Activation: starting connection 'Linksys01976' (9f7f43c6-4b33-4c02-8fb6-21269fd56c52)
Aug 26 14:17:36 archlinux-lenovo-g780 audit[373]: USYS_CONFIG pid=373 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=9f7f43c6-4b33-4c02-8fb6-21269fd56c52 name="Linksys01976" pid=629 uid=1001 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <info>  [1630012656.3981] audit: op="connection-activate" uuid="9f7f43c6-4b33-4c02-8fb6-21269fd56c52" name="Linksys01976" pid=629 uid=1001 result="success"
Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <info>  [1630012656.3984] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Aug 26 14:17:36 archlinux-lenovo-g780 kernel: audit: type=1111 audit(1630012656.394:217): pid=373 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=9f7f43c6-4b33-4c02-8fb6-21269fd56c52 name="Linksys01976" pid=629 uid=1001 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <info>  [1630012656.4018] device (wlan0): set-hw-addr: reset MAC address to 80:19:34:E1:42:DB (preserve)
Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <info>  [1630012656.4034] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <info>  [1630012656.4039] device (wlan0): Activation: (wifi) access point 'Linksys01976' has security, but secrets are required.
Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <info>  [1630012656.4041] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <info>  [1630012656.4042] sup-iface[a853431fdb2c9e6e,1,wlan0]: wps: type pbc start...
Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <warn>  [1630012656.4047] device (wlan0): no secrets: No agents were available for this request.
Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <info>  [1630012656.4047] device (wlan0): state change: need-auth -> failed (reason 'no-secrets', sys-iface-state: 'managed')
Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <warn>  [1630012656.4051] device (wlan0): Activation: failed for connection 'Linksys01976'
Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <info>  [1630012656.4053] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <info>  [1630012656.4074] device (wlan0): set-hw-addr: set MAC address to 3A:11:F1:CB:56:7B (scanning)
Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <info>  [1630012656.4642] device (wlan0): supplicant interface state: inactive -> disconnected
Aug 26 14:17:36 archlinux-lenovo-g780 NetworkManager[373]: <info>  [1630012656.4643] device (p2p-dev-wlan0): supplicant management interface state: inactive -> disconnected

My NetworkManager is configured to automatically provide the "secret," assuming by that it means my password.  So, yet again, I am stumped.  Just a reminder--this worked fine, then as far as I can recall, it quit after running a pacman update sometime last year.

Offline

Board footer

Powered by FluxBB