You are not logged in.

#1 2019-04-29 10:06:05

Opptur
Member
Registered: 2019-04-29
Posts: 11

Random hangs after enabling NVIDIA Kernel Mode Setting

Hello! I have enabled NVIDIA KMS using this guide. It is enabled (I've checked), but at random times I get hangs of 1-2 seconds (when starting apps, or when opening a new tab in Chromium, but not always).

I am using GNOME on X11.

$ sudo loginctl show-session 2 -p Type
Type=x11

The system is up to date. The computer is a Lenovo Y520-15IKBN with dual graphics (integrated + 1050Ti), and I'm using the proprietary NVIDIA driver without NVIDIA Optimus support enabled.

Where should I look for the cause of this? Which logs are relevant?

Offline

#2 2019-05-01 19:25:45

Mortimer Houghton
Member
Registered: 2014-09-28
Posts: 85

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

journalctl output is generally where you would start when looking for error messages

Also, I would set your session to xorg following one of these examples:

Starting manually

Using GDM

Last edited by Mortimer Houghton (2019-05-01 19:38:38)

Offline

#3 2019-05-09 11:13:28

Opptur
Member
Registered: 2019-04-29
Posts: 11

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

None of those helped, hangs still happen. There is nothing unusual in journalctl.

Offline

#4 2019-05-09 11:29:38

edgy
Banned
Registered: 2019-05-05
Posts: 22

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

With Linux graphics drivers, you could always expect anything.

You could always look into the issue, too but this is well known to be a grey area and will at times require a bit of expertise if not specialty to look into.

Offline

#5 2019-05-09 12:48:12

Opptur
Member
Registered: 2019-04-29
Posts: 11

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

And considering I'm using a proprietary driver, I might not get an answer at all. Maybe someone has encountered this before. The hangs always happen when something new has to be drawn on the screen (a newly opened app, a new tab in Chrome, when the cursor is changing from normal to the loading one, etc.).

It's a bit annoying and I think I'm considering switching back to Windows as my daily driver. I absolutely love Arch but I cannot use my laptop like this.

Offline

#6 2019-05-09 12:57:04

edgy
Banned
Registered: 2019-05-05
Posts: 22

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

Looks like your card is quite common, though.

There even happen to be a number of references to this card on Arch Wiki. You should probably give it some time and try to figure out.

Not sure what kernel modesetting is and why you enabled it. Never had to do any of that with my GTX Geforce 750 Ti and works pretty okay but the debugging should probably start there.

Offline

#7 2019-05-09 13:19:13

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

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

There is nothing unusual in journalctl.

sudo journalctl -b

after this happened - the session journal is not gonna cut it if it's a kernel module issue.

Offline

#8 2019-05-09 18:09:20

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

Opptur wrote:

I am using GNOME on X11.

There's no reason to use KMS then. It's only required if you want to run Gnome on Wayland. So rather than switching to Windows, disable KMS.

Offline

#9 2019-05-09 18:44:29

Opptur
Member
Registered: 2019-04-29
Posts: 11

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

edgy wrote:

Looks like your card is quite common, though.

There even happen to be a number of references to this card on Arch Wiki. You should probably give it some time and try to figure out.

Not sure what kernel modesetting is and why you enabled it. Never had to do any of that with my GTX Geforce 750 Ti and works pretty okay but the debugging should probably start there.

See below.

Gusar wrote:
Opptur wrote:

I am using GNOME on X11.

There's no reason to use KMS then. It's only required if you want to run Gnome on Wayland. So rather than switching to Windows, disable KMS.

I get lots of screen tearing without KMS (especially in VLC) on X11 with the proprietary NVIDIA driver, and it's really annoying.

seth wrote:

There is nothing unusual in journalctl.

sudo journalctl -b

after this happened - the session journal is not gonna cut it if it's a kernel module issue.

This is what gets printed when the hang occurs (I opened spotify and then the hang occured):

May 09 21:38:46 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 21:38:47 cosmin-laptop-arch gnome-shell[997]: g_environ_setenv: assertion 'value != NULL' failed
May 09 21:38:47 cosmin-laptop-arch spotify.desktop[997]: spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify.desktop[997]: /opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)
May 09 21:38:47 cosmin-laptop-arch spotify.desktop[997]: /proc/self/exe: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /proc/self/exe)
May 09 21:38:52 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: nvLock: client timed out, taking the lock
May 09 21:38:52 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event5  - Logitech Gaming Mouse G302: SYN_DROPPED event - some input events have been lost.
May 09 21:38:54 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 21:38:56 cosmin-laptop-arch sudo[2523]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b

Last edited by Opptur (2019-05-09 18:44:53)

Offline

#10 2019-05-09 19:08:43

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

Opptur wrote:

I get lots of screen tearing without KMS (especially in VLC) on X11 with the proprietary NVIDIA driver, and it's really annoying.

*facepalm*

Ok, Nvidia is just hopeless then. Remember the days when Nvidia was the best experience one could get on Linux, despite their driver being closed? How the mighty have fallen...

(apologies for the off-topic rant)

Offline

#11 2019-05-09 19:16:54

Opptur
Member
Registered: 2019-04-29
Posts: 11

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

I have opened a bug report for the GNOME JS error, but I don't know if that is the cause of the hang: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1280

Offline

#12 2019-05-09 19:41:47

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

Offline

#13 2019-05-09 19:57:03

Opptur
Member
Registered: 2019-04-29
Posts: 11

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

I wasn't really sure if that issue is the same as mine, because it occurs in another part of the code. Apart from that, that issue will be fixed in GNOME 3.34 as far as I understood which will launch in September, and that's a very long wait.

Offline

#14 2019-05-09 20:02:47

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

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

Do you use a dual monitor setup?
If so, do the lags go away with the JS error with the second output?

If not, I'd rather worry about

May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",

and

May 09 21:38:52 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: nvLock: client timed out, taking the lock

which seems  a good contender for the most direct problem indicator.

Post a complete journal and try to take GDM out of the equation (opting for startx instead)

Offline

#15 2019-05-09 20:41:01

Opptur
Member
Registered: 2019-04-29
Posts: 11

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

seth wrote:

Do you use a dual monitor setup?
If so, do the lags go away with the JS error with the second output?

Yes, and no, they still occur without the second monitor.

seth wrote:

If not, I'd rather worry about

May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",

I have fixed that error by installing gtk-engine-murrine. I think it's unrelated.

seth wrote:

and

May 09 21:38:52 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: nvLock: client timed out, taking the lock

which seems  a good contender for the most direct problem indicator.

Post a complete journal and try to take GDM out of the equation (opting for startx instead)

Journal using GDM:

-- Logs begin at Sun 2019-04-28 20:56:11 EEST, end at Thu 2019-05-09 23:08:39 EEST. --
May 09 21:31:33 cosmin-laptop-arch kernel: microcode: microcode updated early to revision 0x9a, date = 2018-07-16
May 09 21:31:33 cosmin-laptop-arch kernel: Linux version 5.0.13-arch1-1-ARCH (builduser@heftig-13472) (gcc version 8.3.0 (GCC)) #1 SMP PREEMPT Sun May 5 18:05:41 UTC 2019
May 09 21:31:33 cosmin-laptop-arch kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e475fa84-ffc2-48c7-8a13-cf835528199e rw quiet nvidia-drm.modeset=1
May 09 21:31:33 cosmin-laptop-arch kernel: KERNEL supported cpus:
May 09 21:31:33 cosmin-laptop-arch kernel:   Intel GenuineIntel
May 09 21:31:33 cosmin-laptop-arch kernel:   AMD AuthenticAMD
May 09 21:31:33 cosmin-laptop-arch kernel:   Hygon HygonGenuine
May 09 21:31:33 cosmin-laptop-arch kernel:   Centaur CentaurHauls
May 09 21:31:33 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 09 21:31:33 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 09 21:31:33 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 09 21:31:33 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
May 09 21:31:33 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
May 09 21:31:33 cosmin-laptop-arch kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
May 09 21:31:33 cosmin-laptop-arch kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
May 09 21:31:33 cosmin-laptop-arch kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
May 09 21:31:33 cosmin-laptop-arch kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-provided physical RAM map:
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000062d3cfff] usable
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000062d3d000-0x0000000062d3dfff] ACPI NVS
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000062d3e000-0x0000000062d3efff] reserved
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000062d3f000-0x000000007a48dfff] usable
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007a48e000-0x000000007a68dfff] type 20
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007a68e000-0x000000007ae7dfff] reserved
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007ae7e000-0x000000007ce7dfff] ACPI NVS
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007ce7e000-0x000000007cefdfff] ACPI data
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007cefe000-0x000000007cefefff] usable
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007ceff000-0x000000007fffffff] reserved
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
May 09 21:31:33 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
May 09 21:31:33 cosmin-laptop-arch kernel: NX (Execute Disable) protection: active
May 09 21:31:33 cosmin-laptop-arch kernel: efi: EFI v2.50 by INSYDE Corp.
May 09 21:31:33 cosmin-laptop-arch kernel: efi:  ACPI 2.0=0x7cefd014  SMBIOS=0x7a702000  SMBIOS 3.0=0x7a700000  ESRT=0x7a6fe558  MEMATTR=0x6ada4018 
May 09 21:31:33 cosmin-laptop-arch kernel: SMBIOS 3.0.0 present.
May 09 21:31:33 cosmin-laptop-arch kernel: DMI: LENOVO 80WK/LNVNB161216, BIOS 4KCN45WW 01/11/2019
May 09 21:31:33 cosmin-laptop-arch kernel: tsc: Detected 2800.000 MHz processor
May 09 21:31:33 cosmin-laptop-arch kernel: tsc: Detected 2808.000 MHz TSC
May 09 21:31:33 cosmin-laptop-arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 09 21:31:33 cosmin-laptop-arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 09 21:31:33 cosmin-laptop-arch kernel: last_pfn = 0x47f000 max_arch_pfn = 0x400000000
May 09 21:31:33 cosmin-laptop-arch kernel: MTRR default type: write-back
May 09 21:31:33 cosmin-laptop-arch kernel: MTRR fixed ranges enabled:
May 09 21:31:33 cosmin-laptop-arch kernel:   00000-9FFFF write-back
May 09 21:31:33 cosmin-laptop-arch kernel:   A0000-BFFFF uncachable
May 09 21:31:33 cosmin-laptop-arch kernel:   C0000-FFFFF write-protect
May 09 21:31:33 cosmin-laptop-arch kernel: MTRR variable ranges enabled:
May 09 21:31:33 cosmin-laptop-arch kernel:   0 base 0080000000 mask 7F80000000 uncachable
May 09 21:31:33 cosmin-laptop-arch kernel:   1 base 007E000000 mask 7FFE000000 uncachable
May 09 21:31:33 cosmin-laptop-arch kernel:   2 base 007D800000 mask 7FFF800000 uncachable
May 09 21:31:33 cosmin-laptop-arch kernel:   3 disabled
May 09 21:31:33 cosmin-laptop-arch kernel:   4 disabled
May 09 21:31:33 cosmin-laptop-arch kernel:   5 disabled
May 09 21:31:33 cosmin-laptop-arch kernel:   6 disabled
May 09 21:31:33 cosmin-laptop-arch kernel:   7 disabled
May 09 21:31:33 cosmin-laptop-arch kernel:   8 disabled
May 09 21:31:33 cosmin-laptop-arch kernel:   9 disabled
May 09 21:31:33 cosmin-laptop-arch kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
May 09 21:31:33 cosmin-laptop-arch kernel: last_pfn = 0x7ceff max_arch_pfn = 0x400000000
May 09 21:31:33 cosmin-laptop-arch kernel: esrt: Reserving ESRT space from 0x000000007a6fe558 to 0x000000007a6fe608.
May 09 21:31:33 cosmin-laptop-arch kernel: check: Scanning 1 areas for low memory corruption
May 09 21:31:33 cosmin-laptop-arch kernel: Using GB pages for direct mapping
May 09 21:31:33 cosmin-laptop-arch kernel: BRK [0x366201000, 0x366201fff] PGTABLE
May 09 21:31:33 cosmin-laptop-arch kernel: BRK [0x366202000, 0x366202fff] PGTABLE
May 09 21:31:33 cosmin-laptop-arch kernel: BRK [0x366203000, 0x366203fff] PGTABLE
May 09 21:31:33 cosmin-laptop-arch kernel: BRK [0x366204000, 0x366204fff] PGTABLE
May 09 21:31:33 cosmin-laptop-arch kernel: BRK [0x366205000, 0x366205fff] PGTABLE
May 09 21:31:33 cosmin-laptop-arch kernel: BRK [0x366206000, 0x366206fff] PGTABLE
May 09 21:31:33 cosmin-laptop-arch kernel: BRK [0x366207000, 0x366207fff] PGTABLE
May 09 21:31:33 cosmin-laptop-arch kernel: BRK [0x366208000, 0x366208fff] PGTABLE
May 09 21:31:33 cosmin-laptop-arch kernel: BRK [0x366209000, 0x366209fff] PGTABLE
May 09 21:31:33 cosmin-laptop-arch kernel: Secure boot could not be determined
May 09 21:31:33 cosmin-laptop-arch kernel: RAMDISK: [mem 0x35137000-0x36892fff]
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Early table checksum verification disabled
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: RSDP 0x000000007CEFD014 000024 (v02 LENOVO)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: XSDT 0x000000007CECC188 00010C (v01 LENOVO CB-01    00000001      01000013)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: FACP 0x000000007CEEE000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: DSDT 0x000000007CED5000 015C01 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: FACS 0x000000007CE4D000 000040
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: UEFI 0x000000007CEFC000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: UEFI 0x000000007CEFB000 000042 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: POAT 0x000000007CEFA000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEF9000 0004C3 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEF8000 000046 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: TPM2 0x000000007CEF7000 000034 (v03 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEF3000 0030A0 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: ASF! 0x000000007CEF2000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: ASPT 0x000000007CEF1000 000034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: BOOT 0x000000007CEF0000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: DBGP 0x000000007CEEF000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: HPET 0x000000007CEED000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: APIC 0x000000007CEEC000 0000BC (v03 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: MCFG 0x000000007CEEB000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: LPIT 0x000000007CED4000 000094 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: WSMT 0x000000007CED3000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CED2000 00029F (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CED1000 000346 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CECD000 003002 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CECB000 00051E (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: DBGP 0x000000007CECA000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: DBG2 0x000000007CEC9000 000054 (v00 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEC8000 0002F5 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEC7000 000EDE (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEC2000 0049A2 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: DMAR 0x000000007CEC1000 0000A8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: FPDT 0x000000007CEC0000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: BGRT 0x000000007CEBF000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Local APIC address 0xfee00000
May 09 21:31:33 cosmin-laptop-arch kernel: No NUMA configuration found
May 09 21:31:33 cosmin-laptop-arch kernel: Faking a node at [mem 0x0000000000000000-0x000000047effffff]
May 09 21:31:33 cosmin-laptop-arch kernel: NODE_DATA(0) allocated [mem 0x47effc000-0x47effffff]
May 09 21:31:33 cosmin-laptop-arch kernel: Zone ranges:
May 09 21:31:33 cosmin-laptop-arch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 09 21:31:33 cosmin-laptop-arch kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
May 09 21:31:33 cosmin-laptop-arch kernel:   Normal   [mem 0x0000000100000000-0x000000047effffff]
May 09 21:31:33 cosmin-laptop-arch kernel:   Device   empty
May 09 21:31:33 cosmin-laptop-arch kernel: Movable zone start for each node
May 09 21:31:33 cosmin-laptop-arch kernel: Early memory node ranges
May 09 21:31:33 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
May 09 21:31:33 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000000059000-0x000000000009dfff]
May 09 21:31:33 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000000100000-0x0000000062d3cfff]
May 09 21:31:33 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000062d3f000-0x000000007a48dfff]
May 09 21:31:33 cosmin-laptop-arch kernel:   node   0: [mem 0x000000007cefe000-0x000000007cefefff]
May 09 21:31:33 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000100000000-0x000000047effffff]
May 09 21:31:33 cosmin-laptop-arch kernel: Zeroed struct page in unavailable ranges: 23511 pages
May 09 21:31:33 cosmin-laptop-arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
May 09 21:31:33 cosmin-laptop-arch kernel: On node 0 totalpages: 4166697
May 09 21:31:33 cosmin-laptop-arch kernel:   DMA zone: 64 pages used for memmap
May 09 21:31:33 cosmin-laptop-arch kernel:   DMA zone: 22 pages reserved
May 09 21:31:33 cosmin-laptop-arch kernel:   DMA zone: 3996 pages, LIFO batch:0
May 09 21:31:33 cosmin-laptop-arch kernel:   DMA32 zone: 7763 pages used for memmap
May 09 21:31:33 cosmin-laptop-arch kernel:   DMA32 zone: 496781 pages, LIFO batch:63
May 09 21:31:33 cosmin-laptop-arch kernel:   Normal zone: 57280 pages used for memmap
May 09 21:31:33 cosmin-laptop-arch kernel:   Normal zone: 3665920 pages, LIFO batch:63
May 09 21:31:33 cosmin-laptop-arch kernel: Reserving Intel graphics memory at [mem 0x7e000000-0x7fffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: PM-Timer IO Port: 0x1808
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Local APIC address 0xfee00000
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
May 09 21:31:33 cosmin-laptop-arch kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: IRQ0 used by override.
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: IRQ9 used by override.
May 09 21:31:33 cosmin-laptop-arch kernel: Using ACPI (MADT) for SMP configuration information
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 09 21:31:33 cosmin-laptop-arch kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x62d3d000-0x62d3dfff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x62d3e000-0x62d3efff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7a48e000-0x7a68dfff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7a68e000-0x7ae7dfff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7ae7e000-0x7ce7dfff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7ce7e000-0x7cefdfff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7ceff000-0x7fffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xffa00000-0xffffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: [mem 0x80000000-0xdfffffff] available for PCI devices
May 09 21:31:33 cosmin-laptop-arch kernel: Booting paravirtualized kernel on bare hardware
May 09 21:31:33 cosmin-laptop-arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
May 09 21:31:33 cosmin-laptop-arch kernel: random: get_random_bytes called from start_kernel+0x95/0x538 with crng_init=0
May 09 21:31:33 cosmin-laptop-arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
May 09 21:31:33 cosmin-laptop-arch kernel: percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u262144
May 09 21:31:33 cosmin-laptop-arch kernel: pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
May 09 21:31:33 cosmin-laptop-arch kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
May 09 21:31:33 cosmin-laptop-arch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4101568
May 09 21:31:33 cosmin-laptop-arch kernel: Policy zone: Normal
May 09 21:31:33 cosmin-laptop-arch kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e475fa84-ffc2-48c7-8a13-cf835528199e rw quiet nvidia-drm.modeset=1
May 09 21:31:33 cosmin-laptop-arch kernel: Calgary: detecting Calgary via BIOS EBDA area
May 09 21:31:33 cosmin-laptop-arch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
May 09 21:31:33 cosmin-laptop-arch kernel: Memory: 16253600K/16666788K available (12291K kernel code, 1291K rwdata, 3652K rodata, 1548K init, 3848K bss, 413188K reserved, 0K cma-reserved)
May 09 21:31:33 cosmin-laptop-arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
May 09 21:31:33 cosmin-laptop-arch kernel: Kernel/User page tables isolation: enabled
May 09 21:31:33 cosmin-laptop-arch kernel: ftrace: allocating 36357 entries in 143 pages
May 09 21:31:33 cosmin-laptop-arch kernel: rcu: Preemptible hierarchical RCU implementation.
May 09 21:31:33 cosmin-laptop-arch kernel: rcu:         CONFIG_RCU_FANOUT set to non-default value of 32.
May 09 21:31:33 cosmin-laptop-arch kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
May 09 21:31:33 cosmin-laptop-arch kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
May 09 21:31:33 cosmin-laptop-arch kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
May 09 21:31:33 cosmin-laptop-arch kernel:         Tasks RCU enabled.
May 09 21:31:33 cosmin-laptop-arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
May 09 21:31:33 cosmin-laptop-arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
May 09 21:31:33 cosmin-laptop-arch kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
May 09 21:31:33 cosmin-laptop-arch kernel: rcu:         Offload RCU callbacks from CPUs: (none).
May 09 21:31:33 cosmin-laptop-arch kernel: Console: colour dummy device 80x25
May 09 21:31:33 cosmin-laptop-arch kernel: printk: console [tty0] enabled
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Core revision 20181213
May 09 21:31:33 cosmin-laptop-arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
May 09 21:31:33 cosmin-laptop-arch kernel: hpet clockevent registered
May 09 21:31:33 cosmin-laptop-arch kernel: APIC: Switch to symmetric I/O mode setup
May 09 21:31:33 cosmin-laptop-arch kernel: DMAR: Host address width 39
May 09 21:31:33 cosmin-laptop-arch kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
May 09 21:31:33 cosmin-laptop-arch kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
May 09 21:31:33 cosmin-laptop-arch kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
May 09 21:31:33 cosmin-laptop-arch kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
May 09 21:31:33 cosmin-laptop-arch kernel: DMAR: RMRR base: 0x0000007ad52000 end: 0x0000007ad71fff
May 09 21:31:33 cosmin-laptop-arch kernel: DMAR: RMRR base: 0x0000007d800000 end: 0x0000007fffffff
May 09 21:31:33 cosmin-laptop-arch kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
May 09 21:31:33 cosmin-laptop-arch kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
May 09 21:31:33 cosmin-laptop-arch kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
May 09 21:31:33 cosmin-laptop-arch kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
May 09 21:31:33 cosmin-laptop-arch kernel: x2apic enabled
May 09 21:31:33 cosmin-laptop-arch kernel: Switched APIC routing to cluster x2apic.
May 09 21:31:33 cosmin-laptop-arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 09 21:31:33 cosmin-laptop-arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2879c5f06f2, max_idle_ns: 440795220049 ns
May 09 21:31:33 cosmin-laptop-arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5618.00 BogoMIPS (lpj=9360000)
May 09 21:31:33 cosmin-laptop-arch kernel: pid_max: default: 32768 minimum: 301
May 09 21:31:33 cosmin-laptop-arch kernel: LSM: Security Framework initializing
May 09 21:31:33 cosmin-laptop-arch kernel: Yama: becoming mindful.
May 09 21:31:33 cosmin-laptop-arch kernel: AppArmor: AppArmor disabled by boot time parameter
May 09 21:31:33 cosmin-laptop-arch kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
May 09 21:31:33 cosmin-laptop-arch kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
May 09 21:31:33 cosmin-laptop-arch kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
May 09 21:31:33 cosmin-laptop-arch kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
May 09 21:31:33 cosmin-laptop-arch kernel: mce: CPU supports 10 MCE banks
May 09 21:31:33 cosmin-laptop-arch kernel: mce: CPU0: Thermal monitoring enabled (TM1)
May 09 21:31:33 cosmin-laptop-arch kernel: process: using mwait in idle threads
May 09 21:31:33 cosmin-laptop-arch kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
May 09 21:31:33 cosmin-laptop-arch kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
May 09 21:31:33 cosmin-laptop-arch kernel: Spectre V2 : Mitigation: Full generic retpoline
May 09 21:31:33 cosmin-laptop-arch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
May 09 21:31:33 cosmin-laptop-arch kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
May 09 21:31:33 cosmin-laptop-arch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
May 09 21:31:33 cosmin-laptop-arch kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
May 09 21:31:33 cosmin-laptop-arch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
May 09 21:31:33 cosmin-laptop-arch kernel: Freeing SMP alternatives memory: 32K
May 09 21:31:33 cosmin-laptop-arch kernel: TSC deadline timer enabled
May 09 21:31:33 cosmin-laptop-arch kernel: smpboot: CPU0: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
May 09 21:31:33 cosmin-laptop-arch kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
May 09 21:31:33 cosmin-laptop-arch kernel: ... version:                4
May 09 21:31:33 cosmin-laptop-arch kernel: ... bit width:              48
May 09 21:31:33 cosmin-laptop-arch kernel: ... generic registers:      4
May 09 21:31:33 cosmin-laptop-arch kernel: ... value mask:             0000ffffffffffff
May 09 21:31:33 cosmin-laptop-arch kernel: ... max period:             00007fffffffffff
May 09 21:31:33 cosmin-laptop-arch kernel: ... fixed-purpose events:   3
May 09 21:31:33 cosmin-laptop-arch kernel: ... event mask:             000000070000000f
May 09 21:31:33 cosmin-laptop-arch kernel: rcu: Hierarchical SRCU implementation.
May 09 21:31:33 cosmin-laptop-arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
May 09 21:31:33 cosmin-laptop-arch kernel: smp: Bringing up secondary CPUs ...
May 09 21:31:33 cosmin-laptop-arch kernel: x86: Booting SMP configuration:
May 09 21:31:33 cosmin-laptop-arch kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
May 09 21:31:33 cosmin-laptop-arch kernel: smp: Brought up 1 node, 8 CPUs
May 09 21:31:33 cosmin-laptop-arch kernel: smpboot: Max logical packages: 1
May 09 21:31:33 cosmin-laptop-arch kernel: smpboot: Total of 8 processors activated (44945.00 BogoMIPS)
May 09 21:31:33 cosmin-laptop-arch kernel: devtmpfs: initialized
May 09 21:31:33 cosmin-laptop-arch kernel: x86/mm: Memory block size: 128MB
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registering ACPI NVS region [mem 0x62d3d000-0x62d3dfff] (4096 bytes)
May 09 21:31:33 cosmin-laptop-arch kernel: PM: Registering ACPI NVS region [mem 0x7ae7e000-0x7ce7dfff] (33554432 bytes)
May 09 21:31:33 cosmin-laptop-arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
May 09 21:31:33 cosmin-laptop-arch kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
May 09 21:31:33 cosmin-laptop-arch kernel: pinctrl core: initialized pinctrl subsystem
May 09 21:31:33 cosmin-laptop-arch kernel: RTC time: 18:31:29, date: 2019-05-09
May 09 21:31:33 cosmin-laptop-arch kernel: NET: Registered protocol family 16
May 09 21:31:33 cosmin-laptop-arch kernel: audit: initializing netlink subsys (disabled)
May 09 21:31:33 cosmin-laptop-arch kernel: audit: type=2000 audit(1557426689.373:1): state=initialized audit_enabled=0 res=1
May 09 21:31:33 cosmin-laptop-arch kernel: cpuidle: using governor ladder
May 09 21:31:33 cosmin-laptop-arch kernel: cpuidle: using governor menu
May 09 21:31:33 cosmin-laptop-arch kernel: Simple Boot Flag at 0x44 set to 0x1
May 09 21:31:33 cosmin-laptop-arch kernel: KVM setup pv remote TLB flush
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: bus type PCI registered
May 09 21:31:33 cosmin-laptop-arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 09 21:31:33 cosmin-laptop-arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
May 09 21:31:33 cosmin-laptop-arch kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
May 09 21:31:33 cosmin-laptop-arch kernel: PCI: Using configuration type 1 for base access
May 09 21:31:33 cosmin-laptop-arch kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
May 09 21:31:33 cosmin-laptop-arch kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Added _OSI(Module Device)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Added _OSI(Processor Device)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Added _OSI(Linux-Dell-Video)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFFA088AC255800 000651 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFFA088ABD5B800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFFA088AC250000 00065C (v02 PmRef  ApIst    00003000 INTL 20160527)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFFA088ABDA2200 00018A (v02 PmRef  ApCst    00003000 INTL 20160527)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: EC: EC started
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: EC: interrupt blocked
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Interpreter enabled
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: (supports S0 S3 S4 S5)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Using IOAPIC for interrupt routing
May 09 21:31:33 cosmin-laptop-arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Power Resource [PG00] (on)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
May 09 21:31:33 cosmin-laptop-arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
May 09 21:31:33 cosmin-laptop-arch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
May 09 21:31:33 cosmin-laptop-arch kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
May 09 21:31:33 cosmin-laptop-arch kernel: PCI host bridge to bus 0000:00
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa2000000-0xa2ffffff 64bit]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:14.0: reg 0x10: [mem 0xa4410000-0xa441ffff 64bit]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:14.2: reg 0x10: [mem 0xa442a000-0xa442afff 64bit]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa442b000-0xa442bfff 64bit]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:16.0: PME# supported from D3hot
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x10: [mem 0xa4428000-0xa4429fff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x14: [mem 0xa442e000-0xa442e0ff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x24: [mem 0xa442c000-0xa442c7ff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:17.0: PME# supported from D3hot
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.0: [8086:a111] type 01 class 0x060400
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.3: [8086:a113] type 01 class 0x060400
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1f.0: [8086:a152] type 00 class 0x060100
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xa4424000-0xa4427fff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1f.3: [8086:a171] type 00 class 0x040300
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa4420000-0xa4423fff 64bit]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xa4400000-0xa440ffff 64bit]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xa442d000-0xa442d0ff 64bit]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1f.4: reg 0x20: [io  0x5040-0x505f]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:01:00.0: [10de:1c8c] type 00 class 0x030200
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8 GT/s x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa3ffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:02:00.0: [1217:8621] type 00 class 0x080501
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:02:00.0: reg 0x10: [mem 0xa4301000-0xa4301fff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:02:00.0: reg 0x14: [mem 0xa4300000-0xa43007ff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xa4300000-0xa43fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:03:00.0: [8086:24fd] type 00 class 0x028000
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:03:00.0: reg 0x10: [mem 0xa4200000-0xa4201fff 64bit]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xa4200000-0xa42fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:04:00.0: reg 0x10: [io  0x3000-0x30ff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:04:00.0: reg 0x18: [mem 0xa4104000-0xa4104fff 64bit]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:04:00.0: reg 0x20: [mem 0xa4100000-0xa4103fff 64bit]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:04:00.0: supports D1 D2
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [mem 0xa4100000-0xa41fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:05:00.0: [14a4:22f1] type 00 class 0x010802
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:05:00.0: reg 0x10: [mem 0xa4000000-0xa4003fff 64bit]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:05:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1d.0: PCI bridge to [bus 05]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1d.0:   bridge window [mem 0xa4000000-0xa40fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: EC: interrupt unblocked
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: EC: event unblocked
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:02.0: vgaarb: bridge control possible
May 09 21:31:33 cosmin-laptop-arch kernel: vgaarb: loaded
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: bus type USB registered
May 09 21:31:33 cosmin-laptop-arch kernel: usbcore: registered new interface driver usbfs
May 09 21:31:33 cosmin-laptop-arch kernel: usbcore: registered new interface driver hub
May 09 21:31:33 cosmin-laptop-arch kernel: usbcore: registered new device driver usb
May 09 21:31:33 cosmin-laptop-arch kernel: pps_core: LinuxPPS API ver. 1 registered
May 09 21:31:33 cosmin-laptop-arch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
May 09 21:31:33 cosmin-laptop-arch kernel: PTP clock support registered
May 09 21:31:33 cosmin-laptop-arch kernel: EDAC MC: Ver: 3.0.0
May 09 21:31:33 cosmin-laptop-arch kernel: Registered efivars operations
May 09 21:31:33 cosmin-laptop-arch kernel: PCI: Using ACPI for IRQ routing
May 09 21:31:33 cosmin-laptop-arch kernel: PCI: pci_cache_line_size set to 64 bytes
May 09 21:31:33 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
May 09 21:31:33 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
May 09 21:31:33 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x62d3d000-0x63ffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x7a48e000-0x7bffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x7ceff000-0x7fffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: NetLabel: Initializing
May 09 21:31:33 cosmin-laptop-arch kernel: NetLabel:  domain hash size = 128
May 09 21:31:33 cosmin-laptop-arch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 09 21:31:33 cosmin-laptop-arch kernel: NetLabel:  unlabeled traffic allowed by default
May 09 21:31:33 cosmin-laptop-arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
May 09 21:31:33 cosmin-laptop-arch kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
May 09 21:31:33 cosmin-laptop-arch kernel: clocksource: Switched to clocksource tsc-early
May 09 21:31:33 cosmin-laptop-arch kernel: VFS: Disk quotas dquot_6.6.0
May 09 21:31:33 cosmin-laptop-arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 09 21:31:33 cosmin-laptop-arch kernel: pnp: PnP ACPI init
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:01: [io  0x2000-0x20fe] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:02: [io  0x0680-0x069f] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:02: [io  0xffff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:02: [io  0xffff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:02: [io  0xffff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:02: [io  0x164e-0x164f] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:03: [io  0x0800-0x087f] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 21:31:33 cosmin-laptop-arch kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:05: [io  0x1854-0x1857] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
May 09 21:31:33 cosmin-laptop-arch kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
May 09 21:31:33 cosmin-laptop-arch kernel: pnp 00:07: Plug and Play ACPI device, IDs ETD067c PNP0f03 (active)
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed45000-0xfed8ffff] could not be reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:09: [mem 0x80000000-0x8001ffff] has been reserved
May 09 21:31:33 cosmin-laptop-arch kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 21:31:33 cosmin-laptop-arch kernel: pnp: PnP ACPI: found 10 devices
May 09 21:31:33 cosmin-laptop-arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:05:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa3ffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xa4300000-0xa43fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xa4200000-0xa42fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [mem 0xa4100000-0xa41fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:05:00.0: BAR 6: assigned [mem 0xa4020000-0xa403ffff pref]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1d.0: PCI bridge to [bus 05]
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:1d.0:   bridge window [mem 0xa4000000-0xa40fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 15 [mem 0x80000000-0xdfffffff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa3ffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:02: resource 1 [mem 0xa4300000-0xa43fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:03: resource 1 [mem 0xa4200000-0xa42fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:04: resource 1 [mem 0xa4100000-0xa41fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: pci_bus 0000:05: resource 1 [mem 0xa4000000-0xa40fffff]
May 09 21:31:33 cosmin-laptop-arch kernel: NET: Registered protocol family 2
May 09 21:31:33 cosmin-laptop-arch kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
May 09 21:31:33 cosmin-laptop-arch kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
May 09 21:31:33 cosmin-laptop-arch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
May 09 21:31:33 cosmin-laptop-arch kernel: TCP: Hash tables configured (established 131072 bind 65536)
May 09 21:31:33 cosmin-laptop-arch kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
May 09 21:31:33 cosmin-laptop-arch kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
May 09 21:31:33 cosmin-laptop-arch kernel: NET: Registered protocol family 1
May 09 21:31:33 cosmin-laptop-arch kernel: NET: Registered protocol family 44
May 09 21:31:33 cosmin-laptop-arch kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 09 21:31:33 cosmin-laptop-arch kernel: PCI: CLS 64 bytes, default 64
May 09 21:31:33 cosmin-laptop-arch kernel: Unpacking initramfs...
May 09 21:31:33 cosmin-laptop-arch kernel: Freeing initrd memory: 23920K
May 09 21:31:33 cosmin-laptop-arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 09 21:31:33 cosmin-laptop-arch kernel: software IO TLB: mapped [mem 0x75f29000-0x79f29000] (64MB)
May 09 21:31:33 cosmin-laptop-arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2879c5f06f2, max_idle_ns: 440795220049 ns
May 09 21:31:33 cosmin-laptop-arch kernel: clocksource: Switched to clocksource tsc
May 09 21:31:33 cosmin-laptop-arch kernel: check: Scanning for low memory corruption every 60 seconds
May 09 21:31:33 cosmin-laptop-arch kernel: Initialise system trusted keyrings
May 09 21:31:33 cosmin-laptop-arch kernel: Key type blacklist registered
May 09 21:31:33 cosmin-laptop-arch kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
May 09 21:31:33 cosmin-laptop-arch kernel: zbud: loaded
May 09 21:31:33 cosmin-laptop-arch kernel: Key type asymmetric registered
May 09 21:31:33 cosmin-laptop-arch kernel: Asymmetric key parser 'x509' registered
May 09 21:31:33 cosmin-laptop-arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
May 09 21:31:33 cosmin-laptop-arch kernel: io scheduler mq-deadline registered
May 09 21:31:33 cosmin-laptop-arch kernel: io scheduler kyber registered
May 09 21:31:33 cosmin-laptop-arch kernel: io scheduler bfq registered
May 09 21:31:33 cosmin-laptop-arch kernel: pcieport 0000:00:01.0: Signaling PME with IRQ 122
May 09 21:31:33 cosmin-laptop-arch kernel: pcieport 0000:00:1c.0: Signaling PME with IRQ 123
May 09 21:31:33 cosmin-laptop-arch kernel: aer 0000:00:1c.0:pcie002: AER enabled with IRQ 123
May 09 21:31:33 cosmin-laptop-arch kernel: pcieport 0000:00:1c.2: Signaling PME with IRQ 124
May 09 21:31:33 cosmin-laptop-arch kernel: pcieport 0000:00:1c.3: Signaling PME with IRQ 125
May 09 21:31:33 cosmin-laptop-arch kernel: pcieport 0000:00:1d.0: Signaling PME with IRQ 126
May 09 21:31:33 cosmin-laptop-arch kernel: aer 0000:00:1d.0:pcie002: AER enabled with IRQ 126
May 09 21:31:33 cosmin-laptop-arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 09 21:31:33 cosmin-laptop-arch kernel: efifb: probing for efifb
May 09 21:31:33 cosmin-laptop-arch kernel: efifb: showing boot graphics
May 09 21:31:33 cosmin-laptop-arch kernel: efifb: framebuffer at 0xb0000000, using 8128k, total 8128k
May 09 21:31:33 cosmin-laptop-arch kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
May 09 21:31:33 cosmin-laptop-arch kernel: efifb: scrolling: redraw
May 09 21:31:33 cosmin-laptop-arch kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 09 21:31:33 cosmin-laptop-arch kernel: fbcon: Deferring console take-over
May 09 21:31:33 cosmin-laptop-arch kernel: fb0: EFI VGA frame buffer device
May 09 21:31:33 cosmin-laptop-arch kernel: intel_idle: MWAIT substates: 0x11142120
May 09 21:31:33 cosmin-laptop-arch kernel: intel_idle: v0.4.1 model 0x9E
May 09 21:31:33 cosmin-laptop-arch kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
May 09 21:31:33 cosmin-laptop-arch kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Lid Switch [LID0]
May 09 21:31:33 cosmin-laptop-arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Power Button [PWRB]
May 09 21:31:33 cosmin-laptop-arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Power Button [PWRF]
May 09 21:31:33 cosmin-laptop-arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
May 09 21:31:33 cosmin-laptop-arch kernel: nvme nvme0: pci function 0000:05:00.0
May 09 21:31:33 cosmin-laptop-arch kernel: usbcore: registered new interface driver usbserial_generic
May 09 21:31:33 cosmin-laptop-arch kernel: usbserial: USB Serial support registered for generic
May 09 21:31:33 cosmin-laptop-arch kernel: rtc_cmos 00:04: RTC can wake from S4
May 09 21:31:33 cosmin-laptop-arch kernel: rtc_cmos 00:04: registered as rtc0
May 09 21:31:33 cosmin-laptop-arch kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
May 09 21:31:33 cosmin-laptop-arch kernel: intel_pstate: Intel P-state driver initializing
May 09 21:31:33 cosmin-laptop-arch kernel: intel_pstate: Disabling energy efficiency optimization
May 09 21:31:33 cosmin-laptop-arch kernel: intel_pstate: HWP enabled
May 09 21:31:33 cosmin-laptop-arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 09 21:31:33 cosmin-laptop-arch kernel: resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:00 [mem 0xfdb00000-0xfdffffff]
May 09 21:31:33 cosmin-laptop-arch kernel: caller pmc_core_probe+0x88/0x28e mapping multiple BARs
May 09 21:31:33 cosmin-laptop-arch kernel: intel_pmc_core:  initialized
May 09 21:31:33 cosmin-laptop-arch kernel: NET: Registered protocol family 10
May 09 21:31:33 cosmin-laptop-arch kernel: Segment Routing with IPv6
May 09 21:31:33 cosmin-laptop-arch kernel: NET: Registered protocol family 17
May 09 21:31:33 cosmin-laptop-arch kernel: RAS: Correctable Errors collector initialized.
May 09 21:31:33 cosmin-laptop-arch kernel: microcode: sig=0x906e9, pf=0x20, revision=0x9a
May 09 21:31:33 cosmin-laptop-arch kernel: microcode: Microcode Update Driver: v2.2.
May 09 21:31:33 cosmin-laptop-arch kernel: sched_clock: Marking stable (1120010842, -2934092)->(1126535413, -9458663)
May 09 21:31:33 cosmin-laptop-arch kernel: registered taskstats version 1
May 09 21:31:33 cosmin-laptop-arch kernel: Loading compiled-in X.509 certificates
May 09 21:31:33 cosmin-laptop-arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 726e59acc5925f6f0103b4a7df8a50012eb4b1be'
May 09 21:31:33 cosmin-laptop-arch kernel: zswap: loaded using pool lzo/zbud
May 09 21:31:33 cosmin-laptop-arch kernel: Key type big_key registered
May 09 21:31:33 cosmin-laptop-arch kernel:   Magic number: 3:58:544
May 09 21:31:33 cosmin-laptop-arch kernel: rtc_cmos 00:04: setting system clock to 2019-05-09T18:31:30 UTC (1557426690)
May 09 21:31:33 cosmin-laptop-arch kernel: nvme nvme0: 8/0/0 default/read/poll queues
May 09 21:31:33 cosmin-laptop-arch kernel:  nvme0n1: p1 p2 p3 p4 p5
May 09 21:31:33 cosmin-laptop-arch kernel: Freeing unused decrypted memory: 2040K
May 09 21:31:33 cosmin-laptop-arch kernel: Freeing unused kernel image memory: 1548K
May 09 21:31:33 cosmin-laptop-arch kernel: Write protecting the kernel read-only data: 18432k
May 09 21:31:33 cosmin-laptop-arch kernel: Freeing unused kernel image memory: 2016K
May 09 21:31:33 cosmin-laptop-arch kernel: Freeing unused kernel image memory: 444K
May 09 21:31:33 cosmin-laptop-arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 09 21:31:33 cosmin-laptop-arch kernel: x86/mm: Checking user space page tables
May 09 21:31:33 cosmin-laptop-arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 09 21:31:33 cosmin-laptop-arch kernel: Run /init as init process
May 09 21:31:33 cosmin-laptop-arch kernel: fbcon: Taking over console
May 09 21:31:33 cosmin-laptop-arch kernel: Console: switching to colour frame buffer device 240x67
May 09 21:31:33 cosmin-laptop-arch kernel: IPMI message handler: version 39.2
May 09 21:31:33 cosmin-laptop-arch kernel: ipmi device interface
May 09 21:31:33 cosmin-laptop-arch kernel: nvidia: loading out-of-tree module taints kernel.
May 09 21:31:33 cosmin-laptop-arch kernel: nvidia: module license 'NVIDIA' taints kernel.
May 09 21:31:33 cosmin-laptop-arch kernel: Disabling lock debugging due to kernel taint
May 09 21:31:33 cosmin-laptop-arch kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
May 09 21:31:33 cosmin-laptop-arch kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 241
May 09 21:31:33 cosmin-laptop-arch kernel: nvidia 0000:01:00.0: enabling device (0006 -> 0007)
May 09 21:31:33 cosmin-laptop-arch kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  418.74  Wed May  1 11:49:41 CDT 2019
May 09 21:31:33 cosmin-laptop-arch kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  418.74  Wed May  1 11:23:27 CDT 2019
May 09 21:31:33 cosmin-laptop-arch kernel: nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 239
May 09 21:31:33 cosmin-laptop-arch kernel: Linux agpgart interface v0.103
May 09 21:31:33 cosmin-laptop-arch kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20181213/nsarguments-66)
May 09 21:31:33 cosmin-laptop-arch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
May 09 21:31:33 cosmin-laptop-arch kernel: [drm] No driver support for vblank timestamp query.
May 09 21:31:33 cosmin-laptop-arch kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
May 09 21:31:33 cosmin-laptop-arch kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
May 09 21:31:33 cosmin-laptop-arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 09 21:31:33 cosmin-laptop-arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
May 09 21:31:33 cosmin-laptop-arch kernel: sdhci: Secure Digital Host Controller Interface driver
May 09 21:31:33 cosmin-laptop-arch kernel: sdhci: Copyright(c) Pierre Ossman
May 09 21:31:33 cosmin-laptop-arch kernel: SCSI subsystem initialized
May 09 21:31:33 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 09 21:31:33 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
May 09 21:31:33 cosmin-laptop-arch kernel: sdhci-pci 0000:02:00.0: SDHCI controller found [1217:8621] (rev 1)
May 09 21:31:33 cosmin-laptop-arch kernel: mmc0: SDHCI controller on PCI [0000:02:00.0] using ADMA
May 09 21:31:33 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
May 09 21:31:33 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
May 09 21:31:33 cosmin-laptop-arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
May 09 21:31:33 cosmin-laptop-arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 09 21:31:33 cosmin-laptop-arch kernel: usb usb1: Product: xHCI Host Controller
May 09 21:31:33 cosmin-laptop-arch kernel: usb usb1: Manufacturer: Linux 5.0.13-arch1-1-ARCH xhci-hcd
May 09 21:31:33 cosmin-laptop-arch kernel: usb usb1: SerialNumber: 0000:00:14.0
May 09 21:31:33 cosmin-laptop-arch kernel: hub 1-0:1.0: USB hub found
May 09 21:31:33 cosmin-laptop-arch kernel: hub 1-0:1.0: 16 ports detected
May 09 21:31:33 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 09 21:31:33 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
May 09 21:31:33 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
May 09 21:31:33 cosmin-laptop-arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
May 09 21:31:33 cosmin-laptop-arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 09 21:31:33 cosmin-laptop-arch kernel: usb usb2: Product: xHCI Host Controller
May 09 21:31:33 cosmin-laptop-arch kernel: usb usb2: Manufacturer: Linux 5.0.13-arch1-1-ARCH xhci-hcd
May 09 21:31:33 cosmin-laptop-arch kernel: usb usb2: SerialNumber: 0000:00:14.0
May 09 21:31:33 cosmin-laptop-arch kernel: hub 2-0:1.0: USB hub found
May 09 21:31:33 cosmin-laptop-arch kernel: hub 2-0:1.0: 8 ports detected
May 09 21:31:33 cosmin-laptop-arch kernel: usb: port power management may be unreliable
May 09 21:31:33 cosmin-laptop-arch kernel: libata version 3.00 loaded.
May 09 21:31:33 cosmin-laptop-arch kernel: ahci 0000:00:17.0: version 3.0
May 09 21:31:33 cosmin-laptop-arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
May 09 21:31:33 cosmin-laptop-arch kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x4 impl SATA mode
May 09 21:31:33 cosmin-laptop-arch kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
May 09 21:31:33 cosmin-laptop-arch kernel: scsi host0: ahci
May 09 21:31:33 cosmin-laptop-arch kernel: scsi host1: ahci
May 09 21:31:33 cosmin-laptop-arch kernel: scsi host2: ahci
May 09 21:31:33 cosmin-laptop-arch kernel: ata1: DUMMY
May 09 21:31:33 cosmin-laptop-arch kernel: ata2: DUMMY
May 09 21:31:33 cosmin-laptop-arch kernel: ata3: SATA max UDMA/133 abar m2048@0xa442c000 port 0xa442c200 irq 139
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
May 09 21:31:33 cosmin-laptop-arch kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
May 09 21:31:33 cosmin-laptop-arch kernel: ata3.00: ATA-10: ST2000LM007-1R8174, LDM2, max UDMA/100
May 09 21:31:33 cosmin-laptop-arch kernel: ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 4.18
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1: Product: USB2744
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1: Manufacturer: Microchip Tech
May 09 21:31:33 cosmin-laptop-arch kernel: hub 1-1:1.0: USB hub found
May 09 21:31:33 cosmin-laptop-arch kernel: hub 1-1:1.0: 4 ports detected
May 09 21:31:33 cosmin-laptop-arch kernel: ata3.00: configured for UDMA/100
May 09 21:31:33 cosmin-laptop-arch kernel: scsi 2:0:0:0: Direct-Access     ATA      ST2000LM007-1R81 LDM2 PQ: 0 ANSI: 5
May 09 21:31:33 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
May 09 21:31:33 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] 4096-byte physical blocks
May 09 21:31:33 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Write Protect is off
May 09 21:31:33 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 09 21:31:33 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 09 21:31:33 cosmin-laptop-arch kernel:  sda: sda1 sda2 sda3 sda4
May 09 21:31:33 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Attached SCSI disk
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-4: new full-speed USB device number 3 using xhci_hcd
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-4: New USB device found, idVendor=1852, idProduct=7022, bcdDevice= 0.01
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-4: Product: DigiHug USB Audio
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-4: Manufacturer: FiiO
May 09 21:31:33 cosmin-laptop-arch kernel: hidraw: raw HID events driver (C) Jiri Kosina
May 09 21:31:33 cosmin-laptop-arch kernel: usbcore: registered new interface driver usbhid
May 09 21:31:33 cosmin-laptop-arch kernel: usbhid: USB HID core driver
May 09 21:31:33 cosmin-laptop-arch kernel: input: FiiO DigiHug USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1852:7022.0001/input/input5
May 09 21:31:33 cosmin-laptop-arch kernel: hid-generic 0003:1852:7022.0001: input,hidraw0: USB HID v1.00 Device [FiiO DigiHug USB Audio] on usb-0000:00:14.0-4/input0
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-6: new high-speed USB device number 4 using xhci_hcd
May 09 21:31:33 cosmin-laptop-arch kernel: random: fast init done
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-6: New USB device found, idVendor=0bda, idProduct=58e5, bcdDevice= 0.01
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-6: Product: EasyCamera
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-6: Manufacturer: K4RH761ZN
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-6: SerialNumber: 200901010001
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1.1: new full-speed USB device number 5 using xhci_hcd
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1.1: New USB device found, idVendor=046d, idProduct=c07f, bcdDevice=91.00
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1.1: Product: Gaming Mouse G302
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1.1: Manufacturer: Logitech
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1.1: SerialNumber: 0E7D347A3936
May 09 21:31:33 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C07F.0002/input/input6
May 09 21:31:33 cosmin-laptop-arch kernel: hid-generic 0003:046D:C07F.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech Gaming Mouse G302] on usb-0000:00:14.0-1.1/input0
May 09 21:31:33 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input7
May 09 21:31:33 cosmin-laptop-arch kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
May 09 21:31:33 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input8
May 09 21:31:33 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input9
May 09 21:31:33 cosmin-laptop-arch kernel: hid-generic 0003:046D:C07F.0003: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [Logitech Gaming Mouse G302] on usb-0000:00:14.0-1.1/input1
May 09 21:31:33 cosmin-laptop-arch systemd[1]: systemd 242.19-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-11: new full-speed USB device number 6 using xhci_hcd
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Detected architecture x86-64.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Set hostname to <cosmin-laptop-arch>.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Reached target Login Prompts.
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-11: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-11: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Created slice User and Session Slice.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Reached target Slices.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Listening on Journal Socket.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Mounting Huge Pages File System...
May 09 21:31:33 cosmin-laptop-arch kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
May 09 21:31:33 cosmin-laptop-arch kernel: EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
May 09 21:31:33 cosmin-laptop-arch kernel: random: lvm: uninitialized urandom read (4 bytes read)
May 09 21:31:33 cosmin-laptop-arch kernel: random: systemd-random-: uninitialized urandom read (512 bytes read)
May 09 21:31:33 cosmin-laptop-arch kernel: vboxdrv: Found 8 processor cores
May 09 21:31:33 cosmin-laptop-arch kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2807989656 Hz
May 09 21:31:33 cosmin-laptop-arch kernel: vboxdrv: Successfully loaded version 6.0.6 (interface 0x00290008)
May 09 21:31:33 cosmin-laptop-arch kernel: VBoxPciLinuxInit
May 09 21:31:33 cosmin-laptop-arch kernel: vboxpci: IOMMU not found (not registered)
May 09 21:31:33 cosmin-laptop-arch kernel: VBoxNetAdp: Successfully started.
May 09 21:31:33 cosmin-laptop-arch kernel: VBoxNetFlt: Successfully started.
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1.2: new full-speed USB device number 7 using xhci_hcd
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1.2: New USB device found, idVendor=046d, idProduct=c33a, bcdDevice=14.00
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1.2: Product: G413 Carbon Mechanical Gaming Keyboard
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1.2: Manufacturer: Logitech
May 09 21:31:33 cosmin-laptop-arch kernel: usb 1-1.2: SerialNumber: 0C7736563333
May 09 21:31:33 cosmin-laptop-arch kernel: input: Logitech G413 Carbon Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C33A.0004/input/input12
May 09 21:31:33 cosmin-laptop-arch systemd-journald[308]: Journal started
May 09 21:31:33 cosmin-laptop-arch systemd-journald[308]: Runtime journal (/run/log/journal/ba87ba742b39402681982856451b7931) is 8.0M, max 796.5M, 788.5M free.
May 09 21:31:33 cosmin-laptop-arch systemd-modules-load[303]: Inserted module 'crypto_user'
May 09 21:31:33 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:33 cosmin-laptop-arch systemd-modules-load[303]: Inserted module 'sg'
May 09 21:31:33 cosmin-laptop-arch systemd-modules-load[303]: Inserted module 'vboxdrv'
May 09 21:31:33 cosmin-laptop-arch systemd-modules-load[303]: Inserted module 'vboxpci'
May 09 21:31:33 cosmin-laptop-arch systemd-modules-load[303]: Inserted module 'vboxnetadp'
May 09 21:31:33 cosmin-laptop-arch systemd-modules-load[303]: Inserted module 'vboxnetflt'
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Starting Flush Journal to Persistent Storage...
May 09 21:31:33 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426693.463:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:33 cosmin-laptop-arch systemd-journald[308]: Time spent on flushing to /var is 76.135ms for 788 entries.
May 09 21:31:33 cosmin-laptop-arch systemd-journald[308]: System journal (/var/log/journal/ba87ba742b39402681982856451b7931) is 184.0M, max 4.0G, 3.8G free.
May 09 21:31:33 cosmin-laptop-arch kernel: hid-generic 0003:046D:C33A.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech G413 Carbon Mechanical Gaming Keyboard] on usb-0000:00:14.0-1.2/input0
May 09 21:31:33 cosmin-laptop-arch kernel: input: Logitech G413 Carbon Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input13
May 09 21:31:33 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426693.509:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: AC Adapter [ADP0] (off-line)
May 09 21:31:33 cosmin-laptop-arch kernel: input: Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input14
May 09 21:31:33 cosmin-laptop-arch kernel: hid-generic 0003:046D:C33A.0005: input,hiddev1,hidraw4: USB HID v1.11 Keyboard [Logitech G413 Carbon Mechanical Gaming Keyboard] on usb-0000:00:14.0-1.2/input1
May 09 21:31:33 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426693.559:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:33 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:33 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Started udev Kernel Device Manager.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Started Flush Journal to Persistent Storage.
May 09 21:31:33 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 09 21:31:33 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 09 21:31:33 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 09 21:31:33 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 09 21:31:33 cosmin-laptop-arch kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
May 09 21:31:33 cosmin-laptop-arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input17
May 09 21:31:33 cosmin-laptop-arch kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
May 09 21:31:33 cosmin-laptop-arch kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
May 09 21:31:33 cosmin-laptop-arch kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
May 09 21:31:33 cosmin-laptop-arch kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
May 09 21:31:33 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
May 09 21:31:33 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
May 09 21:31:33 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
May 09 21:31:33 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
May 09 21:31:33 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
May 09 21:31:33 cosmin-laptop-arch mtp-probe[414]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4"
May 09 21:31:33 cosmin-laptop-arch mtp-probe[414]: bus: 1, device: 3 was not an MTP device
May 09 21:31:33 cosmin-laptop-arch mtp-probe[415]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
May 09 21:31:33 cosmin-laptop-arch mtp-probe[415]: bus: 1, device: 4 was not an MTP device
May 09 21:31:33 cosmin-laptop-arch mtp-probe[442]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1"
May 09 21:31:33 cosmin-laptop-arch mtp-probe[442]: bus: 1, device: 5 was not an MTP device
May 09 21:31:33 cosmin-laptop-arch kernel: cryptd: max_cpu_qlen set to 1000
May 09 21:31:33 cosmin-laptop-arch kernel: AVX2 version of gcm_enc/dec engaged.
May 09 21:31:33 cosmin-laptop-arch kernel: AES CTR mode by8 optimization enabled
May 09 21:31:33 cosmin-laptop-arch systemd-udevd[383]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 09 21:31:33 cosmin-laptop-arch kernel: random: crng init done
May 09 21:31:33 cosmin-laptop-arch kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Found device PLEXTOR PX-256M8PeG EFI.
May 09 21:31:33 cosmin-laptop-arch kernel: media: Linux media interface: v0.10
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Found device PLEXTOR PX-256M8PeG Windows_10.
May 09 21:31:33 cosmin-laptop-arch mtp-probe[486]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2"
May 09 21:31:33 cosmin-laptop-arch kernel: r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
May 09 21:31:33 cosmin-laptop-arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
May 09 21:31:33 cosmin-laptop-arch mtp-probe[486]: bus: 1, device: 7 was not an MTP device
May 09 21:31:33 cosmin-laptop-arch kernel: mousedev: PS/2 mouse device common for all mice
May 09 21:31:33 cosmin-laptop-arch kernel: usbcore: registered new interface driver snd-usb-audio
May 09 21:31:33 cosmin-laptop-arch kernel: libphy: r8169: probed
May 09 21:31:33 cosmin-laptop-arch kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
May 09 21:31:33 cosmin-laptop-arch kernel: r8169 0000:04:00.0 eth0: RTL8168g/8111g, 54:e1:ad:80:51:05, XID 509, IRQ 141
May 09 21:31:33 cosmin-laptop-arch kernel: r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
May 09 21:31:33 cosmin-laptop-arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
May 09 21:31:33 cosmin-laptop-arch kernel: cfg80211: failed to load regulatory.db
May 09 21:31:33 cosmin-laptop-arch kernel: Bluetooth: Core ver 2.22
May 09 21:31:33 cosmin-laptop-arch kernel: VFIO - User Level meta-driver version: 0.3
May 09 21:31:33 cosmin-laptop-arch kernel: NET: Registered protocol family 31
May 09 21:31:33 cosmin-laptop-arch kernel: Bluetooth: HCI device and connection manager initialized
May 09 21:31:33 cosmin-laptop-arch kernel: Bluetooth: HCI socket layer initialized
May 09 21:31:33 cosmin-laptop-arch kernel: Bluetooth: L2CAP socket layer initialized
May 09 21:31:33 cosmin-laptop-arch kernel: Bluetooth: SCO socket layer initialized
May 09 21:31:33 cosmin-laptop-arch kernel: videodev: Linux video capture interface: v2.00
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 09 21:31:33 cosmin-laptop-arch kernel: Intel(R) Wireless WiFi driver for Linux
May 09 21:31:33 cosmin-laptop-arch kernel: Copyright(c) 2003- 2015 Intel Corporation
May 09 21:31:33 cosmin-laptop-arch kernel: usbcore: registered new interface driver btusb
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Starting Load/Save RF Kill Switch Status...
May 09 21:31:33 cosmin-laptop-arch kernel: Bluetooth: hci0: Firmware revision 0.1 build 43 week 1 2019
May 09 21:31:33 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0: loaded firmware version 36.9f0a2d68.0 op_mode iwlmvm
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Reached target Sound Card.
May 09 21:31:33 cosmin-laptop-arch systemd-udevd[388]: Using default interface naming scheme 'v240'.
May 09 21:31:33 cosmin-laptop-arch systemd-udevd[388]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 09 21:31:33 cosmin-laptop-arch kernel: r8169 0000:04:00.0 enp4s0: renamed from eth0
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Started Load/Save RF Kill Switch Status.
May 09 21:31:33 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Condition check resulted in FUSE Control File System being skipped.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Condition check resulted in Create System Users being skipped.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
May 09 21:31:33 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426693.776:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:33 cosmin-laptop-arch mtp-probe[547]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2"
May 09 21:31:33 cosmin-laptop-arch mtp-probe[547]: bus: 1, device: 7 was not an MTP device
May 09 21:31:33 cosmin-laptop-arch kernel: input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input19
May 09 21:31:33 cosmin-laptop-arch kernel: uvcvideo: Found UVC 1.00 device EasyCamera (0bda:58e5)
May 09 21:31:33 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
May 09 21:31:33 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Extension 4 was not initialized!
May 09 21:31:33 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Processing 2 was not initialized!
May 09 21:31:33 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
May 09 21:31:33 cosmin-laptop-arch kernel: input: EasyCamera: EasyCamera as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input20
May 09 21:31:33 cosmin-laptop-arch kernel: usbcore: registered new interface driver uvcvideo
May 09 21:31:33 cosmin-laptop-arch kernel: USB Video Class driver (1.1.1)
May 09 21:31:33 cosmin-laptop-arch systemd-udevd[333]: Using default interface naming scheme 'v240'.
May 09 21:31:33 cosmin-laptop-arch kernel: iTCO_vendor_support: vendor-support=0
May 09 21:31:33 cosmin-laptop-arch kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
May 09 21:31:33 cosmin-laptop-arch kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
May 09 21:31:33 cosmin-laptop-arch kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
May 09 21:31:33 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Found device ST2000LM007-1R8174 3.
May 09 21:31:33 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain package
May 09 21:31:33 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain core
May 09 21:31:33 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain uncore
May 09 21:31:33 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain dram
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Found device ST2000LM007-1R8174 Windows_Storage.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Activating swap /dev/disk/by-uuid/359f778a-d61e-463d-b01d-b50a2b730069...
May 09 21:31:33 cosmin-laptop-arch kernel: Adding 15750140k swap on /dev/sda3.  Priority:-2 extents:1 across:15750140k FS
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Activated swap /dev/disk/by-uuid/359f778a-d61e-463d-b01d-b50a2b730069.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Reached target Swap.
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Mounting Temporary Directory (/tmp)...
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Mounted Temporary Directory (/tmp).
May 09 21:31:33 cosmin-laptop-arch kernel: checking generic (b0000000 7f0000) vs hw (b0000000 10000000)
May 09 21:31:33 cosmin-laptop-arch kernel: fb0: switching to inteldrmfb from EFI VGA
May 09 21:31:33 cosmin-laptop-arch kernel: Console: switching to colour dummy device 80x25
May 09 21:31:33 cosmin-laptop-arch kernel: [drm] Replacing VGA console driver
May 09 21:31:33 cosmin-laptop-arch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
May 09 21:31:33 cosmin-laptop-arch kernel: [drm] Driver supports precise vblank timestamp query.
May 09 21:31:33 cosmin-laptop-arch kernel: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
May 09 21:31:33 cosmin-laptop-arch systemd[1]: Found device ST2000LM007-1R8174 4.
May 09 21:31:33 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0: base HW address: cc:2f:71:cd:98:c1
May 09 21:31:33 cosmin-laptop-arch kernel: [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 1
May 09 21:31:33 cosmin-laptop-arch kernel: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
May 09 21:31:33 cosmin-laptop-arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input21
May 09 21:31:33 cosmin-laptop-arch kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
May 09 21:31:33 cosmin-laptop-arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input22
May 09 21:31:33 cosmin-laptop-arch kernel: snd_hda_intel 0000:00:1f.3: Linked as a consumer to 0000:00:02.0
May 09 21:31:33 cosmin-laptop-arch kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
May 09 21:31:34 cosmin-laptop-arch systemd-udevd[351]: Using default interface naming scheme 'v240'.
May 09 21:31:34 cosmin-laptop-arch kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
May 09 21:31:34 cosmin-laptop-arch kernel: thermal thermal_zone2: failed to read out thermal zone (-61)
May 09 21:31:34 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
May 09 21:31:34 cosmin-laptop-arch systemd-udevd[351]: Config file /usr/lib/systemd/network/99-default.link applies to device based on potentially unpredictable interface name 'wlan0'
May 09 21:31:34 cosmin-laptop-arch systemd-udevd[351]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Created slice system-systemd\x2dbacklight.slice.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
May 09 21:31:34 cosmin-laptop-arch systemd-udevd[330]: Using default interface naming scheme 'v240'.
May 09 21:31:34 cosmin-laptop-arch kernel: fbcon: inteldrmfb (fb0) is primary device
May 09 21:31:34 cosmin-laptop-arch kernel: Console: switching to colour frame buffer device 240x67
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
May 09 21:31:34 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426694.063:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
May 09 21:31:34 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Reached target Local File Systems (Pre).
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/ACA7-B308...
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Mounting /windows...
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Mounting /winstorage...
May 09 21:31:34 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426694.123:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/78ea0fa8-8ae3-4621-a8b7-6eec0ca0c1c9...
May 09 21:31:34 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
May 09 21:31:34 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 09 21:31:34 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
May 09 21:31:34 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
May 09 21:31:34 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
May 09 21:31:34 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
May 09 21:31:34 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
May 09 21:31:34 cosmin-laptop-arch kernel: fuse init (API version 7.28)
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Mounting FUSE Control File System...
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Mounted FUSE Control File System.
May 09 21:31:34 cosmin-laptop-arch systemd-fsck[587]: fsck.fat 4.1 (2017-01-24)
May 09 21:31:34 cosmin-laptop-arch systemd-fsck[587]: /dev/nvme0n1p1: 533 files, 27799/126976 clusters
May 09 21:31:34 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-ACA7\x2dB308 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started File System Check on /dev/disk/by-uuid/ACA7-B308.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Mounting /boot...
May 09 21:31:34 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426694.156:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-ACA7\x2dB308 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Mounted /boot.
May 09 21:31:34 cosmin-laptop-arch mount[588]: The disk contains an unclean file system (0, 0).
May 09 21:31:34 cosmin-laptop-arch mount[588]: Metadata kept in Windows cache, refused to mount.
May 09 21:31:34 cosmin-laptop-arch mount[588]: Falling back to read-only mount because the NTFS partition is in an
May 09 21:31:34 cosmin-laptop-arch mount[588]: unsafe state. Please resume and shutdown Windows fully (no hibernation
May 09 21:31:34 cosmin-laptop-arch mount[588]: or fast restarting.)
May 09 21:31:34 cosmin-laptop-arch ntfs-3g[604]: Version 2017.3.23 external FUSE 29
May 09 21:31:34 cosmin-laptop-arch ntfs-3g[604]: Mounted /dev/nvme0n1p3 (Read-Only, label "Windows 10", NTFS 3.1)
May 09 21:31:34 cosmin-laptop-arch ntfs-3g[604]: Cmdline options: rw
May 09 21:31:34 cosmin-laptop-arch ntfs-3g[604]: Mount options: rw,allow_other,nonempty,relatime,ro,fsname=/dev/nvme0n1p3,blkdev,blksize=4096
May 09 21:31:34 cosmin-laptop-arch ntfs-3g[604]: Ownership and permissions disabled, configuration type 7
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Mounted /windows.
May 09 21:31:34 cosmin-laptop-arch mount[589]: The disk contains an unclean file system (0, 0).
May 09 21:31:34 cosmin-laptop-arch mount[589]: Metadata kept in Windows cache, refused to mount.
May 09 21:31:34 cosmin-laptop-arch mount[589]: Falling back to read-only mount because the NTFS partition is in an
May 09 21:31:34 cosmin-laptop-arch mount[589]: unsafe state. Please resume and shutdown Windows fully (no hibernation
May 09 21:31:34 cosmin-laptop-arch mount[589]: or fast restarting.)
May 09 21:31:34 cosmin-laptop-arch kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x6d4f00)
May 09 21:31:34 cosmin-laptop-arch kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x70, 0x15, 0x0c.
May 09 21:31:34 cosmin-laptop-arch kernel: psmouse serio1: elantech: Elan sample query result 02, 2d, a8
May 09 21:31:34 cosmin-laptop-arch systemd-fsck[590]: /dev/sda4: clean, 58113/88342528 files, 87023834/353368832 blocks
May 09 21:31:34 cosmin-laptop-arch kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input18
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started File System Check on /dev/disk/by-uuid/78ea0fa8-8ae3-4621-a8b7-6eec0ca0c1c9.
May 09 21:31:34 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-78ea0fa8\x2d8ae3\x2d4621\x2da8b7\x2d6eec0ca0c1c9 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426694.416:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-78ea0fa8\x2d8ae3\x2d4621\x2da8b7\x2d6eec0ca0c1c9 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Mounting /storage...
May 09 21:31:34 cosmin-laptop-arch kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Mounted /storage.
May 09 21:31:34 cosmin-laptop-arch ntfs-3g[611]: Version 2017.3.23 external FUSE 29
May 09 21:31:34 cosmin-laptop-arch ntfs-3g[611]: Mounted /dev/sda2 (Read-Only, label "Windows Storage", NTFS 3.1)
May 09 21:31:34 cosmin-laptop-arch ntfs-3g[611]: Cmdline options: rw
May 09 21:31:34 cosmin-laptop-arch ntfs-3g[611]: Mount options: rw,allow_other,nonempty,relatime,ro,fsname=/dev/sda2,blkdev,blksize=4096
May 09 21:31:34 cosmin-laptop-arch ntfs-3g[611]: Ownership and permissions disabled, configuration type 7
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Mounted /winstorage.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Reached target Local File Systems.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Starting Create Volatile Files and Directories...
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started Create Volatile Files and Directories.
May 09 21:31:34 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426694.653:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Starting Network Time Synchronization...
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Condition check resulted in Update is Completed being skipped.
May 09 21:31:34 cosmin-laptop-arch audit[614]: SYSTEM_BOOT pid=614 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started Update UTMP about System Boot/Shutdown.
May 09 21:31:34 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started Network Time Synchronization.
May 09 21:31:34 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Reached target System Time Set.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Reached target System Time Synchronized.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Reached target System Initialization.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started Daily verification of password and group files.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Listening on D-Bus System Message Bus Socket.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Reached target Sockets.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Reached target Basic System.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started D-Bus System Message Bus.
May 09 21:31:34 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Starting Bluetooth service...
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started Daily rotation of log files.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Starting Login Service...
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started Daily man-db regeneration.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Starting RFKill-Unblock all...
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started Daily Cleanup of Temporary Directories.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Reached target Timers.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Starting Network Manager...
May 09 21:31:34 cosmin-laptop-arch rfkill[620]: unblock set for all
May 09 21:31:34 cosmin-laptop-arch bluetoothd[618]: Bluetooth daemon 5.50
May 09 21:31:34 cosmin-laptop-arch systemd[1]: rfkill-unblock@all.service: Succeeded.
May 09 21:31:34 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rfkill-unblock@all comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rfkill-unblock@all comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started RFKill-Unblock all.
May 09 21:31:34 cosmin-laptop-arch bluetoothd[618]: Starting SDP server
May 09 21:31:34 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started Bluetooth service.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Reached target Bluetooth.
May 09 21:31:34 cosmin-laptop-arch bluetoothd[618]: Bluetooth management interface 1.14 initialized
May 09 21:31:34 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=618 comm="/usr/lib/bluetooth/bluetoothd ")
May 09 21:31:34 cosmin-laptop-arch kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
May 09 21:31:34 cosmin-laptop-arch kernel: Bluetooth: BNEP filters: protocol multicast
May 09 21:31:34 cosmin-laptop-arch kernel: Bluetooth: BNEP socket layer initialized
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Starting Hostname Service...
May 09 21:31:34 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426694.8821] NetworkManager (version 1.18.0-1) is starting... (for the first time)
May 09 21:31:34 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426694.8822] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started Network Manager.
May 09 21:31:34 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426694.8890] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Reached target Network.
May 09 21:31:34 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426694.8892] manager[0x55d4e8b61010]: monitoring kernel firmware directory '/lib/firmware'.
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Starting Permit User Sessions...
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started Permit User Sessions.
May 09 21:31:34 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Starting GNOME Display Manager...
May 09 21:31:34 cosmin-laptop-arch systemd[1]: Started GNOME Display Manager.
May 09 21:31:34 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:34 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' requested by ':1.14' (uid=0 pid=630 comm="/usr/bin/gdm ")
May 09 21:31:35 cosmin-laptop-arch systemd-logind[619]: New seat seat0.
May 09 21:31:35 cosmin-laptop-arch systemd-logind[619]: Watching system buttons on /dev/input/event2 (Power Button)
May 09 21:31:35 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Started Hostname Service.
May 09 21:31:35 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch kernel: kauditd_printk_skb: 10 callbacks suppressed
May 09 21:31:35 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426695.049:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0703] hostname: hostname: using hostnamed
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0703] hostname: hostname changed from (none) to "cosmin-laptop-arch"
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0706] dns-mgr[0x55d4e8b1e210]: init: dns=default,systemd-resolved rc-manager=symlink
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0714] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0/ieee80211/phy0/rfkill3) (driver iwlwifi)
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0715] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/rfkill/rfkill1) (platform driver ideapad_acpi)
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0752] manager[0x55d4e8b61010]: rfkill: Wi-Fi hardware radio set enabled
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0753] manager[0x55d4e8b61010]: rfkill: WWAN hardware radio set enabled
May 09 21:31:35 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.13' (uid=0 pid=621 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Starting Network Manager Script Dispatcher Service...
May 09 21:31:35 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Started Network Manager Script Dispatcher Service.
May 09 21:31:35 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0939] settings: Loaded settings plugin: NMSKeyfilePlugin (internal)
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0945] settings: Loaded settings plugin: NMSIbftPlugin ("/usr/lib/NetworkManager/1.18.0-1/libnm-settings-plugin-ibft.so")
May 09 21:31:35 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426695.089:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0962] keyfile: new connection /etc/NetworkManager/system-connections/Campus Wi-Fi UNITBV.nmconnection (c1e78c46-62a6-4287-8f8d-a6f1182131cf,"Campus Wi-Fi UNITBV")
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0969] keyfile: new connection /etc/NetworkManager/system-connections/in-tech_gast.nmconnection (ffb11b7c-5ab2-4281-acfc-a0fca5a34632,"in-tech_gast")
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0976] keyfile: new connection /etc/NetworkManager/system-connections/TP-LINK.nmconnection (fb7af1f1-2970-49ee-8824-4d47de410737,"TP-LINK")
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0983] keyfile: new connection /etc/NetworkManager/system-connections/hoppturee-c-5.nmconnection (c65cf6fc-c5b6-49dd-8527-0e3002e93fbf,"hoppturee-c-5")
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0998] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0998] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.0999] manager: Networking is enabled by state file
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.1000] dhcp-init: Using DHCP client 'internal'
May 09 21:31:35 cosmin-laptop-arch nm-dispatcher[633]: req:1 'hostname': new request (0 scripts)
May 09 21:31:35 cosmin-laptop-arch nm-dispatcher[633]: req:1 'hostname': completed: no scripts
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.1026] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-wwan.so)
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.1092] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-team.so)
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.1097] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-adsl.so)
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.1108] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-bluetooth.so)
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.1112] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-ovs.so)
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.1118] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-wifi.so)
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.1124] device (lo): carrier: link connected
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.1126] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.1133] manager: (enp4s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.1144] keyfile: add connection /var/run/NetworkManager/system-connections/Wired connection 1.nmconnection (0649c446-6ef6-33db-9212-20e0a948c967,"Wired connection 1")
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.1147] settings: (enp4s0): created default wired connection 'Wired connection 1'
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.1151] device (enp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 09 21:31:35 cosmin-laptop-arch kernel: Generic PHY r8169-400:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
May 09 21:31:35 cosmin-laptop-arch systemd-logind[619]: Watching system buttons on /dev/input/event1 (Power Button)
May 09 21:31:35 cosmin-laptop-arch systemd-logind[619]: Watching system buttons on /dev/input/event0 (Lid Switch)
May 09 21:31:35 cosmin-laptop-arch systemd-logind[619]: Watching system buttons on /dev/input/event6 (Logitech Gaming Mouse G302 Keyboard)
May 09 21:31:35 cosmin-laptop-arch systemd-logind[619]: Watching system buttons on /dev/input/event7 (Logitech Gaming Mouse G302 Consumer Control)
May 09 21:31:35 cosmin-laptop-arch systemd-logind[619]: Watching system buttons on /dev/input/event8 (Logitech Gaming Mouse G302 System Control)
May 09 21:31:35 cosmin-laptop-arch systemd-logind[619]: Watching system buttons on /dev/input/event9 (Logitech G413 Carbon Mechanical Gaming Keyboard)
May 09 21:31:35 cosmin-laptop-arch systemd-logind[619]: Watching system buttons on /dev/input/event10 (Logitech G413 Carbon Mechanical Gaming Keyboard)
May 09 21:31:35 cosmin-laptop-arch kernel: r8169 0000:04:00.0 enp4s0: Link is Down
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.2359] device (wlp3s0): driver supports Access Point (AP) mode
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.2363] manager: (wlp3s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.2368] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 09 21:31:35 cosmin-laptop-arch systemd-logind[619]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
May 09 21:31:35 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.login1'
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Started Login Service.
May 09 21:31:35 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Reached target Multi-User System.
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Reached target Graphical Interface.
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Startup finished in 13.840s (firmware) + 2.305s (loader) + 3.723s (kernel) + 2.321s (userspace) = 22.191s.
May 09 21:31:35 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426695.409:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.14' (uid=0 pid=630 comm="/usr/bin/gdm ")
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Reached target User and Group Name Lookups.
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Starting Accounts Service...
May 09 21:31:35 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.18' (uid=0 pid=639 comm="/usr/lib/accounts-daemon ")
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Starting Authorization Manager...
May 09 21:31:35 cosmin-laptop-arch polkitd[643]: Started polkitd version 0.116
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.4869] device (wlp3s0): set-hw-addr: set MAC address to CA:8F:70:6A:AB:94 (scanning)
May 09 21:31:35 cosmin-laptop-arch polkitd[643]: Loading rules from directory /etc/polkit-1/rules.d
May 09 21:31:35 cosmin-laptop-arch polkitd[643]: Loading rules from directory /usr/share/polkit-1/rules.d
May 09 21:31:35 cosmin-laptop-arch polkitd[643]: Finished loading, compiling and executing 7 rules
May 09 21:31:35 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Started Authorization Manager.
May 09 21:31:35 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch polkitd[643]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
May 09 21:31:35 cosmin-laptop-arch accounts-daemon[639]: started daemon version 0.6.55
May 09 21:31:35 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.Accounts'
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Started Accounts Service.
May 09 21:31:35 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426695.533:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426695.533:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Created slice User Slice of UID 120.
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Starting User Runtime Directory /run/user/120...
May 09 21:31:35 cosmin-laptop-arch systemd-logind[619]: New session c1 of user gdm.
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Started User Runtime Directory /run/user/120.
May 09 21:31:35 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426695.619:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Starting User Manager for UID 120...
May 09 21:31:35 cosmin-laptop-arch kernel: audit: type=1006 audit(1557426695.629:27): pid=666 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=1 res=1
May 09 21:31:35 cosmin-laptop-arch systemd[666]: pam_unix(systemd-user:session): session opened for user gdm by (uid=0)
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Listening on Multimedia System.
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Listening on GnuPG network certificate management daemon.
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Listening on GnuPG cryptographic agent and passphrase cache.
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Reached target Timers.
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Reached target Paths.
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Starting D-Bus User Message Bus Socket.
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Listening on p11-kit server.
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Listening on Sound System.
May 09 21:31:35 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.13' (uid=0 pid=621 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.7199] ovsdb: Could not connect: No such file or directory
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.7208] bluez: use BlueZ version 5
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Starting WPA supplicant...
May 09 21:31:35 cosmin-laptop-arch nm-dispatcher[633]: req:2 'connectivity-change': new request (0 scripts)
May 09 21:31:35 cosmin-laptop-arch nm-dispatcher[633]: req:2 'connectivity-change': completed: no scripts
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.7253] bluez5: NAP: added interface CC:2F:71:CD:98:C5
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Listening on D-Bus User Message Bus Socket.
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Reached target Sockets.
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Reached target Basic System.
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Started User Manager for UID 120.
May 09 21:31:35 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Starting Update XDG user dir configuration...
May 09 21:31:35 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426695.723:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Started Session c1 of user gdm.
May 09 21:31:35 cosmin-laptop-arch systemd[666]: xdg-user-dirs-update.service: Succeeded.
May 09 21:31:35 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
May 09 21:31:35 cosmin-laptop-arch systemd[1]: Started WPA supplicant.
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Started Update XDG user dir configuration.
May 09 21:31:35 cosmin-laptop-arch wpa_supplicant[679]: Successfully initialized wpa_supplicant
May 09 21:31:35 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Reached target Main User Target.
May 09 21:31:35 cosmin-laptop-arch systemd[666]: Startup finished in 88ms.
May 09 21:31:35 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426695.726:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.7326] supplicant: wpa_supplicant running
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.7327] device (wlp3s0): supplicant interface state: init -> starting
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (--) Log file renamed from "/var/lib/gdm/.local/share/xorg/Xorg.pid-683.log" to "/var/lib/gdm/.local/share/xorg/Xorg.0.log"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) Failed to open protocol names file lib/xorg/protocol.txt
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: X.Org X Server 1.20.4
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: X Protocol Version 11, Revision 0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: Build Operating System: Linux Arch Linux
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: Current Operating System: Linux cosmin-laptop-arch 5.0.13-arch1-1-ARCH #1 SMP PREEMPT Sun May 5 18:05:41 UTC 2019 x86_64
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e475fa84-ffc2-48c7-8a13-cf835528199e rw quiet nvidia-drm.modeset=1
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: Build Date: 27 February 2019  04:04:00PM
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:  
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: Current version of pixman: 0.38.4
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         Before reporting problems, check http://wiki.x.org
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         to make sure that you have the latest version.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: Markers: (--) probed, (**) from config file, (==) default setting,
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         (++) from command line, (!!) notice, (II) informational,
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Log file: "/var/lib/gdm/.local/share/xorg/Xorg.0.log", Time: Thu May  9 21:31:35 2019
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Using config directory: "/etc/X11/xorg.conf.d"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) No Layout section.  Using the first Screen section.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) No screen section available. Using defaults.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) |-->Screen "Default Screen Section" (0)
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) |   |-->Monitor "<default monitor>"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) No monitor specified for screen "Default Screen Section".
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         Using a default monitor configuration.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Automatically adding devices
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Automatically enabling devices
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Automatically adding GPU devices
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Automatically binding GPU devices
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Max clients allowed: 256, resource mask: 0x1fffff
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) The directory "/usr/share/fonts/misc" does not exist.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         Entry deleted from font path.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         Entry deleted from font path.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         (Run 'mkfontdir' on "/usr/share/fonts/TTF").
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         Entry deleted from font path.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         (Run 'mkfontdir' on "/usr/share/fonts/OTF").
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         Entry deleted from font path.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         Entry deleted from font path.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         Entry deleted from font path.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) FontPath set to:
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) ModulePath set to "/usr/lib/xorg/modules"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) The server relies on udev to provide the list of input devices.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Module ABI versions:
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         X.Org ANSI C Emulation: 0.4
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         X.Org Video Driver: 24.0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         X.Org XInput driver : 24.1
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         X.Org Server Extension : 10.0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (++) using VT number 1
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) xfree86: Adding drm device (/dev/dri/card0)
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) xfree86: Adding drm device (/dev/dri/card1)
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (--) PCI: (0@0:2:0) 8086:591b:17aa:39d1 rev 4, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (--) PCI:*(1@0:0:0) 10de:1c8c:17aa:39d0 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "glx"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.7824] sup-iface[0x55d4e8c2c840,wlp3s0]: supports 5 scan SSIDs
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.7830] device (wlp3s0): supplicant interface state: starting -> ready
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.7831] Wi-Fi P2P device controlled by interface wlp3s0 created
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.7833] manager: (p2p-dev-wlp3s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.7836] device (p2p-dev-wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <warn>  [1557426695.7840] sup-iface: failed to cancel p2p connect: P2P cancel failed
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.7841] device (p2p-dev-wlp3s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
May 09 21:31:35 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426695.7844] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Module glx: vendor="X.Org Foundation"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         compiled for 1.20.4, module version = 1.0.0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         ABI class: X.Org Server Extension, version 10.0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Applying OutputClass "nvidia" to /dev/dri/card0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         loading driver: nvidia
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Applying OutputClass "intel" to /dev/dri/card1
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         loading driver: modesetting
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Matched nvidia as autoconfigured driver 0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Matched nouveau as autoconfigured driver 1
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Matched nv as autoconfigured driver 2
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Matched modesetting as autoconfigured driver 3
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Matched intel as autoconfigured driver 4
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Matched fbdev as autoconfigured driver 5
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Matched vesa as autoconfigured driver 6
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) Assigned the driver to the xf86ConfigLayout
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "nvidia"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Module nvidia: vendor="NVIDIA Corporation"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         compiled for 4.0.2, module version = 1.0.0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         Module class: X.Org Video Driver
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "nouveau"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) Warning, couldn't open module nouveau
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (EE) Failed to load module "nouveau" (module does not exist, 0)
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "nv"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) Warning, couldn't open module nv
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (EE) Failed to load module "nv" (module does not exist, 0)
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "modesetting"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Module modesetting: vendor="X.Org Foundation"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         compiled for 1.20.4, module version = 1.20.4
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         Module class: X.Org Video Driver
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         ABI class: X.Org Video Driver, version 24.0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "intel"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) Warning, couldn't open module intel
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (EE) Failed to load module "intel" (module does not exist, 0)
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "fbdev"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) Warning, couldn't open module fbdev
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (EE) Failed to load module "fbdev" (module does not exist, 0)
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "vesa"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) Warning, couldn't open module vesa
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (EE) Failed to load module "vesa" (module does not exist, 0)
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA dlloader X Driver  418.74  Wed May  1 11:26:02 CDT 2019
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: releasing fd for 226:0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading sub module "fb"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "fb"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading /usr/lib/xorg/modules/libfb.so
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Module fb: vendor="X.Org Foundation"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         compiled for 1.20.4, module version = 1.0.0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading sub module "wfb"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "wfb"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading /usr/lib/xorg/modules/libwfb.so
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Module wfb: vendor="X.Org Foundation"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         compiled for 1.20.4, module version = 1.0.0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading sub module "ramdac"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "ramdac"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Module "ramdac" already built-in
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) Falling back to old probe method for modesetting
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): using drv /dev/dri/card1
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0): Creating default Display subsection in Screen section
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         "Default Screen Section" for depth/fbbpp 24/32
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) NVIDIA(0): RGB weight 888
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) NVIDIA(0): Default visual is TrueColor
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Applying OutputClass "nvidia" options to /dev/dri/card0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) NVIDIA(0): Enabling 2D acceleration
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading sub module "glxserver_nvidia"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "glxserver_nvidia"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         compiled for 4.0.2, module version = 1.0.0
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         Module class: X.Org Server Extension
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA GLX Module  418.74  Wed May  1 11:24:49 CDT 2019
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0 (GPU-0)
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (--) NVIDIA(0): Memory: 4194304 kBytes
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (--) NVIDIA(0): VideoBIOS: 86.07.3a.00.27
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0): Detected PCI Express Link width: 16X
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0): Validated MetaModes:
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0):     "NULL"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) NVIDIA(0): Unable to get display device for DPI computation.
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) modeset(G0): RGB weight 888
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) modeset(G0): Default visual is TrueColor
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading sub module "glamoregl"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "glamoregl"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Module glamoregl: vendor="X.Org Foundation"
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         compiled for 1.20.4, module version = 1.0.1
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2)
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): glamor initialized
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Output eDP-1-1 has no monitor section
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Output HDMI-1-1 has no monitor section
May 09 21:31:35 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Output DP-1-1 has no monitor section
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Output HDMI-1-2 has no monitor section
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): EDID for output eDP-1-1
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Manufacturer: LGD  Model: 590  Serial#: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Year: 2017  Week: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): EDID Version: 1.4
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Digital Display Input
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): 6 bits per channel
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Digital interface is DisplayPort
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Gamma: 2.20
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): First detailed timing is preferred mode
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Preferred mode is native pixel format and refresh rate
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): redX: 0.580 redY: 0.350   greenX: 0.340 greenY: 0.560
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): blueX: 0.155 blueY: 0.125   whiteX: 0.313 whiteY: 0.329
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Manufacturer's mask: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Supported detailed timing:
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): clock: 138.7 MHz   Image Size:  344 x 194 mm
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):  LG Display
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):  LP156WF6-SPK6
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): EDID (in hex):
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         00ffffffffffff0030e4900500000000
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         001b010495221378eaa1c59459578f27
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         20505400000001010101010101010101
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         0101010101012e3680a070381f403020
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         350058c21000001a0000000000000000
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         00000000000000000000000000fe004c
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         4720446973706c61790a2020000000fe
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         004c503135365746362d53504b36005e
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Printing probed modes for output eDP-1-1
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): EDID for output HDMI-1-1
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Manufacturer: DEL  Model: d0c2  Serial#: 810566996
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Year: 2017  Week: 26
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): EDID Version: 1.3
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Digital Display Input
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Max Image Size [cm]: horiz.: 53  vert.: 30
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Gamma: 2.20
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): First detailed timing is preferred mode
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): redX: 0.662 redY: 0.330   greenX: 0.304 greenY: 0.614
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): blueX: 0.149 blueY: 0.062   whiteX: 0.313 whiteY: 0.329
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Supported established timings:
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): 720x400@70Hz
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): 640x480@60Hz
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): 640x480@75Hz
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): 800x600@60Hz
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): 800x600@75Hz
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): 1024x768@60Hz
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): 1024x768@75Hz
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): 1280x1024@75Hz
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Manufacturer's mask: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Supported standard timings:
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): #2: hsize: 1920  vsize 1200  refresh: 60  vid: 209
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): #5: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Supported detailed timing:
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): clock: 241.5 MHz   Image Size:  526 x 296 mm
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Serial No: MY3ND76Q0PET
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Monitor name: DELL P2418D
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Ranges: V min: 49 V max: 86 Hz, H min: 29 H max: 113 kHz, PixClock max 285 MHz
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Supported detailed timing:
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): clock: 148.5 MHz   Image Size:  526 x 296 mm
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Supported detailed timing:
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): clock: 74.2 MHz   Image Size:  526 x 296 mm
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Supported detailed timing:
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): clock: 58.2 MHz   Image Size:  526 x 296 mm
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): h_active: 2048  h_sync: 2096  h_sync_end 2128 h_blank_end 2208 h_border: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1093 v_blanking: 1099 v_border: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Supported detailed timing:
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): clock: 147.2 MHz   Image Size:  526 x 296 mm
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): h_active: 2048  h_sync: 2096  h_sync_end 2128 h_blank_end 2208 h_border: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1093 v_blanking: 1111 v_border: 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Number of EDID sections to follow: 1
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): EDID (in hex):
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         00ffffffffffff0010acc2d054455030
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         1a1b010380351e78eaad75a9544d9d26
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         0f5054a54b008100b300d100714fa940
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         8180d1c00101565e00a0a0a029503020
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         35000e282100001a000000ff004d5933
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         4e44373651305045540a000000fc0044
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         454c4c205032343138440a20000000fd
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         0031561d711c000a202020202020010c
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         02031bb1509005040302071601061112
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         1513141f2065030c001000023a801871
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         382d40582c45000e282100001e011d80
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         18711c1620582c25000e282100009ebf
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         1600a08038134030203a000e28210000
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         1a7e3900a080381f4030203a000e2821
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         00001a00000000000000000000000000
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0):         000000000000000000000000000000d8
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Printing probed modes for output HDMI-1-1
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "2048x1080"x60.0  147.18  2048 2096 2128 2208  1080 1083 1093 1111 +hsync -vsync (66.7 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "2048x1080"x24.0   58.23  2048 2096 2128 2208  1080 1083 1093 1099 +hsync -vsync (26.4 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): EDID for output DP-1-1
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): EDID for output HDMI-1-2
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) modeset(G0): DPI set to (96, 96)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading sub module "fb"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "fb"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading /usr/lib/xorg/modules/libfb.so
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Module fb: vendor="X.Org Foundation"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         compiled for 1.20.4, module version = 1.0.0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) modeset(G0): Backing store enabled
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) modeset(G0): Silken mouse disabled
May 09 21:31:36 cosmin-laptop-arch kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card1/input23
May 09 21:31:36 cosmin-laptop-arch kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input24
May 09 21:31:36 cosmin-laptop-arch kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card1/input25
May 09 21:31:36 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input26
May 09 21:31:36 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input27
May 09 21:31:36 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input28
May 09 21:31:36 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input29
May 09 21:31:36 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input30
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) modeset(G0): DPMS enabled
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): [DRI2] Setup complete
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): [DRI2]   DRI driver: i965
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): [DRI2]   VDPAU driver: i965
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA:     access.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0):     configuration option may not be set correctly.  When the
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0):     Config Options in the README.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0): Setting mode "NULL"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) NVIDIA(0): Disabling shared memory pixmaps
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) NVIDIA(0): Backing store enabled
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) NVIDIA(0): Silken mouse disabled
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (==) NVIDIA(0): DPMS enabled
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (WW) NVIDIA(0): Option "PrimaryGPU" is not used
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading sub module "dri2"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "dri2"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Module "dri2" already built-in
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0): [DRI2] Setup complete
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension Generic Event Extension
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension SHAPE
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension MIT-SHM
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension XInputExtension
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension XTEST
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension BIG-REQUESTS
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension SYNC
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension XKEYBOARD
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension XC-MISC
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension SECURITY
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension XFIXES
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension RENDER
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension RANDR
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension COMPOSITE
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension DAMAGE
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension MIT-SCREEN-SAVER
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension DOUBLE-BUFFER
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension RECORD
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension DPMS
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension Present
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension DRI3
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension X-Resource
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension XVideo
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension XVideo-MotionCompensation
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension GLX
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Indirect GLX disabled.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) GLX: Another vendor is already registered for screen 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension XFree86-VidModeExtension
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension XFree86-DGA
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension XFree86-DRI
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension DRI2
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension NV-GLX
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Initializing extension NV-CONTROL
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) modeset(G0): Damage tracking initialized
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: >                   X11 cannot support keycodes above 255.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: >                   This warning only shows for the first high keycode.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: Errors from xkbcomp are not fatal to the X server
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Power Button: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) LoadModule: "libinput"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Module libinput: vendor="X.Org Foundation"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         compiled for 1.20.3, module version = 0.28.2
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         Module class: X.Org XInput Driver
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]:         ABI class: X.Org XInput driver, version 24.1
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'Power Button'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 34 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Power Button: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event2"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event2  - Power Button: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event2  - Power Button: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event2  - Power Button: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_variant" ","
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: >                   X11 cannot support keycodes above 255.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: >                   This warning only shows for the first high keycode.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: Errors from xkbcomp are not fatal to the X server
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event2  - Power Button: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event2  - Power Button: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device Video Bus (/dev/input/event16)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Video Bus: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'Video Bus'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 37 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Video Bus: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event16"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event16 - Video Bus: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event16 - Video Bus: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event16 - Video Bus: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input22/event16"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_variant" ","
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event16 - Video Bus: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event16 - Video Bus: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device Video Bus (/dev/input/event15)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Video Bus: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'Video Bus'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 38 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Video Bus: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event15"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event15 - Video Bus: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event15 - Video Bus: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event15 - Video Bus: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input21/event15"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_variant" ","
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event15 - Video Bus: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event15 - Video Bus: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device Power Button (/dev/input/event1)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Power Button: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'Power Button'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 39 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Power Button: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event1"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event1  - Power Button: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event1  - Power Button: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event1  - Power Button: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_variant" ","
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event1  - Power Button: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event1  - Power Button: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 (/dev/input/event5)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302: Applying InputClass "libinput pointer catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 40 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event5"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event5  - Logitech Gaming Mouse G302: is tagged by udev as: Mouse
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event5  - Logitech Gaming Mouse G302: device is a pointer
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event5  - Logitech Gaming Mouse G302: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C07F.0002/input/input6/event5"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302" (type: MOUSE, id 10)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "AccelerationScheme" "none"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302: (accel) selected scheme none/0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302: (accel) acceleration factor: 2.000
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302: (accel) acceleration threshold: 4
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event5  - Logitech Gaming Mouse G302: is tagged by udev as: Mouse
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event5  - Logitech Gaming Mouse G302: device is a pointer
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 (/dev/input/mouse0)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 Keyboard (/dev/input/event6)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 Keyboard: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 Keyboard: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 Keyboard'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 41 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 Keyboard: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event6"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input7/event6"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 Keyboard" (type: KEYBOARD, id 11)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_variant" ","
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 Consumer Control (/dev/input/event7)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 Consumer Control'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 42 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 Consumer Control: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event7"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) libinput: Logitech Gaming Mouse G302 Consumer Control: needs a virtual subdevice
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input8/event7"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 Consumer Control" (type: MOUSE, id 12)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "AccelerationScheme" "none"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 Consumer Control: (accel) selected scheme none/0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 Consumer Control: (accel) acceleration factor: 2.000
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 Consumer Control: (accel) acceleration threshold: 4
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 System Control (/dev/input/event8)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 System Control: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 System Control: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 System Control'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 43 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 System Control: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event8"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event8  - Logitech Gaming Mouse G302 System Control: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event8  - Logitech Gaming Mouse G302 System Control: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event8  - Logitech Gaming Mouse G302 System Control: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input9/event8"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 System Control" (type: KEYBOARD, id 13)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_variant" ","
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event8  - Logitech Gaming Mouse G302 System Control: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event8  - Logitech Gaming Mouse G302 System Control: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard (/dev/input/event9)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 44 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event9"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C33A.0004/input/input12/event9"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard" (type: KEYBOARD, id 14)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_variant" ","
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard (/dev/input/event10)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 45 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event10"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input13/event10"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard" (type: KEYBOARD, id 15)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_variant" ","
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control (/dev/input/event11)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 46 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event11"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input14/event11"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control" (type: KEYBOARD, id 16)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_variant" ","
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device FiiO DigiHug USB Audio (/dev/input/event4)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) FiiO DigiHug USB Audio: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) FiiO DigiHug USB Audio: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'FiiO DigiHug USB Audio'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 47 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) FiiO DigiHug USB Audio: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event4"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event4  - FiiO DigiHug USB Audio: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event4  - FiiO DigiHug USB Audio: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event4  - FiiO DigiHug USB Audio: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1852:7022.0001/input/input5/event4"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "FiiO DigiHug USB Audio" (type: KEYBOARD, id 17)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_variant" ","
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event4  - FiiO DigiHug USB Audio: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event4  - FiiO DigiHug USB Audio: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event14)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) EasyCamera: EasyCamera: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 48 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) EasyCamera: EasyCamera: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event14"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event14 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event14 - EasyCamera: EasyCamera: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event14 - EasyCamera: EasyCamera: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input20/event14"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 18)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_variant" ","
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event14 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event14 - EasyCamera: EasyCamera: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event13)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'Ideapad extra buttons'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 49 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Ideapad extra buttons: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event13"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event13 - Ideapad extra buttons: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event13 - Ideapad extra buttons: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event13 - Ideapad extra buttons: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input19/event13"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 19)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_variant" ","
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event13 - Ideapad extra buttons: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event13 - Ideapad extra buttons: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event18)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event19)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event20)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event21)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event22)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event23)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event24)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event25)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 50 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) AT Translated Set 2 keyboard: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event3"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event3  - AT Translated Set 2 keyboard: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 20)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_variant" ","
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event17)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 51 paused 0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) ETPS/2 Elantech Touchpad: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event17"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "server/udev"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event17 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event17 - ETPS/2 Elantech Touchpad: device is a touchpad
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event17 - ETPS/2 Elantech Touchpad: device removed
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input18/event17"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 21)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "AccelerationScheme" "none"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event17 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event17 - ETPS/2 Elantech Touchpad: device is a touchpad
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "libinput keyboard catchall"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "system-keyboard"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 Consumer Control'
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Logitech Gaming Mouse G302 Consumer Control: always reports core events
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "Device" "/dev/input/event7"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "_source" "_driver/libinput"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) libinput: Logitech Gaming Mouse G302 Consumer Control: is a virtual subdevice
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input8/event7"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 Consumer Control" (type: KEYBOARD, id 22)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "xkb_variant" ","
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event22)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch systemd[666]: Started D-Bus User Message Bus.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event18)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event23)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event24)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event20)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event25)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event21)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event19)
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) No input driver specified, ignoring this device.
May 09 21:31:36 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) This device may have been added with another device file.
May 09 21:31:37 cosmin-laptop-arch dbus-daemon[701]: [session uid=120 pid=701] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.2' (uid=120 pid=707 comm="/usr/lib/gnome-session-check-accelerated ")
May 09 21:31:37 cosmin-laptop-arch systemd[666]: Starting Accessibility services bus...
May 09 21:31:37 cosmin-laptop-arch dbus-daemon[701]: [session uid=120 pid=701] Successfully activated service 'org.a11y.Bus'
May 09 21:31:37 cosmin-laptop-arch systemd[666]: Started Accessibility services bus.
May 09 21:31:37 cosmin-laptop-arch at-spi-bus-launcher[708]: dbus-daemon[714]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=707 comm="/usr/lib/gnome-session-check-accelerated ")
May 09 21:31:37 cosmin-laptop-arch at-spi-bus-launcher[708]: dbus-daemon[714]: Successfully activated service 'org.a11y.atspi.Registry'
May 09 21:31:37 cosmin-laptop-arch at-spi-bus-launcher[708]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 09 21:31:37 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.13' (uid=0 pid=621 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 21:31:37 cosmin-laptop-arch dbus-daemon[617]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
May 09 21:31:37 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.13' (uid=0 pid=621 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 21:31:37 cosmin-laptop-arch dbus-daemon[617]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
May 09 21:31:37 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426697.7844] device (enp4s0): carrier: link connected
May 09 21:31:37 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426697.7850] device (enp4s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
May 09 21:31:37 cosmin-laptop-arch kernel: r8169 0000:04:00.0 enp4s0: Link is Up - 1Gbps/Full - flow control rx/tx
May 09 21:31:37 cosmin-laptop-arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
May 09 21:31:37 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426697.7866] policy: auto-activating connection 'Wired connection 1' (0649c446-6ef6-33db-9212-20e0a948c967)
May 09 21:31:37 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426697.7880] device (enp4s0): Activation: starting connection 'Wired connection 1' (0649c446-6ef6-33db-9212-20e0a948c967)
May 09 21:31:37 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426697.7883] device (enp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
May 09 21:31:37 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426697.7890] manager: NetworkManager state is now CONNECTING
May 09 21:31:37 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426697.7892] device (enp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 09 21:31:37 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426697.7895] device (enp4s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
May 09 21:31:37 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426697.7897] dhcp4 (enp4s0): activation: beginning transaction (timeout in 45 seconds)
May 09 21:31:38 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.41' (uid=120 pid=724 comm="/usr/bin/gnome-shell ")
May 09 21:31:38 cosmin-laptop-arch systemd[1]: Starting Locale Service...
May 09 21:31:38 cosmin-laptop-arch gnome-shell[724]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
May 09 21:31:38 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.locale1'
May 09 21:31:38 cosmin-laptop-arch systemd[1]: Started Locale Service.
May 09 21:31:38 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:38 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426698.589:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:38 cosmin-laptop-arch dbus-daemon[701]: [session uid=120 pid=701] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.10' (uid=120 pid=724 comm="/usr/bin/gnome-shell ")
May 09 21:31:38 cosmin-laptop-arch systemd[666]: Starting sandboxed app permission store...
May 09 21:31:38 cosmin-laptop-arch dbus-daemon[701]: [session uid=120 pid=701] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
May 09 21:31:38 cosmin-laptop-arch systemd[666]: Started sandboxed app permission store.
May 09 21:31:38 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 09 21:31:38 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 09 21:31:38 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: >                   X11 cannot support keycodes above 255.
May 09 21:31:38 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: >                   This warning only shows for the first high keycode.
May 09 21:31:38 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 09 21:31:38 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: Errors from xkbcomp are not fatal to the X server
May 09 21:31:38 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.41' (uid=120 pid=724 comm="/usr/bin/gnome-shell ")
May 09 21:31:38 cosmin-laptop-arch systemd[1]: Starting Daemon for power management...
May 09 21:31:38 cosmin-laptop-arch systemd[666]: Starting Sound Service...
May 09 21:31:38 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.46' (uid=120 pid=753 comm="/usr/bin/pulseaudio --daemonize=no ")
May 09 21:31:38 cosmin-laptop-arch systemd[1]: Starting RealtimeKit Scheduling Policy Service...
May 09 21:31:38 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
May 09 21:31:38 cosmin-laptop-arch systemd[1]: Started RealtimeKit Scheduling Policy Service.
May 09 21:31:38 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Successfully called chroot.
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Successfully dropped privileges.
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Successfully limited resources.
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Running.
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Watchdog thread running.
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Canary thread running.
May 09 21:31:38 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.41' (uid=120 pid=724 comm="/usr/bin/gnome-shell ")
May 09 21:31:38 cosmin-laptop-arch systemd[1]: Starting Location Lookup Service...
May 09 21:31:38 cosmin-laptop-arch polkitd[643]: Registered Authentication Agent for unix-session:c1 (system bus name :1.41 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 09 21:31:38 cosmin-laptop-arch gnome-shell[724]: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 09 21:31:38 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.74' (uid=971 pid=760 comm="/usr/lib/geoclue ")
May 09 21:31:38 cosmin-laptop-arch dbus-daemon[617]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 09 21:31:38 cosmin-laptop-arch geoclue[760]: Failed to connect to avahi service: Daemon not running
May 09 21:31:38 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
May 09 21:31:38 cosmin-laptop-arch systemd[1]: Started Location Lookup Service.
May 09 21:31:38 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:38 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.80' (uid=120 pid=783 comm="/usr/lib/gsd-color ")
May 09 21:31:38 cosmin-laptop-arch gsd-xsettings[768]: Failed to get current display configuration state: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.gnome.Mutter.DisplayConfig" does not exist
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:38 cosmin-laptop-arch systemd[1]: Starting Manage, Install and Generate Color Profiles...
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:38 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.ColorManager'
May 09 21:31:38 cosmin-laptop-arch systemd[1]: Started Manage, Install and Generate Color Profiles.
May 09 21:31:38 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:38 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:38 cosmin-laptop-arch gnome-session-binary[703]: Entering running state
May 09 21:31:38 cosmin-laptop-arch xbrlapi.desktop[866]: openConnection: connect: No such file or directory
May 09 21:31:38 cosmin-laptop-arch xbrlapi.desktop[866]: cannot connect to braille devices daemon brltty at :0
May 09 21:31:38 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.UPower'
May 09 21:31:38 cosmin-laptop-arch systemd[1]: Started Daemon for power management.
May 09 21:31:38 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:38 cosmin-laptop-arch colord-sane[864]: [bjnp] create_broadcast_socket: ERROR - bind socket to local address failed - Cannot assign requested address
May 09 21:31:39 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:39 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:39 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:39 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:39 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:39 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:39 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:39 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:39 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2081] policy: auto-activating connection 'hoppturee-c-5' (c65cf6fc-c5b6-49dd-8527-0e3002e93fbf)
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2088] device (wlp3s0): Activation: starting connection 'hoppturee-c-5' (c65cf6fc-c5b6-49dd-8527-0e3002e93fbf)
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2089] device (wlp3s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2119] device (wlp3s0): set-hw-addr: reset MAC address to CC:2F:71:CD:98:C1 (preserve)
May 09 21:31:39 cosmin-laptop-arch rtkit-daemon[757]: Supervising 0 threads of 0 processes of 1 users.
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2206] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2209] device (wlp3s0): Activation: (wifi) access point 'hoppturee-c-5' has security, but secrets are required.
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2209] device (wlp3s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2222] device (wlp3s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2226] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2229] device (wlp3s0): Activation: (wifi) connection 'hoppturee-c-5' has security, and secrets exist.  No new secrets needed.
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2229] Config: added 'ssid' value 'hoppturee-c-5'
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2230] Config: added 'scan_ssid' value '1'
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2230] Config: added 'bgscan' value 'simple:30:-80:86400'
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2230] Config: added 'key_mgmt' value 'WPA-PSK'
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2230] Config: added 'auth_alg' value 'OPEN'
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2230] Config: added 'psk' value '<hidden>'
May 09 21:31:39 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 09 21:31:39 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 09 21:31:39 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: >                   X11 cannot support keycodes above 255.
May 09 21:31:39 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: >                   This warning only shows for the first high keycode.
May 09 21:31:39 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 09 21:31:39 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: Errors from xkbcomp are not fatal to the X server
May 09 21:31:39 cosmin-laptop-arch systemd[666]: Started Sound Service.
May 09 21:31:39 cosmin-laptop-arch bluetoothd[618]: Endpoint registered: sender=:1.128 path=/MediaEndpoint/A2DPSource
May 09 21:31:39 cosmin-laptop-arch bluetoothd[618]: Endpoint registered: sender=:1.128 path=/MediaEndpoint/A2DPSink
May 09 21:31:39 cosmin-laptop-arch pulseaudio[753]: E: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2630] device (wlp3s0): supplicant interface state: ready -> disconnected
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2630] device (p2p-dev-wlp3s0): supplicant management interface state: ready -> disconnected
May 09 21:31:39 cosmin-laptop-arch kernel: Bluetooth: RFCOMM TTY layer initialized
May 09 21:31:39 cosmin-laptop-arch kernel: Bluetooth: RFCOMM socket layer initialized
May 09 21:31:39 cosmin-laptop-arch kernel: Bluetooth: RFCOMM ver 1.11
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2715] device (wlp3s0): supplicant interface state: disconnected -> inactive
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2715] device (p2p-dev-wlp3s0): supplicant management interface state: disconnected -> inactive
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2774] device (wlp3s0): supplicant interface state: inactive -> scanning
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.2775] device (p2p-dev-wlp3s0): supplicant management interface state: inactive -> scanning
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.3723] dhcp6 (enp4s0): activation: beginning transaction (timeout in 45 seconds)
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.3732] dhcp6 (enp4s0):   nameserver 2a02:2f0e:d917:9300::1
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.3732] dhcp6 (enp4s0): state changed unknown -> bound
May 09 21:31:39 cosmin-laptop-arch nm-dispatcher[633]: req:3 'dhcp6-change' [enp4s0]: new request (0 scripts)
May 09 21:31:39 cosmin-laptop-arch nm-dispatcher[633]: req:3 'dhcp6-change' [enp4s0]: completed: no scripts
May 09 21:31:39 cosmin-laptop-arch gnome-shell[724]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
May 09 21:31:39 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.150' (uid=976 pid=864 comm="/usr/lib/colord-sane ")
May 09 21:31:39 cosmin-laptop-arch dbus-daemon[617]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 09 21:31:39 cosmin-laptop-arch gnome-shell[724]: JS WARNING: [resource:///org/gnome/shell/ui/layout.js 23]: reference to undefined property "MetaWindowX11"
May 09 21:31:39 cosmin-laptop-arch systemd[1]: systemd-rfkill.service: Succeeded.
May 09 21:31:39 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.8777] dhcp4 (enp4s0):   address 192.168.1.249
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.8778] dhcp4 (enp4s0):   plen 24
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.8778] dhcp4 (enp4s0):   expires in 86400 seconds (at 1557513099)
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.8778] dhcp4 (enp4s0):   nameserver '192.168.1.1'
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.8778] dhcp4 (enp4s0):   hostname 'cosmin-laptop-arch'
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.8779] dhcp4 (enp4s0):   router 192.168.1.1
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.8780] dhcp4 (enp4s0): state changed unknown -> bound
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.8789] device (enp4s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.8796] device (enp4s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.8798] device (enp4s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.8841] manager: NetworkManager state is now CONNECTED_SITE
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.8842] policy: set 'Wired connection 1' (enp4s0) as default for IPv4 routing and DNS
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.8845] policy: set 'Wired connection 1' (enp4s0) as default for IPv6 routing and DNS
May 09 21:31:39 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.13' (uid=0 pid=621 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 21:31:39 cosmin-laptop-arch dbus-daemon[617]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.8879] device (enp4s0): Activation: successful, device activated.
May 09 21:31:39 cosmin-laptop-arch nm-dispatcher[633]: req:4 'up' [enp4s0]: new request (0 scripts)
May 09 21:31:39 cosmin-laptop-arch nm-dispatcher[633]: req:4 'up' [enp4s0]: completed: no scripts
May 09 21:31:39 cosmin-laptop-arch nm-dispatcher[633]: req:5 'connectivity-change': new request (0 scripts)
May 09 21:31:39 cosmin-laptop-arch nm-dispatcher[633]: req:5 'connectivity-change': completed: no scripts
May 09 21:31:39 cosmin-laptop-arch wpa_supplicant[679]: wlp3s0: SME: Trying to authenticate with 0c:9d:92:ba:36:14 (SSID='hoppturee-c-5' freq=5500 MHz)
May 09 21:31:39 cosmin-laptop-arch kernel: wlp3s0: authenticate with 0c:9d:92:ba:36:14
May 09 21:31:39 cosmin-laptop-arch kernel: wlp3s0: send auth to 0c:9d:92:ba:36:14 (try 1/3)
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.9257] device (wlp3s0): supplicant interface state: scanning -> authenticating
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.9258] device (p2p-dev-wlp3s0): supplicant management interface state: scanning -> authenticating
May 09 21:31:39 cosmin-laptop-arch wpa_supplicant[679]: wlp3s0: Trying to associate with 0c:9d:92:ba:36:14 (SSID='hoppturee-c-5' freq=5500 MHz)
May 09 21:31:39 cosmin-laptop-arch kernel: wlp3s0: authenticated
May 09 21:31:39 cosmin-laptop-arch kernel: wlp3s0: associate with 0c:9d:92:ba:36:14 (try 1/3)
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.9387] device (wlp3s0): supplicant interface state: authenticating -> associating
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.9388] device (p2p-dev-wlp3s0): supplicant management interface state: authenticating -> associating
May 09 21:31:39 cosmin-laptop-arch kernel: wlp3s0: RX AssocResp from 0c:9d:92:ba:36:14 (capab=0x511 status=0 aid=2)
May 09 21:31:39 cosmin-laptop-arch wpa_supplicant[679]: wlp3s0: Associated with 0c:9d:92:ba:36:14
May 09 21:31:39 cosmin-laptop-arch wpa_supplicant[679]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
May 09 21:31:39 cosmin-laptop-arch kernel: wlp3s0: associated
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.9459] device (wlp3s0): supplicant interface state: associating -> associated
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.9459] device (p2p-dev-wlp3s0): supplicant management interface state: associating -> associated
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.9577] device (wlp3s0): supplicant interface state: associated -> 4-way handshake
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.9577] device (p2p-dev-wlp3s0): supplicant management interface state: associated -> 4-way handshake
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.9671] manager: NetworkManager state is now CONNECTED_GLOBAL
May 09 21:31:39 cosmin-laptop-arch nm-dispatcher[633]: req:6 'connectivity-change': new request (0 scripts)
May 09 21:31:39 cosmin-laptop-arch nm-dispatcher[633]: req:6 'connectivity-change': completed: no scripts
May 09 21:31:39 cosmin-laptop-arch wpa_supplicant[679]: wlp3s0: WPA: Key negotiation completed with 0c:9d:92:ba:36:14 [PTK=CCMP GTK=CCMP]
May 09 21:31:39 cosmin-laptop-arch wpa_supplicant[679]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to 0c:9d:92:ba:36:14 completed [id=0 id_str=]
May 09 21:31:39 cosmin-laptop-arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
May 09 21:31:39 cosmin-laptop-arch kernel: wlp3s0: Limiting TX power to 24 (27 - 3) dBm as advertised by 0c:9d:92:ba:36:14
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.9845] device (wlp3s0): supplicant interface state: 4-way handshake -> completed
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.9845] device (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "hoppturee-c-5"
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.9845] device (p2p-dev-wlp3s0): supplicant management interface state: 4-way handshake -> completed
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.9847] device (wlp3s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
May 09 21:31:39 cosmin-laptop-arch wpa_supplicant[679]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-65 noise=9999 txrate=6000
May 09 21:31:39 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426699.9850] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
May 09 21:31:40 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426700.0094] dhcp4 (wlp3s0):   address 192.168.1.100
May 09 21:31:40 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426700.0094] dhcp4 (wlp3s0):   plen 24
May 09 21:31:40 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426700.0094] dhcp4 (wlp3s0):   expires in 86400 seconds (at 1557513100)
May 09 21:31:40 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426700.0094] dhcp4 (wlp3s0):   nameserver '192.168.1.1'
May 09 21:31:40 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426700.0095] dhcp4 (wlp3s0):   hostname 'cosmin-laptop-arch'
May 09 21:31:40 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426700.0095] dhcp4 (wlp3s0):   router 192.168.1.1
May 09 21:31:40 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426700.0096] dhcp4 (wlp3s0): state changed unknown -> bound
May 09 21:31:40 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426700.0108] device (wlp3s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
May 09 21:31:40 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426700.0113] device (wlp3s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
May 09 21:31:40 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426700.0115] device (wlp3s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
May 09 21:31:40 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426700.0202] device (wlp3s0): Activation: successful, device activated.
May 09 21:31:40 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426700.0208] manager: startup complete
May 09 21:31:40 cosmin-laptop-arch nm-dispatcher[633]: req:7 'up' [wlp3s0]: new request (0 scripts)
May 09 21:31:40 cosmin-laptop-arch nm-dispatcher[633]: req:7 'up' [wlp3s0]: completed: no scripts
May 09 21:31:40 cosmin-laptop-arch kernel: retire_capture_urb: 598 callbacks suppressed
May 09 21:31:41 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426701.3743] dhcp6 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
May 09 21:31:41 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426701.3792] dhcp6 (wlp3s0):   nameserver 2a02:2f0e:d917:9300::1
May 09 21:31:41 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426701.3792] dhcp6 (wlp3s0): state changed unknown -> bound
May 09 21:31:41 cosmin-laptop-arch nm-dispatcher[633]: req:8 'dhcp6-change' [wlp3s0]: new request (0 scripts)
May 09 21:31:41 cosmin-laptop-arch nm-dispatcher[633]: req:8 'dhcp6-change' [wlp3s0]: completed: no scripts
May 09 21:31:41 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.156' (uid=976 pid=864 comm="/usr/lib/colord-sane ")
May 09 21:31:41 cosmin-laptop-arch dbus-daemon[617]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 09 21:31:44 cosmin-laptop-arch gdm-password][922]: gkr-pam: unable to locate daemon control file
May 09 21:31:44 cosmin-laptop-arch gdm-password][922]: pam_unix(gdm-password:session): session opened for user cosmin by (uid=0)
May 09 21:31:44 cosmin-laptop-arch systemd[1]: Created slice User Slice of UID 1000.
May 09 21:31:44 cosmin-laptop-arch systemd[1]: Starting User Runtime Directory /run/user/1000...
May 09 21:31:44 cosmin-laptop-arch systemd-logind[619]: New session 2 of user cosmin.
May 09 21:31:44 cosmin-laptop-arch systemd[1]: Started User Runtime Directory /run/user/1000.
May 09 21:31:44 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:44 cosmin-laptop-arch systemd[1]: Starting User Manager for UID 1000...
May 09 21:31:44 cosmin-laptop-arch systemd[932]: pam_unix(systemd-user:session): session opened for user cosmin by (uid=0)
May 09 21:31:44 cosmin-laptop-arch systemd[932]: Reached target Paths.
May 09 21:31:44 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:45 cosmin-laptop-arch audit[922]: USER_LOGIN pid=922 uid=0 auid=1000 ses=2 msg='uid=1000 exe="/usr/lib/gdm-session-worker" hostname=? addr=? terminal=? res=success'
May 09 21:31:44 cosmin-laptop-arch systemd[932]: Listening on GnuPG cryptographic agent and passphrase cache.
May 09 21:31:44 cosmin-laptop-arch systemd[932]: Starting D-Bus User Message Bus Socket.
May 09 21:31:44 cosmin-laptop-arch systemd[932]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 09 21:31:44 cosmin-laptop-arch systemd[932]: Listening on GnuPG network certificate management daemon.
May 09 21:31:44 cosmin-laptop-arch systemd[932]: Reached target Timers.
May 09 21:31:44 cosmin-laptop-arch systemd[932]: Listening on p11-kit server.
May 09 21:31:44 cosmin-laptop-arch systemd[932]: Listening on Sound System.
May 09 21:31:44 cosmin-laptop-arch systemd[932]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 09 21:31:44 cosmin-laptop-arch systemd[932]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 09 21:31:44 cosmin-laptop-arch systemd[932]: Listening on Multimedia System.
May 09 21:31:45 cosmin-laptop-arch systemd[932]: Listening on D-Bus User Message Bus Socket.
May 09 21:31:45 cosmin-laptop-arch systemd[932]: Reached target Sockets.
May 09 21:31:45 cosmin-laptop-arch systemd[932]: Reached target Basic System.
May 09 21:31:45 cosmin-laptop-arch systemd[1]: Started User Manager for UID 1000.
May 09 21:31:45 cosmin-laptop-arch systemd[932]: Starting Update XDG user dir configuration...
May 09 21:31:45 cosmin-laptop-arch systemd[1]: Started Session 2 of user cosmin.
May 09 21:31:45 cosmin-laptop-arch systemd[932]: xdg-user-dirs-update.service: Succeeded.
May 09 21:31:45 cosmin-laptop-arch systemd[932]: Started Update XDG user dir configuration.
May 09 21:31:45 cosmin-laptop-arch systemd[932]: Reached target Main User Target.
May 09 21:31:45 cosmin-laptop-arch systemd[932]: Startup finished in 43ms.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "34"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event2  - Power Button: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "37"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event16 - Video Bus: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "38"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event15 - Video Bus: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "39"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event1  - Power Button: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "40"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event5  - Logitech Gaming Mouse G302: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "41"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "42"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "43"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event8  - Logitech Gaming Mouse G302 System Control: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "44"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "45"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "46"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "47"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event4  - FiiO DigiHug USB Audio: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "48"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event14 - EasyCamera: EasyCamera: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "49"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event13 - Ideapad extra buttons: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "50"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event3  - AT Translated Set 2 keyboard: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "51"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event17 - ETPS/2 Elantech Touchpad: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (**) Option "fd" "42"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: device removed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:69
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:78
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:79
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:74
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:81
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:66
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:72
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:71
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:68
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:75
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:80
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:65
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:77
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:70
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 226:1
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:73
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[681]: (II) systemd-logind: got pause for 13:67
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: _XSERVTransMakeAllCOTSServerListeners: server already running
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (--) Log file renamed from "/home/cosmin/.local/share/xorg/Xorg.pid-950.log" to "/home/cosmin/.local/share/xorg/Xorg.1.log"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) Failed to open protocol names file lib/xorg/protocol.txt
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: X.Org X Server 1.20.4
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: X Protocol Version 11, Revision 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: Build Operating System: Linux Arch Linux
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: Current Operating System: Linux cosmin-laptop-arch 5.0.13-arch1-1-ARCH #1 SMP PREEMPT Sun May 5 18:05:41 UTC 2019 x86_64
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e475fa84-ffc2-48c7-8a13-cf835528199e rw quiet nvidia-drm.modeset=1
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: Build Date: 27 February 2019  04:04:00PM
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:  
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: Current version of pixman: 0.38.4
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         Before reporting problems, check http://wiki.x.org
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         to make sure that you have the latest version.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: Markers: (--) probed, (**) from config file, (==) default setting,
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         (++) from command line, (!!) notice, (II) informational,
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Log file: "/home/cosmin/.local/share/xorg/Xorg.1.log", Time: Thu May  9 21:31:45 2019
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Using config directory: "/etc/X11/xorg.conf.d"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) No Layout section.  Using the first Screen section.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) No screen section available. Using defaults.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) |-->Screen "Default Screen Section" (0)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) |   |-->Monitor "<default monitor>"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) No monitor specified for screen "Default Screen Section".
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         Using a default monitor configuration.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Automatically adding devices
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Automatically enabling devices
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Automatically adding GPU devices
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Automatically binding GPU devices
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Max clients allowed: 256, resource mask: 0x1fffff
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) The directory "/usr/share/fonts/misc" does not exist.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         Entry deleted from font path.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         Entry deleted from font path.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         (Run 'mkfontdir' on "/usr/share/fonts/TTF").
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         Entry deleted from font path.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         (Run 'mkfontdir' on "/usr/share/fonts/OTF").
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         Entry deleted from font path.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         Entry deleted from font path.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         Entry deleted from font path.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) FontPath set to:
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) ModulePath set to "/usr/lib/xorg/modules"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) The server relies on udev to provide the list of input devices.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Module ABI versions:
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         X.Org ANSI C Emulation: 0.4
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         X.Org Video Driver: 24.0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         X.Org XInput driver : 24.1
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         X.Org Server Extension : 10.0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (++) using VT number 2
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) xfree86: Adding drm device (/dev/dri/card0)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) xfree86: Adding drm device (/dev/dri/card1)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (--) PCI: (0@0:2:0) 8086:591b:17aa:39d1 rev 4, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (--) PCI:*(1@0:0:0) 10de:1c8c:17aa:39d0 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "glx"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Module glx: vendor="X.Org Foundation"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         compiled for 1.20.4, module version = 1.0.0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         ABI class: X.Org Server Extension, version 10.0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Applying OutputClass "nvidia" to /dev/dri/card0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         loading driver: nvidia
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Applying OutputClass "intel" to /dev/dri/card1
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         loading driver: modesetting
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Matched nvidia as autoconfigured driver 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Matched nouveau as autoconfigured driver 1
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Matched nv as autoconfigured driver 2
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Matched modesetting as autoconfigured driver 3
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Matched intel as autoconfigured driver 4
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Matched fbdev as autoconfigured driver 5
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Matched vesa as autoconfigured driver 6
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) Assigned the driver to the xf86ConfigLayout
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "nvidia"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Module nvidia: vendor="NVIDIA Corporation"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         compiled for 4.0.2, module version = 1.0.0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         Module class: X.Org Video Driver
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "nouveau"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) Warning, couldn't open module nouveau
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (EE) Failed to load module "nouveau" (module does not exist, 0)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "nv"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) Warning, couldn't open module nv
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (EE) Failed to load module "nv" (module does not exist, 0)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "modesetting"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Module modesetting: vendor="X.Org Foundation"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         compiled for 1.20.4, module version = 1.20.4
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         Module class: X.Org Video Driver
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         ABI class: X.Org Video Driver, version 24.0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "intel"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) Warning, couldn't open module intel
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (EE) Failed to load module "intel" (module does not exist, 0)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "fbdev"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) Warning, couldn't open module fbdev
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (EE) Failed to load module "fbdev" (module does not exist, 0)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "vesa"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) Warning, couldn't open module vesa
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (EE) Failed to load module "vesa" (module does not exist, 0)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA dlloader X Driver  418.74  Wed May  1 11:26:02 CDT 2019
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: releasing fd for 226:0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading sub module "fb"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "fb"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading /usr/lib/xorg/modules/libfb.so
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Module fb: vendor="X.Org Foundation"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         compiled for 1.20.4, module version = 1.0.0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading sub module "wfb"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "wfb"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading /usr/lib/xorg/modules/libwfb.so
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Module wfb: vendor="X.Org Foundation"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         compiled for 1.20.4, module version = 1.0.0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading sub module "ramdac"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "ramdac"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Module "ramdac" already built-in
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) Falling back to old probe method for modesetting
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): using drv /dev/dri/card1
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0): Creating default Display subsection in Screen section
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         "Default Screen Section" for depth/fbbpp 24/32
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) NVIDIA(0): RGB weight 888
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) NVIDIA(0): Default visual is TrueColor
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Applying OutputClass "nvidia" options to /dev/dri/card0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) NVIDIA(0): Enabling 2D acceleration
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading sub module "glxserver_nvidia"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "glxserver_nvidia"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         compiled for 4.0.2, module version = 1.0.0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         Module class: X.Org Server Extension
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA GLX Module  418.74  Wed May  1 11:24:49 CDT 2019
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0 (GPU-0)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (--) NVIDIA(0): Memory: 4194304 kBytes
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (--) NVIDIA(0): VideoBIOS: 86.07.3a.00.27
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0): Detected PCI Express Link width: 16X
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0): Validated MetaModes:
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0):     "NULL"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) NVIDIA(0): Unable to get display device for DPI computation.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) modeset(G0): RGB weight 888
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) modeset(G0): Default visual is TrueColor
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading sub module "glamoregl"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "glamoregl"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Module glamoregl: vendor="X.Org Foundation"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         compiled for 1.20.4, module version = 1.0.1
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): glamor initialized
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Output eDP-1-1 has no monitor section
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Output HDMI-1-1 has no monitor section
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Output DP-1-1 has no monitor section
May 09 21:31:45 cosmin-laptop-arch systemd[1]: NetworkManager-dispatcher.service: Succeeded.
May 09 21:31:45 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:45 cosmin-laptop-arch kernel: kauditd_printk_skb: 2097 callbacks suppressed
May 09 21:31:45 cosmin-laptop-arch kernel: audit: type=1131 audit(1557426705.373:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Output HDMI-1-2 has no monitor section
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): EDID for output eDP-1-1
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Manufacturer: LGD  Model: 590  Serial#: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Year: 2017  Week: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): EDID Version: 1.4
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Digital Display Input
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): 6 bits per channel
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Digital interface is DisplayPort
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Gamma: 2.20
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): First detailed timing is preferred mode
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Preferred mode is native pixel format and refresh rate
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): redX: 0.580 redY: 0.350   greenX: 0.340 greenY: 0.560
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): blueX: 0.155 blueY: 0.125   whiteX: 0.313 whiteY: 0.329
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Manufacturer's mask: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Supported detailed timing:
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): clock: 138.7 MHz   Image Size:  344 x 194 mm
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):  LG Display
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):  LP156WF6-SPK6
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): EDID (in hex):
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         00ffffffffffff0030e4900500000000
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         001b010495221378eaa1c59459578f27
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         20505400000001010101010101010101
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         0101010101012e3680a070381f403020
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         350058c21000001a0000000000000000
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         00000000000000000000000000fe004c
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         4720446973706c61790a2020000000fe
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         004c503135365746362d53504b36005e
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Printing probed modes for output eDP-1-1
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): EDID for output HDMI-1-1
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Manufacturer: DEL  Model: d0c2  Serial#: 810566996
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Year: 2017  Week: 26
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): EDID Version: 1.3
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Digital Display Input
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Max Image Size [cm]: horiz.: 53  vert.: 30
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Gamma: 2.20
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): First detailed timing is preferred mode
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): redX: 0.662 redY: 0.330   greenX: 0.304 greenY: 0.614
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): blueX: 0.149 blueY: 0.062   whiteX: 0.313 whiteY: 0.329
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Supported established timings:
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): 720x400@70Hz
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): 640x480@60Hz
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): 640x480@75Hz
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): 800x600@60Hz
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): 800x600@75Hz
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): 1024x768@60Hz
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): 1024x768@75Hz
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): 1280x1024@75Hz
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Manufacturer's mask: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Supported standard timings:
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): #2: hsize: 1920  vsize 1200  refresh: 60  vid: 209
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): #5: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Supported detailed timing:
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): clock: 241.5 MHz   Image Size:  526 x 296 mm
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Serial No: MY3ND76Q0PET
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Monitor name: DELL P2418D
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Ranges: V min: 49 V max: 86 Hz, H min: 29 H max: 113 kHz, PixClock max 285 MHz
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Supported detailed timing:
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): clock: 148.5 MHz   Image Size:  526 x 296 mm
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Supported detailed timing:
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): clock: 74.2 MHz   Image Size:  526 x 296 mm
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Supported detailed timing:
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): clock: 58.2 MHz   Image Size:  526 x 296 mm
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): h_active: 2048  h_sync: 2096  h_sync_end 2128 h_blank_end 2208 h_border: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1093 v_blanking: 1099 v_border: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Supported detailed timing:
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): clock: 147.2 MHz   Image Size:  526 x 296 mm
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): h_active: 2048  h_sync: 2096  h_sync_end 2128 h_blank_end 2208 h_border: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1093 v_blanking: 1111 v_border: 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Number of EDID sections to follow: 1
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): EDID (in hex):
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         00ffffffffffff0010acc2d054455030
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         1a1b010380351e78eaad75a9544d9d26
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         0f5054a54b008100b300d100714fa940
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         8180d1c00101565e00a0a0a029503020
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         35000e282100001a000000ff004d5933
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         4e44373651305045540a000000fc0044
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         454c4c205032343138440a20000000fd
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         0031561d711c000a202020202020010c
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         02031bb1509005040302071601061112
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         1513141f2065030c001000023a801871
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         382d40582c45000e282100001e011d80
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         18711c1620582c25000e282100009ebf
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         1600a08038134030203a000e28210000
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         1a7e3900a080381f4030203a000e2821
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         00001a00000000000000000000000000
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0):         000000000000000000000000000000d8
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Printing probed modes for output HDMI-1-1
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "2048x1080"x60.0  147.18  2048 2096 2128 2208  1080 1083 1093 1111 +hsync -vsync (66.7 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "2048x1080"x24.0   58.23  2048 2096 2128 2208  1080 1083 1093 1099 +hsync -vsync (26.4 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): EDID for output DP-1-1
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): EDID for output HDMI-1-2
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) modeset(G0): DPI set to (96, 96)
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading sub module "fb"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "fb"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading /usr/lib/xorg/modules/libfb.so
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Module fb: vendor="X.Org Foundation"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         compiled for 1.20.4, module version = 1.0.0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) modeset(G0): Backing store enabled
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) modeset(G0): Silken mouse disabled
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) modeset(G0): DPMS enabled
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): [DRI2] Setup complete
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): [DRI2]   DRI driver: i965
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): [DRI2]   VDPAU driver: i965
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA:     access.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0):     configuration option may not be set correctly.  When the
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0):     Config Options in the README.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0): Setting mode "NULL"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) NVIDIA(0): Disabling shared memory pixmaps
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) NVIDIA(0): Backing store enabled
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) NVIDIA(0): Silken mouse disabled
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (==) NVIDIA(0): DPMS enabled
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (WW) NVIDIA(0): Option "PrimaryGPU" is not used
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading sub module "dri2"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "dri2"
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Module "dri2" already built-in
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0): [DRI2] Setup complete
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension Generic Event Extension
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension SHAPE
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension MIT-SHM
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension XInputExtension
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension XTEST
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension BIG-REQUESTS
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension SYNC
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension XKEYBOARD
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension XC-MISC
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension SECURITY
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension XFIXES
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension RENDER
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension RANDR
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension COMPOSITE
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension DAMAGE
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension MIT-SCREEN-SAVER
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension DOUBLE-BUFFER
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension RECORD
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension DPMS
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension Present
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension DRI3
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension X-Resource
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension XVideo
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension XVideo-MotionCompensation
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension GLX
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Indirect GLX disabled.
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) GLX: Another vendor is already registered for screen 0
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension XFree86-VidModeExtension
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension XFree86-DGA
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension XFree86-DRI
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension DRI2
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension NV-GLX
May 09 21:31:45 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Initializing extension NV-CONTROL
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) modeset(G0): Damage tracking initialized
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: >                   X11 cannot support keycodes above 255.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: >                   This warning only shows for the first high keycode.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: Errors from xkbcomp are not fatal to the X server
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Power Button: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) LoadModule: "libinput"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Module libinput: vendor="X.Org Foundation"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         compiled for 1.20.3, module version = 0.28.2
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         Module class: X.Org XInput Driver
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]:         ABI class: X.Org XInput driver, version 24.1
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'Power Button'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 35 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Power Button: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event2"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event2  - Power Button: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event2  - Power Button: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event2  - Power Button: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_variant" ","
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: >                   X11 cannot support keycodes above 255.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: >                   This warning only shows for the first high keycode.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: Errors from xkbcomp are not fatal to the X server
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event2  - Power Button: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event2  - Power Button: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device Video Bus (/dev/input/event16)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Video Bus: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'Video Bus'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 38 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Video Bus: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event16"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event16 - Video Bus: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event16 - Video Bus: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event16 - Video Bus: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input22/event16"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_variant" ","
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event16 - Video Bus: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event16 - Video Bus: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device Video Bus (/dev/input/event15)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Video Bus: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'Video Bus'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 39 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Video Bus: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event15"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event15 - Video Bus: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event15 - Video Bus: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event15 - Video Bus: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input21/event15"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_variant" ","
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event15 - Video Bus: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event15 - Video Bus: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device Power Button (/dev/input/event1)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Power Button: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'Power Button'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 40 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Power Button: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event1"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event1  - Power Button: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event1  - Power Button: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event1  - Power Button: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_variant" ","
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event1  - Power Button: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event1  - Power Button: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) No input driver specified, ignoring this device.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) This device may have been added with another device file.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 (/dev/input/event5)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302: Applying InputClass "libinput pointer catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 41 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event5"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event5  - Logitech Gaming Mouse G302: is tagged by udev as: Mouse
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event5  - Logitech Gaming Mouse G302: device is a pointer
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event5  - Logitech Gaming Mouse G302: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C07F.0002/input/input6/event5"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302" (type: MOUSE, id 10)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "AccelerationScheme" "none"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302: (accel) selected scheme none/0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302: (accel) acceleration factor: 2.000
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302: (accel) acceleration threshold: 4
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event5  - Logitech Gaming Mouse G302: is tagged by udev as: Mouse
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event5  - Logitech Gaming Mouse G302: device is a pointer
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 (/dev/input/mouse0)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) No input driver specified, ignoring this device.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) This device may have been added with another device file.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 Keyboard (/dev/input/event6)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 Keyboard: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 Keyboard: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 Keyboard'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 42 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 Keyboard: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event6"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input7/event6"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 Keyboard" (type: KEYBOARD, id 11)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_variant" ","
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 Consumer Control (/dev/input/event7)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 Consumer Control'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 43 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 Consumer Control: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event7"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) libinput: Logitech Gaming Mouse G302 Consumer Control: needs a virtual subdevice
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input8/event7"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 Consumer Control" (type: MOUSE, id 12)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "AccelerationScheme" "none"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 Consumer Control: (accel) selected scheme none/0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 Consumer Control: (accel) acceleration factor: 2.000
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 Consumer Control: (accel) acceleration threshold: 4
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 System Control (/dev/input/event8)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 System Control: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 System Control: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 System Control'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 System Control: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event8"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event8  - Logitech Gaming Mouse G302 System Control: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event8  - Logitech Gaming Mouse G302 System Control: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event8  - Logitech Gaming Mouse G302 System Control: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input9/event8"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 System Control" (type: KEYBOARD, id 13)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_variant" ","
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event8  - Logitech Gaming Mouse G302 System Control: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event8  - Logitech Gaming Mouse G302 System Control: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard (/dev/input/event9)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 45 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event9"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C33A.0004/input/input12/event9"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard" (type: KEYBOARD, id 14)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_variant" ","
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard (/dev/input/event10)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 46 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event10"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input13/event10"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard" (type: KEYBOARD, id 15)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_variant" ","
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control (/dev/input/event11)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 47 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event11"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input14/event11"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control" (type: KEYBOARD, id 16)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_variant" ","
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device FiiO DigiHug USB Audio (/dev/input/event4)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) FiiO DigiHug USB Audio: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) FiiO DigiHug USB Audio: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'FiiO DigiHug USB Audio'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 48 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) FiiO DigiHug USB Audio: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event4"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event4  - FiiO DigiHug USB Audio: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event4  - FiiO DigiHug USB Audio: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event4  - FiiO DigiHug USB Audio: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1852:7022.0001/input/input5/event4"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "FiiO DigiHug USB Audio" (type: KEYBOARD, id 17)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_variant" ","
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event4  - FiiO DigiHug USB Audio: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event4  - FiiO DigiHug USB Audio: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event14)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) EasyCamera: EasyCamera: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 49 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) EasyCamera: EasyCamera: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event14"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event14 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event14 - EasyCamera: EasyCamera: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event14 - EasyCamera: EasyCamera: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input20/event14"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 18)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_variant" ","
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event14 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event14 - EasyCamera: EasyCamera: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event13)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'Ideapad extra buttons'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 50 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Ideapad extra buttons: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event13"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event13 - Ideapad extra buttons: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event13 - Ideapad extra buttons: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event13 - Ideapad extra buttons: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input19/event13"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 19)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_variant" ","
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event13 - Ideapad extra buttons: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event13 - Ideapad extra buttons: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event18)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) No input driver specified, ignoring this device.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) This device may have been added with another device file.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event19)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) No input driver specified, ignoring this device.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) This device may have been added with another device file.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event20)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) No input driver specified, ignoring this device.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) This device may have been added with another device file.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event21)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) No input driver specified, ignoring this device.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) This device may have been added with another device file.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event22)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) No input driver specified, ignoring this device.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) This device may have been added with another device file.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event23)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) No input driver specified, ignoring this device.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) This device may have been added with another device file.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event24)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) No input driver specified, ignoring this device.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) This device may have been added with another device file.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event25)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) No input driver specified, ignoring this device.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) This device may have been added with another device file.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 51 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) AT Translated Set 2 keyboard: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event3"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event3  - AT Translated Set 2 keyboard: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 20)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_variant" ","
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event17)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 52 paused 0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) ETPS/2 Elantech Touchpad: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event17"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "server/udev"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event17 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event17 - ETPS/2 Elantech Touchpad: device is a touchpad
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event17 - ETPS/2 Elantech Touchpad: device removed
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input18/event17"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 21)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "AccelerationScheme" "none"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event17 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event17 - ETPS/2 Elantech Touchpad: device is a touchpad
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) No input driver specified, ignoring this device.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) This device may have been added with another device file.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) No input driver specified, ignoring this device.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) This device may have been added with another device file.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "libinput keyboard catchall"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "system-keyboard"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 Consumer Control'
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Logitech Gaming Mouse G302 Consumer Control: always reports core events
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "Device" "/dev/input/event7"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "_source" "_driver/libinput"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) libinput: Logitech Gaming Mouse G302 Consumer Control: is a virtual subdevice
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input8/event7"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 Consumer Control" (type: KEYBOARD, id 22)
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_layout" "gb,ro"
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (**) Option "xkb_variant" ","
May 09 21:31:46 cosmin-laptop-arch systemd[932]: Started D-Bus User Message Bus.
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: /etc/gdm/Xsession: Beginning session setup...
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: localuser:cosmin being added to access control list
May 09 21:31:46 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/gnome-session
May 09 21:31:46 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.3' (uid=1000 pid=972 comm="/usr/lib/gnome-session-check-accelerated ")
May 09 21:31:46 cosmin-laptop-arch systemd[932]: Starting Accessibility services bus...
May 09 21:31:46 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.a11y.Bus'
May 09 21:31:46 cosmin-laptop-arch systemd[932]: Started Accessibility services bus.
May 09 21:31:46 cosmin-laptop-arch at-spi-bus-launcher[973]: dbus-daemon[979]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=972 comm="/usr/lib/gnome-session-check-accelerated ")
May 09 21:31:46 cosmin-laptop-arch at-spi-bus-launcher[973]: dbus-daemon[979]: Successfully activated service 'org.a11y.atspi.Registry'
May 09 21:31:46 cosmin-laptop-arch at-spi-bus-launcher[973]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 09 21:31:46 cosmin-laptop-arch gnome-keyring-ssh.desktop[990]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
May 09 21:31:46 cosmin-laptop-arch gnome-keyring-pkcs11.desktop[992]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
May 09 21:31:47 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:31:47 cosmin-laptop-arch systemd[932]: Starting Virtual filesystem service...
May 09 21:31:47 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gtk.vfs.Daemon'
May 09 21:31:47 cosmin-laptop-arch systemd[932]: Started Virtual filesystem service.
May 09 21:31:47 cosmin-laptop-arch gnome-shell[997]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
May 09 21:31:47 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:31:47 cosmin-laptop-arch systemd[932]: Starting sandboxed app permission store...
May 09 21:31:47 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
May 09 21:31:47 cosmin-laptop-arch systemd[932]: Started sandboxed app permission store.
May 09 21:31:47 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:31:47 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.16' (uid=1000 pid=1030 comm="/usr/lib/gnome-shell-calendar-server ")
May 09 21:31:47 cosmin-laptop-arch systemd[932]: Starting Evolution source registry...
May 09 21:31:47 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 09 21:31:47 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 09 21:31:47 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: >                   X11 cannot support keycodes above 255.
May 09 21:31:47 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: >                   This warning only shows for the first high keycode.
May 09 21:31:47 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 09 21:31:47 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: Errors from xkbcomp are not fatal to the X server
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.OnlineAccounts' requested by ':1.17' (uid=1000 pid=1034 comm="/usr/lib/evolution-source-registry ")
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Starting Sound Service...
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Started Evolution source registry.
May 09 21:31:48 cosmin-laptop-arch rtkit-daemon[757]: Successfully made thread 1042 of process 1042 owned by '1000' high priority at nice level -11.
May 09 21:31:48 cosmin-laptop-arch rtkit-daemon[757]: Supervising 1 threads of 1 processes of 2 users.
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Shell.CalendarServer'
May 09 21:31:48 cosmin-laptop-arch polkitd[643]: Registered Authentication Agent for unix-session:2 (system bus name :1.204 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 09 21:31:48 cosmin-laptop-arch goa-daemon[1041]: goa-daemon version 3.32.0 starting
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Identity' requested by ':1.19' (uid=1000 pid=1041 comm="/usr/lib/goa-daemon ")
May 09 21:31:48 cosmin-laptop-arch rtkit-daemon[757]: Supervising 1 threads of 1 processes of 2 users.
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.OnlineAccounts'
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Identity'
May 09 21:31:48 cosmin-laptop-arch rtkit-daemon[757]: Successfully made thread 1053 of process 1042 owned by '1000' RT at priority 5.
May 09 21:31:48 cosmin-laptop-arch rtkit-daemon[757]: Supervising 2 threads of 1 processes of 2 users.
May 09 21:31:48 cosmin-laptop-arch rtkit-daemon[757]: Supervising 2 threads of 1 processes of 2 users.
May 09 21:31:48 cosmin-laptop-arch rtkit-daemon[757]: Successfully made thread 1056 of process 1042 owned by '1000' RT at priority 5.
May 09 21:31:48 cosmin-laptop-arch rtkit-daemon[757]: Supervising 3 threads of 1 processes of 2 users.
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.freedesktop.Telepathy.AccountManager' requested by ':1.21' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Starting Virtual filesystem service - disk device monitor...
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.219' (uid=1000 pid=1062 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
May 09 21:31:48 cosmin-laptop-arch systemd[1]: Starting Disk Manager...
May 09 21:31:48 cosmin-laptop-arch udisksd[1065]: udisks daemon version 2.8.2 starting
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Telepathy.AccountManager'
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.UDisks2'
May 09 21:31:48 cosmin-laptop-arch systemd[1]: Started Disk Manager.
May 09 21:31:48 cosmin-laptop-arch udisksd[1065]: Acquired the name org.freedesktop.UDisks2 on the system message bus
May 09 21:31:48 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Started Virtual filesystem service - disk device monitor.
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Starting Virtual filesystem service - Apple File Conduit monitor...
May 09 21:31:48 cosmin-laptop-arch gvfs-afc-volume-monitor[1081]: Volume monitor alive
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Started Virtual filesystem service - Apple File Conduit monitor.
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Started Virtual filesystem service - GNOME Online Accounts monitor.
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Started Virtual filesystem service - Media Transfer Protocol monitor.
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Starting Virtual filesystem service - digital camera monitor...
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Started Virtual filesystem service - digital camera monitor.
May 09 21:31:48 cosmin-laptop-arch gnome-shell[997]: JS WARNING: [resource:///org/gnome/shell/ui/workspacesView.js 527]: reference to undefined property "_workspacesViews"
May 09 21:31:48 cosmin-laptop-arch gnome-shell[997]: JS ERROR: Exception in callback for signal: cancel: TypeError: this._workspacesViews is undefined
                                                     _endTouchGesture@resource:///org/gnome/shell/ui/workspacesView.js:527:25
                                                     _emit@resource:///org/gnome/gjs/modules/signals.js:142:27
                                                     set enabled@resource:///org/gnome/shell/ui/windowManager.js:478:13
                                                     WorkspacesDisplay<@resource:///org/gnome/shell/ui/workspacesView.js:482:9
                                                     ViewSelector<@resource:///org/gnome/shell/ui/viewSelector.js:167:35
                                                     ControlsManager<@resource:///org/gnome/shell/ui/overviewControls.js:405:29
                                                     init@resource:///org/gnome/shell/ui/overview.js:234:26
                                                     _initializeUI@resource:///org/gnome/shell/ui/main.js:184:5
                                                     start@resource:///org/gnome/shell/ui/main.js:124:5
                                                     @<main>:1:31
May 09 21:31:48 cosmin-laptop-arch rtkit-daemon[757]: Supervising 3 threads of 1 processes of 2 users.
May 09 21:31:48 cosmin-laptop-arch rtkit-daemon[757]: Successfully made thread 1098 of process 1042 owned by '1000' RT at priority 5.
May 09 21:31:48 cosmin-laptop-arch rtkit-daemon[757]: Supervising 4 threads of 1 processes of 2 users.
May 09 21:31:48 cosmin-laptop-arch rtkit-daemon[757]: Supervising 4 threads of 1 processes of 2 users.
May 09 21:31:48 cosmin-laptop-arch rtkit-daemon[757]: Successfully made thread 1099 of process 1042 owned by '1000' RT at priority 5.
May 09 21:31:48 cosmin-laptop-arch rtkit-daemon[757]: Supervising 5 threads of 1 processes of 2 users.
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Started Sound Service.
May 09 21:31:48 cosmin-laptop-arch bluetoothd[618]: Endpoint registered: sender=:1.240 path=/MediaEndpoint/A2DPSource
May 09 21:31:48 cosmin-laptop-arch bluetoothd[618]: Endpoint registered: sender=:1.240 path=/MediaEndpoint/A2DPSink
May 09 21:31:48 cosmin-laptop-arch bluetoothd[618]: RFCOMM server failed for Headset Voice gateway: rfcomm_bind: Address already in use (98)
May 09 21:31:48 cosmin-laptop-arch pulseaudio[1042]: E: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
May 09 21:31:48 cosmin-laptop-arch bluetoothd[618]: RFCOMM server failed for :1.240/Profile/HSPHSProfile/00001108-0000-1000-8000-00805f9b34fb: rfcomm_bind: Address already in use (98)
May 09 21:31:48 cosmin-laptop-arch gnome-shell[997]: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 09 21:31:48 cosmin-laptop-arch kernel: rfkill: input handler disabled
May 09 21:31:48 cosmin-laptop-arch gsd-xsettings[1141]: Failed to get current display configuration state: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.gnome.Mutter.DisplayConfig" does not exist
May 09 21:31:48 cosmin-laptop-arch gsd-media-keys[1116]: g_variant_get_va: assertion 'value != NULL' failed
May 09 21:31:48 cosmin-laptop-arch gsd-media-keys[1116]: g_variant_unref: assertion 'value != NULL' failed
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.49' (uid=1000 pid=1199 comm="gdbus call -e -d org.freedesktop.DBus -o /org/free")
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Starting Tracker metadata database store and lookup manager...
May 09 21:31:48 cosmin-laptop-arch gnome-session-binary[956]: Entering running state
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1'
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Started Tracker metadata database store and lookup manager.
May 09 21:31:48 cosmin-laptop-arch tracker-store.desktop[1199]: (uint32 1,)
May 09 21:31:48 cosmin-laptop-arch gsd-color[783]: failed to set screen _ICC_PROFILE: Failed to open file “/home/cosmin/.local/share/icc/edid-2387fed1096e7df0914900b407c44088.icc”: Permission denied
May 09 21:31:48 cosmin-laptop-arch gnome-software[1207]: Failed to load /usr/lib/gs-plugins-13/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gs-plugins-13/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='ca.desrt.dconf' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar7' unit='evolution-calendar-factory.service' requested by ':1.16' (uid=1000 pid=1030 comm="/usr/lib/gnome-shell-calendar-server ")
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'ca.desrt.dconf'
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Starting Evolution calendar service...
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.evolution.dataserver.Calendar7'
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Started Evolution calendar service.
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook9' unit='evolution-addressbook-factory.service' requested by ':1.56' (uid=1000 pid=1251 comm="/usr/lib/evolution-calendar-factory ")
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Starting Evolution address book service...
May 09 21:31:48 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook9'
May 09 21:31:48 cosmin-laptop-arch systemd[932]: Started Evolution address book service.
May 09 21:31:49 cosmin-laptop-arch gnome-software[1207]: enabled plugins: desktop-categories, os-release, provenance, shell-extensions, appstream, provenance-license, desktop-menu-path, epiphany, flatpak, generic-updates, hardcoded-blacklist, hardcoded-featured, hardcoded-popular, modalias, rewrite-resource, icons, odrs, key-colors, key-colors-metadata
May 09 21:31:49 cosmin-laptop-arch gnome-software[1207]: disabled plugins: dpkg, dummy, fedora-pkgdb-collections, repos
May 09 21:31:49 cosmin-laptop-arch NetworkManager[621]: <info>  [1557426709.0292] agent-manager: req[0x55d4e8c4f8c0, :1.204/org.gnome.Shell.NetworkAgent/1000]: agent registered
May 09 21:31:49 cosmin-laptop-arch gnome-shell[997]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
May 09 21:31:49 cosmin-laptop-arch gsd-color[783]: failed to set screen _ICC_PROFILE: Failed to open file “/home/cosmin/.local/share/icc/edid-2387fed1096e7df0914900b407c44088.icc”: Permission denied
May 09 21:31:49 cosmin-laptop-arch gnome-software[1207]: /etc/PackageKit/Vendor.conf file not found
May 09 21:31:49 cosmin-laptop-arch gnome-software[1207]: hiding category games featured applications: found only 0 to show, need at least 9
May 09 21:31:49 cosmin-laptop-arch gnome-software[1207]: Only 3 apps for popular list, hiding
May 09 21:31:49 cosmin-laptop-arch gnome-software[1207]: hiding category productivity featured applications: found only 0 to show, need at least 9
May 09 21:31:49 cosmin-laptop-arch gnome-software[1207]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 21:31:49 cosmin-laptop-arch gnome-software[1207]: not handling error failed for action refine: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 21:31:49 cosmin-laptop-arch gnome-software[1207]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 21:31:49 cosmin-laptop-arch gnome-software[1207]: not handling error failed for action refine: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 21:31:49 cosmin-laptop-arch gnome-software[1207]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 21:31:49 cosmin-laptop-arch gnome-software[1207]: not handling error failed for action refine: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 21:31:49 cosmin-laptop-arch gnome-shell[997]: GNOME Shell started at Thu May 09 2019 21:31:48 GMT+0300 (EEST)
May 09 21:31:50 cosmin-laptop-arch kernel: retire_capture_urb: 1133 callbacks suppressed
May 09 21:31:52 cosmin-laptop-arch gnome-shell[997]: JS WARNING: [resource:///org/gnome/shell/ui/workspacesView.js 731]: reference to undefined property 1
May 09 21:31:52 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesActualGeometry@resource:///org/gnome/shell/ui/workspacesView.js:731:13
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:390:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 21:31:52 cosmin-laptop-arch gnome-shell[997]: JS WARNING: [resource:///org/gnome/shell/ui/workspacesView.js 714]: reference to undefined property 1
May 09 21:31:52 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 21:31:53 cosmin-laptop-arch gnome-shell[997]: g_environ_setenv: assertion 'value != NULL' failed
May 09 21:31:53 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
May 09 21:31:53 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.58' (uid=1000 pid=1318 comm="gnome-terminal ")
May 09 21:31:53 cosmin-laptop-arch systemd[932]: Starting GNOME Terminal Server...
May 09 21:31:58 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: nvLock: client timed out, taking the lock
May 09 21:31:58 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event5  - Logitech Gaming Mouse G302: SYN_DROPPED event - some input events have been lost.
May 09 21:31:58 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Terminal'
May 09 21:31:58 cosmin-laptop-arch systemd[932]: Started GNOME Terminal Server.
May 09 21:31:58 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
May 09 21:31:58 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # watch_fast: "/org/gnome/terminal/legacy/" (establishing: 0, active: 0)
May 09 21:31:58 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # unwatch_fast: "/org/gnome/terminal/legacy/" (active: 0, establishing: 1)
May 09 21:31:58 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # watch_established: "/org/gnome/terminal/legacy/" (establishing: 0)
May 09 21:32:00 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 21:32:05 cosmin-laptop-arch systemd-timesyncd[615]: Synchronized to time server for the first time [2a00:d5c0:10:10::100]:123 (2.arch.pool.ntp.org).
May 09 21:32:05 cosmin-laptop-arch sudo[1331]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/pacman -Syu
May 09 21:32:05 cosmin-laptop-arch sudo[1331]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 21:32:07 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Reloaded configuration
May 09 21:32:07 cosmin-laptop-arch dbus-daemon[701]: [session uid=120 pid=701] Reloaded configuration
May 09 21:32:08 cosmin-laptop-arch dbus-daemon[701]: [session uid=120 pid=701] Reloaded configuration
May 09 21:32:08 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Reloaded configuration
May 09 21:32:08 cosmin-laptop-arch dbus-daemon[701]: [session uid=120 pid=701] Reloaded configuration
May 09 21:32:08 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Reloaded configuration
May 09 21:32:09 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' unit='tracker-extract.service' requested by ':1.52' (uid=1000 pid=1208 comm="/usr/lib/tracker-miner-fs ")
May 09 21:32:09 cosmin-laptop-arch systemd[932]: Starting Tracker metadata extractor...
May 09 21:32:09 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
May 09 21:32:09 cosmin-laptop-arch systemd[932]: Started Tracker metadata extractor.
May 09 21:32:09 cosmin-laptop-arch sudo[1331]: pam_unix(sudo:session): session closed for user root
May 09 21:32:09 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.60' (uid=1000 pid=1369 comm="/usr/lib/tracker-extract ")
May 09 21:32:09 cosmin-laptop-arch systemd[932]: Starting Virtual filesystem metadata service...
May 09 21:32:09 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gtk.vfs.Metadata'
May 09 21:32:09 cosmin-laptop-arch systemd[932]: Started Virtual filesystem metadata service.
May 09 21:32:16 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 21:32:17 cosmin-laptop-arch gnome-shell[997]: g_environ_setenv: assertion 'value != NULL' failed
May 09 21:32:17 cosmin-laptop-arch gnome-keyring-daemon[944]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 09 21:32:17 cosmin-laptop-arch gnome-keyring-daemon[944]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 09 21:32:18 cosmin-laptop-arch gnome-keyring-daemon[944]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 09 21:32:18 cosmin-laptop-arch systemd[1]: systemd-localed.service: Succeeded.
May 09 21:32:18 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:32:18 cosmin-laptop-arch kernel: kauditd_printk_skb: 1459 callbacks suppressed
May 09 21:32:18 cosmin-laptop-arch kernel: audit: type=1131 audit(1557426738.991:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:32:19 cosmin-laptop-arch systemd[1]: systemd-hostnamed.service: Succeeded.
May 09 21:32:19 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:32:19 cosmin-laptop-arch kernel: audit: type=1131 audit(1557426739.051:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:32:19 cosmin-laptop-arch systemd[932]: tracker-extract.service: Succeeded.
May 09 21:32:39 cosmin-laptop-arch geoclue[760]: Service not used for 60 seconds. Shutting down..
May 09 21:32:39 cosmin-laptop-arch systemd[1]: geoclue.service: Main process exited, code=killed, status=15/TERM
May 09 21:32:39 cosmin-laptop-arch systemd[1]: geoclue.service: Succeeded.
May 09 21:32:39 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:32:39 cosmin-laptop-arch kernel: audit: type=1131 audit(1557426759.369:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:32:40 cosmin-laptop-arch tracker-store[1209]: OK
May 09 21:32:40 cosmin-laptop-arch systemd[932]: tracker-store.service: Succeeded.
May 09 21:34:12 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 21:34:15 cosmin-laptop-arch sudo[2023]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 09 21:34:15 cosmin-laptop-arch sudo[2023]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 21:36:18 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 21:36:22 cosmin-laptop-arch gnome-shell[997]: g_environ_setenv: assertion 'value != NULL' failed
May 09 21:36:22 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Nautilus' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:36:23 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Nautilus'
May 09 21:36:23 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.360' (uid=1000 pid=2185 comm="/usr/bin/nautilus --gapplication-service ")
May 09 21:36:23 cosmin-laptop-arch systemd[1]: Starting Hostname Service...
May 09 21:36:23 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 09 21:36:23 cosmin-laptop-arch systemd[1]: Started Hostname Service.
May 09 21:36:23 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:36:23 cosmin-laptop-arch kernel: audit: type=1130 audit(1557426983.873:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:36:25 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 21:36:26 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:36:26 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:36:26 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Documents' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:36:26 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:36:26 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:36:26 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Calendar' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:36:26 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:36:26 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.clocks' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:36:26 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Photos' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:36:26 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Recipes' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:36:26 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:36:26 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
May 09 21:36:26 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Boxes.SearchProvider'
May 09 21:36:26 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.clocks'
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Recipes'
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Characters.BackgroundService'
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Calculator.SearchProvider'
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Calendar'
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.77' (uid=1000 pid=2224 comm="/usr/bin/gnome-photos --gapplication-service ")
May 09 21:36:27 cosmin-laptop-arch systemd[932]: Starting Tracker metadata database store and lookup manager...
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1'
May 09 21:36:27 cosmin-laptop-arch systemd[932]: Started Tracker metadata database store and lookup manager.
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Contacts.SearchProvider'
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Documents'
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.79' (uid=1000 pid=2207 comm="/usr/lib/gnome-contacts-search-provider ")
May 09 21:36:27 cosmin-laptop-arch systemd[932]: Starting Bluetooth OBEX service...
May 09 21:36:27 cosmin-laptop-arch obexd[2299]: OBEX daemon 5.50
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.bluez.obex'
May 09 21:36:27 cosmin-laptop-arch systemd[932]: Started Bluetooth OBEX service.
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Photos'
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Recipes' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Recipes'
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='com.intel.dleyna-renderer' requested by ':1.77' (uid=1000 pid=2224 comm="/usr/bin/gnome-photos --gapplication-service ")
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: dLeyna core version 0.6.0
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: dleyna-renderer-service version 0.6.0
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: Load file [/home/cosmin/.config/dleyna-renderer-service.conf]
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: [General settings]
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: Never Quit: F
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: Connector Name: dbus
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: Port: 0
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: Push host port: 0
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: [Logging settings]
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: Log Type : 0
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: Log Level: 0x13
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: [Network filtering settings]
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: Enabled : F
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: Entries: (null)
May 09 21:36:27 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'com.intel.dleyna-renderer'
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: Calling GetRenderers method
May 09 21:36:27 cosmin-laptop-arch dleyna-renderer-service[2369]: Client :1.77 lost
May 09 21:36:27 cosmin-laptop-arch gnome-shell[997]: g_environ_setenv: assertion 'value != NULL' failed
May 09 21:36:28 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event5  - Logitech Gaming Mouse G302: SYN_DROPPED event - some input events have been lost.
May 09 21:36:28 cosmin-laptop-arch dleyna-renderer-service[2369]: dLeyna: Exit
May 09 21:36:29 cosmin-laptop-arch systemd[932]: Started Multimedia Service.
May 09 21:36:29 cosmin-laptop-arch rtkit-daemon[757]: Successfully made thread 2383 of process 2382 owned by '1000' RT at priority 20.
May 09 21:36:29 cosmin-laptop-arch rtkit-daemon[757]: Supervising 6 threads of 2 processes of 1 users.
May 09 21:36:29 cosmin-laptop-arch pipewire[2382]: [E][v4l2-utils.c:89 spa_v4l2_open()] v4l2: /dev/video1 is no video capture device
May 09 21:36:29 cosmin-laptop-arch pipewire[2382]: [E][v4l2-utils.c:89 spa_v4l2_open()] v4l2: /dev/video1 is no video capture device
May 09 21:36:30 cosmin-laptop-arch tracker-miner-f[1208]: Could not process 'file:///home/cosmin/%232359366': Error when getting information for file “/home/cosmin/#2359366”: No such file or directory
May 09 21:36:57 cosmin-laptop-arch tracker-store[2280]: OK
May 09 21:36:57 cosmin-laptop-arch systemd[932]: tracker-store.service: Succeeded.
May 09 21:36:59 cosmin-laptop-arch systemd[1]: systemd-hostnamed.service: Succeeded.
May 09 21:37:00 cosmin-laptop-arch kernel: audit: type=1131 audit(1557427019.997:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:36:59 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:37:18 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 21:38:39 cosmin-laptop-arch sudo[2023]: pam_unix(sudo:session): session closed for user root
May 09 21:38:46 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 21:38:47 cosmin-laptop-arch gnome-shell[997]: g_environ_setenv: assertion 'value != NULL' failed
May 09 21:38:47 cosmin-laptop-arch spotify.desktop[997]: spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify[2441]: Unable to locate theme engine in module_path: "murrine",
May 09 21:38:47 cosmin-laptop-arch spotify.desktop[997]: /opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)
May 09 21:38:47 cosmin-laptop-arch spotify.desktop[997]: /proc/self/exe: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /proc/self/exe)
May 09 21:38:52 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: nvLock: client timed out, taking the lock
May 09 21:38:52 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event5  - Logitech Gaming Mouse G302: SYN_DROPPED event - some input events have been lost.
May 09 21:38:54 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 21:38:56 cosmin-laptop-arch sudo[2523]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 09 21:38:56 cosmin-laptop-arch sudo[2523]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 21:40:21 cosmin-laptop-arch sudo[2523]: pam_unix(sudo:session): session closed for user root
May 09 21:40:22 cosmin-laptop-arch sudo[2534]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 09 21:40:22 cosmin-laptop-arch sudo[2534]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 21:46:17 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.439' (uid=1000 pid=1398 comm="/usr/lib/chromium/chromium ")
May 09 21:46:17 cosmin-laptop-arch systemd[1]: Starting Hostname Service...
May 09 21:46:17 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 09 21:46:17 cosmin-laptop-arch systemd[1]: Started Hostname Service.
May 09 21:46:17 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:46:17 cosmin-laptop-arch kernel: audit: type=1130 audit(1557427577.766:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:46:20 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.52' (uid=1000 pid=1208 comm="/usr/lib/tracker-miner-fs ")
May 09 21:46:20 cosmin-laptop-arch systemd[932]: Starting Tracker metadata database store and lookup manager...
May 09 21:46:20 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1'
May 09 21:46:20 cosmin-laptop-arch systemd[932]: Started Tracker metadata database store and lookup manager.
May 09 21:46:20 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' unit='tracker-extract.service' requested by ':1.52' (uid=1000 pid=1208 comm="/usr/lib/tracker-miner-fs ")
May 09 21:46:20 cosmin-laptop-arch systemd[932]: Starting Tracker metadata extractor...
May 09 21:46:20 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.443' (uid=1000 pid=2841 comm="/usr/lib/gvfsd-dnssd --spawner :1.13 /org/gtk/gvfs")
May 09 21:46:20 cosmin-laptop-arch dbus-daemon[617]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 09 21:46:20 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
May 09 21:46:20 cosmin-laptop-arch systemd[932]: Started Tracker metadata extractor.
May 09 21:46:21 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Nautilus' requested by ':1.96' (uid=1000 pid=2933 comm="gio open . ")
May 09 21:46:21 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Nautilus'
May 09 21:46:30 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 21:46:31 cosmin-laptop-arch systemd[932]: tracker-extract.service: Succeeded.
May 09 21:46:31 cosmin-laptop-arch systemd[1]: Starting Cleanup of Temporary Directories...
May 09 21:46:31 cosmin-laptop-arch systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
May 09 21:46:31 cosmin-laptop-arch systemd[1]: Started Cleanup of Temporary Directories.
May 09 21:46:31 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:46:31 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:46:31 cosmin-laptop-arch kernel: audit: type=1130 audit(1557427591.389:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:46:31 cosmin-laptop-arch kernel: audit: type=1131 audit(1557427591.389:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:46:33 cosmin-laptop-arch sudo[2534]: pam_unix(sudo:session): session closed for user root
May 09 21:46:43 cosmin-laptop-arch sudo[2956]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/pacman -S gimp
May 09 21:46:43 cosmin-laptop-arch sudo[2956]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 21:46:47 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' unit='tracker-extract.service' requested by ':1.52' (uid=1000 pid=1208 comm="/usr/lib/tracker-miner-fs ")
May 09 21:46:47 cosmin-laptop-arch systemd[932]: Starting Tracker metadata extractor...
May 09 21:46:47 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
May 09 21:46:47 cosmin-laptop-arch systemd[932]: Started Tracker metadata extractor.
May 09 21:46:48 cosmin-laptop-arch sudo[2956]: pam_unix(sudo:session): session closed for user root
May 09 21:46:49 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Documents' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Calendar' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.clocks' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Photos' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Recipes' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Boxes.SearchProvider'
May 09 21:46:50 cosmin-laptop-arch nautilus[2938]: Source ID 2582 was not found when attempting to remove it
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.clocks'
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Recipes'
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Characters.BackgroundService'
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Calendar'
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Calculator.SearchProvider'
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Documents'
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Photos'
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Contacts.SearchProvider'
May 09 21:46:50 cosmin-laptop-arch gnome-shell[997]: Received error from DBus search provider org.gnome.Recipes.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name :1.101 was not provided by any .service files
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='com.intel.dleyna-renderer' requested by ':1.106' (uid=1000 pid=3128 comm="/usr/bin/gnome-photos --gapplication-service ")
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: dLeyna core version 0.6.0
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: dleyna-renderer-service version 0.6.0
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: Load file [/home/cosmin/.config/dleyna-renderer-service.conf]
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: [General settings]
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: Never Quit: F
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: Connector Name: dbus
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: Port: 0
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: Push host port: 0
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: [Logging settings]
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: Log Type : 0
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: Log Level: 0x13
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: [Network filtering settings]
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: Enabled : F
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: Entries: (null)
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'com.intel.dleyna-renderer'
May 09 21:46:50 cosmin-laptop-arch dleyna-renderer-service[3235]: Calling GetRenderers method
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Recipes' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:46:50 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Recipes'
May 09 21:46:51 cosmin-laptop-arch dleyna-renderer-service[3235]: Client :1.106 lost
May 09 21:46:51 cosmin-laptop-arch gnome-shell[997]: g_environ_setenv: assertion 'value != NULL' failed
May 09 21:46:51 cosmin-laptop-arch gimp-2.10[3253]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:51 cosmin-laptop-arch gimp-2.10[3253]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:51 cosmin-laptop-arch gimp-2.10[3253]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:51 cosmin-laptop-arch gimp-2.10[3253]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:51 cosmin-laptop-arch gimp-2.10[3253]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:51 cosmin-laptop-arch gimp-2.10[3253]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:51 cosmin-laptop-arch gimp-2.10[3253]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:51 cosmin-laptop-arch gimp-2.10[3253]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:51 cosmin-laptop-arch gimp-2.10[3253]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:51 cosmin-laptop-arch gimp-2.10[3253]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:51 cosmin-laptop-arch gimp-2.10[3253]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:52 cosmin-laptop-arch systemd[1]: systemd-hostnamed.service: Succeeded.
May 09 21:46:52 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:46:52 cosmin-laptop-arch kernel: audit: type=1131 audit(1557427612.216:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:46:52 cosmin-laptop-arch python2[3281]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:52 cosmin-laptop-arch python2[3281]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:52 cosmin-laptop-arch python2[3281]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:52 cosmin-laptop-arch python2[3281]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:52 cosmin-laptop-arch python2[3281]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:52 cosmin-laptop-arch python2[3281]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:52 cosmin-laptop-arch python2[3281]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:52 cosmin-laptop-arch python2[3281]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:52 cosmin-laptop-arch python2[3281]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:52 cosmin-laptop-arch python2[3281]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:52 cosmin-laptop-arch python2[3281]: Unable to locate theme engine in module_path: "murrine",
May 09 21:46:52 cosmin-laptop-arch dleyna-renderer-service[3235]: dLeyna: Exit
May 09 21:46:53 cosmin-laptop-arch systemd[932]: gnome-terminal-server.service: Main process exited, code=killed, status=15/TERM
May 09 21:46:53 cosmin-laptop-arch systemd[932]: gnome-terminal-server.service: Succeeded.
May 09 21:46:57 cosmin-laptop-arch systemd[932]: tracker-extract.service: Succeeded.
May 09 21:47:00 cosmin-laptop-arch file-png[3501]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:00 cosmin-laptop-arch file-png[3501]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:00 cosmin-laptop-arch file-png[3501]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:00 cosmin-laptop-arch file-png[3501]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:00 cosmin-laptop-arch file-png[3501]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:00 cosmin-laptop-arch file-png[3501]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:00 cosmin-laptop-arch file-png[3501]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:00 cosmin-laptop-arch file-png[3501]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:00 cosmin-laptop-arch file-png[3501]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:00 cosmin-laptop-arch file-png[3501]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:00 cosmin-laptop-arch file-png[3501]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:24 cosmin-laptop-arch tracker-store[2819]: OK
May 09 21:47:24 cosmin-laptop-arch systemd[932]: tracker-store.service: Succeeded.
May 09 21:47:32 cosmin-laptop-arch file-png[3529]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:32 cosmin-laptop-arch file-png[3529]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:32 cosmin-laptop-arch file-png[3529]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:32 cosmin-laptop-arch file-png[3529]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:32 cosmin-laptop-arch file-png[3529]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:32 cosmin-laptop-arch file-png[3529]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:32 cosmin-laptop-arch file-png[3529]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:32 cosmin-laptop-arch file-png[3529]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:32 cosmin-laptop-arch file-png[3529]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:32 cosmin-laptop-arch file-png[3529]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:32 cosmin-laptop-arch file-png[3529]: Unable to locate theme engine in module_path: "murrine",
May 09 21:47:36 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.52' (uid=1000 pid=1208 comm="/usr/lib/tracker-miner-fs ")
May 09 21:47:36 cosmin-laptop-arch systemd[932]: Starting Tracker metadata database store and lookup manager...
May 09 21:47:36 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1'
May 09 21:47:36 cosmin-laptop-arch systemd[932]: Started Tracker metadata database store and lookup manager.
May 09 21:47:37 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' unit='tracker-extract.service' requested by ':1.52' (uid=1000 pid=1208 comm="/usr/lib/tracker-miner-fs ")
May 09 21:47:37 cosmin-laptop-arch systemd[932]: Starting Tracker metadata extractor...
May 09 21:47:37 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
May 09 21:47:37 cosmin-laptop-arch systemd[932]: Started Tracker metadata extractor.
May 09 21:47:37 cosmin-laptop-arch tracker-extract[3551]: libpng warning: iCCP: CRC error
May 09 21:47:40 cosmin-laptop-arch org.gnome.Nautilus[954]: env: ‘/home/ubuntu/buildbot/runners/wine/tkg-protonified-4.1-x86_64/bin/wine’: No such file or directory
May 09 21:47:47 cosmin-laptop-arch systemd[932]: tracker-extract.service: Succeeded.
May 09 21:48:02 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: nvLock: client timed out, taking the lock
May 09 21:48:02 cosmin-laptop-arch /usr/lib/gdm-x-session[948]: (II) event5  - Logitech Gaming Mouse G302: SYN_DROPPED event - some input events have been lost.
May 09 21:48:07 cosmin-laptop-arch tracker-store[3544]: OK
May 09 21:48:07 cosmin-laptop-arch systemd[932]: tracker-store.service: Succeeded.
May 09 21:48:08 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.455' (uid=1000 pid=1398 comm="/usr/lib/chromium/chromium ")
May 09 21:48:08 cosmin-laptop-arch systemd[1]: Starting Hostname Service...
May 09 21:48:08 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 09 21:48:08 cosmin-laptop-arch systemd[1]: Started Hostname Service.
May 09 21:48:08 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:48:08 cosmin-laptop-arch kernel: audit: type=1130 audit(1557427688.289:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:48:18 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 21:48:28 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 21:48:38 cosmin-laptop-arch systemd[1]: systemd-hostnamed.service: Succeeded.
May 09 21:48:38 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:48:38 cosmin-laptop-arch kernel: audit: type=1131 audit(1557427718.343:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:48:53 cosmin-laptop-arch file-jpeg[3632]: Unable to locate theme engine in module_path: "murrine",
May 09 21:48:53 cosmin-laptop-arch file-jpeg[3632]: Unable to locate theme engine in module_path: "murrine",
May 09 21:48:53 cosmin-laptop-arch file-jpeg[3632]: Unable to locate theme engine in module_path: "murrine",
May 09 21:48:53 cosmin-laptop-arch file-jpeg[3632]: Unable to locate theme engine in module_path: "murrine",
May 09 21:48:53 cosmin-laptop-arch file-jpeg[3632]: Unable to locate theme engine in module_path: "murrine",
May 09 21:48:53 cosmin-laptop-arch file-jpeg[3632]: Unable to locate theme engine in module_path: "murrine",
May 09 21:48:53 cosmin-laptop-arch file-jpeg[3632]: Unable to locate theme engine in module_path: "murrine",
May 09 21:48:53 cosmin-laptop-arch file-jpeg[3632]: Unable to locate theme engine in module_path: "murrine",
May 09 21:48:53 cosmin-laptop-arch file-jpeg[3632]: Unable to locate theme engine in module_path: "murrine",
May 09 21:48:53 cosmin-laptop-arch file-jpeg[3632]: Unable to locate theme engine in module_path: "murrine",
May 09 21:48:53 cosmin-laptop-arch file-jpeg[3632]: Unable to locate theme engine in module_path: "murrine",
May 09 21:49:00 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.52' (uid=1000 pid=1208 comm="/usr/lib/tracker-miner-fs ")
May 09 21:49:00 cosmin-laptop-arch systemd[932]: Starting Tracker metadata database store and lookup manager...
May 09 21:49:00 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1'
May 09 21:49:00 cosmin-laptop-arch systemd[932]: Started Tracker metadata database store and lookup manager.
May 09 21:49:01 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' unit='tracker-extract.service' requested by ':1.52' (uid=1000 pid=1208 comm="/usr/lib/tracker-miner-fs ")
May 09 21:49:01 cosmin-laptop-arch systemd[932]: Starting Tracker metadata extractor...
May 09 21:49:01 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
May 09 21:49:01 cosmin-laptop-arch systemd[932]: Started Tracker metadata extractor.
May 09 21:49:03 cosmin-laptop-arch org.gnome.Nautilus[954]: env: ‘/home/ubuntu/buildbot/runners/wine/tkg-protonified-4.1-x86_64/bin/wine’: No such file or directory
May 09 21:49:08 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.460' (uid=1000 pid=1398 comm="/usr/lib/chromium/chromium ")
May 09 21:49:08 cosmin-laptop-arch systemd[1]: Starting Hostname Service...
May 09 21:49:08 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 09 21:49:08 cosmin-laptop-arch systemd[1]: Started Hostname Service.
May 09 21:49:08 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:49:08 cosmin-laptop-arch kernel: audit: type=1130 audit(1557427748.213:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:49:11 cosmin-laptop-arch systemd[932]: tracker-extract.service: Succeeded.
May 09 21:49:31 cosmin-laptop-arch tracker-store[3646]: OK
May 09 21:49:31 cosmin-laptop-arch systemd[932]: tracker-store.service: Succeeded.
May 09 21:49:38 cosmin-laptop-arch systemd[1]: systemd-hostnamed.service: Succeeded.
May 09 21:49:38 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:49:38 cosmin-laptop-arch kernel: audit: type=1131 audit(1557427778.263:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:49:39 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 21:49:39 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:39 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:39 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Documents' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:39 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:39 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:39 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:39 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.clocks' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:39 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Photos' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:39 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Recipes' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:39 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:39 cosmin-laptop-arch systemd[932]: Starting GNOME Terminal Server...
May 09 21:49:39 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
May 09 21:49:39 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Boxes.SearchProvider'
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.clocks'
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Recipes'
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.130' (uid=1000 pid=3739 comm="/usr/bin/gnome-photos --gapplication-service ")
May 09 21:49:40 cosmin-laptop-arch systemd[932]: Starting Tracker metadata database store and lookup manager...
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Characters.BackgroundService'
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Calculator.SearchProvider'
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1'
May 09 21:49:40 cosmin-laptop-arch systemd[932]: Started Tracker metadata database store and lookup manager.
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Documents'
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Terminal'
May 09 21:49:40 cosmin-laptop-arch systemd[932]: Started GNOME Terminal Server.
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Contacts.SearchProvider'
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Photos'
May 09 21:49:40 cosmin-laptop-arch gnome-shell[997]: Received error from DBus search provider org.gnome.Recipes.desktop during GetResultMetas: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name :1.131 was not provided by any .service files
May 09 21:49:40 cosmin-laptop-arch gnome-shell[997]: Wrong number of result metas returned by search provider org.gnome.Recipes.desktop: expected 5 but got 0
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='com.intel.dleyna-renderer' requested by ':1.130' (uid=1000 pid=3739 comm="/usr/bin/gnome-photos --gapplication-service ")
May 09 21:49:40 cosmin-laptop-arch nautilus[2938]: Source ID 121055 was not found when attempting to remove it
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: dLeyna core version 0.6.0
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: dleyna-renderer-service version 0.6.0
May 09 21:49:40 cosmin-laptop-arch gnome-clocks[3740]: gweather_timezone_get_tzid: assertion 'zone != NULL' failed
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: Load file [/home/cosmin/.config/dleyna-renderer-service.conf]
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: [General settings]
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: Never Quit: F
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: Connector Name: dbus
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: Port: 0
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: Push host port: 0
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: [Logging settings]
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: Log Type : 0
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: Log Level: 0x13
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: [Network filtering settings]
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: Enabled : F
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: Entries: (null)
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'com.intel.dleyna-renderer'
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: Calling GetRenderers method
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3832]: Client :1.130 lost
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Photos' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Recipes' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:40 cosmin-laptop-arch nautilus[2938]: Source ID 121364 was not found when attempting to remove it
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Recipes'
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Photos'
May 09 21:49:40 cosmin-laptop-arch gnome-shell[997]: Received error from DBus search provider org.gnome.Recipes.desktop during GetResultMetas: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
May 09 21:49:40 cosmin-laptop-arch gnome-shell[997]: Wrong number of result metas returned by search provider org.gnome.Recipes.desktop: expected 1 but got 0
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='com.intel.dleyna-renderer' requested by ':1.139' (uid=1000 pid=3846 comm="/usr/bin/gnome-photos --gapplication-service ")
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: dLeyna core version 0.6.0
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: dleyna-renderer-service version 0.6.0
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: Load file [/home/cosmin/.config/dleyna-renderer-service.conf]
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: [General settings]
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: Never Quit: F
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: Connector Name: dbus
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: Port: 0
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: Push host port: 0
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: [Logging settings]
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: Log Type : 0
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: Log Level: 0x13
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: [Network filtering settings]
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: Enabled : F
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: Entries: (null)
May 09 21:49:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'com.intel.dleyna-renderer'
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: Calling GetRenderers method
May 09 21:49:40 cosmin-laptop-arch dleyna-renderer-service[3869]: Client :1.139 lost
May 09 21:49:41 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Photos' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:41 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Recipes' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:41 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Recipes'
May 09 21:49:41 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Photos'
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3832]: dLeyna: Exit
May 09 21:49:41 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Recipes' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:41 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Recipes'
May 09 21:49:41 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='com.intel.dleyna-renderer' requested by ':1.143' (uid=1000 pid=3882 comm="/usr/bin/gnome-photos --gapplication-service ")
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: dLeyna core version 0.6.0
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: dleyna-renderer-service version 0.6.0
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: Load file [/home/cosmin/.config/dleyna-renderer-service.conf]
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: [General settings]
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: Never Quit: F
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: Connector Name: dbus
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: Port: 0
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: Push host port: 0
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: [Logging settings]
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: Log Type : 0
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: Log Level: 0x13
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: [Network filtering settings]
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: Enabled : F
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: Entries: (null)
May 09 21:49:41 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'com.intel.dleyna-renderer'
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: Calling GetRenderers method
May 09 21:49:41 cosmin-laptop-arch dleyna-renderer-service[3919]: Client :1.143 lost
May 09 21:49:41 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Photos' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:41 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Recipes' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 21:49:41 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Recipes'
May 09 21:49:41 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Photos'
May 09 21:49:42 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='com.intel.dleyna-renderer' requested by ':1.148' (uid=1000 pid=3928 comm="/usr/bin/gnome-photos --gapplication-service ")
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: dLeyna core version 0.6.0
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: dleyna-renderer-service version 0.6.0
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: Load file [/home/cosmin/.config/dleyna-renderer-service.conf]
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: [General settings]
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: Never Quit: F
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: Connector Name: dbus
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: Port: 0
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: Push host port: 0
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: [Logging settings]
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: Log Type : 0
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: Log Level: 0x13
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: [Network filtering settings]
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: Enabled : F
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: Entries: (null)
May 09 21:49:42 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'com.intel.dleyna-renderer'
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: Calling GetRenderers method
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3949]: Client :1.148 lost
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3919]: dLeyna: Exit
May 09 21:49:42 cosmin-laptop-arch dleyna-renderer-service[3869]: dLeyna: Exit
May 09 21:49:43 cosmin-laptop-arch dleyna-renderer-service[3949]: dLeyna: Exit
May 09 21:49:50 cosmin-laptop-arch systemd[932]: gnome-terminal-server.service: Main process exited, code=killed, status=15/TERM
May 09 21:49:50 cosmin-laptop-arch systemd[932]: gnome-terminal-server.service: Succeeded.
May 09 21:50:10 cosmin-laptop-arch tracker-store[3783]: OK
May 09 21:50:10 cosmin-laptop-arch systemd[932]: tracker-store.service: Succeeded.
May 09 21:50:36 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 21:52:21 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 21:52:28 cosmin-laptop-arch file-jpeg[4027]: Unable to locate theme engine in module_path: "murrine",
May 09 21:52:28 cosmin-laptop-arch file-jpeg[4027]: Unable to locate theme engine in module_path: "murrine",
May 09 21:52:28 cosmin-laptop-arch file-jpeg[4027]: Unable to locate theme engine in module_path: "murrine",
May 09 21:52:28 cosmin-laptop-arch file-jpeg[4027]: Unable to locate theme engine in module_path: "murrine",
May 09 21:52:28 cosmin-laptop-arch file-jpeg[4027]: Unable to locate theme engine in module_path: "murrine",
May 09 21:52:28 cosmin-laptop-arch file-jpeg[4027]: Unable to locate theme engine in module_path: "murrine",
May 09 21:52:28 cosmin-laptop-arch file-jpeg[4027]: Unable to locate theme engine in module_path: "murrine",
May 09 21:52:28 cosmin-laptop-arch file-jpeg[4027]: Unable to locate theme engine in module_path: "murrine",
May 09 21:52:28 cosmin-laptop-arch file-jpeg[4027]: Unable to locate theme engine in module_path: "murrine",
May 09 21:52:28 cosmin-laptop-arch file-jpeg[4027]: Unable to locate theme engine in module_path: "murrine",
May 09 21:52:28 cosmin-laptop-arch file-jpeg[4027]: Unable to locate theme engine in module_path: "murrine",
May 09 21:52:30 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.52' (uid=1000 pid=1208 comm="/usr/lib/tracker-miner-fs ")
May 09 21:52:30 cosmin-laptop-arch systemd[932]: Starting Tracker metadata database store and lookup manager...
May 09 21:52:30 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1'
May 09 21:52:30 cosmin-laptop-arch systemd[932]: Started Tracker metadata database store and lookup manager.
May 09 21:52:30 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' unit='tracker-extract.service' requested by ':1.52' (uid=1000 pid=1208 comm="/usr/lib/tracker-miner-fs ")
May 09 21:52:30 cosmin-laptop-arch systemd[932]: Starting Tracker metadata extractor...
May 09 21:52:30 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
May 09 21:52:30 cosmin-laptop-arch systemd[932]: Started Tracker metadata extractor.
May 09 21:52:39 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.474' (uid=1000 pid=1398 comm="/usr/lib/chromium/chromium ")
May 09 21:52:39 cosmin-laptop-arch systemd[1]: Starting Hostname Service...
May 09 21:52:39 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 09 21:52:39 cosmin-laptop-arch systemd[1]: Started Hostname Service.
May 09 21:52:39 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:52:39 cosmin-laptop-arch kernel: audit: type=1130 audit(1557427959.653:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:52:41 cosmin-laptop-arch systemd[932]: tracker-extract.service: Succeeded.
May 09 21:53:01 cosmin-laptop-arch tracker-store[4042]: OK
May 09 21:53:01 cosmin-laptop-arch systemd[932]: tracker-store.service: Succeeded.
May 09 21:53:09 cosmin-laptop-arch systemd[1]: systemd-hostnamed.service: Succeeded.
May 09 21:53:09 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:53:09 cosmin-laptop-arch kernel: audit: type=1131 audit(1557427989.703:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 21:53:29 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _toggleOverview@resource:///org/gnome/shell/ui/layout.js:1243:13
                                                     _emit@resource:///org/gnome/gjs/modules/signals.js:142:27
                                                     _trigger@resource:///org/gnome/shell/ui/layout.js:1374:9
                                                     _onBarrierHit@resource:///org/gnome/shell/ui/layout.js:1416:13
May 09 21:53:35 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _toggleOverview@resource:///org/gnome/shell/ui/layout.js:1243:13
                                                     _emit@resource:///org/gnome/gjs/modules/signals.js:142:27
                                                     _trigger@resource:///org/gnome/shell/ui/layout.js:1374:9
                                                     _onBarrierHit@resource:///org/gnome/shell/ui/layout.js:1416:13
May 09 21:53:39 cosmin-laptop-arch spotify.desktop[997]: [0509/215339.551810:ERROR:gl_context_glx.cc(227)] Couldn't make context current with X drawable.
May 09 21:53:39 cosmin-laptop-arch spotify.desktop[997]: [0509/215339.552068:ERROR:gl_context_glx.cc(252)] glXMakeCurrent failed in ReleaseCurrent
May 09 21:53:39 cosmin-laptop-arch spotify.desktop[997]: [0509/215339.552116:ERROR:gles2_cmd_decoder.cc(4575)]   GLES2DecoderImpl: Context lost during MakeCurrent.
May 09 22:00:25 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.543' (uid=1000 pid=1398 comm="/usr/lib/chromium/chromium ")
May 09 22:00:25 cosmin-laptop-arch systemd[1]: Starting Hostname Service...
May 09 22:00:25 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 09 22:00:25 cosmin-laptop-arch systemd[1]: Started Hostname Service.
May 09 22:00:25 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 22:00:25 cosmin-laptop-arch kernel: audit: type=1130 audit(1557428425.305:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 22:00:55 cosmin-laptop-arch systemd[1]: systemd-hostnamed.service: Succeeded.
May 09 22:00:55 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 22:00:55 cosmin-laptop-arch kernel: audit: type=1131 audit(1557428455.361:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 22:02:16 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 22:04:08 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 22:05:59 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 22:06:01 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 22:06:01 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 22:06:01 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Documents' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 22:06:01 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Nautilus' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 22:06:01 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 22:06:01 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 22:06:01 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 22:06:01 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.clocks' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 22:06:01 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Photos' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 22:06:01 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='org.gnome.Recipes' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 22:06:01 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.12' (uid=1000 pid=997 comm="/usr/bin/gnome-shell ")
May 09 22:06:01 cosmin-laptop-arch systemd[932]: Starting GNOME Terminal Server...
May 09 22:06:02 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Boxes.SearchProvider'
May 09 22:06:02 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
May 09 22:06:02 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.clocks'
May 09 22:06:02 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Recipes'
May 09 22:06:02 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Characters.BackgroundService'
May 09 22:06:02 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Calculator.SearchProvider'
May 09 22:06:02 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.162' (uid=1000 pid=4957 comm="/usr/bin/gnome-photos --gapplication-service ")
May 09 22:06:02 cosmin-laptop-arch systemd[932]: Starting Tracker metadata database store and lookup manager...
May 09 22:06:02 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Documents'
May 09 22:06:02 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1'
May 09 22:06:02 cosmin-laptop-arch systemd[932]: Started Tracker metadata database store and lookup manager.
May 09 22:06:02 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Nautilus'
May 09 22:06:02 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Terminal'
May 09 22:06:02 cosmin-laptop-arch systemd[932]: Started GNOME Terminal Server.
May 09 22:06:02 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Contacts.SearchProvider'
May 09 22:06:02 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Photos'
May 09 22:06:03 cosmin-laptop-arch gnome-shell[997]: g_environ_setenv: assertion 'value != NULL' failed
May 09 22:06:03 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating service name='com.intel.dleyna-renderer' requested by ':1.162' (uid=1000 pid=4957 comm="/usr/bin/gnome-photos --gapplication-service ")
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: dLeyna core version 0.6.0
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: dleyna-renderer-service version 0.6.0
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: Load file [/home/cosmin/.config/dleyna-renderer-service.conf]
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: [General settings]
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: Never Quit: F
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: Connector Name: dbus
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: Port: 0
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: Push host port: 0
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: [Logging settings]
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: Log Type : 0
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: Log Level: 0x13
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: [Network filtering settings]
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: Enabled : F
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: Entries: (null)
May 09 22:06:03 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'com.intel.dleyna-renderer'
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: Calling GetRenderers method
May 09 22:06:03 cosmin-laptop-arch dleyna-renderer-service[5044]: Client :1.162 lost
May 09 22:06:04 cosmin-laptop-arch dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.571' (uid=1000 pid=5040 comm="gnome-control-center ")
May 09 22:06:04 cosmin-laptop-arch systemd[1]: Starting Hostname Service...
May 09 22:06:04 cosmin-laptop-arch dleyna-renderer-service[5044]: dLeyna: Exit
May 09 22:06:04 cosmin-laptop-arch dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 09 22:06:04 cosmin-laptop-arch systemd[1]: Started Hostname Service.
May 09 22:06:04 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 22:06:04 cosmin-laptop-arch kernel: audit: type=1130 audit(1557428764.676:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 22:06:06 cosmin-laptop-arch tracker-miner-f[1208]: Could not process 'file:///home/cosmin/%232374752': Error when getting information for file “/home/cosmin/#2374752”: No such file or directory
May 09 22:06:12 cosmin-laptop-arch systemd[932]: gnome-terminal-server.service: Main process exited, code=killed, status=15/TERM
May 09 22:06:12 cosmin-laptop-arch systemd[932]: gnome-terminal-server.service: Succeeded.
May 09 22:06:33 cosmin-laptop-arch tracker-store[5006]: OK
May 09 22:06:33 cosmin-laptop-arch systemd[932]: tracker-store.service: Succeeded.
May 09 22:06:34 cosmin-laptop-arch systemd[1]: systemd-hostnamed.service: Succeeded.
May 09 22:06:34 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 22:06:34 cosmin-laptop-arch kernel: audit: type=1131 audit(1557428794.726:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 22:09:39 cosmin-laptop-arch dbus-daemon[701]: [session uid=120 pid=701] Activating service name='ca.desrt.dconf' requested by ':1.10' (uid=120 pid=724 comm="/usr/bin/gnome-shell ")
May 09 22:09:39 cosmin-laptop-arch dbus-daemon[701]: [session uid=120 pid=701] Successfully activated service 'ca.desrt.dconf'
May 09 22:14:58 cosmin-laptop-arch pkexec[5347]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
May 09 22:14:58 cosmin-laptop-arch pkexec[5347]: cosmin: Executing command [USER=root] [TTY=unknown] [CWD=/home/cosmin] [COMMAND=/usr/lib/gsd-backlight-helper /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1/intel_backlight 2302]
May 09 22:15:05 cosmin-laptop-arch pulseaudio[753]: W: [pulseaudio] sink-input.c: Failed to create sink input: sink is suspended.
May 09 22:15:05 cosmin-laptop-arch pkexec[5358]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
May 09 22:15:05 cosmin-laptop-arch pkexec[5358]: cosmin: Executing command [USER=root] [TTY=unknown] [CWD=/home/cosmin] [COMMAND=/usr/lib/gsd-backlight-helper /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1/intel_backlight 5643]
May 09 22:19:30 cosmin-laptop-arch chromium.desktop[997]: [1398:1398:0509/221930.209004:ERROR:CONSOLE(6)] "Uncaught ReferenceError: gbar is not defined", source: https://clients5.google.com/pagead/drt/dn/ (6)
May 09 22:31:08 cosmin-laptop-arch wpa_supplicant[679]: wlp3s0: WPA: Group rekeying completed with 0c:9d:92:ba:36:14 [GTK=CCMP]
May 09 22:48:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.52' (uid=1000 pid=1208 comm="/usr/lib/tracker-miner-fs ")
May 09 22:48:40 cosmin-laptop-arch systemd[932]: Starting Tracker metadata database store and lookup manager...
May 09 22:48:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1'
May 09 22:48:40 cosmin-laptop-arch systemd[932]: Started Tracker metadata database store and lookup manager.
May 09 22:48:40 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' unit='tracker-extract.service' requested by ':1.52' (uid=1000 pid=1208 comm="/usr/lib/tracker-miner-fs ")
May 09 22:48:40 cosmin-laptop-arch systemd[932]: Starting Tracker metadata extractor...
May 09 22:48:41 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
May 09 22:48:41 cosmin-laptop-arch systemd[932]: Started Tracker metadata extractor.
May 09 22:48:51 cosmin-laptop-arch systemd[932]: tracker-extract.service: Succeeded.
May 09 22:49:11 cosmin-laptop-arch tracker-store[7453]: OK
May 09 22:49:11 cosmin-laptop-arch systemd[932]: tracker-store.service: Succeeded.
May 09 23:06:11 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 23:06:12 cosmin-laptop-arch gnome-shell[997]: g_environ_setenv: assertion 'value != NULL' failed
May 09 23:06:12 cosmin-laptop-arch spotify.desktop[997]: spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)
May 09 23:06:12 cosmin-laptop-arch spotify[8152]: Unable to locate theme engine in module_path: "murrine",
May 09 23:06:12 cosmin-laptop-arch spotify[8152]: Unable to locate theme engine in module_path: "murrine",
May 09 23:06:12 cosmin-laptop-arch spotify[8152]: Unable to locate theme engine in module_path: "murrine",
May 09 23:06:12 cosmin-laptop-arch spotify[8152]: Unable to locate theme engine in module_path: "murrine",
May 09 23:06:12 cosmin-laptop-arch spotify[8152]: Unable to locate theme engine in module_path: "murrine",
May 09 23:06:12 cosmin-laptop-arch spotify[8152]: Unable to locate theme engine in module_path: "murrine",
May 09 23:06:12 cosmin-laptop-arch spotify[8152]: Unable to locate theme engine in module_path: "murrine",
May 09 23:06:12 cosmin-laptop-arch spotify[8152]: Unable to locate theme engine in module_path: "murrine",
May 09 23:06:12 cosmin-laptop-arch spotify[8152]: Unable to locate theme engine in module_path: "murrine",
May 09 23:06:12 cosmin-laptop-arch spotify[8152]: Unable to locate theme engine in module_path: "murrine",
May 09 23:06:12 cosmin-laptop-arch spotify[8152]: Unable to locate theme engine in module_path: "murrine",
May 09 23:06:12 cosmin-laptop-arch spotify.desktop[997]: /opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)
May 09 23:06:12 cosmin-laptop-arch spotify.desktop[997]: /proc/self/exe: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /proc/self/exe)
May 09 23:06:15 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 23:06:16 cosmin-laptop-arch spotify.desktop[997]: [0509/230616.704004:ERROR:gl_context_glx.cc(227)] Couldn't make context current with X drawable.
May 09 23:06:16 cosmin-laptop-arch spotify.desktop[997]: [0509/230616.704127:ERROR:gles2_cmd_decoder.cc(4575)]   GLES2DecoderImpl: Context lost during MakeCurrent.
May 09 23:06:20 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 23:06:20 cosmin-laptop-arch gnome-shell[997]: g_environ_setenv: assertion 'value != NULL' failed
May 09 23:06:20 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
May 09 23:06:21 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.343' (uid=1000 pid=8240 comm="gnome-terminal ")
May 09 23:06:21 cosmin-laptop-arch systemd[932]: Starting GNOME Terminal Server...
May 09 23:06:21 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Terminal'
May 09 23:06:21 cosmin-laptop-arch systemd[932]: Started GNOME Terminal Server.
May 09 23:06:21 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
May 09 23:06:21 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # watch_fast: "/org/gnome/terminal/legacy/" (establishing: 0, active: 0)
May 09 23:06:21 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # unwatch_fast: "/org/gnome/terminal/legacy/" (active: 0, establishing: 1)
May 09 23:06:21 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # watch_established: "/org/gnome/terminal/legacy/" (establishing: 0)
May 09 23:06:28 cosmin-laptop-arch sudo[8252]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/pacman -S gtk2-engines
May 09 23:06:28 cosmin-laptop-arch sudo[8252]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 23:06:28 cosmin-laptop-arch sudo[8252]: pam_unix(sudo:session): session closed for user root
May 09 23:06:44 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 23:06:47 cosmin-laptop-arch sudo[8310]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/pacman -S gtk-engines
May 09 23:06:47 cosmin-laptop-arch sudo[8310]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 23:06:49 cosmin-laptop-arch sudo[8310]: pam_unix(sudo:session): session closed for user root
May 09 23:06:51 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.52' (uid=1000 pid=1208 comm="/usr/lib/tracker-miner-fs ")
May 09 23:06:51 cosmin-laptop-arch systemd[932]: Starting Tracker metadata database store and lookup manager...
May 09 23:06:51 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1'
May 09 23:06:51 cosmin-laptop-arch systemd[932]: Started Tracker metadata database store and lookup manager.
May 09 23:06:51 cosmin-laptop-arch systemd[932]: gnome-terminal-server.service: Main process exited, code=killed, status=15/TERM
May 09 23:06:51 cosmin-laptop-arch systemd[932]: gnome-terminal-server.service: Succeeded.
May 09 23:07:22 cosmin-laptop-arch tracker-store[8338]: OK
May 09 23:07:22 cosmin-laptop-arch systemd[932]: tracker-store.service: Succeeded.
May 09 23:08:21 cosmin-laptop-arch gnome-shell[997]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 23:08:23 cosmin-laptop-arch gnome-shell[997]: g_environ_setenv: assertion 'value != NULL' failed
May 09 23:08:23 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
May 09 23:08:24 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.350' (uid=1000 pid=8465 comm="gnome-terminal ")
May 09 23:08:24 cosmin-laptop-arch systemd[932]: Starting GNOME Terminal Server...
May 09 23:08:24 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.gnome.Terminal'
May 09 23:08:24 cosmin-laptop-arch systemd[932]: Started GNOME Terminal Server.
May 09 23:08:24 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
May 09 23:08:24 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # watch_fast: "/org/gnome/terminal/legacy/" (establishing: 0, active: 0)
May 09 23:08:24 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # unwatch_fast: "/org/gnome/terminal/legacy/" (active: 0, establishing: 1)
May 09 23:08:24 cosmin-laptop-arch org.gnome.Terminal.desktop[997]: # watch_established: "/org/gnome/terminal/legacy/" (establishing: 0)
May 09 23:08:38 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.52' (uid=1000 pid=1208 comm="/usr/lib/tracker-miner-fs ")
May 09 23:08:38 cosmin-laptop-arch systemd[932]: Starting Tracker metadata database store and lookup manager...
May 09 23:08:38 cosmin-laptop-arch dbus-daemon[954]: [session uid=1000 pid=954] Successfully activated service 'org.freedesktop.Tracker1'
May 09 23:08:38 cosmin-laptop-arch systemd[932]: Started Tracker metadata database store and lookup manager.
May 09 23:08:39 cosmin-laptop-arch sudo[8479]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 09 23:08:39 cosmin-laptop-arch sudo[8479]: pam_unix(sudo:session): session opened for user root by (uid=0)

Journal using startx:

-- Logs begin at Sun 2019-04-28 20:56:11 EEST, end at Thu 2019-05-09 23:34:48 EEST. --
May 09 23:30:59 cosmin-laptop-arch kernel: microcode: microcode updated early to revision 0x9a, date = 2018-07-16
May 09 23:30:59 cosmin-laptop-arch kernel: Linux version 5.0.13-arch1-1-ARCH (builduser@heftig-13472) (gcc version 8.3.0 (GCC)) #1 SMP PREEMPT Sun May 5 18:05:41 UTC 2019
May 09 23:30:59 cosmin-laptop-arch kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e475fa84-ffc2-48c7-8a13-cf835528199e rw quiet nvidia-drm.modeset=1
May 09 23:30:59 cosmin-laptop-arch kernel: KERNEL supported cpus:
May 09 23:30:59 cosmin-laptop-arch kernel:   Intel GenuineIntel
May 09 23:30:59 cosmin-laptop-arch kernel:   AMD AuthenticAMD
May 09 23:30:59 cosmin-laptop-arch kernel:   Hygon HygonGenuine
May 09 23:30:59 cosmin-laptop-arch kernel:   Centaur CentaurHauls
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-provided physical RAM map:
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000062d3cfff] usable
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000062d3d000-0x0000000062d3dfff] ACPI NVS
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000062d3e000-0x0000000062d3efff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000062d3f000-0x000000007a48dfff] usable
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007a48e000-0x000000007a68dfff] type 20
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007a68e000-0x000000007ae7dfff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007ae7e000-0x000000007ce7dfff] ACPI NVS
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007ce7e000-0x000000007cefdfff] ACPI data
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007cefe000-0x000000007cefefff] usable
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007ceff000-0x000000007fffffff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
May 09 23:30:59 cosmin-laptop-arch kernel: NX (Execute Disable) protection: active
May 09 23:30:59 cosmin-laptop-arch kernel: efi: EFI v2.50 by INSYDE Corp.
May 09 23:30:59 cosmin-laptop-arch kernel: efi:  ACPI 2.0=0x7cefd014  SMBIOS=0x7a702000  SMBIOS 3.0=0x7a700000  ESRT=0x7a6fe558  MEMATTR=0x6ada4018 
May 09 23:30:59 cosmin-laptop-arch kernel: SMBIOS 3.0.0 present.
May 09 23:30:59 cosmin-laptop-arch kernel: DMI: LENOVO 80WK/LNVNB161216, BIOS 4KCN45WW 01/11/2019
May 09 23:30:59 cosmin-laptop-arch kernel: tsc: Detected 2800.000 MHz processor
May 09 23:30:59 cosmin-laptop-arch kernel: tsc: Detected 2808.000 MHz TSC
May 09 23:30:59 cosmin-laptop-arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 09 23:30:59 cosmin-laptop-arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 09 23:30:59 cosmin-laptop-arch kernel: last_pfn = 0x47f000 max_arch_pfn = 0x400000000
May 09 23:30:59 cosmin-laptop-arch kernel: MTRR default type: write-back
May 09 23:30:59 cosmin-laptop-arch kernel: MTRR fixed ranges enabled:
May 09 23:30:59 cosmin-laptop-arch kernel:   00000-9FFFF write-back
May 09 23:30:59 cosmin-laptop-arch kernel:   A0000-BFFFF uncachable
May 09 23:30:59 cosmin-laptop-arch kernel:   C0000-FFFFF write-protect
May 09 23:30:59 cosmin-laptop-arch kernel: MTRR variable ranges enabled:
May 09 23:30:59 cosmin-laptop-arch kernel:   0 base 0080000000 mask 7F80000000 uncachable
May 09 23:30:59 cosmin-laptop-arch kernel:   1 base 007E000000 mask 7FFE000000 uncachable
May 09 23:30:59 cosmin-laptop-arch kernel:   2 base 007D800000 mask 7FFF800000 uncachable
May 09 23:30:59 cosmin-laptop-arch kernel:   3 disabled
May 09 23:30:59 cosmin-laptop-arch kernel:   4 disabled
May 09 23:30:59 cosmin-laptop-arch kernel:   5 disabled
May 09 23:30:59 cosmin-laptop-arch kernel:   6 disabled
May 09 23:30:59 cosmin-laptop-arch kernel:   7 disabled
May 09 23:30:59 cosmin-laptop-arch kernel:   8 disabled
May 09 23:30:59 cosmin-laptop-arch kernel:   9 disabled
May 09 23:30:59 cosmin-laptop-arch kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
May 09 23:30:59 cosmin-laptop-arch kernel: last_pfn = 0x7ceff max_arch_pfn = 0x400000000
May 09 23:30:59 cosmin-laptop-arch kernel: esrt: Reserving ESRT space from 0x000000007a6fe558 to 0x000000007a6fe608.
May 09 23:30:59 cosmin-laptop-arch kernel: check: Scanning 1 areas for low memory corruption
May 09 23:30:59 cosmin-laptop-arch kernel: Using GB pages for direct mapping
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468601000, 0x468601fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468602000, 0x468602fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468603000, 0x468603fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468604000, 0x468604fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468605000, 0x468605fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468606000, 0x468606fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468607000, 0x468607fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468608000, 0x468608fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468609000, 0x468609fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: Secure boot could not be determined
May 09 23:30:59 cosmin-laptop-arch kernel: RAMDISK: [mem 0x35137000-0x36892fff]
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Early table checksum verification disabled
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: RSDP 0x000000007CEFD014 000024 (v02 LENOVO)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: XSDT 0x000000007CECC188 00010C (v01 LENOVO CB-01    00000001      01000013)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: FACP 0x000000007CEEE000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: DSDT 0x000000007CED5000 015C01 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: FACS 0x000000007CE4D000 000040
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: UEFI 0x000000007CEFC000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: UEFI 0x000000007CEFB000 000042 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: POAT 0x000000007CEFA000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEF9000 0004C3 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEF8000 000046 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: TPM2 0x000000007CEF7000 000034 (v03 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEF3000 0030A0 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: ASF! 0x000000007CEF2000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: ASPT 0x000000007CEF1000 000034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: BOOT 0x000000007CEF0000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: DBGP 0x000000007CEEF000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: HPET 0x000000007CEED000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: APIC 0x000000007CEEC000 0000BC (v03 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: MCFG 0x000000007CEEB000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LPIT 0x000000007CED4000 000094 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: WSMT 0x000000007CED3000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CED2000 00029F (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CED1000 000346 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CECD000 003002 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CECB000 00051E (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: DBGP 0x000000007CECA000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: DBG2 0x000000007CEC9000 000054 (v00 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEC8000 0002F5 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEC7000 000EDE (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEC2000 0049A2 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: DMAR 0x000000007CEC1000 0000A8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: FPDT 0x000000007CEC0000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: BGRT 0x000000007CEBF000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Local APIC address 0xfee00000
May 09 23:30:59 cosmin-laptop-arch kernel: No NUMA configuration found
May 09 23:30:59 cosmin-laptop-arch kernel: Faking a node at [mem 0x0000000000000000-0x000000047effffff]
May 09 23:30:59 cosmin-laptop-arch kernel: NODE_DATA(0) allocated [mem 0x47effc000-0x47effffff]
May 09 23:30:59 cosmin-laptop-arch kernel: Zone ranges:
May 09 23:30:59 cosmin-laptop-arch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 09 23:30:59 cosmin-laptop-arch kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
May 09 23:30:59 cosmin-laptop-arch kernel:   Normal   [mem 0x0000000100000000-0x000000047effffff]
May 09 23:30:59 cosmin-laptop-arch kernel:   Device   empty
May 09 23:30:59 cosmin-laptop-arch kernel: Movable zone start for each node
May 09 23:30:59 cosmin-laptop-arch kernel: Early memory node ranges
May 09 23:30:59 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
May 09 23:30:59 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000000059000-0x000000000009dfff]
May 09 23:30:59 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000000100000-0x0000000062d3cfff]
May 09 23:30:59 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000062d3f000-0x000000007a48dfff]
May 09 23:30:59 cosmin-laptop-arch kernel:   node   0: [mem 0x000000007cefe000-0x000000007cefefff]
May 09 23:30:59 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000100000000-0x000000047effffff]
May 09 23:30:59 cosmin-laptop-arch kernel: Zeroed struct page in unavailable ranges: 23511 pages
May 09 23:30:59 cosmin-laptop-arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
May 09 23:30:59 cosmin-laptop-arch kernel: On node 0 totalpages: 4166697
May 09 23:30:59 cosmin-laptop-arch kernel:   DMA zone: 64 pages used for memmap
May 09 23:30:59 cosmin-laptop-arch kernel:   DMA zone: 22 pages reserved
May 09 23:30:59 cosmin-laptop-arch kernel:   DMA zone: 3996 pages, LIFO batch:0
May 09 23:30:59 cosmin-laptop-arch kernel:   DMA32 zone: 7763 pages used for memmap
May 09 23:30:59 cosmin-laptop-arch kernel:   DMA32 zone: 496781 pages, LIFO batch:63
May 09 23:30:59 cosmin-laptop-arch kernel:   Normal zone: 57280 pages used for memmap
May 09 23:30:59 cosmin-laptop-arch kernel:   Normal zone: 3665920 pages, LIFO batch:63
May 09 23:30:59 cosmin-laptop-arch kernel: Reserving Intel graphics memory at [mem 0x7e000000-0x7fffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PM-Timer IO Port: 0x1808
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Local APIC address 0xfee00000
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: IRQ0 used by override.
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: IRQ9 used by override.
May 09 23:30:59 cosmin-laptop-arch kernel: Using ACPI (MADT) for SMP configuration information
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 09 23:30:59 cosmin-laptop-arch kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x62d3d000-0x62d3dfff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x62d3e000-0x62d3efff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7a48e000-0x7a68dfff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7a68e000-0x7ae7dfff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7ae7e000-0x7ce7dfff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7ce7e000-0x7cefdfff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7ceff000-0x7fffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xffa00000-0xffffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: [mem 0x80000000-0xdfffffff] available for PCI devices
May 09 23:30:59 cosmin-laptop-arch kernel: Booting paravirtualized kernel on bare hardware
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
May 09 23:30:59 cosmin-laptop-arch kernel: random: get_random_bytes called from start_kernel+0x95/0x538 with crng_init=0
May 09 23:30:59 cosmin-laptop-arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
May 09 23:30:59 cosmin-laptop-arch kernel: percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u262144
May 09 23:30:59 cosmin-laptop-arch kernel: pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
May 09 23:30:59 cosmin-laptop-arch kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
May 09 23:30:59 cosmin-laptop-arch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4101568
May 09 23:30:59 cosmin-laptop-arch kernel: Policy zone: Normal
May 09 23:30:59 cosmin-laptop-arch kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e475fa84-ffc2-48c7-8a13-cf835528199e rw quiet nvidia-drm.modeset=1
May 09 23:30:59 cosmin-laptop-arch kernel: Calgary: detecting Calgary via BIOS EBDA area
May 09 23:30:59 cosmin-laptop-arch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
May 09 23:30:59 cosmin-laptop-arch kernel: Memory: 16253600K/16666788K available (12291K kernel code, 1291K rwdata, 3652K rodata, 1548K init, 3848K bss, 413188K reserved, 0K cma-reserved)
May 09 23:30:59 cosmin-laptop-arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
May 09 23:30:59 cosmin-laptop-arch kernel: Kernel/User page tables isolation: enabled
May 09 23:30:59 cosmin-laptop-arch kernel: ftrace: allocating 36357 entries in 143 pages
May 09 23:30:59 cosmin-laptop-arch kernel: rcu: Preemptible hierarchical RCU implementation.
May 09 23:30:59 cosmin-laptop-arch kernel: rcu:         CONFIG_RCU_FANOUT set to non-default value of 32.
May 09 23:30:59 cosmin-laptop-arch kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
May 09 23:30:59 cosmin-laptop-arch kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
May 09 23:30:59 cosmin-laptop-arch kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
May 09 23:30:59 cosmin-laptop-arch kernel:         Tasks RCU enabled.
May 09 23:30:59 cosmin-laptop-arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
May 09 23:30:59 cosmin-laptop-arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
May 09 23:30:59 cosmin-laptop-arch kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
May 09 23:30:59 cosmin-laptop-arch kernel: rcu:         Offload RCU callbacks from CPUs: (none).
May 09 23:30:59 cosmin-laptop-arch kernel: Console: colour dummy device 80x25
May 09 23:30:59 cosmin-laptop-arch kernel: printk: console [tty0] enabled
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Core revision 20181213
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
May 09 23:30:59 cosmin-laptop-arch kernel: hpet clockevent registered
May 09 23:30:59 cosmin-laptop-arch kernel: APIC: Switch to symmetric I/O mode setup
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR: Host address width 39
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR: RMRR base: 0x0000007ad52000 end: 0x0000007ad71fff
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR: RMRR base: 0x0000007d800000 end: 0x0000007fffffff
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
May 09 23:30:59 cosmin-laptop-arch kernel: x2apic enabled
May 09 23:30:59 cosmin-laptop-arch kernel: Switched APIC routing to cluster x2apic.
May 09 23:30:59 cosmin-laptop-arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2879c5f06f2, max_idle_ns: 440795220049 ns
May 09 23:30:59 cosmin-laptop-arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5618.00 BogoMIPS (lpj=9360000)
May 09 23:30:59 cosmin-laptop-arch kernel: pid_max: default: 32768 minimum: 301
May 09 23:30:59 cosmin-laptop-arch kernel: LSM: Security Framework initializing
May 09 23:30:59 cosmin-laptop-arch kernel: Yama: becoming mindful.
May 09 23:30:59 cosmin-laptop-arch kernel: AppArmor: AppArmor disabled by boot time parameter
May 09 23:30:59 cosmin-laptop-arch kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: mce: CPU supports 10 MCE banks
May 09 23:30:59 cosmin-laptop-arch kernel: mce: CPU0: Thermal monitoring enabled (TM1)
May 09 23:30:59 cosmin-laptop-arch kernel: process: using mwait in idle threads
May 09 23:30:59 cosmin-laptop-arch kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
May 09 23:30:59 cosmin-laptop-arch kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
May 09 23:30:59 cosmin-laptop-arch kernel: Spectre V2 : Mitigation: Full generic retpoline
May 09 23:30:59 cosmin-laptop-arch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
May 09 23:30:59 cosmin-laptop-arch kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
May 09 23:30:59 cosmin-laptop-arch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
May 09 23:30:59 cosmin-laptop-arch kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
May 09 23:30:59 cosmin-laptop-arch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
May 09 23:30:59 cosmin-laptop-arch kernel: Freeing SMP alternatives memory: 32K
May 09 23:30:59 cosmin-laptop-arch kernel: TSC deadline timer enabled
May 09 23:30:59 cosmin-laptop-arch kernel: smpboot: CPU0: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
May 09 23:30:59 cosmin-laptop-arch kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
May 09 23:30:59 cosmin-laptop-arch kernel: ... version:                4
May 09 23:30:59 cosmin-laptop-arch kernel: ... bit width:              48
May 09 23:30:59 cosmin-laptop-arch kernel: ... generic registers:      4
May 09 23:30:59 cosmin-laptop-arch kernel: ... value mask:             0000ffffffffffff
May 09 23:30:59 cosmin-laptop-arch kernel: ... max period:             00007fffffffffff
May 09 23:30:59 cosmin-laptop-arch kernel: ... fixed-purpose events:   3
May 09 23:30:59 cosmin-laptop-arch kernel: ... event mask:             000000070000000f
May 09 23:30:59 cosmin-laptop-arch kernel: rcu: Hierarchical SRCU implementation.
May 09 23:30:59 cosmin-laptop-arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
May 09 23:30:59 cosmin-laptop-arch kernel: smp: Bringing up secondary CPUs ...
May 09 23:30:59 cosmin-laptop-arch kernel: x86: Booting SMP configuration:
May 09 23:30:59 cosmin-laptop-arch kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
May 09 23:30:59 cosmin-laptop-arch kernel: smp: Brought up 1 node, 8 CPUs
May 09 23:30:59 cosmin-laptop-arch kernel: smpboot: Max logical packages: 1
May 09 23:30:59 cosmin-laptop-arch kernel: smpboot: Total of 8 processors activated (44945.00 BogoMIPS)
May 09 23:30:59 cosmin-laptop-arch kernel: devtmpfs: initialized
May 09 23:30:59 cosmin-laptop-arch kernel: x86/mm: Memory block size: 128MB
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registering ACPI NVS region [mem 0x62d3d000-0x62d3dfff] (4096 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registering ACPI NVS region [mem 0x7ae7e000-0x7ce7dfff] (33554432 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
May 09 23:30:59 cosmin-laptop-arch kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: pinctrl core: initialized pinctrl subsystem
May 09 23:30:59 cosmin-laptop-arch kernel: RTC time: 20:30:56, date: 2019-05-09
May 09 23:30:59 cosmin-laptop-arch kernel: NET: Registered protocol family 16
May 09 23:30:59 cosmin-laptop-arch kernel: audit: initializing netlink subsys (disabled)
May 09 23:30:59 cosmin-laptop-arch kernel: audit: type=2000 audit(1557433855.373:1): state=initialized audit_enabled=0 res=1
May 09 23:30:59 cosmin-laptop-arch kernel: cpuidle: using governor ladder
May 09 23:30:59 cosmin-laptop-arch kernel: cpuidle: using governor menu
May 09 23:30:59 cosmin-laptop-arch kernel: Simple Boot Flag at 0x44 set to 0x1
May 09 23:30:59 cosmin-laptop-arch kernel: KVM setup pv remote TLB flush
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: bus type PCI registered
May 09 23:30:59 cosmin-laptop-arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 09 23:30:59 cosmin-laptop-arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
May 09 23:30:59 cosmin-laptop-arch kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
May 09 23:30:59 cosmin-laptop-arch kernel: PCI: Using configuration type 1 for base access
May 09 23:30:59 cosmin-laptop-arch kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
May 09 23:30:59 cosmin-laptop-arch kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Added _OSI(Module Device)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Added _OSI(Processor Device)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Added _OSI(Linux-Dell-Video)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFF8DF2AC254000 000651 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFF8DF2ABD5B400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFF8DF2AC257800 00065C (v02 PmRef  ApIst    00003000 INTL 20160527)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFF8DF2ABDA1000 00018A (v02 PmRef  ApCst    00003000 INTL 20160527)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: EC: EC started
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: EC: interrupt blocked
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Interpreter enabled
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: (supports S0 S3 S4 S5)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Using IOAPIC for interrupt routing
May 09 23:30:59 cosmin-laptop-arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Power Resource [PG00] (on)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
May 09 23:30:59 cosmin-laptop-arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
May 09 23:30:59 cosmin-laptop-arch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
May 09 23:30:59 cosmin-laptop-arch kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
May 09 23:30:59 cosmin-laptop-arch kernel: PCI host bridge to bus 0000:00
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa2000000-0xa2ffffff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:14.0: reg 0x10: [mem 0xa4410000-0xa441ffff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:14.2: reg 0x10: [mem 0xa442a000-0xa442afff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa442b000-0xa442bfff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:16.0: PME# supported from D3hot
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x10: [mem 0xa4428000-0xa4429fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x14: [mem 0xa442e000-0xa442e0ff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x24: [mem 0xa442c000-0xa442c7ff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: PME# supported from D3hot
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.0: [8086:a111] type 01 class 0x060400
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3: [8086:a113] type 01 class 0x060400
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.0: [8086:a152] type 00 class 0x060100
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xa4424000-0xa4427fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.3: [8086:a171] type 00 class 0x040300
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa4420000-0xa4423fff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xa4400000-0xa440ffff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xa442d000-0xa442d0ff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.4: reg 0x20: [io  0x5040-0x505f]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: [10de:1c8c] type 00 class 0x030200
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8 GT/s x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa3ffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:02:00.0: [1217:8621] type 00 class 0x080501
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:02:00.0: reg 0x10: [mem 0xa4301000-0xa4301fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:02:00.0: reg 0x14: [mem 0xa4300000-0xa43007ff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xa4300000-0xa43fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:03:00.0: [8086:24fd] type 00 class 0x028000
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:03:00.0: reg 0x10: [mem 0xa4200000-0xa4201fff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xa4200000-0xa42fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:04:00.0: reg 0x10: [io  0x3000-0x30ff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:04:00.0: reg 0x18: [mem 0xa4104000-0xa4104fff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:04:00.0: reg 0x20: [mem 0xa4100000-0xa4103fff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:04:00.0: supports D1 D2
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [mem 0xa4100000-0xa41fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:05:00.0: [14a4:22f1] type 00 class 0x010802
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:05:00.0: reg 0x10: [mem 0xa4000000-0xa4003fff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:05:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1d.0: PCI bridge to [bus 05]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1d.0:   bridge window [mem 0xa4000000-0xa40fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: EC: interrupt unblocked
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: EC: event unblocked
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: vgaarb: bridge control possible
May 09 23:30:59 cosmin-laptop-arch kernel: vgaarb: loaded
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: bus type USB registered
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new interface driver usbfs
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new interface driver hub
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new device driver usb
May 09 23:30:59 cosmin-laptop-arch kernel: pps_core: LinuxPPS API ver. 1 registered
May 09 23:30:59 cosmin-laptop-arch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
May 09 23:30:59 cosmin-laptop-arch kernel: PTP clock support registered
May 09 23:30:59 cosmin-laptop-arch kernel: EDAC MC: Ver: 3.0.0
May 09 23:30:59 cosmin-laptop-arch kernel: Registered efivars operations
May 09 23:30:59 cosmin-laptop-arch kernel: PCI: Using ACPI for IRQ routing
May 09 23:30:59 cosmin-laptop-arch kernel: PCI: pci_cache_line_size set to 64 bytes
May 09 23:30:59 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
May 09 23:30:59 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
May 09 23:30:59 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x62d3d000-0x63ffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x7a48e000-0x7bffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x7ceff000-0x7fffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: NetLabel: Initializing
May 09 23:30:59 cosmin-laptop-arch kernel: NetLabel:  domain hash size = 128
May 09 23:30:59 cosmin-laptop-arch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 09 23:30:59 cosmin-laptop-arch kernel: NetLabel:  unlabeled traffic allowed by default
May 09 23:30:59 cosmin-laptop-arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
May 09 23:30:59 cosmin-laptop-arch kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: Switched to clocksource tsc-early
May 09 23:30:59 cosmin-laptop-arch kernel: VFS: Disk quotas dquot_6.6.0
May 09 23:30:59 cosmin-laptop-arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: pnp: PnP ACPI init
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:01: [io  0x2000-0x20fe] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:02: [io  0x0680-0x069f] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:02: [io  0xffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:02: [io  0xffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:02: [io  0xffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:02: [io  0x164e-0x164f] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:03: [io  0x0800-0x087f] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:05: [io  0x1854-0x1857] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: pnp 00:07: Plug and Play ACPI device, IDs ETD067c PNP0f03 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed45000-0xfed8ffff] could not be reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0x80000000-0x8001ffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: pnp: PnP ACPI: found 10 devices
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:05:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa3ffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xa4300000-0xa43fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xa4200000-0xa42fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [mem 0xa4100000-0xa41fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:05:00.0: BAR 6: assigned [mem 0xa4020000-0xa403ffff pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1d.0: PCI bridge to [bus 05]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1d.0:   bridge window [mem 0xa4000000-0xa40fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 15 [mem 0x80000000-0xdfffffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa3ffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:02: resource 1 [mem 0xa4300000-0xa43fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:03: resource 1 [mem 0xa4200000-0xa42fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:04: resource 1 [mem 0xa4100000-0xa41fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:05: resource 1 [mem 0xa4000000-0xa40fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: NET: Registered protocol family 2
May 09 23:30:59 cosmin-laptop-arch kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: TCP: Hash tables configured (established 131072 bind 65536)
May 09 23:30:59 cosmin-laptop-arch kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: NET: Registered protocol family 1
May 09 23:30:59 cosmin-laptop-arch kernel: NET: Registered protocol family 44
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PCI: CLS 64 bytes, default 64
May 09 23:30:59 cosmin-laptop-arch kernel: Unpacking initramfs...
May 09 23:30:59 cosmin-laptop-arch kernel: Freeing initrd memory: 23920K
May 09 23:30:59 cosmin-laptop-arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 09 23:30:59 cosmin-laptop-arch kernel: software IO TLB: mapped [mem 0x75f29000-0x79f29000] (64MB)
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2879c5f06f2, max_idle_ns: 440795220049 ns
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: Switched to clocksource tsc
May 09 23:30:59 cosmin-laptop-arch kernel: check: Scanning for low memory corruption every 60 seconds
May 09 23:30:59 cosmin-laptop-arch kernel: Initialise system trusted keyrings
May 09 23:30:59 cosmin-laptop-arch kernel: Key type blacklist registered
May 09 23:30:59 cosmin-laptop-arch kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
May 09 23:30:59 cosmin-laptop-arch kernel: zbud: loaded
May 09 23:30:59 cosmin-laptop-arch kernel: Key type asymmetric registered
May 09 23:30:59 cosmin-laptop-arch kernel: Asymmetric key parser 'x509' registered
May 09 23:30:59 cosmin-laptop-arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
May 09 23:30:59 cosmin-laptop-arch kernel: io scheduler mq-deadline registered
May 09 23:30:59 cosmin-laptop-arch kernel: io scheduler kyber registered
May 09 23:30:59 cosmin-laptop-arch kernel: io scheduler bfq registered
May 09 23:30:59 cosmin-laptop-arch kernel: pcieport 0000:00:01.0: Signaling PME with IRQ 122
May 09 23:30:59 cosmin-laptop-arch kernel: pcieport 0000:00:1c.0: Signaling PME with IRQ 123
May 09 23:30:59 cosmin-laptop-arch kernel: aer 0000:00:1c.0:pcie002: AER enabled with IRQ 123
May 09 23:30:59 cosmin-laptop-arch kernel: pcieport 0000:00:1c.2: Signaling PME with IRQ 124
May 09 23:30:59 cosmin-laptop-arch kernel: pcieport 0000:00:1c.3: Signaling PME with IRQ 125
May 09 23:30:59 cosmin-laptop-arch kernel: pcieport 0000:00:1d.0: Signaling PME with IRQ 126
May 09 23:30:59 cosmin-laptop-arch kernel: aer 0000:00:1d.0:pcie002: AER enabled with IRQ 126
May 09 23:30:59 cosmin-laptop-arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 09 23:30:59 cosmin-laptop-arch kernel: efifb: probing for efifb
May 09 23:30:59 cosmin-laptop-arch kernel: efifb: showing boot graphics
May 09 23:30:59 cosmin-laptop-arch kernel: efifb: framebuffer at 0xb0000000, using 8128k, total 8128k
May 09 23:30:59 cosmin-laptop-arch kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
May 09 23:30:59 cosmin-laptop-arch kernel: efifb: scrolling: redraw
May 09 23:30:59 cosmin-laptop-arch kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 09 23:30:59 cosmin-laptop-arch kernel: fbcon: Deferring console take-over
May 09 23:30:59 cosmin-laptop-arch kernel: fb0: EFI VGA frame buffer device
May 09 23:30:59 cosmin-laptop-arch kernel: intel_idle: MWAIT substates: 0x11142120
May 09 23:30:59 cosmin-laptop-arch kernel: intel_idle: v0.4.1 model 0x9E
May 09 23:30:59 cosmin-laptop-arch kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
May 09 23:30:59 cosmin-laptop-arch kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Lid Switch [LID0]
May 09 23:30:59 cosmin-laptop-arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Power Button [PWRB]
May 09 23:30:59 cosmin-laptop-arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Power Button [PWRF]
May 09 23:30:59 cosmin-laptop-arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
May 09 23:30:59 cosmin-laptop-arch kernel: nvme nvme0: pci function 0000:05:00.0
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new interface driver usbserial_generic
May 09 23:30:59 cosmin-laptop-arch kernel: usbserial: USB Serial support registered for generic
May 09 23:30:59 cosmin-laptop-arch kernel: rtc_cmos 00:04: RTC can wake from S4
May 09 23:30:59 cosmin-laptop-arch kernel: rtc_cmos 00:04: registered as rtc0
May 09 23:30:59 cosmin-laptop-arch kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
May 09 23:30:59 cosmin-laptop-arch kernel: intel_pstate: Intel P-state driver initializing
May 09 23:30:59 cosmin-laptop-arch kernel: intel_pstate: Disabling energy efficiency optimization
May 09 23:30:59 cosmin-laptop-arch kernel: intel_pstate: HWP enabled
May 09 23:30:59 cosmin-laptop-arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 09 23:30:59 cosmin-laptop-arch kernel: resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:00 [mem 0xfdb00000-0xfdffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: caller pmc_core_probe+0x88/0x28e mapping multiple BARs
May 09 23:30:59 cosmin-laptop-arch kernel: intel_pmc_core:  initialized
May 09 23:30:59 cosmin-laptop-arch kernel: NET: Registered protocol family 10
May 09 23:30:59 cosmin-laptop-arch kernel: Segment Routing with IPv6
May 09 23:30:59 cosmin-laptop-arch kernel: NET: Registered protocol family 17
May 09 23:30:59 cosmin-laptop-arch kernel: RAS: Correctable Errors collector initialized.
May 09 23:30:59 cosmin-laptop-arch kernel: microcode: sig=0x906e9, pf=0x20, revision=0x9a
May 09 23:30:59 cosmin-laptop-arch kernel: microcode: Microcode Update Driver: v2.2.
May 09 23:30:59 cosmin-laptop-arch kernel: sched_clock: Marking stable (1122753492, -2931984)->(1129623613, -9802105)
May 09 23:30:59 cosmin-laptop-arch kernel: registered taskstats version 1
May 09 23:30:59 cosmin-laptop-arch kernel: Loading compiled-in X.509 certificates
May 09 23:30:59 cosmin-laptop-arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 726e59acc5925f6f0103b4a7df8a50012eb4b1be'
May 09 23:30:59 cosmin-laptop-arch kernel: zswap: loaded using pool lzo/zbud
May 09 23:30:59 cosmin-laptop-arch kernel: Key type big_key registered
May 09 23:30:59 cosmin-laptop-arch kernel:   Magic number: 3:270:548
May 09 23:30:59 cosmin-laptop-arch kernel: rtc_cmos 00:04: setting system clock to 2019-05-09T20:30:56 UTC (1557433856)
May 09 23:30:59 cosmin-laptop-arch kernel: nvme nvme0: 8/0/0 default/read/poll queues
May 09 23:30:59 cosmin-laptop-arch kernel:  nvme0n1: p1 p2 p3 p4 p5
May 09 23:30:59 cosmin-laptop-arch kernel: Freeing unused decrypted memory: 2040K
May 09 23:30:59 cosmin-laptop-arch kernel: Freeing unused kernel image memory: 1548K
May 09 23:30:59 cosmin-laptop-arch kernel: Write protecting the kernel read-only data: 18432k
May 09 23:30:59 cosmin-laptop-arch kernel: Freeing unused kernel image memory: 2016K
May 09 23:30:59 cosmin-laptop-arch kernel: Freeing unused kernel image memory: 444K
May 09 23:30:59 cosmin-laptop-arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 09 23:30:59 cosmin-laptop-arch kernel: x86/mm: Checking user space page tables
May 09 23:30:59 cosmin-laptop-arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 09 23:30:59 cosmin-laptop-arch kernel: Run /init as init process
May 09 23:30:59 cosmin-laptop-arch kernel: fbcon: Taking over console
May 09 23:30:59 cosmin-laptop-arch kernel: Console: switching to colour frame buffer device 240x67
May 09 23:30:59 cosmin-laptop-arch kernel: IPMI message handler: version 39.2
May 09 23:30:59 cosmin-laptop-arch kernel: ipmi device interface
May 09 23:30:59 cosmin-laptop-arch kernel: nvidia: loading out-of-tree module taints kernel.
May 09 23:30:59 cosmin-laptop-arch kernel: nvidia: module license 'NVIDIA' taints kernel.
May 09 23:30:59 cosmin-laptop-arch kernel: Disabling lock debugging due to kernel taint
May 09 23:30:59 cosmin-laptop-arch kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
May 09 23:30:59 cosmin-laptop-arch kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 241
May 09 23:30:59 cosmin-laptop-arch kernel: nvidia 0000:01:00.0: enabling device (0006 -> 0007)
May 09 23:30:59 cosmin-laptop-arch kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  418.74  Wed May  1 11:49:41 CDT 2019
May 09 23:30:59 cosmin-laptop-arch kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  418.74  Wed May  1 11:23:27 CDT 2019
May 09 23:30:59 cosmin-laptop-arch kernel: nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 239
May 09 23:30:59 cosmin-laptop-arch kernel: Linux agpgart interface v0.103
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20181213/nsarguments-66)
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] No driver support for vblank timestamp query.
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
May 09 23:30:59 cosmin-laptop-arch kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
May 09 23:30:59 cosmin-laptop-arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 09 23:30:59 cosmin-laptop-arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
May 09 23:30:59 cosmin-laptop-arch kernel: SCSI subsystem initialized
May 09 23:30:59 cosmin-laptop-arch kernel: sdhci: Secure Digital Host Controller Interface driver
May 09 23:30:59 cosmin-laptop-arch kernel: sdhci: Copyright(c) Pierre Ossman
May 09 23:30:59 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 09 23:30:59 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
May 09 23:30:59 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
May 09 23:30:59 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
May 09 23:30:59 cosmin-laptop-arch kernel: sdhci-pci 0000:02:00.0: SDHCI controller found [1217:8621] (rev 1)
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb1: Product: xHCI Host Controller
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb1: Manufacturer: Linux 5.0.13-arch1-1-ARCH xhci-hcd
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb1: SerialNumber: 0000:00:14.0
May 09 23:30:59 cosmin-laptop-arch kernel: hub 1-0:1.0: USB hub found
May 09 23:30:59 cosmin-laptop-arch kernel: hub 1-0:1.0: 16 ports detected
May 09 23:30:59 cosmin-laptop-arch kernel: mmc0: SDHCI controller on PCI [0000:02:00.0] using ADMA
May 09 23:30:59 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 09 23:30:59 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
May 09 23:30:59 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb2: Product: xHCI Host Controller
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb2: Manufacturer: Linux 5.0.13-arch1-1-ARCH xhci-hcd
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb2: SerialNumber: 0000:00:14.0
May 09 23:30:59 cosmin-laptop-arch kernel: hub 2-0:1.0: USB hub found
May 09 23:30:59 cosmin-laptop-arch kernel: hub 2-0:1.0: 8 ports detected
May 09 23:30:59 cosmin-laptop-arch kernel: usb: port power management may be unreliable
May 09 23:30:59 cosmin-laptop-arch kernel: libata version 3.00 loaded.
May 09 23:30:59 cosmin-laptop-arch kernel: ahci 0000:00:17.0: version 3.0
May 09 23:30:59 cosmin-laptop-arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
May 09 23:30:59 cosmin-laptop-arch kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x4 impl SATA mode
May 09 23:30:59 cosmin-laptop-arch kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
May 09 23:30:59 cosmin-laptop-arch kernel: scsi host0: ahci
May 09 23:30:59 cosmin-laptop-arch kernel: scsi host1: ahci
May 09 23:30:59 cosmin-laptop-arch kernel: scsi host2: ahci
May 09 23:30:59 cosmin-laptop-arch kernel: ata1: DUMMY
May 09 23:30:59 cosmin-laptop-arch kernel: ata2: DUMMY
May 09 23:30:59 cosmin-laptop-arch kernel: ata3: SATA max UDMA/133 abar m2048@0xa442c000 port 0xa442c200 irq 139
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
May 09 23:30:59 cosmin-laptop-arch kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
May 09 23:30:59 cosmin-laptop-arch kernel: ata3.00: ATA-10: ST2000LM007-1R8174, LDM2, max UDMA/100
May 09 23:30:59 cosmin-laptop-arch kernel: ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 4.18
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1: Product: USB2744
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1: Manufacturer: Microchip Tech
May 09 23:30:59 cosmin-laptop-arch kernel: hub 1-1:1.0: USB hub found
May 09 23:30:59 cosmin-laptop-arch kernel: hub 1-1:1.0: 4 ports detected
May 09 23:30:59 cosmin-laptop-arch kernel: ata3.00: configured for UDMA/100
May 09 23:30:59 cosmin-laptop-arch kernel: scsi 2:0:0:0: Direct-Access     ATA      ST2000LM007-1R81 LDM2 PQ: 0 ANSI: 5
May 09 23:30:59 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
May 09 23:30:59 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] 4096-byte physical blocks
May 09 23:30:59 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Write Protect is off
May 09 23:30:59 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 09 23:30:59 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 09 23:30:59 cosmin-laptop-arch kernel:  sda: sda1 sda2 sda3 sda4
May 09 23:30:59 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Attached SCSI disk
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-4: new full-speed USB device number 3 using xhci_hcd
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-4: New USB device found, idVendor=1852, idProduct=7022, bcdDevice= 0.01
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-4: Product: DigiHug USB Audio
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-4: Manufacturer: FiiO
May 09 23:30:59 cosmin-laptop-arch kernel: hidraw: raw HID events driver (C) Jiri Kosina
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new interface driver usbhid
May 09 23:30:59 cosmin-laptop-arch kernel: usbhid: USB HID core driver
May 09 23:30:59 cosmin-laptop-arch kernel: input: FiiO DigiHug USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1852:7022.0001/input/input5
May 09 23:30:59 cosmin-laptop-arch kernel: random: fast init done
May 09 23:30:59 cosmin-laptop-arch kernel: hid-generic 0003:1852:7022.0001: input,hidraw0: USB HID v1.00 Device [FiiO DigiHug USB Audio] on usb-0000:00:14.0-4/input0
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-6: new high-speed USB device number 4 using xhci_hcd
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-6: New USB device found, idVendor=0bda, idProduct=58e5, bcdDevice= 0.01
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-6: Product: EasyCamera
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-6: Manufacturer: K4RH761ZN
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-6: SerialNumber: 200901010001
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.1: new full-speed USB device number 5 using xhci_hcd
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.1: New USB device found, idVendor=046d, idProduct=c07f, bcdDevice=91.00
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.1: Product: Gaming Mouse G302
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.1: Manufacturer: Logitech
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.1: SerialNumber: 0E7D347A3936
May 09 23:30:59 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C07F.0002/input/input6
May 09 23:30:59 cosmin-laptop-arch kernel: hid-generic 0003:046D:C07F.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech Gaming Mouse G302] on usb-0000:00:14.0-1.1/input0
May 09 23:30:59 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input7
May 09 23:30:59 cosmin-laptop-arch kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
May 09 23:30:59 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input8
May 09 23:30:59 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input9
May 09 23:30:59 cosmin-laptop-arch kernel: hid-generic 0003:046D:C07F.0003: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [Logitech Gaming Mouse G302] on usb-0000:00:14.0-1.1/input1
May 09 23:30:59 cosmin-laptop-arch systemd[1]: systemd 242.19-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Detected architecture x86-64.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Set hostname to <cosmin-laptop-arch>.
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-11: new full-speed USB device number 6 using xhci_hcd
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Created slice system-getty.slice.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Listening on LVM2 poll daemon socket.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Created slice system-rfkill\x2dunblock.slice.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Listening on udev Kernel Socket.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Listening on LVM2 metadata daemon socket.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Listening on initctl Compatibility Named Pipe.
May 09 23:30:59 cosmin-laptop-arch kernel: random: lvm: uninitialized urandom read (4 bytes read)
May 09 23:30:59 cosmin-laptop-arch kernel: EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
May 09 23:30:59 cosmin-laptop-arch kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
May 09 23:30:59 cosmin-laptop-arch kernel: random: systemd-random-: uninitialized urandom read (512 bytes read)
May 09 23:30:59 cosmin-laptop-arch kernel: vboxdrv: Found 8 processor cores
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-11: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-11: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 09 23:30:59 cosmin-laptop-arch kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2807990602 Hz
May 09 23:30:59 cosmin-laptop-arch kernel: vboxdrv: Successfully loaded version 6.0.6 (interface 0x00290008)
May 09 23:30:59 cosmin-laptop-arch kernel: VBoxPciLinuxInit
May 09 23:30:59 cosmin-laptop-arch kernel: vboxpci: IOMMU not found (not registered)
May 09 23:30:59 cosmin-laptop-arch kernel: VBoxNetAdp: Successfully started.
May 09 23:30:59 cosmin-laptop-arch kernel: VBoxNetFlt: Successfully started.
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.2: new full-speed USB device number 7 using xhci_hcd
May 09 23:30:59 cosmin-laptop-arch systemd-journald[310]: Journal started
May 09 23:30:59 cosmin-laptop-arch systemd-journald[310]: Runtime journal (/run/log/journal/ba87ba742b39402681982856451b7931) is 8.0M, max 796.5M, 788.5M free.
May 09 23:30:59 cosmin-laptop-arch systemd-modules-load[316]: Inserted module 'crypto_user'
May 09 23:30:59 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch systemd-modules-load[316]: Inserted module 'sg'
May 09 23:30:59 cosmin-laptop-arch systemd-modules-load[316]: Inserted module 'vboxdrv'
May 09 23:30:59 cosmin-laptop-arch systemd-modules-load[316]: Inserted module 'vboxpci'
May 09 23:30:59 cosmin-laptop-arch systemd-modules-load[316]: Inserted module 'vboxnetadp'
May 09 23:30:59 cosmin-laptop-arch systemd-modules-load[316]: Inserted module 'vboxnetflt'
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Starting Flush Journal to Persistent Storage...
May 09 23:30:59 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433859.446:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch systemd-journald[310]: Time spent on flushing to /var is 79.369ms for 782 entries.
May 09 23:30:59 cosmin-laptop-arch systemd-journald[310]: System journal (/var/log/journal/ba87ba742b39402681982856451b7931) is 192.0M, max 4.0G, 3.8G free.
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.2: New USB device found, idVendor=046d, idProduct=c33a, bcdDevice=14.00
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.2: Product: G413 Carbon Mechanical Gaming Keyboard
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.2: Manufacturer: Logitech
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.2: SerialNumber: 0C7736563333
May 09 23:30:59 cosmin-laptop-arch kernel: input: Logitech G413 Carbon Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C33A.0004/input/input12
May 09 23:30:59 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433859.499:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch kernel: hid-generic 0003:046D:C33A.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech G413 Carbon Mechanical Gaming Keyboard] on usb-0000:00:14.0-1.2/input0
May 09 23:30:59 cosmin-laptop-arch kernel: input: Logitech G413 Carbon Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input13
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: AC Adapter [ADP0] (on-line)
May 09 23:30:59 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 09 23:30:59 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 09 23:30:59 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 09 23:30:59 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 09 23:30:59 cosmin-laptop-arch kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
May 09 23:30:59 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433859.546:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Started udev Kernel Device Manager.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Started Flush Journal to Persistent Storage.
May 09 23:30:59 cosmin-laptop-arch kernel: random: crng init done
May 09 23:30:59 cosmin-laptop-arch kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
May 09 23:30:59 cosmin-laptop-arch kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
May 09 23:30:59 cosmin-laptop-arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input17
May 09 23:30:59 cosmin-laptop-arch kernel: input: Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input14
May 09 23:30:59 cosmin-laptop-arch kernel: hid-generic 0003:046D:C33A.0005: input,hiddev1,hidraw4: USB HID v1.11 Keyboard [Logitech G413 Carbon Mechanical Gaming Keyboard] on usb-0000:00:14.0-1.2/input1
May 09 23:30:59 cosmin-laptop-arch kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
May 09 23:30:59 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
May 09 23:30:59 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
May 09 23:30:59 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
May 09 23:30:59 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
May 09 23:30:59 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
May 09 23:30:59 cosmin-laptop-arch kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
May 09 23:30:59 cosmin-laptop-arch kernel: cryptd: max_cpu_qlen set to 1000
May 09 23:30:59 cosmin-laptop-arch kernel: r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
May 09 23:30:59 cosmin-laptop-arch kernel: libphy: r8169: probed
May 09 23:30:59 cosmin-laptop-arch kernel: r8169 0000:04:00.0 eth0: RTL8168g/8111g, 54:e1:ad:80:51:05, XID 509, IRQ 141
May 09 23:30:59 cosmin-laptop-arch kernel: r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
May 09 23:30:59 cosmin-laptop-arch kernel: AVX2 version of gcm_enc/dec engaged.
May 09 23:30:59 cosmin-laptop-arch kernel: AES CTR mode by8 optimization enabled
May 09 23:30:59 cosmin-laptop-arch systemd-udevd[344]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Found device PLEXTOR PX-256M8PeG EFI.
May 09 23:30:59 cosmin-laptop-arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
May 09 23:30:59 cosmin-laptop-arch kernel: Bluetooth: Core ver 2.22
May 09 23:30:59 cosmin-laptop-arch kernel: NET: Registered protocol family 31
May 09 23:30:59 cosmin-laptop-arch kernel: Bluetooth: HCI device and connection manager initialized
May 09 23:30:59 cosmin-laptop-arch kernel: Bluetooth: HCI socket layer initialized
May 09 23:30:59 cosmin-laptop-arch kernel: Bluetooth: L2CAP socket layer initialized
May 09 23:30:59 cosmin-laptop-arch kernel: Bluetooth: SCO socket layer initialized
May 09 23:30:59 cosmin-laptop-arch kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
May 09 23:30:59 cosmin-laptop-arch kernel: input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input18
May 09 23:30:59 cosmin-laptop-arch kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
May 09 23:30:59 cosmin-laptop-arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
May 09 23:30:59 cosmin-laptop-arch kernel: cfg80211: failed to load regulatory.db
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Found device PLEXTOR PX-256M8PeG Windows_10.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 09 23:30:59 cosmin-laptop-arch systemd-udevd[387]: Using default interface naming scheme 'v240'.
May 09 23:30:59 cosmin-laptop-arch systemd-udevd[387]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 09 23:30:59 cosmin-laptop-arch kernel: r8169 0000:04:00.0 enp4s0: renamed from eth0
May 09 23:30:59 cosmin-laptop-arch kernel: VFIO - User Level meta-driver version: 0.3
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Starting Load/Save RF Kill Switch Status...
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new interface driver btusb
May 09 23:30:59 cosmin-laptop-arch kernel: Bluetooth: hci0: Firmware revision 0.1 build 43 week 1 2019
May 09 23:30:59 cosmin-laptop-arch kernel: Intel(R) Wireless WiFi driver for Linux
May 09 23:30:59 cosmin-laptop-arch kernel: Copyright(c) 2003- 2015 Intel Corporation
May 09 23:30:59 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0: loaded firmware version 36.9f0a2d68.0 op_mode iwlmvm
May 09 23:30:59 cosmin-laptop-arch systemd-udevd[383]: Using default interface naming scheme 'v240'.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Condition check resulted in FUSE Control File System being skipped.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
May 09 23:30:59 cosmin-laptop-arch mtp-probe[498]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4"
May 09 23:30:59 cosmin-laptop-arch mtp-probe[499]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
May 09 23:30:59 cosmin-laptop-arch mtp-probe[499]: bus: 1, device: 4 was not an MTP device
May 09 23:30:59 cosmin-laptop-arch mtp-probe[498]: bus: 1, device: 3 was not an MTP device
May 09 23:30:59 cosmin-laptop-arch mtp-probe[517]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1"
May 09 23:30:59 cosmin-laptop-arch mtp-probe[517]: bus: 1, device: 5 was not an MTP device
May 09 23:30:59 cosmin-laptop-arch mtp-probe[516]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2"
May 09 23:30:59 cosmin-laptop-arch mtp-probe[516]: bus: 1, device: 7 was not an MTP device
May 09 23:30:59 cosmin-laptop-arch kernel: iTCO_vendor_support: vendor-support=0
May 09 23:30:59 cosmin-laptop-arch kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
May 09 23:30:59 cosmin-laptop-arch kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
May 09 23:30:59 cosmin-laptop-arch kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
May 09 23:30:59 cosmin-laptop-arch kernel: media: Linux media interface: v0.10
May 09 23:30:59 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
May 09 23:30:59 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain package
May 09 23:30:59 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain core
May 09 23:30:59 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain uncore
May 09 23:30:59 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain dram
May 09 23:30:59 cosmin-laptop-arch kernel: videodev: Linux video capture interface: v2.00
May 09 23:30:59 cosmin-laptop-arch mtp-probe[556]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2"
May 09 23:30:59 cosmin-laptop-arch mtp-probe[556]: bus: 1, device: 7 was not an MTP device
May 09 23:30:59 cosmin-laptop-arch kernel: mousedev: PS/2 mouse device common for all mice
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Found device ST2000LM007-1R8174 3.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Found device ST2000LM007-1R8174 Windows_Storage.
May 09 23:30:59 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Started Load/Save RF Kill Switch Status.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Activating swap /dev/disk/by-uuid/359f778a-d61e-463d-b01d-b50a2b730069...
May 09 23:30:59 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433859.856:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new interface driver snd-usb-audio
May 09 23:30:59 cosmin-laptop-arch kernel: Adding 15750140k swap on /dev/sda3.  Priority:-2 extents:1 across:15750140k FS
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Activated swap /dev/disk/by-uuid/359f778a-d61e-463d-b01d-b50a2b730069.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Reached target Swap.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Mounting Temporary Directory (/tmp)...
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Reached target Sound Card.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Mounted Temporary Directory (/tmp).
May 09 23:30:59 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0: base HW address: cc:2f:71:cd:98:c1
May 09 23:30:59 cosmin-laptop-arch kernel: checking generic (b0000000 7f0000) vs hw (b0000000 10000000)
May 09 23:30:59 cosmin-laptop-arch kernel: fb0: switching to inteldrmfb from EFI VGA
May 09 23:30:59 cosmin-laptop-arch kernel: Console: switching to colour dummy device 80x25
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] Replacing VGA console driver
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] Driver supports precise vblank timestamp query.
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Found device ST2000LM007-1R8174 4.
May 09 23:30:59 cosmin-laptop-arch kernel: uvcvideo: Found UVC 1.00 device EasyCamera (0bda:58e5)
May 09 23:30:59 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
May 09 23:30:59 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Extension 4 was not initialized!
May 09 23:30:59 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Processing 2 was not initialized!
May 09 23:30:59 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
May 09 23:30:59 cosmin-laptop-arch kernel: input: EasyCamera: EasyCamera as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input20
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new interface driver uvcvideo
May 09 23:30:59 cosmin-laptop-arch kernel: USB Video Class driver (1.1.1)
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 1
May 09 23:30:59 cosmin-laptop-arch kernel: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
May 09 23:30:59 cosmin-laptop-arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input21
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
May 09 23:30:59 cosmin-laptop-arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input22
May 09 23:30:59 cosmin-laptop-arch kernel: snd_hda_intel 0000:00:1f.3: Linked as a consumer to 0000:00:02.0
May 09 23:30:59 cosmin-laptop-arch kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
May 09 23:30:59 cosmin-laptop-arch systemd-udevd[363]: Using default interface naming scheme 'v240'.
May 09 23:30:59 cosmin-laptop-arch kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
May 09 23:30:59 cosmin-laptop-arch kernel: thermal thermal_zone2: failed to read out thermal zone (-61)
May 09 23:30:59 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
May 09 23:30:59 cosmin-laptop-arch systemd-udevd[363]: Config file /usr/lib/systemd/network/99-default.link applies to device based on potentially unpredictable interface name 'wlan0'
May 09 23:30:59 cosmin-laptop-arch systemd-udevd[363]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 09 23:31:00 cosmin-laptop-arch systemd-udevd[389]: Using default interface naming scheme 'v240'.
May 09 23:31:00 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
May 09 23:31:00 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 09 23:31:00 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
May 09 23:31:00 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
May 09 23:31:00 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
May 09 23:31:00 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
May 09 23:31:00 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
May 09 23:31:00 cosmin-laptop-arch kernel: fbcon: inteldrmfb (fb0) is primary device
May 09 23:31:00 cosmin-laptop-arch kernel: Console: switching to colour frame buffer device 240x67
May 09 23:31:00 cosmin-laptop-arch kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Local File Systems (Pre).
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounting /winstorage...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounting /windows...
May 09 23:31:00 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433860.089:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/78ea0fa8-8ae3-4621-a8b7-6eec0ca0c1c9...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/ACA7-B308...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Created slice system-systemd\x2dbacklight.slice.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounting FUSE Control File System...
May 09 23:31:00 cosmin-laptop-arch kernel: fuse init (API version 7.28)
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounted FUSE Control File System.
May 09 23:31:00 cosmin-laptop-arch systemd-fsck[598]: fsck.fat 4.1 (2017-01-24)
May 09 23:31:00 cosmin-laptop-arch systemd-fsck[598]: /dev/nvme0n1p1: 533 files, 27799/126976 clusters
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started File System Check on /dev/disk/by-uuid/ACA7-B308.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-ACA7\x2dB308 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounting /boot...
May 09 23:31:00 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433860.126:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-ACA7\x2dB308 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounted /boot.
May 09 23:31:00 cosmin-laptop-arch mount[595]: The disk contains an unclean file system (0, 0).
May 09 23:31:00 cosmin-laptop-arch mount[595]: Metadata kept in Windows cache, refused to mount.
May 09 23:31:00 cosmin-laptop-arch mount[595]: Falling back to read-only mount because the NTFS partition is in an
May 09 23:31:00 cosmin-laptop-arch mount[595]: unsafe state. Please resume and shutdown Windows fully (no hibernation
May 09 23:31:00 cosmin-laptop-arch mount[595]: or fast restarting.)
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[622]: Version 2017.3.23 external FUSE 29
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[622]: Mounted /dev/nvme0n1p3 (Read-Only, label "Windows 10", NTFS 3.1)
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounted /windows.
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[622]: Cmdline options: rw
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[622]: Mount options: rw,allow_other,nonempty,relatime,ro,fsname=/dev/nvme0n1p3,blkdev,blksize=4096
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[622]: Ownership and permissions disabled, configuration type 7
May 09 23:31:00 cosmin-laptop-arch mount[594]: The disk contains an unclean file system (0, 0).
May 09 23:31:00 cosmin-laptop-arch mount[594]: Metadata kept in Windows cache, refused to mount.
May 09 23:31:00 cosmin-laptop-arch mount[594]: Falling back to read-only mount because the NTFS partition is in an
May 09 23:31:00 cosmin-laptop-arch mount[594]: unsafe state. Please resume and shutdown Windows fully (no hibernation
May 09 23:31:00 cosmin-laptop-arch mount[594]: or fast restarting.)
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433860.239:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x6d4f00)
May 09 23:31:00 cosmin-laptop-arch kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x70, 0x15, 0x0c.
May 09 23:31:00 cosmin-laptop-arch kernel: psmouse serio1: elantech: Elan sample query result 02, 2d, a8
May 09 23:31:00 cosmin-laptop-arch systemd-fsck[596]: /dev/sda4: clean, 58113/88342528 files, 87023834/353368832 blocks
May 09 23:31:00 cosmin-laptop-arch kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input19
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started File System Check on /dev/disk/by-uuid/78ea0fa8-8ae3-4621-a8b7-6eec0ca0c1c9.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-78ea0fa8\x2d8ae3\x2d4621\x2da8b7\x2d6eec0ca0c1c9 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433860.413:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-78ea0fa8\x2d8ae3\x2d4621\x2da8b7\x2d6eec0ca0c1c9 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounting /storage...
May 09 23:31:00 cosmin-laptop-arch kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounted /storage.
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[629]: Version 2017.3.23 external FUSE 29
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[629]: Mounted /dev/sda2 (Read-Only, label "Windows Storage", NTFS 3.1)
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[629]: Cmdline options: rw
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[629]: Mount options: rw,allow_other,nonempty,relatime,ro,fsname=/dev/sda2,blkdev,blksize=4096
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[629]: Ownership and permissions disabled, configuration type 7
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounted /winstorage.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Local File Systems.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Rebuild Dynamic Linker Cache...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Create Volatile Files and Directories...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Create Volatile Files and Directories.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Network Time Synchronization...
May 09 23:31:00 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433860.669:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Rebuild Journal Catalog...
May 09 23:31:00 cosmin-laptop-arch audit[632]: SYSTEM_BOOT pid=632 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Update UTMP about System Boot/Shutdown.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Rebuild Journal Catalog.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Rebuild Dynamic Linker Cache.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Update is Completed...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Update is Completed.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Network Time Synchronization.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target System Time Set.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target System Time Synchronized.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target System Initialization.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Daily verification of password and group files.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Daily man-db regeneration.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Listening on D-Bus System Message Bus Socket.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Sockets.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Daily rotation of log files.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Daily Cleanup of Temporary Directories.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Timers.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Basic System.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Login Service...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Bluetooth service...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started D-Bus System Message Bus.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting RFKill-Unblock all...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Network Manager...
May 09 23:31:00 cosmin-laptop-arch bluetoothd[640]: Bluetooth daemon 5.50
May 09 23:31:00 cosmin-laptop-arch rfkill[642]: unblock set for all
May 09 23:31:00 cosmin-laptop-arch systemd[1]: rfkill-unblock@all.service: Succeeded.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rfkill-unblock@all comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rfkill-unblock@all comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started RFKill-Unblock all.
May 09 23:31:00 cosmin-laptop-arch bluetoothd[640]: Starting SDP server
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Bluetooth service.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Bluetooth.
May 09 23:31:00 cosmin-laptop-arch bluetoothd[640]: Bluetooth management interface 1.14 initialized
May 09 23:31:00 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=640 comm="/usr/lib/bluetooth/bluetoothd ")
May 09 23:31:00 cosmin-laptop-arch kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
May 09 23:31:00 cosmin-laptop-arch kernel: Bluetooth: BNEP filters: protocol multicast
May 09 23:31:00 cosmin-laptop-arch kernel: Bluetooth: BNEP socket layer initialized
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Hostname Service...
May 09 23:31:00 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433860.8913] NetworkManager (version 1.18.0-1) is starting... (for the first time)
May 09 23:31:00 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433860.8913] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Network Manager.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433860.8998] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Network.
May 09 23:31:00 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433860.9000] manager[0x5564c130d080]: monitoring kernel firmware directory '/lib/firmware'.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Permit User Sessions...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Permit User Sessions.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Getty on tty1.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Login Prompts.
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: New seat seat0.
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event2 (Power Button)
May 09 23:31:01 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Started Hostname Service.
May 09 23:31:01 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch kernel: kauditd_printk_skb: 13 callbacks suppressed
May 09 23:31:01 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433861.066:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.0851] hostname: hostname: using hostnamed
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.0851] hostname: hostname changed from (none) to "cosmin-laptop-arch"
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.0853] dns-mgr[0x5564c12c3210]: init: dns=default,systemd-resolved rc-manager=symlink
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.0862] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0/ieee80211/phy0/rfkill3) (driver iwlwifi)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.0863] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/rfkill/rfkill1) (platform driver ideapad_acpi)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.0906] manager[0x5564c130d080]: rfkill: Wi-Fi hardware radio set enabled
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.0906] manager[0x5564c130d080]: rfkill: WWAN hardware radio set enabled
May 09 23:31:01 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.13' (uid=0 pid=643 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Starting Network Manager Script Dispatcher Service...
May 09 23:31:01 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
May 09 23:31:01 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Started Network Manager Script Dispatcher Service.
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1117] settings: Loaded settings plugin: NMSKeyfilePlugin (internal)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1124] settings: Loaded settings plugin: NMSIbftPlugin ("/usr/lib/NetworkManager/1.18.0-1/libnm-settings-plugin-ibft.so")
May 09 23:31:01 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433861.109:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1140] keyfile: new connection /etc/NetworkManager/system-connections/Campus Wi-Fi UNITBV.nmconnection (c1e78c46-62a6-4287-8f8d-a6f1182131cf,"Campus Wi-Fi UNITBV")
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1145] keyfile: new connection /etc/NetworkManager/system-connections/in-tech_gast.nmconnection (ffb11b7c-5ab2-4281-acfc-a0fca5a34632,"in-tech_gast")
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1150] keyfile: new connection /etc/NetworkManager/system-connections/TP-LINK.nmconnection (fb7af1f1-2970-49ee-8824-4d47de410737,"TP-LINK")
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1156] keyfile: new connection /etc/NetworkManager/system-connections/hoppturee-c-5.nmconnection (c65cf6fc-c5b6-49dd-8527-0e3002e93fbf,"hoppturee-c-5")
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1169] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1170] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1170] manager: Networking is enabled by state file
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1171] dhcp-init: Using DHCP client 'internal'
May 09 23:31:01 cosmin-laptop-arch nm-dispatcher[651]: req:1 'hostname': new request (0 scripts)
May 09 23:31:01 cosmin-laptop-arch nm-dispatcher[651]: req:1 'hostname': completed: no scripts
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1193] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-wwan.so)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1248] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-team.so)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1252] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-adsl.so)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1262] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-bluetooth.so)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1265] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-ovs.so)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1273] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-wifi.so)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1278] device (lo): carrier: link connected
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1279] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1285] manager: (enp4s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1294] keyfile: add connection /var/run/NetworkManager/system-connections/Wired connection 1.nmconnection (0649c446-6ef6-33db-9212-20e0a948c967,"Wired connection 1")
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1297] settings: (enp4s0): created default wired connection 'Wired connection 1'
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1300] device (enp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 09 23:31:01 cosmin-laptop-arch kernel: Generic PHY r8169-400:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event1 (Power Button)
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event0 (Lid Switch)
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event6 (Logitech Gaming Mouse G302 Keyboard)
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event7 (Logitech Gaming Mouse G302 Consumer Control)
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event8 (Logitech Gaming Mouse G302 System Control)
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event9 (Logitech G413 Carbon Mechanical Gaming Keyboard)
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event10 (Logitech G413 Carbon Mechanical Gaming Keyboard)
May 09 23:31:01 cosmin-laptop-arch kernel: r8169 0000:04:00.0 enp4s0: Link is Down
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.2525] device (wlp3s0): driver supports Access Point (AP) mode
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.2537] manager: (wlp3s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.2556] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.5087] device (wlp3s0): set-hw-addr: set MAC address to 02:11:9B:02:AB:37 (scanning)
May 09 23:31:01 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.13' (uid=0 pid=643 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.7659] ovsdb: Could not connect: No such file or directory
May 09 23:31:01 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.13' (uid=0 pid=643 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Starting Authorization Manager...
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.7673] bluez: use BlueZ version 5
May 09 23:31:01 cosmin-laptop-arch nm-dispatcher[651]: req:2 'connectivity-change': new request (0 scripts)
May 09 23:31:01 cosmin-laptop-arch nm-dispatcher[651]: req:2 'connectivity-change': completed: no scripts
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Starting WPA supplicant...
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.7701] bluez5: NAP: added interface CC:2F:71:CD:98:C5
May 09 23:31:01 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
May 09 23:31:01 cosmin-laptop-arch wpa_supplicant[661]: Successfully initialized wpa_supplicant
May 09 23:31:01 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Started WPA supplicant.
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.7785] supplicant: wpa_supplicant running
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.7785] device (wlp3s0): supplicant interface state: init -> starting
May 09 23:31:01 cosmin-laptop-arch polkitd[660]: Started polkitd version 0.116
May 09 23:31:01 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433861.776:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch polkitd[660]: Loading rules from directory /etc/polkit-1/rules.d
May 09 23:31:01 cosmin-laptop-arch polkitd[660]: Loading rules from directory /usr/share/polkit-1/rules.d
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Started Login Service.
May 09 23:31:01 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Reached target Multi-User System.
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Reached target Graphical Interface.
May 09 23:31:01 cosmin-laptop-arch polkitd[660]: Finished loading, compiling and executing 7 rules
May 09 23:31:01 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Started Authorization Manager.
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Startup finished in 13.788s (firmware) + 7.028s (loader) + 3.719s (kernel) + 2.731s (userspace) = 27.268s.
May 09 23:31:01 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch polkitd[660]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
May 09 23:31:01 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433861.816:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433861.816:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.8523] sup-iface[0x5564c13d9840,wlp3s0]: supports 5 scan SSIDs
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.8529] device (wlp3s0): supplicant interface state: starting -> ready
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.8529] Wi-Fi P2P device controlled by interface wlp3s0 created
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.8531] manager: (p2p-dev-wlp3s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.8533] device (p2p-dev-wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <warn>  [1557433861.8538] sup-iface: failed to cancel p2p connect: P2P cancel failed
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.8538] device (p2p-dev-wlp3s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.8540] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
May 09 23:31:03 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.13' (uid=0 pid=643 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 23:31:03 cosmin-laptop-arch dbus-daemon[641]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
May 09 23:31:03 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.13' (uid=0 pid=643 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 23:31:03 cosmin-laptop-arch dbus-daemon[641]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7900] device (enp4s0): carrier: link connected
May 09 23:31:03 cosmin-laptop-arch kernel: r8169 0000:04:00.0 enp4s0: Link is Up - 1Gbps/Full - flow control rx/tx
May 09 23:31:03 cosmin-laptop-arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7907] device (enp4s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7923] policy: auto-activating connection 'Wired connection 1' (0649c446-6ef6-33db-9212-20e0a948c967)
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7937] device (enp4s0): Activation: starting connection 'Wired connection 1' (0649c446-6ef6-33db-9212-20e0a948c967)
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7940] device (enp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7948] manager: NetworkManager state is now CONNECTING
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7951] device (enp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7954] device (enp4s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7956] dhcp4 (enp4s0): activation: beginning transaction (timeout in 45 seconds)
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2720] policy: auto-activating connection 'hoppturee-c-5' (c65cf6fc-c5b6-49dd-8527-0e3002e93fbf)
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2723] device (wlp3s0): Activation: starting connection 'hoppturee-c-5' (c65cf6fc-c5b6-49dd-8527-0e3002e93fbf)
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2724] device (wlp3s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2745] device (wlp3s0): set-hw-addr: reset MAC address to CC:2F:71:CD:98:C1 (preserve)
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2831] device (wlp3s0): supplicant interface state: ready -> disabled
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2831] device (p2p-dev-wlp3s0): supplicant management interface state: ready -> disabled
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2832] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2834] device (wlp3s0): Activation: (wifi) access point 'hoppturee-c-5' has security, but secrets are required.
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2834] device (wlp3s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2844] device (wlp3s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2846] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2848] device (wlp3s0): Activation: (wifi) connection 'hoppturee-c-5' has security, and secrets exist.  No new secrets needed.
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2849] Config: added 'ssid' value 'hoppturee-c-5'
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2849] Config: added 'scan_ssid' value '1'
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2849] Config: added 'bgscan' value 'simple:30:-80:86400'
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2849] Config: added 'key_mgmt' value 'WPA-PSK'
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2849] Config: added 'auth_alg' value 'OPEN'
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2849] Config: added 'psk' value '<hidden>'
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.3285] device (wlp3s0): supplicant interface state: disabled -> inactive
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.3285] device (p2p-dev-wlp3s0): supplicant management interface state: disabled -> inactive
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.3450] device (wlp3s0): supplicant interface state: inactive -> scanning
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.3451] device (p2p-dev-wlp3s0): supplicant management interface state: inactive -> scanning
May 09 23:31:05 cosmin-laptop-arch systemd[1]: systemd-rfkill.service: Succeeded.
May 09 23:31:05 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:05 cosmin-laptop-arch kernel: audit: type=1131 audit(1557433865.883:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:05 cosmin-laptop-arch wpa_supplicant[661]: wlp3s0: SME: Trying to authenticate with 0c:9d:92:ba:36:14 (SSID='hoppturee-c-5' freq=5500 MHz)
May 09 23:31:05 cosmin-laptop-arch kernel: wlp3s0: authenticate with 0c:9d:92:ba:36:14
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.9992] device (wlp3s0): supplicant interface state: scanning -> authenticating
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.9992] device (p2p-dev-wlp3s0): supplicant management interface state: scanning -> authenticating
May 09 23:31:06 cosmin-laptop-arch kernel: wlp3s0: send auth to 0c:9d:92:ba:36:14 (try 1/3)
May 09 23:31:06 cosmin-laptop-arch wpa_supplicant[661]: wlp3s0: Trying to associate with 0c:9d:92:ba:36:14 (SSID='hoppturee-c-5' freq=5500 MHz)
May 09 23:31:06 cosmin-laptop-arch kernel: wlp3s0: authenticated
May 09 23:31:06 cosmin-laptop-arch kernel: wlp3s0: associate with 0c:9d:92:ba:36:14 (try 1/3)
May 09 23:31:06 cosmin-laptop-arch kernel: wlp3s0: RX AssocResp from 0c:9d:92:ba:36:14 (capab=0x511 status=0 aid=2)
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0150] device (wlp3s0): supplicant interface state: authenticating -> associating
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0150] device (p2p-dev-wlp3s0): supplicant management interface state: authenticating -> associating
May 09 23:31:06 cosmin-laptop-arch wpa_supplicant[661]: wlp3s0: Associated with 0c:9d:92:ba:36:14
May 09 23:31:06 cosmin-laptop-arch wpa_supplicant[661]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
May 09 23:31:06 cosmin-laptop-arch kernel: wlp3s0: associated
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0243] device (wlp3s0): supplicant interface state: associating -> associated
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0243] device (p2p-dev-wlp3s0): supplicant management interface state: associating -> associated
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0313] device (wlp3s0): supplicant interface state: associated -> 4-way handshake
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0313] device (p2p-dev-wlp3s0): supplicant management interface state: associated -> 4-way handshake
May 09 23:31:06 cosmin-laptop-arch wpa_supplicant[661]: wlp3s0: WPA: Key negotiation completed with 0c:9d:92:ba:36:14 [PTK=CCMP GTK=CCMP]
May 09 23:31:06 cosmin-laptop-arch wpa_supplicant[661]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to 0c:9d:92:ba:36:14 completed [id=0 id_str=]
May 09 23:31:06 cosmin-laptop-arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
May 09 23:31:06 cosmin-laptop-arch wpa_supplicant[661]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-63 noise=9999 txrate=6000
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0814] device (wlp3s0): supplicant interface state: 4-way handshake -> completed
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0815] device (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "hoppturee-c-5"
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0815] device (p2p-dev-wlp3s0): supplicant management interface state: 4-way handshake -> completed
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0818] device (wlp3s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0824] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1145] dhcp4 (wlp3s0):   address 192.168.1.100
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1145] dhcp4 (wlp3s0):   plen 24
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1146] dhcp4 (wlp3s0):   expires in 86400 seconds (at 1557520266)
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1146] dhcp4 (wlp3s0):   nameserver '192.168.1.1'
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1147] dhcp4 (wlp3s0):   hostname 'cosmin-laptop-arch'
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1147] dhcp4 (wlp3s0):   router 192.168.1.1
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1155] dhcp4 (wlp3s0): state changed unknown -> bound
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1183] device (wlp3s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1199] device (wlp3s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1206] device (wlp3s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
May 09 23:31:06 cosmin-laptop-arch kernel: wlp3s0: Limiting TX power to 24 (27 - 3) dBm as advertised by 0c:9d:92:ba:36:14
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1295] policy: set 'hoppturee-c-5' (wlp3s0) as default for IPv4 routing and DNS
May 09 23:31:06 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.13' (uid=0 pid=643 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 23:31:06 cosmin-laptop-arch dbus-daemon[641]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1350] device (wlp3s0): Activation: successful, device activated.
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:3 'up' [wlp3s0]: new request (0 scripts)
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:3 'up' [wlp3s0]: completed: no scripts
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:4 'connectivity-change': new request (0 scripts)
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:4 'connectivity-change': completed: no scripts
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2212] dhcp4 (enp4s0):   address 192.168.1.249
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2212] dhcp4 (enp4s0):   plen 24
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2213] dhcp4 (enp4s0):   expires in 86400 seconds (at 1557520266)
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2213] dhcp4 (enp4s0):   nameserver '192.168.1.1'
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2214] dhcp4 (enp4s0):   hostname 'cosmin-laptop-arch'
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2214] dhcp4 (enp4s0):   router 192.168.1.1
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2220] dhcp4 (enp4s0): state changed unknown -> bound
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2258] device (enp4s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2275] device (enp4s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2281] device (enp4s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2292] manager: NetworkManager state is now CONNECTED_SITE
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2341] manager: NetworkManager state is now CONNECTED_LOCAL
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2346] manager: NetworkManager state is now CONNECTED_SITE
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2350] policy: set 'Wired connection 1' (enp4s0) as default for IPv4 routing and DNS
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2395] device (enp4s0): Activation: successful, device activated.
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2413] manager: startup complete
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:5 'up' [enp4s0]: new request (0 scripts)
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:5 'up' [enp4s0]: completed: no scripts
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3061] manager: NetworkManager state is now CONNECTED_LOCAL
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3066] manager: NetworkManager state is now CONNECTED_SITE
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3068] policy: set 'hoppturee-c-5' (wlp3s0) as default for IPv4 routing and DNS
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3249] manager: NetworkManager state is now CONNECTED_GLOBAL
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:6 'connectivity-change': new request (0 scripts)
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:6 'connectivity-change': completed: no scripts
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3268] policy: set 'Wired connection 1' (enp4s0) as default for IPv4 routing and DNS
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3711] dhcp6 (enp4s0): activation: beginning transaction (timeout in 45 seconds)
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3729] policy: set 'Wired connection 1' (enp4s0) as default for IPv6 routing and DNS
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3777] dhcp6 (enp4s0):   nameserver 2a02:2f0e:d917:9300::1
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3777] dhcp6 (enp4s0): state changed unknown -> bound
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:7 'dhcp6-change' [enp4s0]: new request (0 scripts)
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:7 'dhcp6-change' [enp4s0]: completed: no scripts
May 09 23:31:08 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433868.3994] dhcp6 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
May 09 23:31:08 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433868.4149] dhcp6 (wlp3s0):   nameserver 2a02:2f0e:d917:9300::1
May 09 23:31:08 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433868.4150] dhcp6 (wlp3s0): state changed unknown -> bound
May 09 23:31:08 cosmin-laptop-arch nm-dispatcher[651]: req:8 'dhcp6-change' [wlp3s0]: new request (0 scripts)
May 09 23:31:08 cosmin-laptop-arch nm-dispatcher[651]: req:8 'dhcp6-change' [wlp3s0]: completed: no scripts
May 09 23:31:11 cosmin-laptop-arch systemd[1]: NetworkManager-dispatcher.service: Succeeded.
May 09 23:31:11 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:11 cosmin-laptop-arch kernel: audit: type=1131 audit(1557433871.373:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:13 cosmin-laptop-arch kernel: audit: type=1006 audit(1557433873.183:31): pid=650 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
May 09 23:31:13 cosmin-laptop-arch login[650]: pam_unix(login:session): session opened for user cosmin by LOGIN(uid=0)
May 09 23:31:13 cosmin-laptop-arch systemd[1]: Created slice User Slice of UID 1000.
May 09 23:31:13 cosmin-laptop-arch systemd[1]: Starting User Runtime Directory /run/user/1000...
May 09 23:31:13 cosmin-laptop-arch systemd-logind[639]: New session 1 of user cosmin.
May 09 23:31:13 cosmin-laptop-arch systemd[1]: Started User Runtime Directory /run/user/1000.
May 09 23:31:13 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:13 cosmin-laptop-arch systemd[1]: Starting User Manager for UID 1000...
May 09 23:31:13 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433873.203:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:13 cosmin-laptop-arch kernel: audit: type=1006 audit(1557433873.206:33): pid=710 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
May 09 23:31:13 cosmin-laptop-arch systemd[710]: pam_unix(systemd-user:session): session opened for user cosmin by (uid=0)
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on GnuPG cryptographic agent and passphrase cache.
May 09 23:31:13 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433873.286:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:13 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 09 23:31:13 cosmin-laptop-arch login[650]: LOGIN ON tty1 BY cosmin
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Reached target Paths.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on GnuPG network certificate management daemon.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on p11-kit server.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on Multimedia System.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Reached target Timers.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on Sound System.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Starting D-Bus User Message Bus Socket.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on D-Bus User Message Bus Socket.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Reached target Sockets.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Reached target Basic System.
May 09 23:31:13 cosmin-laptop-arch systemd[1]: Started User Manager for UID 1000.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Starting Update XDG user dir configuration...
May 09 23:31:13 cosmin-laptop-arch systemd[1]: Started Session 1 of user cosmin.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: xdg-user-dirs-update.service: Succeeded.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Started Update XDG user dir configuration.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Reached target Main User Target.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Startup finished in 77ms.
May 09 23:31:15 cosmin-laptop-arch systemd[710]: Started D-Bus User Message Bus.
May 09 23:31:16 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.3' (uid=1000 pid=765 comm="/usr/lib/gnome-session-check-accelerated ")
May 09 23:31:16 cosmin-laptop-arch systemd[710]: Starting Accessibility services bus...
May 09 23:31:16 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.a11y.Bus'
May 09 23:31:16 cosmin-laptop-arch systemd[710]: Started Accessibility services bus.
May 09 23:31:16 cosmin-laptop-arch at-spi-bus-launcher[766]: dbus-daemon[772]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=765 comm="/usr/lib/gnome-session-check-accelerated ")
May 09 23:31:16 cosmin-laptop-arch at-spi-bus-launcher[766]: dbus-daemon[772]: Successfully activated service 'org.a11y.atspi.Registry'
May 09 23:31:16 cosmin-laptop-arch at-spi-bus-launcher[766]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 09 23:31:16 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.6' (uid=1000 pid=765 comm="/usr/lib/gnome-session-check-accelerated ")
May 09 23:31:16 cosmin-laptop-arch systemd[710]: Starting Virtual filesystem service...
May 09 23:31:16 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gtk.vfs.Daemon'
May 09 23:31:16 cosmin-laptop-arch systemd[710]: Started Virtual filesystem service.
May 09 23:31:16 cosmin-laptop-arch gnome-keyring-daemon[797]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
May 09 23:31:16 cosmin-laptop-arch gnome-keyring-daemon[798]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
May 09 23:31:16 cosmin-laptop-arch gnome-keyring-d[798]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
May 09 23:31:16 cosmin-laptop-arch gnome-keyring-daemon[799]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
May 09 23:31:16 cosmin-laptop-arch gnome-keyring-d[797]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
May 09 23:31:16 cosmin-laptop-arch gnome-keyring-d[799]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
May 09 23:31:16 cosmin-laptop-arch gnome-keyring-ssh.desktop[794]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
May 09 23:31:17 cosmin-laptop-arch gnome-shell[807]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Starting sandboxed app permission store...
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Started sandboxed app permission store.
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.21' (uid=1000 pid=828 comm="/usr/lib/gnome-shell-calendar-server ")
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Starting Evolution source registry...
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='org.gnome.OnlineAccounts' requested by ':1.22' (uid=1000 pid=832 comm="/usr/lib/evolution-source-registry ")
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.50' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Starting Daemon for power management...
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Started Evolution source registry.
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Starting Sound Service...
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.Shell.CalendarServer'
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.52' (uid=1000 pid=843 comm="/usr/bin/pulseaudio --daemonize=no ")
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.50' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Starting RealtimeKit Scheduling Policy Service...
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Reached target User and Group Name Lookups.
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Starting Accounts Service...
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Started RealtimeKit Scheduling Policy Service.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Successfully called chroot.
May 09 23:31:17 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433877.793:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Successfully dropped privileges.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Successfully limited resources.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Running.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Canary thread running.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Watchdog thread running.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Successfully made thread 843 of process 843 owned by '1000' high priority at nice level -11.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Supervising 1 threads of 1 processes of 1 users.
May 09 23:31:17 cosmin-laptop-arch accounts-daemon[848]: started daemon version 0.6.55
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.Accounts'
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Started Accounts Service.
May 09 23:31:17 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch goa-daemon[839]: goa-daemon version 3.32.0 starting
May 09 23:31:17 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433877.819:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='org.gnome.Identity' requested by ':1.23' (uid=1000 pid=839 comm="/usr/lib/goa-daemon ")
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.OnlineAccounts'
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.Identity'
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.50' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Starting Location Lookup Service...
May 09 23:31:17 cosmin-laptop-arch polkitd[660]: Registered Authentication Agent for unix-session:1 (system bus name :1.50 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.62' (uid=971 pid=864 comm="/usr/lib/geoclue ")
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 09 23:31:17 cosmin-laptop-arch geoclue[864]: Failed to connect to avahi service: Daemon not running
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Started Location Lookup Service.
May 09 23:31:17 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433877.873:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Supervising 1 threads of 1 processes of 1 users.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Successfully made thread 868 of process 843 owned by '1000' RT at priority 5.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Supervising 2 threads of 1 processes of 1 users.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Supervising 2 threads of 1 processes of 1 users.
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='org.freedesktop.Telepathy.AccountManager' requested by ':1.26' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Successfully made thread 869 of process 843 owned by '1000' RT at priority 5.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Supervising 3 threads of 1 processes of 1 users.
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Starting Virtual filesystem service - disk device monitor...
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.72' (uid=1000 pid=875 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Starting Disk Manager...
May 09 23:31:17 cosmin-laptop-arch udisksd[880]: udisks daemon version 2.8.2 starting
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.freedesktop.Telepathy.AccountManager'
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.UDisks2'
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Started Disk Manager.
May 09 23:31:17 cosmin-laptop-arch udisksd[880]: Acquired the name org.freedesktop.UDisks2 on the system message bus
May 09 23:31:17 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Started Virtual filesystem service - disk device monitor.
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Starting Virtual filesystem service - Apple File Conduit monitor...
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.UPower'
May 09 23:31:17 cosmin-laptop-arch gvfs-afc-volume-monitor[919]: Volume monitor alive
May 09 23:31:17 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Started Daemon for power management.
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Started Virtual filesystem service - Apple File Conduit monitor.
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Started Virtual filesystem service - GNOME Online Accounts monitor.
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Started Virtual filesystem service - Media Transfer Protocol monitor.
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Starting Virtual filesystem service - digital camera monitor...
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Started Virtual filesystem service - digital camera monitor.
May 09 23:31:18 cosmin-laptop-arch gnome-shell[807]: JS WARNING: [resource:///org/gnome/shell/ui/workspacesView.js 527]: reference to undefined property "_workspacesViews"
May 09 23:31:18 cosmin-laptop-arch gnome-shell[807]: JS ERROR: Exception in callback for signal: cancel: TypeError: this._workspacesViews is undefined
                                                     _endTouchGesture@resource:///org/gnome/shell/ui/workspacesView.js:527:25
                                                     _emit@resource:///org/gnome/gjs/modules/signals.js:142:27
                                                     set enabled@resource:///org/gnome/shell/ui/windowManager.js:478:13
                                                     WorkspacesDisplay<@resource:///org/gnome/shell/ui/workspacesView.js:482:9
                                                     ViewSelector<@resource:///org/gnome/shell/ui/viewSelector.js:167:35
                                                     ControlsManager<@resource:///org/gnome/shell/ui/overviewControls.js:405:29
                                                     init@resource:///org/gnome/shell/ui/overview.js:234:26
                                                     _initializeUI@resource:///org/gnome/shell/ui/main.js:184:5
                                                     start@resource:///org/gnome/shell/ui/main.js:124:5
                                                     @<main>:1:31
May 09 23:31:18 cosmin-laptop-arch gnome-shell[807]: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 09 23:31:18 cosmin-laptop-arch kernel: rfkill: input handler disabled
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.94' (uid=1000 pid=938 comm="/usr/lib/gsd-keyboard ")
May 09 23:31:18 cosmin-laptop-arch systemd[1]: Starting Locale Service...
May 09 23:31:18 cosmin-laptop-arch gsd-media-keys[947]: g_variant_get_va: assertion 'value != NULL' failed
May 09 23:31:18 cosmin-laptop-arch gsd-media-keys[947]: g_variant_unref: assertion 'value != NULL' failed
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.97' (uid=1000 pid=957 comm="/usr/lib/gsd-color ")
May 09 23:31:18 cosmin-laptop-arch systemd[1]: Starting Manage, Install and Generate Color Profiles...
May 09 23:31:18 cosmin-laptop-arch gsd-xsettings[967]: Failed to get current display configuration state: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.gnome.Mutter.DisplayConfig" does not exist
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.ColorManager'
May 09 23:31:18 cosmin-laptop-arch systemd[1]: Started Manage, Install and Generate Color Profiles.
May 09 23:31:18 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.locale1'
May 09 23:31:18 cosmin-laptop-arch systemd[1]: Started Locale Service.
May 09 23:31:18 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar7' unit='evolution-calendar-factory.service' requested by ':1.21' (uid=1000 pid=828 comm="/usr/lib/gnome-shell-calendar-server ")
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Starting Evolution calendar service...
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.evolution.dataserver.Calendar7'
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Started Evolution calendar service.
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='ca.desrt.dconf' requested by ':1.59' (uid=1000 pid=1041 comm="/usr/lib/evolution-calendar-factory ")
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook9' unit='evolution-addressbook-factory.service' requested by ':1.59' (uid=1000 pid=1041 comm="/usr/lib/evolution-calendar-factory ")
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Starting Evolution address book service...
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'ca.desrt.dconf'
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook9'
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Started Evolution address book service.
May 09 23:31:18 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433878.8763] agent-manager: req[0x5564c13cd4e0, :1.50/org.gnome.Shell.NetworkAgent/1000]: agent registered
May 09 23:31:18 cosmin-laptop-arch gnome-shell[807]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
May 09 23:31:19 cosmin-laptop-arch rtkit-daemon[847]: Supervising 3 threads of 1 processes of 1 users.
May 09 23:31:19 cosmin-laptop-arch rtkit-daemon[847]: Successfully made thread 1082 of process 843 owned by '1000' RT at priority 5.
May 09 23:31:19 cosmin-laptop-arch rtkit-daemon[847]: Supervising 4 threads of 1 processes of 1 users.
May 09 23:31:19 cosmin-laptop-arch rtkit-daemon[847]: Supervising 4 threads of 1 processes of 1 users.
May 09 23:31:19 cosmin-laptop-arch rtkit-daemon[847]: Successfully made thread 1083 of process 843 owned by '1000' RT at priority 5.
May 09 23:31:19 cosmin-laptop-arch rtkit-daemon[847]: Supervising 5 threads of 1 processes of 1 users.
May 09 23:31:19 cosmin-laptop-arch systemd[710]: Started Sound Service.
May 09 23:31:19 cosmin-laptop-arch bluetoothd[640]: Endpoint registered: sender=:1.151 path=/MediaEndpoint/A2DPSource
May 09 23:31:19 cosmin-laptop-arch bluetoothd[640]: Endpoint registered: sender=:1.151 path=/MediaEndpoint/A2DPSink
May 09 23:31:19 cosmin-laptop-arch pulseaudio[843]: E: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
May 09 23:31:19 cosmin-laptop-arch kernel: Bluetooth: RFCOMM TTY layer initialized
May 09 23:31:19 cosmin-laptop-arch kernel: Bluetooth: RFCOMM socket layer initialized
May 09 23:31:19 cosmin-laptop-arch kernel: Bluetooth: RFCOMM ver 1.11
May 09 23:31:19 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.64' (uid=1000 pid=1094 comm="gdbus call -e -d org.freedesktop.DBus -o /org/free")
May 09 23:31:19 cosmin-laptop-arch systemd[710]: Starting Tracker metadata database store and lookup manager...
May 09 23:31:19 cosmin-laptop-arch gnome-session-binary[758]: Entering running state
May 09 23:31:19 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.freedesktop.Tracker1'
May 09 23:31:19 cosmin-laptop-arch systemd[710]: Started Tracker metadata database store and lookup manager.
May 09 23:31:19 cosmin-laptop-arch tracker-store.desktop[1094]: (uint32 1,)
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: Failed to load /usr/lib/gs-plugins-13/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gs-plugins-13/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: enabled plugins: desktop-categories, os-release, provenance, shell-extensions, appstream, provenance-license, desktop-menu-path, epiphany, flatpak, generic-updates, hardcoded-blacklist, hardcoded-featured, hardcoded-popular, modalias, rewrite-resource, icons, odrs, key-colors, key-colors-metadata
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: disabled plugins: dpkg, dummy, fedora-pkgdb-collections, repos
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: /etc/PackageKit/Vendor.conf file not found
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: hiding category games featured applications: found only 0 to show, need at least 9
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: hiding category productivity featured applications: found only 0 to show, need at least 9
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: Only 3 apps for popular list, hiding
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: not handling error failed for action refine: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: not handling error failed for action refine: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: not handling error failed for action refine: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 23:31:19 cosmin-laptop-arch gnome-shell[807]: GNOME Shell started at Thu May 09 2019 23:31:18 GMT+0300 (EEST)
May 09 23:31:20 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.157' (uid=976 pid=1035 comm="/usr/lib/colord-sane ")
May 09 23:31:20 cosmin-laptop-arch dbus-daemon[641]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 09 23:31:22 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.158' (uid=976 pid=1035 comm="/usr/lib/colord-sane ")
May 09 23:31:22 cosmin-laptop-arch dbus-daemon[641]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 09 23:31:22 cosmin-laptop-arch kernel: retire_capture_urb: 2453 callbacks suppressed
May 09 23:31:29 cosmin-laptop-arch gnome-shell[807]: JS WARNING: [resource:///org/gnome/shell/ui/workspacesView.js 731]: reference to undefined property 1
May 09 23:31:29 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesActualGeometry@resource:///org/gnome/shell/ui/workspacesView.js:731:13
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:390:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 23:31:29 cosmin-laptop-arch gnome-shell[807]: JS WARNING: [resource:///org/gnome/shell/ui/workspacesView.js 714]: reference to undefined property 1
May 09 23:31:29 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 23:31:30 cosmin-laptop-arch gnome-shell[807]: g_environ_setenv: assertion 'value != NULL' failed
May 09 23:31:30 cosmin-laptop-arch spotify.desktop[807]: spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)
May 09 23:31:30 cosmin-laptop-arch systemd-timesyncd[633]: Synchronized to time server for the first time [2a01:4f8:c0c:497b::2]:123 (2.arch.pool.ntp.org).
May 09 23:31:35 cosmin-laptop-arch spotify.desktop[807]: /opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)
May 09 23:31:35 cosmin-laptop-arch spotify.desktop[807]: /proc/self/exe: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /proc/self/exe)
May 09 23:31:38 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 23:31:39 cosmin-laptop-arch gnome-shell[807]: g_environ_setenv: assertion 'value != NULL' failed
May 09 23:31:39 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
May 09 23:31:40 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.74' (uid=1000 pid=1260 comm="gnome-terminal ")
May 09 23:31:40 cosmin-laptop-arch systemd[710]: Starting GNOME Terminal Server...
May 09 23:31:40 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.Terminal'
May 09 23:31:40 cosmin-laptop-arch systemd[710]: Started GNOME Terminal Server.
May 09 23:31:40 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
May 09 23:31:40 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # watch_fast: "/org/gnome/terminal/legacy/" (establishing: 0, active: 0)
May 09 23:31:40 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # unwatch_fast: "/org/gnome/terminal/legacy/" (active: 0, establishing: 1)
May 09 23:31:40 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # watch_established: "/org/gnome/terminal/legacy/" (establishing: 0)
May 09 23:31:48 cosmin-laptop-arch systemd[1]: systemd-localed.service: Succeeded.
May 09 23:31:48 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:48 cosmin-laptop-arch kernel: kauditd_printk_skb: 661 callbacks suppressed
May 09 23:31:48 cosmin-laptop-arch kernel: audit: type=1131 audit(1557433908.793:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:48 cosmin-laptop-arch systemd[1]: systemd-hostnamed.service: Succeeded.
May 09 23:31:48 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:48 cosmin-laptop-arch kernel: audit: type=1131 audit(1557433908.890:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:49 cosmin-laptop-arch sudo[1272]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 09 23:31:49 cosmin-laptop-arch sudo[1272]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 23:32:05 cosmin-laptop-arch tracker-store[1106]: OK
May 09 23:32:05 cosmin-laptop-arch systemd[710]: tracker-store.service: Succeeded.
May 09 23:32:18 cosmin-laptop-arch geoclue[864]: Service not used for 60 seconds. Shutting down..
May 09 23:32:18 cosmin-laptop-arch systemd[1]: geoclue.service: Main process exited, code=killed, status=15/TERM
May 09 23:32:18 cosmin-laptop-arch kernel: audit: type=1131 audit(1557433938.402:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:32:18 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:32:18 cosmin-laptop-arch systemd[1]: geoclue.service: Succeeded.
May 09 23:33:16 cosmin-laptop-arch sudo[1272]: pam_unix(sudo:session): session closed for user root
May 09 23:33:18 cosmin-laptop-arch sudo[1287]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 09 23:33:18 cosmin-laptop-arch sudo[1287]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 23:34:43 cosmin-laptop-arch sudo[1287]: pam_unix(sudo:session): session closed for user root
May 09 23:34:48 cosmin-laptop-arch sudo[1293]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 09 23:34:48 cosmin-laptop-arch sudo[1293]: pam_unix(sudo:session): session opened for user root by (uid=0)

Using startx, Spotify still hangs the system for 2 seconds when it's started for the first time, but other than that I don't see anymore hangs. I don't know if the issue is solved yet, I'll have to use the system more to be able to tell. My ~/.xinitrc file:

export GDK_BACKEND=x11
exec gnome-session

If GDM would prove to be the cause, what kind of solution do I have? Would I have to login in tty then manually startx everytime I boot?

Last edited by Opptur (2019-05-09 20:43:00)

Offline

#16 2019-05-09 20:59:03

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

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

At least the message is gone from the startx log.

I suspect spotify is more related to the time shift:

May 09 23:31:30 cosmin-laptop-arch systemd-timesyncd[633]: Synchronized to time server for the first time [2a01:4f8:c0c:497b::2]:123 (2.arch.pool.ntp.org).

If this is a semi-singleuser system, you could autologin and startx into a locked gnome session:
https://wiki.archlinux.org/index.php/Ge … al_console
https://wiki.archlinux.org/index.php/Xi … X_at_login
https://wiki.archlinux.org/index.php/GNOME#Starting

Offline

#17 2019-05-09 21:03:13

Opptur
Member
Registered: 2019-04-29
Posts: 11

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

Nope, the hangs still happen using startx. Spotify still hangs, but also JetBrains Rider or JetBrains PyCharm hang at start-up. Here you have the journal:

-- Logs begin at Sun 2019-04-28 20:56:11 EEST, end at Fri 2019-05-10 00:02:17 EEST. --
May 09 23:30:59 cosmin-laptop-arch kernel: microcode: microcode updated early to revision 0x9a, date = 2018-07-16
May 09 23:30:59 cosmin-laptop-arch kernel: Linux version 5.0.13-arch1-1-ARCH (builduser@heftig-13472) (gcc version 8.3.0 (GCC)) #1 SMP PREEMPT Sun May 5 18:05:41 UTC 2019
May 09 23:30:59 cosmin-laptop-arch kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e475fa84-ffc2-48c7-8a13-cf835528199e rw quiet nvidia-drm.modeset=1
May 09 23:30:59 cosmin-laptop-arch kernel: KERNEL supported cpus:
May 09 23:30:59 cosmin-laptop-arch kernel:   Intel GenuineIntel
May 09 23:30:59 cosmin-laptop-arch kernel:   AMD AuthenticAMD
May 09 23:30:59 cosmin-laptop-arch kernel:   Hygon HygonGenuine
May 09 23:30:59 cosmin-laptop-arch kernel:   Centaur CentaurHauls
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
May 09 23:30:59 cosmin-laptop-arch kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-provided physical RAM map:
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000062d3cfff] usable
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000062d3d000-0x0000000062d3dfff] ACPI NVS
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000062d3e000-0x0000000062d3efff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000062d3f000-0x000000007a48dfff] usable
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007a48e000-0x000000007a68dfff] type 20
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007a68e000-0x000000007ae7dfff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007ae7e000-0x000000007ce7dfff] ACPI NVS
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007ce7e000-0x000000007cefdfff] ACPI data
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007cefe000-0x000000007cefefff] usable
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007ceff000-0x000000007fffffff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
May 09 23:30:59 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
May 09 23:30:59 cosmin-laptop-arch kernel: NX (Execute Disable) protection: active
May 09 23:30:59 cosmin-laptop-arch kernel: efi: EFI v2.50 by INSYDE Corp.
May 09 23:30:59 cosmin-laptop-arch kernel: efi:  ACPI 2.0=0x7cefd014  SMBIOS=0x7a702000  SMBIOS 3.0=0x7a700000  ESRT=0x7a6fe558  MEMATTR=0x6ada4018 
May 09 23:30:59 cosmin-laptop-arch kernel: SMBIOS 3.0.0 present.
May 09 23:30:59 cosmin-laptop-arch kernel: DMI: LENOVO 80WK/LNVNB161216, BIOS 4KCN45WW 01/11/2019
May 09 23:30:59 cosmin-laptop-arch kernel: tsc: Detected 2800.000 MHz processor
May 09 23:30:59 cosmin-laptop-arch kernel: tsc: Detected 2808.000 MHz TSC
May 09 23:30:59 cosmin-laptop-arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 09 23:30:59 cosmin-laptop-arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 09 23:30:59 cosmin-laptop-arch kernel: last_pfn = 0x47f000 max_arch_pfn = 0x400000000
May 09 23:30:59 cosmin-laptop-arch kernel: MTRR default type: write-back
May 09 23:30:59 cosmin-laptop-arch kernel: MTRR fixed ranges enabled:
May 09 23:30:59 cosmin-laptop-arch kernel:   00000-9FFFF write-back
May 09 23:30:59 cosmin-laptop-arch kernel:   A0000-BFFFF uncachable
May 09 23:30:59 cosmin-laptop-arch kernel:   C0000-FFFFF write-protect
May 09 23:30:59 cosmin-laptop-arch kernel: MTRR variable ranges enabled:
May 09 23:30:59 cosmin-laptop-arch kernel:   0 base 0080000000 mask 7F80000000 uncachable
May 09 23:30:59 cosmin-laptop-arch kernel:   1 base 007E000000 mask 7FFE000000 uncachable
May 09 23:30:59 cosmin-laptop-arch kernel:   2 base 007D800000 mask 7FFF800000 uncachable
May 09 23:30:59 cosmin-laptop-arch kernel:   3 disabled
May 09 23:30:59 cosmin-laptop-arch kernel:   4 disabled
May 09 23:30:59 cosmin-laptop-arch kernel:   5 disabled
May 09 23:30:59 cosmin-laptop-arch kernel:   6 disabled
May 09 23:30:59 cosmin-laptop-arch kernel:   7 disabled
May 09 23:30:59 cosmin-laptop-arch kernel:   8 disabled
May 09 23:30:59 cosmin-laptop-arch kernel:   9 disabled
May 09 23:30:59 cosmin-laptop-arch kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
May 09 23:30:59 cosmin-laptop-arch kernel: last_pfn = 0x7ceff max_arch_pfn = 0x400000000
May 09 23:30:59 cosmin-laptop-arch kernel: esrt: Reserving ESRT space from 0x000000007a6fe558 to 0x000000007a6fe608.
May 09 23:30:59 cosmin-laptop-arch kernel: check: Scanning 1 areas for low memory corruption
May 09 23:30:59 cosmin-laptop-arch kernel: Using GB pages for direct mapping
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468601000, 0x468601fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468602000, 0x468602fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468603000, 0x468603fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468604000, 0x468604fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468605000, 0x468605fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468606000, 0x468606fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468607000, 0x468607fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468608000, 0x468608fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: BRK [0x468609000, 0x468609fff] PGTABLE
May 09 23:30:59 cosmin-laptop-arch kernel: Secure boot could not be determined
May 09 23:30:59 cosmin-laptop-arch kernel: RAMDISK: [mem 0x35137000-0x36892fff]
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Early table checksum verification disabled
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: RSDP 0x000000007CEFD014 000024 (v02 LENOVO)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: XSDT 0x000000007CECC188 00010C (v01 LENOVO CB-01    00000001      01000013)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: FACP 0x000000007CEEE000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: DSDT 0x000000007CED5000 015C01 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: FACS 0x000000007CE4D000 000040
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: UEFI 0x000000007CEFC000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: UEFI 0x000000007CEFB000 000042 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: POAT 0x000000007CEFA000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEF9000 0004C3 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEF8000 000046 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: TPM2 0x000000007CEF7000 000034 (v03 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEF3000 0030A0 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: ASF! 0x000000007CEF2000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: ASPT 0x000000007CEF1000 000034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: BOOT 0x000000007CEF0000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: DBGP 0x000000007CEEF000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: HPET 0x000000007CEED000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: APIC 0x000000007CEEC000 0000BC (v03 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: MCFG 0x000000007CEEB000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LPIT 0x000000007CED4000 000094 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: WSMT 0x000000007CED3000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CED2000 00029F (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CED1000 000346 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CECD000 003002 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CECB000 00051E (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: DBGP 0x000000007CECA000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: DBG2 0x000000007CEC9000 000054 (v00 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEC8000 0002F5 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEC7000 000EDE (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEC2000 0049A2 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: DMAR 0x000000007CEC1000 0000A8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: FPDT 0x000000007CEC0000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: BGRT 0x000000007CEBF000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Local APIC address 0xfee00000
May 09 23:30:59 cosmin-laptop-arch kernel: No NUMA configuration found
May 09 23:30:59 cosmin-laptop-arch kernel: Faking a node at [mem 0x0000000000000000-0x000000047effffff]
May 09 23:30:59 cosmin-laptop-arch kernel: NODE_DATA(0) allocated [mem 0x47effc000-0x47effffff]
May 09 23:30:59 cosmin-laptop-arch kernel: Zone ranges:
May 09 23:30:59 cosmin-laptop-arch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 09 23:30:59 cosmin-laptop-arch kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
May 09 23:30:59 cosmin-laptop-arch kernel:   Normal   [mem 0x0000000100000000-0x000000047effffff]
May 09 23:30:59 cosmin-laptop-arch kernel:   Device   empty
May 09 23:30:59 cosmin-laptop-arch kernel: Movable zone start for each node
May 09 23:30:59 cosmin-laptop-arch kernel: Early memory node ranges
May 09 23:30:59 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
May 09 23:30:59 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000000059000-0x000000000009dfff]
May 09 23:30:59 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000000100000-0x0000000062d3cfff]
May 09 23:30:59 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000062d3f000-0x000000007a48dfff]
May 09 23:30:59 cosmin-laptop-arch kernel:   node   0: [mem 0x000000007cefe000-0x000000007cefefff]
May 09 23:30:59 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000100000000-0x000000047effffff]
May 09 23:30:59 cosmin-laptop-arch kernel: Zeroed struct page in unavailable ranges: 23511 pages
May 09 23:30:59 cosmin-laptop-arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
May 09 23:30:59 cosmin-laptop-arch kernel: On node 0 totalpages: 4166697
May 09 23:30:59 cosmin-laptop-arch kernel:   DMA zone: 64 pages used for memmap
May 09 23:30:59 cosmin-laptop-arch kernel:   DMA zone: 22 pages reserved
May 09 23:30:59 cosmin-laptop-arch kernel:   DMA zone: 3996 pages, LIFO batch:0
May 09 23:30:59 cosmin-laptop-arch kernel:   DMA32 zone: 7763 pages used for memmap
May 09 23:30:59 cosmin-laptop-arch kernel:   DMA32 zone: 496781 pages, LIFO batch:63
May 09 23:30:59 cosmin-laptop-arch kernel:   Normal zone: 57280 pages used for memmap
May 09 23:30:59 cosmin-laptop-arch kernel:   Normal zone: 3665920 pages, LIFO batch:63
May 09 23:30:59 cosmin-laptop-arch kernel: Reserving Intel graphics memory at [mem 0x7e000000-0x7fffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PM-Timer IO Port: 0x1808
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Local APIC address 0xfee00000
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
May 09 23:30:59 cosmin-laptop-arch kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: IRQ0 used by override.
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: IRQ9 used by override.
May 09 23:30:59 cosmin-laptop-arch kernel: Using ACPI (MADT) for SMP configuration information
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 09 23:30:59 cosmin-laptop-arch kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x62d3d000-0x62d3dfff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x62d3e000-0x62d3efff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7a48e000-0x7a68dfff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7a68e000-0x7ae7dfff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7ae7e000-0x7ce7dfff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7ce7e000-0x7cefdfff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7ceff000-0x7fffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xffa00000-0xffffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: [mem 0x80000000-0xdfffffff] available for PCI devices
May 09 23:30:59 cosmin-laptop-arch kernel: Booting paravirtualized kernel on bare hardware
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
May 09 23:30:59 cosmin-laptop-arch kernel: random: get_random_bytes called from start_kernel+0x95/0x538 with crng_init=0
May 09 23:30:59 cosmin-laptop-arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
May 09 23:30:59 cosmin-laptop-arch kernel: percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u262144
May 09 23:30:59 cosmin-laptop-arch kernel: pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
May 09 23:30:59 cosmin-laptop-arch kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
May 09 23:30:59 cosmin-laptop-arch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4101568
May 09 23:30:59 cosmin-laptop-arch kernel: Policy zone: Normal
May 09 23:30:59 cosmin-laptop-arch kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e475fa84-ffc2-48c7-8a13-cf835528199e rw quiet nvidia-drm.modeset=1
May 09 23:30:59 cosmin-laptop-arch kernel: Calgary: detecting Calgary via BIOS EBDA area
May 09 23:30:59 cosmin-laptop-arch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
May 09 23:30:59 cosmin-laptop-arch kernel: Memory: 16253600K/16666788K available (12291K kernel code, 1291K rwdata, 3652K rodata, 1548K init, 3848K bss, 413188K reserved, 0K cma-reserved)
May 09 23:30:59 cosmin-laptop-arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
May 09 23:30:59 cosmin-laptop-arch kernel: Kernel/User page tables isolation: enabled
May 09 23:30:59 cosmin-laptop-arch kernel: ftrace: allocating 36357 entries in 143 pages
May 09 23:30:59 cosmin-laptop-arch kernel: rcu: Preemptible hierarchical RCU implementation.
May 09 23:30:59 cosmin-laptop-arch kernel: rcu:         CONFIG_RCU_FANOUT set to non-default value of 32.
May 09 23:30:59 cosmin-laptop-arch kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
May 09 23:30:59 cosmin-laptop-arch kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
May 09 23:30:59 cosmin-laptop-arch kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
May 09 23:30:59 cosmin-laptop-arch kernel:         Tasks RCU enabled.
May 09 23:30:59 cosmin-laptop-arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
May 09 23:30:59 cosmin-laptop-arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
May 09 23:30:59 cosmin-laptop-arch kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
May 09 23:30:59 cosmin-laptop-arch kernel: rcu:         Offload RCU callbacks from CPUs: (none).
May 09 23:30:59 cosmin-laptop-arch kernel: Console: colour dummy device 80x25
May 09 23:30:59 cosmin-laptop-arch kernel: printk: console [tty0] enabled
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Core revision 20181213
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
May 09 23:30:59 cosmin-laptop-arch kernel: hpet clockevent registered
May 09 23:30:59 cosmin-laptop-arch kernel: APIC: Switch to symmetric I/O mode setup
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR: Host address width 39
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR: RMRR base: 0x0000007ad52000 end: 0x0000007ad71fff
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR: RMRR base: 0x0000007d800000 end: 0x0000007fffffff
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
May 09 23:30:59 cosmin-laptop-arch kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
May 09 23:30:59 cosmin-laptop-arch kernel: x2apic enabled
May 09 23:30:59 cosmin-laptop-arch kernel: Switched APIC routing to cluster x2apic.
May 09 23:30:59 cosmin-laptop-arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2879c5f06f2, max_idle_ns: 440795220049 ns
May 09 23:30:59 cosmin-laptop-arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5618.00 BogoMIPS (lpj=9360000)
May 09 23:30:59 cosmin-laptop-arch kernel: pid_max: default: 32768 minimum: 301
May 09 23:30:59 cosmin-laptop-arch kernel: LSM: Security Framework initializing
May 09 23:30:59 cosmin-laptop-arch kernel: Yama: becoming mindful.
May 09 23:30:59 cosmin-laptop-arch kernel: AppArmor: AppArmor disabled by boot time parameter
May 09 23:30:59 cosmin-laptop-arch kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: mce: CPU supports 10 MCE banks
May 09 23:30:59 cosmin-laptop-arch kernel: mce: CPU0: Thermal monitoring enabled (TM1)
May 09 23:30:59 cosmin-laptop-arch kernel: process: using mwait in idle threads
May 09 23:30:59 cosmin-laptop-arch kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
May 09 23:30:59 cosmin-laptop-arch kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
May 09 23:30:59 cosmin-laptop-arch kernel: Spectre V2 : Mitigation: Full generic retpoline
May 09 23:30:59 cosmin-laptop-arch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
May 09 23:30:59 cosmin-laptop-arch kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
May 09 23:30:59 cosmin-laptop-arch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
May 09 23:30:59 cosmin-laptop-arch kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
May 09 23:30:59 cosmin-laptop-arch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
May 09 23:30:59 cosmin-laptop-arch kernel: Freeing SMP alternatives memory: 32K
May 09 23:30:59 cosmin-laptop-arch kernel: TSC deadline timer enabled
May 09 23:30:59 cosmin-laptop-arch kernel: smpboot: CPU0: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
May 09 23:30:59 cosmin-laptop-arch kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
May 09 23:30:59 cosmin-laptop-arch kernel: ... version:                4
May 09 23:30:59 cosmin-laptop-arch kernel: ... bit width:              48
May 09 23:30:59 cosmin-laptop-arch kernel: ... generic registers:      4
May 09 23:30:59 cosmin-laptop-arch kernel: ... value mask:             0000ffffffffffff
May 09 23:30:59 cosmin-laptop-arch kernel: ... max period:             00007fffffffffff
May 09 23:30:59 cosmin-laptop-arch kernel: ... fixed-purpose events:   3
May 09 23:30:59 cosmin-laptop-arch kernel: ... event mask:             000000070000000f
May 09 23:30:59 cosmin-laptop-arch kernel: rcu: Hierarchical SRCU implementation.
May 09 23:30:59 cosmin-laptop-arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
May 09 23:30:59 cosmin-laptop-arch kernel: smp: Bringing up secondary CPUs ...
May 09 23:30:59 cosmin-laptop-arch kernel: x86: Booting SMP configuration:
May 09 23:30:59 cosmin-laptop-arch kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
May 09 23:30:59 cosmin-laptop-arch kernel: smp: Brought up 1 node, 8 CPUs
May 09 23:30:59 cosmin-laptop-arch kernel: smpboot: Max logical packages: 1
May 09 23:30:59 cosmin-laptop-arch kernel: smpboot: Total of 8 processors activated (44945.00 BogoMIPS)
May 09 23:30:59 cosmin-laptop-arch kernel: devtmpfs: initialized
May 09 23:30:59 cosmin-laptop-arch kernel: x86/mm: Memory block size: 128MB
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registering ACPI NVS region [mem 0x62d3d000-0x62d3dfff] (4096 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: PM: Registering ACPI NVS region [mem 0x7ae7e000-0x7ce7dfff] (33554432 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
May 09 23:30:59 cosmin-laptop-arch kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: pinctrl core: initialized pinctrl subsystem
May 09 23:30:59 cosmin-laptop-arch kernel: RTC time: 20:30:56, date: 2019-05-09
May 09 23:30:59 cosmin-laptop-arch kernel: NET: Registered protocol family 16
May 09 23:30:59 cosmin-laptop-arch kernel: audit: initializing netlink subsys (disabled)
May 09 23:30:59 cosmin-laptop-arch kernel: audit: type=2000 audit(1557433855.373:1): state=initialized audit_enabled=0 res=1
May 09 23:30:59 cosmin-laptop-arch kernel: cpuidle: using governor ladder
May 09 23:30:59 cosmin-laptop-arch kernel: cpuidle: using governor menu
May 09 23:30:59 cosmin-laptop-arch kernel: Simple Boot Flag at 0x44 set to 0x1
May 09 23:30:59 cosmin-laptop-arch kernel: KVM setup pv remote TLB flush
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: bus type PCI registered
May 09 23:30:59 cosmin-laptop-arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 09 23:30:59 cosmin-laptop-arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
May 09 23:30:59 cosmin-laptop-arch kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
May 09 23:30:59 cosmin-laptop-arch kernel: PCI: Using configuration type 1 for base access
May 09 23:30:59 cosmin-laptop-arch kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
May 09 23:30:59 cosmin-laptop-arch kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Added _OSI(Module Device)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Added _OSI(Processor Device)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Added _OSI(Linux-Dell-Video)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFF8DF2AC254000 000651 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFF8DF2ABD5B400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFF8DF2AC257800 00065C (v02 PmRef  ApIst    00003000 INTL 20160527)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFF8DF2ABDA1000 00018A (v02 PmRef  ApCst    00003000 INTL 20160527)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: EC: EC started
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: EC: interrupt blocked
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Interpreter enabled
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: (supports S0 S3 S4 S5)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Using IOAPIC for interrupt routing
May 09 23:30:59 cosmin-laptop-arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Power Resource [PG00] (on)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
May 09 23:30:59 cosmin-laptop-arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
May 09 23:30:59 cosmin-laptop-arch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
May 09 23:30:59 cosmin-laptop-arch kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
May 09 23:30:59 cosmin-laptop-arch kernel: PCI host bridge to bus 0000:00
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa2000000-0xa2ffffff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:14.0: reg 0x10: [mem 0xa4410000-0xa441ffff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:14.2: reg 0x10: [mem 0xa442a000-0xa442afff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa442b000-0xa442bfff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:16.0: PME# supported from D3hot
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x10: [mem 0xa4428000-0xa4429fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x14: [mem 0xa442e000-0xa442e0ff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x24: [mem 0xa442c000-0xa442c7ff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:17.0: PME# supported from D3hot
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.0: [8086:a111] type 01 class 0x060400
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3: [8086:a113] type 01 class 0x060400
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.0: [8086:a152] type 00 class 0x060100
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xa4424000-0xa4427fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.3: [8086:a171] type 00 class 0x040300
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa4420000-0xa4423fff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xa4400000-0xa440ffff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xa442d000-0xa442d0ff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1f.4: reg 0x20: [io  0x5040-0x505f]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: [10de:1c8c] type 00 class 0x030200
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8 GT/s x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa3ffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:02:00.0: [1217:8621] type 00 class 0x080501
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:02:00.0: reg 0x10: [mem 0xa4301000-0xa4301fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:02:00.0: reg 0x14: [mem 0xa4300000-0xa43007ff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xa4300000-0xa43fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:03:00.0: [8086:24fd] type 00 class 0x028000
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:03:00.0: reg 0x10: [mem 0xa4200000-0xa4201fff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xa4200000-0xa42fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:04:00.0: reg 0x10: [io  0x3000-0x30ff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:04:00.0: reg 0x18: [mem 0xa4104000-0xa4104fff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:04:00.0: reg 0x20: [mem 0xa4100000-0xa4103fff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:04:00.0: supports D1 D2
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [mem 0xa4100000-0xa41fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:05:00.0: [14a4:22f1] type 00 class 0x010802
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:05:00.0: reg 0x10: [mem 0xa4000000-0xa4003fff 64bit]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:05:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1d.0: PCI bridge to [bus 05]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1d.0:   bridge window [mem 0xa4000000-0xa40fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: EC: interrupt unblocked
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: EC: event unblocked
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: vgaarb: bridge control possible
May 09 23:30:59 cosmin-laptop-arch kernel: vgaarb: loaded
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: bus type USB registered
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new interface driver usbfs
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new interface driver hub
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new device driver usb
May 09 23:30:59 cosmin-laptop-arch kernel: pps_core: LinuxPPS API ver. 1 registered
May 09 23:30:59 cosmin-laptop-arch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
May 09 23:30:59 cosmin-laptop-arch kernel: PTP clock support registered
May 09 23:30:59 cosmin-laptop-arch kernel: EDAC MC: Ver: 3.0.0
May 09 23:30:59 cosmin-laptop-arch kernel: Registered efivars operations
May 09 23:30:59 cosmin-laptop-arch kernel: PCI: Using ACPI for IRQ routing
May 09 23:30:59 cosmin-laptop-arch kernel: PCI: pci_cache_line_size set to 64 bytes
May 09 23:30:59 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
May 09 23:30:59 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
May 09 23:30:59 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x62d3d000-0x63ffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x7a48e000-0x7bffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x7ceff000-0x7fffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: NetLabel: Initializing
May 09 23:30:59 cosmin-laptop-arch kernel: NetLabel:  domain hash size = 128
May 09 23:30:59 cosmin-laptop-arch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 09 23:30:59 cosmin-laptop-arch kernel: NetLabel:  unlabeled traffic allowed by default
May 09 23:30:59 cosmin-laptop-arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
May 09 23:30:59 cosmin-laptop-arch kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: Switched to clocksource tsc-early
May 09 23:30:59 cosmin-laptop-arch kernel: VFS: Disk quotas dquot_6.6.0
May 09 23:30:59 cosmin-laptop-arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: pnp: PnP ACPI init
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:01: [io  0x2000-0x20fe] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:02: [io  0x0680-0x069f] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:02: [io  0xffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:02: [io  0xffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:02: [io  0xffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:02: [io  0x164e-0x164f] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:03: [io  0x0800-0x087f] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:05: [io  0x1854-0x1857] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: pnp 00:07: Plug and Play ACPI device, IDs ETD067c PNP0f03 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed45000-0xfed8ffff] could not be reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: [mem 0x80000000-0x8001ffff] has been reserved
May 09 23:30:59 cosmin-laptop-arch kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
May 09 23:30:59 cosmin-laptop-arch kernel: pnp: PnP ACPI: found 10 devices
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:05:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa3ffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xa4300000-0xa43fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xa4200000-0xa42fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [mem 0xa4100000-0xa41fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:05:00.0: BAR 6: assigned [mem 0xa4020000-0xa403ffff pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1d.0: PCI bridge to [bus 05]
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:1d.0:   bridge window [mem 0xa4000000-0xa40fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 15 [mem 0x80000000-0xdfffffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa3ffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:02: resource 1 [mem 0xa4300000-0xa43fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:03: resource 1 [mem 0xa4200000-0xa42fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:04: resource 1 [mem 0xa4100000-0xa41fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: pci_bus 0000:05: resource 1 [mem 0xa4000000-0xa40fffff]
May 09 23:30:59 cosmin-laptop-arch kernel: NET: Registered protocol family 2
May 09 23:30:59 cosmin-laptop-arch kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: TCP: Hash tables configured (established 131072 bind 65536)
May 09 23:30:59 cosmin-laptop-arch kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
May 09 23:30:59 cosmin-laptop-arch kernel: NET: Registered protocol family 1
May 09 23:30:59 cosmin-laptop-arch kernel: NET: Registered protocol family 44
May 09 23:30:59 cosmin-laptop-arch kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 09 23:30:59 cosmin-laptop-arch kernel: PCI: CLS 64 bytes, default 64
May 09 23:30:59 cosmin-laptop-arch kernel: Unpacking initramfs...
May 09 23:30:59 cosmin-laptop-arch kernel: Freeing initrd memory: 23920K
May 09 23:30:59 cosmin-laptop-arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 09 23:30:59 cosmin-laptop-arch kernel: software IO TLB: mapped [mem 0x75f29000-0x79f29000] (64MB)
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2879c5f06f2, max_idle_ns: 440795220049 ns
May 09 23:30:59 cosmin-laptop-arch kernel: clocksource: Switched to clocksource tsc
May 09 23:30:59 cosmin-laptop-arch kernel: check: Scanning for low memory corruption every 60 seconds
May 09 23:30:59 cosmin-laptop-arch kernel: Initialise system trusted keyrings
May 09 23:30:59 cosmin-laptop-arch kernel: Key type blacklist registered
May 09 23:30:59 cosmin-laptop-arch kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
May 09 23:30:59 cosmin-laptop-arch kernel: zbud: loaded
May 09 23:30:59 cosmin-laptop-arch kernel: Key type asymmetric registered
May 09 23:30:59 cosmin-laptop-arch kernel: Asymmetric key parser 'x509' registered
May 09 23:30:59 cosmin-laptop-arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
May 09 23:30:59 cosmin-laptop-arch kernel: io scheduler mq-deadline registered
May 09 23:30:59 cosmin-laptop-arch kernel: io scheduler kyber registered
May 09 23:30:59 cosmin-laptop-arch kernel: io scheduler bfq registered
May 09 23:30:59 cosmin-laptop-arch kernel: pcieport 0000:00:01.0: Signaling PME with IRQ 122
May 09 23:30:59 cosmin-laptop-arch kernel: pcieport 0000:00:1c.0: Signaling PME with IRQ 123
May 09 23:30:59 cosmin-laptop-arch kernel: aer 0000:00:1c.0:pcie002: AER enabled with IRQ 123
May 09 23:30:59 cosmin-laptop-arch kernel: pcieport 0000:00:1c.2: Signaling PME with IRQ 124
May 09 23:30:59 cosmin-laptop-arch kernel: pcieport 0000:00:1c.3: Signaling PME with IRQ 125
May 09 23:30:59 cosmin-laptop-arch kernel: pcieport 0000:00:1d.0: Signaling PME with IRQ 126
May 09 23:30:59 cosmin-laptop-arch kernel: aer 0000:00:1d.0:pcie002: AER enabled with IRQ 126
May 09 23:30:59 cosmin-laptop-arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 09 23:30:59 cosmin-laptop-arch kernel: efifb: probing for efifb
May 09 23:30:59 cosmin-laptop-arch kernel: efifb: showing boot graphics
May 09 23:30:59 cosmin-laptop-arch kernel: efifb: framebuffer at 0xb0000000, using 8128k, total 8128k
May 09 23:30:59 cosmin-laptop-arch kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
May 09 23:30:59 cosmin-laptop-arch kernel: efifb: scrolling: redraw
May 09 23:30:59 cosmin-laptop-arch kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 09 23:30:59 cosmin-laptop-arch kernel: fbcon: Deferring console take-over
May 09 23:30:59 cosmin-laptop-arch kernel: fb0: EFI VGA frame buffer device
May 09 23:30:59 cosmin-laptop-arch kernel: intel_idle: MWAIT substates: 0x11142120
May 09 23:30:59 cosmin-laptop-arch kernel: intel_idle: v0.4.1 model 0x9E
May 09 23:30:59 cosmin-laptop-arch kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
May 09 23:30:59 cosmin-laptop-arch kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Lid Switch [LID0]
May 09 23:30:59 cosmin-laptop-arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Power Button [PWRB]
May 09 23:30:59 cosmin-laptop-arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Power Button [PWRF]
May 09 23:30:59 cosmin-laptop-arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
May 09 23:30:59 cosmin-laptop-arch kernel: nvme nvme0: pci function 0000:05:00.0
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new interface driver usbserial_generic
May 09 23:30:59 cosmin-laptop-arch kernel: usbserial: USB Serial support registered for generic
May 09 23:30:59 cosmin-laptop-arch kernel: rtc_cmos 00:04: RTC can wake from S4
May 09 23:30:59 cosmin-laptop-arch kernel: rtc_cmos 00:04: registered as rtc0
May 09 23:30:59 cosmin-laptop-arch kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
May 09 23:30:59 cosmin-laptop-arch kernel: intel_pstate: Intel P-state driver initializing
May 09 23:30:59 cosmin-laptop-arch kernel: intel_pstate: Disabling energy efficiency optimization
May 09 23:30:59 cosmin-laptop-arch kernel: intel_pstate: HWP enabled
May 09 23:30:59 cosmin-laptop-arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 09 23:30:59 cosmin-laptop-arch kernel: resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:00 [mem 0xfdb00000-0xfdffffff]
May 09 23:30:59 cosmin-laptop-arch kernel: caller pmc_core_probe+0x88/0x28e mapping multiple BARs
May 09 23:30:59 cosmin-laptop-arch kernel: intel_pmc_core:  initialized
May 09 23:30:59 cosmin-laptop-arch kernel: NET: Registered protocol family 10
May 09 23:30:59 cosmin-laptop-arch kernel: Segment Routing with IPv6
May 09 23:30:59 cosmin-laptop-arch kernel: NET: Registered protocol family 17
May 09 23:30:59 cosmin-laptop-arch kernel: RAS: Correctable Errors collector initialized.
May 09 23:30:59 cosmin-laptop-arch kernel: microcode: sig=0x906e9, pf=0x20, revision=0x9a
May 09 23:30:59 cosmin-laptop-arch kernel: microcode: Microcode Update Driver: v2.2.
May 09 23:30:59 cosmin-laptop-arch kernel: sched_clock: Marking stable (1122753492, -2931984)->(1129623613, -9802105)
May 09 23:30:59 cosmin-laptop-arch kernel: registered taskstats version 1
May 09 23:30:59 cosmin-laptop-arch kernel: Loading compiled-in X.509 certificates
May 09 23:30:59 cosmin-laptop-arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 726e59acc5925f6f0103b4a7df8a50012eb4b1be'
May 09 23:30:59 cosmin-laptop-arch kernel: zswap: loaded using pool lzo/zbud
May 09 23:30:59 cosmin-laptop-arch kernel: Key type big_key registered
May 09 23:30:59 cosmin-laptop-arch kernel:   Magic number: 3:270:548
May 09 23:30:59 cosmin-laptop-arch kernel: rtc_cmos 00:04: setting system clock to 2019-05-09T20:30:56 UTC (1557433856)
May 09 23:30:59 cosmin-laptop-arch kernel: nvme nvme0: 8/0/0 default/read/poll queues
May 09 23:30:59 cosmin-laptop-arch kernel:  nvme0n1: p1 p2 p3 p4 p5
May 09 23:30:59 cosmin-laptop-arch kernel: Freeing unused decrypted memory: 2040K
May 09 23:30:59 cosmin-laptop-arch kernel: Freeing unused kernel image memory: 1548K
May 09 23:30:59 cosmin-laptop-arch kernel: Write protecting the kernel read-only data: 18432k
May 09 23:30:59 cosmin-laptop-arch kernel: Freeing unused kernel image memory: 2016K
May 09 23:30:59 cosmin-laptop-arch kernel: Freeing unused kernel image memory: 444K
May 09 23:30:59 cosmin-laptop-arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 09 23:30:59 cosmin-laptop-arch kernel: x86/mm: Checking user space page tables
May 09 23:30:59 cosmin-laptop-arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 09 23:30:59 cosmin-laptop-arch kernel: Run /init as init process
May 09 23:30:59 cosmin-laptop-arch kernel: fbcon: Taking over console
May 09 23:30:59 cosmin-laptop-arch kernel: Console: switching to colour frame buffer device 240x67
May 09 23:30:59 cosmin-laptop-arch kernel: IPMI message handler: version 39.2
May 09 23:30:59 cosmin-laptop-arch kernel: ipmi device interface
May 09 23:30:59 cosmin-laptop-arch kernel: nvidia: loading out-of-tree module taints kernel.
May 09 23:30:59 cosmin-laptop-arch kernel: nvidia: module license 'NVIDIA' taints kernel.
May 09 23:30:59 cosmin-laptop-arch kernel: Disabling lock debugging due to kernel taint
May 09 23:30:59 cosmin-laptop-arch kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
May 09 23:30:59 cosmin-laptop-arch kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 241
May 09 23:30:59 cosmin-laptop-arch kernel: nvidia 0000:01:00.0: enabling device (0006 -> 0007)
May 09 23:30:59 cosmin-laptop-arch kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  418.74  Wed May  1 11:49:41 CDT 2019
May 09 23:30:59 cosmin-laptop-arch kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  418.74  Wed May  1 11:23:27 CDT 2019
May 09 23:30:59 cosmin-laptop-arch kernel: nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 239
May 09 23:30:59 cosmin-laptop-arch kernel: Linux agpgart interface v0.103
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20181213/nsarguments-66)
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] No driver support for vblank timestamp query.
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
May 09 23:30:59 cosmin-laptop-arch kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
May 09 23:30:59 cosmin-laptop-arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 09 23:30:59 cosmin-laptop-arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
May 09 23:30:59 cosmin-laptop-arch kernel: SCSI subsystem initialized
May 09 23:30:59 cosmin-laptop-arch kernel: sdhci: Secure Digital Host Controller Interface driver
May 09 23:30:59 cosmin-laptop-arch kernel: sdhci: Copyright(c) Pierre Ossman
May 09 23:30:59 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 09 23:30:59 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
May 09 23:30:59 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
May 09 23:30:59 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
May 09 23:30:59 cosmin-laptop-arch kernel: sdhci-pci 0000:02:00.0: SDHCI controller found [1217:8621] (rev 1)
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb1: Product: xHCI Host Controller
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb1: Manufacturer: Linux 5.0.13-arch1-1-ARCH xhci-hcd
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb1: SerialNumber: 0000:00:14.0
May 09 23:30:59 cosmin-laptop-arch kernel: hub 1-0:1.0: USB hub found
May 09 23:30:59 cosmin-laptop-arch kernel: hub 1-0:1.0: 16 ports detected
May 09 23:30:59 cosmin-laptop-arch kernel: mmc0: SDHCI controller on PCI [0000:02:00.0] using ADMA
May 09 23:30:59 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 09 23:30:59 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
May 09 23:30:59 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb2: Product: xHCI Host Controller
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb2: Manufacturer: Linux 5.0.13-arch1-1-ARCH xhci-hcd
May 09 23:30:59 cosmin-laptop-arch kernel: usb usb2: SerialNumber: 0000:00:14.0
May 09 23:30:59 cosmin-laptop-arch kernel: hub 2-0:1.0: USB hub found
May 09 23:30:59 cosmin-laptop-arch kernel: hub 2-0:1.0: 8 ports detected
May 09 23:30:59 cosmin-laptop-arch kernel: usb: port power management may be unreliable
May 09 23:30:59 cosmin-laptop-arch kernel: libata version 3.00 loaded.
May 09 23:30:59 cosmin-laptop-arch kernel: ahci 0000:00:17.0: version 3.0
May 09 23:30:59 cosmin-laptop-arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
May 09 23:30:59 cosmin-laptop-arch kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x4 impl SATA mode
May 09 23:30:59 cosmin-laptop-arch kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
May 09 23:30:59 cosmin-laptop-arch kernel: scsi host0: ahci
May 09 23:30:59 cosmin-laptop-arch kernel: scsi host1: ahci
May 09 23:30:59 cosmin-laptop-arch kernel: scsi host2: ahci
May 09 23:30:59 cosmin-laptop-arch kernel: ata1: DUMMY
May 09 23:30:59 cosmin-laptop-arch kernel: ata2: DUMMY
May 09 23:30:59 cosmin-laptop-arch kernel: ata3: SATA max UDMA/133 abar m2048@0xa442c000 port 0xa442c200 irq 139
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
May 09 23:30:59 cosmin-laptop-arch kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
May 09 23:30:59 cosmin-laptop-arch kernel: ata3.00: ATA-10: ST2000LM007-1R8174, LDM2, max UDMA/100
May 09 23:30:59 cosmin-laptop-arch kernel: ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 4.18
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1: Product: USB2744
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1: Manufacturer: Microchip Tech
May 09 23:30:59 cosmin-laptop-arch kernel: hub 1-1:1.0: USB hub found
May 09 23:30:59 cosmin-laptop-arch kernel: hub 1-1:1.0: 4 ports detected
May 09 23:30:59 cosmin-laptop-arch kernel: ata3.00: configured for UDMA/100
May 09 23:30:59 cosmin-laptop-arch kernel: scsi 2:0:0:0: Direct-Access     ATA      ST2000LM007-1R81 LDM2 PQ: 0 ANSI: 5
May 09 23:30:59 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
May 09 23:30:59 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] 4096-byte physical blocks
May 09 23:30:59 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Write Protect is off
May 09 23:30:59 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 09 23:30:59 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 09 23:30:59 cosmin-laptop-arch kernel:  sda: sda1 sda2 sda3 sda4
May 09 23:30:59 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Attached SCSI disk
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-4: new full-speed USB device number 3 using xhci_hcd
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-4: New USB device found, idVendor=1852, idProduct=7022, bcdDevice= 0.01
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-4: Product: DigiHug USB Audio
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-4: Manufacturer: FiiO
May 09 23:30:59 cosmin-laptop-arch kernel: hidraw: raw HID events driver (C) Jiri Kosina
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new interface driver usbhid
May 09 23:30:59 cosmin-laptop-arch kernel: usbhid: USB HID core driver
May 09 23:30:59 cosmin-laptop-arch kernel: input: FiiO DigiHug USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1852:7022.0001/input/input5
May 09 23:30:59 cosmin-laptop-arch kernel: random: fast init done
May 09 23:30:59 cosmin-laptop-arch kernel: hid-generic 0003:1852:7022.0001: input,hidraw0: USB HID v1.00 Device [FiiO DigiHug USB Audio] on usb-0000:00:14.0-4/input0
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-6: new high-speed USB device number 4 using xhci_hcd
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-6: New USB device found, idVendor=0bda, idProduct=58e5, bcdDevice= 0.01
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-6: Product: EasyCamera
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-6: Manufacturer: K4RH761ZN
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-6: SerialNumber: 200901010001
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.1: new full-speed USB device number 5 using xhci_hcd
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.1: New USB device found, idVendor=046d, idProduct=c07f, bcdDevice=91.00
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.1: Product: Gaming Mouse G302
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.1: Manufacturer: Logitech
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.1: SerialNumber: 0E7D347A3936
May 09 23:30:59 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C07F.0002/input/input6
May 09 23:30:59 cosmin-laptop-arch kernel: hid-generic 0003:046D:C07F.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech Gaming Mouse G302] on usb-0000:00:14.0-1.1/input0
May 09 23:30:59 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input7
May 09 23:30:59 cosmin-laptop-arch kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
May 09 23:30:59 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input8
May 09 23:30:59 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input9
May 09 23:30:59 cosmin-laptop-arch kernel: hid-generic 0003:046D:C07F.0003: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [Logitech Gaming Mouse G302] on usb-0000:00:14.0-1.1/input1
May 09 23:30:59 cosmin-laptop-arch systemd[1]: systemd 242.19-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Detected architecture x86-64.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Set hostname to <cosmin-laptop-arch>.
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-11: new full-speed USB device number 6 using xhci_hcd
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Created slice system-getty.slice.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Listening on LVM2 poll daemon socket.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Created slice system-rfkill\x2dunblock.slice.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Listening on udev Kernel Socket.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Listening on LVM2 metadata daemon socket.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Listening on initctl Compatibility Named Pipe.
May 09 23:30:59 cosmin-laptop-arch kernel: random: lvm: uninitialized urandom read (4 bytes read)
May 09 23:30:59 cosmin-laptop-arch kernel: EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
May 09 23:30:59 cosmin-laptop-arch kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
May 09 23:30:59 cosmin-laptop-arch kernel: random: systemd-random-: uninitialized urandom read (512 bytes read)
May 09 23:30:59 cosmin-laptop-arch kernel: vboxdrv: Found 8 processor cores
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-11: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-11: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 09 23:30:59 cosmin-laptop-arch kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2807990602 Hz
May 09 23:30:59 cosmin-laptop-arch kernel: vboxdrv: Successfully loaded version 6.0.6 (interface 0x00290008)
May 09 23:30:59 cosmin-laptop-arch kernel: VBoxPciLinuxInit
May 09 23:30:59 cosmin-laptop-arch kernel: vboxpci: IOMMU not found (not registered)
May 09 23:30:59 cosmin-laptop-arch kernel: VBoxNetAdp: Successfully started.
May 09 23:30:59 cosmin-laptop-arch kernel: VBoxNetFlt: Successfully started.
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.2: new full-speed USB device number 7 using xhci_hcd
May 09 23:30:59 cosmin-laptop-arch systemd-journald[310]: Journal started
May 09 23:30:59 cosmin-laptop-arch systemd-journald[310]: Runtime journal (/run/log/journal/ba87ba742b39402681982856451b7931) is 8.0M, max 796.5M, 788.5M free.
May 09 23:30:59 cosmin-laptop-arch systemd-modules-load[316]: Inserted module 'crypto_user'
May 09 23:30:59 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch systemd-modules-load[316]: Inserted module 'sg'
May 09 23:30:59 cosmin-laptop-arch systemd-modules-load[316]: Inserted module 'vboxdrv'
May 09 23:30:59 cosmin-laptop-arch systemd-modules-load[316]: Inserted module 'vboxpci'
May 09 23:30:59 cosmin-laptop-arch systemd-modules-load[316]: Inserted module 'vboxnetadp'
May 09 23:30:59 cosmin-laptop-arch systemd-modules-load[316]: Inserted module 'vboxnetflt'
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Starting Flush Journal to Persistent Storage...
May 09 23:30:59 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433859.446:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch systemd-journald[310]: Time spent on flushing to /var is 79.369ms for 782 entries.
May 09 23:30:59 cosmin-laptop-arch systemd-journald[310]: System journal (/var/log/journal/ba87ba742b39402681982856451b7931) is 192.0M, max 4.0G, 3.8G free.
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.2: New USB device found, idVendor=046d, idProduct=c33a, bcdDevice=14.00
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.2: Product: G413 Carbon Mechanical Gaming Keyboard
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.2: Manufacturer: Logitech
May 09 23:30:59 cosmin-laptop-arch kernel: usb 1-1.2: SerialNumber: 0C7736563333
May 09 23:30:59 cosmin-laptop-arch kernel: input: Logitech G413 Carbon Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C33A.0004/input/input12
May 09 23:30:59 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433859.499:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch kernel: hid-generic 0003:046D:C33A.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech G413 Carbon Mechanical Gaming Keyboard] on usb-0000:00:14.0-1.2/input0
May 09 23:30:59 cosmin-laptop-arch kernel: input: Logitech G413 Carbon Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input13
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: AC Adapter [ADP0] (on-line)
May 09 23:30:59 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 09 23:30:59 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 09 23:30:59 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 09 23:30:59 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 09 23:30:59 cosmin-laptop-arch kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
May 09 23:30:59 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433859.546:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Started udev Kernel Device Manager.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Started Flush Journal to Persistent Storage.
May 09 23:30:59 cosmin-laptop-arch kernel: random: crng init done
May 09 23:30:59 cosmin-laptop-arch kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
May 09 23:30:59 cosmin-laptop-arch kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
May 09 23:30:59 cosmin-laptop-arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input17
May 09 23:30:59 cosmin-laptop-arch kernel: input: Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input14
May 09 23:30:59 cosmin-laptop-arch kernel: hid-generic 0003:046D:C33A.0005: input,hiddev1,hidraw4: USB HID v1.11 Keyboard [Logitech G413 Carbon Mechanical Gaming Keyboard] on usb-0000:00:14.0-1.2/input1
May 09 23:30:59 cosmin-laptop-arch kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
May 09 23:30:59 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
May 09 23:30:59 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
May 09 23:30:59 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
May 09 23:30:59 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
May 09 23:30:59 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
May 09 23:30:59 cosmin-laptop-arch kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
May 09 23:30:59 cosmin-laptop-arch kernel: cryptd: max_cpu_qlen set to 1000
May 09 23:30:59 cosmin-laptop-arch kernel: r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
May 09 23:30:59 cosmin-laptop-arch kernel: libphy: r8169: probed
May 09 23:30:59 cosmin-laptop-arch kernel: r8169 0000:04:00.0 eth0: RTL8168g/8111g, 54:e1:ad:80:51:05, XID 509, IRQ 141
May 09 23:30:59 cosmin-laptop-arch kernel: r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
May 09 23:30:59 cosmin-laptop-arch kernel: AVX2 version of gcm_enc/dec engaged.
May 09 23:30:59 cosmin-laptop-arch kernel: AES CTR mode by8 optimization enabled
May 09 23:30:59 cosmin-laptop-arch systemd-udevd[344]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Found device PLEXTOR PX-256M8PeG EFI.
May 09 23:30:59 cosmin-laptop-arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
May 09 23:30:59 cosmin-laptop-arch kernel: Bluetooth: Core ver 2.22
May 09 23:30:59 cosmin-laptop-arch kernel: NET: Registered protocol family 31
May 09 23:30:59 cosmin-laptop-arch kernel: Bluetooth: HCI device and connection manager initialized
May 09 23:30:59 cosmin-laptop-arch kernel: Bluetooth: HCI socket layer initialized
May 09 23:30:59 cosmin-laptop-arch kernel: Bluetooth: L2CAP socket layer initialized
May 09 23:30:59 cosmin-laptop-arch kernel: Bluetooth: SCO socket layer initialized
May 09 23:30:59 cosmin-laptop-arch kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
May 09 23:30:59 cosmin-laptop-arch kernel: input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input18
May 09 23:30:59 cosmin-laptop-arch kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
May 09 23:30:59 cosmin-laptop-arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
May 09 23:30:59 cosmin-laptop-arch kernel: cfg80211: failed to load regulatory.db
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Found device PLEXTOR PX-256M8PeG Windows_10.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 09 23:30:59 cosmin-laptop-arch systemd-udevd[387]: Using default interface naming scheme 'v240'.
May 09 23:30:59 cosmin-laptop-arch systemd-udevd[387]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 09 23:30:59 cosmin-laptop-arch kernel: r8169 0000:04:00.0 enp4s0: renamed from eth0
May 09 23:30:59 cosmin-laptop-arch kernel: VFIO - User Level meta-driver version: 0.3
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Starting Load/Save RF Kill Switch Status...
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new interface driver btusb
May 09 23:30:59 cosmin-laptop-arch kernel: Bluetooth: hci0: Firmware revision 0.1 build 43 week 1 2019
May 09 23:30:59 cosmin-laptop-arch kernel: Intel(R) Wireless WiFi driver for Linux
May 09 23:30:59 cosmin-laptop-arch kernel: Copyright(c) 2003- 2015 Intel Corporation
May 09 23:30:59 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0: loaded firmware version 36.9f0a2d68.0 op_mode iwlmvm
May 09 23:30:59 cosmin-laptop-arch systemd-udevd[383]: Using default interface naming scheme 'v240'.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Condition check resulted in FUSE Control File System being skipped.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
May 09 23:30:59 cosmin-laptop-arch mtp-probe[498]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4"
May 09 23:30:59 cosmin-laptop-arch mtp-probe[499]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
May 09 23:30:59 cosmin-laptop-arch mtp-probe[499]: bus: 1, device: 4 was not an MTP device
May 09 23:30:59 cosmin-laptop-arch mtp-probe[498]: bus: 1, device: 3 was not an MTP device
May 09 23:30:59 cosmin-laptop-arch mtp-probe[517]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1"
May 09 23:30:59 cosmin-laptop-arch mtp-probe[517]: bus: 1, device: 5 was not an MTP device
May 09 23:30:59 cosmin-laptop-arch mtp-probe[516]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2"
May 09 23:30:59 cosmin-laptop-arch mtp-probe[516]: bus: 1, device: 7 was not an MTP device
May 09 23:30:59 cosmin-laptop-arch kernel: iTCO_vendor_support: vendor-support=0
May 09 23:30:59 cosmin-laptop-arch kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
May 09 23:30:59 cosmin-laptop-arch kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
May 09 23:30:59 cosmin-laptop-arch kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
May 09 23:30:59 cosmin-laptop-arch kernel: media: Linux media interface: v0.10
May 09 23:30:59 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
May 09 23:30:59 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain package
May 09 23:30:59 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain core
May 09 23:30:59 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain uncore
May 09 23:30:59 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain dram
May 09 23:30:59 cosmin-laptop-arch kernel: videodev: Linux video capture interface: v2.00
May 09 23:30:59 cosmin-laptop-arch mtp-probe[556]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2"
May 09 23:30:59 cosmin-laptop-arch mtp-probe[556]: bus: 1, device: 7 was not an MTP device
May 09 23:30:59 cosmin-laptop-arch kernel: mousedev: PS/2 mouse device common for all mice
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Found device ST2000LM007-1R8174 3.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Found device ST2000LM007-1R8174 Windows_Storage.
May 09 23:30:59 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Started Load/Save RF Kill Switch Status.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Activating swap /dev/disk/by-uuid/359f778a-d61e-463d-b01d-b50a2b730069...
May 09 23:30:59 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433859.856:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new interface driver snd-usb-audio
May 09 23:30:59 cosmin-laptop-arch kernel: Adding 15750140k swap on /dev/sda3.  Priority:-2 extents:1 across:15750140k FS
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Activated swap /dev/disk/by-uuid/359f778a-d61e-463d-b01d-b50a2b730069.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Reached target Swap.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Mounting Temporary Directory (/tmp)...
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Reached target Sound Card.
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Mounted Temporary Directory (/tmp).
May 09 23:30:59 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0: base HW address: cc:2f:71:cd:98:c1
May 09 23:30:59 cosmin-laptop-arch kernel: checking generic (b0000000 7f0000) vs hw (b0000000 10000000)
May 09 23:30:59 cosmin-laptop-arch kernel: fb0: switching to inteldrmfb from EFI VGA
May 09 23:30:59 cosmin-laptop-arch kernel: Console: switching to colour dummy device 80x25
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] Replacing VGA console driver
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] Driver supports precise vblank timestamp query.
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
May 09 23:30:59 cosmin-laptop-arch systemd[1]: Found device ST2000LM007-1R8174 4.
May 09 23:30:59 cosmin-laptop-arch kernel: uvcvideo: Found UVC 1.00 device EasyCamera (0bda:58e5)
May 09 23:30:59 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
May 09 23:30:59 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Extension 4 was not initialized!
May 09 23:30:59 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Processing 2 was not initialized!
May 09 23:30:59 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
May 09 23:30:59 cosmin-laptop-arch kernel: input: EasyCamera: EasyCamera as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input20
May 09 23:30:59 cosmin-laptop-arch kernel: usbcore: registered new interface driver uvcvideo
May 09 23:30:59 cosmin-laptop-arch kernel: USB Video Class driver (1.1.1)
May 09 23:30:59 cosmin-laptop-arch kernel: [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 1
May 09 23:30:59 cosmin-laptop-arch kernel: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
May 09 23:30:59 cosmin-laptop-arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input21
May 09 23:30:59 cosmin-laptop-arch kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
May 09 23:30:59 cosmin-laptop-arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input22
May 09 23:30:59 cosmin-laptop-arch kernel: snd_hda_intel 0000:00:1f.3: Linked as a consumer to 0000:00:02.0
May 09 23:30:59 cosmin-laptop-arch kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
May 09 23:30:59 cosmin-laptop-arch systemd-udevd[363]: Using default interface naming scheme 'v240'.
May 09 23:30:59 cosmin-laptop-arch kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
May 09 23:30:59 cosmin-laptop-arch kernel: thermal thermal_zone2: failed to read out thermal zone (-61)
May 09 23:30:59 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
May 09 23:30:59 cosmin-laptop-arch systemd-udevd[363]: Config file /usr/lib/systemd/network/99-default.link applies to device based on potentially unpredictable interface name 'wlan0'
May 09 23:30:59 cosmin-laptop-arch systemd-udevd[363]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 09 23:31:00 cosmin-laptop-arch systemd-udevd[389]: Using default interface naming scheme 'v240'.
May 09 23:31:00 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
May 09 23:31:00 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 09 23:31:00 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
May 09 23:31:00 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
May 09 23:31:00 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
May 09 23:31:00 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
May 09 23:31:00 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
May 09 23:31:00 cosmin-laptop-arch kernel: fbcon: inteldrmfb (fb0) is primary device
May 09 23:31:00 cosmin-laptop-arch kernel: Console: switching to colour frame buffer device 240x67
May 09 23:31:00 cosmin-laptop-arch kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
May 09 23:31:00 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Local File Systems (Pre).
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounting /winstorage...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounting /windows...
May 09 23:31:00 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433860.089:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/78ea0fa8-8ae3-4621-a8b7-6eec0ca0c1c9...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/ACA7-B308...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Created slice system-systemd\x2dbacklight.slice.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounting FUSE Control File System...
May 09 23:31:00 cosmin-laptop-arch kernel: fuse init (API version 7.28)
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounted FUSE Control File System.
May 09 23:31:00 cosmin-laptop-arch systemd-fsck[598]: fsck.fat 4.1 (2017-01-24)
May 09 23:31:00 cosmin-laptop-arch systemd-fsck[598]: /dev/nvme0n1p1: 533 files, 27799/126976 clusters
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started File System Check on /dev/disk/by-uuid/ACA7-B308.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-ACA7\x2dB308 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounting /boot...
May 09 23:31:00 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433860.126:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-ACA7\x2dB308 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounted /boot.
May 09 23:31:00 cosmin-laptop-arch mount[595]: The disk contains an unclean file system (0, 0).
May 09 23:31:00 cosmin-laptop-arch mount[595]: Metadata kept in Windows cache, refused to mount.
May 09 23:31:00 cosmin-laptop-arch mount[595]: Falling back to read-only mount because the NTFS partition is in an
May 09 23:31:00 cosmin-laptop-arch mount[595]: unsafe state. Please resume and shutdown Windows fully (no hibernation
May 09 23:31:00 cosmin-laptop-arch mount[595]: or fast restarting.)
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[622]: Version 2017.3.23 external FUSE 29
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[622]: Mounted /dev/nvme0n1p3 (Read-Only, label "Windows 10", NTFS 3.1)
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounted /windows.
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[622]: Cmdline options: rw
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[622]: Mount options: rw,allow_other,nonempty,relatime,ro,fsname=/dev/nvme0n1p3,blkdev,blksize=4096
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[622]: Ownership and permissions disabled, configuration type 7
May 09 23:31:00 cosmin-laptop-arch mount[594]: The disk contains an unclean file system (0, 0).
May 09 23:31:00 cosmin-laptop-arch mount[594]: Metadata kept in Windows cache, refused to mount.
May 09 23:31:00 cosmin-laptop-arch mount[594]: Falling back to read-only mount because the NTFS partition is in an
May 09 23:31:00 cosmin-laptop-arch mount[594]: unsafe state. Please resume and shutdown Windows fully (no hibernation
May 09 23:31:00 cosmin-laptop-arch mount[594]: or fast restarting.)
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433860.239:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x6d4f00)
May 09 23:31:00 cosmin-laptop-arch kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x70, 0x15, 0x0c.
May 09 23:31:00 cosmin-laptop-arch kernel: psmouse serio1: elantech: Elan sample query result 02, 2d, a8
May 09 23:31:00 cosmin-laptop-arch systemd-fsck[596]: /dev/sda4: clean, 58113/88342528 files, 87023834/353368832 blocks
May 09 23:31:00 cosmin-laptop-arch kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input19
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started File System Check on /dev/disk/by-uuid/78ea0fa8-8ae3-4621-a8b7-6eec0ca0c1c9.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-78ea0fa8\x2d8ae3\x2d4621\x2da8b7\x2d6eec0ca0c1c9 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433860.413:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-78ea0fa8\x2d8ae3\x2d4621\x2da8b7\x2d6eec0ca0c1c9 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounting /storage...
May 09 23:31:00 cosmin-laptop-arch kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounted /storage.
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[629]: Version 2017.3.23 external FUSE 29
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[629]: Mounted /dev/sda2 (Read-Only, label "Windows Storage", NTFS 3.1)
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[629]: Cmdline options: rw
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[629]: Mount options: rw,allow_other,nonempty,relatime,ro,fsname=/dev/sda2,blkdev,blksize=4096
May 09 23:31:00 cosmin-laptop-arch ntfs-3g[629]: Ownership and permissions disabled, configuration type 7
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Mounted /winstorage.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Local File Systems.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Rebuild Dynamic Linker Cache...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Create Volatile Files and Directories...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Create Volatile Files and Directories.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Network Time Synchronization...
May 09 23:31:00 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433860.669:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Rebuild Journal Catalog...
May 09 23:31:00 cosmin-laptop-arch audit[632]: SYSTEM_BOOT pid=632 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Update UTMP about System Boot/Shutdown.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Rebuild Journal Catalog.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Rebuild Dynamic Linker Cache.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Update is Completed...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Update is Completed.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Network Time Synchronization.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target System Time Set.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target System Time Synchronized.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target System Initialization.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Daily verification of password and group files.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Daily man-db regeneration.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Listening on D-Bus System Message Bus Socket.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Sockets.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Daily rotation of log files.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Daily Cleanup of Temporary Directories.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Timers.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Basic System.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Login Service...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Bluetooth service...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started D-Bus System Message Bus.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting RFKill-Unblock all...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Network Manager...
May 09 23:31:00 cosmin-laptop-arch bluetoothd[640]: Bluetooth daemon 5.50
May 09 23:31:00 cosmin-laptop-arch rfkill[642]: unblock set for all
May 09 23:31:00 cosmin-laptop-arch systemd[1]: rfkill-unblock@all.service: Succeeded.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rfkill-unblock@all comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rfkill-unblock@all comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started RFKill-Unblock all.
May 09 23:31:00 cosmin-laptop-arch bluetoothd[640]: Starting SDP server
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Bluetooth service.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Bluetooth.
May 09 23:31:00 cosmin-laptop-arch bluetoothd[640]: Bluetooth management interface 1.14 initialized
May 09 23:31:00 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=640 comm="/usr/lib/bluetooth/bluetoothd ")
May 09 23:31:00 cosmin-laptop-arch kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
May 09 23:31:00 cosmin-laptop-arch kernel: Bluetooth: BNEP filters: protocol multicast
May 09 23:31:00 cosmin-laptop-arch kernel: Bluetooth: BNEP socket layer initialized
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Hostname Service...
May 09 23:31:00 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433860.8913] NetworkManager (version 1.18.0-1) is starting... (for the first time)
May 09 23:31:00 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433860.8913] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Network Manager.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433860.8998] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Network.
May 09 23:31:00 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433860.9000] manager[0x5564c130d080]: monitoring kernel firmware directory '/lib/firmware'.
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Starting Permit User Sessions...
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Permit User Sessions.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Started Getty on tty1.
May 09 23:31:00 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:00 cosmin-laptop-arch systemd[1]: Reached target Login Prompts.
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: New seat seat0.
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event2 (Power Button)
May 09 23:31:01 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Started Hostname Service.
May 09 23:31:01 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch kernel: kauditd_printk_skb: 13 callbacks suppressed
May 09 23:31:01 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433861.066:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.0851] hostname: hostname: using hostnamed
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.0851] hostname: hostname changed from (none) to "cosmin-laptop-arch"
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.0853] dns-mgr[0x5564c12c3210]: init: dns=default,systemd-resolved rc-manager=symlink
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.0862] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0/ieee80211/phy0/rfkill3) (driver iwlwifi)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.0863] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/rfkill/rfkill1) (platform driver ideapad_acpi)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.0906] manager[0x5564c130d080]: rfkill: Wi-Fi hardware radio set enabled
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.0906] manager[0x5564c130d080]: rfkill: WWAN hardware radio set enabled
May 09 23:31:01 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.13' (uid=0 pid=643 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Starting Network Manager Script Dispatcher Service...
May 09 23:31:01 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
May 09 23:31:01 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Started Network Manager Script Dispatcher Service.
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1117] settings: Loaded settings plugin: NMSKeyfilePlugin (internal)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1124] settings: Loaded settings plugin: NMSIbftPlugin ("/usr/lib/NetworkManager/1.18.0-1/libnm-settings-plugin-ibft.so")
May 09 23:31:01 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433861.109:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1140] keyfile: new connection /etc/NetworkManager/system-connections/Campus Wi-Fi UNITBV.nmconnection (c1e78c46-62a6-4287-8f8d-a6f1182131cf,"Campus Wi-Fi UNITBV")
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1145] keyfile: new connection /etc/NetworkManager/system-connections/in-tech_gast.nmconnection (ffb11b7c-5ab2-4281-acfc-a0fca5a34632,"in-tech_gast")
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1150] keyfile: new connection /etc/NetworkManager/system-connections/TP-LINK.nmconnection (fb7af1f1-2970-49ee-8824-4d47de410737,"TP-LINK")
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1156] keyfile: new connection /etc/NetworkManager/system-connections/hoppturee-c-5.nmconnection (c65cf6fc-c5b6-49dd-8527-0e3002e93fbf,"hoppturee-c-5")
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1169] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1170] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1170] manager: Networking is enabled by state file
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1171] dhcp-init: Using DHCP client 'internal'
May 09 23:31:01 cosmin-laptop-arch nm-dispatcher[651]: req:1 'hostname': new request (0 scripts)
May 09 23:31:01 cosmin-laptop-arch nm-dispatcher[651]: req:1 'hostname': completed: no scripts
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1193] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-wwan.so)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1248] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-team.so)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1252] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-adsl.so)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1262] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-bluetooth.so)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1265] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-ovs.so)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1273] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-wifi.so)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1278] device (lo): carrier: link connected
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1279] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1285] manager: (enp4s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1294] keyfile: add connection /var/run/NetworkManager/system-connections/Wired connection 1.nmconnection (0649c446-6ef6-33db-9212-20e0a948c967,"Wired connection 1")
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1297] settings: (enp4s0): created default wired connection 'Wired connection 1'
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.1300] device (enp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 09 23:31:01 cosmin-laptop-arch kernel: Generic PHY r8169-400:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event1 (Power Button)
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event0 (Lid Switch)
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event6 (Logitech Gaming Mouse G302 Keyboard)
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event7 (Logitech Gaming Mouse G302 Consumer Control)
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event8 (Logitech Gaming Mouse G302 System Control)
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event9 (Logitech G413 Carbon Mechanical Gaming Keyboard)
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event10 (Logitech G413 Carbon Mechanical Gaming Keyboard)
May 09 23:31:01 cosmin-laptop-arch kernel: r8169 0000:04:00.0 enp4s0: Link is Down
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.2525] device (wlp3s0): driver supports Access Point (AP) mode
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.2537] manager: (wlp3s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.2556] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.5087] device (wlp3s0): set-hw-addr: set MAC address to 02:11:9B:02:AB:37 (scanning)
May 09 23:31:01 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.13' (uid=0 pid=643 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.7659] ovsdb: Could not connect: No such file or directory
May 09 23:31:01 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.13' (uid=0 pid=643 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Starting Authorization Manager...
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.7673] bluez: use BlueZ version 5
May 09 23:31:01 cosmin-laptop-arch nm-dispatcher[651]: req:2 'connectivity-change': new request (0 scripts)
May 09 23:31:01 cosmin-laptop-arch nm-dispatcher[651]: req:2 'connectivity-change': completed: no scripts
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Starting WPA supplicant...
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.7701] bluez5: NAP: added interface CC:2F:71:CD:98:C5
May 09 23:31:01 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
May 09 23:31:01 cosmin-laptop-arch wpa_supplicant[661]: Successfully initialized wpa_supplicant
May 09 23:31:01 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Started WPA supplicant.
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.7785] supplicant: wpa_supplicant running
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.7785] device (wlp3s0): supplicant interface state: init -> starting
May 09 23:31:01 cosmin-laptop-arch polkitd[660]: Started polkitd version 0.116
May 09 23:31:01 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433861.776:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch polkitd[660]: Loading rules from directory /etc/polkit-1/rules.d
May 09 23:31:01 cosmin-laptop-arch polkitd[660]: Loading rules from directory /usr/share/polkit-1/rules.d
May 09 23:31:01 cosmin-laptop-arch systemd-logind[639]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Started Login Service.
May 09 23:31:01 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Reached target Multi-User System.
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Reached target Graphical Interface.
May 09 23:31:01 cosmin-laptop-arch polkitd[660]: Finished loading, compiling and executing 7 rules
May 09 23:31:01 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Started Authorization Manager.
May 09 23:31:01 cosmin-laptop-arch systemd[1]: Startup finished in 13.788s (firmware) + 7.028s (loader) + 3.719s (kernel) + 2.731s (userspace) = 27.268s.
May 09 23:31:01 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch polkitd[660]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
May 09 23:31:01 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433861.816:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433861.816:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.8523] sup-iface[0x5564c13d9840,wlp3s0]: supports 5 scan SSIDs
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.8529] device (wlp3s0): supplicant interface state: starting -> ready
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.8529] Wi-Fi P2P device controlled by interface wlp3s0 created
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.8531] manager: (p2p-dev-wlp3s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.8533] device (p2p-dev-wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <warn>  [1557433861.8538] sup-iface: failed to cancel p2p connect: P2P cancel failed
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.8538] device (p2p-dev-wlp3s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
May 09 23:31:01 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433861.8540] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
May 09 23:31:03 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.13' (uid=0 pid=643 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 23:31:03 cosmin-laptop-arch dbus-daemon[641]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
May 09 23:31:03 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.13' (uid=0 pid=643 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 23:31:03 cosmin-laptop-arch dbus-daemon[641]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7900] device (enp4s0): carrier: link connected
May 09 23:31:03 cosmin-laptop-arch kernel: r8169 0000:04:00.0 enp4s0: Link is Up - 1Gbps/Full - flow control rx/tx
May 09 23:31:03 cosmin-laptop-arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7907] device (enp4s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7923] policy: auto-activating connection 'Wired connection 1' (0649c446-6ef6-33db-9212-20e0a948c967)
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7937] device (enp4s0): Activation: starting connection 'Wired connection 1' (0649c446-6ef6-33db-9212-20e0a948c967)
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7940] device (enp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7948] manager: NetworkManager state is now CONNECTING
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7951] device (enp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7954] device (enp4s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
May 09 23:31:03 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433863.7956] dhcp4 (enp4s0): activation: beginning transaction (timeout in 45 seconds)
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2720] policy: auto-activating connection 'hoppturee-c-5' (c65cf6fc-c5b6-49dd-8527-0e3002e93fbf)
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2723] device (wlp3s0): Activation: starting connection 'hoppturee-c-5' (c65cf6fc-c5b6-49dd-8527-0e3002e93fbf)
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2724] device (wlp3s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2745] device (wlp3s0): set-hw-addr: reset MAC address to CC:2F:71:CD:98:C1 (preserve)
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2831] device (wlp3s0): supplicant interface state: ready -> disabled
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2831] device (p2p-dev-wlp3s0): supplicant management interface state: ready -> disabled
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2832] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2834] device (wlp3s0): Activation: (wifi) access point 'hoppturee-c-5' has security, but secrets are required.
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2834] device (wlp3s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2844] device (wlp3s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2846] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2848] device (wlp3s0): Activation: (wifi) connection 'hoppturee-c-5' has security, and secrets exist.  No new secrets needed.
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2849] Config: added 'ssid' value 'hoppturee-c-5'
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2849] Config: added 'scan_ssid' value '1'
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2849] Config: added 'bgscan' value 'simple:30:-80:86400'
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2849] Config: added 'key_mgmt' value 'WPA-PSK'
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2849] Config: added 'auth_alg' value 'OPEN'
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.2849] Config: added 'psk' value '<hidden>'
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.3285] device (wlp3s0): supplicant interface state: disabled -> inactive
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.3285] device (p2p-dev-wlp3s0): supplicant management interface state: disabled -> inactive
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.3450] device (wlp3s0): supplicant interface state: inactive -> scanning
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.3451] device (p2p-dev-wlp3s0): supplicant management interface state: inactive -> scanning
May 09 23:31:05 cosmin-laptop-arch systemd[1]: systemd-rfkill.service: Succeeded.
May 09 23:31:05 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:05 cosmin-laptop-arch kernel: audit: type=1131 audit(1557433865.883:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:05 cosmin-laptop-arch wpa_supplicant[661]: wlp3s0: SME: Trying to authenticate with 0c:9d:92:ba:36:14 (SSID='hoppturee-c-5' freq=5500 MHz)
May 09 23:31:05 cosmin-laptop-arch kernel: wlp3s0: authenticate with 0c:9d:92:ba:36:14
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.9992] device (wlp3s0): supplicant interface state: scanning -> authenticating
May 09 23:31:05 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433865.9992] device (p2p-dev-wlp3s0): supplicant management interface state: scanning -> authenticating
May 09 23:31:06 cosmin-laptop-arch kernel: wlp3s0: send auth to 0c:9d:92:ba:36:14 (try 1/3)
May 09 23:31:06 cosmin-laptop-arch wpa_supplicant[661]: wlp3s0: Trying to associate with 0c:9d:92:ba:36:14 (SSID='hoppturee-c-5' freq=5500 MHz)
May 09 23:31:06 cosmin-laptop-arch kernel: wlp3s0: authenticated
May 09 23:31:06 cosmin-laptop-arch kernel: wlp3s0: associate with 0c:9d:92:ba:36:14 (try 1/3)
May 09 23:31:06 cosmin-laptop-arch kernel: wlp3s0: RX AssocResp from 0c:9d:92:ba:36:14 (capab=0x511 status=0 aid=2)
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0150] device (wlp3s0): supplicant interface state: authenticating -> associating
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0150] device (p2p-dev-wlp3s0): supplicant management interface state: authenticating -> associating
May 09 23:31:06 cosmin-laptop-arch wpa_supplicant[661]: wlp3s0: Associated with 0c:9d:92:ba:36:14
May 09 23:31:06 cosmin-laptop-arch wpa_supplicant[661]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
May 09 23:31:06 cosmin-laptop-arch kernel: wlp3s0: associated
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0243] device (wlp3s0): supplicant interface state: associating -> associated
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0243] device (p2p-dev-wlp3s0): supplicant management interface state: associating -> associated
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0313] device (wlp3s0): supplicant interface state: associated -> 4-way handshake
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0313] device (p2p-dev-wlp3s0): supplicant management interface state: associated -> 4-way handshake
May 09 23:31:06 cosmin-laptop-arch wpa_supplicant[661]: wlp3s0: WPA: Key negotiation completed with 0c:9d:92:ba:36:14 [PTK=CCMP GTK=CCMP]
May 09 23:31:06 cosmin-laptop-arch wpa_supplicant[661]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to 0c:9d:92:ba:36:14 completed [id=0 id_str=]
May 09 23:31:06 cosmin-laptop-arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
May 09 23:31:06 cosmin-laptop-arch wpa_supplicant[661]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-63 noise=9999 txrate=6000
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0814] device (wlp3s0): supplicant interface state: 4-way handshake -> completed
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0815] device (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "hoppturee-c-5"
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0815] device (p2p-dev-wlp3s0): supplicant management interface state: 4-way handshake -> completed
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0818] device (wlp3s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.0824] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1145] dhcp4 (wlp3s0):   address 192.168.1.100
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1145] dhcp4 (wlp3s0):   plen 24
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1146] dhcp4 (wlp3s0):   expires in 86400 seconds (at 1557520266)
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1146] dhcp4 (wlp3s0):   nameserver '192.168.1.1'
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1147] dhcp4 (wlp3s0):   hostname 'cosmin-laptop-arch'
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1147] dhcp4 (wlp3s0):   router 192.168.1.1
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1155] dhcp4 (wlp3s0): state changed unknown -> bound
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1183] device (wlp3s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1199] device (wlp3s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1206] device (wlp3s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
May 09 23:31:06 cosmin-laptop-arch kernel: wlp3s0: Limiting TX power to 24 (27 - 3) dBm as advertised by 0c:9d:92:ba:36:14
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1295] policy: set 'hoppturee-c-5' (wlp3s0) as default for IPv4 routing and DNS
May 09 23:31:06 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.13' (uid=0 pid=643 comm="/usr/bin/NetworkManager --no-daemon ")
May 09 23:31:06 cosmin-laptop-arch dbus-daemon[641]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.1350] device (wlp3s0): Activation: successful, device activated.
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:3 'up' [wlp3s0]: new request (0 scripts)
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:3 'up' [wlp3s0]: completed: no scripts
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:4 'connectivity-change': new request (0 scripts)
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:4 'connectivity-change': completed: no scripts
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2212] dhcp4 (enp4s0):   address 192.168.1.249
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2212] dhcp4 (enp4s0):   plen 24
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2213] dhcp4 (enp4s0):   expires in 86400 seconds (at 1557520266)
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2213] dhcp4 (enp4s0):   nameserver '192.168.1.1'
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2214] dhcp4 (enp4s0):   hostname 'cosmin-laptop-arch'
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2214] dhcp4 (enp4s0):   router 192.168.1.1
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2220] dhcp4 (enp4s0): state changed unknown -> bound
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2258] device (enp4s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2275] device (enp4s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2281] device (enp4s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2292] manager: NetworkManager state is now CONNECTED_SITE
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2341] manager: NetworkManager state is now CONNECTED_LOCAL
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2346] manager: NetworkManager state is now CONNECTED_SITE
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2350] policy: set 'Wired connection 1' (enp4s0) as default for IPv4 routing and DNS
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2395] device (enp4s0): Activation: successful, device activated.
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.2413] manager: startup complete
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:5 'up' [enp4s0]: new request (0 scripts)
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:5 'up' [enp4s0]: completed: no scripts
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3061] manager: NetworkManager state is now CONNECTED_LOCAL
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3066] manager: NetworkManager state is now CONNECTED_SITE
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3068] policy: set 'hoppturee-c-5' (wlp3s0) as default for IPv4 routing and DNS
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3249] manager: NetworkManager state is now CONNECTED_GLOBAL
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:6 'connectivity-change': new request (0 scripts)
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:6 'connectivity-change': completed: no scripts
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3268] policy: set 'Wired connection 1' (enp4s0) as default for IPv4 routing and DNS
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3711] dhcp6 (enp4s0): activation: beginning transaction (timeout in 45 seconds)
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3729] policy: set 'Wired connection 1' (enp4s0) as default for IPv6 routing and DNS
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3777] dhcp6 (enp4s0):   nameserver 2a02:2f0e:d917:9300::1
May 09 23:31:06 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433866.3777] dhcp6 (enp4s0): state changed unknown -> bound
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:7 'dhcp6-change' [enp4s0]: new request (0 scripts)
May 09 23:31:06 cosmin-laptop-arch nm-dispatcher[651]: req:7 'dhcp6-change' [enp4s0]: completed: no scripts
May 09 23:31:08 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433868.3994] dhcp6 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
May 09 23:31:08 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433868.4149] dhcp6 (wlp3s0):   nameserver 2a02:2f0e:d917:9300::1
May 09 23:31:08 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433868.4150] dhcp6 (wlp3s0): state changed unknown -> bound
May 09 23:31:08 cosmin-laptop-arch nm-dispatcher[651]: req:8 'dhcp6-change' [wlp3s0]: new request (0 scripts)
May 09 23:31:08 cosmin-laptop-arch nm-dispatcher[651]: req:8 'dhcp6-change' [wlp3s0]: completed: no scripts
May 09 23:31:11 cosmin-laptop-arch systemd[1]: NetworkManager-dispatcher.service: Succeeded.
May 09 23:31:11 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:11 cosmin-laptop-arch kernel: audit: type=1131 audit(1557433871.373:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:13 cosmin-laptop-arch kernel: audit: type=1006 audit(1557433873.183:31): pid=650 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
May 09 23:31:13 cosmin-laptop-arch login[650]: pam_unix(login:session): session opened for user cosmin by LOGIN(uid=0)
May 09 23:31:13 cosmin-laptop-arch systemd[1]: Created slice User Slice of UID 1000.
May 09 23:31:13 cosmin-laptop-arch systemd[1]: Starting User Runtime Directory /run/user/1000...
May 09 23:31:13 cosmin-laptop-arch systemd-logind[639]: New session 1 of user cosmin.
May 09 23:31:13 cosmin-laptop-arch systemd[1]: Started User Runtime Directory /run/user/1000.
May 09 23:31:13 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:13 cosmin-laptop-arch systemd[1]: Starting User Manager for UID 1000...
May 09 23:31:13 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433873.203:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:13 cosmin-laptop-arch kernel: audit: type=1006 audit(1557433873.206:33): pid=710 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
May 09 23:31:13 cosmin-laptop-arch systemd[710]: pam_unix(systemd-user:session): session opened for user cosmin by (uid=0)
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on GnuPG cryptographic agent and passphrase cache.
May 09 23:31:13 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433873.286:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:13 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 09 23:31:13 cosmin-laptop-arch login[650]: LOGIN ON tty1 BY cosmin
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Reached target Paths.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on GnuPG network certificate management daemon.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on p11-kit server.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on Multimedia System.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Reached target Timers.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on Sound System.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Starting D-Bus User Message Bus Socket.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Listening on D-Bus User Message Bus Socket.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Reached target Sockets.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Reached target Basic System.
May 09 23:31:13 cosmin-laptop-arch systemd[1]: Started User Manager for UID 1000.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Starting Update XDG user dir configuration...
May 09 23:31:13 cosmin-laptop-arch systemd[1]: Started Session 1 of user cosmin.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: xdg-user-dirs-update.service: Succeeded.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Started Update XDG user dir configuration.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Reached target Main User Target.
May 09 23:31:13 cosmin-laptop-arch systemd[710]: Startup finished in 77ms.
May 09 23:31:15 cosmin-laptop-arch systemd[710]: Started D-Bus User Message Bus.
May 09 23:31:16 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.3' (uid=1000 pid=765 comm="/usr/lib/gnome-session-check-accelerated ")
May 09 23:31:16 cosmin-laptop-arch systemd[710]: Starting Accessibility services bus...
May 09 23:31:16 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.a11y.Bus'
May 09 23:31:16 cosmin-laptop-arch systemd[710]: Started Accessibility services bus.
May 09 23:31:16 cosmin-laptop-arch at-spi-bus-launcher[766]: dbus-daemon[772]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=765 comm="/usr/lib/gnome-session-check-accelerated ")
May 09 23:31:16 cosmin-laptop-arch at-spi-bus-launcher[766]: dbus-daemon[772]: Successfully activated service 'org.a11y.atspi.Registry'
May 09 23:31:16 cosmin-laptop-arch at-spi-bus-launcher[766]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 09 23:31:16 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.6' (uid=1000 pid=765 comm="/usr/lib/gnome-session-check-accelerated ")
May 09 23:31:16 cosmin-laptop-arch systemd[710]: Starting Virtual filesystem service...
May 09 23:31:16 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gtk.vfs.Daemon'
May 09 23:31:16 cosmin-laptop-arch systemd[710]: Started Virtual filesystem service.
May 09 23:31:16 cosmin-laptop-arch gnome-keyring-daemon[797]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
May 09 23:31:16 cosmin-laptop-arch gnome-keyring-daemon[798]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
May 09 23:31:16 cosmin-laptop-arch gnome-keyring-d[798]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
May 09 23:31:16 cosmin-laptop-arch gnome-keyring-daemon[799]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
May 09 23:31:16 cosmin-laptop-arch gnome-keyring-d[797]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
May 09 23:31:16 cosmin-laptop-arch gnome-keyring-d[799]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
May 09 23:31:16 cosmin-laptop-arch gnome-keyring-ssh.desktop[794]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
May 09 23:31:17 cosmin-laptop-arch gnome-shell[807]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Starting sandboxed app permission store...
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Started sandboxed app permission store.
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.21' (uid=1000 pid=828 comm="/usr/lib/gnome-shell-calendar-server ")
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Starting Evolution source registry...
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='org.gnome.OnlineAccounts' requested by ':1.22' (uid=1000 pid=832 comm="/usr/lib/evolution-source-registry ")
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.50' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Starting Daemon for power management...
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Started Evolution source registry.
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Starting Sound Service...
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.Shell.CalendarServer'
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.52' (uid=1000 pid=843 comm="/usr/bin/pulseaudio --daemonize=no ")
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.50' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Starting RealtimeKit Scheduling Policy Service...
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Reached target User and Group Name Lookups.
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Starting Accounts Service...
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Started RealtimeKit Scheduling Policy Service.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Successfully called chroot.
May 09 23:31:17 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433877.793:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Successfully dropped privileges.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Successfully limited resources.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Running.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Canary thread running.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Watchdog thread running.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Successfully made thread 843 of process 843 owned by '1000' high priority at nice level -11.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Supervising 1 threads of 1 processes of 1 users.
May 09 23:31:17 cosmin-laptop-arch accounts-daemon[848]: started daemon version 0.6.55
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.Accounts'
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Started Accounts Service.
May 09 23:31:17 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch goa-daemon[839]: goa-daemon version 3.32.0 starting
May 09 23:31:17 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433877.819:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='org.gnome.Identity' requested by ':1.23' (uid=1000 pid=839 comm="/usr/lib/goa-daemon ")
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.OnlineAccounts'
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.Identity'
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.50' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Starting Location Lookup Service...
May 09 23:31:17 cosmin-laptop-arch polkitd[660]: Registered Authentication Agent for unix-session:1 (system bus name :1.50 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.62' (uid=971 pid=864 comm="/usr/lib/geoclue ")
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 09 23:31:17 cosmin-laptop-arch geoclue[864]: Failed to connect to avahi service: Daemon not running
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Started Location Lookup Service.
May 09 23:31:17 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch kernel: audit: type=1130 audit(1557433877.873:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Supervising 1 threads of 1 processes of 1 users.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Successfully made thread 868 of process 843 owned by '1000' RT at priority 5.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Supervising 2 threads of 1 processes of 1 users.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Supervising 2 threads of 1 processes of 1 users.
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='org.freedesktop.Telepathy.AccountManager' requested by ':1.26' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Successfully made thread 869 of process 843 owned by '1000' RT at priority 5.
May 09 23:31:17 cosmin-laptop-arch rtkit-daemon[847]: Supervising 3 threads of 1 processes of 1 users.
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Starting Virtual filesystem service - disk device monitor...
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.72' (uid=1000 pid=875 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Starting Disk Manager...
May 09 23:31:17 cosmin-laptop-arch udisksd[880]: udisks daemon version 2.8.2 starting
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.freedesktop.Telepathy.AccountManager'
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.UDisks2'
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Started Disk Manager.
May 09 23:31:17 cosmin-laptop-arch udisksd[880]: Acquired the name org.freedesktop.UDisks2 on the system message bus
May 09 23:31:17 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Started Virtual filesystem service - disk device monitor.
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:17 cosmin-laptop-arch systemd[710]: Starting Virtual filesystem service - Apple File Conduit monitor...
May 09 23:31:17 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.UPower'
May 09 23:31:17 cosmin-laptop-arch gvfs-afc-volume-monitor[919]: Volume monitor alive
May 09 23:31:17 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:17 cosmin-laptop-arch systemd[1]: Started Daemon for power management.
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Started Virtual filesystem service - Apple File Conduit monitor.
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Started Virtual filesystem service - GNOME Online Accounts monitor.
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Started Virtual filesystem service - Media Transfer Protocol monitor.
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Starting Virtual filesystem service - digital camera monitor...
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Started Virtual filesystem service - digital camera monitor.
May 09 23:31:18 cosmin-laptop-arch gnome-shell[807]: JS WARNING: [resource:///org/gnome/shell/ui/workspacesView.js 527]: reference to undefined property "_workspacesViews"
May 09 23:31:18 cosmin-laptop-arch gnome-shell[807]: JS ERROR: Exception in callback for signal: cancel: TypeError: this._workspacesViews is undefined
                                                     _endTouchGesture@resource:///org/gnome/shell/ui/workspacesView.js:527:25
                                                     _emit@resource:///org/gnome/gjs/modules/signals.js:142:27
                                                     set enabled@resource:///org/gnome/shell/ui/windowManager.js:478:13
                                                     WorkspacesDisplay<@resource:///org/gnome/shell/ui/workspacesView.js:482:9
                                                     ViewSelector<@resource:///org/gnome/shell/ui/viewSelector.js:167:35
                                                     ControlsManager<@resource:///org/gnome/shell/ui/overviewControls.js:405:29
                                                     init@resource:///org/gnome/shell/ui/overview.js:234:26
                                                     _initializeUI@resource:///org/gnome/shell/ui/main.js:184:5
                                                     start@resource:///org/gnome/shell/ui/main.js:124:5
                                                     @<main>:1:31
May 09 23:31:18 cosmin-laptop-arch gnome-shell[807]: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 09 23:31:18 cosmin-laptop-arch kernel: rfkill: input handler disabled
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.94' (uid=1000 pid=938 comm="/usr/lib/gsd-keyboard ")
May 09 23:31:18 cosmin-laptop-arch systemd[1]: Starting Locale Service...
May 09 23:31:18 cosmin-laptop-arch gsd-media-keys[947]: g_variant_get_va: assertion 'value != NULL' failed
May 09 23:31:18 cosmin-laptop-arch gsd-media-keys[947]: g_variant_unref: assertion 'value != NULL' failed
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.97' (uid=1000 pid=957 comm="/usr/lib/gsd-color ")
May 09 23:31:18 cosmin-laptop-arch systemd[1]: Starting Manage, Install and Generate Color Profiles...
May 09 23:31:18 cosmin-laptop-arch gsd-xsettings[967]: Failed to get current display configuration state: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.gnome.Mutter.DisplayConfig" does not exist
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.ColorManager'
May 09 23:31:18 cosmin-laptop-arch systemd[1]: Started Manage, Install and Generate Color Profiles.
May 09 23:31:18 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.locale1'
May 09 23:31:18 cosmin-laptop-arch systemd[1]: Started Locale Service.
May 09 23:31:18 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar7' unit='evolution-calendar-factory.service' requested by ':1.21' (uid=1000 pid=828 comm="/usr/lib/gnome-shell-calendar-server ")
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Starting Evolution calendar service...
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.evolution.dataserver.Calendar7'
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Started Evolution calendar service.
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='ca.desrt.dconf' requested by ':1.59' (uid=1000 pid=1041 comm="/usr/lib/evolution-calendar-factory ")
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook9' unit='evolution-addressbook-factory.service' requested by ':1.59' (uid=1000 pid=1041 comm="/usr/lib/evolution-calendar-factory ")
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Starting Evolution address book service...
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'ca.desrt.dconf'
May 09 23:31:18 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook9'
May 09 23:31:18 cosmin-laptop-arch systemd[710]: Started Evolution address book service.
May 09 23:31:18 cosmin-laptop-arch NetworkManager[643]: <info>  [1557433878.8763] agent-manager: req[0x5564c13cd4e0, :1.50/org.gnome.Shell.NetworkAgent/1000]: agent registered
May 09 23:31:18 cosmin-laptop-arch gnome-shell[807]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
May 09 23:31:19 cosmin-laptop-arch rtkit-daemon[847]: Supervising 3 threads of 1 processes of 1 users.
May 09 23:31:19 cosmin-laptop-arch rtkit-daemon[847]: Successfully made thread 1082 of process 843 owned by '1000' RT at priority 5.
May 09 23:31:19 cosmin-laptop-arch rtkit-daemon[847]: Supervising 4 threads of 1 processes of 1 users.
May 09 23:31:19 cosmin-laptop-arch rtkit-daemon[847]: Supervising 4 threads of 1 processes of 1 users.
May 09 23:31:19 cosmin-laptop-arch rtkit-daemon[847]: Successfully made thread 1083 of process 843 owned by '1000' RT at priority 5.
May 09 23:31:19 cosmin-laptop-arch rtkit-daemon[847]: Supervising 5 threads of 1 processes of 1 users.
May 09 23:31:19 cosmin-laptop-arch systemd[710]: Started Sound Service.
May 09 23:31:19 cosmin-laptop-arch bluetoothd[640]: Endpoint registered: sender=:1.151 path=/MediaEndpoint/A2DPSource
May 09 23:31:19 cosmin-laptop-arch bluetoothd[640]: Endpoint registered: sender=:1.151 path=/MediaEndpoint/A2DPSink
May 09 23:31:19 cosmin-laptop-arch pulseaudio[843]: E: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
May 09 23:31:19 cosmin-laptop-arch kernel: Bluetooth: RFCOMM TTY layer initialized
May 09 23:31:19 cosmin-laptop-arch kernel: Bluetooth: RFCOMM socket layer initialized
May 09 23:31:19 cosmin-laptop-arch kernel: Bluetooth: RFCOMM ver 1.11
May 09 23:31:19 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.64' (uid=1000 pid=1094 comm="gdbus call -e -d org.freedesktop.DBus -o /org/free")
May 09 23:31:19 cosmin-laptop-arch systemd[710]: Starting Tracker metadata database store and lookup manager...
May 09 23:31:19 cosmin-laptop-arch gnome-session-binary[758]: Entering running state
May 09 23:31:19 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.freedesktop.Tracker1'
May 09 23:31:19 cosmin-laptop-arch systemd[710]: Started Tracker metadata database store and lookup manager.
May 09 23:31:19 cosmin-laptop-arch tracker-store.desktop[1094]: (uint32 1,)
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: Failed to load /usr/lib/gs-plugins-13/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gs-plugins-13/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: enabled plugins: desktop-categories, os-release, provenance, shell-extensions, appstream, provenance-license, desktop-menu-path, epiphany, flatpak, generic-updates, hardcoded-blacklist, hardcoded-featured, hardcoded-popular, modalias, rewrite-resource, icons, odrs, key-colors, key-colors-metadata
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: disabled plugins: dpkg, dummy, fedora-pkgdb-collections, repos
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: /etc/PackageKit/Vendor.conf file not found
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: hiding category games featured applications: found only 0 to show, need at least 9
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: hiding category productivity featured applications: found only 0 to show, need at least 9
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: Only 3 apps for popular list, hiding
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: not handling error failed for action refine: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: not handling error failed for action refine: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 23:31:19 cosmin-laptop-arch gnome-software[1100]: not handling error failed for action refine: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 09 23:31:19 cosmin-laptop-arch gnome-shell[807]: GNOME Shell started at Thu May 09 2019 23:31:18 GMT+0300 (EEST)
May 09 23:31:20 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.157' (uid=976 pid=1035 comm="/usr/lib/colord-sane ")
May 09 23:31:20 cosmin-laptop-arch dbus-daemon[641]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 09 23:31:22 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.158' (uid=976 pid=1035 comm="/usr/lib/colord-sane ")
May 09 23:31:22 cosmin-laptop-arch dbus-daemon[641]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 09 23:31:22 cosmin-laptop-arch kernel: retire_capture_urb: 2453 callbacks suppressed
May 09 23:31:29 cosmin-laptop-arch gnome-shell[807]: JS WARNING: [resource:///org/gnome/shell/ui/workspacesView.js 731]: reference to undefined property 1
May 09 23:31:29 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesActualGeometry@resource:///org/gnome/shell/ui/workspacesView.js:731:13
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:390:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 23:31:29 cosmin-laptop-arch gnome-shell[807]: JS WARNING: [resource:///org/gnome/shell/ui/workspacesView.js 714]: reference to undefined property 1
May 09 23:31:29 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 23:31:30 cosmin-laptop-arch gnome-shell[807]: g_environ_setenv: assertion 'value != NULL' failed
May 09 23:31:30 cosmin-laptop-arch spotify.desktop[807]: spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)
May 09 23:31:30 cosmin-laptop-arch systemd-timesyncd[633]: Synchronized to time server for the first time [2a01:4f8:c0c:497b::2]:123 (2.arch.pool.ntp.org).
May 09 23:31:35 cosmin-laptop-arch spotify.desktop[807]: /opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)
May 09 23:31:35 cosmin-laptop-arch spotify.desktop[807]: /proc/self/exe: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /proc/self/exe)
May 09 23:31:38 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 23:31:39 cosmin-laptop-arch gnome-shell[807]: g_environ_setenv: assertion 'value != NULL' failed
May 09 23:31:39 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
May 09 23:31:40 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.74' (uid=1000 pid=1260 comm="gnome-terminal ")
May 09 23:31:40 cosmin-laptop-arch systemd[710]: Starting GNOME Terminal Server...
May 09 23:31:40 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.Terminal'
May 09 23:31:40 cosmin-laptop-arch systemd[710]: Started GNOME Terminal Server.
May 09 23:31:40 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
May 09 23:31:40 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # watch_fast: "/org/gnome/terminal/legacy/" (establishing: 0, active: 0)
May 09 23:31:40 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # unwatch_fast: "/org/gnome/terminal/legacy/" (active: 0, establishing: 1)
May 09 23:31:40 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # watch_established: "/org/gnome/terminal/legacy/" (establishing: 0)
May 09 23:31:48 cosmin-laptop-arch systemd[1]: systemd-localed.service: Succeeded.
May 09 23:31:48 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:48 cosmin-laptop-arch kernel: kauditd_printk_skb: 661 callbacks suppressed
May 09 23:31:48 cosmin-laptop-arch kernel: audit: type=1131 audit(1557433908.793:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:48 cosmin-laptop-arch systemd[1]: systemd-hostnamed.service: Succeeded.
May 09 23:31:48 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:48 cosmin-laptop-arch kernel: audit: type=1131 audit(1557433908.890:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:31:49 cosmin-laptop-arch sudo[1272]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 09 23:31:49 cosmin-laptop-arch sudo[1272]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 23:32:05 cosmin-laptop-arch tracker-store[1106]: OK
May 09 23:32:05 cosmin-laptop-arch systemd[710]: tracker-store.service: Succeeded.
May 09 23:32:18 cosmin-laptop-arch geoclue[864]: Service not used for 60 seconds. Shutting down..
May 09 23:32:18 cosmin-laptop-arch systemd[1]: geoclue.service: Main process exited, code=killed, status=15/TERM
May 09 23:32:18 cosmin-laptop-arch kernel: audit: type=1131 audit(1557433938.402:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:32:18 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:32:18 cosmin-laptop-arch systemd[1]: geoclue.service: Succeeded.
May 09 23:33:16 cosmin-laptop-arch sudo[1272]: pam_unix(sudo:session): session closed for user root
May 09 23:33:18 cosmin-laptop-arch sudo[1287]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 09 23:33:18 cosmin-laptop-arch sudo[1287]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 23:34:43 cosmin-laptop-arch sudo[1287]: pam_unix(sudo:session): session closed for user root
May 09 23:34:48 cosmin-laptop-arch sudo[1293]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 09 23:34:48 cosmin-laptop-arch sudo[1293]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 23:34:48 cosmin-laptop-arch sudo[1293]: pam_unix(sudo:session): session closed for user root
May 09 23:34:48 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.67' (uid=1000 pid=1103 comm="/usr/lib/tracker-miner-fs ")
May 09 23:34:48 cosmin-laptop-arch systemd[710]: Starting Tracker metadata database store and lookup manager...
May 09 23:34:48 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.freedesktop.Tracker1'
May 09 23:34:48 cosmin-laptop-arch systemd[710]: Started Tracker metadata database store and lookup manager.
May 09 23:34:49 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' unit='tracker-extract.service' requested by ':1.67' (uid=1000 pid=1103 comm="/usr/lib/tracker-miner-fs ")
May 09 23:34:49 cosmin-laptop-arch systemd[710]: Starting Tracker metadata extractor...
May 09 23:34:49 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
May 09 23:34:49 cosmin-laptop-arch systemd[710]: Started Tracker metadata extractor.
May 09 23:34:49 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.78' (uid=1000 pid=1303 comm="/usr/lib/tracker-extract ")
May 09 23:34:49 cosmin-laptop-arch systemd[710]: Starting Virtual filesystem metadata service...
May 09 23:34:49 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gtk.vfs.Metadata'
May 09 23:34:49 cosmin-laptop-arch systemd[710]: Started Virtual filesystem metadata service.
May 09 23:34:52 cosmin-laptop-arch systemd[710]: gnome-terminal-server.service: Main process exited, code=killed, status=15/TERM
May 09 23:34:52 cosmin-laptop-arch systemd[710]: gnome-terminal-server.service: Succeeded.
May 09 23:34:54 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _toggleOverview@resource:///org/gnome/shell/ui/layout.js:1243:13
                                                     _emit@resource:///org/gnome/gjs/modules/signals.js:142:27
                                                     _trigger@resource:///org/gnome/shell/ui/layout.js:1374:9
                                                     _onBarrierHit@resource:///org/gnome/shell/ui/layout.js:1416:13
May 09 23:34:57 cosmin-laptop-arch gnome-shell[807]: g_environ_setenv: assertion 'value != NULL' failed
May 09 23:34:57 cosmin-laptop-arch gnome-shell[807]: remove_mnemonics: assertion 'label != NULL' failed
May 09 23:34:59 cosmin-laptop-arch systemd[710]: tracker-extract.service: Succeeded.
May 09 23:35:01 cosmin-laptop-arch gnome-keyring-daemon[799]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 09 23:35:01 cosmin-laptop-arch gnome-keyring-d[799]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 09 23:35:02 cosmin-laptop-arch gnome-keyring-daemon[799]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 09 23:35:02 cosmin-laptop-arch gnome-keyring-d[799]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 09 23:35:02 cosmin-laptop-arch gnome-keyring-daemon[799]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 09 23:35:02 cosmin-laptop-arch gnome-keyring-d[799]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 09 23:35:23 cosmin-laptop-arch tracker-store[1296]: OK
May 09 23:35:23 cosmin-laptop-arch systemd[710]: tracker-store.service: Succeeded.
May 09 23:35:55 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.198' (uid=1000 pid=1325 comm="/usr/lib/chromium/chromium ")
May 09 23:35:55 cosmin-laptop-arch systemd[1]: Starting Hostname Service...
May 09 23:35:55 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 09 23:35:55 cosmin-laptop-arch systemd[1]: Started Hostname Service.
May 09 23:35:55 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:35:55 cosmin-laptop-arch kernel: audit: type=1130 audit(1557434155.719:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:35:58 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.202' (uid=1000 pid=1699 comm="/usr/lib/gvfsd-dnssd --spawner :1.8 /org/gtk/gvfs/")
May 09 23:35:58 cosmin-laptop-arch dbus-daemon[641]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 09 23:36:25 cosmin-laptop-arch systemd[1]: systemd-hostnamed.service: Succeeded.
May 09 23:36:25 cosmin-laptop-arch kernel: audit: type=1131 audit(1557434185.756:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:36:25 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:38:27 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 23:38:28 cosmin-laptop-arch gnome-shell[807]: g_environ_setenv: assertion 'value != NULL' failed
May 09 23:38:28 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='org.gnome.Nautilus' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:38:29 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.Nautilus'
May 09 23:38:29 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.207' (uid=1000 pid=1723 comm="/usr/bin/nautilus --gapplication-service ")
May 09 23:38:29 cosmin-laptop-arch systemd[1]: Starting Hostname Service...
May 09 23:38:29 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 09 23:38:29 cosmin-laptop-arch systemd[1]: Started Hostname Service.
May 09 23:38:29 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:38:29 cosmin-laptop-arch kernel: audit: type=1130 audit(1557434309.497:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:38:31 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='org.gnome.gedit' requested by ':1.91' (uid=1000 pid=1723 comm="/usr/bin/nautilus --gapplication-service ")
May 09 23:38:31 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.gedit'
May 09 23:38:39 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 23:38:43 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='org.gnome.gedit' requested by ':1.91' (uid=1000 pid=1723 comm="/usr/bin/nautilus --gapplication-service ")
May 09 23:38:43 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.gedit'
May 09 23:38:59 cosmin-laptop-arch systemd[1]: systemd-hostnamed.service: Succeeded.
May 09 23:38:59 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:38:59 cosmin-laptop-arch kernel: audit: type=1131 audit(1557434339.548:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:40:06 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 23:40:07 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 09 23:46:23 cosmin-laptop-arch systemd[1]: Starting Cleanup of Temporary Directories...
May 09 23:46:23 cosmin-laptop-arch systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
May 09 23:46:23 cosmin-laptop-arch systemd[1]: Started Cleanup of Temporary Directories.
May 09 23:46:23 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:46:23 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:46:23 cosmin-laptop-arch kernel: audit: type=1130 audit(1557434783.668:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:46:23 cosmin-laptop-arch kernel: audit: type=1131 audit(1557434783.668:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:58:09 cosmin-laptop-arch chromium.desktop[807]: [1325:1325:0509/235809.362724:ERROR:http_bridge.cc(127)] Not implemented reached in virtual void syncer::HttpBridgeFactory::OnSignalReceived()
May 09 23:58:09 cosmin-laptop-arch chromium.desktop[807]: [1325:1335:0509/235809.416883:ERROR:browser_process_sub_thread.cc(217)] Waited 9 ms for network service
May 09 23:58:11 cosmin-laptop-arch nautilus[1723]: gtk_widget_get_mapped: assertion 'GTK_IS_WIDGET (widget)' failed
May 09 23:58:11 cosmin-laptop-arch nautilus[1723]: gdk_window_is_visible: assertion 'GDK_IS_WINDOW (window)' failed
May 09 23:58:11 cosmin-laptop-arch nautilus[1723]: gdk_window_show_internal: assertion 'GDK_IS_WINDOW (window)' failed
May 09 23:58:11 cosmin-laptop-arch nautilus[1723]: gtk_widget_set_opacity: assertion 'GTK_IS_WIDGET (widget)' failed
May 09 23:58:11 cosmin-laptop-arch nautilus[1723]: gtk_widget_queue_draw: assertion 'GTK_IS_WIDGET (widget)' failed
May 09 23:58:13 cosmin-laptop-arch nautilus[1723]: gtk_widget_get_mapped: assertion 'GTK_IS_WIDGET (widget)' failed
May 09 23:58:13 cosmin-laptop-arch nautilus[1723]: gdk_window_is_visible: assertion 'GDK_IS_WINDOW (window)' failed
May 09 23:58:13 cosmin-laptop-arch nautilus[1723]: gtk_widget_set_opacity: assertion 'GTK_IS_WIDGET (widget)' failed
May 09 23:58:13 cosmin-laptop-arch nautilus[1723]: gtk_widget_queue_draw: assertion 'GTK_IS_WIDGET (widget)' failed
May 09 23:58:14 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 23:58:14 cosmin-laptop-arch spotify.desktop[807]: [0509/235814.947036:ERROR:gl_context_glx.cc(227)] Couldn't make context current with X drawable.
May 09 23:58:14 cosmin-laptop-arch spotify.desktop[807]: [0509/235814.947403:ERROR:gl_context_glx.cc(252)] glXMakeCurrent failed in ReleaseCurrent
May 09 23:58:14 cosmin-laptop-arch spotify.desktop[807]: [0509/235814.947447:ERROR:gles2_cmd_decoder.cc(4575)]   GLES2DecoderImpl: Context lost during MakeCurrent.
May 09 23:58:15 cosmin-laptop-arch gnome-shell[807]: g_environ_setenv: assertion 'value != NULL' failed
May 09 23:58:15 cosmin-laptop-arch spotify.desktop[807]: spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)
May 09 23:58:15 cosmin-laptop-arch spotify.desktop[807]: /opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)
May 09 23:58:15 cosmin-laptop-arch spotify.desktop[807]: /proc/self/exe: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /proc/self/exe)
May 09 23:58:16 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 23:58:23 cosmin-laptop-arch gnome-shell[807]: g_environ_setenv: assertion 'value != NULL' failed
May 09 23:58:27 cosmin-laptop-arch org.gnome.Shell.desktop[807]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0x2800029 specified for 0x2800030.
May 09 23:58:28 cosmin-laptop-arch rider.desktop[807]: Installation home directory: file:////usr/share/rider
May 09 23:58:28 cosmin-laptop-arch rider.desktop[807]: System directory: file:////home/cosmin/.Rider2019.1/system
May 09 23:58:28 cosmin-laptop-arch rider.desktop[807]: Config directory: file:////home/cosmin/.Rider2019.1/config
May 09 23:58:28 cosmin-laptop-arch rider.desktop[807]: Log directory: file:////home/cosmin/.Rider2019.1/system/log
May 09 23:58:28 cosmin-laptop-arch rider.desktop[807]: Following output will be written to a log file /home/cosmin/.Rider2019.1/system/log/frontend.log
May 09 23:58:49 cosmin-laptop-arch gnome-shell[807]: remove_mnemonics: assertion 'label != NULL' failed
May 09 23:58:50 cosmin-laptop-arch gnome-keyring-daemon[799]: the /usr/bin/ssh-add command failed: Child process exited with code 1
May 09 23:58:50 cosmin-laptop-arch gnome-keyring-daemon[799]: 
May 09 23:58:50 cosmin-laptop-arch gnome-keyring-d[799]: the /usr/bin/ssh-add command failed: Child process exited with code 1
May 09 23:58:53 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 23:58:55 cosmin-laptop-arch gnome-shell[807]: g_environ_setenv: assertion 'value != NULL' failed
May 09 23:58:55 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
May 09 23:58:55 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.113' (uid=1000 pid=2796 comm="gnome-terminal ")
May 09 23:58:55 cosmin-laptop-arch systemd[710]: Starting GNOME Terminal Server...
May 09 23:58:55 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.Terminal'
May 09 23:58:55 cosmin-laptop-arch systemd[710]: Started GNOME Terminal Server.
May 09 23:58:55 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
May 09 23:58:55 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # watch_fast: "/org/gnome/terminal/legacy/" (establishing: 0, active: 0)
May 09 23:58:55 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # unwatch_fast: "/org/gnome/terminal/legacy/" (active: 0, establishing: 1)
May 09 23:58:55 cosmin-laptop-arch org.gnome.Terminal.desktop[807]: # watch_established: "/org/gnome/terminal/legacy/" (establishing: 0)
May 09 23:59:07 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.67' (uid=1000 pid=1103 comm="/usr/lib/tracker-miner-fs ")
May 09 23:59:07 cosmin-laptop-arch systemd[710]: Starting Tracker metadata database store and lookup manager...
May 09 23:59:07 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.freedesktop.Tracker1'
May 09 23:59:07 cosmin-laptop-arch systemd[710]: Started Tracker metadata database store and lookup manager.
May 09 23:59:07 cosmin-laptop-arch sudo[2810]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 09 23:59:07 cosmin-laptop-arch sudo[2810]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 09 23:59:07 cosmin-laptop-arch sudo[2810]: pam_unix(sudo:session): session closed for user root
May 09 23:59:08 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' unit='tracker-extract.service' requested by ':1.67' (uid=1000 pid=1103 comm="/usr/lib/tracker-miner-fs ")
May 09 23:59:08 cosmin-laptop-arch systemd[710]: Starting Tracker metadata extractor...
May 09 23:59:08 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
May 09 23:59:08 cosmin-laptop-arch systemd[710]: Started Tracker metadata extractor.
May 09 23:59:09 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 09 23:59:11 cosmin-laptop-arch gnome-shell[807]: g_environ_setenv: assertion 'value != NULL' failed
May 09 23:59:11 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='org.gnome.Nautilus' requested by ':1.18' (uid=1000 pid=807 comm="/usr/bin/gnome-shell ")
May 09 23:59:11 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.Nautilus'
May 09 23:59:11 cosmin-laptop-arch dbus-daemon[641]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.312' (uid=1000 pid=2842 comm="/usr/bin/nautilus --gapplication-service ")
May 09 23:59:11 cosmin-laptop-arch systemd[1]: Starting Hostname Service...
May 09 23:59:12 cosmin-laptop-arch dbus-daemon[641]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 09 23:59:12 cosmin-laptop-arch systemd[1]: Started Hostname Service.
May 09 23:59:12 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:59:12 cosmin-laptop-arch kernel: audit: type=1130 audit(1557435552.113:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:59:13 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='org.gnome.gedit' requested by ':1.118' (uid=1000 pid=2842 comm="/usr/bin/nautilus --gapplication-service ")
May 09 23:59:13 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.gedit'
May 09 23:59:18 cosmin-laptop-arch systemd[710]: tracker-extract.service: Succeeded.
May 09 23:59:38 cosmin-laptop-arch tracker-store[2813]: OK
May 09 23:59:38 cosmin-laptop-arch systemd[710]: tracker-store.service: Succeeded.
May 09 23:59:42 cosmin-laptop-arch systemd[1]: systemd-hostnamed.service: Succeeded.
May 09 23:59:42 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 09 23:59:42 cosmin-laptop-arch kernel: audit: type=1131 audit(1557435582.163:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:00:19 cosmin-laptop-arch systemd[1]: Starting Daily man-db regeneration...
May 10 00:00:19 cosmin-laptop-arch systemd[1]: Started Verify integrity of password and group files.
May 10 00:00:19 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:00:19 cosmin-laptop-arch systemd[1]: Starting Rotate log files...
May 10 00:00:19 cosmin-laptop-arch kernel: audit: type=1130 audit(1557435619.247:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:00:19 cosmin-laptop-arch systemd[1]: shadow.service: Succeeded.
May 10 00:00:19 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:00:19 cosmin-laptop-arch kernel: audit: type=1131 audit(1557435619.257:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:00:19 cosmin-laptop-arch systemd[1]: logrotate.service: Succeeded.
May 10 00:00:19 cosmin-laptop-arch systemd[1]: Started Rotate log files.
May 10 00:00:19 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:00:19 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:00:19 cosmin-laptop-arch kernel: audit: type=1130 audit(1557435619.263:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:00:19 cosmin-laptop-arch kernel: audit: type=1131 audit(1557435619.263:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:00:19 cosmin-laptop-arch mandb[2898]: Updating index cache for path `/usr/share/man/man1'. Wait...
May 10 00:00:19 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man...
May 10 00:00:19 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man...
May 10 00:00:19 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man1/idn2.1.gz: whatis parse for idn2(1) failed
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man1/mjpegtools.1.gz: whatis parse for mjpegtools(1) failed
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: Updating index cache for path `/usr/share/man/man7'. Wait...
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man7/virkeycode-atset2.7.gz: whatis parse for virkeycode-atset2(7) failed
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man7/virkeycode-atset1.7.gz: whatis parse for virkeycode-atset1(7) failed
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man7/virkeycode-atset3.7.gz: whatis parse for virkeycode-atset3(7) failed
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man7/virkeycode-osx.7.gz: whatis parse for virkeycode-osx(7) failed
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man7/virkeycode-linux.7.gz: whatis parse for virkeycode-linux(7) failed
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man7/virkeycode-qnum.7.gz: whatis parse for virkeycode-qnum(7) failed
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man7/virkeycode-usb.7.gz: whatis parse for virkeycode-usb(7) failed
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man7/virkeycode-win32.7.gz: whatis parse for virkeycode-win32(7) failed
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man7/virkeycode-xtkbd.7.gz: whatis parse for virkeycode-xtkbd(7) failed
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man7/virkeyname-linux.7.gz: whatis parse for virkeyname-linux(7) failed
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man7/virkeyname-osx.7.gz: whatis parse for virkeyname-osx(7) failed
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man7/virkeyname-win32.7.gz: whatis parse for virkeyname-win32(7) failed
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: Updating index cache for path `/usr/share/man/man5'. Wait...
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: Updating index cache for path `/usr/share/man/man3'. Wait...
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: /usr/share/man/man3/keyctl_pkey_verify.3.gz is self referencing
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man3/keyctl_pkey_verify.3.gz: bad symlink or ROFF `.so' request
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man3/pcre2demo.3.gz: whatis parse for pcre2demo(3) failed
May 10 00:00:20 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Activating service name='org.gnome.gedit' requested by ':1.118' (uid=1000 pid=2842 comm="/usr/bin/nautilus --gapplication-service ")
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: /usr/bin/mandb: warning: /usr/share/man/man3/pcredemo.3.gz: whatis parse for pcredemo(3) failed
May 10 00:00:20 cosmin-laptop-arch dbus-daemon[763]: [session uid=1000 pid=763] Successfully activated service 'org.gnome.gedit'
May 10 00:00:20 cosmin-laptop-arch mandb[2898]: done.
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Checking for stray cats under /usr/share/man...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Checking for stray cats under /var/cache/man...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/pl...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/pl...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/fr...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/fr...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/uk...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/uk...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/it...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/it...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/id...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/id...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/hu...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/hu...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/sr...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/sr...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/sv...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/sv...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/nl...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/nl...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/da...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/da...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/pt...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/pt...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/de.UTF-8...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/de.UTF-8...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/ko...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/ko...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/sl...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/sl...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/de...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/de...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/es...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/es...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/zh_TW...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/zh_TW...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/zh_CN...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/zh_CN...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/ca...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/ca...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/pl.UTF-8...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/pl.UTF-8...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/ru...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/ru...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/fr.UTF-8...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/fr.UTF-8...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/jp...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/jp...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/pt_BR...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/pt_BR...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/cs...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/cs...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/ja...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/ja...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Purging old database entries in /usr/share/man/tr...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/share/man/tr...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: Processing manual pages under /usr/local/man...
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: 4 man subdirectories contained newer manual pages.
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: 148 manual pages were added.
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: 0 stray cats were added.
May 10 00:00:21 cosmin-laptop-arch mandb[2898]: 0 old database entries were purged.
May 10 00:00:21 cosmin-laptop-arch systemd[1]: man-db.service: Succeeded.
May 10 00:00:21 cosmin-laptop-arch systemd[1]: Started Daily man-db regeneration.
May 10 00:00:21 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:00:21 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:00:21 cosmin-laptop-arch kernel: audit: type=1130 audit(1557435621.117:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:00:21 cosmin-laptop-arch kernel: audit: type=1131 audit(1557435621.117:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:00:24 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _toggleOverview@resource:///org/gnome/shell/ui/layout.js:1243:13
                                                     _emit@resource:///org/gnome/gjs/modules/signals.js:142:27
                                                     _trigger@resource:///org/gnome/shell/ui/layout.js:1374:9
                                                     _onBarrierHit@resource:///org/gnome/shell/ui/layout.js:1416:13
May 10 00:00:33 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _toggleOverview@resource:///org/gnome/shell/ui/layout.js:1243:13
                                                     _emit@resource:///org/gnome/gjs/modules/signals.js:142:27
                                                     _trigger@resource:///org/gnome/shell/ui/layout.js:1374:9
                                                     _onBarrierHit@resource:///org/gnome/shell/ui/layout.js:1416:13
May 10 00:00:36 cosmin-laptop-arch gnome-shell[807]: g_environ_setenv: assertion 'value != NULL' failed
May 10 00:00:36 cosmin-laptop-arch pycharm-professional.desktop[807]: OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
May 10 00:00:37 cosmin-laptop-arch pycharm-professional.desktop[807]: WARNING: An illegal reflective access operation has occurred
May 10 00:00:37 cosmin-laptop-arch pycharm-professional.desktop[807]: WARNING: Illegal reflective access by com.intellij.ide.ClassUtilCore to field sun.net.www.protocol.jar.JarFileFactory.fileCache
May 10 00:00:37 cosmin-laptop-arch pycharm-professional.desktop[807]: WARNING: Please consider reporting this to the maintainers of com.intellij.ide.ClassUtilCore
May 10 00:00:37 cosmin-laptop-arch pycharm-professional.desktop[807]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
May 10 00:00:37 cosmin-laptop-arch pycharm-professional.desktop[807]: WARNING: All illegal access operations will be denied in a future release
May 10 00:00:40 cosmin-laptop-arch org.gnome.Shell.desktop[807]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0x0 specified for 0x2800030.
May 10 00:00:40 cosmin-laptop-arch org.gnome.Shell.desktop[807]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0x0 specified for 0x2800030.
May 10 00:00:54 cosmin-laptop-arch org.gnome.Shell.desktop[807]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0x0 specified for 0x2800030.
May 10 00:01:08 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 10 00:01:09 cosmin-laptop-arch gnome-shell[807]: g_environ_setenv: assertion 'value != NULL' failed
May 10 00:01:10 cosmin-laptop-arch gnome-keyring-daemon[799]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 10 00:01:10 cosmin-laptop-arch gnome-keyring-d[799]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 10 00:01:10 cosmin-laptop-arch gnome-keyring-daemon[799]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 10 00:01:10 cosmin-laptop-arch gnome-keyring-d[799]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 10 00:01:10 cosmin-laptop-arch gnome-keyring-daemon[799]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 10 00:01:10 cosmin-laptop-arch gnome-keyring-d[799]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 10 00:02:14 cosmin-laptop-arch gnome-shell[807]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _initializeUI/<@resource:///org/gnome/shell/ui/main.js:190:13
May 10 00:02:17 cosmin-laptop-arch sudo[3983]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 10 00:02:17 cosmin-laptop-arch sudo[3983]: pam_unix(sudo:session): session opened for user root by (uid=0)

I will disable KMS to really make sure it causes this hang issue. I'll come back with an update.

UPDATE: yup, disabling KMS by removing the nvidia-drm.modeset=1 kernel parameter from GRUB config makes the hang go away.

Going back to the original setup of my Arch instalation, here is another journal (hang occured when starting nvidia-settings):

-- Logs begin at Sun 2019-04-28 20:56:11 EEST, end at Fri 2019-05-10 00:29:32 EEST. --
May 10 00:27:26 cosmin-laptop-arch kernel: microcode: microcode updated early to revision 0x9a, date = 2018-07-16
May 10 00:27:26 cosmin-laptop-arch kernel: Linux version 5.0.13-arch1-1-ARCH (builduser@heftig-13472) (gcc version 8.3.0 (GCC)) #1 SMP PREEMPT Sun May 5 18:05:41 UTC 2019
May 10 00:27:26 cosmin-laptop-arch kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e475fa84-ffc2-48c7-8a13-cf835528199e rw quiet nvidia-drm.modeset=1
May 10 00:27:26 cosmin-laptop-arch kernel: KERNEL supported cpus:
May 10 00:27:26 cosmin-laptop-arch kernel:   Intel GenuineIntel
May 10 00:27:26 cosmin-laptop-arch kernel:   AMD AuthenticAMD
May 10 00:27:26 cosmin-laptop-arch kernel:   Hygon HygonGenuine
May 10 00:27:26 cosmin-laptop-arch kernel:   Centaur CentaurHauls
May 10 00:27:26 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 10 00:27:26 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 10 00:27:26 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 10 00:27:26 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
May 10 00:27:26 cosmin-laptop-arch kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
May 10 00:27:26 cosmin-laptop-arch kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
May 10 00:27:26 cosmin-laptop-arch kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
May 10 00:27:26 cosmin-laptop-arch kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
May 10 00:27:26 cosmin-laptop-arch kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-provided physical RAM map:
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000062d3cfff] usable
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000062d3d000-0x0000000062d3dfff] ACPI NVS
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000062d3e000-0x0000000062d3efff] reserved
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000062d3f000-0x000000007a48dfff] usable
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007a48e000-0x000000007a68dfff] type 20
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007a68e000-0x000000007ae7dfff] reserved
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007ae7e000-0x000000007ce7dfff] ACPI NVS
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007ce7e000-0x000000007cefdfff] ACPI data
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007cefe000-0x000000007cefefff] usable
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x000000007ceff000-0x000000007fffffff] reserved
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
May 10 00:27:26 cosmin-laptop-arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
May 10 00:27:26 cosmin-laptop-arch kernel: NX (Execute Disable) protection: active
May 10 00:27:26 cosmin-laptop-arch kernel: efi: EFI v2.50 by INSYDE Corp.
May 10 00:27:26 cosmin-laptop-arch kernel: efi:  ACPI 2.0=0x7cefd014  SMBIOS=0x7a702000  SMBIOS 3.0=0x7a700000  ESRT=0x7a6fe558  MEMATTR=0x6ada4018 
May 10 00:27:26 cosmin-laptop-arch kernel: SMBIOS 3.0.0 present.
May 10 00:27:26 cosmin-laptop-arch kernel: DMI: LENOVO 80WK/LNVNB161216, BIOS 4KCN45WW 01/11/2019
May 10 00:27:26 cosmin-laptop-arch kernel: tsc: Detected 2800.000 MHz processor
May 10 00:27:26 cosmin-laptop-arch kernel: tsc: Detected 2808.000 MHz TSC
May 10 00:27:26 cosmin-laptop-arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 10 00:27:26 cosmin-laptop-arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 10 00:27:26 cosmin-laptop-arch kernel: last_pfn = 0x47f000 max_arch_pfn = 0x400000000
May 10 00:27:26 cosmin-laptop-arch kernel: MTRR default type: write-back
May 10 00:27:26 cosmin-laptop-arch kernel: MTRR fixed ranges enabled:
May 10 00:27:26 cosmin-laptop-arch kernel:   00000-9FFFF write-back
May 10 00:27:26 cosmin-laptop-arch kernel:   A0000-BFFFF uncachable
May 10 00:27:26 cosmin-laptop-arch kernel:   C0000-FFFFF write-protect
May 10 00:27:26 cosmin-laptop-arch kernel: MTRR variable ranges enabled:
May 10 00:27:26 cosmin-laptop-arch kernel:   0 base 0080000000 mask 7F80000000 uncachable
May 10 00:27:26 cosmin-laptop-arch kernel:   1 base 007E000000 mask 7FFE000000 uncachable
May 10 00:27:26 cosmin-laptop-arch kernel:   2 base 007D800000 mask 7FFF800000 uncachable
May 10 00:27:26 cosmin-laptop-arch kernel:   3 disabled
May 10 00:27:26 cosmin-laptop-arch kernel:   4 disabled
May 10 00:27:26 cosmin-laptop-arch kernel:   5 disabled
May 10 00:27:26 cosmin-laptop-arch kernel:   6 disabled
May 10 00:27:26 cosmin-laptop-arch kernel:   7 disabled
May 10 00:27:26 cosmin-laptop-arch kernel:   8 disabled
May 10 00:27:26 cosmin-laptop-arch kernel:   9 disabled
May 10 00:27:26 cosmin-laptop-arch kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
May 10 00:27:26 cosmin-laptop-arch kernel: last_pfn = 0x7ceff max_arch_pfn = 0x400000000
May 10 00:27:26 cosmin-laptop-arch kernel: esrt: Reserving ESRT space from 0x000000007a6fe558 to 0x000000007a6fe608.
May 10 00:27:26 cosmin-laptop-arch kernel: check: Scanning 1 areas for low memory corruption
May 10 00:27:26 cosmin-laptop-arch kernel: Using GB pages for direct mapping
May 10 00:27:26 cosmin-laptop-arch kernel: BRK [0x15b601000, 0x15b601fff] PGTABLE
May 10 00:27:26 cosmin-laptop-arch kernel: BRK [0x15b602000, 0x15b602fff] PGTABLE
May 10 00:27:26 cosmin-laptop-arch kernel: BRK [0x15b603000, 0x15b603fff] PGTABLE
May 10 00:27:26 cosmin-laptop-arch kernel: BRK [0x15b604000, 0x15b604fff] PGTABLE
May 10 00:27:26 cosmin-laptop-arch kernel: BRK [0x15b605000, 0x15b605fff] PGTABLE
May 10 00:27:26 cosmin-laptop-arch kernel: BRK [0x15b606000, 0x15b606fff] PGTABLE
May 10 00:27:26 cosmin-laptop-arch kernel: BRK [0x15b607000, 0x15b607fff] PGTABLE
May 10 00:27:26 cosmin-laptop-arch kernel: BRK [0x15b608000, 0x15b608fff] PGTABLE
May 10 00:27:26 cosmin-laptop-arch kernel: BRK [0x15b609000, 0x15b609fff] PGTABLE
May 10 00:27:26 cosmin-laptop-arch kernel: Secure boot could not be determined
May 10 00:27:26 cosmin-laptop-arch kernel: RAMDISK: [mem 0x35137000-0x36892fff]
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Early table checksum verification disabled
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: RSDP 0x000000007CEFD014 000024 (v02 LENOVO)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: XSDT 0x000000007CECC188 00010C (v01 LENOVO CB-01    00000001      01000013)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: FACP 0x000000007CEEE000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: DSDT 0x000000007CED5000 015C01 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: FACS 0x000000007CE4D000 000040
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: UEFI 0x000000007CEFC000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: UEFI 0x000000007CEFB000 000042 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: POAT 0x000000007CEFA000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEF9000 0004C3 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEF8000 000046 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: TPM2 0x000000007CEF7000 000034 (v03 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEF3000 0030A0 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: ASF! 0x000000007CEF2000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: ASPT 0x000000007CEF1000 000034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: BOOT 0x000000007CEF0000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: DBGP 0x000000007CEEF000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: HPET 0x000000007CEED000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: APIC 0x000000007CEEC000 0000BC (v03 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: MCFG 0x000000007CEEB000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: LPIT 0x000000007CED4000 000094 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: WSMT 0x000000007CED3000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CED2000 00029F (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CED1000 000346 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CECD000 003002 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CECB000 00051E (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: DBGP 0x000000007CECA000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: DBG2 0x000000007CEC9000 000054 (v00 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEC8000 0002F5 (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEC7000 000EDE (v02 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: SSDT 0x000000007CEC2000 0049A2 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: DMAR 0x000000007CEC1000 0000A8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: FPDT 0x000000007CEC0000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: BGRT 0x000000007CEBF000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Local APIC address 0xfee00000
May 10 00:27:26 cosmin-laptop-arch kernel: No NUMA configuration found
May 10 00:27:26 cosmin-laptop-arch kernel: Faking a node at [mem 0x0000000000000000-0x000000047effffff]
May 10 00:27:26 cosmin-laptop-arch kernel: NODE_DATA(0) allocated [mem 0x47effc000-0x47effffff]
May 10 00:27:26 cosmin-laptop-arch kernel: Zone ranges:
May 10 00:27:26 cosmin-laptop-arch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 10 00:27:26 cosmin-laptop-arch kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
May 10 00:27:26 cosmin-laptop-arch kernel:   Normal   [mem 0x0000000100000000-0x000000047effffff]
May 10 00:27:26 cosmin-laptop-arch kernel:   Device   empty
May 10 00:27:26 cosmin-laptop-arch kernel: Movable zone start for each node
May 10 00:27:26 cosmin-laptop-arch kernel: Early memory node ranges
May 10 00:27:26 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
May 10 00:27:26 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000000059000-0x000000000009dfff]
May 10 00:27:26 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000000100000-0x0000000062d3cfff]
May 10 00:27:26 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000062d3f000-0x000000007a48dfff]
May 10 00:27:26 cosmin-laptop-arch kernel:   node   0: [mem 0x000000007cefe000-0x000000007cefefff]
May 10 00:27:26 cosmin-laptop-arch kernel:   node   0: [mem 0x0000000100000000-0x000000047effffff]
May 10 00:27:26 cosmin-laptop-arch kernel: Zeroed struct page in unavailable ranges: 23511 pages
May 10 00:27:26 cosmin-laptop-arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
May 10 00:27:26 cosmin-laptop-arch kernel: On node 0 totalpages: 4166697
May 10 00:27:26 cosmin-laptop-arch kernel:   DMA zone: 64 pages used for memmap
May 10 00:27:26 cosmin-laptop-arch kernel:   DMA zone: 22 pages reserved
May 10 00:27:26 cosmin-laptop-arch kernel:   DMA zone: 3996 pages, LIFO batch:0
May 10 00:27:26 cosmin-laptop-arch kernel:   DMA32 zone: 7763 pages used for memmap
May 10 00:27:26 cosmin-laptop-arch kernel:   DMA32 zone: 496781 pages, LIFO batch:63
May 10 00:27:26 cosmin-laptop-arch kernel:   Normal zone: 57280 pages used for memmap
May 10 00:27:26 cosmin-laptop-arch kernel:   Normal zone: 3665920 pages, LIFO batch:63
May 10 00:27:26 cosmin-laptop-arch kernel: Reserving Intel graphics memory at [mem 0x7e000000-0x7fffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: PM-Timer IO Port: 0x1808
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Local APIC address 0xfee00000
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
May 10 00:27:26 cosmin-laptop-arch kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: IRQ0 used by override.
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: IRQ9 used by override.
May 10 00:27:26 cosmin-laptop-arch kernel: Using ACPI (MADT) for SMP configuration information
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 10 00:27:26 cosmin-laptop-arch kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x62d3d000-0x62d3dfff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x62d3e000-0x62d3efff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7a48e000-0x7a68dfff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7a68e000-0x7ae7dfff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7ae7e000-0x7ce7dfff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7ce7e000-0x7cefdfff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x7ceff000-0x7fffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registered nosave memory: [mem 0xffa00000-0xffffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: [mem 0x80000000-0xdfffffff] available for PCI devices
May 10 00:27:26 cosmin-laptop-arch kernel: Booting paravirtualized kernel on bare hardware
May 10 00:27:26 cosmin-laptop-arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
May 10 00:27:26 cosmin-laptop-arch kernel: random: get_random_bytes called from start_kernel+0x95/0x538 with crng_init=0
May 10 00:27:26 cosmin-laptop-arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
May 10 00:27:26 cosmin-laptop-arch kernel: percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u262144
May 10 00:27:26 cosmin-laptop-arch kernel: pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
May 10 00:27:26 cosmin-laptop-arch kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
May 10 00:27:26 cosmin-laptop-arch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4101568
May 10 00:27:26 cosmin-laptop-arch kernel: Policy zone: Normal
May 10 00:27:26 cosmin-laptop-arch kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e475fa84-ffc2-48c7-8a13-cf835528199e rw quiet nvidia-drm.modeset=1
May 10 00:27:26 cosmin-laptop-arch kernel: Calgary: detecting Calgary via BIOS EBDA area
May 10 00:27:26 cosmin-laptop-arch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
May 10 00:27:26 cosmin-laptop-arch kernel: Memory: 16253600K/16666788K available (12291K kernel code, 1291K rwdata, 3652K rodata, 1548K init, 3848K bss, 413188K reserved, 0K cma-reserved)
May 10 00:27:26 cosmin-laptop-arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
May 10 00:27:26 cosmin-laptop-arch kernel: Kernel/User page tables isolation: enabled
May 10 00:27:26 cosmin-laptop-arch kernel: ftrace: allocating 36357 entries in 143 pages
May 10 00:27:26 cosmin-laptop-arch kernel: rcu: Preemptible hierarchical RCU implementation.
May 10 00:27:26 cosmin-laptop-arch kernel: rcu:         CONFIG_RCU_FANOUT set to non-default value of 32.
May 10 00:27:26 cosmin-laptop-arch kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
May 10 00:27:26 cosmin-laptop-arch kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
May 10 00:27:26 cosmin-laptop-arch kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
May 10 00:27:26 cosmin-laptop-arch kernel:         Tasks RCU enabled.
May 10 00:27:26 cosmin-laptop-arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
May 10 00:27:26 cosmin-laptop-arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
May 10 00:27:26 cosmin-laptop-arch kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
May 10 00:27:26 cosmin-laptop-arch kernel: rcu:         Offload RCU callbacks from CPUs: (none).
May 10 00:27:26 cosmin-laptop-arch kernel: Console: colour dummy device 80x25
May 10 00:27:26 cosmin-laptop-arch kernel: printk: console [tty0] enabled
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Core revision 20181213
May 10 00:27:26 cosmin-laptop-arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
May 10 00:27:26 cosmin-laptop-arch kernel: hpet clockevent registered
May 10 00:27:26 cosmin-laptop-arch kernel: APIC: Switch to symmetric I/O mode setup
May 10 00:27:26 cosmin-laptop-arch kernel: DMAR: Host address width 39
May 10 00:27:26 cosmin-laptop-arch kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
May 10 00:27:26 cosmin-laptop-arch kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
May 10 00:27:26 cosmin-laptop-arch kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
May 10 00:27:26 cosmin-laptop-arch kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
May 10 00:27:26 cosmin-laptop-arch kernel: DMAR: RMRR base: 0x0000007ad52000 end: 0x0000007ad71fff
May 10 00:27:26 cosmin-laptop-arch kernel: DMAR: RMRR base: 0x0000007d800000 end: 0x0000007fffffff
May 10 00:27:26 cosmin-laptop-arch kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
May 10 00:27:26 cosmin-laptop-arch kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
May 10 00:27:26 cosmin-laptop-arch kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
May 10 00:27:26 cosmin-laptop-arch kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
May 10 00:27:26 cosmin-laptop-arch kernel: x2apic enabled
May 10 00:27:26 cosmin-laptop-arch kernel: Switched APIC routing to cluster x2apic.
May 10 00:27:26 cosmin-laptop-arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 10 00:27:26 cosmin-laptop-arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2879c5f06f2, max_idle_ns: 440795220049 ns
May 10 00:27:26 cosmin-laptop-arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5618.00 BogoMIPS (lpj=9360000)
May 10 00:27:26 cosmin-laptop-arch kernel: pid_max: default: 32768 minimum: 301
May 10 00:27:26 cosmin-laptop-arch kernel: LSM: Security Framework initializing
May 10 00:27:26 cosmin-laptop-arch kernel: Yama: becoming mindful.
May 10 00:27:26 cosmin-laptop-arch kernel: AppArmor: AppArmor disabled by boot time parameter
May 10 00:27:26 cosmin-laptop-arch kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
May 10 00:27:26 cosmin-laptop-arch kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
May 10 00:27:26 cosmin-laptop-arch kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
May 10 00:27:26 cosmin-laptop-arch kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
May 10 00:27:26 cosmin-laptop-arch kernel: mce: CPU supports 10 MCE banks
May 10 00:27:26 cosmin-laptop-arch kernel: mce: CPU0: Thermal monitoring enabled (TM1)
May 10 00:27:26 cosmin-laptop-arch kernel: process: using mwait in idle threads
May 10 00:27:26 cosmin-laptop-arch kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
May 10 00:27:26 cosmin-laptop-arch kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
May 10 00:27:26 cosmin-laptop-arch kernel: Spectre V2 : Mitigation: Full generic retpoline
May 10 00:27:26 cosmin-laptop-arch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
May 10 00:27:26 cosmin-laptop-arch kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
May 10 00:27:26 cosmin-laptop-arch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
May 10 00:27:26 cosmin-laptop-arch kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
May 10 00:27:26 cosmin-laptop-arch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
May 10 00:27:26 cosmin-laptop-arch kernel: Freeing SMP alternatives memory: 32K
May 10 00:27:26 cosmin-laptop-arch kernel: TSC deadline timer enabled
May 10 00:27:26 cosmin-laptop-arch kernel: smpboot: CPU0: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
May 10 00:27:26 cosmin-laptop-arch kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
May 10 00:27:26 cosmin-laptop-arch kernel: ... version:                4
May 10 00:27:26 cosmin-laptop-arch kernel: ... bit width:              48
May 10 00:27:26 cosmin-laptop-arch kernel: ... generic registers:      4
May 10 00:27:26 cosmin-laptop-arch kernel: ... value mask:             0000ffffffffffff
May 10 00:27:26 cosmin-laptop-arch kernel: ... max period:             00007fffffffffff
May 10 00:27:26 cosmin-laptop-arch kernel: ... fixed-purpose events:   3
May 10 00:27:26 cosmin-laptop-arch kernel: ... event mask:             000000070000000f
May 10 00:27:26 cosmin-laptop-arch kernel: rcu: Hierarchical SRCU implementation.
May 10 00:27:26 cosmin-laptop-arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
May 10 00:27:26 cosmin-laptop-arch kernel: smp: Bringing up secondary CPUs ...
May 10 00:27:26 cosmin-laptop-arch kernel: x86: Booting SMP configuration:
May 10 00:27:26 cosmin-laptop-arch kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
May 10 00:27:26 cosmin-laptop-arch kernel: smp: Brought up 1 node, 8 CPUs
May 10 00:27:26 cosmin-laptop-arch kernel: smpboot: Max logical packages: 1
May 10 00:27:26 cosmin-laptop-arch kernel: smpboot: Total of 8 processors activated (44945.00 BogoMIPS)
May 10 00:27:26 cosmin-laptop-arch kernel: devtmpfs: initialized
May 10 00:27:26 cosmin-laptop-arch kernel: x86/mm: Memory block size: 128MB
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registering ACPI NVS region [mem 0x62d3d000-0x62d3dfff] (4096 bytes)
May 10 00:27:26 cosmin-laptop-arch kernel: PM: Registering ACPI NVS region [mem 0x7ae7e000-0x7ce7dfff] (33554432 bytes)
May 10 00:27:26 cosmin-laptop-arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
May 10 00:27:26 cosmin-laptop-arch kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
May 10 00:27:26 cosmin-laptop-arch kernel: pinctrl core: initialized pinctrl subsystem
May 10 00:27:26 cosmin-laptop-arch kernel: RTC time: 21:27:22, date: 2019-05-09
May 10 00:27:26 cosmin-laptop-arch kernel: NET: Registered protocol family 16
May 10 00:27:26 cosmin-laptop-arch kernel: audit: initializing netlink subsys (disabled)
May 10 00:27:26 cosmin-laptop-arch kernel: audit: type=2000 audit(1557437242.373:1): state=initialized audit_enabled=0 res=1
May 10 00:27:26 cosmin-laptop-arch kernel: cpuidle: using governor ladder
May 10 00:27:26 cosmin-laptop-arch kernel: cpuidle: using governor menu
May 10 00:27:26 cosmin-laptop-arch kernel: Simple Boot Flag at 0x44 set to 0x1
May 10 00:27:26 cosmin-laptop-arch kernel: KVM setup pv remote TLB flush
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: bus type PCI registered
May 10 00:27:26 cosmin-laptop-arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 10 00:27:26 cosmin-laptop-arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
May 10 00:27:26 cosmin-laptop-arch kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
May 10 00:27:26 cosmin-laptop-arch kernel: PCI: Using configuration type 1 for base access
May 10 00:27:26 cosmin-laptop-arch kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
May 10 00:27:26 cosmin-laptop-arch kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Added _OSI(Module Device)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Added _OSI(Processor Device)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Added _OSI(Linux-Dell-Video)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFF8BB62C156000 000651 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFF8BB62BC81000 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFF8BB62C154800 00065C (v02 PmRef  ApIst    00003000 INTL 20160527)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Dynamic OEM Table Load:
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: SSDT 0xFFFF8BB62BC70600 00018A (v02 PmRef  ApCst    00003000 INTL 20160527)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: EC: EC started
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: EC: interrupt blocked
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Interpreter enabled
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: (supports S0 S3 S4 S5)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Using IOAPIC for interrupt routing
May 10 00:27:26 cosmin-laptop-arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Power Resource [PG00] (on)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
May 10 00:27:26 cosmin-laptop-arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
May 10 00:27:26 cosmin-laptop-arch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
May 10 00:27:26 cosmin-laptop-arch kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
May 10 00:27:26 cosmin-laptop-arch kernel: PCI host bridge to bus 0000:00
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa2000000-0xa2ffffff 64bit]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:14.0: reg 0x10: [mem 0xa4410000-0xa441ffff 64bit]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:14.2: reg 0x10: [mem 0xa442a000-0xa442afff 64bit]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa442b000-0xa442bfff 64bit]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:16.0: PME# supported from D3hot
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x10: [mem 0xa4428000-0xa4429fff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x14: [mem 0xa442e000-0xa442e0ff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:17.0: reg 0x24: [mem 0xa442c000-0xa442c7ff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:17.0: PME# supported from D3hot
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.0: [8086:a111] type 01 class 0x060400
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.3: [8086:a113] type 01 class 0x060400
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1f.0: [8086:a152] type 00 class 0x060100
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xa4424000-0xa4427fff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1f.3: [8086:a171] type 00 class 0x040300
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa4420000-0xa4423fff 64bit]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xa4400000-0xa440ffff 64bit]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xa442d000-0xa442d0ff 64bit]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1f.4: reg 0x20: [io  0x5040-0x505f]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:01:00.0: [10de:1c8c] type 00 class 0x030200
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8 GT/s x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa3ffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:02:00.0: [1217:8621] type 00 class 0x080501
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:02:00.0: reg 0x10: [mem 0xa4301000-0xa4301fff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:02:00.0: reg 0x14: [mem 0xa4300000-0xa43007ff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xa4300000-0xa43fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:03:00.0: [8086:24fd] type 00 class 0x028000
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:03:00.0: reg 0x10: [mem 0xa4200000-0xa4201fff 64bit]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xa4200000-0xa42fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:04:00.0: reg 0x10: [io  0x3000-0x30ff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:04:00.0: reg 0x18: [mem 0xa4104000-0xa4104fff 64bit]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:04:00.0: reg 0x20: [mem 0xa4100000-0xa4103fff 64bit]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:04:00.0: supports D1 D2
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [mem 0xa4100000-0xa41fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:05:00.0: [14a4:22f1] type 00 class 0x010802
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:05:00.0: reg 0x10: [mem 0xa4000000-0xa4003fff 64bit]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:05:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1d.0: PCI bridge to [bus 05]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1d.0:   bridge window [mem 0xa4000000-0xa40fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: EC: interrupt unblocked
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: EC: event unblocked
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:02.0: vgaarb: bridge control possible
May 10 00:27:26 cosmin-laptop-arch kernel: vgaarb: loaded
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: bus type USB registered
May 10 00:27:26 cosmin-laptop-arch kernel: usbcore: registered new interface driver usbfs
May 10 00:27:26 cosmin-laptop-arch kernel: usbcore: registered new interface driver hub
May 10 00:27:26 cosmin-laptop-arch kernel: usbcore: registered new device driver usb
May 10 00:27:26 cosmin-laptop-arch kernel: pps_core: LinuxPPS API ver. 1 registered
May 10 00:27:26 cosmin-laptop-arch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
May 10 00:27:26 cosmin-laptop-arch kernel: PTP clock support registered
May 10 00:27:26 cosmin-laptop-arch kernel: EDAC MC: Ver: 3.0.0
May 10 00:27:26 cosmin-laptop-arch kernel: Registered efivars operations
May 10 00:27:26 cosmin-laptop-arch kernel: PCI: Using ACPI for IRQ routing
May 10 00:27:26 cosmin-laptop-arch kernel: PCI: pci_cache_line_size set to 64 bytes
May 10 00:27:26 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
May 10 00:27:26 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
May 10 00:27:26 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x62d3d000-0x63ffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x7a48e000-0x7bffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x7ceff000-0x7fffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: NetLabel: Initializing
May 10 00:27:26 cosmin-laptop-arch kernel: NetLabel:  domain hash size = 128
May 10 00:27:26 cosmin-laptop-arch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 10 00:27:26 cosmin-laptop-arch kernel: NetLabel:  unlabeled traffic allowed by default
May 10 00:27:26 cosmin-laptop-arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
May 10 00:27:26 cosmin-laptop-arch kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
May 10 00:27:26 cosmin-laptop-arch kernel: clocksource: Switched to clocksource tsc-early
May 10 00:27:26 cosmin-laptop-arch kernel: VFS: Disk quotas dquot_6.6.0
May 10 00:27:26 cosmin-laptop-arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 10 00:27:26 cosmin-laptop-arch kernel: pnp: PnP ACPI init
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:01: [io  0x2000-0x20fe] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:02: [io  0x0680-0x069f] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:02: [io  0xffff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:02: [io  0xffff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:02: [io  0xffff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:02: [io  0x164e-0x164f] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:03: [io  0x0800-0x087f] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
May 10 00:27:26 cosmin-laptop-arch kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:05: [io  0x1854-0x1857] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
May 10 00:27:26 cosmin-laptop-arch kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
May 10 00:27:26 cosmin-laptop-arch kernel: pnp 00:07: Plug and Play ACPI device, IDs ETD067c PNP0f03 (active)
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:09: [mem 0xfed45000-0xfed8ffff] could not be reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:09: [mem 0x80000000-0x8001ffff] has been reserved
May 10 00:27:26 cosmin-laptop-arch kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
May 10 00:27:26 cosmin-laptop-arch kernel: pnp: PnP ACPI: found 10 devices
May 10 00:27:26 cosmin-laptop-arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:05:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa3ffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xa4300000-0xa43fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xa4200000-0xa42fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1c.3:   bridge window [mem 0xa4100000-0xa41fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:05:00.0: BAR 6: assigned [mem 0xa4020000-0xa403ffff pref]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1d.0: PCI bridge to [bus 05]
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:1d.0:   bridge window [mem 0xa4000000-0xa40fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 15 [mem 0x80000000-0xdfffffff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa3ffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:02: resource 1 [mem 0xa4300000-0xa43fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:03: resource 1 [mem 0xa4200000-0xa42fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:04: resource 1 [mem 0xa4100000-0xa41fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: pci_bus 0000:05: resource 1 [mem 0xa4000000-0xa40fffff]
May 10 00:27:26 cosmin-laptop-arch kernel: NET: Registered protocol family 2
May 10 00:27:26 cosmin-laptop-arch kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
May 10 00:27:26 cosmin-laptop-arch kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
May 10 00:27:26 cosmin-laptop-arch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
May 10 00:27:26 cosmin-laptop-arch kernel: TCP: Hash tables configured (established 131072 bind 65536)
May 10 00:27:26 cosmin-laptop-arch kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
May 10 00:27:26 cosmin-laptop-arch kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
May 10 00:27:26 cosmin-laptop-arch kernel: NET: Registered protocol family 1
May 10 00:27:26 cosmin-laptop-arch kernel: NET: Registered protocol family 44
May 10 00:27:26 cosmin-laptop-arch kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 10 00:27:26 cosmin-laptop-arch kernel: PCI: CLS 64 bytes, default 64
May 10 00:27:26 cosmin-laptop-arch kernel: Unpacking initramfs...
May 10 00:27:26 cosmin-laptop-arch kernel: Freeing initrd memory: 23920K
May 10 00:27:26 cosmin-laptop-arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 10 00:27:26 cosmin-laptop-arch kernel: software IO TLB: mapped [mem 0x75f29000-0x79f29000] (64MB)
May 10 00:27:26 cosmin-laptop-arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2879c5f06f2, max_idle_ns: 440795220049 ns
May 10 00:27:26 cosmin-laptop-arch kernel: clocksource: Switched to clocksource tsc
May 10 00:27:26 cosmin-laptop-arch kernel: check: Scanning for low memory corruption every 60 seconds
May 10 00:27:26 cosmin-laptop-arch kernel: Initialise system trusted keyrings
May 10 00:27:26 cosmin-laptop-arch kernel: Key type blacklist registered
May 10 00:27:26 cosmin-laptop-arch kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
May 10 00:27:26 cosmin-laptop-arch kernel: zbud: loaded
May 10 00:27:26 cosmin-laptop-arch kernel: Key type asymmetric registered
May 10 00:27:26 cosmin-laptop-arch kernel: Asymmetric key parser 'x509' registered
May 10 00:27:26 cosmin-laptop-arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
May 10 00:27:26 cosmin-laptop-arch kernel: io scheduler mq-deadline registered
May 10 00:27:26 cosmin-laptop-arch kernel: io scheduler kyber registered
May 10 00:27:26 cosmin-laptop-arch kernel: io scheduler bfq registered
May 10 00:27:26 cosmin-laptop-arch kernel: pcieport 0000:00:01.0: Signaling PME with IRQ 122
May 10 00:27:26 cosmin-laptop-arch kernel: pcieport 0000:00:1c.0: Signaling PME with IRQ 123
May 10 00:27:26 cosmin-laptop-arch kernel: aer 0000:00:1c.0:pcie002: AER enabled with IRQ 123
May 10 00:27:26 cosmin-laptop-arch kernel: pcieport 0000:00:1c.2: Signaling PME with IRQ 124
May 10 00:27:26 cosmin-laptop-arch kernel: pcieport 0000:00:1c.3: Signaling PME with IRQ 125
May 10 00:27:26 cosmin-laptop-arch kernel: pcieport 0000:00:1d.0: Signaling PME with IRQ 126
May 10 00:27:26 cosmin-laptop-arch kernel: aer 0000:00:1d.0:pcie002: AER enabled with IRQ 126
May 10 00:27:26 cosmin-laptop-arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 10 00:27:26 cosmin-laptop-arch kernel: efifb: probing for efifb
May 10 00:27:26 cosmin-laptop-arch kernel: efifb: showing boot graphics
May 10 00:27:26 cosmin-laptop-arch kernel: efifb: framebuffer at 0xb0000000, using 8128k, total 8128k
May 10 00:27:26 cosmin-laptop-arch kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
May 10 00:27:26 cosmin-laptop-arch kernel: efifb: scrolling: redraw
May 10 00:27:26 cosmin-laptop-arch kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 10 00:27:26 cosmin-laptop-arch kernel: fbcon: Deferring console take-over
May 10 00:27:26 cosmin-laptop-arch kernel: fb0: EFI VGA frame buffer device
May 10 00:27:26 cosmin-laptop-arch kernel: intel_idle: MWAIT substates: 0x11142120
May 10 00:27:26 cosmin-laptop-arch kernel: intel_idle: v0.4.1 model 0x9E
May 10 00:27:26 cosmin-laptop-arch kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
May 10 00:27:26 cosmin-laptop-arch kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Lid Switch [LID0]
May 10 00:27:26 cosmin-laptop-arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Power Button [PWRB]
May 10 00:27:26 cosmin-laptop-arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Power Button [PWRF]
May 10 00:27:26 cosmin-laptop-arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
May 10 00:27:26 cosmin-laptop-arch kernel: nvme nvme0: pci function 0000:05:00.0
May 10 00:27:26 cosmin-laptop-arch kernel: usbcore: registered new interface driver usbserial_generic
May 10 00:27:26 cosmin-laptop-arch kernel: usbserial: USB Serial support registered for generic
May 10 00:27:26 cosmin-laptop-arch kernel: rtc_cmos 00:04: RTC can wake from S4
May 10 00:27:26 cosmin-laptop-arch kernel: rtc_cmos 00:04: registered as rtc0
May 10 00:27:26 cosmin-laptop-arch kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
May 10 00:27:26 cosmin-laptop-arch kernel: intel_pstate: Intel P-state driver initializing
May 10 00:27:26 cosmin-laptop-arch kernel: intel_pstate: Disabling energy efficiency optimization
May 10 00:27:26 cosmin-laptop-arch kernel: intel_pstate: HWP enabled
May 10 00:27:26 cosmin-laptop-arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 10 00:27:26 cosmin-laptop-arch kernel: resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:00 [mem 0xfdb00000-0xfdffffff]
May 10 00:27:26 cosmin-laptop-arch kernel: caller pmc_core_probe+0x88/0x28e mapping multiple BARs
May 10 00:27:26 cosmin-laptop-arch kernel: intel_pmc_core:  initialized
May 10 00:27:26 cosmin-laptop-arch kernel: NET: Registered protocol family 10
May 10 00:27:26 cosmin-laptop-arch kernel: Segment Routing with IPv6
May 10 00:27:26 cosmin-laptop-arch kernel: NET: Registered protocol family 17
May 10 00:27:26 cosmin-laptop-arch kernel: RAS: Correctable Errors collector initialized.
May 10 00:27:26 cosmin-laptop-arch kernel: microcode: sig=0x906e9, pf=0x20, revision=0x9a
May 10 00:27:26 cosmin-laptop-arch kernel: microcode: Microcode Update Driver: v2.2.
May 10 00:27:26 cosmin-laptop-arch kernel: sched_clock: Marking stable (1123036125, -2934265)->(1129965876, -9864016)
May 10 00:27:26 cosmin-laptop-arch kernel: registered taskstats version 1
May 10 00:27:26 cosmin-laptop-arch kernel: Loading compiled-in X.509 certificates
May 10 00:27:26 cosmin-laptop-arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 726e59acc5925f6f0103b4a7df8a50012eb4b1be'
May 10 00:27:26 cosmin-laptop-arch kernel: zswap: loaded using pool lzo/zbud
May 10 00:27:26 cosmin-laptop-arch kernel: Key type big_key registered
May 10 00:27:26 cosmin-laptop-arch kernel:   Magic number: 3:823:499
May 10 00:27:26 cosmin-laptop-arch kernel: rtc_cmos 00:04: setting system clock to 2019-05-09T21:27:23 UTC (1557437243)
May 10 00:27:26 cosmin-laptop-arch kernel: nvme nvme0: 8/0/0 default/read/poll queues
May 10 00:27:26 cosmin-laptop-arch kernel:  nvme0n1: p1 p2 p3 p4 p5
May 10 00:27:26 cosmin-laptop-arch kernel: Freeing unused decrypted memory: 2040K
May 10 00:27:26 cosmin-laptop-arch kernel: Freeing unused kernel image memory: 1548K
May 10 00:27:26 cosmin-laptop-arch kernel: Write protecting the kernel read-only data: 18432k
May 10 00:27:26 cosmin-laptop-arch kernel: Freeing unused kernel image memory: 2016K
May 10 00:27:26 cosmin-laptop-arch kernel: Freeing unused kernel image memory: 444K
May 10 00:27:26 cosmin-laptop-arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 10 00:27:26 cosmin-laptop-arch kernel: x86/mm: Checking user space page tables
May 10 00:27:26 cosmin-laptop-arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 10 00:27:26 cosmin-laptop-arch kernel: Run /init as init process
May 10 00:27:26 cosmin-laptop-arch kernel: fbcon: Taking over console
May 10 00:27:26 cosmin-laptop-arch kernel: Console: switching to colour frame buffer device 240x67
May 10 00:27:26 cosmin-laptop-arch kernel: IPMI message handler: version 39.2
May 10 00:27:26 cosmin-laptop-arch kernel: ipmi device interface
May 10 00:27:26 cosmin-laptop-arch kernel: nvidia: loading out-of-tree module taints kernel.
May 10 00:27:26 cosmin-laptop-arch kernel: nvidia: module license 'NVIDIA' taints kernel.
May 10 00:27:26 cosmin-laptop-arch kernel: Disabling lock debugging due to kernel taint
May 10 00:27:26 cosmin-laptop-arch kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
May 10 00:27:26 cosmin-laptop-arch kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 241
May 10 00:27:26 cosmin-laptop-arch kernel: nvidia 0000:01:00.0: enabling device (0006 -> 0007)
May 10 00:27:26 cosmin-laptop-arch kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  418.74  Wed May  1 11:49:41 CDT 2019
May 10 00:27:26 cosmin-laptop-arch kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  418.74  Wed May  1 11:23:27 CDT 2019
May 10 00:27:26 cosmin-laptop-arch kernel: nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 239
May 10 00:27:26 cosmin-laptop-arch kernel: Linux agpgart interface v0.103
May 10 00:27:26 cosmin-laptop-arch kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20181213/nsarguments-66)
May 10 00:27:26 cosmin-laptop-arch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
May 10 00:27:26 cosmin-laptop-arch kernel: [drm] No driver support for vblank timestamp query.
May 10 00:27:26 cosmin-laptop-arch kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
May 10 00:27:26 cosmin-laptop-arch kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
May 10 00:27:26 cosmin-laptop-arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 10 00:27:26 cosmin-laptop-arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
May 10 00:27:26 cosmin-laptop-arch kernel: SCSI subsystem initialized
May 10 00:27:26 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 10 00:27:26 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
May 10 00:27:26 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
May 10 00:27:26 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
May 10 00:27:26 cosmin-laptop-arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
May 10 00:27:26 cosmin-laptop-arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 10 00:27:26 cosmin-laptop-arch kernel: usb usb1: Product: xHCI Host Controller
May 10 00:27:26 cosmin-laptop-arch kernel: usb usb1: Manufacturer: Linux 5.0.13-arch1-1-ARCH xhci-hcd
May 10 00:27:26 cosmin-laptop-arch kernel: usb usb1: SerialNumber: 0000:00:14.0
May 10 00:27:26 cosmin-laptop-arch kernel: hub 1-0:1.0: USB hub found
May 10 00:27:26 cosmin-laptop-arch kernel: hub 1-0:1.0: 16 ports detected
May 10 00:27:26 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 10 00:27:26 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
May 10 00:27:26 cosmin-laptop-arch kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
May 10 00:27:26 cosmin-laptop-arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
May 10 00:27:26 cosmin-laptop-arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 10 00:27:26 cosmin-laptop-arch kernel: usb usb2: Product: xHCI Host Controller
May 10 00:27:26 cosmin-laptop-arch kernel: usb usb2: Manufacturer: Linux 5.0.13-arch1-1-ARCH xhci-hcd
May 10 00:27:26 cosmin-laptop-arch kernel: usb usb2: SerialNumber: 0000:00:14.0
May 10 00:27:26 cosmin-laptop-arch kernel: hub 2-0:1.0: USB hub found
May 10 00:27:26 cosmin-laptop-arch kernel: hub 2-0:1.0: 8 ports detected
May 10 00:27:26 cosmin-laptop-arch kernel: sdhci: Secure Digital Host Controller Interface driver
May 10 00:27:26 cosmin-laptop-arch kernel: sdhci: Copyright(c) Pierre Ossman
May 10 00:27:26 cosmin-laptop-arch kernel: usb: port power management may be unreliable
May 10 00:27:26 cosmin-laptop-arch kernel: sdhci-pci 0000:02:00.0: SDHCI controller found [1217:8621] (rev 1)
May 10 00:27:26 cosmin-laptop-arch kernel: libata version 3.00 loaded.
May 10 00:27:26 cosmin-laptop-arch kernel: mmc0: SDHCI controller on PCI [0000:02:00.0] using ADMA
May 10 00:27:26 cosmin-laptop-arch kernel: ahci 0000:00:17.0: version 3.0
May 10 00:27:26 cosmin-laptop-arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
May 10 00:27:26 cosmin-laptop-arch kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x4 impl SATA mode
May 10 00:27:26 cosmin-laptop-arch kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
May 10 00:27:26 cosmin-laptop-arch kernel: scsi host0: ahci
May 10 00:27:26 cosmin-laptop-arch kernel: scsi host1: ahci
May 10 00:27:26 cosmin-laptop-arch kernel: scsi host2: ahci
May 10 00:27:26 cosmin-laptop-arch kernel: ata1: DUMMY
May 10 00:27:26 cosmin-laptop-arch kernel: ata2: DUMMY
May 10 00:27:26 cosmin-laptop-arch kernel: ata3: SATA max UDMA/133 abar m2048@0xa442c000 port 0xa442c200 irq 139
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
May 10 00:27:26 cosmin-laptop-arch kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
May 10 00:27:26 cosmin-laptop-arch kernel: ata3.00: ATA-10: ST2000LM007-1R8174, LDM2, max UDMA/100
May 10 00:27:26 cosmin-laptop-arch kernel: ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 4.18
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1: Product: USB2744
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1: Manufacturer: Microchip Tech
May 10 00:27:26 cosmin-laptop-arch kernel: hub 1-1:1.0: USB hub found
May 10 00:27:26 cosmin-laptop-arch kernel: hub 1-1:1.0: 4 ports detected
May 10 00:27:26 cosmin-laptop-arch kernel: ata3.00: configured for UDMA/100
May 10 00:27:26 cosmin-laptop-arch kernel: scsi 2:0:0:0: Direct-Access     ATA      ST2000LM007-1R81 LDM2 PQ: 0 ANSI: 5
May 10 00:27:26 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
May 10 00:27:26 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] 4096-byte physical blocks
May 10 00:27:26 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Write Protect is off
May 10 00:27:26 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 10 00:27:26 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-4: new full-speed USB device number 3 using xhci_hcd
May 10 00:27:26 cosmin-laptop-arch kernel:  sda: sda1 sda2 sda3 sda4
May 10 00:27:26 cosmin-laptop-arch kernel: sd 2:0:0:0: [sda] Attached SCSI disk
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-4: New USB device found, idVendor=1852, idProduct=7022, bcdDevice= 0.01
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-4: Product: DigiHug USB Audio
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-4: Manufacturer: FiiO
May 10 00:27:26 cosmin-laptop-arch kernel: random: fast init done
May 10 00:27:26 cosmin-laptop-arch kernel: hidraw: raw HID events driver (C) Jiri Kosina
May 10 00:27:26 cosmin-laptop-arch kernel: usbcore: registered new interface driver usbhid
May 10 00:27:26 cosmin-laptop-arch kernel: usbhid: USB HID core driver
May 10 00:27:26 cosmin-laptop-arch kernel: input: FiiO DigiHug USB Audio as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1852:7022.0001/input/input5
May 10 00:27:26 cosmin-laptop-arch kernel: hid-generic 0003:1852:7022.0001: input,hidraw0: USB HID v1.00 Device [FiiO DigiHug USB Audio] on usb-0000:00:14.0-4/input0
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-6: new high-speed USB device number 4 using xhci_hcd
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-6: New USB device found, idVendor=0bda, idProduct=58e5, bcdDevice= 0.01
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-6: Product: EasyCamera
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-6: Manufacturer: K4RH761ZN
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-6: SerialNumber: 200901010001
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1.1: new full-speed USB device number 5 using xhci_hcd
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1.1: New USB device found, idVendor=046d, idProduct=c07f, bcdDevice=91.00
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1.1: Product: Gaming Mouse G302
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1.1: Manufacturer: Logitech
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1.1: SerialNumber: 0E7D347A3936
May 10 00:27:26 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C07F.0002/input/input6
May 10 00:27:26 cosmin-laptop-arch kernel: hid-generic 0003:046D:C07F.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech Gaming Mouse G302] on usb-0000:00:14.0-1.1/input0
May 10 00:27:26 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input7
May 10 00:27:26 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input8
May 10 00:27:26 cosmin-laptop-arch kernel: input: Logitech Gaming Mouse G302 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input9
May 10 00:27:26 cosmin-laptop-arch kernel: hid-generic 0003:046D:C07F.0003: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [Logitech Gaming Mouse G302] on usb-0000:00:14.0-1.1/input1
May 10 00:27:26 cosmin-laptop-arch kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-11: new full-speed USB device number 6 using xhci_hcd
May 10 00:27:26 cosmin-laptop-arch systemd[1]: systemd 242.19-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Detected architecture x86-64.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Set hostname to <cosmin-laptop-arch>.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Listening on Journal Socket (/dev/log).
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Reached target Login Prompts.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Listening on Journal Audit Socket.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Listening on udev Control Socket.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Created slice system-rfkill\x2dunblock.slice.
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-11: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-11: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 10 00:27:26 cosmin-laptop-arch kernel: EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
May 10 00:27:26 cosmin-laptop-arch kernel: random: lvm: uninitialized urandom read (4 bytes read)
May 10 00:27:26 cosmin-laptop-arch kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
May 10 00:27:26 cosmin-laptop-arch kernel: random: systemd-random-: uninitialized urandom read (512 bytes read)
May 10 00:27:26 cosmin-laptop-arch kernel: vboxdrv: Found 8 processor cores
May 10 00:27:26 cosmin-laptop-arch kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2807988505 Hz
May 10 00:27:26 cosmin-laptop-arch kernel: vboxdrv: Successfully loaded version 6.0.6 (interface 0x00290008)
May 10 00:27:26 cosmin-laptop-arch kernel: VBoxPciLinuxInit
May 10 00:27:26 cosmin-laptop-arch kernel: vboxpci: IOMMU not found (not registered)
May 10 00:27:26 cosmin-laptop-arch kernel: VBoxNetAdp: Successfully started.
May 10 00:27:26 cosmin-laptop-arch kernel: VBoxNetFlt: Successfully started.
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1.2: new full-speed USB device number 7 using xhci_hcd
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1.2: New USB device found, idVendor=046d, idProduct=c33a, bcdDevice=14.00
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1.2: Product: G413 Carbon Mechanical Gaming Keyboard
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1.2: Manufacturer: Logitech
May 10 00:27:26 cosmin-laptop-arch kernel: usb 1-1.2: SerialNumber: 0C7736563333
May 10 00:27:26 cosmin-laptop-arch kernel: input: Logitech G413 Carbon Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C33A.0004/input/input12
May 10 00:27:26 cosmin-laptop-arch systemd-journald[301]: Journal started
May 10 00:27:26 cosmin-laptop-arch systemd-journald[301]: Runtime journal (/run/log/journal/ba87ba742b39402681982856451b7931) is 8.0M, max 796.5M, 788.5M free.
May 10 00:27:26 cosmin-laptop-arch systemd-modules-load[300]: Inserted module 'crypto_user'
May 10 00:27:26 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:26 cosmin-laptop-arch systemd-modules-load[300]: Inserted module 'sg'
May 10 00:27:26 cosmin-laptop-arch systemd-modules-load[300]: Inserted module 'vboxdrv'
May 10 00:27:26 cosmin-laptop-arch systemd-modules-load[300]: Inserted module 'vboxpci'
May 10 00:27:26 cosmin-laptop-arch systemd-modules-load[300]: Inserted module 'vboxnetadp'
May 10 00:27:26 cosmin-laptop-arch systemd-modules-load[300]: Inserted module 'vboxnetflt'
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Starting Flush Journal to Persistent Storage...
May 10 00:27:26 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437246.463:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:26 cosmin-laptop-arch systemd-journald[301]: Time spent on flushing to /var is 90.175ms for 788 entries.
May 10 00:27:26 cosmin-laptop-arch systemd-journald[301]: System journal (/var/log/journal/ba87ba742b39402681982856451b7931) is 200.0M, max 4.0G, 3.8G free.
May 10 00:27:26 cosmin-laptop-arch kernel: hid-generic 0003:046D:C33A.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech G413 Carbon Mechanical Gaming Keyboard] on usb-0000:00:14.0-1.2/input0
May 10 00:27:26 cosmin-laptop-arch kernel: input: Logitech G413 Carbon Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input13
May 10 00:27:26 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437246.506:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: AC Adapter [ADP0] (on-line)
May 10 00:27:26 cosmin-laptop-arch kernel: input: Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input14
May 10 00:27:26 cosmin-laptop-arch kernel: hid-generic 0003:046D:C33A.0005: input,hiddev1,hidraw4: USB HID v1.11 Keyboard [Logitech G413 Carbon Mechanical Gaming Keyboard] on usb-0000:00:14.0-1.2/input1
May 10 00:27:26 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 10 00:27:26 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 10 00:27:26 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 10 00:27:26 cosmin-laptop-arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
May 10 00:27:26 cosmin-laptop-arch kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
May 10 00:27:26 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Started udev Kernel Device Manager.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Started Flush Journal to Persistent Storage.
May 10 00:27:26 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:26 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437246.579:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:26 cosmin-laptop-arch kernel: random: crng init done
May 10 00:27:26 cosmin-laptop-arch systemd-udevd[331]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 10 00:27:26 cosmin-laptop-arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input17
May 10 00:27:26 cosmin-laptop-arch kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
May 10 00:27:26 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
May 10 00:27:26 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
May 10 00:27:26 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
May 10 00:27:26 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
May 10 00:27:26 cosmin-laptop-arch kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
May 10 00:27:26 cosmin-laptop-arch kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
May 10 00:27:26 cosmin-laptop-arch kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Found device PLEXTOR PX-256M8PeG Windows_10.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Found device PLEXTOR PX-256M8PeG EFI.
May 10 00:27:26 cosmin-laptop-arch mtp-probe[393]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4"
May 10 00:27:26 cosmin-laptop-arch mtp-probe[393]: bus: 1, device: 3 was not an MTP device
May 10 00:27:26 cosmin-laptop-arch mtp-probe[394]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
May 10 00:27:26 cosmin-laptop-arch mtp-probe[394]: bus: 1, device: 4 was not an MTP device
May 10 00:27:26 cosmin-laptop-arch kernel: cryptd: max_cpu_qlen set to 1000
May 10 00:27:26 cosmin-laptop-arch kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
May 10 00:27:26 cosmin-laptop-arch kernel: r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
May 10 00:27:26 cosmin-laptop-arch kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
May 10 00:27:26 cosmin-laptop-arch kernel: libphy: r8169: probed
May 10 00:27:26 cosmin-laptop-arch kernel: r8169 0000:04:00.0 eth0: RTL8168g/8111g, 54:e1:ad:80:51:05, XID 509, IRQ 141
May 10 00:27:26 cosmin-laptop-arch kernel: r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
May 10 00:27:26 cosmin-laptop-arch kernel: AVX2 version of gcm_enc/dec engaged.
May 10 00:27:26 cosmin-laptop-arch kernel: AES CTR mode by8 optimization enabled
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 10 00:27:26 cosmin-laptop-arch systemd-udevd[348]: Using default interface naming scheme 'v240'.
May 10 00:27:26 cosmin-laptop-arch systemd-udevd[348]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 10 00:27:26 cosmin-laptop-arch kernel: r8169 0000:04:00.0 enp4s0: renamed from eth0
May 10 00:27:26 cosmin-laptop-arch mtp-probe[454]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1"
May 10 00:27:26 cosmin-laptop-arch mtp-probe[454]: bus: 1, device: 5 was not an MTP device
May 10 00:27:26 cosmin-laptop-arch mtp-probe[455]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2"
May 10 00:27:26 cosmin-laptop-arch mtp-probe[455]: bus: 1, device: 7 was not an MTP device
May 10 00:27:26 cosmin-laptop-arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
May 10 00:27:26 cosmin-laptop-arch kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
May 10 00:27:26 cosmin-laptop-arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
May 10 00:27:26 cosmin-laptop-arch kernel: cfg80211: failed to load regulatory.db
May 10 00:27:26 cosmin-laptop-arch kernel: media: Linux media interface: v0.10
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Found device ST2000LM007-1R8174 Windows_Storage.
May 10 00:27:26 cosmin-laptop-arch kernel: VFIO - User Level meta-driver version: 0.3
May 10 00:27:26 cosmin-laptop-arch systemd-udevd[358]: Using default interface naming scheme 'v240'.
May 10 00:27:26 cosmin-laptop-arch kernel: mousedev: PS/2 mouse device common for all mice
May 10 00:27:26 cosmin-laptop-arch kernel: iTCO_vendor_support: vendor-support=0
May 10 00:27:26 cosmin-laptop-arch kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
May 10 00:27:26 cosmin-laptop-arch kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
May 10 00:27:26 cosmin-laptop-arch kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
May 10 00:27:26 cosmin-laptop-arch kernel: videodev: Linux video capture interface: v2.00
May 10 00:27:26 cosmin-laptop-arch kernel: Intel(R) Wireless WiFi driver for Linux
May 10 00:27:26 cosmin-laptop-arch kernel: Copyright(c) 2003- 2015 Intel Corporation
May 10 00:27:26 cosmin-laptop-arch kernel: usbcore: registered new interface driver snd-usb-audio
May 10 00:27:26 cosmin-laptop-arch kernel: input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input19
May 10 00:27:26 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0: loaded firmware version 36.9f0a2d68.0 op_mode iwlmvm
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Reached target Sound Card.
May 10 00:27:26 cosmin-laptop-arch mtp-probe[532]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2"
May 10 00:27:26 cosmin-laptop-arch mtp-probe[532]: bus: 1, device: 7 was not an MTP device
May 10 00:27:26 cosmin-laptop-arch kernel: Bluetooth: Core ver 2.22
May 10 00:27:26 cosmin-laptop-arch kernel: NET: Registered protocol family 31
May 10 00:27:26 cosmin-laptop-arch kernel: Bluetooth: HCI device and connection manager initialized
May 10 00:27:26 cosmin-laptop-arch kernel: Bluetooth: HCI socket layer initialized
May 10 00:27:26 cosmin-laptop-arch kernel: Bluetooth: L2CAP socket layer initialized
May 10 00:27:26 cosmin-laptop-arch kernel: Bluetooth: SCO socket layer initialized
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Found device ST2000LM007-1R8174 4.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Found device ST2000LM007-1R8174 3.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Activating swap /dev/disk/by-uuid/359f778a-d61e-463d-b01d-b50a2b730069...
May 10 00:27:26 cosmin-laptop-arch kernel: Adding 15750140k swap on /dev/sda3.  Priority:-2 extents:1 across:15750140k FS
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Activated swap /dev/disk/by-uuid/359f778a-d61e-463d-b01d-b50a2b730069.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Reached target Swap.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Mounting Temporary Directory (/tmp)...
May 10 00:27:26 cosmin-laptop-arch kernel: uvcvideo: Found UVC 1.00 device EasyCamera (0bda:58e5)
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Mounted Temporary Directory (/tmp).
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Starting Load/Save RF Kill Switch Status...
May 10 00:27:26 cosmin-laptop-arch kernel: usbcore: registered new interface driver btusb
May 10 00:27:26 cosmin-laptop-arch kernel: Bluetooth: hci0: Firmware revision 0.1 build 43 week 1 2019
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Condition check resulted in First Boot Wizard being skipped.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Condition check resulted in Create System Users being skipped.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Condition check resulted in FUSE Control File System being skipped.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
May 10 00:27:26 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
May 10 00:27:26 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Extension 4 was not initialized!
May 10 00:27:26 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Processing 2 was not initialized!
May 10 00:27:26 cosmin-laptop-arch kernel: uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
May 10 00:27:26 cosmin-laptop-arch kernel: input: EasyCamera: EasyCamera as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input20
May 10 00:27:26 cosmin-laptop-arch kernel: usbcore: registered new interface driver uvcvideo
May 10 00:27:26 cosmin-laptop-arch kernel: USB Video Class driver (1.1.1)
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Started Load/Save RF Kill Switch Status.
May 10 00:27:26 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:26 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437246.809:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:26 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
May 10 00:27:26 cosmin-laptop-arch kernel: checking generic (b0000000 7f0000) vs hw (b0000000 10000000)
May 10 00:27:26 cosmin-laptop-arch kernel: fb0: switching to inteldrmfb from EFI VGA
May 10 00:27:26 cosmin-laptop-arch kernel: Console: switching to colour dummy device 80x25
May 10 00:27:26 cosmin-laptop-arch kernel: [drm] Replacing VGA console driver
May 10 00:27:26 cosmin-laptop-arch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
May 10 00:27:26 cosmin-laptop-arch kernel: [drm] Driver supports precise vblank timestamp query.
May 10 00:27:26 cosmin-laptop-arch kernel: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
May 10 00:27:26 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain package
May 10 00:27:26 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain core
May 10 00:27:26 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain uncore
May 10 00:27:26 cosmin-laptop-arch kernel: intel_rapl: Found RAPL domain dram
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
May 10 00:27:26 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Reached target Local File Systems (Pre).
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Mounting /winstorage...
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/ACA7-B308...
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Mounting /windows...
May 10 00:27:26 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437246.889:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/78ea0fa8-8ae3-4621-a8b7-6eec0ca0c1c9...
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
May 10 00:27:26 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0: base HW address: cc:2f:71:cd:98:c1
May 10 00:27:26 cosmin-laptop-arch kernel: [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 1
May 10 00:27:26 cosmin-laptop-arch kernel: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
May 10 00:27:26 cosmin-laptop-arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input21
May 10 00:27:26 cosmin-laptop-arch kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
May 10 00:27:26 cosmin-laptop-arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input22
May 10 00:27:26 cosmin-laptop-arch kernel: snd_hda_intel 0000:00:1f.3: Linked as a consumer to 0000:00:02.0
May 10 00:27:26 cosmin-laptop-arch kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
May 10 00:27:26 cosmin-laptop-arch kernel: fuse init (API version 7.28)
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Mounting FUSE Control File System...
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Mounted FUSE Control File System.
May 10 00:27:26 cosmin-laptop-arch systemd-fsck[564]: fsck.fat 4.1 (2017-01-24)
May 10 00:27:26 cosmin-laptop-arch systemd-fsck[564]: /dev/nvme0n1p1: 533 files, 27799/126976 clusters
May 10 00:27:26 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-ACA7\x2dB308 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Started File System Check on /dev/disk/by-uuid/ACA7-B308.
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Mounting /boot...
May 10 00:27:26 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437246.919:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-ACA7\x2dB308 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:26 cosmin-laptop-arch systemd[1]: Mounted /boot.
May 10 00:27:26 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
May 10 00:27:26 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 10 00:27:26 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
May 10 00:27:26 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
May 10 00:27:26 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
May 10 00:27:26 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
May 10 00:27:26 cosmin-laptop-arch kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
May 10 00:27:26 cosmin-laptop-arch systemd-udevd[401]: Using default interface naming scheme 'v240'.
May 10 00:27:26 cosmin-laptop-arch kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
May 10 00:27:26 cosmin-laptop-arch kernel: thermal thermal_zone2: failed to read out thermal zone (-61)
May 10 00:27:26 cosmin-laptop-arch systemd-udevd[401]: Config file /usr/lib/systemd/network/99-default.link applies to device based on potentially unpredictable interface name 'wlan0'
May 10 00:27:26 cosmin-laptop-arch systemd-udevd[401]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 10 00:27:26 cosmin-laptop-arch kernel: iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
May 10 00:27:27 cosmin-laptop-arch kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
May 10 00:27:27 cosmin-laptop-arch kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
May 10 00:27:27 cosmin-laptop-arch kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
May 10 00:27:27 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
May 10 00:27:27 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
May 10 00:27:27 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
May 10 00:27:27 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
May 10 00:27:27 cosmin-laptop-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
May 10 00:27:27 cosmin-laptop-arch systemd-udevd[370]: Using default interface naming scheme 'v240'.
May 10 00:27:27 cosmin-laptop-arch mount[565]: The disk contains an unclean file system (0, 0).
May 10 00:27:27 cosmin-laptop-arch mount[565]: Metadata kept in Windows cache, refused to mount.
May 10 00:27:27 cosmin-laptop-arch mount[565]: Falling back to read-only mount because the NTFS partition is in an
May 10 00:27:27 cosmin-laptop-arch mount[565]: unsafe state. Please resume and shutdown Windows fully (no hibernation
May 10 00:27:27 cosmin-laptop-arch mount[565]: or fast restarting.)
May 10 00:27:27 cosmin-laptop-arch ntfs-3g[598]: Version 2017.3.23 external FUSE 29
May 10 00:27:27 cosmin-laptop-arch ntfs-3g[598]: Mounted /dev/nvme0n1p3 (Read-Only, label "Windows 10", NTFS 3.1)
May 10 00:27:27 cosmin-laptop-arch ntfs-3g[598]: Cmdline options: rw
May 10 00:27:27 cosmin-laptop-arch ntfs-3g[598]: Mount options: rw,allow_other,nonempty,relatime,ro,fsname=/dev/nvme0n1p3,blkdev,blksize=4096
May 10 00:27:27 cosmin-laptop-arch ntfs-3g[598]: Ownership and permissions disabled, configuration type 7
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Mounted /windows.
May 10 00:27:27 cosmin-laptop-arch mount[563]: The disk contains an unclean file system (0, 0).
May 10 00:27:27 cosmin-laptop-arch mount[563]: Metadata kept in Windows cache, refused to mount.
May 10 00:27:27 cosmin-laptop-arch mount[563]: Falling back to read-only mount because the NTFS partition is in an
May 10 00:27:27 cosmin-laptop-arch mount[563]: unsafe state. Please resume and shutdown Windows fully (no hibernation
May 10 00:27:27 cosmin-laptop-arch mount[563]: or fast restarting.)
May 10 00:27:27 cosmin-laptop-arch kernel: fbcon: inteldrmfb (fb0) is primary device
May 10 00:27:27 cosmin-laptop-arch kernel: Console: switching to colour frame buffer device 240x67
May 10 00:27:27 cosmin-laptop-arch kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Created slice system-systemd\x2dbacklight.slice.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
May 10 00:27:27 cosmin-laptop-arch systemd-fsck[567]: /dev/sda4: clean, 58113/88342528 files, 87023833/353368832 blocks
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started File System Check on /dev/disk/by-uuid/78ea0fa8-8ae3-4621-a8b7-6eec0ca0c1c9.
May 10 00:27:27 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-78ea0fa8\x2d8ae3\x2d4621\x2da8b7\x2d6eec0ca0c1c9 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
May 10 00:27:27 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437247.223:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-78ea0fa8\x2d8ae3\x2d4621\x2da8b7\x2d6eec0ca0c1c9 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437247.223:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Mounting /storage...
May 10 00:27:27 cosmin-laptop-arch kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x6d4f00)
May 10 00:27:27 cosmin-laptop-arch kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x70, 0x15, 0x0c.
May 10 00:27:27 cosmin-laptop-arch kernel: psmouse serio1: elantech: Elan sample query result 02, 2d, a8
May 10 00:27:27 cosmin-laptop-arch kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Mounted /storage.
May 10 00:27:27 cosmin-laptop-arch kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input18
May 10 00:27:27 cosmin-laptop-arch ntfs-3g[614]: Version 2017.3.23 external FUSE 29
May 10 00:27:27 cosmin-laptop-arch ntfs-3g[614]: Mounted /dev/sda2 (Read-Only, label "Windows Storage", NTFS 3.1)
May 10 00:27:27 cosmin-laptop-arch ntfs-3g[614]: Cmdline options: rw
May 10 00:27:27 cosmin-laptop-arch ntfs-3g[614]: Mount options: rw,allow_other,nonempty,relatime,ro,fsname=/dev/sda2,blkdev,blksize=4096
May 10 00:27:27 cosmin-laptop-arch ntfs-3g[614]: Ownership and permissions disabled, configuration type 7
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Mounted /winstorage.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Reached target Local File Systems.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Starting Create Volatile Files and Directories...
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started Create Volatile Files and Directories.
May 10 00:27:27 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Condition check resulted in Update is Completed being skipped.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 10 00:27:27 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437247.469:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Starting Network Time Synchronization...
May 10 00:27:27 cosmin-laptop-arch audit[618]: SYSTEM_BOOT pid=618 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started Update UTMP about System Boot/Shutdown.
May 10 00:27:27 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started Network Time Synchronization.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Reached target System Initialization.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started Daily Cleanup of Temporary Directories.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Listening on D-Bus System Message Bus Socket.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Reached target Sockets.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Reached target Basic System.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Starting Bluetooth service...
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Starting RFKill-Unblock all...
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started D-Bus System Message Bus.
May 10 00:27:27 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Starting Network Manager...
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Starting Login Service...
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Reached target System Time Set.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Reached target System Time Synchronized.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started Daily verification of password and group files.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started Daily man-db regeneration.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started Daily rotation of log files.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Reached target Timers.
May 10 00:27:27 cosmin-laptop-arch rfkill[622]: unblock set for all
May 10 00:27:27 cosmin-laptop-arch bluetoothd[621]: Bluetooth daemon 5.50
May 10 00:27:27 cosmin-laptop-arch systemd[1]: rfkill-unblock@all.service: Succeeded.
May 10 00:27:27 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rfkill-unblock@all comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rfkill-unblock@all comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started RFKill-Unblock all.
May 10 00:27:27 cosmin-laptop-arch bluetoothd[621]: Starting SDP server
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started Bluetooth service.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Reached target Bluetooth.
May 10 00:27:27 cosmin-laptop-arch bluetoothd[621]: Bluetooth management interface 1.14 initialized
May 10 00:27:27 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=621 comm="/usr/lib/bluetooth/bluetoothd ")
May 10 00:27:27 cosmin-laptop-arch kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
May 10 00:27:27 cosmin-laptop-arch kernel: Bluetooth: BNEP filters: protocol multicast
May 10 00:27:27 cosmin-laptop-arch kernel: Bluetooth: BNEP socket layer initialized
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Starting Hostname Service...
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.7191] NetworkManager (version 1.18.0-1) is starting... (for the first time)
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.7192] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started Network Manager.
May 10 00:27:27 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.7249] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Reached target Network.
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.7250] manager[0x55a7bc361080]: monitoring kernel firmware directory '/lib/firmware'.
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Starting Permit User Sessions...
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started Permit User Sessions.
May 10 00:27:27 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Starting GNOME Display Manager...
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started GNOME Display Manager.
May 10 00:27:27 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' requested by ':1.14' (uid=0 pid=633 comm="/usr/bin/gdm ")
May 10 00:27:27 cosmin-laptop-arch systemd-logind[625]: New seat seat0.
May 10 00:27:27 cosmin-laptop-arch systemd-logind[625]: Watching system buttons on /dev/input/event2 (Power Button)
May 10 00:27:27 cosmin-laptop-arch dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 10 00:27:27 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started Hostname Service.
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9108] hostname: hostname: using hostnamed
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9109] hostname: hostname changed from (none) to "cosmin-laptop-arch"
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9111] dns-mgr[0x55a7bc318210]: init: dns=default,systemd-resolved rc-manager=symlink
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9119] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0/ieee80211/phy0/rfkill3) (driver iwlwifi)
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9120] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/rfkill/rfkill0) (platform driver ideapad_acpi)
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9162] manager[0x55a7bc361080]: rfkill: Wi-Fi hardware radio set enabled
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9163] manager[0x55a7bc361080]: rfkill: WWAN hardware radio set enabled
May 10 00:27:27 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.13' (uid=0 pid=624 comm="/usr/bin/NetworkManager --no-daemon ")
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Starting Network Manager Script Dispatcher Service...
May 10 00:27:27 cosmin-laptop-arch dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
May 10 00:27:27 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:27 cosmin-laptop-arch systemd[1]: Started Network Manager Script Dispatcher Service.
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9392] settings: Loaded settings plugin: NMSKeyfilePlugin (internal)
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9398] settings: Loaded settings plugin: NMSIbftPlugin ("/usr/lib/NetworkManager/1.18.0-1/libnm-settings-plugin-ibft.so")
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9415] keyfile: new connection /etc/NetworkManager/system-connections/Campus Wi-Fi UNITBV.nmconnection (c1e78c46-62a6-4287-8f8d-a6f1182131cf,"Campus Wi-Fi UNITBV")
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9422] keyfile: new connection /etc/NetworkManager/system-connections/in-tech_gast.nmconnection (ffb11b7c-5ab2-4281-acfc-a0fca5a34632,"in-tech_gast")
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9429] keyfile: new connection /etc/NetworkManager/system-connections/TP-LINK.nmconnection (fb7af1f1-2970-49ee-8824-4d47de410737,"TP-LINK")
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9435] keyfile: new connection /etc/NetworkManager/system-connections/hoppturee-c-5.nmconnection (c65cf6fc-c5b6-49dd-8527-0e3002e93fbf,"hoppturee-c-5")
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9452] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9452] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9453] manager: Networking is enabled by state file
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9454] dhcp-init: Using DHCP client 'internal'
May 10 00:27:27 cosmin-laptop-arch nm-dispatcher[636]: req:1 'hostname': new request (0 scripts)
May 10 00:27:27 cosmin-laptop-arch nm-dispatcher[636]: req:1 'hostname': completed: no scripts
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9480] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-wwan.so)
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9558] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-team.so)
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9564] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-adsl.so)
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9579] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-bluetooth.so)
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9587] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-ovs.so)
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9594] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.18.0-1/libnm-device-plugin-wifi.so)
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9600] device (lo): carrier: link connected
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9602] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9611] manager: (enp4s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9624] keyfile: add connection /var/run/NetworkManager/system-connections/Wired connection 1.nmconnection (0649c446-6ef6-33db-9212-20e0a948c967,"Wired connection 1")
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9628] settings: (enp4s0): created default wired connection 'Wired connection 1'
May 10 00:27:27 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437247.9633] device (enp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 10 00:27:27 cosmin-laptop-arch kernel: Generic PHY r8169-400:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
May 10 00:27:27 cosmin-laptop-arch systemd-logind[625]: Watching system buttons on /dev/input/event1 (Power Button)
May 10 00:27:27 cosmin-laptop-arch systemd-logind[625]: Watching system buttons on /dev/input/event0 (Lid Switch)
May 10 00:27:27 cosmin-laptop-arch systemd-logind[625]: Watching system buttons on /dev/input/event6 (Logitech Gaming Mouse G302 Keyboard)
May 10 00:27:27 cosmin-laptop-arch systemd-logind[625]: Watching system buttons on /dev/input/event7 (Logitech Gaming Mouse G302 Consumer Control)
May 10 00:27:27 cosmin-laptop-arch systemd-logind[625]: Watching system buttons on /dev/input/event8 (Logitech Gaming Mouse G302 System Control)
May 10 00:27:27 cosmin-laptop-arch systemd-logind[625]: Watching system buttons on /dev/input/event9 (Logitech G413 Carbon Mechanical Gaming Keyboard)
May 10 00:27:27 cosmin-laptop-arch systemd-logind[625]: Watching system buttons on /dev/input/event10 (Logitech G413 Carbon Mechanical Gaming Keyboard)
May 10 00:27:28 cosmin-laptop-arch kernel: r8169 0000:04:00.0 enp4s0: Link is Down
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.0864] device (wlp3s0): driver supports Access Point (AP) mode
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.0875] manager: (wlp3s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.0900] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.3412] device (wlp3s0): set-hw-addr: set MAC address to FE:34:31:21:23:53 (scanning)
May 10 00:27:28 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.13' (uid=0 pid=624 comm="/usr/bin/NetworkManager --no-daemon ")
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.5932] ovsdb: Could not connect: No such file or directory
May 10 00:27:28 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.13' (uid=0 pid=624 comm="/usr/bin/NetworkManager --no-daemon ")
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Starting Authorization Manager...
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.5955] bluez: use BlueZ version 5
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Starting WPA supplicant...
May 10 00:27:28 cosmin-laptop-arch nm-dispatcher[636]: req:2 'connectivity-change': new request (0 scripts)
May 10 00:27:28 cosmin-laptop-arch nm-dispatcher[636]: req:2 'connectivity-change': completed: no scripts
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.5982] bluez5: NAP: added interface CC:2F:71:CD:98:C5
May 10 00:27:28 cosmin-laptop-arch dbus-daemon[623]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
May 10 00:27:28 cosmin-laptop-arch wpa_supplicant[645]: Successfully initialized wpa_supplicant
May 10 00:27:28 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Started WPA supplicant.
May 10 00:27:28 cosmin-laptop-arch kernel: kauditd_printk_skb: 12 callbacks suppressed
May 10 00:27:28 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437248.599:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.6063] supplicant: wpa_supplicant running
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.6063] device (wlp3s0): supplicant interface state: init -> starting
May 10 00:27:28 cosmin-laptop-arch polkitd[644]: Started polkitd version 0.116
May 10 00:27:28 cosmin-laptop-arch systemd-logind[625]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
May 10 00:27:28 cosmin-laptop-arch dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.login1'
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Started Login Service.
May 10 00:27:28 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Reached target Multi-User System.
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Reached target Graphical Interface.
May 10 00:27:28 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.14' (uid=0 pid=633 comm="/usr/bin/gdm ")
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Reached target User and Group Name Lookups.
May 10 00:27:28 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437248.609:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Starting Accounts Service...
May 10 00:27:28 cosmin-laptop-arch polkitd[644]: Loading rules from directory /etc/polkit-1/rules.d
May 10 00:27:28 cosmin-laptop-arch polkitd[644]: Loading rules from directory /usr/share/polkit-1/rules.d
May 10 00:27:28 cosmin-laptop-arch polkitd[644]: Finished loading, compiling and executing 7 rules
May 10 00:27:28 cosmin-laptop-arch dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Started Authorization Manager.
May 10 00:27:28 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:28 cosmin-laptop-arch polkitd[644]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
May 10 00:27:28 cosmin-laptop-arch accounts-daemon[661]: started daemon version 0.6.55
May 10 00:27:28 cosmin-laptop-arch dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.Accounts'
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Started Accounts Service.
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Startup finished in 13.774s (firmware) + 2.504s (loader) + 3.754s (kernel) + 2.520s (userspace) = 22.554s.
May 10 00:27:28 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:28 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437248.636:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:28 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437248.636:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.6480] sup-iface[0x55a7bc42a030,wlp3s0]: supports 5 scan SSIDs
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.6484] device (wlp3s0): supplicant interface state: starting -> ready
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.6485] Wi-Fi P2P device controlled by interface wlp3s0 created
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.6487] manager: (p2p-dev-wlp3s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.6489] device (p2p-dev-wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.6494] device (p2p-dev-wlp3s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437248.6496] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
May 10 00:27:28 cosmin-laptop-arch NetworkManager[624]: <warn>  [1557437248.6502] sup-iface: failed to cancel p2p connect: P2P cancel failed
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Created slice User Slice of UID 120.
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Starting User Runtime Directory /run/user/120...
May 10 00:27:28 cosmin-laptop-arch systemd-logind[625]: New session c1 of user gdm.
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Started User Runtime Directory /run/user/120.
May 10 00:27:28 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:28 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437248.713:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Starting User Manager for UID 120...
May 10 00:27:28 cosmin-laptop-arch systemd[675]: pam_unix(systemd-user:session): session opened for user gdm by (uid=0)
May 10 00:27:28 cosmin-laptop-arch kernel: audit: type=1006 audit(1557437248.719:28): pid=675 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=1 res=1
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Listening on GnuPG cryptographic agent and passphrase cache.
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Starting D-Bus User Message Bus Socket.
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Listening on Multimedia System.
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Reached target Paths.
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Listening on Sound System.
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Listening on GnuPG network certificate management daemon.
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Reached target Timers.
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Listening on p11-kit server.
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Listening on D-Bus User Message Bus Socket.
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Reached target Sockets.
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Reached target Basic System.
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Started User Manager for UID 120.
May 10 00:27:28 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Starting Update XDG user dir configuration...
May 10 00:27:28 cosmin-laptop-arch systemd[1]: Started Session c1 of user gdm.
May 10 00:27:28 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437248.803:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:28 cosmin-laptop-arch systemd[675]: xdg-user-dirs-update.service: Succeeded.
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Started Update XDG user dir configuration.
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Reached target Main User Target.
May 10 00:27:28 cosmin-laptop-arch systemd[675]: Startup finished in 78ms.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (--) Log file renamed from "/var/lib/gdm/.local/share/xorg/Xorg.pid-688.log" to "/var/lib/gdm/.local/share/xorg/Xorg.0.log"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) Failed to open protocol names file lib/xorg/protocol.txt
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: X.Org X Server 1.20.4
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: X Protocol Version 11, Revision 0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: Build Operating System: Linux Arch Linux
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: Current Operating System: Linux cosmin-laptop-arch 5.0.13-arch1-1-ARCH #1 SMP PREEMPT Sun May 5 18:05:41 UTC 2019 x86_64
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e475fa84-ffc2-48c7-8a13-cf835528199e rw quiet nvidia-drm.modeset=1
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: Build Date: 27 February 2019  04:04:00PM
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:  
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: Current version of pixman: 0.38.4
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         Before reporting problems, check http://wiki.x.org
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         to make sure that you have the latest version.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: Markers: (--) probed, (**) from config file, (==) default setting,
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         (++) from command line, (!!) notice, (II) informational,
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Log file: "/var/lib/gdm/.local/share/xorg/Xorg.0.log", Time: Fri May 10 00:27:28 2019
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Using config directory: "/etc/X11/xorg.conf.d"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) No Layout section.  Using the first Screen section.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) No screen section available. Using defaults.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) |-->Screen "Default Screen Section" (0)
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) |   |-->Monitor "<default monitor>"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) No monitor specified for screen "Default Screen Section".
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         Using a default monitor configuration.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Automatically adding devices
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Automatically enabling devices
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Automatically adding GPU devices
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Automatically binding GPU devices
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Max clients allowed: 256, resource mask: 0x1fffff
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) The directory "/usr/share/fonts/misc" does not exist.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         Entry deleted from font path.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         Entry deleted from font path.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         (Run 'mkfontdir' on "/usr/share/fonts/TTF").
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         Entry deleted from font path.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         (Run 'mkfontdir' on "/usr/share/fonts/OTF").
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         Entry deleted from font path.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         Entry deleted from font path.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         Entry deleted from font path.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) FontPath set to:
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) ModulePath set to "/usr/lib/xorg/modules"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) The server relies on udev to provide the list of input devices.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Module ABI versions:
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         X.Org ANSI C Emulation: 0.4
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         X.Org Video Driver: 24.0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         X.Org XInput driver : 24.1
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         X.Org Server Extension : 10.0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (++) using VT number 1
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) xfree86: Adding drm device (/dev/dri/card0)
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) xfree86: Adding drm device (/dev/dri/card1)
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (--) PCI: (0@0:2:0) 8086:591b:17aa:39d1 rev 4, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (--) PCI:*(1@0:0:0) 10de:1c8c:17aa:39d0 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "glx"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Module glx: vendor="X.Org Foundation"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         compiled for 1.20.4, module version = 1.0.0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         ABI class: X.Org Server Extension, version 10.0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Applying OutputClass "nvidia" to /dev/dri/card0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         loading driver: nvidia
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Applying OutputClass "intel" to /dev/dri/card1
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         loading driver: modesetting
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Matched nvidia as autoconfigured driver 0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Matched nouveau as autoconfigured driver 1
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Matched nv as autoconfigured driver 2
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Matched modesetting as autoconfigured driver 3
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Matched intel as autoconfigured driver 4
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Matched fbdev as autoconfigured driver 5
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Matched vesa as autoconfigured driver 6
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) Assigned the driver to the xf86ConfigLayout
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "nvidia"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Module nvidia: vendor="NVIDIA Corporation"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         compiled for 4.0.2, module version = 1.0.0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         Module class: X.Org Video Driver
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "nouveau"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) Warning, couldn't open module nouveau
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (EE) Failed to load module "nouveau" (module does not exist, 0)
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "nv"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) Warning, couldn't open module nv
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (EE) Failed to load module "nv" (module does not exist, 0)
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "modesetting"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Module modesetting: vendor="X.Org Foundation"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         compiled for 1.20.4, module version = 1.20.4
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         Module class: X.Org Video Driver
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         ABI class: X.Org Video Driver, version 24.0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "intel"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) Warning, couldn't open module intel
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (EE) Failed to load module "intel" (module does not exist, 0)
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "fbdev"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) Warning, couldn't open module fbdev
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (EE) Failed to load module "fbdev" (module does not exist, 0)
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "vesa"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) Warning, couldn't open module vesa
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (EE) Failed to load module "vesa" (module does not exist, 0)
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA dlloader X Driver  418.74  Wed May  1 11:26:02 CDT 2019
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: releasing fd for 226:0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading sub module "fb"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "fb"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading /usr/lib/xorg/modules/libfb.so
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Module fb: vendor="X.Org Foundation"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         compiled for 1.20.4, module version = 1.0.0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading sub module "wfb"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "wfb"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading /usr/lib/xorg/modules/libwfb.so
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Module wfb: vendor="X.Org Foundation"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         compiled for 1.20.4, module version = 1.0.0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading sub module "ramdac"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "ramdac"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Module "ramdac" already built-in
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) Falling back to old probe method for modesetting
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): using drv /dev/dri/card1
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0): Creating default Display subsection in Screen section
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         "Default Screen Section" for depth/fbbpp 24/32
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) NVIDIA(0): RGB weight 888
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) NVIDIA(0): Default visual is TrueColor
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Applying OutputClass "nvidia" options to /dev/dri/card0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) NVIDIA(0): Enabling 2D acceleration
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading sub module "glxserver_nvidia"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "glxserver_nvidia"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         compiled for 4.0.2, module version = 1.0.0
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         Module class: X.Org Server Extension
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA GLX Module  418.74  Wed May  1 11:24:49 CDT 2019
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0 (GPU-0)
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (--) NVIDIA(0): Memory: 4194304 kBytes
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (--) NVIDIA(0): VideoBIOS: 86.07.3a.00.27
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0): Detected PCI Express Link width: 16X
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0): Validated MetaModes:
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0):     "NULL"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) NVIDIA(0): Unable to get display device for DPI computation.
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) modeset(G0): RGB weight 888
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) modeset(G0): Default visual is TrueColor
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading sub module "glamoregl"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "glamoregl"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Module glamoregl: vendor="X.Org Foundation"
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         compiled for 1.20.4, module version = 1.0.1
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2)
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): glamor initialized
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Output eDP-1-1 has no monitor section
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Output HDMI-1-1 has no monitor section
May 10 00:27:28 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Output DP-1-1 has no monitor section
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Output HDMI-1-2 has no monitor section
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): EDID for output eDP-1-1
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Manufacturer: LGD  Model: 590  Serial#: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Year: 2017  Week: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): EDID Version: 1.4
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Digital Display Input
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): 6 bits per channel
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Digital interface is DisplayPort
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Gamma: 2.20
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): First detailed timing is preferred mode
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Preferred mode is native pixel format and refresh rate
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): redX: 0.580 redY: 0.350   greenX: 0.340 greenY: 0.560
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): blueX: 0.155 blueY: 0.125   whiteX: 0.313 whiteY: 0.329
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Manufacturer's mask: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Supported detailed timing:
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): clock: 138.7 MHz   Image Size:  344 x 194 mm
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):  LG Display
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):  LP156WF6-SPK6
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): EDID (in hex):
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         00ffffffffffff0030e4900500000000
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         001b010495221378eaa1c59459578f27
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         20505400000001010101010101010101
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         0101010101012e3680a070381f403020
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         350058c21000001a0000000000000000
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         00000000000000000000000000fe004c
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         4720446973706c61790a2020000000fe
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         004c503135365746362d53504b36005e
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Printing probed modes for output eDP-1-1
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): EDID for output HDMI-1-1
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Manufacturer: DEL  Model: d0c2  Serial#: 810566996
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Year: 2017  Week: 26
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): EDID Version: 1.3
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Digital Display Input
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Max Image Size [cm]: horiz.: 53  vert.: 30
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Gamma: 2.20
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): First detailed timing is preferred mode
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): redX: 0.662 redY: 0.330   greenX: 0.304 greenY: 0.614
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): blueX: 0.149 blueY: 0.062   whiteX: 0.313 whiteY: 0.329
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Supported established timings:
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): 720x400@70Hz
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): 640x480@60Hz
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): 640x480@75Hz
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): 800x600@60Hz
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): 800x600@75Hz
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): 1024x768@60Hz
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): 1024x768@75Hz
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): 1280x1024@75Hz
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Manufacturer's mask: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Supported standard timings:
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): #2: hsize: 1920  vsize 1200  refresh: 60  vid: 209
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): #5: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Supported detailed timing:
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): clock: 241.5 MHz   Image Size:  526 x 296 mm
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Serial No: MY3ND76Q0PET
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Monitor name: DELL P2418D
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Ranges: V min: 49 V max: 86 Hz, H min: 29 H max: 113 kHz, PixClock max 285 MHz
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Supported detailed timing:
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): clock: 148.5 MHz   Image Size:  526 x 296 mm
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Supported detailed timing:
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): clock: 74.2 MHz   Image Size:  526 x 296 mm
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Supported detailed timing:
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): clock: 58.2 MHz   Image Size:  526 x 296 mm
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): h_active: 2048  h_sync: 2096  h_sync_end 2128 h_blank_end 2208 h_border: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1093 v_blanking: 1099 v_border: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Supported detailed timing:
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): clock: 147.2 MHz   Image Size:  526 x 296 mm
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): h_active: 2048  h_sync: 2096  h_sync_end 2128 h_blank_end 2208 h_border: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1093 v_blanking: 1111 v_border: 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Number of EDID sections to follow: 1
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): EDID (in hex):
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         00ffffffffffff0010acc2d054455030
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         1a1b010380351e78eaad75a9544d9d26
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         0f5054a54b008100b300d100714fa940
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         8180d1c00101565e00a0a0a029503020
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         35000e282100001a000000ff004d5933
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         4e44373651305045540a000000fc0044
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         454c4c205032343138440a20000000fd
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         0031561d711c000a202020202020010c
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         02031bb1509005040302071601061112
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         1513141f2065030c001000023a801871
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         382d40582c45000e282100001e011d80
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         18711c1620582c25000e282100009ebf
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         1600a08038134030203a000e28210000
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         1a7e3900a080381f4030203a000e2821
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         00001a00000000000000000000000000
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0):         000000000000000000000000000000d8
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Printing probed modes for output HDMI-1-1
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "2048x1080"x60.0  147.18  2048 2096 2128 2208  1080 1083 1093 1111 +hsync -vsync (66.7 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "2048x1080"x24.0   58.23  2048 2096 2128 2208  1080 1083 1093 1099 +hsync -vsync (26.4 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): EDID for output DP-1-1
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): EDID for output HDMI-1-2
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) modeset(G0): DPI set to (96, 96)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading sub module "fb"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "fb"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading /usr/lib/xorg/modules/libfb.so
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Module fb: vendor="X.Org Foundation"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         compiled for 1.20.4, module version = 1.0.0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) modeset(G0): Backing store enabled
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) modeset(G0): Silken mouse disabled
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) modeset(G0): DPMS enabled
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): [DRI2] Setup complete
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): [DRI2]   DRI driver: i965
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): [DRI2]   VDPAU driver: i965
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA:     access.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0):     configuration option may not be set correctly.  When the
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0):     Config Options in the README.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0): Setting mode "NULL"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) NVIDIA(0): Disabling shared memory pixmaps
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) NVIDIA(0): Backing store enabled
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) NVIDIA(0): Silken mouse disabled
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (==) NVIDIA(0): DPMS enabled
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (WW) NVIDIA(0): Option "PrimaryGPU" is not used
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading sub module "dri2"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "dri2"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Module "dri2" already built-in
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0): [DRI2] Setup complete
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension Generic Event Extension
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension SHAPE
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension MIT-SHM
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension XInputExtension
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension XTEST
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension BIG-REQUESTS
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension SYNC
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension XKEYBOARD
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension XC-MISC
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension SECURITY
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension XFIXES
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension RENDER
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension RANDR
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension COMPOSITE
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension DAMAGE
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension MIT-SCREEN-SAVER
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension DOUBLE-BUFFER
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension RECORD
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension DPMS
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension Present
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension DRI3
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension X-Resource
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension XVideo
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension XVideo-MotionCompensation
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension GLX
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Indirect GLX disabled.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) GLX: Another vendor is already registered for screen 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension XFree86-VidModeExtension
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension XFree86-DGA
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension XFree86-DRI
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension DRI2
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension NV-GLX
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Initializing extension NV-CONTROL
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) modeset(G0): Damage tracking initialized
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: >                   X11 cannot support keycodes above 255.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: >                   This warning only shows for the first high keycode.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: Errors from xkbcomp are not fatal to the X server
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Power Button: Applying InputClass "system-keyboard"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) LoadModule: "libinput"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Module libinput: vendor="X.Org Foundation"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         compiled for 1.20.3, module version = 0.28.2
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         Module class: X.Org XInput Driver
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]:         ABI class: X.Org XInput driver, version 24.1
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'Power Button'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 34 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Power Button: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event2"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event2  - Power Button: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event2  - Power Button: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event2  - Power Button: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_variant" ","
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: >                   X11 cannot support keycodes above 255.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: >                   This warning only shows for the first high keycode.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: Errors from xkbcomp are not fatal to the X server
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event2  - Power Button: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event2  - Power Button: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device Video Bus (/dev/input/event16)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Video Bus: Applying InputClass "system-keyboard"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'Video Bus'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 37 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Video Bus: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event16"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event16 - Video Bus: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event16 - Video Bus: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event16 - Video Bus: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input22/event16"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_variant" ","
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event16 - Video Bus: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event16 - Video Bus: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device Video Bus (/dev/input/event15)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Video Bus: Applying InputClass "system-keyboard"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'Video Bus'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 38 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Video Bus: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event15"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event15 - Video Bus: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event15 - Video Bus: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event15 - Video Bus: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input21/event15"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_variant" ","
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event15 - Video Bus: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event15 - Video Bus: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device Power Button (/dev/input/event1)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Power Button: Applying InputClass "system-keyboard"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'Power Button'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 39 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Power Button: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event1"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event1  - Power Button: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event1  - Power Button: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event1  - Power Button: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_variant" ","
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event1  - Power Button: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event1  - Power Button: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) No input driver specified, ignoring this device.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) This device may have been added with another device file.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 (/dev/input/event5)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302: Applying InputClass "libinput pointer catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 40 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event5"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event5  - Logitech Gaming Mouse G302: is tagged by udev as: Mouse
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event5  - Logitech Gaming Mouse G302: device is a pointer
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event5  - Logitech Gaming Mouse G302: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C07F.0002/input/input6/event5"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302" (type: MOUSE, id 10)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "AccelerationScheme" "none"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302: (accel) selected scheme none/0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302: (accel) acceleration factor: 2.000
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302: (accel) acceleration threshold: 4
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event5  - Logitech Gaming Mouse G302: is tagged by udev as: Mouse
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event5  - Logitech Gaming Mouse G302: device is a pointer
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 (/dev/input/mouse0)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) No input driver specified, ignoring this device.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) This device may have been added with another device file.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 Keyboard (/dev/input/event6)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 Keyboard: Applying InputClass "libinput keyboard catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 Keyboard: Applying InputClass "system-keyboard"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 Keyboard'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 41 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 Keyboard: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event6"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input7/event6"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 Keyboard" (type: KEYBOARD, id 11)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_variant" ","
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 Consumer Control (/dev/input/event7)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "libinput keyboard catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "system-keyboard"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 Consumer Control'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 42 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 Consumer Control: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event7"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) libinput: Logitech Gaming Mouse G302 Consumer Control: needs a virtual subdevice
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input8/event7"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 Consumer Control" (type: MOUSE, id 12)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "AccelerationScheme" "none"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 Consumer Control: (accel) selected scheme none/0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 Consumer Control: (accel) acceleration factor: 2.000
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 Consumer Control: (accel) acceleration threshold: 4
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 System Control (/dev/input/event8)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 System Control: Applying InputClass "libinput keyboard catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 System Control: Applying InputClass "system-keyboard"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 System Control'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 43 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 System Control: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event8"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event8  - Logitech Gaming Mouse G302 System Control: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event8  - Logitech Gaming Mouse G302 System Control: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event8  - Logitech Gaming Mouse G302 System Control: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input9/event8"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 System Control" (type: KEYBOARD, id 13)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_variant" ","
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event8  - Logitech Gaming Mouse G302 System Control: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event8  - Logitech Gaming Mouse G302 System Control: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard (/dev/input/event9)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "system-keyboard"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 44 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event9"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C33A.0004/input/input12/event9"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard" (type: KEYBOARD, id 14)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_variant" ","
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard (/dev/input/event10)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "system-keyboard"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 45 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event10"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input13/event10"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard" (type: KEYBOARD, id 15)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_variant" ","
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control (/dev/input/event11)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 46 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event11"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input14/event11"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control" (type: KEYBOARD, id 16)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_variant" ","
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device FiiO DigiHug USB Audio (/dev/input/event4)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) FiiO DigiHug USB Audio: Applying InputClass "libinput keyboard catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) FiiO DigiHug USB Audio: Applying InputClass "system-keyboard"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'FiiO DigiHug USB Audio'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 47 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) FiiO DigiHug USB Audio: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event4"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event4  - FiiO DigiHug USB Audio: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event4  - FiiO DigiHug USB Audio: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event4  - FiiO DigiHug USB Audio: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1852:7022.0001/input/input5/event4"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "FiiO DigiHug USB Audio" (type: KEYBOARD, id 17)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_variant" ","
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event4  - FiiO DigiHug USB Audio: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event4  - FiiO DigiHug USB Audio: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event14)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) EasyCamera: EasyCamera: Applying InputClass "system-keyboard"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 48 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) EasyCamera: EasyCamera: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event14"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event14 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event14 - EasyCamera: EasyCamera: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event14 - EasyCamera: EasyCamera: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input20/event14"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 18)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_variant" ","
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event14 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event14 - EasyCamera: EasyCamera: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event13)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'Ideapad extra buttons'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 49 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Ideapad extra buttons: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event13"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event13 - Ideapad extra buttons: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event13 - Ideapad extra buttons: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event13 - Ideapad extra buttons: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input19/event13"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 19)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_variant" ","
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event13 - Ideapad extra buttons: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event13 - Ideapad extra buttons: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event17)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) No input driver specified, ignoring this device.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) This device may have been added with another device file.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event18)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) No input driver specified, ignoring this device.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) This device may have been added with another device file.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event19)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) No input driver specified, ignoring this device.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) This device may have been added with another device file.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event20)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) No input driver specified, ignoring this device.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) This device may have been added with another device file.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event21)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) No input driver specified, ignoring this device.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) This device may have been added with another device file.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event22)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) No input driver specified, ignoring this device.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) This device may have been added with another device file.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event23)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) No input driver specified, ignoring this device.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) This device may have been added with another device file.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event24)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) No input driver specified, ignoring this device.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) This device may have been added with another device file.
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 50 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) AT Translated Set 2 keyboard: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event3"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event3  - AT Translated Set 2 keyboard: device removed
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 20)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_variant" ","
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event25)
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 51 paused 0
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) ETPS/2 Elantech Touchpad: always reports core events
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event25"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "server/udev"
May 10 00:27:29 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event25 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event25 - ETPS/2 Elantech Touchpad: device is a touchpad
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event25 - ETPS/2 Elantech Touchpad: device removed
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input18/event25"
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 21)
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "AccelerationScheme" "none"
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event25 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event25 - ETPS/2 Elantech Touchpad: device is a touchpad
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) No input driver specified, ignoring this device.
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) This device may have been added with another device file.
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) No input driver specified, ignoring this device.
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) This device may have been added with another device file.
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "libinput keyboard catchall"
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "system-keyboard"
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 Consumer Control'
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Logitech Gaming Mouse G302 Consumer Control: always reports core events
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "Device" "/dev/input/event7"
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "_source" "_driver/libinput"
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) libinput: Logitech Gaming Mouse G302 Consumer Control: is a virtual subdevice
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input8/event7"
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 Consumer Control" (type: KEYBOARD, id 22)
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:30 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "xkb_variant" ","
May 10 00:27:30 cosmin-laptop-arch systemd[675]: Started D-Bus User Message Bus.
May 10 00:27:30 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.13' (uid=0 pid=624 comm="/usr/bin/NetworkManager --no-daemon ")
May 10 00:27:30 cosmin-laptop-arch dbus-daemon[623]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
May 10 00:27:30 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.13' (uid=0 pid=624 comm="/usr/bin/NetworkManager --no-daemon ")
May 10 00:27:30 cosmin-laptop-arch dbus-daemon[623]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
May 10 00:27:30 cosmin-laptop-arch dbus-daemon[696]: [session uid=120 pid=696] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.2' (uid=120 pid=704 comm="/usr/lib/gnome-session-check-accelerated ")
May 10 00:27:30 cosmin-laptop-arch systemd[675]: Starting Accessibility services bus...
May 10 00:27:30 cosmin-laptop-arch dbus-daemon[696]: [session uid=120 pid=696] Successfully activated service 'org.a11y.Bus'
May 10 00:27:30 cosmin-laptop-arch systemd[675]: Started Accessibility services bus.
May 10 00:27:30 cosmin-laptop-arch at-spi-bus-launcher[705]: dbus-daemon[711]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=704 comm="/usr/lib/gnome-session-check-accelerated ")
May 10 00:27:30 cosmin-laptop-arch at-spi-bus-launcher[705]: dbus-daemon[711]: Successfully activated service 'org.a11y.atspi.Registry'
May 10 00:27:30 cosmin-laptop-arch at-spi-bus-launcher[705]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 10 00:27:30 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.13' (uid=0 pid=624 comm="/usr/bin/NetworkManager --no-daemon ")
May 10 00:27:30 cosmin-laptop-arch dbus-daemon[623]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
May 10 00:27:30 cosmin-laptop-arch kernel: r8169 0000:04:00.0 enp4s0: Link is Up - 1Gbps/Full - flow control rx/tx
May 10 00:27:30 cosmin-laptop-arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
May 10 00:27:30 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437250.6333] device (enp4s0): carrier: link connected
May 10 00:27:30 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437250.6339] device (enp4s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
May 10 00:27:30 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437250.6354] policy: auto-activating connection 'Wired connection 1' (0649c446-6ef6-33db-9212-20e0a948c967)
May 10 00:27:30 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437250.6368] device (enp4s0): Activation: starting connection 'Wired connection 1' (0649c446-6ef6-33db-9212-20e0a948c967)
May 10 00:27:30 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437250.6370] device (enp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
May 10 00:27:30 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437250.6378] manager: NetworkManager state is now CONNECTING
May 10 00:27:30 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437250.6384] device (enp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 10 00:27:30 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437250.6393] device (enp4s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
May 10 00:27:30 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437250.6401] dhcp4 (enp4s0): activation: beginning transaction (timeout in 45 seconds)
May 10 00:27:31 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.41' (uid=120 pid=721 comm="/usr/bin/gnome-shell ")
May 10 00:27:31 cosmin-laptop-arch systemd[1]: Starting Locale Service...
May 10 00:27:31 cosmin-laptop-arch gnome-shell[721]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
May 10 00:27:31 cosmin-laptop-arch dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.locale1'
May 10 00:27:31 cosmin-laptop-arch systemd[1]: Started Locale Service.
May 10 00:27:31 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:31 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437251.709:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:31 cosmin-laptop-arch dbus-daemon[696]: [session uid=120 pid=696] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.10' (uid=120 pid=721 comm="/usr/bin/gnome-shell ")
May 10 00:27:31 cosmin-laptop-arch systemd[675]: Starting sandboxed app permission store...
May 10 00:27:31 cosmin-laptop-arch dbus-daemon[696]: [session uid=120 pid=696] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
May 10 00:27:31 cosmin-laptop-arch systemd[675]: Started sandboxed app permission store.
May 10 00:27:31 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 10 00:27:31 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 10 00:27:31 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: >                   X11 cannot support keycodes above 255.
May 10 00:27:31 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: >                   This warning only shows for the first high keycode.
May 10 00:27:31 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 10 00:27:31 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: Errors from xkbcomp are not fatal to the X server
May 10 00:27:31 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.41' (uid=120 pid=721 comm="/usr/bin/gnome-shell ")
May 10 00:27:31 cosmin-laptop-arch systemd[1]: Starting Daemon for power management...
May 10 00:27:31 cosmin-laptop-arch systemd[675]: Starting Sound Service...
May 10 00:27:31 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.46' (uid=120 pid=748 comm="/usr/bin/pulseaudio --daemonize=no ")
May 10 00:27:31 cosmin-laptop-arch systemd[1]: Starting RealtimeKit Scheduling Policy Service...
May 10 00:27:31 cosmin-laptop-arch dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
May 10 00:27:31 cosmin-laptop-arch systemd[1]: Started RealtimeKit Scheduling Policy Service.
May 10 00:27:31 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Successfully called chroot.
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Successfully dropped privileges.
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Successfully limited resources.
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Running.
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Canary thread running.
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Watchdog thread running.
May 10 00:27:31 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437251.829:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:31 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.41' (uid=120 pid=721 comm="/usr/bin/gnome-shell ")
May 10 00:27:31 cosmin-laptop-arch systemd[1]: Starting Location Lookup Service...
May 10 00:27:31 cosmin-laptop-arch polkitd[644]: Registered Authentication Agent for unix-session:c1 (system bus name :1.41 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 10 00:27:31 cosmin-laptop-arch gnome-shell[721]: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 10 00:27:31 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.74' (uid=971 pid=755 comm="/usr/lib/geoclue ")
May 10 00:27:31 cosmin-laptop-arch dbus-daemon[623]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 10 00:27:31 cosmin-laptop-arch geoclue[755]: Failed to connect to avahi service: Daemon not running
May 10 00:27:31 cosmin-laptop-arch dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
May 10 00:27:31 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:31 cosmin-laptop-arch systemd[1]: Started Location Lookup Service.
May 10 00:27:31 cosmin-laptop-arch kernel: audit: type=1130 audit(1557437251.883:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:31 cosmin-laptop-arch gsd-xsettings[763]: Failed to get current display configuration state: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.gnome.Mutter.DisplayConfig" does not exist
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:31 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:31 cosmin-laptop-arch systemd[1]: systemd-rfkill.service: Succeeded.
May 10 00:27:31 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:32 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.91' (uid=120 pid=785 comm="/usr/lib/gsd-color ")
May 10 00:27:32 cosmin-laptop-arch systemd[1]: Starting Manage, Install and Generate Color Profiles...
May 10 00:27:32 cosmin-laptop-arch dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.UPower'
May 10 00:27:32 cosmin-laptop-arch systemd[1]: Started Daemon for power management.
May 10 00:27:32 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0661] policy: auto-activating connection 'hoppturee-c-5' (c65cf6fc-c5b6-49dd-8527-0e3002e93fbf)
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0666] device (wlp3s0): Activation: starting connection 'hoppturee-c-5' (c65cf6fc-c5b6-49dd-8527-0e3002e93fbf)
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0667] device (wlp3s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0688] device (wlp3s0): set-hw-addr: reset MAC address to CC:2F:71:CD:98:C1 (preserve)
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0751] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0753] device (wlp3s0): Activation: (wifi) access point 'hoppturee-c-5' has security, but secrets are required.
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0753] device (wlp3s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0761] device (wlp3s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0764] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0766] device (wlp3s0): Activation: (wifi) connection 'hoppturee-c-5' has security, and secrets exist.  No new secrets needed.
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0767] Config: added 'ssid' value 'hoppturee-c-5'
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0767] Config: added 'scan_ssid' value '1'
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0767] Config: added 'bgscan' value 'simple:30:-80:86400'
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0767] Config: added 'key_mgmt' value 'WPA-PSK'
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0767] Config: added 'auth_alg' value 'OPEN'
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.0767] Config: added 'psk' value '<hidden>'
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.1347] device (wlp3s0): supplicant interface state: ready -> disconnected
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.1347] device (p2p-dev-wlp3s0): supplicant management interface state: ready -> disconnected
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.1401] device (wlp3s0): supplicant interface state: disconnected -> inactive
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.1401] device (p2p-dev-wlp3s0): supplicant management interface state: disconnected -> inactive
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.1459] device (wlp3s0): supplicant interface state: inactive -> scanning
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.1460] device (p2p-dev-wlp3s0): supplicant management interface state: inactive -> scanning
May 10 00:27:32 cosmin-laptop-arch dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.ColorManager'
May 10 00:27:32 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:32 cosmin-laptop-arch systemd[1]: Started Manage, Install and Generate Color Profiles.
May 10 00:27:32 cosmin-laptop-arch gnome-session-binary[698]: Entering running state
May 10 00:27:32 cosmin-laptop-arch xbrlapi.desktop[861]: openConnection: connect: No such file or directory
May 10 00:27:32 cosmin-laptop-arch xbrlapi.desktop[861]: cannot connect to braille devices daemon brltty at :0
May 10 00:27:32 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:32 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:32 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:32 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:32 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:32 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:32 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:32 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:32 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:32 cosmin-laptop-arch rtkit-daemon[752]: Supervising 0 threads of 0 processes of 1 users.
May 10 00:27:32 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 10 00:27:32 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 10 00:27:32 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: >                   X11 cannot support keycodes above 255.
May 10 00:27:32 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: >                   This warning only shows for the first high keycode.
May 10 00:27:32 cosmin-laptop-arch systemd[675]: Started Sound Service.
May 10 00:27:32 cosmin-laptop-arch bluetoothd[621]: Endpoint registered: sender=:1.123 path=/MediaEndpoint/A2DPSource
May 10 00:27:32 cosmin-laptop-arch bluetoothd[621]: Endpoint registered: sender=:1.123 path=/MediaEndpoint/A2DPSink
May 10 00:27:32 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 10 00:27:32 cosmin-laptop-arch pulseaudio[748]: E: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
May 10 00:27:32 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: Errors from xkbcomp are not fatal to the X server
May 10 00:27:32 cosmin-laptop-arch kernel: Bluetooth: RFCOMM TTY layer initialized
May 10 00:27:32 cosmin-laptop-arch kernel: Bluetooth: RFCOMM socket layer initialized
May 10 00:27:32 cosmin-laptop-arch kernel: Bluetooth: RFCOMM ver 1.11
May 10 00:27:32 cosmin-laptop-arch colord-sane[868]: [bjnp] create_broadcast_socket: ERROR - bind socket to local address failed - Cannot assign requested address
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.3864] dhcp4 (enp4s0):   address 192.168.1.249
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.3864] dhcp4 (enp4s0):   plen 24
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.3864] dhcp4 (enp4s0):   expires in 86400 seconds (at 1557523652)
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.3864] dhcp4 (enp4s0):   nameserver '192.168.1.1'
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.3865] dhcp4 (enp4s0):   hostname 'cosmin-laptop-arch'
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.3865] dhcp4 (enp4s0):   router 192.168.1.1
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.3866] dhcp4 (enp4s0): state changed unknown -> bound
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.3874] device (enp4s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.3878] device (enp4s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.3880] device (enp4s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.3930] manager: NetworkManager state is now CONNECTED_SITE
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.3930] policy: set 'Wired connection 1' (enp4s0) as default for IPv4 routing and DNS
May 10 00:27:32 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.13' (uid=0 pid=624 comm="/usr/bin/NetworkManager --no-daemon ")
May 10 00:27:32 cosmin-laptop-arch dbus-daemon[623]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.3962] device (enp4s0): Activation: successful, device activated.
May 10 00:27:32 cosmin-laptop-arch nm-dispatcher[636]: req:3 'up' [enp4s0]: new request (0 scripts)
May 10 00:27:32 cosmin-laptop-arch nm-dispatcher[636]: req:3 'up' [enp4s0]: completed: no scripts
May 10 00:27:32 cosmin-laptop-arch nm-dispatcher[636]: req:4 'connectivity-change': new request (0 scripts)
May 10 00:27:32 cosmin-laptop-arch nm-dispatcher[636]: req:4 'connectivity-change': completed: no scripts
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.4517] dhcp6 (enp4s0): activation: beginning transaction (timeout in 45 seconds)
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.4524] policy: set 'Wired connection 1' (enp4s0) as default for IPv6 routing and DNS
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.4739] manager: NetworkManager state is now CONNECTED_GLOBAL
May 10 00:27:32 cosmin-laptop-arch nm-dispatcher[636]: req:5 'connectivity-change': new request (0 scripts)
May 10 00:27:32 cosmin-laptop-arch nm-dispatcher[636]: req:5 'connectivity-change': completed: no scripts
May 10 00:27:32 cosmin-laptop-arch gnome-shell[721]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
May 10 00:27:32 cosmin-laptop-arch gnome-shell[721]: JS WARNING: [resource:///org/gnome/shell/ui/layout.js 23]: reference to undefined property "MetaWindowX11"
May 10 00:27:32 cosmin-laptop-arch wpa_supplicant[645]: wlp3s0: SME: Trying to authenticate with 0c:9d:92:ba:36:14 (SSID='hoppturee-c-5' freq=5500 MHz)
May 10 00:27:32 cosmin-laptop-arch kernel: wlp3s0: authenticate with 0c:9d:92:ba:36:14
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.7938] device (wlp3s0): supplicant interface state: scanning -> authenticating
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.7938] device (p2p-dev-wlp3s0): supplicant management interface state: scanning -> authenticating
May 10 00:27:32 cosmin-laptop-arch kernel: wlp3s0: send auth to 0c:9d:92:ba:36:14 (try 1/3)
May 10 00:27:32 cosmin-laptop-arch wpa_supplicant[645]: wlp3s0: Trying to associate with 0c:9d:92:ba:36:14 (SSID='hoppturee-c-5' freq=5500 MHz)
May 10 00:27:32 cosmin-laptop-arch kernel: wlp3s0: authenticated
May 10 00:27:32 cosmin-laptop-arch kernel: wlp3s0: associate with 0c:9d:92:ba:36:14 (try 1/3)
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8058] device (wlp3s0): supplicant interface state: authenticating -> associating
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8058] device (p2p-dev-wlp3s0): supplicant management interface state: authenticating -> associating
May 10 00:27:32 cosmin-laptop-arch kernel: wlp3s0: RX AssocResp from 0c:9d:92:ba:36:14 (capab=0x511 status=0 aid=2)
May 10 00:27:32 cosmin-laptop-arch wpa_supplicant[645]: wlp3s0: Associated with 0c:9d:92:ba:36:14
May 10 00:27:32 cosmin-laptop-arch wpa_supplicant[645]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
May 10 00:27:32 cosmin-laptop-arch kernel: wlp3s0: associated
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8134] device (wlp3s0): supplicant interface state: associating -> associated
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8134] device (p2p-dev-wlp3s0): supplicant management interface state: associating -> associated
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8243] device (wlp3s0): supplicant interface state: associated -> 4-way handshake
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8243] device (p2p-dev-wlp3s0): supplicant management interface state: associated -> 4-way handshake
May 10 00:27:32 cosmin-laptop-arch wpa_supplicant[645]: wlp3s0: WPA: Key negotiation completed with 0c:9d:92:ba:36:14 [PTK=CCMP GTK=CCMP]
May 10 00:27:32 cosmin-laptop-arch wpa_supplicant[645]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to 0c:9d:92:ba:36:14 completed [id=0 id_str=]
May 10 00:27:32 cosmin-laptop-arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
May 10 00:27:32 cosmin-laptop-arch wpa_supplicant[645]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-63 noise=9999 txrate=6000
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8499] device (wlp3s0): supplicant interface state: 4-way handshake -> completed
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8500] device (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "hoppturee-c-5"
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8500] device (p2p-dev-wlp3s0): supplicant management interface state: 4-way handshake -> completed
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8502] device (wlp3s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8505] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
May 10 00:27:32 cosmin-laptop-arch wpa_supplicant[645]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-63 noise=9999 txrate=780000
May 10 00:27:32 cosmin-laptop-arch kernel: wlp3s0: Limiting TX power to 24 (27 - 3) dBm as advertised by 0c:9d:92:ba:36:14
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8764] dhcp4 (wlp3s0):   address 192.168.1.100
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8764] dhcp4 (wlp3s0):   plen 24
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8764] dhcp4 (wlp3s0):   expires in 86400 seconds (at 1557523652)
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8765] dhcp4 (wlp3s0):   nameserver '192.168.1.1'
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8765] dhcp4 (wlp3s0):   hostname 'cosmin-laptop-arch'
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8765] dhcp4 (wlp3s0):   router 192.168.1.1
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8766] dhcp4 (wlp3s0): state changed unknown -> bound
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8778] device (wlp3s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8783] device (wlp3s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8784] device (wlp3s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8902] device (wlp3s0): Activation: successful, device activated.
May 10 00:27:32 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437252.8907] manager: startup complete
May 10 00:27:32 cosmin-laptop-arch nm-dispatcher[636]: req:6 'up' [wlp3s0]: new request (0 scripts)
May 10 00:27:32 cosmin-laptop-arch nm-dispatcher[636]: req:6 'up' [wlp3s0]: completed: no scripts
May 10 00:27:33 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437253.4825] dhcp6 (enp4s0):   nameserver 2a02:2f0e:d917:9300::1
May 10 00:27:33 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437253.4825] dhcp6 (enp4s0): state changed unknown -> bound
May 10 00:27:33 cosmin-laptop-arch nm-dispatcher[636]: req:7 'dhcp6-change' [enp4s0]: new request (0 scripts)
May 10 00:27:33 cosmin-laptop-arch nm-dispatcher[636]: req:7 'dhcp6-change' [enp4s0]: completed: no scripts
May 10 00:27:33 cosmin-laptop-arch kernel: retire_capture_urb: 816 callbacks suppressed
May 10 00:27:34 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437254.3721] dhcp6 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
May 10 00:27:34 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437254.3864] dhcp6 (wlp3s0):   nameserver 2a02:2f0e:d917:9300::1
May 10 00:27:34 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437254.3865] dhcp6 (wlp3s0): state changed unknown -> bound
May 10 00:27:34 cosmin-laptop-arch nm-dispatcher[636]: req:8 'dhcp6-change' [wlp3s0]: new request (0 scripts)
May 10 00:27:34 cosmin-laptop-arch nm-dispatcher[636]: req:8 'dhcp6-change' [wlp3s0]: completed: no scripts
May 10 00:27:34 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.155' (uid=976 pid=868 comm="/usr/lib/colord-sane ")
May 10 00:27:34 cosmin-laptop-arch dbus-daemon[623]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 10 00:27:35 cosmin-laptop-arch gdm-password][911]: gkr-pam: unable to locate daemon control file
May 10 00:27:35 cosmin-laptop-arch gdm-password][911]: pam_unix(gdm-password:session): session opened for user cosmin by (uid=0)
May 10 00:27:35 cosmin-laptop-arch systemd[1]: Created slice User Slice of UID 1000.
May 10 00:27:35 cosmin-laptop-arch systemd[1]: Starting User Runtime Directory /run/user/1000...
May 10 00:27:35 cosmin-laptop-arch systemd-logind[625]: New session 2 of user cosmin.
May 10 00:27:35 cosmin-laptop-arch systemd[1]: Started User Runtime Directory /run/user/1000.
May 10 00:27:35 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:35 cosmin-laptop-arch systemd[1]: Starting User Manager for UID 1000...
May 10 00:27:35 cosmin-laptop-arch systemd[919]: pam_unix(systemd-user:session): session opened for user cosmin by (uid=0)
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Reached target Timers.
May 10 00:27:35 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:35 cosmin-laptop-arch audit[911]: USER_LOGIN pid=911 uid=0 auid=1000 ses=2 msg='uid=1000 exe="/usr/lib/gdm-session-worker" hostname=? addr=? terminal=? res=success'
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Listening on Sound System.
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Listening on GnuPG cryptographic agent and passphrase cache.
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Listening on GnuPG network certificate management daemon.
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Listening on p11-kit server.
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Reached target Paths.
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Starting D-Bus User Message Bus Socket.
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Listening on Multimedia System.
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Listening on D-Bus User Message Bus Socket.
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Reached target Sockets.
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Reached target Basic System.
May 10 00:27:35 cosmin-laptop-arch systemd[1]: Started User Manager for UID 1000.
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Starting Update XDG user dir configuration...
May 10 00:27:35 cosmin-laptop-arch systemd[1]: Started Session 2 of user cosmin.
May 10 00:27:35 cosmin-laptop-arch systemd[919]: xdg-user-dirs-update.service: Succeeded.
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Started Update XDG user dir configuration.
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Reached target Main User Target.
May 10 00:27:35 cosmin-laptop-arch systemd[919]: Startup finished in 42ms.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "34"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event2  - Power Button: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "37"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event16 - Video Bus: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "38"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event15 - Video Bus: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "39"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event1  - Power Button: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "40"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event5  - Logitech Gaming Mouse G302: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "41"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "42"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "43"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event8  - Logitech Gaming Mouse G302 System Control: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "44"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "45"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "46"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "47"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event4  - FiiO DigiHug USB Audio: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "48"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event14 - EasyCamera: EasyCamera: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "49"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event13 - Ideapad extra buttons: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "50"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event3  - AT Translated Set 2 keyboard: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "51"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event25 - ETPS/2 Elantech Touchpad: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (**) Option "fd" "42"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: device removed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:66
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:77
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:69
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:89
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:74
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:72
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:71
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:73
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:75
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 226:1
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:65
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:80
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:78
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:70
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:67
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:68
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[686]: (II) systemd-logind: got pause for 13:79
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: _XSERVTransMakeAllCOTSServerListeners: server already running
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (--) Log file renamed from "/home/cosmin/.local/share/xorg/Xorg.pid-937.log" to "/home/cosmin/.local/share/xorg/Xorg.1.log"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) Failed to open protocol names file lib/xorg/protocol.txt
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: X.Org X Server 1.20.4
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: X Protocol Version 11, Revision 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: Build Operating System: Linux Arch Linux
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: Current Operating System: Linux cosmin-laptop-arch 5.0.13-arch1-1-ARCH #1 SMP PREEMPT Sun May 5 18:05:41 UTC 2019 x86_64
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e475fa84-ffc2-48c7-8a13-cf835528199e rw quiet nvidia-drm.modeset=1
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: Build Date: 27 February 2019  04:04:00PM
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:  
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: Current version of pixman: 0.38.4
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         Before reporting problems, check http://wiki.x.org
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         to make sure that you have the latest version.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: Markers: (--) probed, (**) from config file, (==) default setting,
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         (++) from command line, (!!) notice, (II) informational,
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Log file: "/home/cosmin/.local/share/xorg/Xorg.1.log", Time: Fri May 10 00:27:36 2019
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Using config directory: "/etc/X11/xorg.conf.d"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) No Layout section.  Using the first Screen section.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) No screen section available. Using defaults.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) |-->Screen "Default Screen Section" (0)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) |   |-->Monitor "<default monitor>"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) No monitor specified for screen "Default Screen Section".
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         Using a default monitor configuration.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Automatically adding devices
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Automatically enabling devices
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Automatically adding GPU devices
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Automatically binding GPU devices
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Max clients allowed: 256, resource mask: 0x1fffff
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) The directory "/usr/share/fonts/misc" does not exist.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         Entry deleted from font path.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         Entry deleted from font path.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         (Run 'mkfontdir' on "/usr/share/fonts/TTF").
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         Entry deleted from font path.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         (Run 'mkfontdir' on "/usr/share/fonts/OTF").
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         Entry deleted from font path.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         Entry deleted from font path.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         Entry deleted from font path.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) FontPath set to:
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) ModulePath set to "/usr/lib/xorg/modules"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) The server relies on udev to provide the list of input devices.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Module ABI versions:
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         X.Org ANSI C Emulation: 0.4
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         X.Org Video Driver: 24.0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         X.Org XInput driver : 24.1
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         X.Org Server Extension : 10.0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (++) using VT number 2
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) xfree86: Adding drm device (/dev/dri/card0)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) xfree86: Adding drm device (/dev/dri/card1)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (--) PCI: (0@0:2:0) 8086:591b:17aa:39d1 rev 4, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (--) PCI:*(1@0:0:0) 10de:1c8c:17aa:39d0 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "glx"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Module glx: vendor="X.Org Foundation"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         compiled for 1.20.4, module version = 1.0.0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         ABI class: X.Org Server Extension, version 10.0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Applying OutputClass "nvidia" to /dev/dri/card0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         loading driver: nvidia
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Applying OutputClass "intel" to /dev/dri/card1
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         loading driver: modesetting
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Matched nvidia as autoconfigured driver 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Matched nouveau as autoconfigured driver 1
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Matched nv as autoconfigured driver 2
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Matched modesetting as autoconfigured driver 3
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Matched intel as autoconfigured driver 4
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Matched fbdev as autoconfigured driver 5
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Matched vesa as autoconfigured driver 6
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) Assigned the driver to the xf86ConfigLayout
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "nvidia"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Module nvidia: vendor="NVIDIA Corporation"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         compiled for 4.0.2, module version = 1.0.0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         Module class: X.Org Video Driver
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "nouveau"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) Warning, couldn't open module nouveau
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (EE) Failed to load module "nouveau" (module does not exist, 0)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "nv"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) Warning, couldn't open module nv
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (EE) Failed to load module "nv" (module does not exist, 0)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "modesetting"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Module modesetting: vendor="X.Org Foundation"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         compiled for 1.20.4, module version = 1.20.4
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         Module class: X.Org Video Driver
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         ABI class: X.Org Video Driver, version 24.0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "intel"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) Warning, couldn't open module intel
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (EE) Failed to load module "intel" (module does not exist, 0)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "fbdev"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) Warning, couldn't open module fbdev
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (EE) Failed to load module "fbdev" (module does not exist, 0)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "vesa"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) Warning, couldn't open module vesa
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (EE) Failed to load module "vesa" (module does not exist, 0)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA dlloader X Driver  418.74  Wed May  1 11:26:02 CDT 2019
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: releasing fd for 226:0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading sub module "fb"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "fb"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading /usr/lib/xorg/modules/libfb.so
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Module fb: vendor="X.Org Foundation"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         compiled for 1.20.4, module version = 1.0.0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading sub module "wfb"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "wfb"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading /usr/lib/xorg/modules/libwfb.so
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Module wfb: vendor="X.Org Foundation"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         compiled for 1.20.4, module version = 1.0.0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading sub module "ramdac"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "ramdac"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Module "ramdac" already built-in
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) Falling back to old probe method for modesetting
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): using drv /dev/dri/card1
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0): Creating default Display subsection in Screen section
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         "Default Screen Section" for depth/fbbpp 24/32
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) NVIDIA(0): RGB weight 888
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) NVIDIA(0): Default visual is TrueColor
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Applying OutputClass "nvidia" options to /dev/dri/card0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) NVIDIA(0): Enabling 2D acceleration
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading sub module "glxserver_nvidia"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "glxserver_nvidia"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         compiled for 4.0.2, module version = 1.0.0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         Module class: X.Org Server Extension
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA GLX Module  418.74  Wed May  1 11:24:49 CDT 2019
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0 (GPU-0)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (--) NVIDIA(0): Memory: 4194304 kBytes
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (--) NVIDIA(0): VideoBIOS: 86.07.3a.00.27
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0): Detected PCI Express Link width: 16X
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0): Validated MetaModes:
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0):     "NULL"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) NVIDIA(0): Unable to get display device for DPI computation.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) modeset(G0): RGB weight 888
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) modeset(G0): Default visual is TrueColor
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading sub module "glamoregl"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "glamoregl"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Module glamoregl: vendor="X.Org Foundation"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         compiled for 1.20.4, module version = 1.0.1
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): glamor initialized
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Output eDP-1-1 has no monitor section
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Output HDMI-1-1 has no monitor section
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Output DP-1-1 has no monitor section
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Output HDMI-1-2 has no monitor section
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): EDID for output eDP-1-1
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Manufacturer: LGD  Model: 590  Serial#: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Year: 2017  Week: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): EDID Version: 1.4
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Digital Display Input
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): 6 bits per channel
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Digital interface is DisplayPort
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Gamma: 2.20
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): First detailed timing is preferred mode
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Preferred mode is native pixel format and refresh rate
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): redX: 0.580 redY: 0.350   greenX: 0.340 greenY: 0.560
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): blueX: 0.155 blueY: 0.125   whiteX: 0.313 whiteY: 0.329
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Manufacturer's mask: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Supported detailed timing:
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): clock: 138.7 MHz   Image Size:  344 x 194 mm
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):  LG Display
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):  LP156WF6-SPK6
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): EDID (in hex):
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         00ffffffffffff0030e4900500000000
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         001b010495221378eaa1c59459578f27
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         20505400000001010101010101010101
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         0101010101012e3680a070381f403020
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         350058c21000001a0000000000000000
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         00000000000000000000000000fe004c
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         4720446973706c61790a2020000000fe
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         004c503135365746362d53504b36005e
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Printing probed modes for output eDP-1-1
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): EDID for output HDMI-1-1
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Manufacturer: DEL  Model: d0c2  Serial#: 810566996
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Year: 2017  Week: 26
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): EDID Version: 1.3
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Digital Display Input
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Max Image Size [cm]: horiz.: 53  vert.: 30
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Gamma: 2.20
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): First detailed timing is preferred mode
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): redX: 0.662 redY: 0.330   greenX: 0.304 greenY: 0.614
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): blueX: 0.149 blueY: 0.062   whiteX: 0.313 whiteY: 0.329
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Supported established timings:
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): 720x400@70Hz
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): 640x480@60Hz
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): 640x480@75Hz
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): 800x600@60Hz
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): 800x600@75Hz
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): 1024x768@60Hz
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): 1024x768@75Hz
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): 1280x1024@75Hz
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Manufacturer's mask: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Supported standard timings:
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): #2: hsize: 1920  vsize 1200  refresh: 60  vid: 209
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): #5: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Supported detailed timing:
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): clock: 241.5 MHz   Image Size:  526 x 296 mm
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Serial No: MY3ND76Q0PET
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Monitor name: DELL P2418D
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Ranges: V min: 49 V max: 86 Hz, H min: 29 H max: 113 kHz, PixClock max 285 MHz
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Supported detailed timing:
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): clock: 148.5 MHz   Image Size:  526 x 296 mm
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Supported detailed timing:
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): clock: 74.2 MHz   Image Size:  526 x 296 mm
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Supported detailed timing:
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): clock: 58.2 MHz   Image Size:  526 x 296 mm
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): h_active: 2048  h_sync: 2096  h_sync_end 2128 h_blank_end 2208 h_border: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1093 v_blanking: 1099 v_border: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Supported detailed timing:
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): clock: 147.2 MHz   Image Size:  526 x 296 mm
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): h_active: 2048  h_sync: 2096  h_sync_end 2128 h_blank_end 2208 h_border: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1093 v_blanking: 1111 v_border: 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Number of EDID sections to follow: 1
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): EDID (in hex):
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         00ffffffffffff0010acc2d054455030
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         1a1b010380351e78eaad75a9544d9d26
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         0f5054a54b008100b300d100714fa940
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         8180d1c00101565e00a0a0a029503020
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         35000e282100001a000000ff004d5933
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         4e44373651305045540a000000fc0044
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         454c4c205032343138440a20000000fd
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         0031561d711c000a202020202020010c
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         02031bb1509005040302071601061112
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         1513141f2065030c001000023a801871
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         382d40582c45000e282100001e011d80
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         18711c1620582c25000e282100009ebf
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         1600a08038134030203a000e28210000
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         1a7e3900a080381f4030203a000e2821
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         00001a00000000000000000000000000
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0):         000000000000000000000000000000d8
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Printing probed modes for output HDMI-1-1
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "2048x1080"x60.0  147.18  2048 2096 2128 2208  1080 1083 1093 1111 +hsync -vsync (66.7 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "2048x1080"x24.0   58.23  2048 2096 2128 2208  1080 1083 1093 1099 +hsync -vsync (26.4 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): EDID for output DP-1-1
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): EDID for output HDMI-1-2
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) modeset(G0): DPI set to (96, 96)
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading sub module "fb"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "fb"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading /usr/lib/xorg/modules/libfb.so
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Module fb: vendor="X.Org Foundation"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         compiled for 1.20.4, module version = 1.0.0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         ABI class: X.Org ANSI C Emulation, version 0.4
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) modeset(G0): Backing store enabled
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) modeset(G0): Silken mouse disabled
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) modeset(G0): DPMS enabled
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): [DRI2] Setup complete
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): [DRI2]   DRI driver: i965
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): [DRI2]   VDPAU driver: i965
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA:     access.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0):     configuration option may not be set correctly.  When the
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0):     Config Options in the README.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0): Setting mode "NULL"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) NVIDIA(0): Disabling shared memory pixmaps
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) NVIDIA(0): Backing store enabled
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) NVIDIA(0): Silken mouse disabled
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (==) NVIDIA(0): DPMS enabled
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (WW) NVIDIA(0): Option "PrimaryGPU" is not used
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading sub module "dri2"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "dri2"
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Module "dri2" already built-in
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0): [DRI2] Setup complete
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension Generic Event Extension
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension SHAPE
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension MIT-SHM
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension XInputExtension
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension XTEST
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension BIG-REQUESTS
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension SYNC
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension XKEYBOARD
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension XC-MISC
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension SECURITY
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension XFIXES
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension RENDER
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension RANDR
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension COMPOSITE
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension DAMAGE
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension MIT-SCREEN-SAVER
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension DOUBLE-BUFFER
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension RECORD
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension DPMS
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension Present
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension DRI3
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension X-Resource
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension XVideo
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension XVideo-MotionCompensation
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension GLX
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Indirect GLX disabled.
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) GLX: Another vendor is already registered for screen 0
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension XFree86-VidModeExtension
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension XFree86-DGA
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension XFree86-DRI
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension DRI2
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension NV-GLX
May 10 00:27:36 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Initializing extension NV-CONTROL
May 10 00:27:36 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.183' (uid=976 pid=868 comm="/usr/lib/colord-sane ")
May 10 00:27:36 cosmin-laptop-arch dbus-daemon[623]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) modeset(G0): Damage tracking initialized
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: >                   X11 cannot support keycodes above 255.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: >                   This warning only shows for the first high keycode.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: Errors from xkbcomp are not fatal to the X server
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Power Button: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) LoadModule: "libinput"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Module libinput: vendor="X.Org Foundation"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         compiled for 1.20.3, module version = 0.28.2
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         Module class: X.Org XInput Driver
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]:         ABI class: X.Org XInput driver, version 24.1
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'Power Button'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 35 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Power Button: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event2"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event2  - Power Button: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event2  - Power Button: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event2  - Power Button: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_variant" ","
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: >                   X11 cannot support keycodes above 255.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: >                   This warning only shows for the first high keycode.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: Errors from xkbcomp are not fatal to the X server
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event2  - Power Button: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event2  - Power Button: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device Video Bus (/dev/input/event16)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Video Bus: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'Video Bus'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 38 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Video Bus: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event16"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event16 - Video Bus: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event16 - Video Bus: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event16 - Video Bus: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input22/event16"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_variant" ","
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event16 - Video Bus: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event16 - Video Bus: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device Video Bus (/dev/input/event15)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Video Bus: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'Video Bus'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 39 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Video Bus: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event15"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event15 - Video Bus: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event15 - Video Bus: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event15 - Video Bus: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input21/event15"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_variant" ","
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event15 - Video Bus: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event15 - Video Bus: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device Power Button (/dev/input/event1)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Power Button: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'Power Button'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 40 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Power Button: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event1"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event1  - Power Button: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event1  - Power Button: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event1  - Power Button: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_variant" ","
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event1  - Power Button: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event1  - Power Button: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) No input driver specified, ignoring this device.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) This device may have been added with another device file.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 (/dev/input/event5)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302: Applying InputClass "libinput pointer catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 41 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event5"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event5  - Logitech Gaming Mouse G302: is tagged by udev as: Mouse
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event5  - Logitech Gaming Mouse G302: device is a pointer
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event5  - Logitech Gaming Mouse G302: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C07F.0002/input/input6/event5"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302" (type: MOUSE, id 10)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "AccelerationScheme" "none"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302: (accel) selected scheme none/0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302: (accel) acceleration factor: 2.000
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302: (accel) acceleration threshold: 4
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event5  - Logitech Gaming Mouse G302: is tagged by udev as: Mouse
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event5  - Logitech Gaming Mouse G302: device is a pointer
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 (/dev/input/mouse0)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) No input driver specified, ignoring this device.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) This device may have been added with another device file.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 Keyboard (/dev/input/event6)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 Keyboard: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 Keyboard: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 Keyboard'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 42 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 Keyboard: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event6"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input7/event6"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 Keyboard" (type: KEYBOARD, id 11)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_variant" ","
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event6  - Logitech Gaming Mouse G302 Keyboard: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 Consumer Control (/dev/input/event7)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 Consumer Control'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 43 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 Consumer Control: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event7"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) libinput: Logitech Gaming Mouse G302 Consumer Control: needs a virtual subdevice
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input8/event7"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 Consumer Control" (type: MOUSE, id 12)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "AccelerationScheme" "none"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 Consumer Control: (accel) selected scheme none/0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 Consumer Control: (accel) acceleration factor: 2.000
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 Consumer Control: (accel) acceleration threshold: 4
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event7  - Logitech Gaming Mouse G302 Consumer Control: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device Logitech Gaming Mouse G302 System Control (/dev/input/event8)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 System Control: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 System Control: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 System Control'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 System Control: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event8"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event8  - Logitech Gaming Mouse G302 System Control: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event8  - Logitech Gaming Mouse G302 System Control: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event8  - Logitech Gaming Mouse G302 System Control: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input9/event8"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 System Control" (type: KEYBOARD, id 13)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_variant" ","
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event8  - Logitech Gaming Mouse G302 System Control: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event8  - Logitech Gaming Mouse G302 System Control: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard (/dev/input/event9)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 45 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event9"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C33A.0004/input/input12/event9"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard" (type: KEYBOARD, id 14)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_variant" ","
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event9  - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard (/dev/input/event10)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 46 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event10"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input13/event10"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard" (type: KEYBOARD, id 15)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_variant" ","
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event10 - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control (/dev/input/event11)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 47 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event11"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C33A.0005/input/input14/event11"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control" (type: KEYBOARD, id 16)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_variant" ","
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event11 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device FiiO DigiHug USB Audio (/dev/input/event4)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) FiiO DigiHug USB Audio: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) FiiO DigiHug USB Audio: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'FiiO DigiHug USB Audio'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 48 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) FiiO DigiHug USB Audio: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event4"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event4  - FiiO DigiHug USB Audio: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event4  - FiiO DigiHug USB Audio: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event4  - FiiO DigiHug USB Audio: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1852:7022.0001/input/input5/event4"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "FiiO DigiHug USB Audio" (type: KEYBOARD, id 17)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_variant" ","
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event4  - FiiO DigiHug USB Audio: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event4  - FiiO DigiHug USB Audio: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event14)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) EasyCamera: EasyCamera: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 49 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) EasyCamera: EasyCamera: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event14"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event14 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event14 - EasyCamera: EasyCamera: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event14 - EasyCamera: EasyCamera: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input20/event14"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 18)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_variant" ","
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event14 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event14 - EasyCamera: EasyCamera: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event13)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'Ideapad extra buttons'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 50 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Ideapad extra buttons: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event13"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event13 - Ideapad extra buttons: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event13 - Ideapad extra buttons: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event13 - Ideapad extra buttons: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input19/event13"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 19)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_variant" ","
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event13 - Ideapad extra buttons: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event13 - Ideapad extra buttons: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event17)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) No input driver specified, ignoring this device.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) This device may have been added with another device file.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event18)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) No input driver specified, ignoring this device.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) This device may have been added with another device file.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event19)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) No input driver specified, ignoring this device.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) This device may have been added with another device file.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event20)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) No input driver specified, ignoring this device.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) This device may have been added with another device file.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event21)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) No input driver specified, ignoring this device.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) This device may have been added with another device file.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event22)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) No input driver specified, ignoring this device.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) This device may have been added with another device file.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event23)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) No input driver specified, ignoring this device.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) This device may have been added with another device file.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event24)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) No input driver specified, ignoring this device.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) This device may have been added with another device file.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 51 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) AT Translated Set 2 keyboard: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event3"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event3  - AT Translated Set 2 keyboard: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 20)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_variant" ","
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event25)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 52 paused 0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) ETPS/2 Elantech Touchpad: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event25"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "server/udev"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event25 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event25 - ETPS/2 Elantech Touchpad: device is a touchpad
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event25 - ETPS/2 Elantech Touchpad: device removed
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input18/event25"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 21)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "AccelerationScheme" "none"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event25 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event25 - ETPS/2 Elantech Touchpad: device is a touchpad
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) No input driver specified, ignoring this device.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) This device may have been added with another device file.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) No input driver specified, ignoring this device.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) This device may have been added with another device file.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "libinput keyboard catchall"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 Consumer Control: Applying InputClass "system-keyboard"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G302 Consumer Control'
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Logitech Gaming Mouse G302 Consumer Control: always reports core events
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "Device" "/dev/input/event7"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "_source" "_driver/libinput"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) libinput: Logitech Gaming Mouse G302 Consumer Control: is a virtual subdevice
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C07F.0003/input/input8/event7"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G302 Consumer Control" (type: KEYBOARD, id 22)
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_layout" "gb,ro"
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (**) Option "xkb_variant" ","
May 10 00:27:37 cosmin-laptop-arch systemd[919]: Started D-Bus User Message Bus.
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: /etc/gdm/Xsession: Beginning session setup...
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: localuser:cosmin being added to access control list
May 10 00:27:37 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/gnome-session
May 10 00:27:37 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.3' (uid=1000 pid=961 comm="/usr/lib/gnome-session-check-accelerated ")
May 10 00:27:37 cosmin-laptop-arch systemd[919]: Starting Accessibility services bus...
May 10 00:27:37 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.a11y.Bus'
May 10 00:27:37 cosmin-laptop-arch systemd[919]: Started Accessibility services bus.
May 10 00:27:37 cosmin-laptop-arch at-spi-bus-launcher[962]: dbus-daemon[968]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=961 comm="/usr/lib/gnome-session-check-accelerated ")
May 10 00:27:37 cosmin-laptop-arch at-spi-bus-launcher[962]: dbus-daemon[968]: Successfully activated service 'org.a11y.atspi.Registry'
May 10 00:27:37 cosmin-laptop-arch at-spi-bus-launcher[962]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 10 00:27:37 cosmin-laptop-arch gnome-keyring-ssh.desktop[980]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
May 10 00:27:38 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:38 cosmin-laptop-arch systemd[919]: Starting Virtual filesystem service...
May 10 00:27:38 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gtk.vfs.Daemon'
May 10 00:27:38 cosmin-laptop-arch systemd[919]: Started Virtual filesystem service.
May 10 00:27:38 cosmin-laptop-arch systemd[1]: NetworkManager-dispatcher.service: Succeeded.
May 10 00:27:38 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:38 cosmin-laptop-arch gnome-shell[986]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
May 10 00:27:38 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:38 cosmin-laptop-arch systemd[919]: Starting sandboxed app permission store...
May 10 00:27:38 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
May 10 00:27:38 cosmin-laptop-arch systemd[919]: Started sandboxed app permission store.
May 10 00:27:38 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:38 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.16' (uid=1000 pid=1019 comm="/usr/lib/gnome-shell-calendar-server ")
May 10 00:27:38 cosmin-laptop-arch systemd[919]: Starting Evolution source registry...
May 10 00:27:38 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 10 00:27:38 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: > Warning:          Unsupported high keycode 372 for name <I372> ignored
May 10 00:27:38 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: >                   X11 cannot support keycodes above 255.
May 10 00:27:38 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: >                   This warning only shows for the first high keycode.
May 10 00:27:38 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
May 10 00:27:38 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: Errors from xkbcomp are not fatal to the X server
May 10 00:27:38 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.OnlineAccounts' requested by ':1.17' (uid=1000 pid=1023 comm="/usr/lib/evolution-source-registry ")
May 10 00:27:38 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
May 10 00:27:38 cosmin-laptop-arch systemd[919]: Started Evolution source registry.
May 10 00:27:38 cosmin-laptop-arch systemd[919]: Starting Sound Service...
May 10 00:27:38 cosmin-laptop-arch rtkit-daemon[752]: Successfully made thread 1031 of process 1031 owned by '1000' high priority at nice level -11.
May 10 00:27:38 cosmin-laptop-arch rtkit-daemon[752]: Supervising 1 threads of 1 processes of 2 users.
May 10 00:27:38 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Shell.CalendarServer'
May 10 00:27:38 cosmin-laptop-arch goa-daemon[1030]: goa-daemon version 3.32.0 starting
May 10 00:27:38 cosmin-laptop-arch polkitd[644]: Registered Authentication Agent for unix-session:2 (system bus name :1.206 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 10 00:27:38 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.Identity' requested by ':1.19' (uid=1000 pid=1030 comm="/usr/lib/goa-daemon ")
May 10 00:27:38 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.OnlineAccounts'
May 10 00:27:38 cosmin-laptop-arch rtkit-daemon[752]: Supervising 1 threads of 1 processes of 2 users.
May 10 00:27:38 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Identity'
May 10 00:27:38 cosmin-laptop-arch rtkit-daemon[752]: Successfully made thread 1041 of process 1031 owned by '1000' RT at priority 5.
May 10 00:27:38 cosmin-laptop-arch rtkit-daemon[752]: Supervising 2 threads of 1 processes of 2 users.
May 10 00:27:38 cosmin-laptop-arch rtkit-daemon[752]: Supervising 2 threads of 1 processes of 2 users.
May 10 00:27:38 cosmin-laptop-arch rtkit-daemon[752]: Successfully made thread 1045 of process 1031 owned by '1000' RT at priority 5.
May 10 00:27:38 cosmin-laptop-arch rtkit-daemon[752]: Supervising 3 threads of 1 processes of 2 users.
May 10 00:27:39 cosmin-laptop-arch kernel: retire_capture_urb: 1278 callbacks suppressed
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.freedesktop.Telepathy.AccountManager' requested by ':1.21' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:39 cosmin-laptop-arch systemd[919]: Starting Virtual filesystem service - disk device monitor...
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[623]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.221' (uid=1000 pid=1051 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
May 10 00:27:39 cosmin-laptop-arch systemd[1]: Starting Disk Manager...
May 10 00:27:39 cosmin-laptop-arch udisksd[1054]: udisks daemon version 2.8.2 starting
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.freedesktop.Telepathy.AccountManager'
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[623]: [system] Successfully activated service 'org.freedesktop.UDisks2'
May 10 00:27:39 cosmin-laptop-arch systemd[1]: Started Disk Manager.
May 10 00:27:39 cosmin-laptop-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:27:39 cosmin-laptop-arch udisksd[1054]: Acquired the name org.freedesktop.UDisks2 on the system message bus
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
May 10 00:27:39 cosmin-laptop-arch systemd[919]: Started Virtual filesystem service - disk device monitor.
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:39 cosmin-laptop-arch systemd[919]: Starting Virtual filesystem service - Apple File Conduit monitor...
May 10 00:27:39 cosmin-laptop-arch gvfs-afc-volume-monitor[1070]: Volume monitor alive
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
May 10 00:27:39 cosmin-laptop-arch systemd[919]: Started Virtual filesystem service - Apple File Conduit monitor.
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:39 cosmin-laptop-arch systemd[919]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
May 10 00:27:39 cosmin-laptop-arch systemd[919]: Started Virtual filesystem service - GNOME Online Accounts monitor.
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:39 cosmin-laptop-arch systemd[919]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
May 10 00:27:39 cosmin-laptop-arch systemd[919]: Started Virtual filesystem service - Media Transfer Protocol monitor.
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:39 cosmin-laptop-arch systemd[919]: Starting Virtual filesystem service - digital camera monitor...
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
May 10 00:27:39 cosmin-laptop-arch systemd[919]: Started Virtual filesystem service - digital camera monitor.
May 10 00:27:39 cosmin-laptop-arch gnome-shell[986]: JS WARNING: [resource:///org/gnome/shell/ui/workspacesView.js 527]: reference to undefined property "_workspacesViews"
May 10 00:27:39 cosmin-laptop-arch gnome-shell[986]: JS ERROR: Exception in callback for signal: cancel: TypeError: this._workspacesViews is undefined
                                                     _endTouchGesture@resource:///org/gnome/shell/ui/workspacesView.js:527:25
                                                     _emit@resource:///org/gnome/gjs/modules/signals.js:142:27
                                                     set enabled@resource:///org/gnome/shell/ui/windowManager.js:478:13
                                                     WorkspacesDisplay<@resource:///org/gnome/shell/ui/workspacesView.js:482:9
                                                     ViewSelector<@resource:///org/gnome/shell/ui/viewSelector.js:167:35
                                                     ControlsManager<@resource:///org/gnome/shell/ui/overviewControls.js:405:29
                                                     init@resource:///org/gnome/shell/ui/overview.js:234:26
                                                     _initializeUI@resource:///org/gnome/shell/ui/main.js:184:5
                                                     start@resource:///org/gnome/shell/ui/main.js:124:5
                                                     @<main>:1:31
May 10 00:27:39 cosmin-laptop-arch gnome-shell[986]: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 10 00:27:39 cosmin-laptop-arch kernel: rfkill: input handler disabled
May 10 00:27:39 cosmin-laptop-arch gsd-xsettings[1120]: Failed to get current display configuration state: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.gnome.Mutter.DisplayConfig" does not exist
May 10 00:27:39 cosmin-laptop-arch gsd-media-keys[1097]: g_variant_get_va: assertion 'value != NULL' failed
May 10 00:27:39 cosmin-laptop-arch gsd-media-keys[1097]: g_variant_unref: assertion 'value != NULL' failed
May 10 00:27:39 cosmin-laptop-arch gsd-color[785]: failed to set screen _ICC_PROFILE: Failed to open file “/home/cosmin/.local/share/icc/edid-2387fed1096e7df0914900b407c44088.icc”: Permission denied
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='ca.desrt.dconf' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'ca.desrt.dconf'
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar7' unit='evolution-calendar-factory.service' requested by ':1.16' (uid=1000 pid=1019 comm="/usr/lib/gnome-shell-calendar-server ")
May 10 00:27:39 cosmin-laptop-arch systemd[919]: Starting Evolution calendar service...
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.evolution.dataserver.Calendar7'
May 10 00:27:39 cosmin-laptop-arch systemd[919]: Started Evolution calendar service.
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook9' unit='evolution-addressbook-factory.service' requested by ':1.48' (uid=1000 pid=1188 comm="/usr/lib/evolution-calendar-factory ")
May 10 00:27:39 cosmin-laptop-arch systemd[919]: Starting Evolution address book service...
May 10 00:27:39 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook9'
May 10 00:27:39 cosmin-laptop-arch systemd[919]: Started Evolution address book service.
May 10 00:27:39 cosmin-laptop-arch NetworkManager[624]: <info>  [1557437259.9844] agent-manager: req[0x55a7bc400d40, :1.206/org.gnome.Shell.NetworkAgent/1000]: agent registered
May 10 00:27:40 cosmin-laptop-arch gnome-shell[986]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
May 10 00:27:40 cosmin-laptop-arch gsd-color[785]: failed to set screen _ICC_PROFILE: Failed to open file “/home/cosmin/.local/share/icc/edid-2387fed1096e7df0914900b407c44088.icc”: Permission denied
May 10 00:27:40 cosmin-laptop-arch rtkit-daemon[752]: Supervising 3 threads of 1 processes of 2 users.
May 10 00:27:40 cosmin-laptop-arch rtkit-daemon[752]: Successfully made thread 1219 of process 1031 owned by '1000' RT at priority 5.
May 10 00:27:40 cosmin-laptop-arch rtkit-daemon[752]: Supervising 4 threads of 1 processes of 2 users.
May 10 00:27:40 cosmin-laptop-arch rtkit-daemon[752]: Supervising 4 threads of 1 processes of 2 users.
May 10 00:27:40 cosmin-laptop-arch rtkit-daemon[752]: Successfully made thread 1220 of process 1031 owned by '1000' RT at priority 5.
May 10 00:27:40 cosmin-laptop-arch rtkit-daemon[752]: Supervising 5 threads of 1 processes of 2 users.
May 10 00:27:40 cosmin-laptop-arch systemd[919]: Started Sound Service.
May 10 00:27:40 cosmin-laptop-arch bluetoothd[621]: Endpoint registered: sender=:1.298 path=/MediaEndpoint/A2DPSource
May 10 00:27:40 cosmin-laptop-arch bluetoothd[621]: Endpoint registered: sender=:1.298 path=/MediaEndpoint/A2DPSink
May 10 00:27:40 cosmin-laptop-arch bluetoothd[621]: RFCOMM server failed for Headset Voice gateway: rfcomm_bind: Address already in use (98)
May 10 00:27:40 cosmin-laptop-arch pulseaudio[1031]: E: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
May 10 00:27:40 cosmin-laptop-arch bluetoothd[621]: RFCOMM server failed for :1.298/Profile/HSPHSProfile/00001108-0000-1000-8000-00805f9b34fb: rfcomm_bind: Address already in use (98)
May 10 00:27:40 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.52' (uid=1000 pid=1228 comm="gdbus call -e -d org.freedesktop.DBus -o /org/free")
May 10 00:27:40 cosmin-laptop-arch systemd[919]: Starting Tracker metadata database store and lookup manager...
May 10 00:27:40 cosmin-laptop-arch gnome-session-binary[945]: Entering running state
May 10 00:27:40 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.freedesktop.Tracker1'
May 10 00:27:40 cosmin-laptop-arch systemd[919]: Started Tracker metadata database store and lookup manager.
May 10 00:27:40 cosmin-laptop-arch tracker-store.desktop[1228]: (uint32 1,)
May 10 00:27:40 cosmin-laptop-arch gnome-software[1234]: Failed to load /usr/lib/gs-plugins-13/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gs-plugins-13/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
May 10 00:27:40 cosmin-laptop-arch gnome-software[1234]: enabled plugins: desktop-categories, os-release, provenance, shell-extensions, appstream, provenance-license, desktop-menu-path, epiphany, flatpak, generic-updates, hardcoded-blacklist, hardcoded-featured, hardcoded-popular, modalias, rewrite-resource, icons, odrs, key-colors, key-colors-metadata
May 10 00:27:40 cosmin-laptop-arch gnome-software[1234]: disabled plugins: dpkg, dummy, fedora-pkgdb-collections, repos
May 10 00:27:40 cosmin-laptop-arch gnome-software[1234]: /etc/PackageKit/Vendor.conf file not found
May 10 00:27:40 cosmin-laptop-arch gnome-software[1234]: hiding category productivity featured applications: found only 0 to show, need at least 9
May 10 00:27:40 cosmin-laptop-arch gnome-software[1234]: hiding category games featured applications: found only 0 to show, need at least 9
May 10 00:27:40 cosmin-laptop-arch gnome-software[1234]: Only 3 apps for popular list, hiding
May 10 00:27:40 cosmin-laptop-arch gnome-software[1234]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 10 00:27:40 cosmin-laptop-arch gnome-software[1234]: not handling error failed for action refine: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 10 00:27:40 cosmin-laptop-arch gnome-software[1234]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 10 00:27:40 cosmin-laptop-arch gnome-software[1234]: not handling error failed for action refine: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 10 00:27:40 cosmin-laptop-arch gnome-software[1234]: not GsPlugin error g-io-error-quark:15: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 10 00:27:40 cosmin-laptop-arch gnome-software[1234]: not handling error failed for action refine: failed to process components/component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..|component/id[text()='archlinux.www.Arch Linux-(null)']/../pkgname/..: failed to parse part: cannot parse text or number `null`
May 10 00:27:40 cosmin-laptop-arch gnome-shell[986]: GNOME Shell started at Fri May 10 2019 00:27:39 GMT+0300 (EEST)
May 10 00:27:43 cosmin-laptop-arch gnome-shell[986]: JS WARNING: [resource:///org/gnome/shell/ui/workspacesView.js 731]: reference to undefined property 1
May 10 00:27:43 cosmin-laptop-arch gnome-shell[986]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesActualGeometry@resource:///org/gnome/shell/ui/workspacesView.js:731:13
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:390:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 10 00:27:43 cosmin-laptop-arch gnome-shell[986]: JS WARNING: [resource:///org/gnome/shell/ui/workspacesView.js 714]: reference to undefined property 1
May 10 00:27:43 cosmin-laptop-arch gnome-shell[986]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 10 00:27:44 cosmin-laptop-arch kernel: retire_capture_urb: 2493 callbacks suppressed
May 10 00:27:44 cosmin-laptop-arch gnome-shell[986]: g_environ_setenv: assertion 'value != NULL' failed
May 10 00:27:44 cosmin-laptop-arch spotify.desktop[986]: spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)
May 10 00:27:44 cosmin-laptop-arch spotify.desktop[986]: /opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)
May 10 00:27:44 cosmin-laptop-arch spotify.desktop[986]: /proc/self/exe: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /proc/self/exe)
May 10 00:27:46 cosmin-laptop-arch gnome-shell[986]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 10 00:27:48 cosmin-laptop-arch gnome-shell[986]: g_environ_setenv: assertion 'value != NULL' failed
May 10 00:27:48 cosmin-laptop-arch gnome-keyring-daemon[931]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 10 00:27:48 cosmin-laptop-arch gnome-keyring-daemon[931]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 10 00:27:48 cosmin-laptop-arch gnome-keyring-daemon[931]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
May 10 00:27:55 cosmin-laptop-arch gnome-shell[986]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.Documents' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.Nautilus' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.Calendar' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.clocks' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.Photos' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.Recipes' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:56 cosmin-laptop-arch systemd[919]: Starting GNOME Terminal Server...
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Boxes.SearchProvider'
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.clocks'
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Recipes'
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Calculator.SearchProvider'
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Calendar'
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Characters.BackgroundService'
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Terminal'
May 10 00:27:56 cosmin-laptop-arch systemd[919]: Started GNOME Terminal Server.
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Documents'
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Contacts.SearchProvider'
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Photos'
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.75' (uid=1000 pid=1758 comm="/usr/lib/gnome-contacts-search-provider ")
May 10 00:27:56 cosmin-laptop-arch systemd[919]: Starting Bluetooth OBEX service...
May 10 00:27:56 cosmin-laptop-arch obexd[1856]: OBEX daemon 5.50
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.bluez.obex'
May 10 00:27:56 cosmin-laptop-arch systemd[919]: Started Bluetooth OBEX service.
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='org.gnome.Recipes' requested by ':1.12' (uid=1000 pid=986 comm="/usr/bin/gnome-shell ")
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Recipes'
May 10 00:27:56 cosmin-laptop-arch gnome-shell[986]: g_environ_setenv: assertion 'value != NULL' failed
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating service name='com.intel.dleyna-renderer' requested by ':1.74' (uid=1000 pid=1779 comm="/usr/bin/gnome-photos --gapplication-service ")
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: dLeyna core version 0.6.0
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: dleyna-renderer-service version 0.6.0
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: Load file [/home/cosmin/.config/dleyna-renderer-service.conf]
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: [General settings]
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: Never Quit: F
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: Connector Name: dbus
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: Port: 0
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: Push host port: 0
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: [Logging settings]
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: Log Type : 0
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: Log Level: 0x13
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: [Network filtering settings]
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: Enabled : F
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: Entries: (null)
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'com.intel.dleyna-renderer'
May 10 00:27:56 cosmin-laptop-arch dleyna-renderer-service[1912]: Calling GetRenderers method
May 10 00:27:56 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Nautilus'
May 10 00:27:56 cosmin-laptop-arch nvidia-settings[1908]: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 10 00:27:57 cosmin-laptop-arch dleyna-renderer-service[1912]: Client :1.74 lost
May 10 00:27:58 cosmin-laptop-arch systemd-timesyncd[619]: Synchronized to time server for the first time [2a02:348:54:5132::1]:123 (2.arch.pool.ntp.org).
May 10 00:27:58 cosmin-laptop-arch dleyna-renderer-service[1912]: dLeyna: Exit
May 10 00:28:02 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: nvLock: client timed out, taking the lock
May 10 00:28:02 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event5  - Logitech Gaming Mouse G302: SYN_DROPPED event - some input events have been lost.
May 10 00:28:06 cosmin-laptop-arch systemd[919]: gnome-terminal-server.service: Main process exited, code=killed, status=15/TERM
May 10 00:28:06 cosmin-laptop-arch systemd[919]: gnome-terminal-server.service: Succeeded.
May 10 00:28:09 cosmin-laptop-arch systemd[1]: systemd-localed.service: Succeeded.
May 10 00:28:09 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:28:09 cosmin-laptop-arch kernel: kauditd_printk_skb: 611 callbacks suppressed
May 10 00:28:09 cosmin-laptop-arch kernel: audit: type=1131 audit(1557437289.953:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:28:10 cosmin-laptop-arch systemd[1]: systemd-hostnamed.service: Succeeded.
May 10 00:28:10 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:28:10 cosmin-laptop-arch kernel: audit: type=1131 audit(1557437290.002:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:28:10 cosmin-laptop-arch gnome-shell[986]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 10 00:28:11 cosmin-laptop-arch tracker-store[1241]: OK
May 10 00:28:11 cosmin-laptop-arch systemd[919]: tracker-store.service: Succeeded.
May 10 00:28:11 cosmin-laptop-arch gnome-shell[986]: g_environ_setenv: assertion 'value != NULL' failed
May 10 00:28:11 cosmin-laptop-arch org.gnome.Terminal.desktop[986]: # _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
May 10 00:28:11 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.83' (uid=1000 pid=1947 comm="gnome-terminal ")
May 10 00:28:11 cosmin-laptop-arch systemd[919]: Starting GNOME Terminal Server...
May 10 00:28:11 cosmin-laptop-arch dbus-daemon[943]: [session uid=1000 pid=943] Successfully activated service 'org.gnome.Terminal'
May 10 00:28:11 cosmin-laptop-arch systemd[919]: Started GNOME Terminal Server.
May 10 00:28:11 cosmin-laptop-arch org.gnome.Terminal.desktop[986]: # _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
May 10 00:28:11 cosmin-laptop-arch org.gnome.Terminal.desktop[986]: # watch_fast: "/org/gnome/terminal/legacy/" (establishing: 0, active: 0)
May 10 00:28:11 cosmin-laptop-arch org.gnome.Terminal.desktop[986]: # unwatch_fast: "/org/gnome/terminal/legacy/" (active: 0, establishing: 1)
May 10 00:28:11 cosmin-laptop-arch org.gnome.Terminal.desktop[986]: # watch_established: "/org/gnome/terminal/legacy/" (establishing: 0)
May 10 00:28:17 cosmin-laptop-arch sudo[1959]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 10 00:28:17 cosmin-laptop-arch sudo[1959]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 10 00:28:32 cosmin-laptop-arch geoclue[755]: Service not used for 60 seconds. Shutting down..
May 10 00:28:32 cosmin-laptop-arch systemd[1]: geoclue.service: Main process exited, code=killed, status=15/TERM
May 10 00:28:32 cosmin-laptop-arch kernel: audit: type=1131 audit(1557437312.388:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:28:32 cosmin-laptop-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 10 00:28:32 cosmin-laptop-arch systemd[1]: geoclue.service: Succeeded.
May 10 00:29:27 cosmin-laptop-arch sudo[1959]: pam_unix(sudo:session): session closed for user root
May 10 00:29:32 cosmin-laptop-arch sudo[1970]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 10 00:29:32 cosmin-laptop-arch sudo[1970]: pam_unix(sudo:session): session opened for user root by (uid=0)

I think the line below is the most telling of the issue. I don't think GDM causes it, it just happens that GDM reports it.

May 10 00:28:02 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: nvLock: client timed out, taking the lock

What do you think?

UPDATE 2:
I've gotten another hang without opening or modifying any graphics content (just moving the cursor), and the following got printed to journal:

May 10 00:37:09 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: nvLock: client timed out, taking the lock
May 10 00:37:09 cosmin-laptop-arch /usr/lib/gdm-x-session[935]: (II) event5  - Logitech Gaming Mouse G302: SYN_DROPPED event - some input events have been lost.
May 10 00:37:10 cosmin-laptop-arch gnome-shell[986]: JS ERROR: TypeError: this._workspacesViews[i] is undefined
                                                     _updateWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:714:13
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/workspacesView.js:704:9
                                                     setWorkspacesFullGeometry@resource:///org/gnome/shell/ui/viewSelector.js:293:9
                                                     _updateWorkspacesGeometry@resource:///org/gnome/shell/ui/overviewControls.js:458:9
                                                     vfunc_allocate@resource:///org/gnome/shell/ui/overviewControls.js:391:9
                                                     vfunc_get_preferred_height@resource:///org/gnome/shell/ui/overviewControls.js:379:19
                                                     _updateWorkspacesViews@resource:///org/gnome/shell/ui/workspacesView.js:637:13
                                                     show@resource:///org/gnome/shell/ui/workspacesView.js:557:9
                                                     show@resource:///org/gnome/shell/ui/viewSelector.js:268:9
                                                     _animateVisible@resource:///org/gnome/shell/ui/overview.js:527:9
                                                     show@resource:///org/gnome/shell/ui/overview.js:513:9
                                                     toggle@resource:///org/gnome/shell/ui/overview.js:636:13
                                                     _onEvent@resource:///org/gnome/shell/ui/panel.js:520:17
May 10 00:37:14 cosmin-laptop-arch sudo[2522]:   cosmin : TTY=pts/0 ; PWD=/home/cosmin ; USER=root ; COMMAND=/usr/bin/journalctl -b

Someone also seems to have this issue on Manjaro: https://forum.manjaro.org/t/desktop-gno … gain/81603. The OP says that he fixed the issue by using xfce4 instead of GNOME. Maybe it is a GNOME issue after all...

UPDATE 3:
It seems there is an open bug report for this issue on the GDM tracker. I am having this issue without GDM though, so I don't know what to say.

https://forum.manjaro.org/t/system-free … ee/84233/4
https://gitlab.gnome.org/GNOME/gdm/issues/480

Last edited by Opptur (2019-05-09 21:55:43)

Offline

#18 2019-05-14 20:50:24

adsworth
Member
Registered: 2019-05-14
Posts: 1

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

Hi,

I have a similar issue, although I have an Intel GPU, where the client doesn't get redrawn and the application looks like it hangs. This happens very frequently for Electron based apps, Spotify, Skype and Zoiper in my case and sometime for Firefox as well. The apps still work in that Skype will show notifications and Spotify will still play my music, it's "just" the GUI that's frozen.

My work around for the Electron based apps is by disabling GPU rendering with the parameter --disable-gpu and that fixes it for me.

You either have to edit the .desktop file in /usr/share/applications or copy the file from there to ~/.local/share/applications and edit it there.

I think it has todo with with the 5er kernel, but I have yet to boot my old 4.x kernel to verify.

Also if you have autostart apps, the work around won't work there because GNOME will rewrite the .desktop files in ~/.conf/autostart verytime the app launches and delete the parameter --disable-gpu, although write protecting the .desktop file in autostart is a work around for that problem.

I hope this helps.

Cheers
   Adi

Offline

#19 2019-05-15 13:02:27

Opptur
Member
Registered: 2019-04-29
Posts: 11

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

Thank you for your response. Thankfully, the hang doesn't annoy me that much so that I will need the workaround. What I am looking for is a proper fix. I will try KDE to see if GNOME is the cause of the hang, and I'll try to advance this debug process, but I am not finding anyone that is willing to guide me through this mess that GNOME is.

Offline

#20 2019-05-15 13:31:03

Opptur
Member
Registered: 2019-04-29
Posts: 11

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

I've tested the linux-lts kernel (current version 4.19.42-1) using the nvidia-lts package, and the hangs still occur.

Offline

#21 2019-05-15 15:06:51

Opptur
Member
Registered: 2019-04-29
Posts: 11

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

KDE doesn't have any of the hanging problems, so it's a GNOME issue.

Offline

#22 2019-05-23 05:24:43

xuanrui
Member
Registered: 2018-09-27
Posts: 47

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

Can confirm this. This issue influences me too. I'll try disabling KMS and see what happens.

Update: can confirm that disabling KMS fixes the problem.

Last edited by xuanrui (2019-05-23 05:31:51)

Offline

#23 2019-06-08 07:35:06

baldr1
Member
Registered: 2019-06-08
Posts: 2

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

There is a problem with mutter and NVIDIA PRIME Sync.

Here is the Bug-Report:
https://gitlab.gnome.org/GNOME/gnome-shell/issues/1202

The workarround

__GL_MaxFramesAllowed=1

seems to solve the problem for now.

Offline

#24 2019-07-06 16:36:13

sleepforlife
Member
Registered: 2011-09-27
Posts: 107

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

Will this issue not be solved ?? Is anyone interested ??

Offline

#25 2019-07-06 18:39:35

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

Re: Random hangs after enabling NVIDIA Kernel Mode Setting

The upstream bug and a woraround is right in the post before yours, don't empty post.

Offline

Board footer

Powered by FluxBB