You are not logged in.

#1 2019-10-10 18:04:50

damoklov
Member
Registered: 2019-06-22
Posts: 13

[SOLVED] Slow boot without any errors (Unconfigured Optimus setup)

Greetings!

I have recently encountered a problem with boot being suspiciously slow once in 1-4 times, whereas systemd-analyze critical-chain and systemd-analyze blame do not show any errors or so.
Here is the output of uname -a:

Linux t470p 5.3.5-arch1-1-ARCH #1 SMP PREEMPT Mon Oct 7 19:03:08 UTC 2019 x86_64 GNU/Linux

Output of systemd-analyze critical-chain:

graphical.target @6.297s
└─multi-user.target @6.297s
  └─pacman-init.service @941ms +5.355s
    └─basic.target @937ms
      └─sockets.target @937ms
        └─dbus.socket @937ms
          └─sysinit.target @936ms
            └─systemd-backlight@backlight:intel_backlight.service @1.370s +6ms
              └─system-systemd\x2dbacklight.slice @1.218s
                └─system.slice @185ms
                  └─-.slice @185ms

Output of systemd-analyze blame:

5.355s pacman-init.service                                                      
 681ms systemd-logind.service                                                   
 579ms lvm2-monitor.service                                                     
 501ms dev-nvme0n1p8.device                                                     
 317ms upower.service                                                           
 246ms systemd-udevd.service                                                    
 232ms systemd-journal-flush.service                                            
 230ms systemd-random-seed.service                                              
 200ms systemd-journald.service                                                 
 133ms udisks2.service                                                          
 120ms ufw.service                                                              
  86ms accounts-daemon.service                                                  
  71ms polkit.service                                                           
  67ms NetworkManager.service                                                   
  61ms boot.mount                                                               
  56ms ldconfig.service                                                         
  50ms dev-disk-by\x2duuid-bcb9b9c2\x2de841\x2d46f6\x2da018\x2db97fff0a1cdf.swap
  49ms systemd-udev-trigger.service                                             
  46ms user@1000.service                                                        
  27ms systemd-sysusers.service                                                 
  26ms systemd-fsck@dev-disk-by\x2duuid-5CD1\x2d797A.service                    
  21ms colord.service                                                           
  19ms systemd-tmpfiles-setup.service                                           
  17ms gdm.service                                                              
  15ms systemd-journal-catalog-update.service                                   
  11ms systemd-rfkill.service                                                   
  10ms systemd-tmpfiles-setup-dev.service                                       
   9ms wpa_supplicant.service                                                   
   9ms systemd-update-utmp.service                                              
   9ms systemd-modules-load.service                                             
   8ms user-runtime-dir@1000.service                                            
   7ms systemd-user-sessions.service                                            
   7ms systemd-sysctl.service                                                   
   7ms systemd-backlight@leds:tpacpi::kbd_backlight.service                     
   6ms systemd-backlight@backlight:intel_backlight.service                      
   5ms systemd-remount-fs.service                                               
   5ms systemd-update-done.service                                              
   5ms dev-hugepages.mount                                                      
   4ms dev-mqueue.mount                                                         
   4ms sys-kernel-debug.mount                                                   
   4ms kmod-static-nodes.service                                                
   3ms rtkit-daemon.service                                                     
   2ms tmp.mount                                                                
   2ms sys-fs-fuse-connections.mount                                            
   2ms sys-kernel-config.mount                                                  
   2ms etc-pacman.d-gnupg.mount                       

Output of systemd-analyze time (while the real booting time is nearly 2-4 minutes):

Startup finished in 6.395s (firmware) + 3.784s (loader) + 2.079s (kernel) + 6.297s (userspace) = 18.557s 
graphical.target reached after 6.297s in userspace

And here are some lines of dmesg, between which there is no message of what is happening:

[     9.297602] wlp3s0: associated
[   94.937088] ACPI Warning: \_SB.PCI0.PEG2.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20180810/nsarguments-59)
[   97.805271] rfkill: input handler enabled
[ 101.173990] usb 1-6: reset full-speed USB device number 2 using xhci_hcd
[ 103.603016] rfkill: input handler enabled
[ 104.280525] fuse init (API version 7.27)
[ 111.313514] usb 1-6: reset full-speed USB device number 2 using xhci_hcd

I have tried:

  • Disabling nouveau drivers (I have Intel Graphics along with Nvidia GeForce 940m)

  • Disabling IPv6 (since I thought that there was a problem with wlp3s0 interface connection)

  • Enabling loglevel=7 at GRUB boot to see whether it shows some information (it just stucks at [  9.297602] wlp3s0: associated and shows a blinking cursor, with further loading of login screen after ~2 minutes)

  • Changing fsck schedule to check once in 20 times

  • Switching from LTS kernel version to Stable

If you would like to help and need more information - please let me know.
Any help would be highly appreciated, as I am trying to solve this for almost a week now smile

Last edited by damoklov (2019-10-11 13:15:58)

Offline

#2 2019-10-10 20:08:10

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

Re: [SOLVED] Slow boot without any errors (Unconfigured Optimus setup)

Please post the coplete syste journal for a slow boot, but I'll go on a lib and say https://wiki.archlinux.org/index.php/Haveged ?

Offline

#3 2019-10-10 20:21:52

damoklov
Member
Registered: 2019-06-22
Posts: 13

Re: [SOLVED] Slow boot without any errors (Unconfigured Optimus setup)

seth wrote:

Please post the coplete syste journal for a slow boot, but I'll go on a lib and say https://wiki.archlinux.org/index.php/Haveged ?

Hi seth, thanks for a quick reply, I will definitely check this article and post a complete journal as soon as it will happen again.

Offline

#4 2019-10-10 20:31:37

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

Re: [SOLVED] Slow boot without any errors (Unconfigured Optimus setup)

You can post the journal now.
"sudo journalctl -b" for the current boot, "sudo journalctl -b -1" for the last boot …

Offline

#5 2019-10-10 21:01:47

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: [SOLVED] Slow boot without any errors (Unconfigured Optimus setup)

Why run pacman-init.service on the installed system?

Offline

#6 2019-10-11 05:21:40

damoklov
Member
Registered: 2019-06-22
Posts: 13

Re: [SOLVED] Slow boot without any errors (Unconfigured Optimus setup)

seth wrote:

You can post the journal now.
"sudo journalctl -b" for the current boot, "sudo journalctl -b -1" for the last boot …

I was just not sure which one of previous boots is the needed one, sorry smile
Now I've figured it out:

