You are not logged in.
EDIT:
Solved by switching from modesetting to xf86-video-intel driver in xorg.
- Removed any KMS config from bootloader entries and /etc/modprobe.d/
- Replaced "modesetting" driver with "intel" in xorg.conf.d and where applicable
Hello there,
I am using Dell XPS 9570 with Intel iGPU and nvidia dGPU, running SDDM+Plasma5 in Xorg session.
I've been trying to apply Bumblebee setup without bbswitch, relying on kernel to control power state of nvidia device.
My problem is that no matter what I do xorg always ends up loading and using nvidia module which in turn prevents bumblebee from unloading the module and kernel from suspending nvidia gpu.
I think that this is related to Xorg's config ( and not to sddm or kde/plasma ) by checking nvidia module usages before and after running basic startx (the one which gets you 2 xterm windows and xclock)
$ lsmod | grep nvidia
<empty># lsof /dev/nvidia*
<no /dev/nvidia* present>$ dmesg
[ 0.000000] Linux version 4.20.0-arch1-1-ARCH (builduser@heftig-29859) (gcc version 8.2.1 20181127 (GCC)) #1 SMP PREEMPT Mon Dec 24 03:00:40 UTC 2018
[ 0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=619c57c4-91e5-574a-9416-b8f4c6129247 rw
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000064e66fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000064e67000-0x0000000064e67fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000064e68000-0x0000000064e68fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000064e69000-0x000000006c606fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000006c607000-0x000000006f408fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000006f409000-0x000000006f485fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000006f486000-0x000000006f5b4fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000006f5b5000-0x000000006fffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000070000000-0x0000000077ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000078000000-0x0000000078dfffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000078e00000-0x000000007f7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027c7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x60c9b018-0x60cc4657] usable ==> usable
[ 0.000000] e820: update [mem 0x60c9b018-0x60cc4657] usable ==> usable
[ 0.000000] e820: update [mem 0x60c8a018-0x60c9a057] usable ==> usable
[ 0.000000] e820: update [mem 0x60c8a018-0x60c9a057] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000060c8a017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000060c8a018-0x0000000060c9a057] usable
[ 0.000000] reserve setup_data: [mem 0x0000000060c9a058-0x0000000060c9b017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000060c9b018-0x0000000060cc4657] usable
[ 0.000000] reserve setup_data: [mem 0x0000000060cc4658-0x0000000064e66fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000064e67000-0x0000000064e67fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000064e68000-0x0000000064e68fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000064e69000-0x000000006c606fff] usable
[ 0.000000] reserve setup_data: [mem 0x000000006c607000-0x000000006f408fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000006f409000-0x000000006f485fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x000000006f486000-0x000000006f5b4fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000006f5b5000-0x000000006fffefff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000006ffff000-0x000000006fffffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070000000-0x0000000077ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000078000000-0x0000000078dfffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000078e00000-0x000000007f7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000027c7fffff] usable
[ 0.000000] efi: EFI v2.70 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0x6f422000 ACPI=0x6f422000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 ESRT=0x6fc4a118 MEMATTR=0x6a415018 TPMEventLog=0x64f9c018
[ 0.000000] SMBIOS 3.1.1 present.
[ 0.000000] DMI: Dell Inc. XPS 15 9570/02MJVY, BIOS 1.5.0 09/03/2018
[ 0.000000] tsc: Detected 2200.000 MHz processor
[ 0.003062] tsc: Detected 2208.000 MHz TSC
[ 0.003062] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.003064] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.003073] last_pfn = 0x27c800 max_arch_pfn = 0x400000000
[ 0.003097] MTRR default type: write-back
[ 0.003098] MTRR fixed ranges enabled:
[ 0.003099] 00000-9FFFF write-back
[ 0.003100] A0000-BFFFF uncachable
[ 0.003101] C0000-FFFFF write-protect
[ 0.003101] MTRR variable ranges enabled:
[ 0.003103] 0 base 0080000000 mask 7F80000000 uncachable
[ 0.003104] 1 base 007C000000 mask 7FFC000000 uncachable
[ 0.003105] 2 base 007B000000 mask 7FFF000000 uncachable
[ 0.003105] 3 disabled
[ 0.003106] 4 disabled
[ 0.003106] 5 disabled
[ 0.003107] 6 disabled
[ 0.003107] 7 disabled
[ 0.003108] 8 disabled
[ 0.003108] 9 disabled
[ 0.004386] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.004652] last_pfn = 0x78e00 max_arch_pfn = 0x400000000
[ 0.013726] esrt: Reserving ESRT space from 0x000000006fc4a118 to 0x000000006fc4a150.
[ 0.013734] check: Scanning 1 areas for low memory corruption
[ 0.013736] Base memory trampoline at [(____ptrval____)] 98000 size 24576
[ 0.013739] Using GB pages for direct mapping
[ 0.013741] BRK [0x239e01000, 0x239e01fff] PGTABLE
[ 0.013743] BRK [0x239e02000, 0x239e02fff] PGTABLE
[ 0.013744] BRK [0x239e03000, 0x239e03fff] PGTABLE
[ 0.013801] BRK [0x239e04000, 0x239e04fff] PGTABLE
[ 0.013803] BRK [0x239e05000, 0x239e05fff] PGTABLE
[ 0.014015] BRK [0x239e06000, 0x239e06fff] PGTABLE
[ 0.014077] BRK [0x239e07000, 0x239e07fff] PGTABLE
[ 0.014251] BRK [0x239e08000, 0x239e08fff] PGTABLE
[ 0.014346] BRK [0x239e09000, 0x239e09fff] PGTABLE
[ 0.014479] Secure boot disabled
[ 0.014481] RAMDISK: [mem 0x782b8000-0x78dfefff]
[ 0.014494] ACPI: Early table checksum verification disabled
[ 0.014497] ACPI: RSDP 0x000000006F422000 000024 (v02 DELL )
[ 0.014501] ACPI: XSDT 0x000000006F4220C8 000114 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.014506] ACPI: FACP 0x000000006F463F70 000114 (v06 DELL CBX3 01072009 AMI 00010013)
[ 0.014511] ACPI: DSDT 0x000000006F422270 041CFB (v02 DELL CBX3 01072009 INTL 20160527)
[ 0.014514] ACPI: FACS 0x000000006F5B3C00 000040
[ 0.014517] ACPI: APIC 0x000000006F464088 0000F4 (v04 DELL CBX3 01072009 AMI 00010013)
[ 0.014519] ACPI: FPDT 0x000000006F464180 000044 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.014522] ACPI: FIDT 0x000000006F4641C8 00009C (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.014524] ACPI: MCFG 0x000000006F464268 00003C (v01 DELL CBX3 01072009 MSFT 00000097)
[ 0.014527] ACPI: SSDT 0x000000006F4642A8 000761 (v01 SataRe SataTabl 00001000 INTL 20160527)
[ 0.014530] ACPI: SSDT 0x000000006F464A10 0017D5 (v02 CpuRef CpuSsdt 00003000 INTL 20160527)
[ 0.014532] ACPI: BOOT 0x000000006F4661E8 000028 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.014535] ACPI: SSDT 0x000000006F466210 001336 (v02 SaSsdt SaSsdt 00003000 INTL 20160527)
[ 0.014537] ACPI: SSDT 0x000000006F467548 002640 (v02 PegSsd PegSsdt 00001000 INTL 20160527)
[ 0.014540] ACPI: HPET 0x000000006F469B88 000038 (v01 INTEL CBX3 00000002 01000013)
[ 0.014543] ACPI: SSDT 0x000000006F469BC0 002949 (v02 INTEL xh_cfhd4 00000000 INTL 20160527)
[ 0.014545] ACPI: UEFI 0x000000006F46C510 000048 (v01 DELL\x CBX3 00000002 01000013)
[ 0.014548] ACPI: LPIT 0x000000006F46C558 00005C (v01 INTEL CBX3 00000002 01000013)
[ 0.014550] ACPI: SSDT 0x000000006F46C5B8 0027DE (v02 INTEL PtidDevc 00001000 INTL 20160527)
[ 0.014553] ACPI: SSDT 0x000000006F46ED98 000FFE (v02 INTEL TbtTypeC 00000000 INTL 20160527)
[ 0.014555] ACPI: DBGP 0x000000006F46FD98 000034 (v01 DELL\x CBX3 00000002 01000013)
[ 0.014558] ACPI: DBG2 0x000000006F46FDD0 000054 (v00 DELL\x CBX3 00000002 01000013)
[ 0.014560] ACPI: SSDT 0x000000006F46FE28 0007DC (v02 DELL\x UsbCTabl 00001000 INTL 20160527)
[ 0.014563] ACPI: SSDT 0x000000006F470608 00652E (v02 DptfTa DptfTabl 00001000 INTL 20160527)
[ 0.014566] ACPI: MSDM 0x000000006F476B38 000055 (v03 DELL CBX3 06222004 AMI 00010013)
[ 0.014568] ACPI: SLIC 0x000000006F476B90 000176 (v03 DELL CBX3 01072009 MSFT 00010013)
[ 0.014571] ACPI: SSDT 0x000000006F476D08 000144 (v02 Intel ADebTabl 00001000 INTL 20160527)
[ 0.014573] ACPI: SSDT 0x000000006F476E50 0000AE (v02 SgRef SgPeg 00001000 INTL 20160527)
[ 0.014576] ACPI: DMAR 0x000000006F476F00 0000A8 (v01 INTEL EDK2 00000002 01000013)
[ 0.014578] ACPI: NHLT 0x000000006F476FA8 00002D (v00 INTEL EDK2 00000002 01000013)
[ 0.014581] ACPI: BGRT 0x000000006F476FD8 000038 (v00 01072009 AMI 00010013)
[ 0.014584] ACPI: TPM2 0x000000006F477010 000034 (v04 DELL\x CBX3 00000001 AMI 00000000)
[ 0.014586] ACPI: ASF! 0x000000006F477048 000074 (v32 DELL\x CBX3 00000002 01000013)
[ 0.014589] ACPI: SSDT 0x000000006F4770C0 001EF0 (v01 OptRef OptTabl 00001000 INTL 20160527)
[ 0.014597] ACPI: Local APIC address 0xfee00000
[ 0.014936] No NUMA configuration found
[ 0.014938] Faking a node at [mem 0x0000000000000000-0x000000027c7fffff]
[ 0.014941] NODE_DATA(0) allocated [mem 0x27c7fc000-0x27c7fffff]
[ 0.014963] Zone ranges:
[ 0.014964] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.014965] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.014966] Normal [mem 0x0000000100000000-0x000000027c7fffff]
[ 0.014967] Device empty
[ 0.014968] Movable zone start for each node
[ 0.014969] Early memory node ranges
[ 0.014970] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.014971] node 0: [mem 0x000000000009f000-0x000000000009ffff]
[ 0.014971] node 0: [mem 0x0000000000100000-0x0000000064e66fff]
[ 0.014972] node 0: [mem 0x0000000064e69000-0x000000006c606fff]
[ 0.014973] node 0: [mem 0x000000006ffff000-0x000000006fffffff]
[ 0.014973] node 0: [mem 0x0000000078000000-0x0000000078dfffff]
[ 0.014974] node 0: [mem 0x0000000100000000-0x000000027c7fffff]
[ 0.015671] Zeroed struct page in unavailable ranges: 44124 pages
[ 0.015673] Initmem setup node 0 [mem 0x0000000000001000-0x000000027c7fffff]
[ 0.015674] On node 0 totalpages: 2005924
[ 0.015675] DMA zone: 64 pages used for memmap
[ 0.015676] DMA zone: 22 pages reserved
[ 0.015677] DMA zone: 3998 pages, LIFO batch:0
[ 0.016207] DMA32 zone: 6929 pages used for memmap
[ 0.016208] DMA32 zone: 443398 pages, LIFO batch:63
[ 0.028460] Normal zone: 24352 pages used for memmap
[ 0.028461] Normal zone: 1558528 pages, LIFO batch:63
[ 0.063019] Reserving Intel graphics memory at [mem 0x7b800000-0x7f7fffff]
[ 0.064132] ACPI: PM-Timer IO Port: 0x1808
[ 0.064133] ACPI: Local APIC address 0xfee00000
[ 0.064140] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.064141] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.064142] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.064142] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.064143] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.064143] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.064144] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.064145] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.064145] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.064146] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.064147] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.064147] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.064211] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.064213] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.064214] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.064216] ACPI: IRQ0 used by override.
[ 0.064217] ACPI: IRQ9 used by override.
[ 0.064219] Using ACPI (MADT) for SMP configuration information
[ 0.064220] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.064226] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[ 0.064246] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.064247] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.064249] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.064250] PM: Registered nosave memory: [mem 0x60c8a000-0x60c8afff]
[ 0.064252] PM: Registered nosave memory: [mem 0x60c9a000-0x60c9afff]
[ 0.064252] PM: Registered nosave memory: [mem 0x60c9b000-0x60c9bfff]
[ 0.064254] PM: Registered nosave memory: [mem 0x60cc4000-0x60cc4fff]
[ 0.064255] PM: Registered nosave memory: [mem 0x64e67000-0x64e67fff]
[ 0.064256] PM: Registered nosave memory: [mem 0x64e68000-0x64e68fff]
[ 0.064257] PM: Registered nosave memory: [mem 0x6c607000-0x6f408fff]
[ 0.064258] PM: Registered nosave memory: [mem 0x6f409000-0x6f485fff]
[ 0.064258] PM: Registered nosave memory: [mem 0x6f486000-0x6f5b4fff]
[ 0.064259] PM: Registered nosave memory: [mem 0x6f5b5000-0x6fffefff]
[ 0.064260] PM: Registered nosave memory: [mem 0x70000000-0x77ffffff]
[ 0.064262] PM: Registered nosave memory: [mem 0x78e00000-0x7f7fffff]
[ 0.064263] PM: Registered nosave memory: [mem 0x7f800000-0xefffffff]
[ 0.064263] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[ 0.064264] PM: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
[ 0.064264] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.064265] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.064266] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.064266] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[ 0.064267] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.064267] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.064268] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.064270] [mem 0x7f800000-0xefffffff] available for PCI devices
[ 0.064271] Booting paravirtualized kernel on bare hardware
[ 0.064273] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.179725] random: get_random_bytes called from start_kernel+0x95/0x54e with crng_init=0
[ 0.179731] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:12 nr_node_ids:1
[ 0.180099] percpu: Embedded 45 pages/cpu @(____ptrval____) s147456 r8192 d28672 u262144
[ 0.180106] pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152
[ 0.180107] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
[ 0.180128] Built 1 zonelists, mobility grouping on. Total pages: 1974557
[ 0.180129] Policy zone: Normal
[ 0.180130] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=619c57c4-91e5-574a-9416-b8f4c6129247 rw
[ 0.184083] Calgary: detecting Calgary via BIOS EBDA area
[ 0.184085] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.200162] Memory: 7736548K/8023696K available (12293K kernel code, 1268K rwdata, 3728K rodata, 1532K init, 3936K bss, 287148K reserved, 0K cma-reserved)
[ 0.200322] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[ 0.200327] Kernel/User page tables isolation: enabled
[ 0.200343] ftrace: allocating 35812 entries in 140 pages
[ 0.215504] rcu: Preemptible hierarchical RCU implementation.
[ 0.215505] rcu: CONFIG_RCU_FANOUT set to non-default value of 32.
[ 0.215505] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.215506] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
[ 0.215507] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.215507] Tasks RCU enabled.
[ 0.215508] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.215509] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[ 0.217048] NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
[ 0.217302] rcu: Offload RCU callbacks from CPUs: (none).
[ 0.217565] Console: colour dummy device 80x25
[ 0.217576] printk: console [tty0] enabled
[ 0.217595] ACPI: Core revision 20181003
[ 0.218197] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.218272] hpet clockevent registered
[ 0.218348] APIC: Switch to symmetric I/O mode setup
[ 0.218350] DMAR: Host address width 39
[ 0.218351] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.218356] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.218357] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.218361] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.218361] DMAR: RMRR base: 0x0000006f9f7000 end: 0x0000006fc40fff
[ 0.218362] DMAR: RMRR base: 0x0000007b000000 end: 0x0000007f7fffff
[ 0.218364] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.218365] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.218366] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.221516] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.221517] x2apic enabled
[ 0.221548] Switched APIC routing to cluster x2apic.
[ 0.231090] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.244964] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fd3b81b95f, max_idle_ns: 440795257325 ns
[ 0.244977] Calibrating delay loop (skipped), value calculated using timer frequency.. 4417.00 BogoMIPS (lpj=7360000)
[ 0.244979] pid_max: default: 32768 minimum: 301
[ 0.246163] LSM: Security Framework initializing
[ 0.246165] Yama: becoming mindful.
[ 0.246170] AppArmor: AppArmor disabled by boot time parameter
[ 0.247146] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.247633] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.247660] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.247675] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.247885] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.247885] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.247890] mce: CPU supports 12 MCE banks
[ 0.247901] CPU0: Thermal monitoring enabled (TM1)
[ 0.247927] process: using mwait in idle threads
[ 0.247929] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.247930] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.247931] Spectre V2 : Mitigation: Full generic retpoline
[ 0.247932] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.247932] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.247938] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.247939] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.247940] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.248175] Freeing SMP alternatives memory: 28K
[ 0.251611] TSC deadline timer enabled
[ 0.251623] smpboot: CPU0: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (family: 0x6, model: 0x9e, stepping: 0xa)
[ 0.268319] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.268385] ... version: 4
[ 0.268385] ... bit width: 48
[ 0.268386] ... generic registers: 4
[ 0.268387] ... value mask: 0000ffffffffffff
[ 0.268387] ... max period: 00007fffffffffff
[ 0.268388] ... fixed-purpose events: 3
[ 0.268389] ... event mask: 000000070000000f
[ 0.274975] rcu: Hierarchical SRCU implementation.
[ 0.298618] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.304990] smp: Bringing up secondary CPUs ...
[ 0.345000] x86: Booting SMP configuration:
[ 0.345003] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
[ 0.745828] smp: Brought up 1 node, 12 CPUs
[ 0.745828] smpboot: Max logical packages: 1
[ 0.745828] smpboot: Total of 12 processors activated (53013.00 BogoMIPS)
[ 0.748614] devtmpfs: initialized
[ 0.748614] x86/mm: Memory block size: 128MB
[ 0.748958] PM: Registering ACPI NVS region [mem 0x64e67000-0x64e67fff] (4096 bytes)
[ 0.748958] PM: Registering ACPI NVS region [mem 0x6f486000-0x6f5b4fff] (1241088 bytes)
[ 0.748958] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.748958] futex hash table entries: 4096 (order: 6, 262144 bytes)
[ 0.748958] pinctrl core: initialized pinctrl subsystem
[ 0.748958] RTC time: 21:13:20, date: 01/05/19
[ 0.748958] NET: Registered protocol family 16
[ 0.748958] audit: initializing netlink subsys (disabled)
[ 0.748958] audit: type=2000 audit(1546722799.533:1): state=initialized audit_enabled=0 res=1
[ 0.754987] cpuidle: using governor ladder
[ 0.755009] cpuidle: using governor menu
[ 0.755009] Simple Boot Flag at 0x47 set to 0x80
[ 0.755054] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.755056] ACPI: bus type PCI registered
[ 0.755057] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.755154] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.755157] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[ 0.755166] PCI: Using configuration type 1 for base access
[ 0.756476] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.756476] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.756476] ACPI: Added _OSI(Module Device)
[ 0.756476] ACPI: Added _OSI(Processor Device)
[ 0.756476] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.756476] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.756476] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.756476] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.825534] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.825547] fbcon: Taking over console
[ 0.825553] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.825558] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.825563] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.825568] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.825572] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.825959] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.825965] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.825969] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.825973] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.825978] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.825982] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.826359] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.826365] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.826369] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.826373] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.826378] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.826382] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.826758] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.826765] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.826769] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.826773] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.826778] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.826782] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.827157] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.827163] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.827167] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.827171] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.827176] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.827180] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.827555] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.827561] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.827565] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.827569] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.827575] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.827578] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.827953] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.827960] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.827964] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.827968] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.827973] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.827977] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.828359] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.828366] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.828370] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.828374] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.828379] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.828383] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.828760] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.828767] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.828771] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.828775] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.828780] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.828784] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.829158] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.829165] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.829168] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.829172] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.829178] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.829182] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.829556] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS11._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.829563] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.829566] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.829570] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS11._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.829576] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.829580] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.829954] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS12._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.829960] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.829964] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.829968] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.HS12._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.829974] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.829977] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830377] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.USR1._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830383] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830387] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830391] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.USR1._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830397] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830400] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830406] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.USR2._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830412] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830416] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830419] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.USR2._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830425] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830428] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830472] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830478] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830482] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830486] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830492] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830495] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830538] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830544] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830548] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830552] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830558] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830561] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830603] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830610] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830613] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830617] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830623] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830627] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830669] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830675] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830679] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830683] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830688] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830692] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830734] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830740] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830744] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830748] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830753] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830757] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830799] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830805] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830809] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830813] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830818] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830822] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830864] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS07._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830870] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830874] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830878] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS07._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830883] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830887] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830930] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS08._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830936] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830940] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830944] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS08._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.830949] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.830953] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.830995] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS09._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.831002] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.831005] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.831009] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS09._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.831015] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.831018] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.831061] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS10._UPC], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.831067] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.831071] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.831075] ACPI BIOS Error (bug): Failure creating [\_SB.PCI0.XHC.RHUB.SS10._PLD], AE_ALREADY_EXISTS (20181003/dswload2-316)
[ 0.831080] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20181003/psobject-221)
[ 0.831084] ACPI Error: Skip parsing opcode Method (20181003/psloop-543)
[ 0.837004] ACPI: 13 ACPI AML tables successfully acquired and loaded
[ 0.866657] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.874966] ACPI: Dynamic OEM Table Load:
[ 0.874966] ACPI: SSDT 0xFFFF8F93B2633800 0005BE (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
[ 0.875444] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[ 0.876706] ACPI: Dynamic OEM Table Load:
[ 0.876712] ACPI: SSDT 0xFFFF8F93B2365800 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
[ 0.877380] ACPI: Dynamic OEM Table Load:
[ 0.877385] ACPI: SSDT 0xFFFF8F93B235C800 00011B (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
[ 0.877985] ACPI: Dynamic OEM Table Load:
[ 0.877990] ACPI: SSDT 0xFFFF8F93B2631000 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527)
[ 0.879121] ACPI: Dynamic OEM Table Load:
[ 0.879129] ACPI: SSDT 0xFFFF8F93B1C34000 000EF1 (v02 PmRef ApIst 00003000 INTL 20160527)
[ 0.880844] ACPI: Dynamic OEM Table Load:
[ 0.880850] ACPI: SSDT 0xFFFF8F93B2362C00 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
[ 0.881544] ACPI: Dynamic OEM Table Load:
[ 0.881549] ACPI: SSDT 0xFFFF8F93B2362000 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
[ 0.887350] ACPI: EC: EC started
[ 0.887351] ACPI: EC: interrupt blocked
[ 0.901888] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as first EC
[ 0.901890] ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x6e, EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.901892] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions
[ 0.901893] ACPI: Interpreter enabled
[ 0.901949] ACPI: (supports S0 S3 S4 S5)
[ 0.901951] ACPI: Using IOAPIC for interrupt routing
[ 0.902005] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.902818] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.905895] ACPI: Power Resource [PG00] (on)
[ 0.932822] ACPI: Power Resource [WRST] (on)
[ 0.933223] ACPI: Power Resource [DRST] (on)
[ 0.946788] ACPI: Power Resource [USBC] (on)
[ 0.951439] ACPI: Power Resource [V0PR] (on)
[ 0.952012] ACPI: Power Resource [V1PR] (on)
[ 0.952568] ACPI: Power Resource [V2PR] (on)
[ 0.964146] ACPI: Power Resource [WRST] (on)
[ 0.989133] ACPI: Power Resource [PIN] (off)
[ 0.989757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[ 0.989765] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.991727] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 0.995340] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
[ 0.995341] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.996484] PCI host bridge to bus 0000:00
[ 0.996487] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.996488] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.996490] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.996491] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.996492] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.996494] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.996495] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.996496] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.996498] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.996499] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.996500] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.996502] pci_bus 0000:00: root bus resource [mem 0x7f800000-0xefffffff window]
[ 0.996503] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[ 0.996505] pci_bus 0000:00: root bus resource [bus 00-7e]
[ 0.996513] pci 0000:00:00.0: [8086:3ec4] type 00 class 0x060000
[ 0.996681] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[ 0.996727] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.997020] pci 0000:00:02.0: [8086:3e9b] type 00 class 0x030000
[ 0.997032] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit]
[ 0.997038] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[ 0.997043] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
[ 0.997060] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.997233] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 0.997245] pci 0000:00:04.0: reg 0x10: [mem 0xed610000-0xed617fff 64bit]
[ 0.997479] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[ 0.997491] pci 0000:00:08.0: reg 0x10: [mem 0xed628000-0xed628fff 64bit]
[ 0.997749] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
[ 0.997804] pci 0000:00:12.0: reg 0x10: [mem 0xed627000-0xed627fff 64bit]
[ 0.998198] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
[ 0.998252] pci 0000:00:14.0: reg 0x10: [mem 0xed600000-0xed60ffff 64bit]
[ 0.998424] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.998985] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
[ 0.999028] pci 0000:00:14.2: reg 0x10: [mem 0xed61e000-0xed61ffff 64bit]
[ 0.999050] pci 0000:00:14.2: reg 0x18: [mem 0xed626000-0xed626fff 64bit]
[ 0.999592] pci 0000:00:15.0: [8086:a368] type 00 class 0x0c8000
[ 1.000320] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.003054] pci 0000:00:15.1: [8086:a369] type 00 class 0x0c8000
[ 1.003782] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.006356] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
[ 1.006405] pci 0000:00:16.0: reg 0x10: [mem 0xed623000-0xed623fff 64bit]
[ 1.006547] pci 0000:00:16.0: PME# supported from D3hot
[ 1.006867] pci 0000:00:17.0: [8086:a353] type 00 class 0x010601
[ 1.006933] pci 0000:00:17.0: reg 0x10: [mem 0xed61c000-0xed61dfff]
[ 1.006959] pci 0000:00:17.0: reg 0x14: [mem 0xed622000-0xed6220ff]
[ 1.006985] pci 0000:00:17.0: reg 0x18: [io 0x4090-0x4097]
[ 1.007011] pci 0000:00:17.0: reg 0x1c: [io 0x4080-0x4083]
[ 1.007037] pci 0000:00:17.0: reg 0x20: [io 0x4060-0x407f]
[ 1.007063] pci 0000:00:17.0: reg 0x24: [mem 0xed621000-0xed6217ff]
[ 1.007208] pci 0000:00:17.0: PME# supported from D3hot
[ 1.007544] pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400
[ 1.007861] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 1.007913] pci 0000:00:1b.0: PTM enabled (root), 4dns granularity
[ 1.008251] pci 0000:00:1c.0: [8086:a338] type 01 class 0x060400
[ 1.008492] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 1.008540] pci 0000:00:1c.0: PTM enabled (root), 4dns granularity
[ 1.008838] pci 0000:00:1c.4: [8086:a33c] type 01 class 0x060400
[ 1.009072] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 1.009117] pci 0000:00:1c.4: PTM enabled (root), 4dns granularity
[ 1.009408] pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400
[ 1.009636] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 1.009684] pci 0000:00:1d.0: PTM enabled (root), 4dns granularity
[ 1.010025] pci 0000:00:1f.0: [8086:a30e] type 00 class 0x060100
[ 1.010396] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040380
[ 1.010477] pci 0000:00:1f.3: reg 0x10: [mem 0xed618000-0xed61bfff 64bit]
[ 1.010555] pci 0000:00:1f.3: reg 0x20: [mem 0xed100000-0xed1fffff 64bit]
[ 1.010714] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 1.011598] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
[ 1.011598] pci 0000:00:1f.4: reg 0x10: [mem 0xed620000-0xed6200ff 64bit]
[ 1.011598] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 1.011598] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
[ 1.011598] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 1.011598] pci 0000:01:00.0: [10de:1c8c] type 00 class 0x030200
[ 1.011598] pci 0000:01:00.0: reg 0x10: [mem 0xec000000-0xecffffff]
[ 1.011598] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 1.011598] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[ 1.011598] pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
[ 1.011598] pci 0000:01:00.0: reg 0x30: [mem 0xed000000-0xed07ffff pref]
[ 1.011598] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 1.011598] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 1.011598] pci 0000:00:01.0: bridge window [mem 0xec000000-0xed0fffff]
[ 1.011598] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 1.011598] pci 0000:00:1b.0: PCI bridge to [bus 02-3a]
[ 1.011598] pci 0000:00:1b.0: bridge window [mem 0xd4000000-0xea0fffff]
[ 1.011598] pci 0000:00:1b.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 1.011598] pci 0000:3b:00.0: [168c:003e] type 00 class 0x028000
[ 1.011598] pci 0000:3b:00.0: reg 0x10: [mem 0xed200000-0xed3fffff 64bit]
[ 1.016461] pci 0000:3b:00.0: PME# supported from D0 D3hot D3cold
[ 1.018307] pci 0000:00:1c.0: PCI bridge to [bus 3b]
[ 1.018318] pci 0000:00:1c.0: bridge window [mem 0xed200000-0xed3fffff]
[ 1.018828] pci 0000:3c:00.0: [10ec:525a] type 00 class 0xff0000
[ 1.018881] pci 0000:3c:00.0: reg 0x14: [mem 0xed500000-0xed500fff]
[ 1.019129] pci 0000:3c:00.0: supports D1 D2
[ 1.019130] pci 0000:3c:00.0: PME# supported from D1 D2 D3hot D3cold
[ 1.019729] pci 0000:00:1c.4: PCI bridge to [bus 3c]
[ 1.019740] pci 0000:00:1c.4: bridge window [mem 0xed500000-0xed5fffff]
[ 1.019968] pci 0000:3d:00.0: [1179:0116] type 00 class 0x010802
[ 1.020023] pci 0000:3d:00.0: reg 0x10: [mem 0xed400000-0xed403fff 64bit]
[ 1.020425] pci 0000:00:1d.0: PCI bridge to [bus 3d]
[ 1.020436] pci 0000:00:1d.0: bridge window [mem 0xed400000-0xed4fffff]
[ 1.024657] ACPI: PCI Interrupt Link [LNKA] (IRQs) *0
[ 1.024707] ACPI: PCI Interrupt Link [LNKB] (IRQs) *1
[ 1.024754] ACPI: PCI Interrupt Link [LNKC] (IRQs) *0
[ 1.024801] ACPI: PCI Interrupt Link [LNKD] (IRQs) *0
[ 1.024848] ACPI: PCI Interrupt Link [LNKE] (IRQs) *0
[ 1.024895] ACPI: PCI Interrupt Link [LNKF] (IRQs) *0
[ 1.024942] ACPI: PCI Interrupt Link [LNKG] (IRQs) *0
[ 1.024992] ACPI: PCI Interrupt Link [LNKH] (IRQs) *0
[ 1.047372] ACPI: EC: interrupt unblocked
[ 1.047404] ACPI: EC: event unblocked
[ 1.047453] ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x6e, EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 1.047455] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions and events
[ 1.047571] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 1.047571] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 1.047571] pci 0000:00:02.0: vgaarb: bridge control possible
[ 1.047571] vgaarb: loaded
[ 1.047571] ACPI: bus type USB registered
[ 1.047571] usbcore: registered new interface driver usbfs
[ 1.047571] usbcore: registered new interface driver hub
[ 1.047571] usbcore: registered new device driver usb
[ 1.047571] pps_core: LinuxPPS API ver. 1 registered
[ 1.047571] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.047571] PTP clock support registered
[ 1.047571] EDAC MC: Ver: 3.0.0
[ 1.048835] Registered efivars operations
[ 1.098680] PCI: Using ACPI for IRQ routing
[ 1.126523] PCI: pci_cache_line_size set to 64 bytes
[ 1.127639] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 1.127640] e820: reserve RAM buffer [mem 0x60c8a018-0x63ffffff]
[ 1.127641] e820: reserve RAM buffer [mem 0x60c9b018-0x63ffffff]
[ 1.127642] e820: reserve RAM buffer [mem 0x64e67000-0x67ffffff]
[ 1.127643] e820: reserve RAM buffer [mem 0x6c607000-0x6fffffff]
[ 1.127645] e820: reserve RAM buffer [mem 0x78e00000-0x7bffffff]
[ 1.127646] e820: reserve RAM buffer [mem 0x27c800000-0x27fffffff]
[ 1.127739] NetLabel: Initializing
[ 1.127739] NetLabel: domain hash size = 128
[ 1.127740] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 1.127752] NetLabel: unlabeled traffic allowed by default
[ 1.127756] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 1.127756] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 1.131635] clocksource: Switched to clocksource tsc-early
[ 1.141546] VFS: Disk quotas dquot_6.6.0
[ 1.141563] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.141625] pnp: PnP ACPI init
[ 1.141897] system 00:00: [io 0x0680-0x069f] has been reserved
[ 1.141899] system 00:00: [io 0x164e-0x164f] has been reserved
[ 1.141904] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.141929] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.142058] system 00:02: [io 0x1854-0x1857] has been reserved
[ 1.142062] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 1.142210] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[ 1.142228] pnp 00:04: Plug and Play ACPI device, IDs DLL087c PNP0f13 (active)
[ 1.142471] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[ 1.142473] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 1.142474] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 1.142476] system 00:05: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 1.142477] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 1.142479] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 1.142481] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 1.142483] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 1.142486] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.142792] system 00:06: [io 0x1800-0x18fe] could not be reserved
[ 1.142795] system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
[ 1.142796] system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[ 1.142798] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
[ 1.142800] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 1.142801] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
[ 1.142803] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 1.142807] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.143221] system 00:07: [io 0x2000-0x20fe] has been reserved
[ 1.143225] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.144723] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.151015] pnp: PnP ACPI: found 9 devices
[ 1.156757] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 1.156786] pci 0000:00:1b.0: bridge window [io 0x1000-0x0fff] to [bus 02-3a] add_size 1000
[ 1.156844] pci 0000:00:15.0: BAR 0: assigned [mem 0x7f800000-0x7f800fff 64bit]
[ 1.157120] pci 0000:00:15.1: BAR 0: assigned [mem 0x7f801000-0x7f801fff 64bit]
[ 1.157398] pci 0000:00:1b.0: BAR 13: assigned [io 0x5000-0x5fff]
[ 1.157400] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 1.157402] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 1.157405] pci 0000:00:01.0: bridge window [mem 0xec000000-0xed0fffff]
[ 1.157408] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 1.157412] pci 0000:00:1b.0: PCI bridge to [bus 02-3a]
[ 1.157419] pci 0000:00:1b.0: bridge window [io 0x5000-0x5fff]
[ 1.157427] pci 0000:00:1b.0: bridge window [mem 0xd4000000-0xea0fffff]
[ 1.157433] pci 0000:00:1b.0: bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[ 1.157444] pci 0000:00:1c.0: PCI bridge to [bus 3b]
[ 1.157453] pci 0000:00:1c.0: bridge window [mem 0xed200000-0xed3fffff]
[ 1.157468] pci 0000:00:1c.4: PCI bridge to [bus 3c]
[ 1.157477] pci 0000:00:1c.4: bridge window [mem 0xed500000-0xed5fffff]
[ 1.157492] pci 0000:00:1d.0: PCI bridge to [bus 3d]
[ 1.157500] pci 0000:00:1d.0: bridge window [mem 0xed400000-0xed4fffff]
[ 1.157516] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 1.157518] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 1.157519] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 1.157521] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 1.157522] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 1.157524] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 1.157525] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 1.157526] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 1.157528] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 1.157529] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 1.157530] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 1.157532] pci_bus 0000:00: resource 15 [mem 0x7f800000-0xefffffff window]
[ 1.157533] pci_bus 0000:00: resource 16 [mem 0xfc800000-0xfe7fffff window]
[ 1.157535] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 1.157536] pci_bus 0000:01: resource 1 [mem 0xec000000-0xed0fffff]
[ 1.157537] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 1.157539] pci_bus 0000:02: resource 0 [io 0x5000-0x5fff]
[ 1.157540] pci_bus 0000:02: resource 1 [mem 0xd4000000-0xea0fffff]
[ 1.157542] pci_bus 0000:02: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
[ 1.157543] pci_bus 0000:3b: resource 1 [mem 0xed200000-0xed3fffff]
[ 1.157544] pci_bus 0000:3c: resource 1 [mem 0xed500000-0xed5fffff]
[ 1.157546] pci_bus 0000:3d: resource 1 [mem 0xed400000-0xed4fffff]
[ 1.157751] NET: Registered protocol family 2
[ 1.157885] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[ 1.157913] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 1.158010] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 1.158106] TCP: Hash tables configured (established 65536 bind 65536)
[ 1.158137] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 1.158162] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 1.158218] NET: Registered protocol family 1
[ 1.158223] NET: Registered protocol family 44
[ 1.158233] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 1.159151] PCI: CLS 64 bytes, default 64
[ 1.159186] Unpacking initramfs...
[ 1.315525] Freeing initrd memory: 11548K
[ 1.335059] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.335061] software IO TLB: mapped [mem 0x5cc8a000-0x60c8a000] (64MB)
[ 1.335091] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fd3b81b95f, max_idle_ns: 440795257325 ns
[ 1.335118] clocksource: Switched to clocksource tsc
[ 1.335300] check: Scanning for low memory corruption every 60 seconds
[ 1.335944] Initialise system trusted keyrings
[ 1.335954] Key type blacklist registered
[ 1.335982] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[ 1.337204] zbud: loaded
[ 1.367659] Key type asymmetric registered
[ 1.367660] Asymmetric key parser 'x509' registered
[ 1.367668] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 1.367711] io scheduler noop registered
[ 1.367712] io scheduler deadline registered
[ 1.367740] io scheduler cfq registered (default)
[ 1.367741] io scheduler mq-deadline registered
[ 1.367741] io scheduler kyber registered
[ 1.367777] io scheduler bfq registered
[ 1.372162] pcieport 0000:00:01.0: Signaling PME with IRQ 122
[ 1.372442] pcieport 0000:00:1b.0: Signaling PME with IRQ 123
[ 1.372479] pciehp 0000:00:1b.0:pcie004: Slot #20 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 1.372871] pcieport 0000:00:1c.0: Signaling PME with IRQ 124
[ 1.373232] pcieport 0000:00:1c.4: Signaling PME with IRQ 125
[ 1.373580] pcieport 0000:00:1d.0: Signaling PME with IRQ 126
[ 1.373705] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.373789] efifb: probing for efifb
[ 1.373800] efifb: framebuffer at 0x80000000, using 8100k, total 8100k
[ 1.373802] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 1.373802] efifb: scrolling: redraw
[ 1.373804] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 1.373876] Console: switching to colour frame buffer device 240x67
[ 1.377777] fb0: EFI VGA frame buffer device
[ 1.377785] intel_idle: MWAIT substates: 0x11142120
[ 1.377786] intel_idle: v0.4.1 model 0x9E
[ 1.378432] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.378520] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 1.378530] ACPI: Lid Switch [LID0]
[ 1.378560] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 1.378567] ACPI: Power Button [PBTN]
[ 1.378592] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[ 1.378599] ACPI: Sleep Button [SBTN]
[ 1.378628] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 1.378635] ACPI: Power Button [PWRF]
[ 1.382765] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.382766] ACPI: Thermal Zone [THM] (25 C)
[ 1.383042] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.385300] nvme nvme0: pci function 0000:3d:00.0
[ 1.385335] usbcore: registered new interface driver usbserial_generic
[ 1.385339] usbserial: USB Serial support registered for generic
[ 1.385371] rtc_cmos 00:01: RTC can wake from S4
[ 1.386432] rtc_cmos 00:01: registered as rtc0
[ 1.386446] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[ 1.386510] intel_pstate: Intel P-state driver initializing
[ 1.386553] intel_pstate: Disabling energy efficiency optimization
[ 1.387617] intel_pstate: HWP enabled
[ 1.388178] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.388216] intel_pmc_core: initialized
[ 1.388443] NET: Registered protocol family 10
[ 1.394547] Segment Routing with IPv6
[ 1.394565] NET: Registered protocol family 17
[ 1.395748] RAS: Correctable Errors collector initialized.
[ 1.395817] microcode: sig=0x906ea, pf=0x20, revision=0x96
[ 1.396231] microcode: Microcode Update Driver: v2.2.
[ 1.396244] sched_clock: Marking stable (1398798749, -2571723)->(1426281380, -30054354)
[ 1.397004] registered taskstats version 1
[ 1.397011] Loading compiled-in X.509 certificates
[ 1.399869] Loaded X.509 cert 'Build time autogenerated kernel key: 607bf7b41813a10b7fecf0eb8d5fb1179fd6fddf'
[ 1.399891] zswap: loaded using pool lzo/zbud
[ 1.405315] Key type big_key registered
[ 1.408401] Magic number: 3:739:246
[ 1.408443] acpi device:5c: hash matches
[ 1.408776] rtc_cmos 00:01: setting system clock to 2019-01-05 21:13:20 UTC (1546722800)
[ 1.611592] nvme0n1: p1 p2
[ 1.614627] Freeing unused decrypted memory: 2040K
[ 1.615325] Freeing unused kernel image memory: 1532K
[ 1.635470] Write protecting the kernel read-only data: 18432k
[ 1.636861] Freeing unused kernel image memory: 2016K
[ 1.637329] Freeing unused kernel image memory: 368K
[ 1.645663] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.645663] x86/mm: Checking user space page tables
[ 1.650806] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.650807] Run /init as init process
[ 1.768627] Linux agpgart interface v0.103
[ 1.801004] VFIO - User Level meta-driver version: 0.3
[ 1.842877] Setting dangerous option enable_fbc - tainting kernel
[ 1.842879] Setting dangerous option enable_guc - tainting kernel
[ 1.843791] checking generic (80000000 7e9000) vs hw (80000000 10000000)
[ 1.843793] fb0: switching to inteldrmfb from EFI VGA
[ 1.843805] Console: switching to colour dummy device 80x25
[ 1.843857] [drm] Replacing VGA console driver
[ 1.845968] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.845969] [drm] Driver supports precise vblank timestamp query.
[ 1.846892] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.847215] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 1.878267] [drm] HuC: Loaded firmware i915/kbl_huc_ver02_00_1810.bin (version 2.0)
[ 1.890304] [drm] GuC: Loaded firmware i915/kbl_guc_ver9_39.bin (version 9.39)
[ 1.900596] i915 0000:00:02.0: GuC firmware version 9.39
[ 1.900599] i915 0000:00:02.0: GuC submission enabled
[ 1.900602] i915 0000:00:02.0: HuC enabled
[ 2.185689] random: fast init done
[ 2.438446] [drm] Initialized i915 1.6.0 20180921 for 0000:00:02.0 on minor 0
[ 2.440508] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 2.441257] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[ 2.441278] ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no)
[ 2.441293] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:01/input/input5
[ 2.445910] fbcon: inteldrmfb (fb0) is primary device
[ 3.534202] Console: switching to colour frame buffer device 240x67
[ 3.553835] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 3.632595] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 3.632986] i8042: Warning: Keylock active
[ 3.634987] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.635010] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.637025] rtsx_pci 0000:3c:00.0: enabling device (0000 -> 0002)
[ 3.641067] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.641072] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 3.641630] SCSI subsystem initialized
[ 3.642182] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[ 3.642192] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 3.642393] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[ 3.642395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.642396] usb usb1: Product: xHCI Host Controller
[ 3.642397] usb usb1: Manufacturer: Linux 4.20.0-arch1-1-ARCH xhci-hcd
[ 3.642398] usb usb1: SerialNumber: 0000:00:14.0
[ 3.642479] hub 1-0:1.0: USB hub found
[ 3.642501] hub 1-0:1.0: 16 ports detected
[ 3.645371] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.645374] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 3.645376] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 3.645404] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.20
[ 3.645405] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.645406] usb usb2: Product: xHCI Host Controller
[ 3.645407] usb usb2: Manufacturer: Linux 4.20.0-arch1-1-ARCH xhci-hcd
[ 3.645408] usb usb2: SerialNumber: 0000:00:14.0
[ 3.645486] hub 2-0:1.0: USB hub found
[ 3.645505] hub 2-0:1.0: 10 ports detected
[ 3.645873] usb: port power management may be unreliable
[ 3.649409] libata version 3.00 loaded.
[ 3.653330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input6
[ 3.654921] ahci 0000:00:17.0: version 3.0
[ 3.655283] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x4 impl SATA mode
[ 3.655286] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst
[ 3.655597] scsi host0: ahci
[ 3.655699] scsi host1: ahci
[ 3.655785] scsi host2: ahci
[ 3.655824] ata1: DUMMY
[ 3.655825] ata2: DUMMY
[ 3.655831] ata3: SATA max UDMA/133 abar m2048@0xed621000 port 0xed621200 irq 139
[ 3.966690] ata3: SATA link down (SStatus 4 SControl 300)
[ 3.975242] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[ 4.118529] usb 1-1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.01
[ 4.118546] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.118547] usb 1-1: Product: USB Receiver
[ 4.118547] usb 1-1: Manufacturer: Logitech
[ 4.120790] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.124347] hidraw: raw HID events driver (C) Jiri Kosina
[ 4.132157] usbcore: registered new interface driver usbhid
[ 4.132157] usbhid: USB HID core driver
[ 4.241898] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[ 4.275151] systemd[1]: systemd 239 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)
[ 4.292042] systemd[1]: Detected architecture x86-64.
[ 4.295923] systemd[1]: Set hostname to <XPS9570>.
[ 4.383377] usb 1-4: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[ 4.383380] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.408589] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.410817] systemd[1]: Created slice User and Session Slice.
[ 4.410924] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.411203] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 4.411271] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.411342] systemd[1]: Listening on Journal Socket.
[ 4.411443] systemd[1]: Listening on Journal Socket (/dev/log).
[ 4.411527] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 4.411593] systemd[1]: Reached target Swap.
[ 4.412073] systemd[1]: Mounting Kernel Debug File System...
[ 4.418869] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null)
[ 4.434742] audit: type=1130 audit(1546722803.519:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.445310] audit: type=1130 audit(1546722803.533:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.446435] audit: type=1130 audit(1546722803.533:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.448541] audit: type=1130 audit(1546722803.536:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.449976] audit: type=1130 audit(1546722803.536:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.452412] audit: type=1130 audit(1546722803.539:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.463450] audit: type=1130 audit(1546722803.549:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.469213] systemd-journald[409]: Received request to flush runtime journal from PID 1
[ 4.481150] audit: type=1130 audit(1546722803.566:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.508407] usb 1-7: new full-speed USB device number 4 using xhci_hcd
[ 4.530667] audit: type=1130 audit(1546722803.616:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.563035] ACPI: AC Adapter [AC] (on-line)
[ 4.566914] input: Intel HID events as /devices/platform/INT33D5:00/input/input8
[ 4.572700] intel-hid INT33D5:00: platform supports 5 button array
[ 4.572783] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input9
[ 4.573608] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:03)
[ 4.573748] wmi_bus wmi_bus-PNP0C14:05: WQBC data block query control method not found
[ 4.573750] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:03)
[ 4.573960] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:03)
[ 4.606310] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:03)
[ 4.617649] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFC, rev-id 1)
[ 4.625546] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 4.632880] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 4.635290] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 4.635291] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 4.635291] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 4.635292] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 4.635292] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 4.635293] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 4.635330] input: PC Speaker as /devices/platform/pcspkr/input/input10
[ 4.644833] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 4.644937] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 4.649648] usb 1-7: New USB device found, idVendor=27c6, idProduct=5395, bcdDevice= 1.00
[ 4.649650] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.649652] usb 1-7: Product: Goodix Fingerprint Device
[ 4.649653] usb 1-7: Manufacturer: HTMicroelectronics
[ 4.649655] usb 1-7: SerialNumber: HTK32
[ 4.655963] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.3)
[ 4.658213] cryptd: max_cpu_qlen set to 1000
[ 4.670418] AVX2 version of gcm_enc/dec engaged.
[ 4.670419] AES CTR mode by8 optimization enabled
[ 4.673670] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 4.681416] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.681534] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 4.692037] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.692373] input: Dell WMI hotkeys as /devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input12
[ 4.693189] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 4.693190] cfg80211: failed to load regulatory.db
[ 4.693448] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 4.701519] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 4.744723] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3266: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 4.744725] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.744726] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 4.744727] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 4.744727] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 4.744728] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x18
[ 4.744729] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x1a
[ 4.744730] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 4.775679] intel_rapl: Found RAPL domain package
[ 4.775681] intel_rapl: Found RAPL domain core
[ 4.775682] intel_rapl: Found RAPL domain uncore
[ 4.775682] intel_rapl: Found RAPL domain dram
[ 4.788974] ath10k_pci 0000:3b:00.0: enabling device (0000 -> 0002)
[ 4.793629] ath10k_pci 0000:3b:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 4.827533] dell_smm_hwmon: not running on a supported Dell system.
[ 4.827534] dell_smm_hwmon: vendor=Dell Inc., model=XPS 15 9570, version=1.5.0
[ 5.174507] CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 5.174508] CPU2: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 5.174509] CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 5.174510] CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 5.174511] CPU6: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 5.174512] CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 5.174513] CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 5.174514] CPU8: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 5.174515] CPU9: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 5.174516] CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 5.174517] CPU10: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 5.174517] CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 5.174518] CPU11: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 5.174519] CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 5.174519] CPU8: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 5.176073] CPU2: Core temperature/speed normal
[ 5.176074] CPU8: Core temperature/speed normal
[ 5.176293] CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 5.177379] CPU7: Package temperature/speed normal
[ 5.177986] CPU0: Core temperature/speed normal
[ 5.180887] random: crng init done
[ 5.181124] CPU0: Package temperature/speed normal
[ 5.181889] random: 7 urandom warning(s) missed due to ratelimiting
[ 5.409737] ath10k_pci 0000:3b:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[ 5.409744] ath10k_pci 0000:3b:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
[ 5.411256] ath10k_pci 0000:3b:00.0: firmware ver RM.4.4.1.c2-00057-QCARMSWP-1 api 6 features wowlan,ignore-otp,no-4addr-pad,raw-mode crc32 e061250a
[ 5.476511] ath10k_pci 0000:3b:00.0: board_file api 2 bmi_id N/A crc32 20d869c3
[ 5.494142] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4646]
[ 5.524020] psmouse serio1: synaptics: queried min coordinates: x [1278..], y [1206..]
[ 5.524023] psmouse serio1: synaptics: Your touchpad (PNP: DLL087c 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.
[ 5.567115] ath10k_pci 0000:3b:00.0: unsupported HTC service id: 1536
[ 5.579887] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf00123/0x840300/0x12e800/0x0, board id: 3125, fw id: 2378871
[ 5.582402] ath10k_pci 0000:3b:00.0: Unknown eventid: 118809
[ 5.584991] ath10k_pci 0000:3b:00.0: htt-ver 3.56 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 5.617782] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input11
[ 5.620932] mousedev: PS/2 mouse device common for all mice
[ 5.647386] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 5.670220] ath: EEPROM regdomain: 0x6c
[ 5.670221] ath: EEPROM indicates we should expect a direct regpair map
[ 5.670222] ath: Country alpha2 being used: 00
[ 5.670222] ath: Regpair used: 0x6c
[ 5.674154] iTCO_vendor_support: vendor-support=0
[ 5.675926] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 5.675962] iTCO_wdt iTCO_wdt: can't request region for resource [mem 0x00c5fffc-0x00c5ffff]
[ 5.678668] ath10k_pci 0000:3b:00.0 wlp59s0: renamed from wlan0
[ 5.679025] iTCO_wdt: probe of iTCO_wdt failed with error -16
[ 5.703012] IPv6: ADDRCONF(NETDEV_UP): wlp59s0: link is not ready
[ 5.757821] cdc_acm 1-7:1.0: ttyACM0: USB ACM device
[ 5.758018] usbcore: registered new interface driver cdc_acm
[ 5.758019] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 5.759608] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
[ 5.775295] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 5.775352] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 5.775405] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 5.775457] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 5.775503] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 5.775550] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 5.782230] pci_raw_set_power_state: 22 callbacks suppressed
[ 5.782232] pci 0000:01:00.0: Refused to change power state, currently in D3
[ 5.784021] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 5.784484] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 5.791386] Bluetooth: Core ver 2.22
[ 5.791401] NET: Registered protocol family 31
[ 5.791402] Bluetooth: HCI device and connection manager initialized
[ 5.791405] Bluetooth: HCI socket layer initialized
[ 5.791407] Bluetooth: L2CAP socket layer initialized
[ 5.791410] Bluetooth: SCO socket layer initialized
[ 5.802446] usbcore: registered new interface driver btusb
[ 5.822996] audit: type=1130 audit(1546722804.909:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.828583] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.828584] Bluetooth: BNEP filters: protocol multicast
[ 5.828588] Bluetooth: BNEP socket layer initialized
[ 5.840518] audit: type=1325 audit(1546722804.926:34): table=filter family=2 entries=0
[ 5.840624] audit: type=1300 audit(1546722804.926:34): arch=c000003e syscall=175 success=yes exit=0 a0=55a337d6ca10 a1=2639 a2=55a335cebde6 a3=55a337d68010 items=0 ppid=112 pid=904 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" key=(null)
[ 5.840626] audit: type=1327 audit(1546722804.926:34): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F66696C746572
[ 5.849736] audit: type=1325 audit(1546722804.936:35): table=filter family=10 entries=0
[ 5.849976] audit: type=1300 audit(1546722804.936:35): arch=c000003e syscall=175 success=yes exit=0 a0=55f9bdabaa10 a1=2649 a2=55f9bc51ede6 a3=55f9bdab6010 items=0 ppid=112 pid=907 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" key=(null)
[ 5.849979] audit: type=1327 audit(1546722804.936:35): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D006970367461626C655F66696C746572
[ 5.873960] input: Logitech Unifying Device. Wireless PID:406a Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:406A.0004/input/input19
[ 5.874195] input: Logitech Unifying Device. Wireless PID:406a Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:406A.0004/input/input20
[ 5.874268] input: Logitech Unifying Device. Wireless PID:406a Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:406A.0004/input/input21
[ 5.874307] input: Logitech Unifying Device. Wireless PID:406a System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:406A.0004/input/input22
[ 5.874342] hid-generic 0003:046D:406A.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:406a] on usb-0000:00:14.0-1:1
[ 5.875999] input: Logitech Unifying Device. Wireless PID:4032 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4032.0005/input/input26
[ 5.876113] input: Logitech Unifying Device. Wireless PID:4032 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4032.0005/input/input27
[ 5.876272] input: Logitech Unifying Device. Wireless PID:4032 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4032.0005/input/input28
[ 5.876318] input: Logitech Unifying Device. Wireless PID:4032 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4032.0005/input/input29
[ 5.876362] hid-generic 0003:046D:4032.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4032] on usb-0000:00:14.0-1:2
[ 5.877921] input: Logitech Unifying Device. Wireless PID:2007 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:2007.0006/input/input33
[ 5.878046] input: Logitech Unifying Device. Wireless PID:2007 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:2007.0006/input/input34
[ 5.878084] input: Logitech Unifying Device. Wireless PID:2007 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:2007.0006/input/input35
[ 5.878123] hid-generic 0003:046D:2007.0006: input,hidraw3: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:2007] on usb-0000:00:14.0-1:3
[ 5.894075] i2c_hid i2c-SYNA2393:00: i2c-SYNA2393:00 supply vdd not found, using dummy regulator
[ 5.894085] i2c_hid i2c-SYNA2393:00: Linked as a consumer to regulator.0
[ 5.894086] i2c_hid i2c-SYNA2393:00: i2c-SYNA2393:00 supply vddl not found, using dummy regulator
[ 5.904291] ath10k_pci 0000:3b:00.0: unsupported HTC service id: 1536
[ 5.917594] input: SYNA2393:00 06CB:7A13 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-SYNA2393:00/0018:06CB:7A13.0007/input/input39
[ 5.919840] ath10k_pci 0000:3b:00.0: Unknown eventid: 118809
[ 5.974678] IPv6: ADDRCONF(NETDEV_UP): wlp59s0: link is not ready
[ 5.988520] input: SYNA2393:00 06CB:7A13 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-SYNA2393:00/0018:06CB:7A13.0007/input/input40
[ 5.988587] hid-generic 0018:06CB:7A13.0007: input,hidraw4: I2C HID v1.00 Mouse [SYNA2393:00 06CB:7A13] on i2c-SYNA2393:00
[ 6.258664] ath10k_pci 0000:3b:00.0: unsupported HTC service id: 1536
[ 6.274208] ath10k_pci 0000:3b:00.0: Unknown eventid: 118809
[ 6.320712] IPv6: ADDRCONF(NETDEV_UP): wlp59s0: link is not ready
[ 6.410684] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 6.413414] audit: type=1130 audit(1546722805.499:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.433782] tun: Universal TUN/TAP device driver, 1.6
[ 6.434478] virbr0: port 1(virbr0-nic) entered blocking state
[ 6.434479] virbr0: port 1(virbr0-nic) entered disabled state
[ 6.434520] device virbr0-nic entered promiscuous mode
[ 6.434531] audit: type=1700 audit(1546722805.519:37): dev=virbr0-nic prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
[ 6.441803] input: Logitech MX Anywhere 2S as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:406A.0004/input/input42
[ 6.466517] IPv6: ADDRCONF(NETDEV_UP): wlp59s0: link is not ready
[ 6.475229] logitech-hidpp-device 0003:046D:406A.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech MX Anywhere 2S] on usb-0000:00:14.0-1:1
[ 6.481852] input: Logitech K830 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4032.0005/input/input43
[ 6.622678] logitech-hidpp-device 0003:046D:4032.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech K830] on usb-0000:00:14.0-1:2
[ 6.635141] virbr0: port 1(virbr0-nic) entered blocking state
[ 6.635142] virbr0: port 1(virbr0-nic) entered listening state
[ 6.732777] virbr0: port 1(virbr0-nic) entered disabled state
[ 6.810942] input: SYNA2393:00 06CB:7A13 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-SYNA2393:00/0018:06CB:7A13.0007/input/input45
[ 6.882480] hid-multitouch 0018:06CB:7A13.0007: input,hidraw3: I2C HID v1.00 Mouse [SYNA2393:00 06CB:7A13] on i2c-SYNA2393:00
[ 6.890144] input: Logitech K340 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:2007.0006/input/input47
[ 6.890856] logitech-hidpp-device 0003:046D:2007.0006: input,hidraw4: USB HID v1.11 Keyboard [Logitech K340] on usb-0000:00:14.0-1:3
[ 10.784595] Adding 1048572k swap on /var/lib/systemd-swap/swapfc/1. Priority:-2 extents:64 across:22716412k SSFS
[ 11.339148] IPv6: ADDRCONF(NETDEV_UP): wlp59s0: link is not ready
[ 14.631116] kauditd_printk_skb: 56 callbacks suppressed
[ 14.631117] audit: type=1006 audit(1546722813.716:56): pid=751 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[ 14.643991] audit: type=1130 audit(1546722813.729:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 14.648538] audit: type=1006 audit(1546722813.736:58): pid=1260 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 14.682755] audit: type=1130 audit(1546722813.769:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 16.010005] audit: type=1130 audit(1546722815.096:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 16.010008] audit: type=1131 audit(1546722815.096:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 16.275636] wlp59s0: authenticate with e8:94:f6:fd:f3:72
[ 16.324917] wlp59s0: send auth to e8:94:f6:fd:f3:72 (try 1/3)
[ 16.327015] wlp59s0: authenticated
[ 16.338378] wlp59s0: associate with e8:94:f6:fd:f3:72 (try 1/3)
[ 16.342971] wlp59s0: RX AssocResp from e8:94:f6:fd:f3:72 (capab=0x431 status=0 aid=1)
[ 16.346276] wlp59s0: associated
[ 16.374272] IPv6: ADDRCONF(NETDEV_CHANGE): wlp59s0: link becomes ready
[ 16.499009] audit: type=1130 audit(1546722815.586:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 27.010238] audit: type=1131 audit(1546722826.096:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 35.870624] audit: type=1130 audit(1546722834.956:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 35.870633] audit: type=1131 audit(1546722834.956:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'$ lsmod | grep nvidia
nvidia 17317888 9
ipmi_msghandler 65536 2 ipmi_devintf,nvidia# lsof /dev/nvidia*
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
Xorg 4295 esgariot 11u CHR 195,255 0t0 27793 /dev/nvidiactl
Xorg 4295 esgariot 12u CHR 195,0 0t0 26771 /dev/nvidia0
Xorg 4295 esgariot 13u CHR 195,0 0t0 26771 /dev/nvidia0$ dmesg
<rest same as before startx>
[ 329.807395] IPMI message handler: version 39.2
[ 329.810395] ipmi device interface
[ 329.911775] nvidia: loading out-of-tree module taints kernel.
[ 329.911780] nvidia: module license 'NVIDIA' taints kernel.
[ 329.911781] Disabling lock debugging due to kernel taint
[ 329.915203] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 329.923766] nvidia-nvlink: Nvlink Core is being initialized, major device number 236
[ 329.924068] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
[ 330.024433] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 415.25 Wed Dec 12 10:22:08 CST 2018 (using threaded interrupts)
[ 330.050201] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20181003/nsarguments-66)
[ 332.775576] audit: type=1130 audit(1546723131.863:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 336.895777] audit: type=1006 audit(1546723135.983:67): pid=4396 uid=0 old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=3 res=1$ startx
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
Build Operating System: Linux Arch Linux
Current Operating System: Linux XPS9570 4.20.0-arch1-1-ARCH #1 SMP PREEMPT Mon Dec 24 03:00:40 UTC 2018 x86_64
Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=619c57c4-91e5-574a-9416-b8f4c6129247 rw
Build Date: 25 October 2018 04:42:32PM
Current version of pixman: 0.36.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/esgariot/.local/share/xorg/Xorg.0.log", Time: Sat Jan 5 22:25:36 2019
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
/etc/X11/xinit/xinitrc: linia 51: twm: nie znaleziono polecenia
/etc/X11/xinit/xinitrc: linia 52: xclock: nie znaleziono polecenia
xterm: cannot load font "-Misc-Fixed-medium-R-*-*-13-120-75-75-C-120-ISO10646-1"
xterm: cannot load font "-Misc-Fixed-medium-R-*-*-13-120-75-75-C-120-ISO10646-1"
xterm: cannot load font "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1"
xterm: cannot load font "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1"
xterm: cannot load font "-Misc-Fixed-medium-R-*-*-13-120-75-75-C-120-ISO10646-1"
xterm: cannot load font "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1"
xinit: connection to X server lost
waiting for X server to shut down xterm: fatal IO error 11 (Zasoby chwilowo niedostępne) or KillClient on X server ":0"
xterm: fatal IO error 11 (Zasoby chwilowo niedostępne) or KillClient on X server ":0"
(II) Server terminated successfully (0). Closing log file.$ lsmod | grep nvidia
nvidia 17317888 0
ipmi_msghandler 65536 2 ipmi_devintf,nvidiaFull xorg log from startx session:
[ 737.219] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 737.219]
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[ 737.219] Build Operating System: Linux Arch Linux
[ 737.219] Current Operating System: Linux XPS9570 4.20.0-arch1-1-ARCH #1 SMP PREEMPT Mon Dec 24 03:00:40 UTC 2018 x86_64
[ 737.219] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=619c57c4-91e5-574a-9416-b8f4c6129247 rw
[ 737.219] Build Date: 25 October 2018 04:42:32PM
[ 737.219]
[ 737.219] Current version of pixman: 0.36.0
[ 737.219] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 737.219] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 737.219] (==) Log file: "/home/esgariot/.local/share/xorg/Xorg.0.log", Time: Sat Jan 5 22:25:36 2019
[ 737.219] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 737.219] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 737.219] (==) No Layout section. Using the first Screen section.
[ 737.219] (==) No screen section available. Using defaults.
[ 737.219] (**) |-->Screen "Default Screen Section" (0)
[ 737.219] (**) | |-->Monitor "<default monitor>"
[ 737.219] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 737.219] (**) | |-->Device "iGPU"
[ 737.219] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 737.219] (**) Option "AutoAddGPU" "off"
[ 737.219] (==) Automatically adding devices
[ 737.219] (==) Automatically enabling devices
[ 737.219] (**) Not automatically adding GPU devices
[ 737.219] (==) Automatically binding GPU devices
[ 737.219] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 737.219] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 737.219] Entry deleted from font path.
[ 737.219] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 737.219] Entry deleted from font path.
[ 737.219] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 737.219] Entry deleted from font path.
[ 737.219] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 737.219] Entry deleted from font path.
[ 737.219] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF
[ 737.219] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 737.219] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 737.219] (II) Module ABI versions:
[ 737.219] X.Org ANSI C Emulation: 0.4
[ 737.219] X.Org Video Driver: 24.0
[ 737.219] X.Org XInput driver : 24.1
[ 737.219] X.Org Server Extension : 10.0
[ 737.220] (++) using VT number 1
[ 737.221] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 737.222] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 737.222] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 737.223] (--) PCI:*(0@0:2:0) 8086:3e9b:1028:087c rev 0, Mem @ 0xeb000000/16777216, 0x80000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 737.223] (--) PCI: (1@0:0:0) 10de:1c8c:1028:087c rev 161, Mem @ 0xec000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 737.223] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 737.223] (II) LoadModule: "glx"
[ 737.223] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 737.224] (II) Module glx: vendor="X.Org Foundation"
[ 737.224] compiled for 1.20.3, module version = 1.0.0
[ 737.224] ABI class: X.Org Server Extension, version 10.0
[ 737.224] (II) LoadModule: "modesetting"
[ 737.224] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 737.225] (II) Module modesetting: vendor="X.Org Foundation"
[ 737.225] compiled for 1.20.3, module version = 1.20.3
[ 737.225] Module class: X.Org Video Driver
[ 737.225] ABI class: X.Org Video Driver, version 24.0
[ 737.225] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 737.225] (II) modeset(0): using drv /dev/dri/card0
[ 737.225] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 737.225] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 737.225] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 737.225] (==) modeset(0): RGB weight 888
[ 737.225] (==) modeset(0): Default visual is TrueColor
[ 737.225] (II) Loading sub module "glamoregl"
[ 737.225] (II) LoadModule: "glamoregl"
[ 737.225] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 737.227] (II) Module glamoregl: vendor="X.Org Foundation"
[ 737.227] compiled for 1.20.3, module version = 1.0.1
[ 737.227] ABI class: X.Org ANSI C Emulation, version 0.4
[ 737.412] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2)
[ 737.412] (II) modeset(0): glamor initialized
[ 737.414] (II) modeset(0): Output eDP-1 has no monitor section
[ 737.414] (II) modeset(0): Output DP-1 has no monitor section
[ 737.414] (II) modeset(0): Output DP-2 has no monitor section
[ 737.417] (II) modeset(0): Output DP-3 has no monitor section
[ 737.419] (II) modeset(0): EDID for output eDP-1
[ 737.419] (II) modeset(0): Manufacturer: SHP Model: 149a Serial#: 0
[ 737.419] (II) modeset(0): Year: 2018 Week: 4
[ 737.419] (II) modeset(0): EDID Version: 1.4
[ 737.419] (II) modeset(0): Digital Display Input
[ 737.419] (II) modeset(0): 8 bits per channel
[ 737.419] (II) modeset(0): Digital interface is DisplayPort
[ 737.419] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 737.419] (II) modeset(0): Gamma: 2.20
[ 737.419] (II) modeset(0): No DPMS capabilities specified
[ 737.419] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 737.419] (II) modeset(0): Default color space is primary color space
[ 737.419] (II) modeset(0): First detailed timing is preferred mode
[ 737.419] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 737.419] (II) modeset(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
[ 737.419] (II) modeset(0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328
[ 737.419] (II) modeset(0): Manufacturer's mask: 0
[ 737.419] (II) modeset(0): Supported detailed timing:
[ 737.419] (II) modeset(0): clock: 142.5 MHz Image Size: 344 x 194 mm
[ 737.419] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 737.419] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1142 v_border: 0
[ 737.419] (II) modeset(0): TK6R7LQ156M1
[ 737.419] (II) modeset(0): Unknown vendor-specific block 0
[ 737.419] (II) modeset(0): EDID (in hex):
[ 737.419] (II) modeset(0): 00ffffffffffff004d109a1400000000
[ 737.419] (II) modeset(0): 041c0104a52213780ede50a3544c9926
[ 737.419] (II) modeset(0): 0f505400000001010101010101010101
[ 737.419] (II) modeset(0): 010101010101ac3780a070383e403020
[ 737.419] (II) modeset(0): 350058c2100000180000000000000000
[ 737.419] (II) modeset(0): 00000000000000000000000000fe0054
[ 737.419] (II) modeset(0): 4b365237804c513135364d3100000000
[ 737.419] (II) modeset(0): 0002410328001200000a010a2020002b
[ 737.419] (II) modeset(0): Printing probed modes for output eDP-1
[ 737.419] (II) modeset(0): Modeline "1920x1080"x60.0 142.52 1920 1968 2000 2080 1080 1083 1088 1142 -hsync -vsync (68.5 kHz eP)
[ 737.419] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 737.419] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 737.419] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 737.419] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 737.419] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 737.419] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 737.419] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 737.419] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 737.419] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 737.419] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 737.419] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 737.419] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 737.419] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 737.419] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 737.419] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 737.419] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 737.419] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 737.419] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 737.419] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 737.419] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 737.419] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 737.419] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 737.419] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 737.419] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 737.419] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 737.419] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 737.419] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 737.419] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 737.419] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 737.419] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 737.419] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 737.419] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 737.419] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 737.419] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 737.419] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 737.419] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 737.419] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 737.419] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 737.419] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 737.419] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 737.419] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 737.419] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 737.419] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 737.419] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 737.419] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 737.419] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 737.419] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 737.419] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 737.419] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 737.419] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 737.419] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 737.419] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 737.419] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 737.419] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 737.419] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 737.419] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 737.419] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 737.419] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 737.419] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 737.419] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 737.419] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 737.419] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 737.419] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 737.419] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 737.419] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 737.419] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 737.419] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 737.419] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 737.419] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 737.419] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 737.419] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 737.419] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 737.419] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 737.419] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 737.419] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 737.419] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 737.419] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 737.419] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 737.419] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 737.419] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 737.419] (II) modeset(0): EDID for output DP-1
[ 737.419] (II) modeset(0): EDID for output DP-2
[ 737.423] (II) modeset(0): EDID for output DP-3
[ 737.423] (II) modeset(0): Output eDP-1 connected
[ 737.423] (II) modeset(0): Output DP-1 disconnected
[ 737.423] (II) modeset(0): Output DP-2 disconnected
[ 737.423] (II) modeset(0): Output DP-3 disconnected
[ 737.423] (II) modeset(0): Using exact sizes for initial modes
[ 737.423] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 737.423] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 737.423] (==) modeset(0): DPI set to (96, 96)
[ 737.423] (II) Loading sub module "fb"
[ 737.423] (II) LoadModule: "fb"
[ 737.423] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 737.423] (II) Module fb: vendor="X.Org Foundation"
[ 737.423] compiled for 1.20.3, module version = 1.0.0
[ 737.423] ABI class: X.Org ANSI C Emulation, version 0.4
[ 737.426] (==) modeset(0): Backing store enabled
[ 737.426] (==) modeset(0): Silken mouse disabled
[ 737.462] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 737.462] (==) modeset(0): DPMS enabled
[ 737.463] (II) modeset(0): [DRI2] Setup complete
[ 737.463] (II) modeset(0): [DRI2] DRI driver: i965
[ 737.463] (II) modeset(0): [DRI2] VDPAU driver: i965
[ 737.463] (II) Initializing extension Generic Event Extension
[ 737.463] (II) Initializing extension SHAPE
[ 737.463] (II) Initializing extension MIT-SHM
[ 737.463] (II) Initializing extension XInputExtension
[ 737.463] (II) Initializing extension XTEST
[ 737.463] (II) Initializing extension BIG-REQUESTS
[ 737.463] (II) Initializing extension SYNC
[ 737.463] (II) Initializing extension XKEYBOARD
[ 737.463] (II) Initializing extension XC-MISC
[ 737.463] (II) Initializing extension SECURITY
[ 737.463] (II) Initializing extension XFIXES
[ 737.463] (II) Initializing extension RENDER
[ 737.463] (II) Initializing extension RANDR
[ 737.463] (II) Initializing extension COMPOSITE
[ 737.463] (II) Initializing extension DAMAGE
[ 737.463] (II) Initializing extension MIT-SCREEN-SAVER
[ 737.463] (II) Initializing extension DOUBLE-BUFFER
[ 737.463] (II) Initializing extension RECORD
[ 737.463] (II) Initializing extension DPMS
[ 737.463] (II) Initializing extension Present
[ 737.463] (II) Initializing extension DRI3
[ 737.463] (II) Initializing extension X-Resource
[ 737.463] (II) Initializing extension XVideo
[ 737.463] (II) Initializing extension XVideo-MotionCompensation
[ 737.463] (II) Initializing extension GLX
[ 737.467] (II) AIGLX: Loaded and initialized i965
[ 737.468] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 737.468] (II) Initializing extension XFree86-VidModeExtension
[ 737.468] (II) Initializing extension XFree86-DGA
[ 737.468] (II) Initializing extension XFree86-DRI
[ 737.468] (II) Initializing extension DRI2
[ 737.470] (II) modeset(0): Damage tracking initialized
[ 737.470] (II) modeset(0): Setting screen physical size to 508 x 285
[ 737.494] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 737.494] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 737.494] (**) Power Button: Applying InputClass "system-keyboard"
[ 737.494] (II) LoadModule: "libinput"
[ 737.494] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 737.495] (II) Module libinput: vendor="X.Org Foundation"
[ 737.495] compiled for 1.20.1, module version = 0.28.1
[ 737.495] Module class: X.Org XInput Driver
[ 737.495] ABI class: X.Org XInput driver, version 24.1
[ 737.495] (II) Using input driver 'libinput' for 'Power Button'
[ 737.495] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 17 paused 0
[ 737.495] (**) Power Button: always reports core events
[ 737.495] (**) Option "Device" "/dev/input/event3"
[ 737.495] (**) Option "_source" "server/udev"
[ 737.496] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 737.496] (II) event3 - Power Button: device is a keyboard
[ 737.496] (II) event3 - Power Button: device removed
[ 737.496] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 737.496] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 737.496] (**) Option "xkb_layout" "pl"
[ 737.506] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 737.506] (II) event3 - Power Button: device is a keyboard
[ 737.506] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 737.507] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 737.507] (**) Video Bus: Applying InputClass "system-keyboard"
[ 737.507] (II) Using input driver 'libinput' for 'Video Bus'
[ 737.507] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 20 paused 0
[ 737.507] (**) Video Bus: always reports core events
[ 737.507] (**) Option "Device" "/dev/input/event4"
[ 737.507] (**) Option "_source" "server/udev"
[ 737.507] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 737.507] (II) event4 - Video Bus: device is a keyboard
[ 737.507] (II) event4 - Video Bus: device removed
[ 737.507] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[ 737.507] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 737.507] (**) Option "xkb_layout" "pl"
[ 737.508] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 737.508] (II) event4 - Video Bus: device is a keyboard
[ 737.508] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 737.508] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 737.508] (**) Video Bus: Applying InputClass "system-keyboard"
[ 737.508] (II) Using input driver 'libinput' for 'Video Bus'
[ 737.509] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 21 paused 0
[ 737.509] (**) Video Bus: always reports core events
[ 737.509] (**) Option "Device" "/dev/input/event5"
[ 737.509] (**) Option "_source" "server/udev"
[ 737.509] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 737.509] (II) event5 - Video Bus: device is a keyboard
[ 737.509] (II) event5 - Video Bus: device removed
[ 737.509] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:01/input/input5/event5"
[ 737.509] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 737.509] (**) Option "xkb_layout" "pl"
[ 737.510] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 737.510] (II) event5 - Video Bus: device is a keyboard
[ 737.510] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 737.510] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 737.510] (**) Power Button: Applying InputClass "system-keyboard"
[ 737.510] (II) Using input driver 'libinput' for 'Power Button'
[ 737.510] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 22 paused 0
[ 737.510] (**) Power Button: always reports core events
[ 737.510] (**) Option "Device" "/dev/input/event1"
[ 737.510] (**) Option "_source" "server/udev"
[ 737.511] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 737.511] (II) event1 - Power Button: device is a keyboard
[ 737.511] (II) event1 - Power Button: device removed
[ 737.511] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 737.511] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 737.511] (**) Option "xkb_layout" "pl"
[ 737.511] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 737.511] (II) event1 - Power Button: device is a keyboard
[ 737.511] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 737.511] (II) No input driver specified, ignoring this device.
[ 737.511] (II) This device may have been added with another device file.
[ 737.511] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 737.511] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 737.511] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 737.511] (II) Using input driver 'libinput' for 'Sleep Button'
[ 737.512] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 23 paused 0
[ 737.512] (**) Sleep Button: always reports core events
[ 737.512] (**) Option "Device" "/dev/input/event2"
[ 737.512] (**) Option "_source" "server/udev"
[ 737.512] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 737.512] (II) event2 - Sleep Button: device is a keyboard
[ 737.512] (II) event2 - Sleep Button: device removed
[ 737.512] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 737.512] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 737.512] (**) Option "xkb_layout" "pl"
[ 737.513] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 737.513] (II) event2 - Sleep Button: device is a keyboard
[ 737.513] (II) config/udev: Adding input device Logitech K340 (/dev/input/event21)
[ 737.513] (**) Logitech K340: Applying InputClass "libinput keyboard catchall"
[ 737.513] (**) Logitech K340: Applying InputClass "system-keyboard"
[ 737.513] (II) Using input driver 'libinput' for 'Logitech K340'
[ 737.514] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 24 paused 0
[ 737.514] (**) Logitech K340: always reports core events
[ 737.514] (**) Option "Device" "/dev/input/event21"
[ 737.514] (**) Option "_source" "server/udev"
[ 737.514] (II) event21 - Logitech K340: is tagged by udev as: Keyboard
[ 737.514] (II) event21 - Logitech K340: device is a keyboard
[ 737.514] (II) event21 - Logitech K340: device removed
[ 737.514] (II) libinput: Logitech K340: needs a virtual subdevice
[ 737.514] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:2007.0006/input/input47/event21"
[ 737.515] (II) XINPUT: Adding extended input device "Logitech K340" (type: MOUSE, id 11)
[ 737.515] (**) Option "AccelerationScheme" "none"
[ 737.515] (**) Logitech K340: (accel) selected scheme none/0
[ 737.515] (**) Logitech K340: (accel) acceleration factor: 2.000
[ 737.515] (**) Logitech K340: (accel) acceleration threshold: 4
[ 737.515] (II) event21 - Logitech K340: is tagged by udev as: Keyboard
[ 737.515] (II) event21 - Logitech K340: device is a keyboard
[ 737.515] (II) config/udev: Adding input device Logitech K830 (/dev/input/event20)
[ 737.516] (**) Logitech K830: Applying InputClass "libinput pointer catchall"
[ 737.516] (**) Logitech K830: Applying InputClass "libinput keyboard catchall"
[ 737.516] (**) Logitech K830: Applying InputClass "system-keyboard"
[ 737.516] (II) Using input driver 'libinput' for 'Logitech K830'
[ 737.516] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 25 paused 0
[ 737.516] (**) Logitech K830: always reports core events
[ 737.516] (**) Option "Device" "/dev/input/event20"
[ 737.516] (**) Option "_source" "server/udev"
[ 737.517] (II) event20 - Logitech K830: is tagged by udev as: Keyboard Mouse
[ 737.517] (II) event20 - Logitech K830: device is a pointer
[ 737.517] (II) event20 - Logitech K830: device is a keyboard
[ 737.517] (II) event20 - Logitech K830: device removed
[ 737.517] (II) libinput: Logitech K830: needs a virtual subdevice
[ 737.517] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4032.0005/input/input43/event20"
[ 737.517] (II) XINPUT: Adding extended input device "Logitech K830" (type: MOUSE, id 12)
[ 737.517] (**) Option "AccelerationScheme" "none"
[ 737.517] (**) Logitech K830: (accel) selected scheme none/0
[ 737.517] (**) Logitech K830: (accel) acceleration factor: 2.000
[ 737.517] (**) Logitech K830: (accel) acceleration threshold: 4
[ 737.517] (II) event20 - Logitech K830: is tagged by udev as: Keyboard Mouse
[ 737.517] (II) event20 - Logitech K830: device is a pointer
[ 737.517] (II) event20 - Logitech K830: device is a keyboard
[ 737.518] (II) config/udev: Adding input device Logitech K830 (/dev/input/mouse2)
[ 737.518] (**) Logitech K830: Applying InputClass "system-keyboard"
[ 737.518] (II) No input driver specified, ignoring this device.
[ 737.518] (II) This device may have been added with another device file.
[ 737.518] (II) config/udev: Adding input device Logitech MX Anywhere 2S (/dev/input/event19)
[ 737.518] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput pointer catchall"
[ 737.518] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput keyboard catchall"
[ 737.518] (**) Logitech MX Anywhere 2S: Applying InputClass "system-keyboard"
[ 737.518] (II) Using input driver 'libinput' for 'Logitech MX Anywhere 2S'
[ 737.519] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 26 paused 0
[ 737.519] (**) Logitech MX Anywhere 2S: always reports core events
[ 737.519] (**) Option "Device" "/dev/input/event19"
[ 737.519] (**) Option "_source" "server/udev"
[ 737.519] (II) event19 - Logitech MX Anywhere 2S: is tagged by udev as: Keyboard Mouse
[ 737.519] (II) event19 - Logitech MX Anywhere 2S: device is a pointer
[ 737.519] (II) event19 - Logitech MX Anywhere 2S: device is a keyboard
[ 737.519] (II) event19 - Logitech MX Anywhere 2S: device removed
[ 737.519] (II) libinput: Logitech MX Anywhere 2S: needs a virtual subdevice
[ 737.519] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:406A.0004/input/input42/event19"
[ 737.519] (II) XINPUT: Adding extended input device "Logitech MX Anywhere 2S" (type: MOUSE, id 13)
[ 737.519] (**) Option "AccelerationScheme" "none"
[ 737.519] (**) Logitech MX Anywhere 2S: (accel) selected scheme none/0
[ 737.519] (**) Logitech MX Anywhere 2S: (accel) acceleration factor: 2.000
[ 737.519] (**) Logitech MX Anywhere 2S: (accel) acceleration threshold: 4
[ 737.520] (II) event19 - Logitech MX Anywhere 2S: is tagged by udev as: Keyboard Mouse
[ 737.520] (II) event19 - Logitech MX Anywhere 2S: device is a pointer
[ 737.520] (II) event19 - Logitech MX Anywhere 2S: device is a keyboard
[ 737.520] (II) config/udev: Adding input device Logitech MX Anywhere 2S (/dev/input/mouse1)
[ 737.520] (**) Logitech MX Anywhere 2S: Applying InputClass "system-keyboard"
[ 737.520] (II) No input driver specified, ignoring this device.
[ 737.520] (II) This device may have been added with another device file.
[ 737.521] (II) config/udev: Adding input device SYNA2393:00 06CB:7A13 Touchpad (/dev/input/event18)
[ 737.521] (**) SYNA2393:00 06CB:7A13 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 737.521] (II) Using input driver 'libinput' for 'SYNA2393:00 06CB:7A13 Touchpad'
[ 737.522] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 27 paused 0
[ 737.522] (**) SYNA2393:00 06CB:7A13 Touchpad: always reports core events
[ 737.522] (**) Option "Device" "/dev/input/event18"
[ 737.522] (**) Option "_source" "server/udev"
[ 737.522] (II) event18 - SYNA2393:00 06CB:7A13 Touchpad: is tagged by udev as: Touchpad
[ 737.522] (II) event18 - SYNA2393:00 06CB:7A13 Touchpad: device is a touchpad
[ 737.522] (II) event18 - SYNA2393:00 06CB:7A13 Touchpad: device removed
[ 737.522] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-SYNA2393:00/0018:06CB:7A13.0007/input/input45/event18"
[ 737.522] (II) XINPUT: Adding extended input device "SYNA2393:00 06CB:7A13 Touchpad" (type: TOUCHPAD, id 14)
[ 737.523] (**) Option "AccelerationScheme" "none"
[ 737.523] (**) SYNA2393:00 06CB:7A13 Touchpad: (accel) selected scheme none/0
[ 737.523] (**) SYNA2393:00 06CB:7A13 Touchpad: (accel) acceleration factor: 2.000
[ 737.523] (**) SYNA2393:00 06CB:7A13 Touchpad: (accel) acceleration threshold: 4
[ 737.523] (II) event18 - SYNA2393:00 06CB:7A13 Touchpad: is tagged by udev as: Touchpad
[ 737.523] (II) event18 - SYNA2393:00 06CB:7A13 Touchpad: device is a touchpad
[ 737.524] (II) config/udev: Adding input device SYNA2393:00 06CB:7A13 Touchpad (/dev/input/mouse3)
[ 737.524] (II) No input driver specified, ignoring this device.
[ 737.524] (II) This device may have been added with another device file.
[ 737.524] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event12)
[ 737.524] (II) No input driver specified, ignoring this device.
[ 737.524] (II) This device may have been added with another device file.
[ 737.524] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[ 737.524] (II) No input driver specified, ignoring this device.
[ 737.524] (II) This device may have been added with another device file.
[ 737.524] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[ 737.524] (II) No input driver specified, ignoring this device.
[ 737.524] (II) This device may have been added with another device file.
[ 737.524] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[ 737.524] (II) No input driver specified, ignoring this device.
[ 737.524] (II) This device may have been added with another device file.
[ 737.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[ 737.525] (II) No input driver specified, ignoring this device.
[ 737.525] (II) This device may have been added with another device file.
[ 737.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
[ 737.525] (II) No input driver specified, ignoring this device.
[ 737.525] (II) This device may have been added with another device file.
[ 737.525] (II) config/udev: Adding input device Intel HID events (/dev/input/event7)
[ 737.525] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 737.525] (**) Intel HID events: Applying InputClass "system-keyboard"
[ 737.525] (II) Using input driver 'libinput' for 'Intel HID events'
[ 737.525] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 28 paused 0
[ 737.525] (**) Intel HID events: always reports core events
[ 737.525] (**) Option "Device" "/dev/input/event7"
[ 737.525] (**) Option "_source" "server/udev"
[ 737.526] (II) event7 - Intel HID events: is tagged by udev as: Keyboard
[ 737.526] (II) event7 - Intel HID events: device is a keyboard
[ 737.526] (II) event7 - Intel HID events: device removed
[ 737.526] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input8/event7"
[ 737.526] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 15)
[ 737.526] (**) Option "xkb_layout" "pl"
[ 737.526] (II) event7 - Intel HID events: is tagged by udev as: Keyboard
[ 737.526] (II) event7 - Intel HID events: device is a keyboard
[ 737.526] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event8)
[ 737.526] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 737.526] (**) Intel HID 5 button array: Applying InputClass "system-keyboard"
[ 737.526] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 737.527] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 29 paused 0
[ 737.527] (**) Intel HID 5 button array: always reports core events
[ 737.527] (**) Option "Device" "/dev/input/event8"
[ 737.527] (**) Option "_source" "server/udev"
[ 737.527] (II) event8 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 737.527] (II) event8 - Intel HID 5 button array: device is a keyboard
[ 737.527] (II) event8 - Intel HID 5 button array: device removed
[ 737.527] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input9/event8"
[ 737.527] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 16)
[ 737.527] (**) Option "xkb_layout" "pl"
[ 737.527] (II) event8 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 737.527] (II) event8 - Intel HID 5 button array: device is a keyboard
[ 737.528] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event10)
[ 737.528] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 737.528] (**) Dell WMI hotkeys: Applying InputClass "system-keyboard"
[ 737.528] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 737.528] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 30 paused 0
[ 737.528] (**) Dell WMI hotkeys: always reports core events
[ 737.528] (**) Option "Device" "/dev/input/event10"
[ 737.528] (**) Option "_source" "server/udev"
[ 737.529] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 737.529] (II) event10 - Dell WMI hotkeys: device is a keyboard
[ 737.529] (II) event10 - Dell WMI hotkeys: device removed
[ 737.529] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input12/event10"
[ 737.529] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 17)
[ 737.529] (**) Option "xkb_layout" "pl"
[ 737.529] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 737.529] (II) event10 - Dell WMI hotkeys: device is a keyboard
[ 737.529] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event6)
[ 737.529] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 737.529] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 737.529] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 737.530] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 31 paused 0
[ 737.530] (**) AT Translated Set 2 keyboard: always reports core events
[ 737.530] (**) Option "Device" "/dev/input/event6"
[ 737.530] (**) Option "_source" "server/udev"
[ 737.530] (II) event6 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 737.530] (II) event6 - AT Translated Set 2 keyboard: device is a keyboard
[ 737.531] (II) event6 - AT Translated Set 2 keyboard: device removed
[ 737.531] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input6/event6"
[ 737.531] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[ 737.531] (**) Option "xkb_layout" "pl"
[ 737.531] (II) event6 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 737.531] (II) event6 - AT Translated Set 2 keyboard: device is a keyboard
[ 737.531] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
[ 737.531] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 737.531] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[ 737.532] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 32 paused 0
[ 737.532] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 737.532] (**) Option "Device" "/dev/input/event11"
[ 737.532] (**) Option "_source" "server/udev"
[ 737.532] (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 737.532] (II) event11 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[ 737.532] (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 737.532] (II) event11 - SynPS/2 Synaptics TouchPad: device removed
[ 737.533] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
[ 737.533] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 19)
[ 737.533] (**) Option "AccelerationScheme" "none"
[ 737.533] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 737.533] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 737.533] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 737.533] (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 737.533] (II) event11 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[ 737.533] (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 737.534] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 737.534] (II) No input driver specified, ignoring this device.
[ 737.534] (II) This device may have been added with another device file.
[ 737.534] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[ 737.534] (II) No input driver specified, ignoring this device.
[ 737.534] (II) This device may have been added with another device file.
[ 737.536] (**) Logitech K340: Applying InputClass "libinput keyboard catchall"
[ 737.536] (**) Logitech K340: Applying InputClass "system-keyboard"
[ 737.536] (II) Using input driver 'libinput' for 'Logitech K340'
[ 737.536] (II) systemd-logind: returning pre-existing fd for /dev/input/event21 13:85
[ 737.536] (**) Logitech K340: always reports core events
[ 737.536] (**) Option "Device" "/dev/input/event21"
[ 737.536] (**) Option "_source" "_driver/libinput"
[ 737.536] (II) libinput: Logitech K340: is a virtual subdevice
[ 737.536] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:2007.0006/input/input47/event21"
[ 737.536] (II) XINPUT: Adding extended input device "Logitech K340" (type: KEYBOARD, id 20)
[ 737.536] (**) Option "xkb_layout" "pl"
[ 737.536] (**) Logitech K830: Applying InputClass "libinput pointer catchall"
[ 737.536] (**) Logitech K830: Applying InputClass "libinput keyboard catchall"
[ 737.536] (**) Logitech K830: Applying InputClass "system-keyboard"
[ 737.536] (II) Using input driver 'libinput' for 'Logitech K830'
[ 737.536] (II) systemd-logind: returning pre-existing fd for /dev/input/event20 13:84
[ 737.536] (**) Logitech K830: always reports core events
[ 737.536] (**) Option "Device" "/dev/input/event20"
[ 737.536] (**) Option "_source" "_driver/libinput"
[ 737.536] (II) libinput: Logitech K830: is a virtual subdevice
[ 737.536] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4032.0005/input/input43/event20"
[ 737.536] (II) XINPUT: Adding extended input device "Logitech K830" (type: KEYBOARD, id 21)
[ 737.536] (**) Option "xkb_layout" "pl"
[ 737.536] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput pointer catchall"
[ 737.536] (**) Logitech MX Anywhere 2S: Applying InputClass "libinput keyboard catchall"
[ 737.536] (**) Logitech MX Anywhere 2S: Applying InputClass "system-keyboard"
[ 737.536] (II) Using input driver 'libinput' for 'Logitech MX Anywhere 2S'
[ 737.536] (II) systemd-logind: returning pre-existing fd for /dev/input/event19 13:83
[ 737.536] (**) Logitech MX Anywhere 2S: always reports core events
[ 737.536] (**) Option "Device" "/dev/input/event19"
[ 737.536] (**) Option "_source" "_driver/libinput"
[ 737.536] (II) libinput: Logitech MX Anywhere 2S: is a virtual subdevice
[ 737.536] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:406A.0004/input/input42/event19"
[ 737.536] (II) XINPUT: Adding extended input device "Logitech MX Anywhere 2S" (type: KEYBOARD, id 22)
[ 737.536] (**) Option "xkb_layout" "pl"
[ 740.690] (**) Option "fd" "17"
[ 740.690] (II) event3 - Power Button: device removed
[ 740.690] (**) Option "fd" "20"
[ 740.690] (II) event4 - Video Bus: device removed
[ 740.690] (**) Option "fd" "21"
[ 740.690] (II) event5 - Video Bus: device removed
[ 740.690] (**) Option "fd" "22"
[ 740.690] (II) event1 - Power Button: device removed
[ 740.690] (**) Option "fd" "23"
[ 740.691] (II) event2 - Sleep Button: device removed
[ 740.691] (**) Option "fd" "24"
[ 740.691] (**) Option "fd" "25"
[ 740.691] (**) Option "fd" "26"
[ 740.691] (**) Option "fd" "27"
[ 740.691] (II) event18 - SYNA2393:00 06CB:7A13 Touchpad: device removed
[ 740.691] (**) Option "fd" "28"
[ 740.691] (II) event7 - Intel HID events: device removed
[ 740.691] (**) Option "fd" "29"
[ 740.691] (II) event8 - Intel HID 5 button array: device removed
[ 740.691] (**) Option "fd" "30"
[ 740.691] (II) event10 - Dell WMI hotkeys: device removed
[ 740.691] (**) Option "fd" "31"
[ 740.691] (II) event6 - AT Translated Set 2 keyboard: device removed
[ 740.691] (**) Option "fd" "32"
[ 740.692] (II) event11 - SynPS/2 Synaptics TouchPad: device removed
[ 740.692] (**) Option "fd" "24"
[ 740.692] (II) event21 - Logitech K340: device removed
[ 740.692] (**) Option "fd" "25"
[ 740.692] (II) event20 - Logitech K830: device removed
[ 740.692] (**) Option "fd" "26"
[ 740.692] (II) event19 - Logitech MX Anywhere 2S: device removed
[ 740.696] (II) UnloadModule: "libinput"
[ 740.696] (II) systemd-logind: not releasing fd for 13:83, still in use
[ 740.696] (II) UnloadModule: "libinput"
[ 740.696] (II) systemd-logind: not releasing fd for 13:84, still in use
[ 740.697] (II) UnloadModule: "libinput"
[ 740.697] (II) systemd-logind: not releasing fd for 13:85, still in use
[ 740.697] (II) UnloadModule: "libinput"
[ 740.697] (II) systemd-logind: releasing fd for 13:75
[ 740.791] (II) UnloadModule: "libinput"
[ 740.791] (II) systemd-logind: releasing fd for 13:70
[ 740.831] (II) UnloadModule: "libinput"
[ 740.831] (II) systemd-logind: releasing fd for 13:74
[ 740.884] (II) UnloadModule: "libinput"
[ 740.884] (II) systemd-logind: releasing fd for 13:72
[ 740.937] (II) UnloadModule: "libinput"
[ 740.938] (II) systemd-logind: releasing fd for 13:71
[ 740.978] (II) UnloadModule: "libinput"
[ 740.978] (II) systemd-logind: releasing fd for 13:82
[ 741.031] (II) UnloadModule: "libinput"
[ 741.031] (II) systemd-logind: releasing fd for 13:83
[ 741.057] (II) UnloadModule: "libinput"
[ 741.058] (II) systemd-logind: releasing fd for 13:84
[ 741.097] (II) UnloadModule: "libinput"
[ 741.098] (II) systemd-logind: releasing fd for 13:85
[ 741.137] (II) UnloadModule: "libinput"
[ 741.138] (II) systemd-logind: releasing fd for 13:66
[ 741.164] (II) UnloadModule: "libinput"
[ 741.164] (II) systemd-logind: releasing fd for 13:65
[ 741.191] (II) UnloadModule: "libinput"
[ 741.191] (II) systemd-logind: releasing fd for 13:69
[ 741.244] (II) UnloadModule: "libinput"
[ 741.244] (II) systemd-logind: releasing fd for 13:68
[ 741.298] (II) UnloadModule: "libinput"
[ 741.298] (II) systemd-logind: releasing fd for 13:67
[ 741.370] (II) Server terminated successfully (0). Closing log file.$ tail -n +1 /etc/X11/xorg.conf.d/*
==> /etc/X11/xorg.conf.d/00-keyboard.conf <==
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "pl"
EndSection
==> /etc/X11/xorg.conf.d/01-noautogpu.conf <==
# Prevents auto-adding GPUs so that nvidia won't get loaded on boot, only when needed
Section "ServerFlags"
Option "AutoAddGPU" "off"
EndSection
==> /etc/X11/xorg.conf.d/20-modesetting.conf <==
Section "Device"
Identifier "iGPU"
Driver "modesetting"
BusID "PCI:0:2:0"
EndSection$ tail -n +1 /etc/modprobe.d/*
==> /etc/modprobe.d/00-intel.conf <==
options i915 enable_fbc=1 enable_guc=3
==> /etc/modprobe.d/10-dell.conf <==
options dell-smm-hwmon ignore_dmi=1
==> /etc/modprobe.d/20-blacklist-nvidia.conf <==
blacklist nvidia
blacklist nvidia-nvlink
blacklist nvidia-drm
blacklist nvidia-modeset
blacklist nvidia-uvm
blacklist nouveau(ran # mkinitcpio -P afterwards)
$ lspci
00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 07)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 07)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Cannon Lake PCH Thermal Controller (rev 10)
00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10)
00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10)
00:15.0 Serial bus controller [0c80]: Intel Corporation Device a368 (rev 10)
00:15.1 Serial bus controller [0c80]: Intel Corporation Device a369 (rev 10)
00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI Controller (rev 10)
00:17.0 SATA controller: Intel Corporation Device a353 (rev 10)
00:1b.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #17 (rev f0)
00:1c.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #1 (rev f0)
00:1c.4 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #5 (rev f0)
00:1d.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #9 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device a30e (rev 10)
00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH SPI Controller (rev 10)
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] (rev a1)
3b:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
3c:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
3d:00.0 Non-Volatile memory controller: Toshiba America Info Systems Device 0116$ cat /proc/cmdline
initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=619c57c4-91e5-574a-9416-b8f4c6129247 rwI've also commented out and renamed /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf.backup
Now this probably comes to the fact that I don't know how to properly configure xorg to not add gpu when started.
Also, this may be related to problems presented in
gnome-shell using nvidia GPU instead of Xorg's iGPU (Arch Linux Forums)
Xorg always binds to nvidia GPU despite being told to use Intel iGPU and I cannot unload nvidia module because of that.
Xorg does it probably because I can't configure it correctly.
Last edited by Esgariot (2019-01-13 20:49:23)
Offline
Bumblebee setup without bbswitch
"Why?"
Prevent the loading of the nvidia module w/ the /bin/false method, https://wiki.archlinux.org/index.php/Ke … probe.d/_2
See what's failing over this.
Offline
Bumblebee setup without bbswitch
Oh yeah, forgot to mention: I'm trying to setup Bumblebee-develop version with @yawor's patches in relation to thread [SOLVED] Dell XPS 9570 bbswitch not working, Nvdia won't power off/on (Arch Linux forums)
Also, the way I'm trying to set it up:
use iGPU in main xorg session, leaving dGPU and modules unused
use dGPU in bumblebee xorg session, reyling on bumblebee for driver loading/unloading and kernel for power management
now after blacklisting nvidia using install ... /bin/false method the module is in fact not loaded on startx, but when trying to use optirun i get
[ 151.408111] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver
[ 151.408146] [ERROR]Aborting because fallback start is disabled.even when manually loading nvidia via # modprobe -i
EDIT:
Logs from trying to use optirun with nvidia blacklisted then manually loaded:
Jan 06 11:55:54 XPS9570 kernel: NVRM: RmInitAdapter failed! (0x26:0xffff:1098)
Jan 06 11:55:54 XPS9570 kernel: NVRM: rm_init_adapter failed for device bearing minor number 0
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (WW) Warning, couldn't open module mouse
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (EE) NVIDIA(GPU-0): check your system's kernel log for additional error
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (EE) NVIDIA(GPU-0): messages and refer to Chapter 8: Common Problems in the
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (EE) NVIDIA(GPU-0): README for additional information.
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA graphics device!
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (EE) NVIDIA(0): Failing initialization of X screen 0
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (EE) Screen(s) found, but none have a usable configuration.
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (EE)
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (EE) no screens found(EE)
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (EE)
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (EE)
Jan 06 11:55:54 XPS9570 bumblebeed[559]: [XORG] (EE) Server terminated with error (1). Closing log file.
Jan 06 11:55:54 XPS9570 bumblebeed[559]: X did not start properlyLast edited by Esgariot (2019-01-06 11:03:48)
Offline
That's expectable, the module cannot be loaded by anything.
As of the approach, did you see the /etc/tmpfiles.d/nvidia_pm.conf part in the linked thread?
Offline
I've got the same issue:
If I try to use Bumblebee without bbswitch, the Nvidia module is loaded at boot by gnome-shell and xwayland and cannot be removed manually.
Offline
If you explicitly tell GDM to start a xorg session and properly configure the xorg server so that it doesn't occupy the nvidia card, does the issue still happen?
Offline
Some progress report:
After going through Bumblebee issues and aforementioned forum thread I tried to switch from modesetting driver to xf86-video-intel (,removed all modesetting references from boot options and /etc/modprobe.d/, switched xorg config to use intel instead of modesetting).
This results in all the good things I wanted to achieve:
- NVIDIA module is not loaded so kernel controls power usage of card ( 0 in powertop when unused )
- optirun works
- bumblebee loads nvidia module on demand and unloads it afterwards
Offline