-- Logs begin at Wed 2019-07-10 21:19:26 EEST, end at Fri 2019-10-11 07:26:21 EEST. --
Oct 10 10:38:57 t470p kernel: microcode: microcode updated early to revision 0xb4, date = 2019-04-01
Oct 10 10:38:57 t470p kernel: Linux version 5.3.5-arch1-1-ARCH (builduser@heftig-1706204) (gcc version 9.2.0 (GCC)) #1 SMP PREEMPT Mon Oct 7 19:03:08 UTC 2019
Oct 10 10:38:57 t470p kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=17ec7ccc-afd7-4fcc-9e50-19d3b0a7c3cd rw audit=0 loglevel=3 quiet splash
Oct 10 10:38:57 t470p kernel: KERNEL supported cpus:
Oct 10 10:38:57 t470p kernel:   Intel GenuineIntel
Oct 10 10:38:57 t470p kernel:   AMD AuthenticAMD
Oct 10 10:38:57 t470p kernel:   Hygon HygonGenuine
Oct 10 10:38:57 t470p kernel:   Centaur CentaurHauls
Oct 10 10:38:57 t470p kernel:   zhaoxin   Shanghai  
Oct 10 10:38:57 t470p kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 10 10:38:57 t470p kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 10 10:38:57 t470p kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 10 10:38:57 t470p kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Oct 10 10:38:57 t470p kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Oct 10 10:38:57 t470p kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 10 10:38:57 t470p kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Oct 10 10:38:57 t470p kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Oct 10 10:38:57 t470p kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Oct 10 10:38:57 t470p kernel: BIOS-provided physical RAM map:
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000008bfff] usable
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x000000000008c000-0x00000000000fffff] reserved
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000092dc3fff] usable
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x0000000092dc4000-0x0000000092dc4fff] ACPI NVS
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x0000000092dc5000-0x0000000092dc5fff] reserved
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x0000000092dc6000-0x000000009d730fff] usable
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x000000009d731000-0x000000009d7f8fff] type 20
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x000000009d7f9000-0x000000009fe99fff] reserved
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x000000009fe9a000-0x000000009ff99fff] ACPI NVS
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x000000009ff9a000-0x000000009fffefff] ACPI data
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x000000009ffff000-0x000000009fffffff] usable
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x00000000a0000000-0x00000000a7ffffff] reserved
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x00000000a8600000-0x00000000ac7fffff] reserved
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
Oct 10 10:38:57 t470p kernel: BIOS-e820: [mem 0x0000000100000000-0x00000002527fffff] usable
Oct 10 10:38:57 t470p kernel: NX (Execute Disable) protection: active
Oct 10 10:38:57 t470p kernel: efi: EFI v2.50 by Lenovo
Oct 10 10:38:57 t470p kernel: efi:  TPMFinalLog=0x9ff92000  SMBIOS=0x9eff6000  SMBIOS 3.0=0x9eff3000  ACPI=0x9fffe000  ACPI 2.0=0x9fffe014  MPS=0x9f3c5000  ESRT=0x9ea3f000  MEMATTR=0x97ea1298 
Oct 10 10:38:57 t470p kernel: SMBIOS 3.0.0 present.
Oct 10 10:38:57 t470p kernel: DMI: LENOVO 20J60044RT/20J60044RT, BIOS R0FET47W (1.27 ) 12/05/2018
Oct 10 10:38:57 t470p kernel: tsc: Detected 2800.000 MHz processor
Oct 10 10:38:57 t470p kernel: tsc: Detected 2799.927 MHz TSC
Oct 10 10:38:57 t470p kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 10 10:38:57 t470p kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 10 10:38:57 t470p kernel: last_pfn = 0x252800 max_arch_pfn = 0x400000000
Oct 10 10:38:57 t470p kernel: MTRR default type: write-back
Oct 10 10:38:57 t470p kernel: MTRR fixed ranges enabled:
Oct 10 10:38:57 t470p kernel:   00000-9FFFF write-back
Oct 10 10:38:57 t470p kernel:   A0000-BFFFF uncachable
Oct 10 10:38:57 t470p kernel:   C0000-FFFFF write-protect
Oct 10 10:38:57 t470p kernel: MTRR variable ranges enabled:
Oct 10 10:38:57 t470p kernel:   0 base 00C0000000 mask 7FC0000000 uncachable
Oct 10 10:38:57 t470p kernel:   1 base 00B0000000 mask 7FF0000000 uncachable
Oct 10 10:38:57 t470p kernel:   2 base 00AC000000 mask 7FFC000000 uncachable
Oct 10 10:38:57 t470p kernel:   3 base 00AA000000 mask 7FFE000000 uncachable
Oct 10 10:38:57 t470p kernel:   4 disabled
Oct 10 10:38:57 t470p kernel:   5 disabled
Oct 10 10:38:57 t470p kernel:   6 disabled
Oct 10 10:38:57 t470p kernel:   7 disabled
Oct 10 10:38:57 t470p kernel:   8 disabled
Oct 10 10:38:57 t470p kernel:   9 disabled
Oct 10 10:38:57 t470p kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 10 10:38:57 t470p kernel: last_pfn = 0xa0000 max_arch_pfn = 0x400000000
Oct 10 10:38:57 t470p kernel: esrt: Reserving ESRT space from 0x000000009ea3f000 to 0x000000009ea3f088.
Oct 10 10:38:57 t470p kernel: check: Scanning 1 areas for low memory corruption
Oct 10 10:38:57 t470p kernel: Using GB pages for direct mapping
Oct 10 10:38:57 t470p kernel: BRK [0x173e01000, 0x173e01fff] PGTABLE
Oct 10 10:38:57 t470p kernel: BRK [0x173e02000, 0x173e02fff] PGTABLE
Oct 10 10:38:57 t470p kernel: BRK [0x173e03000, 0x173e03fff] PGTABLE
Oct 10 10:38:57 t470p kernel: BRK [0x173e04000, 0x173e04fff] PGTABLE
Oct 10 10:38:57 t470p kernel: BRK [0x173e05000, 0x173e05fff] PGTABLE
Oct 10 10:38:57 t470p kernel: BRK [0x173e06000, 0x173e06fff] PGTABLE
Oct 10 10:38:57 t470p kernel: BRK [0x173e07000, 0x173e07fff] PGTABLE
Oct 10 10:38:57 t470p kernel: BRK [0x173e08000, 0x173e08fff] PGTABLE
Oct 10 10:38:57 t470p kernel: BRK [0x173e09000, 0x173e09fff] PGTABLE
Oct 10 10:38:57 t470p kernel: Secure boot could not be determined
Oct 10 10:38:57 t470p kernel: RAMDISK: [mem 0x36981000-0x374b7fff]
Oct 10 10:38:57 t470p kernel: ACPI: Early table checksum verification disabled
Oct 10 10:38:57 t470p kernel: ACPI: RSDP 0x000000009FFFE014 000024 (v02 LENOVO)
Oct 10 10:38:57 t470p kernel: ACPI: XSDT 0x000000009FFC2188 000104 (v01 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: FACP 0x000000009FFF3000 0000F4 (v05 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: DSDT 0x000000009FFCF000 01FAFC (v02 LENOVO SKL      00000000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: FACS 0x000000009FF3D000 000040
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0x000000009FFFC000 0003CC (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: TPM2 0x000000009FFFB000 000034 (v03 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: UEFI 0x000000009FF53000 000042 (v01 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0x000000009FFF7000 003246 (v02 LENOVO SaSsdt   00003000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0x000000009FFF5000 001FF4 (v02 LENOVO PegSsdt  00001000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0x000000009FFF4000 0005B6 (v02 LENOVO PerfTune 00001000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: HPET 0x000000009FFF2000 000038 (v01 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: APIC 0x000000009FFF1000 0000BC (v03 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: MCFG 0x000000009FFF0000 00003C (v01 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: ECDT 0x000000009FFEF000 000053 (v01 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0x000000009FFCD000 0019E1 (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: BOOT 0x000000009FFCC000 000028 (v01 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: BATB 0x000000009FFCB000 00004A (v02 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0x000000009FFC9000 0017AE (v02 LENOVO CpuSsdt  00003000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0x000000009FFC8000 00056D (v02 LENOVO CtdpB    00001000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: WSMT 0x000000009FFC7000 000028 (v01 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0x000000009FFC6000 000141 (v02 LENOVO HdaDsp   00000000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0x000000009FFC5000 0004C5 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: DBGP 0x000000009FFC4000 000034 (v01 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: DBG2 0x000000009FFC3000 000054 (v00 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: POAT 0x000000009FFFD000 000055 (v03 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0x000000009FFC0000 0011C1 (v01 LENOVO NvOptTbl 00001000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0x000000009FFBF000 0008C6 (v02 LENOVO SgPch    00001000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: DMAR 0x000000009FFBE000 0000A8 (v01 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: ASF! 0x000000009FFBD000 0000A0 (v32 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: FPDT 0x000000009FFBC000 000044 (v01 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: UEFI 0x000000009FF1A000 00013E (v01 LENOVO TP-R0F   00001270 PTEC 00000002)
Oct 10 10:38:57 t470p kernel: ACPI: Local APIC address 0xfee00000
Oct 10 10:38:57 t470p kernel: No NUMA configuration found
Oct 10 10:38:57 t470p kernel: Faking a node at [mem 0x0000000000000000-0x00000002527fffff]
Oct 10 10:38:57 t470p kernel: NODE_DATA(0) allocated [mem 0x2527fc000-0x2527fffff]
Oct 10 10:38:57 t470p kernel: Zone ranges:
Oct 10 10:38:57 t470p kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 10 10:38:57 t470p kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 10 10:38:57 t470p kernel:   Normal   [mem 0x0000000100000000-0x00000002527fffff]
Oct 10 10:38:57 t470p kernel:   Device   empty
Oct 10 10:38:57 t470p kernel: Movable zone start for each node
Oct 10 10:38:57 t470p kernel: Early memory node ranges
Oct 10 10:38:57 t470p kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Oct 10 10:38:57 t470p kernel:   node   0: [mem 0x0000000000059000-0x000000000008bfff]
Oct 10 10:38:57 t470p kernel:   node   0: [mem 0x0000000000100000-0x0000000092dc3fff]
Oct 10 10:38:57 t470p kernel:   node   0: [mem 0x0000000092dc6000-0x000000009d730fff]
Oct 10 10:38:57 t470p kernel:   node   0: [mem 0x000000009ffff000-0x000000009fffffff]
Oct 10 10:38:57 t470p kernel:   node   0: [mem 0x0000000100000000-0x00000002527fffff]
Oct 10 10:38:57 t470p kernel: Zeroed struct page in unavailable ranges: 10566 pages
Oct 10 10:38:57 t470p kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000002527fffff]
Oct 10 10:38:57 t470p kernel: On node 0 totalpages: 2031290
Oct 10 10:38:57 t470p kernel:   DMA zone: 64 pages used for memmap
Oct 10 10:38:57 t470p kernel:   DMA zone: 72 pages reserved
Oct 10 10:38:57 t470p kernel:   DMA zone: 3978 pages, LIFO batch:0
Oct 10 10:38:57 t470p kernel:   DMA32 zone: 10013 pages used for memmap
Oct 10 10:38:57 t470p kernel:   DMA32 zone: 640816 pages, LIFO batch:63
Oct 10 10:38:57 t470p kernel:   Normal zone: 21664 pages used for memmap
Oct 10 10:38:57 t470p kernel:   Normal zone: 1386496 pages, LIFO batch:63
Oct 10 10:38:57 t470p kernel: Reserving Intel graphics memory at [mem 0xaa800000-0xac7fffff]
Oct 10 10:38:57 t470p kernel: ACPI: PM-Timer IO Port: 0x1808
Oct 10 10:38:57 t470p kernel: ACPI: Local APIC address 0xfee00000
Oct 10 10:38:57 t470p kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 10 10:38:57 t470p kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 10 10:38:57 t470p kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 10 10:38:57 t470p kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 10 10:38:57 t470p kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 10 10:38:57 t470p kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 10 10:38:57 t470p kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 10 10:38:57 t470p kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 10 10:38:57 t470p kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Oct 10 10:38:57 t470p kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 10 10:38:57 t470p kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 10 10:38:57 t470p kernel: ACPI: IRQ0 used by override.
Oct 10 10:38:57 t470p kernel: ACPI: IRQ9 used by override.
Oct 10 10:38:57 t470p kernel: Using ACPI (MADT) for SMP configuration information
Oct 10 10:38:57 t470p kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Oct 10 10:38:57 t470p kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0x0008c000-0x000fffff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0x92dc4000-0x92dc4fff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0x92dc5000-0x92dc5fff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0x9d731000-0x9d7f8fff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0x9d7f9000-0x9fe99fff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0x9fe9a000-0x9ff99fff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0x9ff9a000-0x9fffefff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0xa0000000-0xa7ffffff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0xa8000000-0xa85fffff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0xa8600000-0xac7fffff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0xac800000-0xf7ffffff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfe00ffff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
Oct 10 10:38:57 t470p kernel: PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
Oct 10 10:38:57 t470p kernel: [mem 0xac800000-0xf7ffffff] available for PCI devices
Oct 10 10:38:57 t470p kernel: Booting paravirtualized kernel on bare hardware
Oct 10 10:38:57 t470p kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 10 10:38:57 t470p kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Oct 10 10:38:57 t470p kernel: percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
Oct 10 10:38:57 t470p kernel: pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
Oct 10 10:38:57 t470p kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Oct 10 10:38:57 t470p kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1999477
Oct 10 10:38:57 t470p kernel: Policy zone: Normal
Oct 10 10:38:57 t470p kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=17ec7ccc-afd7-4fcc-9e50-19d3b0a7c3cd rw audit=0 loglevel=3 quiet splash
Oct 10 10:38:57 t470p kernel: audit: disabled (until reboot)
Oct 10 10:38:57 t470p kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 10 10:38:57 t470p kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Oct 10 10:38:57 t470p kernel: mem auto-init: stack:byref_all, heap alloc:off, heap free:off
Oct 10 10:38:57 t470p kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 10 10:38:57 t470p kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 10 10:38:57 t470p kernel: Memory: 7808516K/8125160K available (12291K kernel code, 1321K rwdata, 3952K rodata, 1632K init, 3548K bss, 316644K reserved, 0K cma-reserved)
Oct 10 10:38:57 t470p kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Oct 10 10:38:57 t470p kernel: Kernel/User page tables isolation: enabled
Oct 10 10:38:57 t470p kernel: ftrace: allocating 37811 entries in 148 pages
Oct 10 10:38:57 t470p kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 10 10:38:57 t470p kernel: rcu:         CONFIG_RCU_FANOUT set to non-default value of 32.
Oct 10 10:38:57 t470p kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Oct 10 10:38:57 t470p kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Oct 10 10:38:57 t470p kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 10 10:38:57 t470p kernel:         Tasks RCU enabled.
Oct 10 10:38:57 t470p kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 10 10:38:57 t470p kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Oct 10 10:38:57 t470p kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
Oct 10 10:38:57 t470p kernel: rcu:         Offload RCU callbacks from CPUs: (none).
Oct 10 10:38:57 t470p kernel: random: get_random_bytes called from start_kernel+0x3ce/0x5a9 with crng_init=0
Oct 10 10:38:57 t470p kernel: Console: colour dummy device 80x25
Oct 10 10:38:57 t470p kernel: printk: console [tty0] enabled
Oct 10 10:38:57 t470p kernel: ACPI: Core revision 20190703
Oct 10 10:38:57 t470p kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Oct 10 10:38:57 t470p kernel: APIC: Switch to symmetric I/O mode setup
Oct 10 10:38:57 t470p kernel: DMAR: Host address width 39
Oct 10 10:38:57 t470p kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Oct 10 10:38:57 t470p kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Oct 10 10:38:57 t470p kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Oct 10 10:38:57 t470p kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Oct 10 10:38:57 t470p kernel: DMAR: RMRR base: 0x0000009f3ff000 end: 0x0000009f41efff
Oct 10 10:38:57 t470p kernel: DMAR: RMRR base: 0x000000aa000000 end: 0x000000ac7fffff
Oct 10 10:38:57 t470p kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Oct 10 10:38:57 t470p kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Oct 10 10:38:57 t470p kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Oct 10 10:38:57 t470p kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Oct 10 10:38:57 t470p kernel: x2apic enabled
Oct 10 10:38:57 t470p kernel: Switched APIC routing to cluster x2apic.
Oct 10 10:38:57 t470p kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 10 10:38:57 t470p kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285bfbafad2, max_idle_ns: 440795215530 ns
Oct 10 10:38:57 t470p kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5602.18 BogoMIPS (lpj=9333090)
Oct 10 10:38:57 t470p kernel: pid_max: default: 32768 minimum: 301
Oct 10 10:38:57 t470p kernel: LSM: Security Framework initializing
Oct 10 10:38:57 t470p kernel: Yama: becoming mindful.
Oct 10 10:38:57 t470p kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Oct 10 10:38:57 t470p kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Oct 10 10:38:57 t470p kernel: *** VALIDATE proc ***
Oct 10 10:38:57 t470p kernel: *** VALIDATE cgroup1 ***
Oct 10 10:38:57 t470p kernel: *** VALIDATE cgroup2 ***
Oct 10 10:38:57 t470p kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Oct 10 10:38:57 t470p kernel: process: using mwait in idle threads
Oct 10 10:38:57 t470p kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Oct 10 10:38:57 t470p kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Oct 10 10:38:57 t470p kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 10 10:38:57 t470p kernel: Spectre V2 : Mitigation: Full generic retpoline
Oct 10 10:38:57 t470p kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 10 10:38:57 t470p kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 10 10:38:57 t470p kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 10 10:38:57 t470p kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Oct 10 10:38:57 t470p kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Oct 10 10:38:57 t470p kernel: MDS: Mitigation: Clear CPU buffers
Oct 10 10:38:57 t470p kernel: Freeing SMP alternatives memory: 32K
Oct 10 10:38:57 t470p kernel: TSC deadline timer enabled
Oct 10 10:38:57 t470p kernel: smpboot: CPU0: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
Oct 10 10:38:57 t470p kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Oct 10 10:38:57 t470p kernel: ... version:                4
Oct 10 10:38:57 t470p kernel: ... bit width:              48
Oct 10 10:38:57 t470p kernel: ... generic registers:      4
Oct 10 10:38:57 t470p kernel: ... value mask:             0000ffffffffffff
Oct 10 10:38:57 t470p kernel: ... max period:             00007fffffffffff
Oct 10 10:38:57 t470p kernel: ... fixed-purpose events:   3
Oct 10 10:38:57 t470p kernel: ... event mask:             000000070000000f
Oct 10 10:38:57 t470p kernel: rcu: Hierarchical SRCU implementation.
Oct 10 10:38:57 t470p kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 10 10:38:57 t470p kernel: smp: Bringing up secondary CPUs ...
Oct 10 10:38:57 t470p kernel: x86: Booting SMP configuration:
Oct 10 10:38:57 t470p kernel: .... node  #0, CPUs:      #1 #2 #3 #4
Oct 10 10:38:57 t470p kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Oct 10 10:38:57 t470p kernel:  #5 #6 #7
Oct 10 10:38:57 t470p kernel: smp: Brought up 1 node, 8 CPUs
Oct 10 10:38:57 t470p kernel: smpboot: Max logical packages: 1
Oct 10 10:38:57 t470p kernel: smpboot: Total of 8 processors activated (44816.45 BogoMIPS)
Oct 10 10:38:57 t470p kernel: devtmpfs: initialized
Oct 10 10:38:57 t470p kernel: x86/mm: Memory block size: 128MB
Oct 10 10:38:57 t470p kernel: PM: Registering ACPI NVS region [mem 0x92dc4000-0x92dc4fff] (4096 bytes)
Oct 10 10:38:57 t470p kernel: PM: Registering ACPI NVS region [mem 0x9fe9a000-0x9ff99fff] (1048576 bytes)
Oct 10 10:38:57 t470p kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 10 10:38:57 t470p kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Oct 10 10:38:57 t470p kernel: pinctrl core: initialized pinctrl subsystem
Oct 10 10:38:57 t470p kernel: PM: RTC time: 10:38:56, date: 2019-10-10
Oct 10 10:38:57 t470p kernel: NET: Registered protocol family 16
Oct 10 10:38:57 t470p kernel: cpuidle: using governor ladder
Oct 10 10:38:57 t470p kernel: cpuidle: using governor menu
Oct 10 10:38:57 t470p kernel: Simple Boot Flag at 0x47 set to 0x1
Oct 10 10:38:57 t470p kernel: KVM setup pv remote TLB flush
Oct 10 10:38:57 t470p kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 10 10:38:57 t470p kernel: ACPI: bus type PCI registered
Oct 10 10:38:57 t470p kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 10 10:38:57 t470p kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 10 10:38:57 t470p kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 10 10:38:57 t470p kernel: PCI: Using configuration type 1 for base access
Oct 10 10:38:57 t470p kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Oct 10 10:38:57 t470p kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 10 10:38:57 t470p kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 10 10:38:57 t470p kernel: ACPI: Added _OSI(Module Device)
Oct 10 10:38:57 t470p kernel: ACPI: Added _OSI(Processor Device)
Oct 10 10:38:57 t470p kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 10 10:38:57 t470p kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 10 10:38:57 t470p kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 10 10:38:57 t470p kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 10 10:38:57 t470p kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 10 10:38:57 t470p kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Oct 10 10:38:57 t470p kernel: ACPI: EC: EC started
Oct 10 10:38:57 t470p kernel: ACPI: EC: interrupt blocked
Oct 10 10:38:57 t470p kernel: ACPI: \: Used as first EC
Oct 10 10:38:57 t470p kernel: ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 10 10:38:57 t470p kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Oct 10 10:38:57 t470p kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 10 10:38:57 t470p kernel: ACPI: Dynamic OEM Table Load:
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0xFFFF8A214893B800 000651 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
Oct 10 10:38:57 t470p kernel: ACPI: Dynamic OEM Table Load:
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0xFFFF8A2148581000 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: Dynamic OEM Table Load:
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0xFFFF8A2148480CC0 0000BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: Dynamic OEM Table Load:
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0xFFFF8A2148939800 000628 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: Dynamic OEM Table Load:
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0xFFFF8A2148987000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: Dynamic OEM Table Load:
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0xFFFF8A2148581800 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: Dynamic OEM Table Load:
Oct 10 10:38:57 t470p kernel: ACPI: SSDT 0xFFFF8A2148587400 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
Oct 10 10:38:57 t470p kernel: ACPI: Interpreter enabled
Oct 10 10:38:57 t470p kernel: ACPI: (supports S0 S3 S4 S5)
Oct 10 10:38:57 t470p kernel: ACPI: Using IOAPIC for interrupt routing
Oct 10 10:38:57 t470p kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 10 10:38:57 t470p kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Oct 10 10:38:57 t470p kernel: ACPI: Power Resource [PG00] (on)
Oct 10 10:38:57 t470p kernel: ACPI: Power Resource [PG01] (on)
Oct 10 10:38:57 t470p kernel: ACPI: Power Resource [PG02] (on)
Oct 10 10:38:57 t470p kernel: ACPI: Power Resource [PUBS] (on)
Oct 10 10:38:57 t470p kernel: ACPI: Power Resource [WRST] (on)
Oct 10 10:38:57 t470p kernel: ACPI: Power Resource [WRST] (on)
Oct 10 10:38:57 t470p kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Oct 10 10:38:57 t470p kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Oct 10 10:38:57 t470p kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
Oct 10 10:38:57 t470p kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Oct 10 10:38:57 t470p kernel: PCI host bridge to bus 0000:00
Oct 10 10:38:57 t470p kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:00: root bus resource [mem 0xac800000-0xf7ffffff window]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Oct 10 10:38:57 t470p kernel: pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
Oct 10 10:38:57 t470p kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Oct 10 10:38:57 t470p kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Oct 10 10:38:57 t470p kernel: pci 0000:00:01.2: [8086:1909] type 01 class 0x060400
Oct 10 10:38:57 t470p kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Oct 10 10:38:57 t470p kernel: pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
Oct 10 10:38:57 t470p kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf0ffffff 64bit]
Oct 10 10:38:57 t470p kernel: pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
Oct 10 10:38:57 t470p kernel: pci 0000:00:02.0: reg 0x20: [io  0xe000-0xe03f]
Oct 10 10:38:57 t470p kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Oct 10 10:38:57 t470p kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
Oct 10 10:38:57 t470p kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf2320000-0xf232ffff 64bit]
Oct 10 10:38:57 t470p kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 10 10:38:57 t470p kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
Oct 10 10:38:57 t470p kernel: pci 0000:00:14.2: reg 0x10: [mem 0xf2348000-0xf2348fff 64bit]
Oct 10 10:38:57 t470p kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
Oct 10 10:38:57 t470p kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf2349000-0xf2349fff 64bit]
Oct 10 10:38:57 t470p kernel: pci 0000:00:16.0: PME# supported from D3hot
Oct 10 10:38:57 t470p kernel: pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
Oct 10 10:38:57 t470p kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 10 10:38:57 t470p kernel: pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
Oct 10 10:38:57 t470p kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Oct 10 10:38:57 t470p kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
Oct 10 10:38:57 t470p kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Oct 10 10:38:57 t470p kernel: pci 0000:00:1f.0: [8086:a153] type 00 class 0x060100
Oct 10 10:38:57 t470p kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
Oct 10 10:38:57 t470p kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xf2344000-0xf2347fff]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1f.3: [8086:a171] type 00 class 0x040300
Oct 10 10:38:57 t470p kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf2340000-0xf2343fff 64bit]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xf2330000-0xf233ffff 64bit]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Oct 10 10:38:57 t470p kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
Oct 10 10:38:57 t470p kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xf234a000-0xf234a0ff 64bit]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1f.6: [8086:15d6] type 00 class 0x020000
Oct 10 10:38:57 t470p kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xf2300000-0xf231ffff]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Oct 10 10:38:57 t470p kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 10 10:38:57 t470p kernel: pci 0000:02:00.0: [10de:134d] type 00 class 0x030200
Oct 10 10:38:57 t470p kernel: pci 0000:02:00.0: reg 0x10: [mem 0xf1000000-0xf1ffffff]
Oct 10 10:38:57 t470p kernel: pci 0000:02:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Oct 10 10:38:57 t470p kernel: pci 0000:02:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Oct 10 10:38:57 t470p kernel: pci 0000:02:00.0: reg 0x24: [io  0xd000-0xd07f]
Oct 10 10:38:57 t470p kernel: pci 0000:02:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Oct 10 10:38:57 t470p kernel: pci 0000:02:00.0: Enabling HDA controller
Oct 10 10:38:57 t470p kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
Oct 10 10:38:57 t470p kernel: pci 0000:00:01.2:   bridge window [io  0xd000-0xdfff]
Oct 10 10:38:57 t470p kernel: pci 0000:00:01.2:   bridge window [mem 0xf1000000-0xf1ffffff]
Oct 10 10:38:57 t470p kernel: pci 0000:00:01.2:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Oct 10 10:38:57 t470p kernel: pci 0000:03:00.0: [8086:24fd] type 00 class 0x028000
Oct 10 10:38:57 t470p kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf2200000-0xf2201fff 64bit]
Oct 10 10:38:57 t470p kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 10 10:38:57 t470p kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1c.0:   bridge window [mem 0xf2200000-0xf22fffff]
Oct 10 10:38:57 t470p kernel: pci 0000:04:00.0: [10ec:522a] type 00 class 0xff0000
Oct 10 10:38:57 t470p kernel: pci 0000:04:00.0: reg 0x10: [mem 0xf2100000-0xf2100fff]
Oct 10 10:38:57 t470p kernel: pci 0000:04:00.0: supports D1 D2
Oct 10 10:38:57 t470p kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 10 10:38:57 t470p kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1c.4:   bridge window [mem 0xf2100000-0xf21fffff]
Oct 10 10:38:57 t470p kernel: pci 0000:05:00.0: [1987:5008] type 00 class 0x010802
Oct 10 10:38:57 t470p kernel: pci 0000:05:00.0: reg 0x10: [mem 0xf2000000-0xf2003fff 64bit]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1d.0: PCI bridge to [bus 05]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1d.0:   bridge window [mem 0xf2000000-0xf20fffff]
Oct 10 10:38:57 t470p kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 10 10:38:57 t470p kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Oct 10 10:38:57 t470p kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 10 10:38:57 t470p kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 10 10:38:57 t470p kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 10 10:38:57 t470p kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 10 10:38:57 t470p kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 10 10:38:57 t470p kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 10 10:38:57 t470p kernel: ACPI: EC: interrupt unblocked
Oct 10 10:38:57 t470p kernel: ACPI: EC: event unblocked
Oct 10 10:38:57 t470p kernel: ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 10 10:38:57 t470p kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
Oct 10 10:38:57 t470p kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Oct 10 10:38:57 t470p kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 10 10:38:57 t470p kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Oct 10 10:38:57 t470p kernel: vgaarb: loaded
Oct 10 10:38:57 t470p kernel: ACPI: bus type USB registered
Oct 10 10:38:57 t470p kernel: usbcore: registered new interface driver usbfs
Oct 10 10:38:57 t470p kernel: usbcore: registered new interface driver hub
Oct 10 10:38:57 t470p kernel: usbcore: registered new device driver usb
Oct 10 10:38:57 t470p kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 10 10:38:57 t470p kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 10 10:38:57 t470p kernel: PTP clock support registered
Oct 10 10:38:57 t470p kernel: EDAC MC: Ver: 3.0.0
Oct 10 10:38:57 t470p kernel: Registered efivars operations
Oct 10 10:38:57 t470p kernel: PCI: Using ACPI for IRQ routing
Oct 10 10:38:57 t470p kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 10 10:38:57 t470p kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Oct 10 10:38:57 t470p kernel: e820: reserve RAM buffer [mem 0x0008c000-0x0008ffff]
Oct 10 10:38:57 t470p kernel: e820: reserve RAM buffer [mem 0x92dc4000-0x93ffffff]
Oct 10 10:38:57 t470p kernel: e820: reserve RAM buffer [mem 0x9d731000-0x9fffffff]
Oct 10 10:38:57 t470p kernel: e820: reserve RAM buffer [mem 0x252800000-0x253ffffff]
Oct 10 10:38:57 t470p kernel: NetLabel: Initializing
Oct 10 10:38:57 t470p kernel: NetLabel:  domain hash size = 128
Oct 10 10:38:57 t470p kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 10 10:38:57 t470p kernel: NetLabel:  unlabeled traffic allowed by default
Oct 10 10:38:57 t470p kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 10 10:38:57 t470p kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Oct 10 10:38:57 t470p kernel: clocksource: Switched to clocksource tsc-early
Oct 10 10:38:57 t470p kernel: VFS: Disk quotas dquot_6.6.0
Oct 10 10:38:57 t470p kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 10 10:38:57 t470p kernel: *** VALIDATE hugetlbfs ***
Oct 10 10:38:57 t470p kernel: pnp: PnP ACPI init
Oct 10 10:38:57 t470p kernel: system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 10 10:38:57 t470p kernel: system 00:01: [io  0xff00-0xfffe] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 10 10:38:57 t470p kernel: system 00:02: [io  0x0680-0x069f] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:02: [io  0xffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:02: [io  0xffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:02: [io  0xffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:02: [io  0x164e-0x164f] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 10 10:38:57 t470p kernel: system 00:03: [io  0x0800-0x087f] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 10 10:38:57 t470p kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 10 10:38:57 t470p kernel: system 00:05: [io  0x1854-0x1857] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Oct 10 10:38:57 t470p kernel: pnp 00:06: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
Oct 10 10:38:57 t470p kernel: pnp 00:07: Plug and Play ACPI device, IDs LEN2045 PNP0f13 (active)
Oct 10 10:38:57 t470p kernel: system 00:08: [io  0x1800-0x189f] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [io  0x0800-0x087f] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [io  0x0880-0x08ff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [io  0x0900-0x097f] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [io  0x0980-0x09ff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [io  0x0a00-0x0a7f] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [io  0x0a80-0x0aff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [io  0x0b00-0x0b7f] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [io  0x0b80-0x0bff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [io  0x15e0-0x15ef] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [io  0x1600-0x167f] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [io  0x1640-0x165f] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:08: [mem 0xf7fe0000-0xf7ffffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 10 10:38:57 t470p kernel: system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 10 10:38:57 t470p kernel: system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:0a: [mem 0xfed90000-0xfed93fff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:0a: [mem 0xf7fe0000-0xf7ffffff] has been reserved
Oct 10 10:38:57 t470p kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 10 10:38:57 t470p kernel: system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:0b: [mem 0x000c0000-0x000c3fff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:0b: [mem 0x000c8000-0x000cbfff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:0b: [mem 0x000d0000-0x000d3fff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:0b: [mem 0x000d8000-0x000dbfff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:0b: [mem 0x000e0000-0x000e3fff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:0b: [mem 0x000e8000-0x000ebfff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:0b: [mem 0x00100000-0xac7fffff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved
Oct 10 10:38:57 t470p kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 10 10:38:57 t470p kernel: pnp: PnP ACPI: found 12 devices
Oct 10 10:38:57 t470p kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 10 10:38:57 t470p kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 10 10:38:57 t470p kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 10 10:38:57 t470p kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 10 10:38:57 t470p kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 10 10:38:57 t470p kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 10 10:38:57 t470p kernel: pci 0000:02:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
Oct 10 10:38:57 t470p kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 10 10:38:57 t470p kernel: pci 0000:02:00.0: BAR 6: no space for [mem size 0x00080000 pref]
Oct 10 10:38:57 t470p kernel: pci 0000:02:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
Oct 10 10:38:57 t470p kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
Oct 10 10:38:57 t470p kernel: pci 0000:00:01.2:   bridge window [io  0xd000-0xdfff]
Oct 10 10:38:57 t470p kernel: pci 0000:00:01.2:   bridge window [mem 0xf1000000-0xf1ffffff]
Oct 10 10:38:57 t470p kernel: pci 0000:00:01.2:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1c.0:   bridge window [mem 0xf2200000-0xf22fffff]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1c.4:   bridge window [mem 0xf2100000-0xf21fffff]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1d.0: PCI bridge to [bus 05]
Oct 10 10:38:57 t470p kernel: pci 0000:00:1d.0:   bridge window [mem 0xf2000000-0xf20fffff]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:00: resource 7 [mem 0xac800000-0xf7ffffff window]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:02: resource 1 [mem 0xf1000000-0xf1ffffff]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:03: resource 1 [mem 0xf2200000-0xf22fffff]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:04: resource 1 [mem 0xf2100000-0xf21fffff]
Oct 10 10:38:57 t470p kernel: pci_bus 0000:05: resource 1 [mem 0xf2000000-0xf20fffff]
Oct 10 10:38:57 t470p kernel: NET: Registered protocol family 2
Oct 10 10:38:57 t470p kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Oct 10 10:38:57 t470p kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Oct 10 10:38:57 t470p kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 10 10:38:57 t470p kernel: TCP: Hash tables configured (established 65536 bind 65536)
Oct 10 10:38:57 t470p kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
Oct 10 10:38:57 t470p kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
Oct 10 10:38:57 t470p kernel: NET: Registered protocol family 1
Oct 10 10:38:57 t470p kernel: NET: Registered protocol family 44
Oct 10 10:38:57 t470p kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 10 10:38:57 t470p kernel: PCI: CLS 0 bytes, default 64
Oct 10 10:38:57 t470p kernel: Trying to unpack rootfs image as initramfs...
Oct 10 10:38:57 t470p kernel: Freeing initrd memory: 11484K
Oct 10 10:38:57 t470p kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 10 10:38:57 t470p kernel: software IO TLB: mapped [mem 0x989c7000-0x9c9c7000] (64MB)
Oct 10 10:38:57 t470p kernel: check: Scanning for low memory corruption every 60 seconds
Oct 10 10:38:57 t470p kernel: Initialise system trusted keyrings
Oct 10 10:38:57 t470p kernel: Key type blacklist registered
Oct 10 10:38:57 t470p kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
Oct 10 10:38:57 t470p kernel: zbud: loaded
Oct 10 10:38:57 t470p kernel: Key type asymmetric registered
Oct 10 10:38:57 t470p kernel: Asymmetric key parser 'x509' registered
Oct 10 10:38:57 t470p kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Oct 10 10:38:57 t470p kernel: io scheduler mq-deadline registered
Oct 10 10:38:57 t470p kernel: io scheduler kyber registered
Oct 10 10:38:57 t470p kernel: io scheduler bfq registered
Oct 10 10:38:57 t470p kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 122
Oct 10 10:38:57 t470p kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 123
Oct 10 10:38:57 t470p kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 124
Oct 10 10:38:57 t470p kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 124
Oct 10 10:38:57 t470p kernel: pcieport 0000:00:1c.4: PME: Signaling with IRQ 125
Oct 10 10:38:57 t470p kernel: pcieport 0000:00:1c.4: AER: enabled with IRQ 125
Oct 10 10:38:57 t470p kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 126
Oct 10 10:38:57 t470p kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 126
Oct 10 10:38:57 t470p kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 10 10:38:57 t470p kernel: efifb: probing for efifb
Oct 10 10:38:57 t470p kernel: efifb: No BGRT, not showing boot graphics
Oct 10 10:38:57 t470p kernel: efifb: framebuffer at 0xe0000000, using 8128k, total 8128k
Oct 10 10:38:57 t470p kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Oct 10 10:38:57 t470p kernel: efifb: scrolling: redraw
Oct 10 10:38:57 t470p kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 10 10:38:57 t470p kernel: fbcon: Deferring console take-over
Oct 10 10:38:57 t470p kernel: fb0: EFI VGA frame buffer device
Oct 10 10:38:57 t470p kernel: intel_idle: MWAIT substates: 0x11142120
Oct 10 10:38:57 t470p kernel: intel_idle: v0.4.1 model 0x9E
Oct 10 10:38:57 t470p kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 10 10:38:57 t470p kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Oct 10 10:38:57 t470p kernel: ACPI: Sleep Button [SLPB]
Oct 10 10:38:57 t470p kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Oct 10 10:38:57 t470p kernel: ACPI: Lid Switch [LID]
Oct 10 10:38:57 t470p kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Oct 10 10:38:57 t470p kernel: ACPI: Power Button [PWRF]
Oct 10 10:38:57 t470p kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 10 10:38:57 t470p kernel: ACPI: Thermal Zone [THM0] (31 C)
Oct 10 10:38:57 t470p kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 10 10:38:57 t470p kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Oct 10 10:38:57 t470p kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 10 10:38:57 t470p kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Oct 10 10:38:57 t470p kernel: nvme nvme0: pci function 0000:05:00.0
Oct 10 10:38:57 t470p kernel: usbcore: registered new interface driver usbserial_generic
Oct 10 10:38:57 t470p kernel: usbserial: USB Serial support registered for generic
Oct 10 10:38:57 t470p kernel: rtc_cmos 00:04: RTC can wake from S4
Oct 10 10:38:57 t470p kernel: rtc_cmos 00:04: registered as rtc0
Oct 10 10:38:57 t470p kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Oct 10 10:38:57 t470p kernel: intel_pstate: Intel P-state driver initializing
Oct 10 10:38:57 t470p kernel: intel_pstate: HWP enabled
Oct 10 10:38:57 t470p kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 10 10:38:57 t470p kernel: intel_pmc_core intel_pmc_core.0:  initialized
Oct 10 10:38:57 t470p kernel: NET: Registered protocol family 10
Oct 10 10:38:57 t470p kernel: Segment Routing with IPv6
Oct 10 10:38:57 t470p kernel: NET: Registered protocol family 17
Oct 10 10:38:57 t470p kernel: RAS: Correctable Errors collector initialized.
Oct 10 10:38:57 t470p kernel: microcode: sig=0x906e9, pf=0x20, revision=0xb4
Oct 10 10:38:57 t470p kernel: microcode: Microcode Update Driver: v2.2.
Oct 10 10:38:57 t470p kernel: sched_clock: Marking stable (1261391739, 689469)->(1269449265, -7368057)
Oct 10 10:38:57 t470p kernel: registered taskstats version 1
Oct 10 10:38:57 t470p kernel: Loading compiled-in X.509 certificates
Oct 10 10:38:57 t470p kernel: Loaded X.509 cert 'Build time autogenerated kernel key: f78436b37bc593fabc85c63a3fbe10fbe67d6e5a'
Oct 10 10:38:57 t470p kernel: zswap: loaded using pool lzo/zbud
Oct 10 10:38:57 t470p kernel: Key type big_key registered
Oct 10 10:38:57 t470p kernel: PM:   Magic number: 7:416:628
Oct 10 10:38:57 t470p kernel: PM:   hash matches drivers/base/power/main.c:684
Oct 10 10:38:57 t470p kernel: rtc_cmos 00:04: setting system clock to 2019-10-10T10:38:56 UTC (1570703936)
Oct 10 10:38:57 t470p kernel: nvme nvme0: missing or invalid SUBNQN field.
Oct 10 10:38:57 t470p kernel: nvme nvme0: allocated 64 MiB host memory buffer.
Oct 10 10:38:57 t470p kernel: nvme nvme0: 8/0/0 default/read/poll queues
Oct 10 10:38:57 t470p kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
Oct 10 10:38:57 t470p kernel: Freeing unused decrypted memory: 2040K
Oct 10 10:38:57 t470p kernel: Freeing unused kernel image memory: 1632K
Oct 10 10:38:57 t470p kernel: Write protecting the kernel read-only data: 18432k
Oct 10 10:38:57 t470p kernel: Freeing unused kernel image memory: 2012K
Oct 10 10:38:57 t470p kernel: Freeing unused kernel image memory: 144K
Oct 10 10:38:57 t470p kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 10 10:38:57 t470p kernel: x86/mm: Checking user space page tables
Oct 10 10:38:57 t470p kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 10 10:38:57 t470p kernel: Run /init as init process
Oct 10 10:38:57 t470p kernel: fbcon: Taking over console
Oct 10 10:38:57 t470p kernel: Console: switching to colour frame buffer device 240x67
Oct 10 10:38:57 t470p kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Oct 10 10:38:57 t470p kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 10 10:38:57 t470p kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 10 10:38:57 t470p kernel: rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
Oct 10 10:38:57 t470p kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 10 10:38:57 t470p kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 10 10:38:57 t470p kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
Oct 10 10:38:57 t470p kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Oct 10 10:38:57 t470p kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
Oct 10 10:38:57 t470p kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 10 10:38:57 t470p kernel: usb usb1: Product: xHCI Host Controller
Oct 10 10:38:57 t470p kernel: usb usb1: Manufacturer: Linux 5.3.5-arch1-1-ARCH xhci-hcd
Oct 10 10:38:57 t470p kernel: usb usb1: SerialNumber: 0000:00:14.0
Oct 10 10:38:57 t470p kernel: hub 1-0:1.0: USB hub found
Oct 10 10:38:57 t470p kernel: hub 1-0:1.0: 16 ports detected
Oct 10 10:38:57 t470p kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 10 10:38:57 t470p kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 10 10:38:57 t470p kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Oct 10 10:38:57 t470p kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
Oct 10 10:38:57 t470p kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 10 10:38:57 t470p kernel: usb usb2: Product: xHCI Host Controller
Oct 10 10:38:57 t470p kernel: usb usb2: Manufacturer: Linux 5.3.5-arch1-1-ARCH xhci-hcd
Oct 10 10:38:57 t470p kernel: usb usb2: SerialNumber: 0000:00:14.0
Oct 10 10:38:57 t470p kernel: hub 2-0:1.0: USB hub found
Oct 10 10:38:57 t470p kernel: hub 2-0:1.0: 8 ports detected
Oct 10 10:38:57 t470p kernel: usb: port power management may be unreliable
Oct 10 10:38:57 t470p kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Oct 10 10:38:57 t470p kernel: EXT4-fs (nvme0n1p8): mounted filesystem with ordered data mode. Opts: (null)
Oct 10 10:38:57 t470p kernel: random: fast init done
Oct 10 10:38:57 t470p systemd[1]: RTC configured in localtime, applying delta of 180 minutes to system time.
Oct 10 10:38:57 t470p systemd[1]: systemd 243.51-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)
Oct 10 10:38:57 t470p systemd[1]: Detected architecture x86-64.
Oct 10 10:38:57 t470p systemd[1]: Set hostname to <t470p>.
Oct 10 10:38:57 t470p kernel: tsc: Refined TSC clocksource calibration: 2807.999 MHz
Oct 10 10:38:57 t470p kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2879c523a63, max_idle_ns: 440795252908 ns
Oct 10 10:38:57 t470p kernel: clocksource: Switched to clocksource tsc
Oct 10 10:38:57 t470p kernel: usb 1-6: new full-speed USB device number 2 using xhci_hcd
Oct 10 10:38:57 t470p systemd[1]: Created slice system-getty.slice.
Oct 10 10:38:57 t470p systemd[1]: Created slice system-systemd\x2dfsck.slice.
Oct 10 10:38:57 t470p systemd[1]: Created slice User and Session Slice.
Oct 10 10:38:57 t470p systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 10 10:38:57 t470p systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 10 10:38:57 t470p systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 10 10:38:57 t470p systemd[1]: Reached target Local Encrypted Volumes.
Oct 10 10:38:57 t470p kernel: EXT4-fs (nvme0n1p8): re-mounted. Opts: (null)
Oct 10 10:38:57 t470p kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 10 10:38:57 t470p kernel: usb 1-6: New USB device found, idVendor=138a, idProduct=0097, bcdDevice= 1.64
Oct 10 10:38:57 t470p kernel: usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Oct 10 10:38:57 t470p kernel: usb 1-6: SerialNumber: 53238c89147b
Oct 10 10:38:57 t470p kernel: usb 1-7: new full-speed USB device number 3 using xhci_hcd
Oct 10 10:38:57 t470p kernel: random: crng init done
Oct 10 10:38:57 t470p systemd-journald[312]: Journal started
Oct 10 10:38:57 t470p systemd-journald[312]: Runtime Journal (/run/log/journal/ae7598f34c8a414e8a906baeef30d9c8) is 8.0M, max 385.4M, 377.4M free.
Oct 10 10:38:57 t470p systemd-modules-load[294]: Inserted module 'crypto_user'
Oct 10 10:38:57 t470p systemd-random-seed[300]: Kernel entropy pool is not initialized yet, waiting until it is.
Oct 10 10:38:57 t470p systemd-udevd[313]: /usr/lib/udev/rules.d/11-dm-lvm.rules:40 Invalid value for OPTIONS key, ignoring: 'event_timeout=180'
Oct 10 10:38:57 t470p systemd-udevd[313]: /usr/lib/udev/rules.d/11-dm-lvm.rules:40 The line takes no effect, ignoring.
Oct 10 10:38:57 t470p systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 10 10:38:57 t470p haveged[310]: haveged: listening socket at 3
Oct 10 10:38:57 t470p haveged[310]: haveged: ver: 1.9.8; arch: x86; vend: GenuineIntel; build: (gcc 9.1.0 ITV); collect: 128K
Oct 10 10:38:57 t470p haveged[310]: haveged: cpu: (L4 VC); data: 32K (L4 V); inst: 32K (L4 V); idx: 25/40; sz: 32671/52623
Oct 10 10:38:57 t470p haveged[310]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B):  last entropy estimate 7.99778
Oct 10 10:38:57 t470p haveged[310]: haveged: fills: 0, generated: 0
Oct 10 10:38:57 t470p systemd-udevd[313]: /usr/lib/udev/rules.d/90-libgpod.rules:19 IMPORT key takes '==' or '!=' operator, assuming '==', but please fix it.
Oct 10 10:38:57 t470p systemd-udevd[313]: /usr/lib/udev/rules.d/90-libgpod.rules:23 IMPORT key takes '==' or '!=' operator, assuming '==', but please fix it.
Oct 10 10:38:57 t470p systemd-journald[312]: Time spent on flushing to /var is 187.963ms for 715 entries.
Oct 10 10:38:57 t470p systemd-journald[312]: System Journal (/var/log/journal/ae7598f34c8a414e8a906baeef30d9c8) is 592.0M, max 4.0G, 3.4G free.
Oct 10 10:38:57 t470p kernel: ACPI: AC Adapter [AC] (off-line)
Oct 10 10:38:57 t470p kernel: usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
Oct 10 10:38:57 t470p kernel: usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 10 10:38:57 t470p kernel: tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1B, rev-id 16)
Oct 10 10:38:57 t470p kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Oct 10 10:38:57 t470p kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Oct 10 10:38:57 t470p kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Oct 10 10:38:57 t470p systemd[1]: Started udev Kernel Device Manager.
Oct 10 10:38:57 t470p systemd[1]: Found device GIGABYTE GP-GSM2NE8512GNTD GRUB.
Oct 10 10:38:57 t470p systemd[1]: Started Flush Journal to Persistent Storage.
Oct 10 10:38:57 t470p systemd[1]: Found device GIGABYTE GP-GSM2NE8512GNTD swap.
Oct 10 10:38:57 t470p systemd[1]: Activating swap /dev/disk/by-uuid/bcb9b9c2-e841-46f6-a018-b97fff0a1cdf...
Oct 10 10:38:57 t470p kernel: usb 1-8: new high-speed USB device number 4 using xhci_hcd
Oct 10 10:38:58 t470p kernel: Adding 8388604k swap on /dev/nvme0n1p7.  Priority:-2 extents:1 across:8388604k SSFS
Oct 10 10:38:58 t470p systemd[1]: Activated swap /dev/disk/by-uuid/bcb9b9c2-e841-46f6-a018-b97fff0a1cdf.
Oct 10 10:38:58 t470p systemd[1]: Reached target Swap.
Oct 10 10:38:58 t470p kernel: Non-volatile memory driver v1.3
Oct 10 10:38:58 t470p systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 10 10:38:58 t470p systemd[1]: Mounted Temporary Directory (/tmp).
Oct 10 10:38:58 t470p kernel: i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
Oct 10 10:38:58 t470p kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Oct 10 10:38:58 t470p kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Oct 10 10:38:58 t470p kernel: mei_me 0000:00:16.0: enabling device (0004 -> 0006)
Oct 10 10:38:58 t470p kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 10 10:38:58 t470p kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Oct 10 10:38:58 t470p kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Oct 10 10:38:58 t470p kernel: thinkpad_acpi: ThinkPad BIOS R0FET47W (1.27 ), EC R0FHT17W
Oct 10 10:38:58 t470p kernel: thinkpad_acpi: Lenovo ThinkPad T470p, model 20J60044RT
Oct 10 10:38:58 t470p kernel: thinkpad_acpi: radio switch found; radios are enabled
Oct 10 10:38:58 t470p kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Oct 10 10:38:58 t470p kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Oct 10 10:38:58 t470p kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Oct 10 10:38:58 t470p kernel: thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
Oct 10 10:38:58 t470p kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 10 10:38:58 t470p systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 10 10:38:58 t470p systemd[1]: Reached target Local File Systems (Pre).
Oct 10 10:38:58 t470p systemd[1]: etc-pacman.d-gnupg.mount: Directory /etc/pacman.d/gnupg to mount over is not empty, mounting anyway.
Oct 10 10:38:58 t470p systemd[1]: Mounting Temporary /etc/pacman.d/gnupg directory...
Oct 10 10:38:58 t470p systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Oct 10 10:38:58 t470p systemd[1]: Starting File System Check on /dev/disk/by-uuid/5CD1-797A...
Oct 10 10:38:58 t470p systemd[1]: Mounted Temporary /etc/pacman.d/gnupg directory.
Oct 10 10:38:58 t470p kernel: thinkpad_acpi: battery 1 registered (start 0, stop 100)
Oct 10 10:38:58 t470p kernel: battery: new extension: ThinkPad Battery Extension
Oct 10 10:38:58 t470p kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input5
Oct 10 10:38:58 t470p systemd-fsck[428]: fsck.fat 4.1 (2017-01-24)
Oct 10 10:38:58 t470p systemd-fsck[428]: /dev/nvme0n1p6: 333 files, 25622/130812 clusters
Oct 10 10:38:58 t470p systemd[1]: Started File System Check on /dev/disk/by-uuid/5CD1-797A.
Oct 10 10:38:58 t470p systemd[1]: Mounting /boot...
Oct 10 10:38:58 t470p kernel: Linux agpgart interface v0.103
Oct 10 10:38:58 t470p kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
Oct 10 10:38:58 t470p kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Oct 10 10:38:58 t470p kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Oct 10 10:38:58 t470p kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Oct 10 10:38:58 t470p kernel: Intel(R) Wireless WiFi driver for Linux
Oct 10 10:38:58 t470p kernel: Copyright(c) 2003- 2015 Intel Corporation
Oct 10 10:38:58 t470p kernel: IPMI message handler: version 39.2
Oct 10 10:38:58 t470p kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
Oct 10 10:38:58 t470p kernel: ipmi device interface
Oct 10 10:38:58 t470p kernel: usb 1-8: New USB device found, idVendor=04f2, idProduct=b5c0, bcdDevice= 0.05
Oct 10 10:38:58 t470p kernel: usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 10 10:38:58 t470p kernel: usb 1-8: Product: Integrated Camera
Oct 10 10:38:58 t470p kernel: usb 1-8: Manufacturer: Chicony Electronics Co.,Ltd.
Oct 10 10:38:58 t470p kernel: usb 1-8: SerialNumber: 0001
Oct 10 10:38:58 t470p systemd[1]: Mounted /boot.
Oct 10 10:38:58 t470p kernel: iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
Oct 10 10:38:58 t470p kernel: iwlwifi 0000:03:00.0: Found debug configuration: 0
Oct 10 10:38:58 t470p kernel: iwlwifi 0000:03:00.0: loaded firmware version 36.77d01142.0 op_mode iwlmvm
Oct 10 10:38:58 t470p systemd[1]: Reached target Local File Systems.
Oct 10 10:38:58 t470p systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Oct 10 10:38:58 t470p systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 10 10:38:58 t470p systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 10 10:38:58 t470p systemd[1]: Starting Create Volatile Files and Directories...
Oct 10 10:38:58 t470p systemd[1]: Started Create Volatile Files and Directories.
Oct 10 10:38:58 t470p systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Oct 10 10:38:58 t470p systemd[1]: Condition check resulted in Update is Completed being skipped.
Oct 10 10:38:58 t470p systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 10 10:38:58 t470p systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 10 10:38:58 t470p systemd[1]: Reached target System Initialization.
Oct 10 10:38:58 t470p systemd[1]: Started Daily rotation of log files.
Oct 10 10:38:58 t470p systemd[1]: Started Daily man-db regeneration.
Oct 10 10:38:58 t470p systemd[1]: Started Daily verification of password and group files.
Oct 10 10:38:58 t470p systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 10 10:38:58 t470p systemd[1]: Reached target Timers.
Oct 10 10:38:58 t470p systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 10 10:38:58 t470p systemd[1]: Reached target Sockets.
Oct 10 10:38:58 t470p systemd[1]: Reached target Basic System.
Oct 10 10:38:58 t470p systemd[1]: System is tainted: local-hwclock
Oct 10 10:38:58 t470p systemd[1]: Condition check resulted in Choose mirror from the kernel command line being skipped.
Oct 10 10:38:58 t470p systemd[1]: Started D-Bus System Message Bus.
Oct 10 10:38:58 t470p systemd[1]: Starting Network Manager...
Oct 10 10:38:58 t470p systemd[1]: Starting Initializes Pacman keyring...
Oct 10 10:38:58 t470p systemd[1]: Starting Login Service...
Oct 10 10:38:58 t470p kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Oct 10 10:38:58 t470p kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Oct 10 10:38:58 t470p kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Oct 10 10:38:58 t470p kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Oct 10 10:38:58 t470p kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Oct 10 10:38:58 t470p kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Oct 10 10:38:58 t470p pacman-key[446]: gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
Oct 10 10:38:58 t470p pacman-key[446]: gpg: no ultimately trusted keys found
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.2420] NetworkManager (version 1.20.4-1) is starting... (for the first time)
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.2421] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 10 10:38:58 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.1' (uid=0 pid=445 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 10 10:38:58 t470p systemd[1]: Started Network Manager.
Oct 10 10:38:58 t470p systemd[1]: Reached target Network.
Oct 10 10:38:58 t470p kernel: resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than pnp 00:08 [mem 0xfed10000-0xfed13fff]
Oct 10 10:38:58 t470p kernel: caller snb_uncore_imc_init_box+0x74/0xb0 [intel_uncore] mapping multiple BARs
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.2441] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 10 10:38:58 t470p systemd[1]: Starting Permit User Sessions...
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.2484] manager[0x560949eb20f0]: monitoring kernel firmware directory '/lib/firmware'.
Oct 10 10:38:58 t470p systemd[1]: Started Permit User Sessions.
Oct 10 10:38:58 t470p systemd[1]: Starting GNOME Display Manager...
Oct 10 10:38:58 t470p systemd[1]: Starting Hostname Service...
Oct 10 10:38:58 t470p pacman-key[446]: gpg: starting migration from earlier GnuPG versions
Oct 10 10:38:58 t470p systemd[1]: Started GNOME Display Manager.
Oct 10 10:38:58 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' requested by ':1.2' (uid=0 pid=462 comm="/usr/bin/gdm ")
Oct 10 10:38:58 t470p pacman-key[446]: gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
Oct 10 10:38:58 t470p pacman-key[446]: gpg: migration succeeded
Oct 10 10:38:58 t470p pacman-key[446]: gpg: Generating pacman keyring master key...
Oct 10 10:38:58 t470p kernel: usb 1-9: new full-speed USB device number 5 using xhci_hcd
Oct 10 10:38:58 t470p kernel: wl: loading out-of-tree module taints kernel.
Oct 10 10:38:58 t470p kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Oct 10 10:38:58 t470p kernel: Disabling lock debugging due to kernel taint
Oct 10 10:38:58 t470p kernel: wl: module verification failed: signature and/or required key missing - tainting kernel
Oct 10 10:38:58 t470p kernel: cryptd: max_cpu_qlen set to 1000
Oct 10 10:38:58 t470p kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
Oct 10 10:38:58 t470p kernel: iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
Oct 10 10:38:58 t470p kernel: iwlwifi 0000:03:00.0: Allocated 0x00400000 bytes for firmware monitor.
Oct 10 10:38:58 t470p kernel: usb 1-9: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
Oct 10 10:38:58 t470p kernel: usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 10 10:38:58 t470p kernel: usb 1-9: Product: EMV Smartcard Reader
Oct 10 10:38:58 t470p kernel: usb 1-9: Manufacturer: Generic
Oct 10 10:38:58 t470p kernel: iwlwifi 0000:03:00.0: base HW address: 40:a3:cc:a1:dc:27
Oct 10 10:38:58 t470p systemd-udevd[381]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 10 10:38:58 t470p dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 10 10:38:58 t470p systemd[1]: Started Hostname Service.
Oct 10 10:38:58 t470p kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Oct 10 10:38:58 t470p kernel: thermal thermal_zone2: failed to read out thermal zone (-61)
Oct 10 10:38:58 t470p mtp-probe[495]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
Oct 10 10:38:58 t470p mtp-probe[495]: bus: 1, device: 2 was not an MTP device
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5552] hostname: hostname: using hostnamed
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5552] hostname: hostname changed from (none) to "t470p"
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5555] dns-mgr[0x560949e94240]: init: dns=default,systemd-resolved rc-manager=symlink
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5561] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.0/0000:03:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5563] manager[0x560949eb20f0]: rfkill: Wi-Fi hardware radio set enabled
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5563] manager[0x560949eb20f0]: rfkill: WWAN hardware radio set enabled
Oct 10 10:38:58 t470p mtp-probe[498]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
Oct 10 10:38:58 t470p mtp-probe[498]: bus: 1, device: 2 was not an MTP device
Oct 10 10:38:58 t470p kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5816] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.20.4-1/libnm-device-plugin-team.so)
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5823] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.20.4-1/libnm-device-plugin-ovs.so)
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5876] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.20.4-1/libnm-device-plugin-wwan.so)
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5893] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.20.4-1/libnm-device-plugin-bluetooth.so)
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5903] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.20.4-1/libnm-device-plugin-wifi.so)
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5910] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.20.4-1/libnm-device-plugin-adsl.so)
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5912] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5913] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5914] manager: Networking is enabled by state file
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5918] dhcp-init: Using DHCP client 'internal'
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.5922] settings: Loaded settings plugin: keyfile (internal)
Oct 10 10:38:58 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=445 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 10 10:38:58 t470p systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 10 10:38:58 t470p kernel: AVX2 version of gcm_enc/dec engaged.
Oct 10 10:38:58 t470p kernel: AES CTR mode by8 optimization enabled
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.6040] device (lo): carrier: link connected
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.6042] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.6051] device (wlan0): driver supports Access Point (AP) mode
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.6054] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Oct 10 10:38:58 t470p dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 10 10:38:58 t470p systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.6097] ovsdb: Could not connect: No such file or directory
Oct 10 10:38:58 t470p dbus-daemon[444]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.1' (uid=0 pid=445 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 10 10:38:58 t470p systemd[1]: Starting WPA supplicant...
Oct 10 10:38:58 t470p systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 10 10:38:58 t470p systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 10 10:38:58 t470p dbus-daemon[444]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 10 10:38:58 t470p wpa_supplicant[519]: Successfully initialized wpa_supplicant
Oct 10 10:38:58 t470p systemd[1]: Started WPA supplicant.
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.6241] supplicant: wpa_supplicant running
Oct 10 10:38:58 t470p systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Oct 10 10:38:58 t470p systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight...
Oct 10 10:38:58 t470p pacman-key[446]: gpg: key 692E02D9700F87C9 marked as ultimately trusted
Oct 10 10:38:58 t470p pacman-key[446]: gpg: directory '/etc/pacman.d/gnupg/openpgp-revocs.d' created
Oct 10 10:38:58 t470p systemd[1]: Started Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight.
Oct 10 10:38:58 t470p kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 54:e1:ad:e8:07:8d
Oct 10 10:38:58 t470p kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Oct 10 10:38:58 t470p kernel: e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.6457] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
Oct 10 10:38:58 t470p kernel: checking generic (e0000000 7f0000) vs hw (e0000000 10000000)
Oct 10 10:38:58 t470p kernel: fb0: switching to inteldrmfb from EFI VGA
Oct 10 10:38:58 t470p kernel: Console: switching to colour dummy device 80x25
Oct 10 10:38:58 t470p kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Oct 10 10:38:58 t470p kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 10 10:38:58 t470p kernel: [drm] Driver supports precise vblank timestamp query.
Oct 10 10:38:58 t470p kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 10 10:38:58 t470p kernel: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Oct 10 10:38:58 t470p pacman-key[446]: gpg: revocation certificate stored as '/etc/pacman.d/gnupg/openpgp-revocs.d/0E6C430616E04E4A4B392659692E02D9700F87C9.rev'
Oct 10 10:38:58 t470p pacman-key[446]: gpg: Done
Oct 10 10:38:58 t470p pacman-key[446]: ==> Updating trust database...
Oct 10 10:38:58 t470p kernel: iTCO_vendor_support: vendor-support=0
Oct 10 10:38:58 t470p kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 239
Oct 10 10:38:58 t470p kernel: nvidia 0000:02:00.0: enabling device (0004 -> 0007)
Oct 10 10:38:58 t470p pacman-key[446]: gpg: marginals needed: 3  completes needed: 1  trust model: pgp
Oct 10 10:38:58 t470p pacman-key[446]: gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
Oct 10 10:38:58 t470p kernel: [drm] Initialized i915 1.6.0 20190619 for 0000:00:02.0 on minor 0
Oct 10 10:38:58 t470p systemd-udevd[403]: Using default interface naming scheme 'v243'.
Oct 10 10:38:58 t470p kernel: ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
Oct 10 10:38:58 t470p kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/LNXVIDEO:00/input/input8
Oct 10 10:38:58 t470p systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 10 10:38:58 t470p mtp-probe[546]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9"
Oct 10 10:38:58 t470p kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Oct 10 10:38:58 t470p kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9
Oct 10 10:38:58 t470p kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 10 10:38:58 t470p mtp-probe[546]: bus: 1, device: 5 was not an MTP device
Oct 10 10:38:58 t470p systemd-udevd[403]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 10 10:38:58 t470p kernel: iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
Oct 10 10:38:58 t470p systemd-udevd[399]: Using default interface naming scheme 'v243'.
Oct 10 10:38:58 t470p mtp-probe[545]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8"
Oct 10 10:38:58 t470p mtp-probe[545]: bus: 1, device: 4 was not an MTP device
Oct 10 10:38:58 t470p pacman-key[543]: ==> Appending keys from archlinux.gpg...
Oct 10 10:38:58 t470p kernel: mei_hdcp mei::b638ab7e-94e2-4ea2-a552-d1c54b627f04:01: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Oct 10 10:38:58 t470p kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Oct 10 10:38:58 t470p kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Oct 10 10:38:58 t470p kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 10 10:38:58 t470p kernel: fbcon: i915drmfb (fb0) is primary device
Oct 10 10:38:58 t470p kernel: Console: switching to colour frame buffer device 240x67
Oct 10 10:38:58 t470p systemd-logind[484]: New seat seat0.
Oct 10 10:38:58 t470p systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Oct 10 10:38:58 t470p kernel: mc: Linux media interface: v0.10
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.7062] device (wlan0): interface index 2 renamed iface from 'wlan0' to 'wlp3s0'
Oct 10 10:38:58 t470p systemd-udevd[399]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 10 10:38:58 t470p mtp-probe[557]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9"
Oct 10 10:38:58 t470p kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
Oct 10 10:38:58 t470p systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Oct 10 10:38:58 t470p mtp-probe[557]: bus: 1, device: 5 was not an MTP device
Oct 10 10:38:58 t470p kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device
Oct 10 10:38:58 t470p systemd-logind[484]: Watching system buttons on /dev/input/event2 (Power Button)
Oct 10 10:38:58 t470p systemd-logind[484]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 10 10:38:58 t470p systemd-logind[484]: Watching system buttons on /dev/input/event0 (Sleep Button)
Oct 10 10:38:58 t470p systemd-logind[484]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Oct 10 10:38:58 t470p systemd-logind[484]: Watching system buttons on /dev/input/event4 (ThinkPad Extra Buttons)
Oct 10 10:38:58 t470p dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.login1'
Oct 10 10:38:58 t470p systemd[1]: Started Login Service.
Oct 10 10:38:58 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.2' (uid=0 pid=462 comm="/usr/bin/gdm ")
Oct 10 10:38:58 t470p systemd[1]: Reached target User and Group Name Lookups.
Oct 10 10:38:58 t470p systemd[1]: Starting Accounts Service...
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.7343] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 10 10:38:58 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.7' (uid=0 pid=569 comm="/usr/lib/accounts-daemon ")
Oct 10 10:38:58 t470p systemd[1]: Starting Authorization Manager...
Oct 10 10:38:58 t470p kernel: iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
Oct 10 10:38:58 t470p systemd-logind[484]: Watching system buttons on /dev/input/event4 (ThinkPad Extra Buttons)
Oct 10 10:38:58 t470p kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  435.21  Sun Aug 25 08:17:57 CDT 2019
Oct 10 10:38:58 t470p polkitd[577]: Started polkitd version 0.116
Oct 10 10:38:58 t470p kernel: videodev: Linux video capture interface: v2.00
Oct 10 10:38:58 t470p kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  435.21  Sun Aug 25 08:07:52 CDT 2019
Oct 10 10:38:58 t470p kernel: Bluetooth: Core ver 2.22
Oct 10 10:38:58 t470p kernel: NET: Registered protocol family 31
Oct 10 10:38:58 t470p kernel: Bluetooth: HCI device and connection manager initialized
Oct 10 10:38:58 t470p kernel: Bluetooth: HCI socket layer initialized
Oct 10 10:38:58 t470p kernel: Bluetooth: L2CAP socket layer initialized
Oct 10 10:38:58 t470p kernel: Bluetooth: SCO socket layer initialized
Oct 10 10:38:58 t470p kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 10 10:38:58 t470p kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 10 10:38:58 t470p kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=2 (0x17/0x21/0x0/0x0/0x0)
Oct 10 10:38:58 t470p kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Oct 10 10:38:58 t470p kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Oct 10 10:38:58 t470p kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
Oct 10 10:38:58 t470p kernel: snd_hda_codec_realtek hdaudioC0D0:      Dock Mic=0x19
Oct 10 10:38:58 t470p kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Oct 10 10:38:58 t470p polkitd[577]: Loading rules from directory /etc/polkit-1/rules.d
Oct 10 10:38:58 t470p polkitd[577]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 10 10:38:58 t470p polkitd[577]: Finished loading, compiling and executing 5 rules
Oct 10 10:38:58 t470p dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 10 10:38:58 t470p systemd[1]: Started Authorization Manager.
Oct 10 10:38:58 t470p polkitd[577]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 10 10:38:58 t470p accounts-daemon[569]: started daemon version 0.6.55
Oct 10 10:38:58 t470p dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.Accounts'
Oct 10 10:38:58 t470p systemd[1]: Started Accounts Service.
Oct 10 10:38:58 t470p kernel: iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
Oct 10 10:38:58 t470p systemd[1]: Created slice User Slice of UID 120.
Oct 10 10:38:58 t470p systemd[1]: Starting User Runtime Directory /run/user/120...
Oct 10 10:38:58 t470p systemd-logind[484]: New session c1 of user gdm.
Oct 10 10:38:58 t470p systemd[1]: Started User Runtime Directory /run/user/120.
Oct 10 10:38:58 t470p systemd[1]: Starting User Manager for UID 120...
Oct 10 10:38:58 t470p kernel: usbcore: registered new interface driver btusb
Oct 10 10:38:58 t470p kernel: psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4758]
Oct 10 10:38:58 t470p kernel: Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
Oct 10 10:38:58 t470p kernel: Bluetooth: hci0: Device revision is 16
Oct 10 10:38:58 t470p kernel: Bluetooth: hci0: Secure boot is enabled
Oct 10 10:38:58 t470p kernel: Bluetooth: hci0: OTP lock is enabled
Oct 10 10:38:58 t470p kernel: Bluetooth: hci0: API lock is enabled
Oct 10 10:38:58 t470p kernel: Bluetooth: hci0: Debug lock is disabled
Oct 10 10:38:58 t470p kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Oct 10 10:38:58 t470p kernel: Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
Oct 10 10:38:58 t470p systemd[605]: pam_unix(systemd-user:session): session opened for user gdm by (uid=0)
Oct 10 10:38:58 t470p kernel: iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
Oct 10 10:38:58 t470p kernel: psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1096..]
Oct 10 10:38:58 t470p kernel: psmouse serio1: synaptics: Your touchpad (PNP: LEN2045 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
Oct 10 10:38:58 t470p systemd[1]: Reached target Bluetooth.
Oct 10 10:38:58 t470p kernel: [drm] [nvidia-drm] [GPU ID 0x00000200] Loading driver
Oct 10 10:38:58 t470p kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:02:00.0 on minor 1
Oct 10 10:38:58 t470p NetworkManager[445]: <info>  [1570693138.9717] device (wlp3s0): set-hw-addr: set MAC address to D6:08:BA:E0:84:43 (scanning)
Oct 10 10:38:58 t470p kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
Oct 10 10:38:58 t470p kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
Oct 10 10:38:58 t470p kernel: input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
Oct 10 10:38:58 t470p kernel: input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
Oct 10 10:38:58 t470p kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
Oct 10 10:38:58 t470p kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Oct 10 10:38:58 t470p kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Oct 10 10:38:58 t470p kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Oct 10 10:38:58 t470p kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Oct 10 10:38:58 t470p kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
Oct 10 10:38:58 t470p systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
Oct 10 10:38:58 t470p systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Oct 10 10:38:58 t470p systemd[1]: Reached target Sound Card.
Oct 10 10:38:58 t470p kernel: iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
Oct 10 10:38:58 t470p systemd[605]: Reached target Bluetooth.
Oct 10 10:38:59 t470p systemd[605]: Reached target Paths.
Oct 10 10:38:59 t470p systemd[605]: Reached target Sound Card.
Oct 10 10:38:59 t470p systemd[605]: Reached target Timers.
Oct 10 10:38:59 t470p systemd[605]: Starting D-Bus User Message Bus Socket.
Oct 10 10:38:59 t470p systemd[605]: Listening on GnuPG network certificate management daemon.
Oct 10 10:38:59 t470p systemd[605]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 10 10:38:59 t470p systemd[605]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 10 10:38:59 t470p systemd[605]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 10 10:38:59 t470p systemd[605]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 10 10:38:59 t470p systemd[605]: Listening on p11-kit server.
Oct 10 10:38:59 t470p systemd[605]: Listening on Multimedia System.
Oct 10 10:38:59 t470p systemd[605]: Listening on Sound System.
Oct 10 10:38:59 t470p systemd[605]: Listening on D-Bus User Message Bus Socket.
Oct 10 10:38:59 t470p systemd[605]: Reached target Sockets.
Oct 10 10:38:59 t470p systemd[605]: Reached target Basic System.
Oct 10 10:38:59 t470p systemd[1]: Started User Manager for UID 120.
Oct 10 10:38:59 t470p systemd[605]: Starting Update XDG user dir configuration...
Oct 10 10:38:59 t470p systemd[1]: Started Session c1 of user gdm.
Oct 10 10:38:59 t470p systemd[605]: xdg-user-dirs-update.service: Succeeded.
Oct 10 10:38:59 t470p systemd[605]: Started Update XDG user dir configuration.
Oct 10 10:38:59 t470p systemd[605]: Reached target Main User Target.
Oct 10 10:38:59 t470p systemd[605]: Startup finished in 76ms.
Oct 10 10:38:59 t470p systemd-udevd[392]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 10 10:38:59 t470p kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf008a3/0x943300/0x12e800/0x410000, board id: 3053, fw id: 2491654
Oct 10 10:38:59 t470p kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Oct 10 10:38:59 t470p systemd[605]: Started D-Bus User Message Bus.
Oct 10 10:38:59 t470p kernel: uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b5c0)
Oct 10 10:38:59 t470p kernel: uvcvideo: Failed to initialize entity for entity 6
Oct 10 10:38:59 t470p kernel: uvcvideo: Failed to register entities (-22).
Oct 10 10:38:59 t470p kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input20
Oct 10 10:38:59 t470p kernel: usbcore: registered new interface driver uvcvideo
Oct 10 10:38:59 t470p kernel: USB Video Class driver (1.1.1)
Oct 10 10:38:59 t470p kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
Oct 10 10:38:59 t470p mtp-probe[634]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8"
Oct 10 10:38:59 t470p mtp-probe[634]: bus: 1, device: 4 was not an MTP device
Oct 10 10:38:59 t470p kernel: mousedev: PS/2 mouse device common for all mice
Oct 10 10:38:59 t470p kernel: iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
Oct 10 10:38:59 t470p systemd[605]: Created slice gnome\x2dsession\x2dmanager.slice.
Oct 10 10:38:59 t470p systemd[605]: Started GNOME Session is not yet stable (running for <2 minutes).
Oct 10 10:38:59 t470p systemd[605]: Reached target Session services which should run early before the graphical session is brought up.
Oct 10 10:38:59 t470p systemd[605]: Starting Monitor Session leader for GNOME Session...
Oct 10 10:38:59 t470p systemd[605]: Starting Sound Service...
Oct 10 10:38:59 t470p gnome-session-c[640]: Error creating FIFO: File exists
Oct 10 10:38:59 t470p systemd[605]: Started Monitor Session leader for GNOME Session.
Oct 10 10:38:59 t470p systemd[605]: Reached target Tasks to be run before GNOME Session starts.
Oct 10 10:38:59 t470p systemd[605]: Starting GNOME Session Manager (session: gnome-login)...
Oct 10 10:38:59 t470p kernel: intel_rapl_common: Found RAPL domain package
Oct 10 10:38:59 t470p kernel: intel_rapl_common: Found RAPL domain core
Oct 10 10:38:59 t470p kernel: intel_rapl_common: Found RAPL domain uncore
Oct 10 10:38:59 t470p kernel: intel_rapl_common: Found RAPL domain dram
Oct 10 10:38:59 t470p kernel: iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
Oct 10 10:38:59 t470p NetworkManager[445]: <warn>  [1570693139.1968] device (wlp3s0): connectivity: "/proc/sys/net/ipv4/conf/wlp3s0/rp_filter" is set to "1". This might break connectivity checking for IPv4 on this device
Oct 10 10:38:59 t470p NetworkManager[445]: <info>  [1570693139.1978] device (eth0): interface index 3 renamed iface from 'eth0' to 'enp0s31f6'
Oct 10 10:38:59 t470p NetworkManager[445]: <info>  [1570693139.1980] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 10 10:38:59 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.20' (uid=120 pid=642 comm="/usr/bin/pulseaudio --daemonize=no ")
Oct 10 10:38:59 t470p systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Oct 10 10:38:59 t470p gnome-session[644]: gnome-session-binary[644]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Oct 10 10:38:59 t470p gnome-session-binary[644]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Oct 10 10:38:59 t470p systemd[605]: Started GNOME Session Manager (session: gnome-login).
Oct 10 10:38:59 t470p systemd[605]: Reached target GNOME Session Manager is ready.
Oct 10 10:38:59 t470p systemd[605]: Starting GNOME Shell on Wayland...
Oct 10 10:38:59 t470p NetworkManager[445]: <info>  [1570693139.3865] settings: (enp0s31f6): created default wired connection 'Wired connection 1'
Oct 10 10:38:59 t470p NetworkManager[445]: <warn>  [1570693139.3869] device (enp0s31f6): connectivity: "/proc/sys/net/ipv4/conf/enp0s31f6/rp_filter" is set to "1". This might break connectivity checking for IPv4 on this device
Oct 10 10:38:59 t470p dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Oct 10 10:38:59 t470p systemd[1]: Started RealtimeKit Scheduling Policy Service.
Oct 10 10:38:59 t470p rtkit-daemon[651]: Successfully called chroot.
Oct 10 10:38:59 t470p rtkit-daemon[651]: Successfully dropped privileges.
Oct 10 10:38:59 t470p rtkit-daemon[651]: Successfully limited resources.
Oct 10 10:38:59 t470p rtkit-daemon[651]: Running.
Oct 10 10:38:59 t470p rtkit-daemon[651]: Canary thread running.
Oct 10 10:38:59 t470p rtkit-daemon[651]: Watchdog thread running.
Oct 10 10:38:59 t470p rtkit-daemon[651]: Successfully made thread 642 of process 642 owned by '120' high priority at nice level -11.
Oct 10 10:38:59 t470p rtkit-daemon[651]: Supervising 1 threads of 1 processes of 1 users.
Oct 10 10:38:59 t470p NetworkManager[445]: <info>  [1570693139.4324] sup-iface[0x560949ee2930,wlp3s0]: supports 5 scan SSIDs
Oct 10 10:38:59 t470p NetworkManager[445]: <info>  [1570693139.4329] device (wlp3s0): supplicant interface state: starting -> ready
Oct 10 10:38:59 t470p NetworkManager[445]: <info>  [1570693139.4330] Wi-Fi P2P device controlled by interface wlp3s0 created
Oct 10 10:38:59 t470p NetworkManager[445]: <info>  [1570693139.4331] manager: (p2p-dev-wlp3s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Oct 10 10:38:59 t470p NetworkManager[445]: <info>  [1570693139.4333] device (p2p-dev-wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 10 10:38:59 t470p NetworkManager[445]: <warn>  [1570693139.4337] sup-iface: failed to cancel p2p connect: P2P cancel failed
Oct 10 10:38:59 t470p NetworkManager[445]: <info>  [1570693139.4338] device (p2p-dev-wlp3s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Oct 10 10:38:59 t470p NetworkManager[445]: <info>  [1570693139.4339] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Oct 10 10:38:59 t470p gnome-shell[652]: Failed to open gpu '/dev/dri/card1': GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Operation not permitted
Oct 10 10:38:59 t470p gnome-shell[652]: Failed to open gpu '/dev/dri/card0': GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Operation not permitted
Oct 10 10:38:59 t470p gnome-shell[652]: Failed to create backend: No GPUs found
Oct 10 10:38:59 t470p systemd[605]: gnome-shell-wayland.service: Failed with result 'protocol'.
Oct 10 10:38:59 t470p systemd[605]: Failed to start GNOME Shell on Wayland.
Oct 10 10:38:59 t470p systemd[605]: Dependency failed for GNOME Shell on Wayland.
Oct 10 10:38:59 t470p systemd[605]: Dependency failed for GNOME Wayland Session.
Oct 10 10:38:59 t470p systemd[605]: Dependency failed for GNOME Wayland Session (session: gnome-login).
Oct 10 10:38:59 t470p systemd[605]: gnome-session-wayland@gnome-login.target: Job gnome-session-wayland@gnome-login.target/start failed with result 'dependency'.
Oct 10 10:38:59 t470p systemd[605]: gnome-session-wayland.target: Job gnome-session-wayland.target/start failed with result 'dependency'.
Oct 10 10:38:59 t470p systemd[605]: gnome-session-wayland.target: Triggering OnFailure= dependencies.
Oct 10 10:38:59 t470p systemd[605]: gnome-shell-wayland.target: Job gnome-shell-wayland.target/start failed with result 'dependency'.
Oct 10 10:38:59 t470p systemd[605]: gnome-shell-wayland.service: Triggering OnFailure= dependencies.
Oct 10 10:38:59 t470p systemd[605]: Requested transaction contradicts existing jobs: Transaction for gnome-shell-disable-extensions.service/start is destructive (gnome-session-stable.timer has 'stop' job queued, but 'verify-active' is included in transaction).
Oct 10 10:38:59 t470p systemd[605]: gnome-shell-wayland.service: Failed to enqueue OnFailure= job, ignoring: Transaction for gnome-shell-disable-extensions.service/start is destructive (gnome-session-stable.timer has 'stop' job queued, but 'verify-active' is included in transaction).
Oct 10 10:38:59 t470p systemd[605]: gnome-session-stable.timer: Succeeded.
Oct 10 10:38:59 t470p systemd[605]: Stopped GNOME Session is not yet stable (running for <2 minutes).
Oct 10 10:38:59 t470p systemd[605]: Stopped target GNOME Session Manager is ready.
Oct 10 10:38:59 t470p systemd[605]: Stopping GNOME Session Manager (session: gnome-login)...
Oct 10 10:38:59 t470p kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
Oct 10 10:38:59 t470p rtkit-daemon[651]: Supervising 1 threads of 1 processes of 1 users.
Oct 10 10:38:59 t470p rtkit-daemon[651]: Successfully made thread 662 of process 642 owned by '120' RT at priority 5.
Oct 10 10:38:59 t470p rtkit-daemon[651]: Supervising 2 threads of 1 processes of 1 users.
Oct 10 10:38:59 t470p rtkit-daemon[651]: Supervising 2 threads of 1 processes of 1 users.
Oct 10 10:38:59 t470p rtkit-daemon[651]: Successfully made thread 663 of process 642 owned by '120' RT at priority 5.
Oct 10 10:38:59 t470p rtkit-daemon[651]: Supervising 3 threads of 1 processes of 1 users.
Oct 10 10:38:59 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.28' (uid=120 pid=642 comm="/usr/bin/pulseaudio --daemonize=no ")
Oct 10 10:38:59 t470p dbus-daemon[444]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Oct 10 10:38:59 t470p systemd[605]: Started Sound Service.
Oct 10 10:38:59 t470p pulseaudio[642]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Oct 10 10:38:59 t470p kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input21
Oct 10 10:39:00 t470p pacman-key[543]: ==> Locally signing trusted keys in keyring...
Oct 10 10:39:00 t470p pacman-key[543]:   -> Locally signing key D8AFDDA07A5B6EDFA7D8CCDAD6D055F927843F1C...
Oct 10 10:39:00 t470p pacman-key[543]:   -> Locally signing key DDB867B92AA789C165EEFA799B729B06A680C281...
Oct 10 10:39:00 t470p kernel: Bluetooth: hci0: Waiting for firmware download to complete
Oct 10 10:39:00 t470p kernel: Bluetooth: hci0: Firmware loaded in 1468992 usecs
Oct 10 10:39:00 t470p kernel: Bluetooth: hci0: Waiting for device to boot
Oct 10 10:39:00 t470p kernel: Bluetooth: hci0: Device booted in 11696 usecs
Oct 10 10:39:00 t470p kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
Oct 10 10:39:00 t470p kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Oct 10 10:39:00 t470p pacman-key[543]:   -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
Oct 10 10:39:00 t470p pacman-key[543]:   -> Locally signing key 91FFE0700E80619CEB73235CA88E23E377514E00...
Oct 10 10:39:00 t470p pacman-key[543]:   -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
Oct 10 10:39:00 t470p pacman-key[543]:   -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
Oct 10 10:39:00 t470p pacman-key[543]: ==> Importing owner trust values...
Oct 10 10:39:00 t470p pacman-key[543]: gpg: inserting ownertrust of 4
Oct 10 10:39:00 t470p pacman-key[543]: gpg: setting ownertrust to 4
Oct 10 10:39:00 t470p pacman-key[543]: ==> Disabling revoked keys in keyring...
Oct 10 10:39:00 t470p pacman-key[543]:   -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
Oct 10 10:39:00 t470p pacman-key[543]:   -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
Oct 10 10:39:00 t470p pacman-key[543]:   -> Disabling key 50F33E2E5B0C3D900424ABE89BDCF497A4BBCC7F...
Oct 10 10:39:00 t470p pacman-key[543]:   -> Disabling key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
Oct 10 10:39:01 t470p pacman-key[543]:   -> Disabling key 39F880E50E49A4D11341E8F939E4F17F295AFBF4...
Oct 10 10:39:01 t470p pacman-key[543]:   -> Disabling key 8840BD07FC24CB7CE394A07CCF7037A4F27FB7DA...
Oct 10 10:39:01 t470p pacman-key[543]:   -> Disabling key 5559BC1A32B8F76B3FCCD9555FA5E5544F010D48...
Oct 10 10:39:01 t470p pacman-key[543]:   -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
Oct 10 10:39:01 t470p pacman-key[543]:   -> Disabling key 07DFD3A0BC213FA12EDC217559B3122E2FA915EC...
Oct 10 10:39:01 t470p pacman-key[543]:   -> Disabling key 4FCF887689C41B09506BE8D5F3E1D5C5D30DB0AD...
Oct 10 10:39:01 t470p pacman-key[543]:   -> Disabling key 5A2257D19FF7E1E0E415968CE62F853100F0D0F0...
Oct 10 10:39:01 t470p pacman-key[543]:   -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
Oct 10 10:39:01 t470p pacman-key[543]:   -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
Oct 10 10:39:01 t470p pacman-key[543]:   -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
Oct 10 10:39:01 t470p pacman-key[543]:   -> Disabling key 5696C003B0854206450C8E5BE613C09CB4440678...
Oct 10 10:39:01 t470p pacman-key[543]:   -> Disabling key 8CF934E339CAD8ABF342E822E711306E3C4F88BC...
Oct 10 10:39:02 t470p pacman-key[543]:   -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
Oct 10 10:39:02 t470p pacman-key[543]:   -> Disabling key 5E7585ADFF106BFFBBA319DC654B877A0864983E...
Oct 10 10:39:02 t470p pacman-key[543]:   -> Disabling key 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A...
Oct 10 10:39:02 t470p pacman-key[543]:   -> Disabling key 40440DC037C05620984379A6761FAD69BA06C6A9...
Oct 10 10:39:02 t470p pacman-key[543]:   -> Disabling key 34C5D94FE7E7913E86DC427E7FB1A3800C84C0A5...
Oct 10 10:39:02 t470p pacman-key[543]:   -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
Oct 10 10:39:02 t470p pacman-key[543]:   -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
Oct 10 10:39:02 t470p pacman-key[543]:   -> Disabling key 5357F3B111688D88C1D88119FCF2CB179205AC90...
Oct 10 10:39:02 t470p pacman-key[543]:   -> Disabling key FB871F0131FEA4FB5A9192B4C8880A6406361833...
Oct 10 10:39:02 t470p pacman-key[543]:   -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
Oct 10 10:39:02 t470p pacman-key[543]:   -> Disabling key B1F2C889CB2CCB2ADA36D963097D629E437520BD...
Oct 10 10:39:02 t470p wpa_supplicant[519]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CN
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8538] policy: auto-activating connection 'nulp' (24b8f4b0-62df-4918-8b05-0ff6bb1f753b)
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8542] device (wlp3s0): Activation: starting connection 'nulp' (24b8f4b0-62df-4918-8b05-0ff6bb1f753b)
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8543] device (wlp3s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8545] manager: NetworkManager state is now CONNECTING
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8564] device (wlp3s0): set-hw-addr: reset MAC address to 40:A3:CC:A1:DC:27 (preserve)
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8651] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8653] device (wlp3s0): Activation: (wifi) access point 'nulp' has security, but secrets are required.
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8653] device (wlp3s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8669] device (wlp3s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8672] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8673] device (wlp3s0): Activation: (wifi) connection 'nulp' has security, and secrets exist.  No new secrets needed.
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8673] Config: added 'ssid' value 'nulp'
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8673] Config: added 'scan_ssid' value '1'
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8673] Config: added 'bgscan' value 'simple:30:-65:300'
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8673] Config: added 'key_mgmt' value 'WPA-EAP WPA-EAP-SHA256 FT-EAP'
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8674] Config: added 'password' value '<hidden>'
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8674] Config: added 'eap' value 'TTLS'
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8674] Config: added 'fragment_size' value '1266'
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8674] Config: added 'phase2' value 'auth=PAP'
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8674] Config: added 'identity' value 's12701447'
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8674] Config: added 'proactive_key_caching' value '1'
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8854] device (wlp3s0): supplicant interface state: ready -> disconnected
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8854] device (p2p-dev-wlp3s0): supplicant management interface state: ready -> disconnected
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8863] device (wlp3s0): supplicant interface state: disconnected -> inactive
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8863] device (p2p-dev-wlp3s0): supplicant management interface state: disconnected -> inactive
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8920] device (wlp3s0): supplicant interface state: inactive -> scanning
Oct 10 10:39:02 t470p NetworkManager[445]: <info>  [1570693142.8920] device (p2p-dev-wlp3s0): supplicant management interface state: inactive -> scanning
Oct 10 10:39:02 t470p pacman-key[543]:   -> Disabling key 9515D8A8EAB88E49BB65EDBCE6B456CAF15447D5...
Oct 10 10:39:02 t470p pacman-key[543]:   -> Disabling key 40776A5221EF5AD468A4906D42A1DB15EC133BAD...
Oct 10 10:39:03 t470p pacman-key[543]:   -> Disabling key D4DE5ABDE2A7287644EAC7E36D1A9E70E19DAA50...
Oct 10 10:39:03 t470p pacman-key[543]:   -> Disabling key 44D4A033AC140143927397D47EFD567D4C7EA887...
Oct 10 10:39:03 t470p pacman-key[543]: ==> Updating trust database...
Oct 10 10:39:03 t470p pacman-key[543]: gpg: key 1EB2638FF56C0C53: no user ID for key signature packet of class 10
Oct 10 10:39:03 t470p pacman-key[543]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Oct 10 10:39:03 t470p pacman-key[543]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Oct 10 10:39:03 t470p pacman-key[543]: gpg: marginals needed: 3  completes needed: 1  trust model: pgp
Oct 10 10:39:03 t470p pacman-key[543]: gpg: depth: 0  valid:   1  signed:   6  trust: 0-, 0q, 0n, 0m, 0f, 1u
Oct 10 10:39:03 t470p pacman-key[543]: gpg: depth: 1  valid:   6  signed:  83  trust: 0-, 0q, 0n, 6m, 0f, 0u
Oct 10 10:39:03 t470p pacman-key[543]: gpg: depth: 2  valid:  76  signed:  19  trust: 76-, 0q, 0n, 0m, 0f, 0u
Oct 10 10:39:03 t470p pacman-key[543]: gpg: next trustdb check due at 2019-10-12
Oct 10 10:39:03 t470p systemd[1]: Started Initializes Pacman keyring.
Oct 10 10:39:03 t470p systemd[1]: Reached target Multi-User System.
Oct 10 10:39:03 t470p systemd[1]: Reached target Graphical Interface.
Oct 10 10:39:03 t470p systemd[1]: Startup finished in 6.185s (firmware) + 1.939s (loader) + 2.040s (kernel) + 6.051s (userspace) = 16.216s.
Oct 10 10:39:03 t470p systemd[1]: systemd-rfkill.service: Succeeded.
Oct 10 10:39:03 t470p wpa_supplicant[519]: wlp3s0: SME: Trying to authenticate with dc:ce:c1:7e:7f:ff (SSID='nulp' freq=5180 MHz)
Oct 10 10:39:03 t470p kernel: wlp3s0: authenticate with dc:ce:c1:7e:7f:ff
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.0007] device (wlp3s0): supplicant interface state: scanning -> authenticating
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.0007] device (p2p-dev-wlp3s0): supplicant management interface state: scanning -> authenticating
Oct 10 10:39:04 t470p kernel: wlp3s0: send auth to dc:ce:c1:7e:7f:ff (try 1/3)
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: Trying to associate with dc:ce:c1:7e:7f:ff (SSID='nulp' freq=5180 MHz)
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.0079] device (wlp3s0): supplicant interface state: authenticating -> associating
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.0079] device (p2p-dev-wlp3s0): supplicant management interface state: authenticating -> associating
Oct 10 10:39:04 t470p kernel: wlp3s0: authenticated
Oct 10 10:39:04 t470p kernel: wlp3s0: associate with dc:ce:c1:7e:7f:ff (try 1/3)
Oct 10 10:39:04 t470p kernel: wlp3s0: RX AssocResp from dc:ce:c1:7e:7f:ff (capab=0x111 status=0 aid=15)
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: Associated with dc:ce:c1:7e:7f:ff
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 10 10:39:04 t470p kernel: wlp3s0: associated
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.0211] device (wlp3s0): supplicant interface state: associating -> associated
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.0212] device (p2p-dev-wlp3s0): supplicant management interface state: associating -> associated
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: CTRL-EVENT-EAP-STARTED EAP authentication started
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=4 -> NAK
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=FR/ST=Radius/L=Somewhere/O=Example Inc./emailAddress=admin@example.com/CN=Example Certificate Authority' hash=1c58eca6eedf90d37ca2d42f724dfd7b424f230af22df83a44aa221d9981ec6a
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=FR/ST=Radius/L=Somewhere/O=Example Inc./emailAddress=admin@example.com/CN=Example Certificate Authority' hash=1c58eca6eedf90d37ca2d42f724dfd7b424f230af22df83a44aa221d9981ec6a
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=FR/ST=Radius/O=Example Inc./CN=Example Server Certificate/emailAddress=admin@example.com' hash=c0e9d603564f4d6fa1e56ef36993c46032ebc014095a2970482e5d6ca3ab01ae
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Oct 10 10:39:04 t470p kernel: wlp3s0: Limiting TX power to 17 dBm as advertised by dc:ce:c1:7e:7f:ff
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: PMKSA-CACHE-ADDED dc:ce:c1:7e:7f:ff 0
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: WPA: Key negotiation completed with dc:ce:c1:7e:7f:ff [PTK=CCMP GTK=CCMP]
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to dc:ce:c1:7e:7f:ff completed [id=0 id_str=]
Oct 10 10:39:04 t470p kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.1138] device (wlp3s0): supplicant interface state: associated -> completed
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.1139] device (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "nulp"
Oct 10 10:39:04 t470p wpa_supplicant[519]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-57 noise=9999 txrate=6000
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.1140] device (p2p-dev-wlp3s0): supplicant management interface state: associated -> completed
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.1144] device (wlp3s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.1153] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.1533] dhcp4 (wlp3s0): state changed unknown -> bound
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.1559] device (wlp3s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.1609] device (wlp3s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.1618] device (wlp3s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.1630] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.1678] manager: NetworkManager state is now CONNECTED_SITE
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.1682] policy: set 'nulp' (wlp3s0) as default for IPv4 routing and DNS
Oct 10 10:39:04 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.1' (uid=0 pid=445 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 10 10:39:04 t470p dbus-daemon[444]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Oct 10 10:39:04 t470p NetworkManager[445]: <info>  [1570693144.1724] device (wlp3s0): Activation: successful, device activated.
Oct 10 10:39:05 t470p NetworkManager[445]: <info>  [1570693145.3863] manager: startup complete
Oct 10 10:39:09 t470p systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 10 10:39:09 t470p NetworkManager[445]: <info>  [1570693149.2787] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 10 10:39:09 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=445 comm="/usr/bin/NetworkManager --no-daemon ")
Oct 10 10:39:09 t470p systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 10 10:39:09 t470p dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 10 10:39:09 t470p systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 10 10:39:19 t470p systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 10 10:39:28 t470p systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 10 10:39:31 t470p kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:00:1e:7a:b3:f9:00:08:00 SRC=192.168.40.11 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=55322 PROTO=2 
Oct 10 10:40:21 t470p wpa_supplicant[519]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-59 noise=9999 txrate=144400
Oct 10 10:40:21 t470p wpa_supplicant[519]: wlp3s0: PMKSA-CACHE-ADDED dc:ce:c1:7e:7f:f0 0
Oct 10 10:40:21 t470p wpa_supplicant[519]: wlp3s0: PMKSA-CACHE-ADDED 00:23:69:02:29:e9 0
Oct 10 10:40:29 t470p systemd[605]: gnome-session-manager@gnome-login.service: State 'stop-sigterm' timed out. Killing.
Oct 10 10:40:29 t470p systemd[605]: gnome-session-manager@gnome-login.service: Killing process 644 (gnome-session-b) with signal SIGKILL.
Oct 10 10:40:29 t470p systemd[605]: gnome-session-manager@gnome-login.service: Main process exited, code=killed, status=9/KILL
Oct 10 10:40:29 t470p systemd[605]: gnome-session-manager@gnome-login.service: Failed with result 'timeout'.
Oct 10 10:40:29 t470p systemd[605]: Stopped GNOME Session Manager (session: gnome-login).
Oct 10 10:40:29 t470p systemd[605]: gnome-session-manager@gnome-login.service: Triggering OnFailure= dependencies.
Oct 10 10:40:29 t470p systemd[605]: Stopped target Tasks to be run before GNOME Session starts.
Oct 10 10:40:29 t470p systemd[605]: Stopped target Session services which should run early before the graphical session is brought up.
Oct 10 10:40:29 t470p systemd[605]: Reached target Shutdown running GNOME Session.
Oct 10 10:40:29 t470p systemd[605]: Stopping Monitor Session leader for GNOME Session...
Oct 10 10:40:29 t470p systemd[605]: Starting Restart DBus after GNOME Session shutdown...
Oct 10 10:40:29 t470p systemd[605]: gnome-session-monitor.service: Succeeded.
Oct 10 10:40:29 t470p systemd[605]: Stopped Monitor Session leader for GNOME Session.
Oct 10 10:40:29 t470p systemd[605]: Started Restart DBus after GNOME Session shutdown.
Oct 10 10:40:29 t470p gdm[462]: GdmDisplay: Session never registered, failing
Oct 10 10:40:29 t470p pulseaudio[642]: E: [pulseaudio] stdin-util.c: Unable to read or parse data from client.
Oct 10 10:40:29 t470p systemd[605]: Stopping D-Bus User Message Bus...
Oct 10 10:40:29 t470p systemd[1]: session-c1.scope: Succeeded.
Oct 10 10:40:29 t470p systemd[605]: gnome-session-restart-dbus.service: Succeeded.
Oct 10 10:40:29 t470p systemd-logind[484]: Session c1 logged out. Waiting for processes to exit.
Oct 10 10:40:29 t470p systemd-logind[484]: Removed session c1.
Oct 10 10:40:29 t470p gdm[462]: Child process -618 was already dead.
Oct 10 10:40:29 t470p gdm[462]: Child process -618 was already dead.
Oct 10 10:40:29 t470p systemd[605]: dbus.service: Succeeded.
Oct 10 10:40:29 t470p systemd[605]: Stopped D-Bus User Message Bus.
Oct 10 10:40:29 t470p systemd[605]: Started D-Bus User Message Bus.
Oct 10 10:40:29 t470p systemd-logind[484]: New session c2 of user gdm.
Oct 10 10:40:29 t470p systemd[1]: Started Session c2 of user gdm.
Oct 10 10:40:29 t470p systemd[605]: pulseaudio.service: Succeeded.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (--) Log file renamed from "/var/log/Xorg.pid-876.log" to "/var/log/Xorg.0.log"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (WW) Failed to open protocol names file lib/xorg/protocol.txt
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: X.Org X Server 1.20.5
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: X Protocol Version 11, Revision 0
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: Build Operating System: Linux Arch Linux
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: Current Operating System: Linux t470p 5.3.5-arch1-1-ARCH #1 SMP PREEMPT Mon Oct 7 19:03:08 UTC 2019 x86_64
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=17ec7ccc-afd7-4fcc-9e50-19d3b0a7c3cd rw audit=0 loglevel=3 quiet splash
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: Build Date: 30 June 2019  09:52:01AM
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:  
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: Current version of pixman: 0.38.4
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         Before reporting problems, check http://wiki.x.org
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         to make sure that you have the latest version.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: Markers: (--) probed, (**) from config file, (==) default setting,
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         (++) from command line, (!!) notice, (II) informational,
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 10 10:40:29 2019
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) No Layout section.  Using the first Screen section.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) No screen section available. Using defaults.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (**) |-->Screen "Default Screen Section" (0)
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (**) |   |-->Monitor "<default monitor>"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) No monitor specified for screen "Default Screen Section".
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         Using a default monitor configuration.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Automatically adding devices
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Automatically enabling devices
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Automatically adding GPU devices
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Automatically binding GPU devices
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (WW) The directory "/usr/share/fonts/misc" does not exist.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         Entry deleted from font path.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         Entry deleted from font path.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         Entry deleted from font path.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         Entry deleted from font path.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         Entry deleted from font path.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) FontPath set to:
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         /usr/share/fonts/TTF
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) ModulePath set to "/usr/lib/xorg/modules"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) The server relies on udev to provide the list of input devices.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Module ABI versions:
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         X.Org ANSI C Emulation: 0.4
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         X.Org Video Driver: 24.0
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         X.Org XInput driver : 24.1
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         X.Org Server Extension : 10.0
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (++) using VT number 1
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) xfree86: Adding drm device (/dev/dri/card1)
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (EE) systemd-logind: failed to take device /dev/dri/card1: Operation not permitted
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) xfree86: Adding drm device (/dev/dri/card0)
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (EE) systemd-logind: failed to take device /dev/dri/card0: Operation not permitted
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (--) PCI: (0@0:2:0) 8086:591b:17aa:505e rev 4, Mem @ 0xf0000000/16777216, 0xe0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (--) PCI:*(2@0:0:0) 10de:134d:17aa:505e rev 162, Mem @ 0xf1000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "glx"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Module glx: vendor="X.Org Foundation"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         compiled for 1.20.5, module version = 1.0.0
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         ABI class: X.Org Server Extension, version 10.0
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Applying OutputClass "nvidia" to /dev/dri/card1
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         loading driver: nvidia
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Applying OutputClass "intel" to /dev/dri/card0
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         loading driver: modesetting
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Matched nvidia as autoconfigured driver 0
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Matched nouveau as autoconfigured driver 1
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Matched nv as autoconfigured driver 2
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Matched modesetting as autoconfigured driver 3
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Matched intel as autoconfigured driver 4
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Matched fbdev as autoconfigured driver 5
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Matched vesa as autoconfigured driver 6
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) Assigned the driver to the xf86ConfigLayout
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "nvidia"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Module nvidia: vendor="NVIDIA Corporation"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         compiled for 1.6.99.901, module version = 1.0.0
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         Module class: X.Org Video Driver
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "nouveau"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (WW) Warning, couldn't open module nouveau
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (EE) Failed to load module "nouveau" (module does not exist, 0)
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "nv"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (WW) Warning, couldn't open module nv
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (EE) Failed to load module "nv" (module does not exist, 0)
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "modesetting"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Module modesetting: vendor="X.Org Foundation"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         compiled for 1.20.5, module version = 1.20.5
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         Module class: X.Org Video Driver
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         ABI class: X.Org Video Driver, version 24.0
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "intel"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (WW) Warning, couldn't open module intel
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (EE) Failed to load module "intel" (module does not exist, 0)
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "fbdev"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (WW) Warning, couldn't open module fbdev
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (EE) Failed to load module "fbdev" (module does not exist, 0)
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "vesa"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (WW) Warning, couldn't open module vesa
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (EE) Failed to load module "vesa" (module does not exist, 0)
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA dlloader X Driver  435.21  Sun Aug 25 08:17:08 CDT 2019
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Loading sub module "fb"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "fb"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Loading /usr/lib/xorg/modules/libfb.so
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Module fb: vendor="X.Org Foundation"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         compiled for 1.20.5, module version = 1.0.0
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         ABI class: X.Org ANSI C Emulation, version 0.4
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Loading sub module "wfb"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "wfb"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Loading /usr/lib/xorg/modules/libwfb.so
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Module wfb: vendor="X.Org Foundation"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         compiled for 1.20.5, module version = 1.0.0
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         ABI class: X.Org ANSI C Emulation, version 0.4
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Loading sub module "ramdac"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "ramdac"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Module "ramdac" already built-in
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (WW) Falling back to old probe method for modesetting
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): using drv /dev/dri/card0
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0): Creating default Display subsection in Screen section
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         "Default Screen Section" for depth/fbbpp 24/32
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) NVIDIA(0): RGB weight 888
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) NVIDIA(0): Default visual is TrueColor
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Applying OutputClass "nvidia" options to /dev/dri/card1
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (**) NVIDIA(0): Enabling 2D acceleration
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Loading sub module "glxserver_nvidia"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "glxserver_nvidia"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         compiled for 1.6.99.901, module version = 1.0.0
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]:         Module class: X.Org Server Extension
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA GLX Module  435.21  Sun Aug 25 08:14:27 CDT 2019
Oct 10 10:40:29 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA: The X server does not support PRIME Render Offload.
Oct 10 10:40:29 t470p kernel: ACPI Warning: \_SB.PCI0.PEG2.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20190703/nsarguments-59)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0): NVIDIA GPU GeForce 940MX (GM108-A) at PCI:2:0:0 (GPU-0)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (--) NVIDIA(0): Memory: 2097152 kBytes
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (--) NVIDIA(0): VideoBIOS: 82.08.6c.00.10
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0): Detected PCI Express Link width: 4X
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0): Validated MetaModes:
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0):     "NULL"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (WW) NVIDIA(0): Unable to get display device for DPI computation.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (==) modeset(G0): RGB weight 888
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (==) modeset(G0): Default visual is TrueColor
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Loading sub module "glamoregl"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "glamoregl"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Module glamoregl: vendor="X.Org Foundation"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]:         compiled for 1.20.5, module version = 1.0.1
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]:         ABI class: X.Org ANSI C Emulation, version 0.4
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): glamor initialized
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Output eDP-1-1 has no monitor section
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Output DP-1-1 has no monitor section
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Output HDMI-1-1 has no monitor section
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Output DP-1-2 has no monitor section
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Output HDMI-1-2 has no monitor section
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Output DP-1-3 has no monitor section
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Output HDMI-1-3 has no monitor section
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): EDID for output eDP-1-1
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Manufacturer: AUO  Model: 243d  Serial#: 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Year: 2016  Week: 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): EDID Version: 1.4
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Digital Display Input
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): 6 bits per channel
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Digital interface is DisplayPort
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Max Image Size [cm]: horiz.: 31  vert.: 17
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Gamma: 2.20
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): No DPMS capabilities specified
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Supported color encodings: RGB 4:4:4
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): First detailed timing is preferred mode
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Preferred mode is native pixel format and refresh rate
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): redX: 0.568 redY: 0.342   greenX: 0.344 greenY: 0.580
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): blueX: 0.158 blueY: 0.112   whiteX: 0.313 whiteY: 0.329
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Manufacturer's mask: 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Supported detailed timing:
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): clock: 149.8 MHz   Image Size:  309 x 173 mm
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2068 h_blank_end 2228 h_border: 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1084 v_blanking: 1120 v_border: 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Supported detailed timing:
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): clock: 119.8 MHz   Image Size:  309 x 173 mm
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2068 h_blank_end 2228 h_border: 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1084 v_blanking: 1120 v_border: 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0):  AUO
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0):  B140HAN02.4
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): EDID (in hex):
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0):         00ffffffffffff0006af3d2400000000
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0):         001a0104951f117802a2b59157589428
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0):         1c505400000001010101010101010101
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0):         010101010101843a8034713828403064
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0):         310035ad10000018d02e803471382840
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0):         3064310035ad10000018000000fe0041
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0):         554f0a202020202020202020000000fe
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0):         004231343048414e30322e34200a00e4
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Printing probed modes for output eDP-1-1
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1920x1080"x60.0  149.80  1920 1968 2068 2228  1080 1083 1084 1120 -hsync -vsync (67.2 kHz eP)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1920x1080"x48.0  119.84  1920 1968 2068 2228  1080 1083 1084 1120 -hsync -vsync (53.8 kHz e)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): EDID for output DP-1-1
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): EDID for output HDMI-1-1
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): EDID for output DP-1-2
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): EDID for output HDMI-1-2
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): EDID for output DP-1-3
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): EDID for output HDMI-1-3
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (==) modeset(G0): DPI set to (96, 96)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Loading sub module "fb"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "fb"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Loading /usr/lib/xorg/modules/libfb.so
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Module fb: vendor="X.Org Foundation"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]:         compiled for 1.20.5, module version = 1.0.0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]:         ABI class: X.Org ANSI C Emulation, version 0.4
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (==) modeset(G0): Backing store enabled
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (==) modeset(G0): Silken mouse disabled
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (==) modeset(G0): DPMS enabled
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): [DRI2] Setup complete
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): [DRI2]   DRI driver: i965
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): [DRI2]   VDPAU driver: i965
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA:     access.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0):     configuration option may not be set correctly.  When the
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0):     Config Options in the README.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0): Setting mode "NULL"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (==) NVIDIA(0): Disabling shared memory pixmaps
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (==) NVIDIA(0): Backing store enabled
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (==) NVIDIA(0): Silken mouse disabled
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (==) NVIDIA(0): DPMS enabled
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (WW) NVIDIA(0): Option "PrimaryGPU" is not used
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Loading sub module "dri2"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "dri2"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Module "dri2" already built-in
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0): [DRI2] Setup complete
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension Generic Event Extension
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension SHAPE
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension MIT-SHM
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension XInputExtension
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension XTEST
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension BIG-REQUESTS
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension SYNC
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension XKEYBOARD
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension XC-MISC
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension SECURITY
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension XFIXES
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension RENDER
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension RANDR
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension COMPOSITE
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension DAMAGE
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension MIT-SCREEN-SAVER
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension DOUBLE-BUFFER
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension RECORD
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension DPMS
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension Present
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension DRI3
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension X-Resource
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension XVideo
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension XVideo-MotionCompensation
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension GLX
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Indirect GLX disabled.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) GLX: Another vendor is already registered for screen 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension XFree86-VidModeExtension
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension XFree86-DGA
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension XFree86-DRI
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension DRI2
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension NV-GLX
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Initializing extension NV-CONTROL
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) modeset(G0): Damage tracking initialized
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: > Internal error:   Could not resolve keysym XF86RotationLockToggle
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: Errors from xkbcomp are not fatal to the X server
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Power Button: Applying InputClass "system-keyboard"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) LoadModule: "libinput"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Module libinput: vendor="X.Org Foundation"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]:         compiled for 1.20.5, module version = 0.29.0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]:         Module class: X.Org XInput Driver
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]:         ABI class: X.Org XInput driver, version 24.1
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Using input driver 'libinput' for 'Power Button'
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 34 paused 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Power Button: always reports core events
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "Device" "/dev/input/event2"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "_source" "server/udev"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event2  - Power Button: is tagged by udev as: Keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event2  - Power Button: device is a keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event2  - Power Button: device removed
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "xkb_layout" "us"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event2  - Power Button: is tagged by udev as: Keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event2  - Power Button: device is a keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device Video Bus (/dev/input/event7)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Video Bus: Applying InputClass "system-keyboard"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Using input driver 'libinput' for 'Video Bus'
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 37 paused 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Video Bus: always reports core events
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "Device" "/dev/input/event7"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "_source" "server/udev"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event7  - Video Bus: is tagged by udev as: Keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event7  - Video Bus: device is a keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event7  - Video Bus: device removed
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event7"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "xkb_layout" "us"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event7  - Video Bus: is tagged by udev as: Keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event7  - Video Bus: device is a keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device Video Bus (/dev/input/event6)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Video Bus: Applying InputClass "system-keyboard"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Using input driver 'libinput' for 'Video Bus'
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 38 paused 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Video Bus: always reports core events
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "Device" "/dev/input/event6"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "_source" "server/udev"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event6  - Video Bus: is tagged by udev as: Keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event6  - Video Bus: device is a keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event6  - Video Bus: device removed
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/LNXVIDEO:00/input/input8/event6"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "xkb_layout" "us"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event6  - Video Bus: is tagged by udev as: Keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event6  - Video Bus: device is a keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) This device may have been added with another device file.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Sleep Button: Applying InputClass "system-keyboard"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Using input driver 'libinput' for 'Sleep Button'
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 39 paused 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Sleep Button: always reports core events
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "Device" "/dev/input/event0"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "_source" "server/udev"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event0  - Sleep Button: is tagged by udev as: Keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event0  - Sleep Button: device is a keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event0  - Sleep Button: device removed
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "xkb_layout" "us"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event0  - Sleep Button: is tagged by udev as: Keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event0  - Sleep Button: device is a keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event18)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 40 paused 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Integrated Camera: Integrated C: always reports core events
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "Device" "/dev/input/event18"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "_source" "server/udev"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event18 - Integrated Camera: Integrated C: device is a keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event18 - Integrated Camera: Integrated C: device removed
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input20/event18"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "xkb_layout" "us"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event18 - Integrated Camera: Integrated C: device is a keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) This device may have been added with another device file.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) This device may have been added with another device file.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event10)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) This device may have been added with another device file.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event11)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) This device may have been added with another device file.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) This device may have been added with another device file.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) This device may have been added with another device file.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) This device may have been added with another device file.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) This device may have been added with another device file.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) This device may have been added with another device file.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) This device may have been added with another device file.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 41 paused 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) AT Translated Set 2 keyboard: always reports core events
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "Device" "/dev/input/event3"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "_source" "server/udev"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event3  - AT Translated Set 2 keyboard: device removed
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "xkb_layout" "us"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event19)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 42 paused 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) SynPS/2 Synaptics TouchPad: always reports core events
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "Device" "/dev/input/event19"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "_source" "server/udev"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event19 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event19 - SynPS/2 Synaptics TouchPad: device is a touchpad
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event19 - SynPS/2 Synaptics TouchPad: device removed
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event19"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "AccelerationScheme" "none"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event19 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event19 - SynPS/2 Synaptics TouchPad: device is a touchpad
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) This device may have been added with another device file.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event20)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 43 paused 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) TPPS/2 IBM TrackPoint: always reports core events
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "Device" "/dev/input/event20"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "_source" "server/udev"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event20 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event20 - TPPS/2 IBM TrackPoint: device is a pointer
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event20 - TPPS/2 IBM TrackPoint: device removed
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input21/event20"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "AccelerationScheme" "none"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event20 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event20 - TPPS/2 IBM TrackPoint: device is a pointer
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) This device may have been added with another device file.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) This device may have been added with another device file.
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 44 paused 0
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) ThinkPad Extra Buttons: always reports core events
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "Device" "/dev/input/event4"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "_source" "server/udev"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event4  - ThinkPad Extra Buttons: device is a keyboard
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event4  - ThinkPad Extra Buttons: device removed
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (**) Option "xkb_layout" "us"
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
Oct 10 10:40:30 t470p /usr/lib/gdm-x-session[874]: (II) event4  - ThinkPad Extra Buttons: device is a keyboard
Oct 10 10:40:30 t470p dbus-daemon[871]: [session uid=120 pid=871] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.2' (uid=120 pid=887 comm="/usr/lib/gnome-session-check-accelerated ")
Oct 10 10:40:30 t470p systemd[605]: Starting Accessibility services bus...
Oct 10 10:40:30 t470p dbus-daemon[871]: [session uid=120 pid=871] Successfully activated service 'org.a11y.Bus'
Oct 10 10:40:30 t470p systemd[605]: Started Accessibility services bus.
Oct 10 10:40:30 t470p systemd[605]: Started GNOME Session is not yet stable (running for <2 minutes).
Oct 10 10:40:30 t470p systemd[605]: Stopped target Shutdown running GNOME Session.
Oct 10 10:40:30 t470p gnome-session-binary[883]: WARNING: Error creating FIFO: File exists
Oct 10 10:40:30 t470p gnome-session[883]: gnome-session-binary[883]: WARNING: Error creating FIFO: File exists
Oct 10 10:40:30 t470p systemd[605]: Reached target GNOME session X11 services.
Oct 10 10:40:30 t470p systemd[605]: Reached target Session services which should run early before the graphical session is brought up.
Oct 10 10:40:30 t470p systemd[605]: Starting Monitor Session leader for GNOME Session...
Oct 10 10:40:30 t470p systemd[605]: Starting Sound Service...
Oct 10 10:40:30 t470p gnome-session-c[899]: Error creating FIFO: File exists
Oct 10 10:40:30 t470p systemd[605]: Started Monitor Session leader for GNOME Session.
Oct 10 10:40:30 t470p systemd[605]: Reached target Tasks to be run before GNOME Session starts.
Oct 10 10:40:30 t470p systemd[605]: Starting GNOME Session Manager (session: gnome-login)...
Oct 10 10:40:30 t470p gnome-session[902]: gnome-session-binary[902]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Oct 10 10:40:30 t470p gnome-session-binary[902]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Oct 10 10:40:30 t470p systemd[605]: Started GNOME Session Manager (session: gnome-login).
Oct 10 10:40:30 t470p systemd[605]: Reached target GNOME Session Manager is ready.
Oct 10 10:40:30 t470p systemd[605]: Starting GNOME Shell on X11...
Oct 10 10:40:31 t470p kernel: [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:00:1e:7a:b3:f9:00:08:00 SRC=192.168.40.11 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=55474 PROTO=2 
Oct 10 10:40:31 t470p rtkit-daemon[651]: Successfully made thread 900 of process 900 owned by '120' high priority at nice level -11.
Oct 10 10:40:31 t470p rtkit-daemon[651]: Supervising 1 threads of 1 processes of 1 users.
Oct 10 10:40:31 t470p rtkit-daemon[651]: Supervising 1 threads of 1 processes of 1 users.
Oct 10 10:40:31 t470p rtkit-daemon[651]: Successfully made thread 913 of process 900 owned by '120' RT at priority 5.
Oct 10 10:40:31 t470p rtkit-daemon[651]: Supervising 2 threads of 1 processes of 1 users.
Oct 10 10:40:31 t470p rtkit-daemon[651]: Supervising 2 threads of 1 processes of 1 users.
Oct 10 10:40:31 t470p rtkit-daemon[651]: Successfully made thread 914 of process 900 owned by '120' RT at priority 5.
Oct 10 10:40:31 t470p rtkit-daemon[651]: Supervising 3 threads of 1 processes of 1 users.
Oct 10 10:40:31 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.57' (uid=120 pid=900 comm="/usr/bin/pulseaudio --daemonize=no ")
Oct 10 10:40:31 t470p dbus-daemon[444]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Oct 10 10:40:31 t470p systemd[605]: Started Sound Service.
Oct 10 10:40:31 t470p pulseaudio[900]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Oct 10 10:40:31 t470p /usr/lib/gdm-x-session[874]: randr: falling back to unsynchronized pixmap sharing
Oct 10 10:40:32 t470p gnome-shell[907]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Oct 10 10:40:32 t470p gnome-shell[907]: Will monitor session c2
Oct 10 10:40:32 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.50' (uid=120 pid=907 comm="/usr/bin/gnome-shell ")
Oct 10 10:40:32 t470p systemd[1]: Starting Locale Service...
Oct 10 10:40:32 t470p gnome-shell[907]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Oct 10 10:40:32 t470p dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.locale1'
Oct 10 10:40:32 t470p systemd[1]: Started Locale Service.
Oct 10 10:40:32 t470p /usr/lib/gdm-x-session[874]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Oct 10 10:40:32 t470p /usr/lib/gdm-x-session[874]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
Oct 10 10:40:32 t470p /usr/lib/gdm-x-session[874]: > Internal error:   Could not resolve keysym XF86RotationLockToggle
Oct 10 10:40:32 t470p /usr/lib/gdm-x-session[874]: Errors from xkbcomp are not fatal to the X server
Oct 10 10:40:32 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.50' (uid=120 pid=907 comm="/usr/bin/gnome-shell ")
Oct 10 10:40:32 t470p systemd[1]: Starting Daemon for power management...
Oct 10 10:40:32 t470p gnome-shell[907]: Missing required core component Settings, expect trouble…
Oct 10 10:40:32 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.50' (uid=120 pid=907 comm="/usr/bin/gnome-shell ")
Oct 10 10:40:32 t470p systemd[1]: Starting Location Lookup Service...
Oct 10 10:40:32 t470p polkitd[577]: Registered Authentication Agent for unix-session:c2 (system bus name :1.50 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Oct 10 10:40:32 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.63' (uid=970 pid=933 comm="/usr/lib/geoclue ")
Oct 10 10:40:32 t470p dbus-daemon[444]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Oct 10 10:40:32 t470p geoclue[933]: Failed to connect to avahi service: Daemon not running
Oct 10 10:40:32 t470p dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Oct 10 10:40:32 t470p systemd[1]: Started Location Lookup Service.
Oct 10 10:40:32 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.62' (uid=970 pid=933 comm="/usr/lib/geoclue ")
Oct 10 10:40:32 t470p dbus-daemon[444]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Oct 10 10:40:32 t470p geoclue[933]: Failed to connect to ModemManager: Error calling StartServiceByName for org.freedesktop.ModemManager1: Unit dbus-org.freedesktop.ModemManager1.service not found.
Oct 10 10:40:32 t470p gnome-shell[907]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Oct 10 10:40:32 t470p gnome-shell[907]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Oct 10 10:40:32 t470p gnome-shell[907]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Oct 10 10:40:32 t470p gnome-shell[907]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Oct 10 10:40:32 t470p gnome-shell[907]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Oct 10 10:40:32 t470p gnome-shell[907]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Oct 10 10:40:32 t470p gnome-shell[907]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Oct 10 10:40:32 t470p gnome-shell[907]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Oct 10 10:40:32 t470p gnome-shell[907]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Oct 10 10:40:32 t470p gnome-shell[907]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Oct 10 10:40:32 t470p gnome-shell[907]: Failed to get PolKit permission: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:32 t470p dbus-daemon[444]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service' requested by ':1.50' (uid=120 pid=907 comm="/usr/bin/gnome-shell ")
Oct 10 10:40:32 t470p systemd[1]: Starting Fingerprint Authentication Daemon...
Oct 10 10:40:32 t470p dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.UPower'
Oct 10 10:40:32 t470p systemd[1]: Started Daemon for power management.
Oct 10 10:40:32 t470p dbus-daemon[444]: [system] Successfully activated service 'net.reactivated.Fprint'
Oct 10 10:40:32 t470p systemd[1]: Started Fingerprint Authentication Daemon.
Oct 10 10:40:32 t470p systemd[605]: Started GNOME Shell on X11.
Oct 10 10:40:32 t470p systemd[605]: Reached target GNOME Shell on X11.
Oct 10 10:40:32 t470p systemd[605]: Reached target GNOME Session is initialized.
Oct 10 10:40:32 t470p systemd[605]: Reached target GNOME X11 Session.
Oct 10 10:40:32 t470p systemd[605]: Reached target GNOME Session (session: gnome-login).
Oct 10 10:40:32 t470p systemd[605]: Starting Signal initialization done to GNOME Session Manager...
Oct 10 10:40:32 t470p systemd[605]: Starting GNOME Accessibility settings...
Oct 10 10:40:32 t470p systemd[605]: Starting GNOME Color management...
Oct 10 10:40:32 t470p systemd[605]: Starting GNOME Keyboard handling...
Oct 10 10:40:32 t470p systemd[605]: Starting GNOME Media keys handling...
Oct 10 10:40:32 t470p systemd[605]: Starting GNOME Power management handling...
Oct 10 10:40:32 t470p systemd[605]: Starting GNOME Printer notifications...
Oct 10 10:40:32 t470p gnome-session-binary[902]: Entering running state
Oct 10 10:40:32 t470p systemd[605]: Starting GNOME RFKill handling...
Oct 10 10:40:32 t470p systemd[605]: Starting GNOME Smartcard handling...
Oct 10 10:40:32 t470p systemd[605]: Starting GNOME Sound sample caching handling...
Oct 10 10:40:32 t470p systemd[605]: Starting GNOME Wacom handling...
Oct 10 10:40:32 t470p systemd[605]: Starting GNOME WWan management...
Oct 10 10:40:32 t470p systemd[605]: Starting GNOME XSettings...
Oct 10 10:40:32 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:32 t470p systemd[605]: gnome-session-signal-init.service: Succeeded.
Oct 10 10:40:32 t470p systemd[605]: Started Signal initialization done to GNOME Session Manager.
Oct 10 10:40:32 t470p systemd[605]: Started GNOME Accessibility settings.
Oct 10 10:40:32 t470p systemd[605]: Reached target GNOME Accessibility settings.
Oct 10 10:40:32 t470p systemd[605]: Started GNOME Printer notifications.
Oct 10 10:40:32 t470p systemd[605]: Reached target GNOME Printer notifications.
Oct 10 10:40:32 t470p systemd[605]: Started GNOME Sound sample caching handling.
Oct 10 10:40:32 t470p systemd[605]: Reached target GNOME Sound sample caching handling.
Oct 10 10:40:32 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.73' (uid=120 pid=974 comm="/usr/lib/gsd-rfkill ")
Oct 10 10:40:32 t470p gsd-smartcard[975]: specified class size for type 'GsdSmartcardService' is smaller than the parent type's 'GsdSmartcardServiceManagerSkeleton' class size
Oct 10 10:40:32 t470p gsd-smartcard[975]: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
Oct 10 10:40:32 t470p gsd-smartcard[975]: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
Oct 10 10:40:32 t470p gsd-smartcard[975]: g_once_init_leave: assertion 'result != 0' failed
Oct 10 10:40:32 t470p gsd-smartcard[975]: g_async_initable_new_valist_async: assertion 'G_TYPE_IS_ASYNC_INITABLE (object_type)' failed
Oct 10 10:40:32 t470p systemd[605]: Started GNOME Smartcard handling.
Oct 10 10:40:32 t470p systemd[605]: Reached target GNOME Smartcard handling.
Oct 10 10:40:32 t470p systemd[1]: Starting Hostname Service...
Oct 10 10:40:32 t470p systemd[605]: Started GNOME Keyboard handling.
Oct 10 10:40:32 t470p systemd[605]: Reached target GNOME Keyboard handling.
Oct 10 10:40:32 t470p systemd[605]: Started GNOME WWan management.
Oct 10 10:40:32 t470p systemd[605]: Reached target GNOME WWan management.
Oct 10 10:40:32 t470p at-spi-bus-launcher[888]: dbus-daemon[894]: Activating service name='org.a11y.atspi.Registry' requested by ':1.2' (uid=120 pid=967 comm="/usr/lib/gsd-keyboard ")
Oct 10 10:40:32 t470p systemd[605]: Started GNOME Color management.
Oct 10 10:40:32 t470p systemd[605]: Reached target GNOME Color management.
Oct 10 10:40:32 t470p systemd[605]: Started GNOME Wacom handling.
Oct 10 10:40:32 t470p systemd[605]: Reached target GNOME Wacom handling.
Oct 10 10:40:32 t470p at-spi-bus-launcher[888]: dbus-daemon[894]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 10 10:40:32 t470p at-spi-bus-launcher[888]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 10 10:40:32 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.82' (uid=120 pid=966 comm="/usr/lib/gsd-color ")
Oct 10 10:40:32 t470p systemd[1]: Starting Manage, Install and Generate Color Profiles...
Oct 10 10:40:32 t470p systemd[605]: Started GNOME Media keys handling.
Oct 10 10:40:32 t470p systemd[605]: Reached target GNOME Media keys handling.
Oct 10 10:40:32 t470p systemd[605]: Started GNOME Power management handling.
Oct 10 10:40:32 t470p systemd[605]: Reached target GNOME Power management handling.
Oct 10 10:40:33 t470p dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Oct 10 10:40:33 t470p systemd[1]: Started Manage, Install and Generate Color Profiles.
Oct 10 10:40:33 t470p systemd[605]: Started GNOME XSettings.
Oct 10 10:40:33 t470p systemd[605]: Reached target GNOME XSettings.
Oct 10 10:40:33 t470p gnome-shell[907]: JS WARNING: [resource:///org/gnome/shell/ui/layout.js 24]: reference to undefined property "MetaWindowX11"
Oct 10 10:40:33 t470p dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 10 10:40:33 t470p systemd[1]: Started Hostname Service.
Oct 10 10:40:33 t470p systemd[605]: Started GNOME RFKill handling.
Oct 10 10:40:33 t470p systemd[605]: Reached target GNOME RFKill handling.
Oct 10 10:40:33 t470p systemd[605]: Reached target GNOME Session.
Oct 10 10:40:33 t470p systemd[605]: Reached target GNOME X11 Session (session: gnome-login).
Oct 10 10:40:33 t470p systemd[605]: Reached target Current graphical user session.
Oct 10 10:40:33 t470p kernel: rfkill: input handler disabled
Oct 10 10:40:33 t470p gsd-media-keys[968]: Failed to grab accelerator for keybinding settings:playback-repeat
Oct 10 10:40:33 t470p gsd-media-keys[968]: Failed to grab accelerator for keybinding settings:screen-brightness-cycle
Oct 10 10:40:33 t470p gsd-media-keys[968]: Failed to grab accelerator for keybinding settings:playback-random
Oct 10 10:40:33 t470p gsd-media-keys[968]: Failed to grab accelerator for keybinding settings:rfkill
Oct 10 10:40:33 t470p gsd-media-keys[968]: Failed to grab accelerator for keybinding settings:hibernate
Oct 10 10:40:33 t470p gnome-shell[907]: Registering session with GDM
Oct 10 10:40:34 t470p gnome-shell[907]: _clutter_stage_queue_event: assertion 'CLUTTER_IS_STAGE (stage)' failed
Oct 10 10:40:34 t470p gdm-password][1051]: PAM unable to dlopen(/usr/lib/security/pam_gnome_keyring.so): /usr/lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
Oct 10 10:40:34 t470p gdm-password][1051]: PAM adding faulty module: /usr/lib/security/pam_gnome_keyring.so
Oct 10 10:40:34 t470p kernel: usb 1-6: reset full-speed USB device number 2 using xhci_hcd
Oct 10 10:40:37 t470p gdm-fingerprint][1052]: pam_unix(gdm-fingerprint:session): session opened for user damoklov by (uid=0)
Oct 10 10:40:37 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:37 t470p systemd[1]: Created slice User Slice of UID 1000.
Oct 10 10:40:37 t470p systemd[1]: Starting User Runtime Directory /run/user/1000...
Oct 10 10:40:37 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:37 t470p systemd-logind[484]: New session 2 of user damoklov.
Oct 10 10:40:37 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:37 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:37 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:37 t470p systemd[1]: Started User Runtime Directory /run/user/1000.
Oct 10 10:40:37 t470p systemd[1]: Starting User Manager for UID 1000...
Oct 10 10:40:37 t470p systemd[1065]: pam_unix(systemd-user:session): session opened for user damoklov by (uid=0)
Oct 10 10:40:37 t470p systemd[1065]: Reached target Paths.
Oct 10 10:40:37 t470p systemd[1065]: Reached target Timers.
Oct 10 10:40:37 t470p systemd[1065]: Starting D-Bus User Message Bus Socket.
Oct 10 10:40:37 t470p systemd[1065]: Listening on GnuPG network certificate management daemon.
Oct 10 10:40:37 t470p systemd[1065]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 10 10:40:37 t470p systemd[1065]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 10 10:40:37 t470p systemd[1065]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 10 10:40:37 t470p systemd[1065]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 10 10:40:37 t470p systemd[1065]: Listening on p11-kit server.
Oct 10 10:40:37 t470p systemd[1065]: Listening on Multimedia System.
Oct 10 10:40:37 t470p systemd[1065]: Listening on Sound System.
Oct 10 10:40:37 t470p systemd[1065]: Listening on D-Bus User Message Bus Socket.
Oct 10 10:40:37 t470p systemd[1065]: Reached target Sockets.
Oct 10 10:40:37 t470p systemd[1065]: Reached target Basic System.
Oct 10 10:40:37 t470p systemd[1]: Started User Manager for UID 1000.
Oct 10 10:40:37 t470p systemd[1065]: Starting Update XDG user dir configuration...
Oct 10 10:40:37 t470p systemd[1]: Started Session 2 of user damoklov.
Oct 10 10:40:37 t470p systemd[1065]: xdg-user-dirs-update.service: Succeeded.
Oct 10 10:40:37 t470p systemd[1065]: Started Update XDG user dir configuration.
Oct 10 10:40:37 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:37 t470p systemd[1065]: Reached target Main User Target.
Oct 10 10:40:37 t470p systemd[1065]: Startup finished in 72ms.
Oct 10 10:40:37 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:37 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (**) Option "fd" "34"
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) event2  - Power Button: device removed
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (**) Option "fd" "37"
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) event7  - Video Bus: device removed
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (**) Option "fd" "38"
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) event6  - Video Bus: device removed
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (**) Option "fd" "39"
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) event0  - Sleep Button: device removed
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (**) Option "fd" "40"
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) event18 - Integrated Camera: Integrated C: device removed
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (**) Option "fd" "41"
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) event3  - AT Translated Set 2 keyboard: device removed
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (**) Option "fd" "42"
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) event19 - SynPS/2 Synaptics TouchPad: device removed
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (**) Option "fd" "43"
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) event20 - TPPS/2 IBM TrackPoint: device removed
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (**) Option "fd" "44"
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) event4  - ThinkPad Extra Buttons: device removed
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got pause for 13:70
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got pause for 13:71
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got pause for 13:66
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got pause for 13:67
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got pause for 13:64
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got pause for 13:82
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got pause for 13:83
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got pause for 13:68
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) systemd-logind: got pause for 13:84
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) libinput: TPPS/2 IBM TrackPoint: SetProperty on 349 called but device is disabled.
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: This driver cannot change properties on a disabled device
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) libinput: TPPS/2 IBM TrackPoint: SetProperty on 337 called but device is disabled.
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: This driver cannot change properties on a disabled device
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: (II) libinput: TPPS/2 IBM TrackPoint: SetProperty on 351 called but device is disabled.
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[874]: This driver cannot change properties on a disabled device
Oct 10 10:40:37 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:37 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:37 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:37 t470p kernel: rfkill: input handler enabled
Oct 10 10:40:37 t470p /usr/lib/gdm-x-session[1073]: _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: _XSERVTransMakeAllCOTSServerListeners: server already running
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (--) Log file renamed from "/var/log/Xorg.pid-1075.log" to "/var/log/Xorg.1.log"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) Failed to open protocol names file lib/xorg/protocol.txt
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: X.Org X Server 1.20.5
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: X Protocol Version 11, Revision 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: Build Operating System: Linux Arch Linux
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: Current Operating System: Linux t470p 5.3.5-arch1-1-ARCH #1 SMP PREEMPT Mon Oct 7 19:03:08 UTC 2019 x86_64
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=17ec7ccc-afd7-4fcc-9e50-19d3b0a7c3cd rw audit=0 loglevel=3 quiet splash
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: Build Date: 30 June 2019  09:52:01AM
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:  
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: Current version of pixman: 0.38.4
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         Before reporting problems, check http://wiki.x.org
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         to make sure that you have the latest version.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: Markers: (--) probed, (**) from config file, (==) default setting,
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         (++) from command line, (!!) notice, (II) informational,
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Log file: "/var/log/Xorg.1.log", Time: Thu Oct 10 10:40:37 2019
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) No Layout section.  Using the first Screen section.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) No screen section available. Using defaults.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) |-->Screen "Default Screen Section" (0)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) |   |-->Monitor "<default monitor>"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) No monitor specified for screen "Default Screen Section".
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         Using a default monitor configuration.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Automatically adding devices
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Automatically enabling devices
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Automatically adding GPU devices
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Automatically binding GPU devices
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) The directory "/usr/share/fonts/misc" does not exist.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         Entry deleted from font path.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         Entry deleted from font path.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         Entry deleted from font path.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         Entry deleted from font path.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         Entry deleted from font path.
Oct 10 10:40:37 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) FontPath set to:
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         /usr/share/fonts/TTF
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) ModulePath set to "/usr/lib/xorg/modules"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) The server relies on udev to provide the list of input devices.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Module ABI versions:
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         X.Org ANSI C Emulation: 0.4
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         X.Org Video Driver: 24.0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         X.Org XInput driver : 24.1
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         X.Org Server Extension : 10.0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (++) using VT number 2
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) xfree86: Adding drm device (/dev/dri/card1)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (EE) systemd-logind: failed to take device /dev/dri/card1: Operation not permitted
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) xfree86: Adding drm device (/dev/dri/card0)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (EE) systemd-logind: failed to take device /dev/dri/card0: Operation not permitted
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (--) PCI: (0@0:2:0) 8086:591b:17aa:505e rev 4, Mem @ 0xf0000000/16777216, 0xe0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (--) PCI:*(2@0:0:0) 10de:134d:17aa:505e rev 162, Mem @ 0xf1000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "glx"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Module glx: vendor="X.Org Foundation"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         compiled for 1.20.5, module version = 1.0.0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         ABI class: X.Org Server Extension, version 10.0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Applying OutputClass "nvidia" to /dev/dri/card1
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         loading driver: nvidia
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Applying OutputClass "intel" to /dev/dri/card0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         loading driver: modesetting
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Matched nvidia as autoconfigured driver 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Matched nouveau as autoconfigured driver 1
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Matched nv as autoconfigured driver 2
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Matched modesetting as autoconfigured driver 3
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Matched intel as autoconfigured driver 4
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Matched fbdev as autoconfigured driver 5
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Matched vesa as autoconfigured driver 6
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) Assigned the driver to the xf86ConfigLayout
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "nvidia"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Module nvidia: vendor="NVIDIA Corporation"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         compiled for 1.6.99.901, module version = 1.0.0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         Module class: X.Org Video Driver
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "nouveau"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) Warning, couldn't open module nouveau
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (EE) Failed to load module "nouveau" (module does not exist, 0)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "nv"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) Warning, couldn't open module nv
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (EE) Failed to load module "nv" (module does not exist, 0)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "modesetting"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Module modesetting: vendor="X.Org Foundation"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         compiled for 1.20.5, module version = 1.20.5
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         Module class: X.Org Video Driver
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         ABI class: X.Org Video Driver, version 24.0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "intel"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) Warning, couldn't open module intel
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (EE) Failed to load module "intel" (module does not exist, 0)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "fbdev"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) Warning, couldn't open module fbdev
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (EE) Failed to load module "fbdev" (module does not exist, 0)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "vesa"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) Warning, couldn't open module vesa
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (EE) Failed to load module "vesa" (module does not exist, 0)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA dlloader X Driver  435.21  Sun Aug 25 08:17:08 CDT 2019
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading sub module "fb"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "fb"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading /usr/lib/xorg/modules/libfb.so
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Module fb: vendor="X.Org Foundation"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         compiled for 1.20.5, module version = 1.0.0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         ABI class: X.Org ANSI C Emulation, version 0.4
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading sub module "wfb"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "wfb"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading /usr/lib/xorg/modules/libwfb.so
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Module wfb: vendor="X.Org Foundation"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         compiled for 1.20.5, module version = 1.0.0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         ABI class: X.Org ANSI C Emulation, version 0.4
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading sub module "ramdac"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "ramdac"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Module "ramdac" already built-in
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) Falling back to old probe method for modesetting
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): using drv /dev/dri/card0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0): Creating default Display subsection in Screen section
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         "Default Screen Section" for depth/fbbpp 24/32
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) NVIDIA(0): RGB weight 888
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) NVIDIA(0): Default visual is TrueColor
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Applying OutputClass "nvidia" options to /dev/dri/card1
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) NVIDIA(0): Enabling 2D acceleration
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading sub module "glxserver_nvidia"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "glxserver_nvidia"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         compiled for 1.6.99.901, module version = 1.0.0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         Module class: X.Org Server Extension
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA GLX Module  435.21  Sun Aug 25 08:14:27 CDT 2019
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA: The X server does not support PRIME Render Offload.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0): NVIDIA GPU GeForce 940MX (GM108-A) at PCI:2:0:0 (GPU-0)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (--) NVIDIA(0): Memory: 2097152 kBytes
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (--) NVIDIA(0): VideoBIOS: 82.08.6c.00.10
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0): Detected PCI Express Link width: 4X
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0): Validated MetaModes:
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0):     "NULL"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) NVIDIA(0): Unable to get display device for DPI computation.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) modeset(G0): RGB weight 888
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) modeset(G0): Default visual is TrueColor
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading sub module "glamoregl"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "glamoregl"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Module glamoregl: vendor="X.Org Foundation"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         compiled for 1.20.5, module version = 1.0.1
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         ABI class: X.Org ANSI C Emulation, version 0.4
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): glamor initialized
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Output eDP-1-1 has no monitor section
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Output DP-1-1 has no monitor section
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Output HDMI-1-1 has no monitor section
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Output DP-1-2 has no monitor section
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Output HDMI-1-2 has no monitor section
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Output DP-1-3 has no monitor section
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Output HDMI-1-3 has no monitor section
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): EDID for output eDP-1-1
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Manufacturer: AUO  Model: 243d  Serial#: 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Year: 2016  Week: 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): EDID Version: 1.4
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Digital Display Input
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): 6 bits per channel
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Digital interface is DisplayPort
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Max Image Size [cm]: horiz.: 31  vert.: 17
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Gamma: 2.20
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): No DPMS capabilities specified
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Supported color encodings: RGB 4:4:4
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): First detailed timing is preferred mode
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Preferred mode is native pixel format and refresh rate
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): redX: 0.568 redY: 0.342   greenX: 0.344 greenY: 0.580
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): blueX: 0.158 blueY: 0.112   whiteX: 0.313 whiteY: 0.329
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Manufacturer's mask: 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Supported detailed timing:
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): clock: 149.8 MHz   Image Size:  309 x 173 mm
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2068 h_blank_end 2228 h_border: 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1084 v_blanking: 1120 v_border: 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Supported detailed timing:
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): clock: 119.8 MHz   Image Size:  309 x 173 mm
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2068 h_blank_end 2228 h_border: 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1084 v_blanking: 1120 v_border: 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0):  AUO
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0):  B140HAN02.4
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): EDID (in hex):
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0):         00ffffffffffff0006af3d2400000000
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0):         001a0104951f117802a2b59157589428
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0):         1c505400000001010101010101010101
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0):         010101010101843a8034713828403064
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0):         310035ad10000018d02e803471382840
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0):         3064310035ad10000018000000fe0041
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0):         554f0a202020202020202020000000fe
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0):         004231343048414e30322e34200a00e4
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Printing probed modes for output eDP-1-1
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1920x1080"x60.0  149.80  1920 1968 2068 2228  1080 1083 1084 1120 -hsync -vsync (67.2 kHz eP)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1920x1080"x48.0  119.84  1920 1968 2068 2228  1080 1083 1084 1120 -hsync -vsync (53.8 kHz e)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): EDID for output DP-1-1
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): EDID for output HDMI-1-1
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): EDID for output DP-1-2
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): EDID for output HDMI-1-2
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): EDID for output DP-1-3
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): EDID for output HDMI-1-3
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) modeset(G0): DPI set to (96, 96)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading sub module "fb"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "fb"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading /usr/lib/xorg/modules/libfb.so
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Module fb: vendor="X.Org Foundation"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         compiled for 1.20.5, module version = 1.0.0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         ABI class: X.Org ANSI C Emulation, version 0.4
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) modeset(G0): Backing store enabled
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) modeset(G0): Silken mouse disabled
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) modeset(G0): DPMS enabled
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): [DRI2] Setup complete
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): [DRI2]   DRI driver: i965
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): [DRI2]   VDPAU driver: i965
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA:     access.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0):     configuration option may not be set correctly.  When the
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0):     Config Options in the README.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0): Setting mode "NULL"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) NVIDIA(0): Disabling shared memory pixmaps
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) NVIDIA(0): Backing store enabled
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) NVIDIA(0): Silken mouse disabled
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (==) NVIDIA(0): DPMS enabled
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (WW) NVIDIA(0): Option "PrimaryGPU" is not used
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading sub module "dri2"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "dri2"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Module "dri2" already built-in
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0): [DRI2] Setup complete
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension Generic Event Extension
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension SHAPE
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension MIT-SHM
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension XInputExtension
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension XTEST
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension BIG-REQUESTS
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension SYNC
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension XKEYBOARD
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension XC-MISC
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension SECURITY
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension XFIXES
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension RENDER
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension RANDR
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension COMPOSITE
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension DAMAGE
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension MIT-SCREEN-SAVER
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension DOUBLE-BUFFER
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension RECORD
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension DPMS
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension Present
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension DRI3
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension X-Resource
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension XVideo
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension XVideo-MotionCompensation
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension GLX
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Indirect GLX disabled.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) GLX: Another vendor is already registered for screen 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension XFree86-VidModeExtension
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension XFree86-DGA
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension XFree86-DRI
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension DRI2
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension NV-GLX
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Initializing extension NV-CONTROL
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) modeset(G0): Damage tracking initialized
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: > Internal error:   Could not resolve keysym XF86MonBrightnessCycle
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: > Internal error:   Could not resolve keysym XF86RotationLockToggle
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: Errors from xkbcomp are not fatal to the X server
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Power Button: Applying InputClass "system-keyboard"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) LoadModule: "libinput"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Module libinput: vendor="X.Org Foundation"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         compiled for 1.20.5, module version = 0.29.0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         Module class: X.Org XInput Driver
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]:         ABI class: X.Org XInput driver, version 24.1
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Using input driver 'libinput' for 'Power Button'
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 35 paused 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Power Button: always reports core events
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "Device" "/dev/input/event2"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "_source" "server/udev"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event2  - Power Button: is tagged by udev as: Keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event2  - Power Button: device is a keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event2  - Power Button: device removed
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "xkb_layout" "us"
Oct 10 10:40:38 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event2  - Power Button: is tagged by udev as: Keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event2  - Power Button: device is a keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device Video Bus (/dev/input/event7)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Video Bus: Applying InputClass "system-keyboard"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Using input driver 'libinput' for 'Video Bus'
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 38 paused 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Video Bus: always reports core events
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "Device" "/dev/input/event7"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "_source" "server/udev"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event7  - Video Bus: is tagged by udev as: Keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event7  - Video Bus: device is a keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event7  - Video Bus: device removed
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event7"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "xkb_layout" "us"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event7  - Video Bus: is tagged by udev as: Keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event7  - Video Bus: device is a keyboard
Oct 10 10:40:38 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device Video Bus (/dev/input/event6)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Video Bus: Applying InputClass "system-keyboard"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Using input driver 'libinput' for 'Video Bus'
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 39 paused 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Video Bus: always reports core events
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "Device" "/dev/input/event6"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "_source" "server/udev"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event6  - Video Bus: is tagged by udev as: Keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event6  - Video Bus: device is a keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event6  - Video Bus: device removed
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/LNXVIDEO:00/input/input8/event6"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "xkb_layout" "us"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event6  - Video Bus: is tagged by udev as: Keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event6  - Video Bus: device is a keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) This device may have been added with another device file.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Sleep Button: Applying InputClass "system-keyboard"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Using input driver 'libinput' for 'Sleep Button'
Oct 10 10:40:38 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 40 paused 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Sleep Button: always reports core events
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "Device" "/dev/input/event0"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "_source" "server/udev"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event0  - Sleep Button: is tagged by udev as: Keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event0  - Sleep Button: device is a keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event0  - Sleep Button: device removed
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "xkb_layout" "us"
Oct 10 10:40:38 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event0  - Sleep Button: is tagged by udev as: Keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event0  - Sleep Button: device is a keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event18)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 41 paused 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Integrated Camera: Integrated C: always reports core events
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "Device" "/dev/input/event18"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "_source" "server/udev"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event18 - Integrated Camera: Integrated C: device is a keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event18 - Integrated Camera: Integrated C: device removed
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input20/event18"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "xkb_layout" "us"
Oct 10 10:40:38 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event18 - Integrated Camera: Integrated C: device is a keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) This device may have been added with another device file.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) This device may have been added with another device file.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event10)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) This device may have been added with another device file.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event11)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) This device may have been added with another device file.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) This device may have been added with another device file.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) This device may have been added with another device file.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) This device may have been added with another device file.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) This device may have been added with another device file.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) This device may have been added with another device file.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) This device may have been added with another device file.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) AT Translated Set 2 keyboard: always reports core events
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "Device" "/dev/input/event3"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "_source" "server/udev"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
Oct 10 10:40:38 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event3  - AT Translated Set 2 keyboard: device removed
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "xkb_layout" "us"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event19)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 43 paused 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) SynPS/2 Synaptics TouchPad: always reports core events
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "Device" "/dev/input/event19"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "_source" "server/udev"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event19 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
Oct 10 10:40:38 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event19 - SynPS/2 Synaptics TouchPad: device is a touchpad
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event19 - SynPS/2 Synaptics TouchPad: device removed
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event19"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "AccelerationScheme" "none"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event19 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event19 - SynPS/2 Synaptics TouchPad: device is a touchpad
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) This device may have been added with another device file.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event20)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 44 paused 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) TPPS/2 IBM TrackPoint: always reports core events
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "Device" "/dev/input/event20"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "_source" "server/udev"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event20 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event20 - TPPS/2 IBM TrackPoint: device is a pointer
Oct 10 10:40:38 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event20 - TPPS/2 IBM TrackPoint: device removed
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input21/event20"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "AccelerationScheme" "none"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event20 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event20 - TPPS/2 IBM TrackPoint: device is a pointer
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) This device may have been added with another device file.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) No input driver specified, ignoring this device.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) This device may have been added with another device file.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 45 paused 0
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) ThinkPad Extra Buttons: always reports core events
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "Device" "/dev/input/event4"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "_source" "server/udev"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event4  - ThinkPad Extra Buttons: device is a keyboard
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event4  - ThinkPad Extra Buttons: device removed
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (**) Option "xkb_layout" "us"
Oct 10 10:40:38 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: (II) event4  - ThinkPad Extra Buttons: device is a keyboard
Oct 10 10:40:38 t470p systemd[1065]: Started D-Bus User Message Bus.
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: /etc/gdm/Xsession: Beginning session setup...
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: localuser:damoklov being added to access control list
Oct 10 10:40:38 t470p /usr/lib/gdm-x-session[1073]: /etc/gdm/Xsession: Setup done, will execute: cinnamon-session-cinnamon
Oct 10 10:40:38 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.3' (uid=1000 pid=1079 comm="cinnamon-session --session cinnamon ")
Oct 10 10:40:38 t470p systemd[1065]: Starting Virtual filesystem service...
Oct 10 10:40:38 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Successfully activated service 'org.gtk.vfs.Daemon'
Oct 10 10:40:38 t470p systemd[1065]: Started Virtual filesystem service.
Oct 10 10:40:38 t470p kernel: fuse: init (API version 7.31)
Oct 10 10:40:38 t470p systemd[1]: Mounting FUSE Control File System...
Oct 10 10:40:38 t470p systemd[1]: Mounted FUSE Control File System.
Oct 10 10:40:38 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.6' (uid=1000 pid=1079 comm="cinnamon-session --session cinnamon ")
Oct 10 10:40:38 t470p systemd[1065]: Starting Accessibility services bus...
Oct 10 10:40:38 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Successfully activated service 'org.a11y.Bus'
Oct 10 10:40:38 t470p systemd[1065]: Started Accessibility services bus.
Oct 10 10:40:38 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Activating service name='org.cinnamon.ScreenSaver' requested by ':1.3' (uid=1000 pid=1079 comm="cinnamon-session --session cinnamon ")
Oct 10 10:40:39 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Successfully activated service 'org.cinnamon.ScreenSaver'
Oct 10 10:40:39 t470p at-spi-bus-launcher[1108]: dbus-daemon[1114]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=1000 pid=1117 comm="/usr/bin/python3 /usr/share/cinnamon-screensaver/c")
Oct 10 10:40:39 t470p at-spi-bus-launcher[1108]: dbus-daemon[1114]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 10 10:40:39 t470p at-spi-bus-launcher[1108]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 10 10:40:39 t470p systemd[1065]: Starting Sound Service...
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]: [cinnamon-settings-daemon-smartcard] Failed to start: no suitable smartcard driver could be found
Oct 10 10:40:39 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Activating service name='ca.desrt.dconf' requested by ':1.18' (uid=1000 pid=1140 comm="/usr/lib/cinnamon-settings-daemon/csd-a11y-setting")
Oct 10 10:40:39 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Successfully activated service 'ca.desrt.dconf'
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]: === xinerama setup Configuration ===
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Clone: false
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Output: Laptop attached to eDP-1-1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      status: on
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      width: 1920
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      height: 1080
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      rate: 60
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      primary: true
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      position: 0 0
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Output: (null) attached to DP-1-1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      status: off
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      width: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      height: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      rate: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      primary: false
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      position: -1 -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Output: (null) attached to HDMI-1-1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      status: off
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      width: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      height: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      rate: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      primary: false
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      position: -1 -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Output: (null) attached to DP-1-2
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      status: off
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      width: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      height: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      rate: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      primary: false
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      position: -1 -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Output: (null) attached to HDMI-1-2
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      status: off
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      width: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      height: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      rate: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      primary: false
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      position: -1 -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Output: (null) attached to DP-1-3
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      status: off
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      width: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      height: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      rate: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      primary: false
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      position: -1 -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Output: (null) attached to HDMI-1-3
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      status: off
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      width: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      height: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      rate: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      primary: false
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      position: -1 -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]: === Applying Configuration Configuration ===
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Clone: false
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Output: Laptop attached to eDP-1-1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      status: on
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      width: 1920
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      height: 1080
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      rate: 60
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      primary: true
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      position: 0 0
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Output: (null) attached to DP-1-1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      status: off
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      width: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      height: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      rate: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      primary: false
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      position: -1 -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Output: (null) attached to HDMI-1-1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      status: off
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      width: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      height: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      rate: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      primary: false
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      position: -1 -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Output: (null) attached to DP-1-2
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      status: off
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      width: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      height: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      rate: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      primary: false
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      position: -1 -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Output: (null) attached to HDMI-1-2
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      status: off
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      width: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      height: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      rate: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      primary: false
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      position: -1 -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Output: (null) attached to DP-1-3
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      status: off
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      width: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      height: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      rate: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      primary: false
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      position: -1 -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:   Output: (null) attached to HDMI-1-3
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      status: off
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      width: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      height: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      rate: -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      primary: false
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]:      position: -1 -1
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]: randr: falling back to unsynchronized pixmap sharing
Oct 10 10:40:39 t470p rtkit-daemon[651]: Successfully made thread 1146 of process 1146 owned by '1000' high priority at nice level -11.
Oct 10 10:40:39 t470p rtkit-daemon[651]: Supervising 4 threads of 2 processes of 2 users.
Oct 10 10:40:39 t470p rtkit-daemon[651]: Supervising 4 threads of 2 processes of 2 users.
Oct 10 10:40:39 t470p rtkit-daemon[651]: Successfully made thread 1203 of process 1146 owned by '1000' RT at priority 5.
Oct 10 10:40:39 t470p rtkit-daemon[651]: Supervising 5 threads of 2 processes of 2 users.
Oct 10 10:40:39 t470p rtkit-daemon[651]: Supervising 5 threads of 2 processes of 2 users.
Oct 10 10:40:39 t470p rtkit-daemon[651]: Successfully made thread 1204 of process 1146 owned by '1000' RT at priority 5.
Oct 10 10:40:39 t470p rtkit-daemon[651]: Supervising 6 threads of 2 processes of 2 users.
Oct 10 10:40:39 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.127' (uid=1000 pid=1146 comm="/usr/bin/pulseaudio --daemonize=no ")
Oct 10 10:40:39 t470p dbus-daemon[444]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Oct 10 10:40:39 t470p csd-mouse[1162]: gdk_error_trap_pop_internal: assertion 'trap != NULL' failed
Oct 10 10:40:39 t470p csd-mouse[1162]: gdk_error_trap_pop_internal: assertion 'trap != NULL' failed
Oct 10 10:40:39 t470p csd-mouse[1162]: gdk_error_trap_pop_internal: assertion 'trap != NULL' failed
Oct 10 10:40:39 t470p csd-mouse[1162]: gdk_error_trap_pop_internal: assertion 'trap != NULL' failed
Oct 10 10:40:39 t470p csd-mouse[1162]: gdk_error_trap_pop_internal: assertion 'trap != NULL' failed
Oct 10 10:40:39 t470p csd-mouse[1162]: gdk_error_trap_pop_internal: assertion 'trap != NULL' failed
Oct 10 10:40:39 t470p systemd[1065]: Started Sound Service.
Oct 10 10:40:39 t470p pulseaudio[1146]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Oct 10 10:40:39 t470p csd-mouse[1162]: gdk_error_trap_pop_internal: assertion 'trap != NULL' failed
Oct 10 10:40:39 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.27' (uid=1000 pid=1176 comm="/usr/lib/cinnamon-settings-daemon/csd-automount ")
Oct 10 10:40:39 t470p systemd[1065]: Starting Virtual filesystem service - disk device monitor...
Oct 10 10:40:39 t470p csd-mouse[1162]: gdk_error_trap_pop_internal: assertion 'trap != NULL' failed
Oct 10 10:40:39 t470p csd-mouse[1162]: gdk_error_trap_pop_internal: assertion 'trap != NULL' failed
Oct 10 10:40:39 t470p csd-mouse[1162]: gdk_error_trap_pop_internal: assertion 'trap != NULL' failed
Oct 10 10:40:39 t470p csd-mouse[1162]: gdk_error_trap_pop_internal: assertion 'trap != NULL' failed
Oct 10 10:40:39 t470p dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.131' (uid=1000 pid=1226 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
Oct 10 10:40:39 t470p systemd[1]: Starting Disk Manager...
Oct 10 10:40:39 t470p udisksd[1230]: udisks daemon version 2.8.4 starting
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]: Internal error:   Could not resolve keysym XF86MonBrightnessCycle
Oct 10 10:40:39 t470p /usr/lib/gdm-x-session[1073]: Internal error:   Could not resolve keysym XF86RotationLockToggle
Oct 10 10:40:39 t470p dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Oct 10 10:40:39 t470p systemd[1]: Started Disk Manager.
Oct 10 10:40:39 t470p udisksd[1230]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Oct 10 10:40:39 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Oct 10 10:40:39 t470p systemd[1065]: Started Virtual filesystem service - disk device monitor.
Oct 10 10:40:39 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.27' (uid=1000 pid=1176 comm="/usr/lib/cinnamon-settings-daemon/csd-automount ")
Oct 10 10:40:39 t470p systemd[1065]: Starting Virtual filesystem service - digital camera monitor...
Oct 10 10:40:39 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Oct 10 10:40:39 t470p systemd[1065]: Started Virtual filesystem service - digital camera monitor.
Oct 10 10:40:39 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.27' (uid=1000 pid=1176 comm="/usr/lib/cinnamon-settings-daemon/csd-automount ")
Oct 10 10:40:39 t470p systemd[1065]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Oct 10 10:40:39 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Oct 10 10:40:39 t470p systemd[1065]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Oct 10 10:40:39 t470p gsd-color[966]: no xrandr-eDP-1-1 device found: Failed to find output xrandr-eDP-1-1
Oct 10 10:40:40 t470p /usr/lib/gdm-x-session[1073]: Geolocation service not in use
Oct 10 10:40:40 t470p cinnamon[1262]: Sync method: PRESENTATION TIME
Oct 10 10:40:40 t470p nemo-desktop[1290]: Current gtk theme is not known to have nemo support (Adapta-Nokto) - checking...
Oct 10 10:40:40 t470p polkitd[577]: Registered Authentication Agent for unix-session:2 (system bus name :1.143 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Oct 10 10:40:40 t470p gnome-shell[907]: Error checking authorization for action id org.freedesktop.bolt.enroll: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.bolt.enroll is not registered
Oct 10 10:40:40 t470p /cinnamon-killer-daemon[1296]: Bound Cinnamon restart to <Control><Alt>Escape.
Oct 10 10:40:40 t470p NetworkManager[445]: <info>  [1570693240.5660] agent-manager: req[0x560949fc0610, :1.142/org.freedesktop.nm-applet/1000]: agent registered
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: About to start Cinnamon
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Cinnamon.AppSystem.get_default() started in 26 ms
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] loading user theme: /usr/share/themes/Adapta-Nokto/cinnamon/cinnamon.css
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] added icon directory: /usr/share/themes/Adapta-Nokto/cinnamon
Oct 10 10:40:40 t470p /usr/lib/gdm-x-session[1073]: Cinnamon warning: Log level 128: posix_spawn avoided (fd close requested)
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] PlacesManager: Updating devices
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] loaded at Thu Oct 10 2019 10:40:40 GMT+0300 (EEST)
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: Cinnamon started at Thu Oct 10 2019 10:40:40 GMT+0300 (EEST)
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] ExtensionSystem started in 2 ms
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] DeskletManager started in 2 ms
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] SearchProviderManager started in 0 ms
Oct 10 10:40:40 t470p /usr/lib/gdm-x-session[1073]: openGL version 3.1 detected (GL3 Cogl Driver)
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Loaded applet show-desktop@cinnamon.org in 32 ms
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Loaded applet user@cinnamon.org in 22 ms
Oct 10 10:40:40 t470p cinnamon[1262]: cogl npot texture sizes SUPPORTED
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Loaded applet windows-quick-list@cinnamon.org in 14 ms
Oct 10 10:40:40 t470p nemo-desktop[1290]: nemo-desktop: session is cinnamon, establishing proxy
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Loaded applet calendar@cinnamon.org in 32 ms
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Role locked: notifications
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Loaded applet notifications@cinnamon.org in 12 ms
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Role locked: tray
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Loaded applet systray@cinnamon.org in 6 ms
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Loaded applet keyboard@cinnamon.org in 20 ms
Oct 10 10:40:40 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Role locked: panellauncher
Oct 10 10:40:41 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Loaded applet panel-launchers@cinnamon.org in 68 ms
Oct 10 10:40:41 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Loaded applet power@cinnamon.org in 16 ms
Oct 10 10:40:41 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Loaded applet window-list@cinnamon.org in 24 ms
Oct 10 10:40:41 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Loaded applet sound@cinnamon.org in 44 ms
Oct 10 10:40:41 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Loaded applet network@cinnamon.org in 22 ms
Oct 10 10:40:41 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Loaded applet menu@cinnamon.org in 126 ms
Oct 10 10:40:41 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] AppletManager started in 478 ms
Oct 10 10:40:41 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Cinnamon took 618 ms to start
Oct 10 10:40:41 t470p cinnamon[1262]: JS LOG: Unknown network device type, is 14
Oct 10 10:40:41 t470p cinnamon[1262]: JS LOG: Unknown network device type, is 30
Oct 10 10:40:41 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.40' (uid=1000 pid=1290 comm="nemo-desktop ")
Oct 10 10:40:41 t470p systemd[1065]: Starting Virtual filesystem metadata service...
Oct 10 10:40:41 t470p dbus-daemon[1077]: [session uid=1000 pid=1077] Successfully activated service 'org.gtk.vfs.Metadata'
Oct 10 10:40:41 t470p systemd[1065]: Started Virtual filesystem metadata service.
Oct 10 10:40:41 t470p cinnamon[1262]: JS LOG: [LookingGlass/info] Hiding systray: network
Oct 10 10:40:42 t470p csd-media-keys[1181]: Failed to call GetEnvironment on keyring daemon: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.keyring was not provided by any .service files
Oct 10 10:40:43 t470p /usr/lib/gdm-x-session[1073]: conky: Syntax error (/home/damoklov/.conkyrc:1: syntax error near 'top_right') while reading config file.
Oct 10 10:40:43 t470p /usr/lib/gdm-x-session[1073]: conky: Assuming it's in old syntax and attempting conversion.
Oct 10 10:40:43 t470p /usr/lib/gdm-x-session[1073]: conky: desktop window (320003c) is subwindow of root window (24a)
Oct 10 10:40:43 t470p /usr/lib/gdm-x-session[1073]: conky: window type - desktop
Oct 10 10:40:43 t470p /usr/lib/gdm-x-session[1073]: conky: drawing to created window (0x4400002)
Oct 10 10:40:43 t470p /usr/lib/gdm-x-session[1073]: conky: drawing to double buffer
Oct 10 10:40:43 t470p /usr/lib/gdm-x-session[1073]: conky: forked to background, pid is 1367
Oct 10 10:40:43 t470p wpa_supplicant[519]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=130000
Oct 10 10:40:45 t470p /usr/lib/gdm-x-session[1073]: /usr/share/cinnamon-screensaver/cinnamon-screensaver-main.py:61: DeprecationWarning: Gtk.icon_size_register is deprecated
Oct 10 10:40:45 t470p /usr/lib/gdm-x-session[1073]:   Gtk.icon_size_register("audio-button", 20, 20)
Oct 10 10:40:45 t470p /usr/lib/gdm-x-session[1073]: Trying to connect to logind...
Oct 10 10:40:45 t470p /usr/lib/gdm-x-session[1073]: A screensaver is already running!  Exiting...
Oct 10 10:41:03 t470p systemd[1]: systemd-localed.service: Succeeded.
Oct 10 10:41:03 t470p systemd[1]: systemd-hostnamed.service: Succeeded.

It is somewhere between 10:39:31 and 10:40:21 I guess, as there is no output there.. I posted only those lines before the login screen shows up. Thank you in advance!

Last edited by damoklov (2019-10-11 05:30:25)

Offline

#7 2019-10-11 05:25:42

damoklov
Member
Registered: 2019-06-22
Posts: 13

Re: [SOLVED] Slow boot without any errors (Unconfigured Optimus setup)

loqs wrote:

Why run pacman-init.service on the installed system?

Hi loqs, thank you for your answer!
I guess I just forgot to disable it. I've tried disabling it recently, and the problem was not connected to this service. But I will switch it off anyway, thanks smile

Offline

#8 2019-10-11 05:36:17

damoklov
Member
Registered: 2019-06-22
Posts: 13

Re: [SOLVED] Slow boot without any errors (Unconfigured Optimus setup)

seth wrote:

Please post the coplete syste journal for a slow boot, but I'll go on a lib and say https://wiki.archlinux.org/index.php/Haveged ?

I've also checked this page out, and my entropy seems to be OK according to the article and to the value in /proc/sys/kernel/random/entropy_avail: it shows 3810, while haveged is advised to be installed in case of entropy<1000. Or should I install it anyway?

Offline

#9 2019-10-11 06:34:45

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

Re: [SOLVED] Slow boot without any errors (Unconfigured Optimus setup)

The system boots fine and quickly.
What takes so long after the actual boot is GDM.

You have an unconfigured optimus setup: https://wiki.archlinux.org/index.php/NVIDIA_Optimus and GDM is attempting and failing wayland (in part because of this, because that doesn't work w/ the nvidia blob): https://wiki.archlinux.org/index.php/GD … rg_backend

Fix that first and see whether GDM behaves better.

I guess I just forgot to disable it.

You cannot have forgotten to disable it because it's not supposed to be there itfp.
So since you didn't explicitly add it, we know why it is anyway, do we?

Offline

#10 2019-10-11 06:42:16

damoklov
Member
Registered: 2019-06-22
Posts: 13

Re: [SOLVED] Slow boot without any errors (Unconfigured Optimus setup)

seth wrote:

You cannot have forgotten to disable it because it's not supposed to be there itfp.
So since you didn't explicitly add it, we know why it is anyway, do we?

That may be because I used to use this Arch as an live image for some time (for repairing reasons as well), and only then installed as a host system.
And I do remember adding this to the startup services, yes.
Or what do you mean by that? smile

Last edited by damoklov (2019-10-11 06:49:31)

Offline

#11 2019-10-11 06:43:40

damoklov
Member
Registered: 2019-06-22
Posts: 13

Re: [SOLVED] Slow boot without any errors (Unconfigured Optimus setup)

seth wrote:

The system boots fine and quickly.
What takes so long after the actual boot is GDM.
Fix that first and see whether GDM behaves better.

Thank you a lot for an advice, I will read those articles and do my best to fix it!

Offline

#12 2019-10-11 06:48:39

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

Re: [SOLVED] Slow boot without any errors (Unconfigured Optimus setup)

Well, let's say one very popular, but now dead, way to install archlinux that did not involve the installation guide used to put it there…

Offline

#13 2019-10-11 06:56:48

damoklov
Member
Registered: 2019-06-22
Posts: 13

Re: [SOLVED] Slow boot without any errors (Unconfigured Optimus setup)

seth wrote:

Well, let's say one very popular, but now dead, way to install archlinux that did not involve the installation guide used to put it there…

That is likely, as I installed it a long time ago, and try to maintain it now as much as possible smile
Sorry for being unsure about some things that I've done during the installation itself sad

Offline

#14 2019-10-11 13:14:24

damoklov
Member
Registered: 2019-06-22
Posts: 13

Re: [SOLVED] Slow boot without any errors (Unconfigured Optimus setup)

The problem seems to be gone for now. I did everything that was written in the article here and here, thanks to seth and his advice about GDM smile
So my steps were:

  1. Edited the /etc/gdm/custom.conf file (uncommented the line with #WaylandEnable=false)

  2. Created two files: /usr/share/gdm/greeter/autostart/optimus.desktop and /etc/xdg/autostart/optimus.desktop with the following content:

    [Desktop Entry]
    Type=Application
    Name=Optimus
    Exec=sh -c "xrandr --setprovideroutputsource modesetting NVIDIA-0; xrandr --auto"
    NoDisplay=true
    X-GNOME-Autostart-Phase=DisplayServer

Thank you guys for replying to this thread and for your patience, seth and loqs!
I am marking this as solved.

Offline

Board footer

Powered by FluxBB