Bumblebee, опять

Всем привет!
/etc/X11/xorg.con и /etc/X11/xorg.conf.d пустые.
Параметры в grub только quite.
В /etc/modprobe.d/ только nobeep.conf и noeth.conf

/etc/bumblebee/bumblebee.conf

# Configuration file for Bumblebee. Values should **not** be put between quotes

## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:1
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d

## Client options. Will take effect on the next optirun executed.
[optirun]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=virtualgl
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# List of paths which are searched for the primus libGL.so.1 when using
# the primus bridge
PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false
# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
#         bbswitch - new in BB 3, recommended if available
#       switcheroo - vga_switcheroo method, use at your own risk
#             none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods

## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia
PMMethod=bbswitch
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia:/usr/lib:/usr/lib32
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia/xorg,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia

## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau

/etc/bumblebee/xorg.conf.nvidia

Section "Files"
    ModulePath      "/usr/lib/nvidia/xorg"
    ModulePath      "/usr/lib/xorg/modules"
EndSection

Section "ServerLayout"
    Identifier  "Layout0"
    Option      "AutoAddDevices" "false"
    Option      "AutoAddGPU" "false"
EndSection

Section "Device"
    Identifier  "DiscreteNvidia"
    Driver      "nvidia"
    VendorName  "NVIDIA Corporation"

#   If the X server does not automatically detect your VGA device,
#   you can manually set it here.
#   To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
#   as you see in the commented example.
#   This Setting may be needed in some platforms with more than one
#   nvidia card, which may confuse the proprietary driver (e.g.,
#   trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
#   BusID "PCI:01:00:0"

#   Setting ProbeAllGpus to false prevents the new proprietary driver
#   instance spawned to try to control the integrated graphics card,
#   which is already being managed outside bumblebee.
#   This option doesn't hurt and it is required on platforms running
#   more than one nvidia graphics card with the proprietary driver.
#   (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
#   If this option is not set, the new Xorg may blacken the screen and
#   render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"

    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    BusID  "PCI:02:00:0"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device "DiscreteNvidia"
EndSection
Проблема заключается:
1. Если systemctl enable bumblebeed, то optirun не работает
dmesg загурзки

[Oct 4 13:42] Linux version 4.18.9-arch1-1-ARCH (builduser@heftig-19946) (gcc version 8.2.1 20180831 (GCC)) #1 SMP PREEMPT Wed Sep 19 21:19:17 UTC 2018
[  +0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=411a3585-9646-4d2d-be23-818a32a357d2 rw cryptdevice=/dev/sda6:cryptroot quiet
[  +0.000000] KERNEL supported cpus:
[  +0.000000]   Intel GenuineIntel
[  +0.000000]   AMD AuthenticAMD
[  +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-0x0000000000057fff] usable
[  +0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
[  +0.000000] BIOS-e820: [mem 0x000000000009d000-0x00000000000fffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008be2cfff] usable
[  +0.000000] BIOS-e820: [mem 0x000000008be2d000-0x000000008be2dfff] ACPI NVS
[  +0.000000] BIOS-e820: [mem 0x000000008be2e000-0x000000008be77fff] reserved
[  +0.000000] BIOS-e820: [mem 0x000000008be78000-0x000000009561cfff] usable
[  +0.000000] BIOS-e820: [mem 0x000000009561d000-0x000000009566dfff] type 20
[  +0.000000] BIOS-e820: [mem 0x000000009566e000-0x0000000097eadfff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000097eae000-0x0000000097fadfff] ACPI NVS
[  +0.000000] BIOS-e820: [mem 0x0000000097fae000-0x0000000097ffdfff] ACPI data
[  +0.000000] BIOS-e820: [mem 0x0000000097ffe000-0x0000000097ffefff] usable
[  +0.000000] BIOS-e820: [mem 0x0000000097fff000-0x00000000980fffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000098600000-0x000000009c7fffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000f80fa000-0x00000000f80fafff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000f80fd000-0x00000000f80fdfff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004617fffff] usable
[  +0.000000] NX (Execute Disable) protection: active
[  +0.000000] efi: EFI v2.40 by Lenovo
[  +0.000000] efi:  SMBIOS=0x96f6a000  ACPI=0x97ffd000  ACPI 2.0=0x97ffd014  ESRT=0x96ddf000
[  +0.000000] SMBIOS 2.8 present.
[  +0.000000] DMI: LENOVO 20FWCTO1WW/20FWCTO1WW, BIOS R07ET84W (2.24 ) 06/05/2018
[  +0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[  +0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[  +0.000000] last_pfn = 0x461800 max_arch_pfn = 0x400000000
[  +0.000000] MTRR default type: write-back
[  +0.000000] MTRR fixed ranges enabled:
[  +0.000000]   00000-9FFFF write-back
[  +0.000000]   A0000-BFFFF uncachable
[  +0.000000]   C0000-FFFFF write-protect
[  +0.000000] MTRR variable ranges enabled:
[  +0.000000]   0 base 00C0000000 mask 7FC0000000 uncachable
[  +0.000000]   1 base 00A0000000 mask 7FE0000000 uncachable
[  +0.000000]   2 base 009C000000 mask 7FFC000000 uncachable
[  +0.000000]   3 base 009A000000 mask 7FFE000000 uncachable
[  +0.000000]   4 disabled
[  +0.000000]   5 disabled
[  +0.000000]   6 disabled
[  +0.000000]   7 disabled
[  +0.000000]   8 disabled
[  +0.000000]   9 disabled
[  +0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[  +0.000000] last_pfn = 0x97fff max_arch_pfn = 0x400000000
[  +0.000000] esrt: Reserving ESRT space from 0x0000000096ddf000 to 0x0000000096ddf088.
[  +0.000000] Scanning 1 areas for low memory corruption
[  +0.000000] Base memory trampoline at [(____ptrval____)] 97000 size 24576
[  +0.000000] Using GB pages for direct mapping
[  +0.000000] BRK [0x202aa1000, 0x202aa1fff] PGTABLE
[  +0.000000] BRK [0x202aa2000, 0x202aa2fff] PGTABLE
[  +0.000000] BRK [0x202aa3000, 0x202aa3fff] PGTABLE
[  +0.000000] BRK [0x202aa4000, 0x202aa4fff] PGTABLE
[  +0.000000] BRK [0x202aa5000, 0x202aa5fff] PGTABLE
[  +0.000000] BRK [0x202aa6000, 0x202aa6fff] PGTABLE
[  +0.000000] BRK [0x202aa7000, 0x202aa7fff] PGTABLE
[  +0.000000] BRK [0x202aa8000, 0x202aa8fff] PGTABLE
[  +0.000000] BRK [0x202aa9000, 0x202aa9fff] PGTABLE
[  +0.000000] Secure boot could not be determined
[  +0.000000] RAMDISK: [mem 0x36883000-0x37438fff]
[  +0.000000] ACPI: Early table checksum verification disabled
[  +0.000000] ACPI: RSDP 0x0000000097FFD014 000024 (v02 LENOVO)
[  +0.000000] ACPI: XSDT 0x0000000097FD1188 00010C (v01 LENOVO TP-R07   00000000 PTEC 00000002)
[  +0.000000] ACPI: FACP 0x0000000097FF1000 0000F4 (v05 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: DSDT 0x0000000097FDC000 010D9A (v02 LENOVO TP-R07   00002240 INTL 20141107)
[  +0.000000] ACPI: FACS 0x0000000097F67000 000040
[  +0.000000] ACPI: TCPA 0x0000000097FFB000 000032 (v02 LENOVO TP-R07   00000002 PTEC 00000002)
[  +0.000000] ACPI: SSDT 0x0000000097FFA000 0004B7 (v02 LENOVO Tpm2Tabl 00001000 INTL 20141107)
[  +0.000000] ACPI: SSDT 0x0000000097FF9000 00004B (v02 LENOVO MeSsdt   00003000 INTL 20141107)
[  +0.000000] ACPI: TPM2 0x0000000097FF8000 000034 (v03 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: UEFI 0x0000000097F7E000 000042 (v01 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: SSDT 0x0000000097FF3000 004D97 (v02 LENOVO SaSsdt   00003000 INTL 20141107)
[  +0.000000] ACPI: SSDT 0x0000000097FF2000 0005C5 (v02 LENOVO PerfTune 00001000 INTL 20141107)
[  +0.000000] ACPI: ECDT 0x0000000097FF0000 000052 (v01 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: HPET 0x0000000097FEF000 000038 (v01 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: APIC 0x0000000097FEE000 0000BC (v03 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: MCFG 0x0000000097FED000 00003C (v01 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: SSDT 0x0000000097FDA000 0018D2 (v01 LENOVO SataAhci 00001000 INTL 20141107)
[  +0.000000] ACPI: DBGP 0x0000000097FD9000 000034 (v01 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: DBG2 0x0000000097FD8000 000054 (v00 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: BOOT 0x0000000097FD7000 000028 (v01 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: BATB 0x0000000097FD6000 00004A (v02 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: SLIC 0x0000000097FD5000 000176 (v01 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: SSDT 0x0000000097FD4000 00066A (v02 LENOVO Cpu0Ist  00003000 INTL 20141107)
[  +0.000000] ACPI: SSDT 0x0000000097FD3000 000E73 (v02 LENOVO CpuSsdt  00003000 INTL 20141107)
[  +0.000000] ACPI: SSDT 0x0000000097FD2000 0003D9 (v02 LENOVO CtdpB    00001000 INTL 20141107)
[  +0.000000] ACPI: MSDM 0x0000000097FFC000 000055 (v03 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: SSDT 0x0000000097FCF000 001005 (v01 LENOVO NvOptTbl 00001000 INTL 20141107)
[  +0.000000] ACPI: SSDT 0x0000000097FCE000 000732 (v02 LENOVO SgPch    00001000 INTL 20141107)
[  +0.000000] ACPI: DMAR 0x0000000097FCD000 0000A8 (v01 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: ASF! 0x0000000097FCC000 0000A5 (v32 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: FPDT 0x0000000097FCB000 000044 (v01 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: BGRT 0x0000000097FCA000 000038 (v01 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: UEFI 0x0000000097F44000 00013E (v01 LENOVO TP-R07   00002240 PTEC 00000002)
[  +0.000000] ACPI: Local APIC address 0xfee00000
[  +0.000000] No NUMA configuration found
[  +0.000000] Faking a node at [mem 0x0000000000000000-0x00000004617fffff]
[  +0.000000] NODE_DATA(0) allocated [mem 0x4617fc000-0x4617fffff]
[  +0.000000] Zone ranges:
[  +0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[  +0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[  +0.000000]   Normal   [mem 0x0000000100000000-0x00000004617fffff]
[  +0.000000]   Device   empty
[  +0.000000] Movable zone start for each node
[  +0.000000] Early memory node ranges
[  +0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[  +0.000000]   node   0: [mem 0x0000000000059000-0x000000000009cfff]
[  +0.000000]   node   0: [mem 0x0000000000100000-0x000000008be2cfff]
[  +0.000000]   node   0: [mem 0x000000008be78000-0x000000009561cfff]
[  +0.000000]   node   0: [mem 0x0000000097ffe000-0x0000000097ffefff]
[  +0.000000]   node   0: [mem 0x0000000100000000-0x00000004617fffff]
[  +0.000000] Reserved but unavailable: 10898 pages
[  +0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000004617fffff]
[  +0.000000] On node 0 totalpages: 4156782
[  +0.000000]   DMA zone: 64 pages used for memmap
[  +0.000000]   DMA zone: 22 pages reserved
[  +0.000000]   DMA zone: 3995 pages, LIFO batch:0
[  +0.000000]   DMA32 zone: 9496 pages used for memmap
[  +0.000000]   DMA32 zone: 607699 pages, LIFO batch:31
[  +0.000000]   Normal zone: 55392 pages used for memmap
[  +0.000000]   Normal zone: 3545088 pages, LIFO batch:31
[  +0.000000] Reserving Intel graphics memory at [mem 0x9a800000-0x9c7fffff]
[  +0.000000] ACPI: PM-Timer IO Port: 0x1808
[  +0.000000] ACPI: Local APIC address 0xfee00000
[  +0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[  +0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[  +0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[  +0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[  +0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[  +0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[  +0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[  +0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[  +0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[  +0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[  +0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[  +0.000000] ACPI: IRQ0 used by override.
[  +0.000000] ACPI: IRQ9 used by override.
[  +0.000000] Using ACPI (MADT) for SMP configuration information
[  +0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[  +0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[  +0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[  +0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[  +0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x000fffff]
[  +0.000000] PM: Registered nosave memory: [mem 0x8be2d000-0x8be2dfff]
[  +0.000000] PM: Registered nosave memory: [mem 0x8be2e000-0x8be77fff]
[  +0.000000] PM: Registered nosave memory: [mem 0x9561d000-0x9566dfff]
[  +0.000000] PM: Registered nosave memory: [mem 0x9566e000-0x97eadfff]
[  +0.000000] PM: Registered nosave memory: [mem 0x97eae000-0x97fadfff]
[  +0.000000] PM: Registered nosave memory: [mem 0x97fae000-0x97ffdfff]
[  +0.000000] PM: Registered nosave memory: [mem 0x97fff000-0x980fffff]
[  +0.000000] PM: Registered nosave memory: [mem 0x98100000-0x985fffff]
[  +0.000000] PM: Registered nosave memory: [mem 0x98600000-0x9c7fffff]
[  +0.000000] PM: Registered nosave memory: [mem 0x9c800000-0xf80f9fff]
[  +0.000000] PM: Registered nosave memory: [mem 0xf80fa000-0xf80fafff]
[  +0.000000] PM: Registered nosave memory: [mem 0xf80fb000-0xf80fcfff]
[  +0.000000] PM: Registered nosave memory: [mem 0xf80fd000-0xf80fdfff]
[  +0.000000] PM: Registered nosave memory: [mem 0xf80fe000-0xfdffffff]
[  +0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[  +0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
[  +0.000000] [mem 0x9c800000-0xf80f9fff] available for PCI devices
[  +0.000000] Booting paravirtualized kernel on bare hardware
[  +0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[  +0.000000] random: get_random_bytes called from start_kernel+0x95/0x535 with crng_init=0
[  +0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[  +0.000000] percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u262144
[  +0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[  +0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[  +0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4091808
[  +0.000000] Policy zone: Normal
[  +0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=411a3585-9646-4d2d-be23-818a32a357d2 rw cryptdevice=/dev/sda6:cryptroot quiet
[  +0.000000] Calgary: detecting Calgary via BIOS EBDA area
[  +0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[  +0.000000] Memory: 16173904K/16627128K available (10252K kernel code, 1335K rwdata, 3608K rodata, 1504K init, 636K bss, 453224K reserved, 0K cma-reserved)
[  +0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[  +0.000000] Kernel/User page tables isolation: enabled
[  +0.000000] ftrace: allocating 34439 entries in 135 pages
[  +0.000000] Preemptible hierarchical RCU implementation.
[  +0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[  +0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[  +0.000000] 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[  +0.000000] 	RCU priority boosting: priority 1 delay 500 ms.
[  +0.000000] 	Tasks RCU enabled.
[  +0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[  +0.000000] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[  +0.000000] 	Offload RCU callbacks from CPUs: (none).
[  +0.000000] Console: colour dummy device 80x25
[  +0.000000] console [tty0] enabled
[  +0.000000] ACPI: Core revision 20180531
[  +0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[  +0.000000] hpet clockevent registered
[  +0.000000] APIC: Switch to symmetric I/O mode setup
[  +0.000000] DMAR: Host address width 39
[  +0.000000] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[  +0.000000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[  +0.000000] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[  +0.000000] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[  +0.000000] DMAR: RMRR base: 0x0000009742f000 end: 0x0000009744efff
[  +0.000000] DMAR: RMRR base: 0x0000009a000000 end: 0x0000009c7fffff
[  +0.000000] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[  +0.000000] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[  +0.000000] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[  +0.000000] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[  +0.000000] DMAR-IR: Enabled IRQ remapping in xapic mode
[  +0.000000] x2apic: IRQ remapping doesn't support X2APIC mode
[  +0.003333] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[  +0.016667] tsc: Detected 2700.000 MHz processor
[  +0.000000] tsc: Detected 2712.000 MHz TSC
[  +0.000000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2717868ea45, max_idle_ns: 440795316085 ns
[  +0.000000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5426.00 BogoMIPS (lpj=9040000)
[  +0.000000] pid_max: default: 32768 minimum: 301
[  +0.000000] Security Framework initialized
[  +0.000000] Yama: becoming mindful.
[  +0.000000] AppArmor: AppArmor disabled by boot time parameter
[  +0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[  +0.004201] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[  +0.000059] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[  +0.000040] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[  +0.000173] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[  +0.000001] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[  +0.000003] mce: CPU supports 10 MCE banks
[  +0.000007] CPU0: Thermal monitoring enabled (TM1)
[  +0.000017] process: using mwait in idle threads
[  +0.000010] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[  +0.000001] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[  +0.000001] Spectre V2 : Mitigation: Full generic retpoline
[  +0.000000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[  +0.000001] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[  +0.000000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[  +0.000001] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[  +0.002946] Freeing SMP alternatives memory: 28K
[  +0.003394] TSC deadline timer enabled
[  +0.000005] smpboot: CPU0: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[  +0.019159] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[  +0.000093] ... version:                4
[  +0.000001] ... bit width:              48
[  +0.000002] ... generic registers:      4
[  +0.000002] ... value mask:             0000ffffffffffff
[  +0.000002] ... max period:             00007fffffffffff
[  +0.000002] ... fixed-purpose events:   3
[  +0.000002] ... event mask:             000000070000000f
[  +0.006553] Hierarchical SRCU implementation.
[  +0.020365] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[  +0.006300] smp: Bringing up secondary CPUs ...
[  +0.040024] x86: Booting SMP configuration:
[  +0.000003] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[  +0.240577] smp: Brought up 1 node, 8 CPUs
[  +0.000000] smpboot: Max logical packages: 1
[  +0.000000] smpboot: Total of 8 processors activated (43409.00 BogoMIPS)
[  +0.003068] devtmpfs: initialized
[  +0.000000] x86/mm: Memory block size: 128MB
[  +0.000625] PM: Registering ACPI NVS region [mem 0x8be2d000-0x8be2dfff] (4096 bytes)
[  +0.000000] PM: Registering ACPI NVS region [mem 0x97eae000-0x97fadfff] (1048576 bytes)
[  +0.000000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[  +0.000000] futex hash table entries: 2048 (order: 5, 131072 bytes)
[  +0.000000] pinctrl core: initialized pinctrl subsystem
[  +0.000000] RTC time:  3:42:32, date: 10/04/18
[  +0.000000] NET: Registered protocol family 16
[  +0.000000] audit: initializing netlink subsys (disabled)
[  +0.000000] audit: type=2000 audit(1538624552.369:1): state=initialized audit_enabled=0 res=1
[  +0.002386] cpuidle: using governor ladder
[  +0.000035] cpuidle: using governor menu
[  +0.000000] Simple Boot Flag at 0x47 set to 0x1
[  +0.000000] ACPI: bus type PCI registered
[  +0.000000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[  +0.003298] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[  +0.000005] PCI: not using MMCONFIG
[  +0.000000] PCI: Using configuration type 1 for base access
[  +0.000851] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[  +0.000000] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[  +0.000000] ACPI: Added _OSI(Module Device)
[  +0.000000] ACPI: Added _OSI(Processor Device)
[  +0.000000] ACPI: Added _OSI(3.0 _SCP Extensions)
[  +0.000000] ACPI: Added _OSI(Processor Aggregator Device)
[  +0.000000] ACPI: Added _OSI(Linux-Dell-Video)
[  +0.000000] ACPI: EC: EC started
[  +0.000000] ACPI: EC: interrupt blocked
[  +0.000000] ACPI: \: Used as first EC
[  +0.000000] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[  +0.000000] ACPI: \: Used as boot ECDT EC to handle transactions
[  +0.027251] ACPI: 11 ACPI AML tables successfully acquired and loaded
[  +0.000402] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[  +0.009656] ACPI: Dynamic OEM Table Load:
[  +0.000001] ACPI: SSDT 0xFFFF94E54EBFC000 00066A (v02 PmRef  Cpu0Ist  00003000 INTL 20141107)
[  +0.000000] ACPI BIOS Error (bug): Failure creating [\_PR.CPU0._PPC], AE_ALREADY_EXISTS (20180531/dswload2-316)
[  +0.000000] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20180531/psobject-221)
[  +0.000000] ACPI Error: Skip parsing opcode Method (20180531/psloop-542)
[  +0.000000] ACPI BIOS Error (bug): Failure creating [\_PR.CPU0._PCT], AE_ALREADY_EXISTS (20180531/dswload2-316)
[  +0.000000] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20180531/psobject-221)
[  +0.000000] ACPI Error: Skip parsing opcode Method (20180531/psloop-542)
[  +0.000000] ACPI BIOS Error (bug): Failure creating [\_PR.CPU0._PSS], AE_ALREADY_EXISTS (20180531/dswload2-316)
[  +0.000000] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20180531/psobject-221)
[  +0.000000] ACPI Error: Skip parsing opcode Method (20180531/psloop-542)
[  +0.000000] ACPI BIOS Error (bug): Failure creating [\_PR.CPU0.LPSS], AE_ALREADY_EXISTS (20180531/dswload2-316)
[  +0.000000] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20180531/psobject-221)
[  +0.000000] ACPI BIOS Error (bug): Failure creating [\_PR.CPU0.TPSS], AE_ALREADY_EXISTS (20180531/dswload2-316)
[  +0.000000] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20180531/psobject-221)
[  +0.000000] ACPI BIOS Error (bug): Failure creating [\_PR.CPU0.PSDF], AE_ALREADY_EXISTS (20180531/dswload2-316)
[  +0.000000] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20180531/psobject-221)
[  +0.000000] ACPI BIOS Error (bug): Failure creating [\_PR.CPU0._PSD], AE_ALREADY_EXISTS (20180531/dswload2-316)
[  +0.000000] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20180531/psobject-221)
[  +0.000000] ACPI Error: Skip parsing opcode Method (20180531/psloop-542)
[  +0.000000] ACPI BIOS Error (bug): Failure creating [\_PR.CPU0.HPSD], AE_ALREADY_EXISTS (20180531/dswload2-316)
[  +0.000000] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20180531/psobject-221)
[  +0.000000] ACPI BIOS Error (bug): Failure creating [\_PR.CPU0.SPSD], AE_ALREADY_EXISTS (20180531/dswload2-316)
[  +0.000000] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20180531/psobject-221)
[  +0.000000] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[  +0.000000] ACPI: Dynamic OEM Table Load:
[  +0.000000] ACPI: SSDT 0xFFFF94E54E6F9800 0003CF (v02 PmRef  Cpu0Cst  00003001 INTL 20141107)
[  +0.002009] ACPI: Dynamic OEM Table Load:
[  +0.000006] ACPI: SSDT 0xFFFF94E54E73F3C0 00008E (v02 PmRef  Cpu0Hwp  00003000 INTL 20141107)
[  +0.000275] ACPI: Dynamic OEM Table Load:
[  +0.000005] ACPI: SSDT 0xFFFF94E54E6EAA00 000130 (v02 PmRef  HwpLvt   00003000 INTL 20141107)
[  +0.000212] ACPI: Dynamic OEM Table Load:
[  +0.000000] ACPI: SSDT 0xFFFF94E54E457000 0005AA (v02 PmRef  ApIst    00003000 INTL 20141107)
[  +0.000426] ACPI: Dynamic OEM Table Load:
[  +0.000000] ACPI: SSDT 0xFFFF94E54E6E8A00 000119 (v02 PmRef  ApHwp    00003000 INTL 20141107)
[  +0.000002] ACPI: Dynamic OEM Table Load:
[  +0.000000] ACPI: SSDT 0xFFFF94E54E759000 000119 (v02 PmRef  ApCst    00003000 INTL 20141107)
[  +0.004865] ACPI: Interpreter enabled
[  +0.000043] ACPI: (supports S0 S3 S4 S5)
[  +0.000001] ACPI: Using IOAPIC for interrupt routing
[  +0.000024] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[  +0.000311] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[  +0.000006] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[  +0.000206] ACPI: Enabled 5 GPEs in block 00 to 7F
[  +0.002909] ACPI: Power Resource [PUBS] (on)
[  +0.000242] ACPI: Power Resource [PG00] (on)
[  +0.000113] ACPI: Power Resource [PG01] (on)
[  +0.000108] ACPI: Power Resource [PG02] (on)
[  +0.005755] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[  +0.000111] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11)
[  +0.000109] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[  +0.000108] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[  +0.000108] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[  +0.000107] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[  +0.000100] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[  +0.000110] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[  +0.000096] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-80])
[  +0.000004] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[  +0.000102] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PCIeCapability LTR]
[  +0.000049] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[  +0.000001] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[  +0.000002] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[  +0.000001] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[  +0.000023] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[  +0.000718] PCI host bridge to bus 0000:00
[  +0.000002] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[  +0.000001] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x9c800000-0xfebfffff window]
[  +0.000001] pci_bus 0000:00: root bus resource [bus 00-80]
[  +0.000006] pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
[  +0.000315] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[  +0.000032] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[  +0.000340] pci 0000:00:01.2: [8086:1909] type 01 class 0x060400
[  +0.000031] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[  +0.000349] pci 0000:00:02.0: [8086:191b] type 00 class 0x030000
[  +0.000008] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf0ffffff 64bit]
[  +0.000005] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[  +0.000003] pci 0000:00:02.0: reg 0x20: [io  0xe000-0xe03f]
[  +0.000011] pci 0000:00:02.0: BAR 2: assigned to efifb
[  +0.000370] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[  +0.000019] pci 0000:00:14.0: reg 0x10: [mem 0xf2220000-0xf222ffff 64bit]
[  +0.000060] pci 0000:00:14.0: PME# supported from D3hot D3cold
[  +0.000304] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[  +0.000017] pci 0000:00:14.2: reg 0x10: [mem 0xf224a000-0xf224afff 64bit]
[  +0.000363] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[  +0.000023] pci 0000:00:16.0: reg 0x10: [mem 0xf224b000-0xf224bfff 64bit]
[  +0.000065] pci 0000:00:16.0: PME# supported from D3hot
[  +0.000342] pci 0000:00:16.3: [8086:a13d] type 00 class 0x070002
[  +0.000012] pci 0000:00:16.3: reg 0x10: [io  0xe080-0xe087]
[  +0.000006] pci 0000:00:16.3: reg 0x14: [mem 0xf224f000-0xf224ffff]
[  +0.000344] pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
[  +0.000015] pci 0000:00:17.0: reg 0x10: [mem 0xf2248000-0xf2249fff]
[  +0.000006] pci 0000:00:17.0: reg 0x14: [mem 0xf224e000-0xf224e0ff]
[  +0.000006] pci 0000:00:17.0: reg 0x18: [io  0xe088-0xe08f]
[  +0.000006] pci 0000:00:17.0: reg 0x1c: [io  0xe090-0xe093]
[  +0.000006] pci 0000:00:17.0: reg 0x20: [io  0xe060-0xe07f]
[  +0.000006] pci 0000:00:17.0: reg 0x24: [mem 0xf224c000-0xf224c7ff]
[  +0.000034] pci 0000:00:17.0: PME# supported from D3hot
[  +0.000338] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[  +0.000074] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[  +0.000359] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[  +0.000068] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[  +0.000365] pci 0000:00:1f.0: [8086:a14d] type 00 class 0x060100
[  +0.000423] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[  +0.000012] pci 0000:00:1f.2: reg 0x10: [mem 0xf2244000-0xf2247fff]
[  +0.000363] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[  +0.000025] pci 0000:00:1f.3: reg 0x10: [mem 0xf2240000-0xf2243fff 64bit]
[  +0.000029] pci 0000:00:1f.3: reg 0x20: [mem 0xf2230000-0xf223ffff 64bit]
[  +0.000046] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[  +0.000337] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[  +0.000053] pci 0000:00:1f.4: reg 0x10: [mem 0xf224d000-0xf224d0ff 64bit]
[  +0.000049] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[  +0.000393] pci 0000:00:1f.6: [8086:15b7] type 00 class 0x020000
[  +0.000026] pci 0000:00:1f.6: reg 0x10: [mem 0xf2200000-0xf221ffff]
[  +0.000104] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[  +0.000353] pci 0000:00:01.0: PCI bridge to [bus 01]
[  +0.000051] pci 0000:02:00.0: [10de:134d] type 00 class 0x030200
[  +0.000022] pci 0000:02:00.0: reg 0x10: [mem 0xf1000000-0xf1ffffff]
[  +0.000014] pci 0000:02:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[  +0.000013] pci 0000:02:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[  +0.000008] pci 0000:02:00.0: reg 0x24: [io  0xd000-0xd07f]
[  +0.000008] pci 0000:02:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[  +0.000164] pci 0000:00:01.2: PCI bridge to [bus 02]
[  +0.000002] pci 0000:00:01.2:   bridge window [io  0xd000-0xdfff]
[  +0.000002] pci 0000:00:01.2:   bridge window [mem 0xf1000000-0xf1ffffff]
[  +0.000003] pci 0000:00:01.2:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[  +0.000376] pci 0000:03:00.0: [8086:24f3] type 00 class 0x028000
[  +0.000092] pci 0000:03:00.0: reg 0x10: [mem 0xf2100000-0xf2101fff 64bit]
[  +0.000245] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[  +0.000700] pci 0000:00:1c.0: PCI bridge to [bus 03]
[  +0.000003] pci 0000:00:1c.0:   bridge window [mem 0xf2100000-0xf21fffff]
[  +0.000128] pci 0000:04:00.0: [10ec:522a] type 00 class 0xff0000
[  +0.000027] pci 0000:04:00.0: reg 0x10: [mem 0xf2000000-0xf2000fff]
[  +0.000113] pci 0000:04:00.0: supports D1 D2
[  +0.000001] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[  +0.000270] pci 0000:00:1c.4: PCI bridge to [bus 04]
[  +0.000004] pci 0000:00:1c.4:   bridge window [mem 0xf2000000-0xf20fffff]
[  +0.001284] ACPI: EC: interrupt unblocked
[  +0.000070] ACPI: EC: event unblocked
[  +0.000015] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[  +0.000001] ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot DSDT EC to handle transactions and events
[  +0.000049] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[  +0.000000] pci 0000:00:02.0: vgaarb: bridge control possible
[  +0.000000] pci 0000:00:02.0: vgaarb: setting as boot device
[  +0.000000] vgaarb: loaded
[  +0.000000] pps_core: LinuxPPS API ver. 1 registered
[  +0.000000] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[  +0.000000] PTP clock support registered
[  +0.000000] EDAC MC: Ver: 3.0.0
[  +0.000000] Registered efivars operations
[  +0.032769] PCI: Using ACPI for IRQ routing
[  +0.006237] PCI: pci_cache_line_size set to 64 bytes
[  +0.000000] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[  +0.000000] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[  +0.000000] e820: reserve RAM buffer [mem 0x8be2d000-0x8bffffff]
[  +0.000000] e820: reserve RAM buffer [mem 0x9561d000-0x97ffffff]
[  +0.000000] e820: reserve RAM buffer [mem 0x97fff000-0x97ffffff]
[  +0.000000] e820: reserve RAM buffer [mem 0x461800000-0x463ffffff]
[  +0.000000] NetLabel: Initializing
[  +0.000000] NetLabel:  domain hash size = 128
[  +0.000000] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[  +0.000000] NetLabel:  unlabeled traffic allowed by default
[  +0.000057] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[  +0.000004] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[  +0.002040] clocksource: Switched to clocksource tsc-early
[  +0.006160] VFS: Disk quotas dquot_6.6.0
[  +0.000010] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[  +0.000044] pnp: PnP ACPI init
[  +0.000408] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[  +0.000001] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[  +0.000002] system 00:00: [mem 0x00100000-0x9c7fffff] could not be reserved
[  +0.000001] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[  +0.000001] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[  +0.000005] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[  +0.000051] system 00:01: [io  0x1800-0x189f] has been reserved
[  +0.000002] system 00:01: [io  0x0800-0x087f] has been reserved
[  +0.000004] system 00:01: [io  0x0880-0x08ff] has been reserved
[  +0.000001] system 00:01: [io  0x0900-0x097f] has been reserved
[  +0.000001] system 00:01: [io  0x0980-0x09ff] has been reserved
[  +0.000001] system 00:01: [io  0x0a00-0x0a7f] has been reserved
[  +0.000001] system 00:01: [io  0x0a80-0x0aff] has been reserved
[  +0.000001] system 00:01: [io  0x0b00-0x0b7f] has been reserved
[  +0.000002] system 00:01: [io  0x0b80-0x0bff] has been reserved
[  +0.000001] system 00:01: [io  0x15e0-0x15ef] has been reserved
[  +0.000001] system 00:01: [io  0x1600-0x167f] has been reserved
[  +0.000001] system 00:01: [io  0x1640-0x165f] has been reserved
[  +0.000002] system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
[  +0.000001] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[  +0.000001] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[  +0.000004] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[  +0.000001] system 00:01: [mem 0xfeb00000-0xfebfffff] has been reserved
[  +0.000002] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.000059] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[  +0.000015] pnp 00:03: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[  +0.000012] pnp 00:04: Plug and Play ACPI device, IDs LEN2018 PNP0f13 (active)
[  +0.000629] system 00:05: [mem 0xfd000000-0xfdabffff] has been reserved
[  +0.000001] system 00:05: [mem 0xfdad0000-0xfdadffff] has been reserved
[  +0.000001] system 00:05: [mem 0xfdb00000-0xfdffffff] has been reserved
[  +0.000002] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[  +0.000001] system 00:05: [mem 0xfe036000-0xfe03bfff] has been reserved
[  +0.000001] system 00:05: [mem 0xfe03d000-0xfe3fffff] has been reserved
[  +0.000001] system 00:05: [mem 0xfe410000-0xfe7fffff] has been reserved
[  +0.000003] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.000273] system 00:06: [io  0xff00-0xfffe] has been reserved
[  +0.000003] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.000075] pnp: PnP ACPI: found 7 devices
[  +0.005626] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[  +0.000003] pci 0000:02:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[  +0.000030] pci 0000:00:01.0: PCI bridge to [bus 01]
[  +0.000006] pci 0000:02:00.0: BAR 6: no space for [mem size 0x00080000 pref]
[  +0.000003] pci 0000:02:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
[  +0.000001] pci 0000:00:01.2: PCI bridge to [bus 02]
[  +0.000002] pci 0000:00:01.2:   bridge window [io  0xd000-0xdfff]
[  +0.000002] pci 0000:00:01.2:   bridge window [mem 0xf1000000-0xf1ffffff]
[  +0.000002] pci 0000:00:01.2:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[  +0.000003] pci 0000:00:1c.0: PCI bridge to [bus 03]
[  +0.000014] pci 0000:00:1c.0:   bridge window [mem 0xf2100000-0xf21fffff]
[  +0.000005] pci 0000:00:1c.4: PCI bridge to [bus 04]
[  +0.000003] pci 0000:00:1c.4:   bridge window [mem 0xf2000000-0xf20fffff]
[  +0.000006] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[  +0.000001] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[  +0.000001] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[  +0.000001] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[  +0.000001] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[  +0.000001] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[  +0.000001] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[  +0.000001] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[  +0.000001] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[  +0.000001] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[  +0.000001] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[  +0.000001] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[  +0.000001] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[  +0.000001] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[  +0.000001] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[  +0.000001] pci_bus 0000:00: resource 19 [mem 0x9c800000-0xfebfffff window]
[  +0.000001] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[  +0.000001] pci_bus 0000:02: resource 1 [mem 0xf1000000-0xf1ffffff]
[  +0.000001] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[  +0.000001] pci_bus 0000:03: resource 1 [mem 0xf2100000-0xf21fffff]
[  +0.000001] pci_bus 0000:04: resource 1 [mem 0xf2000000-0xf20fffff]
[  +0.000086] NET: Registered protocol family 2
[  +0.000118] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[  +0.000042] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[  +0.000168] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[  +0.000139] TCP: Hash tables configured (established 131072 bind 65536)
[  +0.000030] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[  +0.000041] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[  +0.000060] NET: Registered protocol family 1
[  +0.000003] NET: Registered protocol family 44
[  +0.000007] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[  +0.000254] PCI: CLS 0 bytes, default 64
[  +0.000024] Unpacking initramfs...
[  +0.136384] Freeing initrd memory: 11992K
[  +0.000039] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[  +0.000002] software IO TLB [mem 0x90cc5000-0x94cc5000] (64MB) mapped at [(____ptrval____)-(____ptrval____)]
[  +0.000022] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2717868ea45, max_idle_ns: 440795316085 ns
[  +0.000023] clocksource: Switched to clocksource tsc
[  +0.000132] Scanning for low memory corruption every 60 seconds
[  +0.000548] Initialise system trusted keyrings
[  +0.000009] Key type blacklist registered
[  +0.000039] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[  +0.000924] zbud: loaded
[  +0.000241] pstore: using lz4hc compression
[  +0.000939] Key type asymmetric registered
[  +0.000001] Asymmetric key parser 'x509' registered
[  +0.000056] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[  +0.000025] io scheduler noop registered
[  +0.000001] io scheduler deadline registered
[  +0.000027] io scheduler cfq registered (default)
[  +0.000001] io scheduler mq-deadline registered
[  +0.000001] io scheduler kyber registered
[  +0.000016] io scheduler bfq registered
[  +0.000549] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[  +0.000045] efifb: probing for efifb
[  +0.000008] efifb: framebuffer at 0xe0000000, using 14400k, total 14400k
[  +0.000001] efifb: mode is 2560x1440x32, linelength=10240, pages=1
[  +0.000000] efifb: scrolling: redraw
[  +0.000002] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[  +0.005088] Console: switching to colour frame buffer device 320x90
[  +0.005016] fb0: EFI VGA frame buffer device
[  +0.000006] intel_idle: MWAIT substates: 0x11142120
[  +0.000000] intel_idle: v0.4.1 model 0x5E
[  +0.000301] intel_idle: lapic_timer_reliable_states 0xffffffff
[  +0.000030] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[  +0.000008] ACPI: Lid Switch [LID]
[  +0.000022] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[  +0.000005] ACPI: Sleep Button [SLPB]
[  +0.000036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[  +0.000004] ACPI: Power Button [PWRF]
[  +0.000055] ACPI BIOS Error (bug): Could not resolve [\_PR.CPU0._CPC.CPC1], AE_NOT_FOUND (20180531/psargs-330)
[  +0.000030] ACPI Error: Method parse/execution failed \_PR.CPU0._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.000096] ACPI BIOS Error (bug): Could not resolve [\_PR.CPU0._CPC.CPC1], AE_NOT_FOUND (20180531/psargs-330)
[  +0.000028] ACPI Error: Method parse/execution failed \_PR.CPU0._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.000025] ACPI Error: Method parse/execution failed \_PR.CPU1._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.000096] ACPI BIOS Error (bug): Could not resolve [\_PR.CPU0._CPC.CPC1], AE_NOT_FOUND (20180531/psargs-330)
[  +0.000027] ACPI Error: Method parse/execution failed \_PR.CPU0._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.000031] ACPI Error: Method parse/execution failed \_PR.CPU2._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.003434] ACPI BIOS Error (bug): Could not resolve [\_PR.CPU0._CPC.CPC1], AE_NOT_FOUND (20180531/psargs-330)
[  +0.000026] ACPI Error: Method parse/execution failed \_PR.CPU0._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.000025] ACPI Error: Method parse/execution failed \_PR.CPU3._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.000090] ACPI BIOS Error (bug): Could not resolve [\_PR.CPU0._CPC.CPC1], AE_NOT_FOUND (20180531/psargs-330)
[  +0.000027] ACPI Error: Method parse/execution failed \_PR.CPU0._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.000025] ACPI Error: Method parse/execution failed \_PR.CPU4._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.000080] ACPI BIOS Error (bug): Could not resolve [\_PR.CPU0._CPC.CPC1], AE_NOT_FOUND (20180531/psargs-330)
[  +0.000026] ACPI Error: Method parse/execution failed \_PR.CPU0._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.000025] ACPI Error: Method parse/execution failed \_PR.CPU5._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.000105] ACPI BIOS Error (bug): Could not resolve [\_PR.CPU0._CPC.CPC1], AE_NOT_FOUND (20180531/psargs-330)
[  +0.000026] ACPI Error: Method parse/execution failed \_PR.CPU0._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.000025] ACPI Error: Method parse/execution failed \_PR.CPU6._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.000097] ACPI BIOS Error (bug): Could not resolve [\_PR.CPU0._CPC.CPC1], AE_NOT_FOUND (20180531/psargs-330)
[  +0.000041] ACPI Error: Method parse/execution failed \_PR.CPU0._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.000025] ACPI Error: Method parse/execution failed \_PR.CPU7._CPC, AE_NOT_FOUND (20180531/psparse-516)
[  +0.003045] thermal LNXTHERM:00: registered as thermal_zone0
[  +0.000001] ACPI: Thermal Zone [THM0] (55 C)
[  +0.000227] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[  +0.021115] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[  +0.000771] serial 0000:00:16.3: enabling device (0000 -> 0003)
[  +0.020807] 0000:00:16.3: ttyS1 at I/O 0xe080 (irq = 19, base_baud = 115200) is a 16550A
[  +0.001566] rtc_cmos 00:02: RTC can wake from S4
[  +0.000482] rtc_cmos 00:02: registered as rtc0
[  +0.000023] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[  +0.000040] intel_pstate: Intel P-state driver initializing
[  +0.000526] intel_pstate: HWP enabled
[  +0.000426] ledtrig-cpu: registered to indicate activity on CPUs
[  +0.000064] intel_pmc_core:  initialized
[  +0.000245] NET: Registered protocol family 10
[  +0.003004] Segment Routing with IPv6
[  +0.000012] NET: Registered protocol family 17
[  +0.000628] RAS: Correctable Errors collector initialized.
[  +0.000054] microcode: sig=0x506e3, pf=0x20, revision=0xc6
[  +0.000233] microcode: Microcode Update Driver: v2.2.
[  +0.000006] sched_clock: Marking stable (708200932, 0)->(716017627, -7816695)
[  +0.000392] registered taskstats version 1
[  +0.000005] Loading compiled-in X.509 certificates
[  +0.001571] Loaded X.509 cert 'Build time autogenerated kernel key: 383ffa8379c82d154075bba04ee7c064ed536b2d'
[  +0.000013] zswap: loaded using pool lzo/zbud
[  +0.002335] Key type big_key registered
[  +0.000633]   Magic number: 6:324:714
[  +0.000150] rtc_cmos 00:02: setting system clock to 2018-10-04 03:42:32 UTC (1538624552)
[  +0.139945] Freeing unused kernel image memory: 1504K
[  +0.000073] Write protecting the kernel read-only data: 16384k
[  +0.001176] Freeing unused kernel image memory: 2008K
[  +0.000240] Freeing unused kernel image memory: 488K
[  +0.000222] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[  +0.000001] x86/mm: Checking user space page tables
[  +0.000011] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[  +0.140654] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[  +0.002568] rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
[  +0.001182] cryptd: max_cpu_qlen set to 1000
[  +0.001602] serio: i8042 KBD port at 0x60,0x64 irq 1
[  +0.000038] serio: i8042 AUX port at 0x60,0x64 irq 12
[  +0.001601] SCSI subsystem initialized
[  +0.002779] ACPI: bus type USB registered
[  +0.000018] usbcore: registered new interface driver usbfs
[  +0.000007] usbcore: registered new interface driver hub
[  +0.000029] usbcore: registered new device driver usb
[  +0.001404] AVX2 version of gcm_enc/dec engaged.
[  +0.000001] AES CTR mode by8 optimization enabled
[  +0.004652] libata version 3.00 loaded.
[  +0.002230] xhci_hcd 0000:00:14.0: xHCI Host Controller
[  +0.000004] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[  +0.001084] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000109810
[  +0.000004] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[  +0.000165] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[  +0.000002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.000001] usb usb1: Product: xHCI Host Controller
[  +0.000001] usb usb1: Manufacturer: Linux 4.18.9-arch1-1-ARCH xhci-hcd
[  +0.000000] usb usb1: SerialNumber: 0000:00:14.0
[  +0.000070] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[  +0.000045] hub 1-0:1.0: USB hub found
[  +0.000016] hub 1-0:1.0: 16 ports detected
[  +0.001051] ahci 0000:00:17.0: version 3.0
[  +0.000498] xhci_hcd 0000:00:14.0: xHCI Host Controller
[  +0.000003] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[  +0.000003] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[  +0.000029] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[  +0.000001] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.000001] usb usb2: Product: xHCI Host Controller
[  +0.000001] usb usb2: Manufacturer: Linux 4.18.9-arch1-1-ARCH xhci-hcd
[  +0.000001] usb usb2: SerialNumber: 0000:00:14.0
[  +0.000111] hub 2-0:1.0: USB hub found
[  +0.000011] hub 2-0:1.0: 8 ports detected
[  +0.000723] usb: port power management may be unreliable
[  +0.008879] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0x1 impl SATA mode
[  +0.000003] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst
[  +0.000521] scsi host0: ahci
[  +0.000097] scsi host1: ahci
[  +0.000070] scsi host2: ahci
[  +0.000061] scsi host3: ahci
[  +0.000026] ata1: SATA max UDMA/133 abar m2048@0xf224c000 port 0xf224c100 irq 124
[  +0.000000] ata2: DUMMY
[  +0.000001] ata3: DUMMY
[  +0.000001] ata4: DUMMY
[  +0.314040] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  +0.001202] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[  +0.000007] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  +0.000006] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[  +0.000235] ata1.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
[  +0.000661] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[  +0.004033] ata1.00: ATA-9: SanDisk SD7SB7S512G1001, X3551001, max UDMA/133
[  +0.000006] ata1.00: 1000215216 sectors, multi 1: LBA48 NCQ (depth 32), AA
[  +0.002198] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[  +0.000008] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[  +0.000006] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[  +0.000229] ata1.00: ACPI cmd ef/10:09:00:00:00:a0 (SET FEATURES) succeeded
[  +0.002492] ata1.00: configured for UDMA/133
[  +0.010545] ahci 0000:00:17.0: port does not support device sleep
[  +0.000779] scsi 0:0:0:0: Direct-Access     ATA      SanDisk SD7SB7S5 1001 PQ: 0 ANSI: 5
[  +0.009075] sd 0:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[  +0.000016] sd 0:0:0:0: [sda] Write Protect is off
[  +0.000002] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[  +0.000017] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  +0.002341]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[  +0.000331] sd 0:0:0:0: [sda] Attached SCSI disk
[  +0.059923] device-mapper: uevent: version 1.0.3
[  +0.000194] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: [email protected]
[  +0.051758] usb 1-3: New USB device found, idVendor=17ef, idProduct=1012, bcdDevice=50.40
[  +0.000005] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  +0.000004] usb 1-3: Product: Lenovo ThinkPad Dock
[  +0.000004] usb 1-3: Manufacturer: LENOVO
[  +0.001244] hub 1-3:1.0: USB hub found
[  +0.000287] hub 1-3:1.0: 4 ports detected
[  +0.118495] usb 2-4: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[  +0.252479] usb 2-4: New USB device found, idVendor=17ef, idProduct=1012, bcdDevice=50.41
[  +0.000006] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  +0.000003] usb 2-4: Product: Lenovo ThinkPad Dock
[  +0.000004] usb 2-4: Manufacturer: LENOVO
[  +0.002457] hub 2-4:1.0: USB hub found
[  +0.000531] hub 2-4:1.0: 4 ports detected
[  +0.117668] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[  +0.142391] usb 1-6: New USB device found, idVendor=138a, idProduct=0090, bcdDevice= 1.64
[  +0.000006] usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[  +0.000004] usb 1-6: SerialNumber: 33b080ed5431
[  +0.084259] usb 1-3.4: new high-speed USB device number 4 using xhci_hcd
[  +0.104066] random: fast init done
[  +0.000232] usb 1-3.4: New USB device found, idVendor=17ef, idProduct=1011, bcdDevice= 0.01
[  +0.000005] usb 1-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  +0.000004] usb 1-3.4: Product: Lenovo ThinkPad Dock
[  +0.000004] usb 1-3.4: Manufacturer: Lenovo
[  +0.000003] usb 1-3.4: SerialNumber: Rev1.2
[  +0.001434] hub 1-3.4:1.0: USB hub found
[  +0.000146] hub 1-3.4:1.0: 3 ports detected
[  +0.120780] usb 1-7: new full-speed USB device number 5 using xhci_hcd
[  +0.141915] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.01
[  +0.000006] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[  +0.124748] usb 1-8: new high-speed USB device number 6 using xhci_hcd
[  +0.180546] usb 1-8: New USB device found, idVendor=04f2, idProduct=b541, bcdDevice= 0.09
[  +0.000006] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[  +0.000003] usb 1-8: Product: Integrated Camera
[  +0.000004] usb 1-8: Manufacturer: Chicony Electronics Co.,Ltd.
[  +0.000003] usb 1-8: SerialNumber: 0001
[  +9.875121] NET: Registered protocol family 38
[  +0.142580] random: cryptsetup: uninitialized urandom read (2 bytes read)
[  +0.028649] random: crng init done
[  +0.066138] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[  +0.271055] 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)
[  +0.016480] systemd[1]: Detected architecture x86-64.
[  +0.003813] systemd[1]: Set hostname to <localhost>.
[  +0.173789] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  +0.001895] systemd[1]: Created slice User and Session Slice.
[  +0.004085] systemd[1]: Listening on Process Core Dump Socket.
[  +0.000142] systemd[1]: Listening on Journal Audit Socket.
[  +0.000121] systemd[1]: Listening on Journal Socket.
[  +0.001863] systemd[1]: Starting Load Kernel Modules...
[  +0.000411] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  +0.010850] acpi_call: loading out-of-tree module taints kernel.
[  +0.000020] acpi_call: module verification failed: signature and/or required key missing - tainting kernel
[  +0.003746] mp: /, major: 254, minor: 0
[  +0.000002] partition count: 1, comm[336]: systemd-modules, path: /usr/lib/systemd/systemd-modules-load, cmdline: /usr/lib/systemd/systemd-modules-load
[  +0.008756] EXT4-fs (dm-0): re-mounted. Opts: (null)
[  +0.007160] audit: type=1130 audit(1538624565.283:2): 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'
[  +0.003430] audit: type=1130 audit(1538624565.286:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.021561] audit: type=1130 audit(1538624565.306:4): 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'
[  +0.010436] audit: type=1130 audit(1538624565.316:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.004518] audit: type=1130 audit(1538624565.323:6): 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'
[  +0.004536] systemd-journald[340]: Received request to flush runtime journal from PID 1
[  +0.016603] register_kretprobes 10 ok
[  +0.008019] thinkpad_ec: thinkpad_ec_request_row: arg0 rejected: (0x01:0x00)->0x00
[  +0.000001] thinkpad_ec: thinkpad_ec_read_row: failed requesting row: (0x01:0x00)->0xfffffffb
[  +0.000025] thinkpad_ec: initial ec test failed
[  +0.020668] audit: type=1130 audit(1538624565.373:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.020301] audit: type=1130 audit(1538624565.393:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  +0.018159] audit: type=1130 audit(1538624565.409:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.004168] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[  +0.000139] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[  +0.000043] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[  +0.021245] ACPI: AC Adapter [AC] (on-line)
[  +0.017569] ACPI: Battery Slot [BAT0] (battery present)
[  +0.003379] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[  +0.000089] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[  +0.010567] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[  +0.009570] Linux agpgart interface v0.103
[  +0.002216] media: Linux media interface: v0.10
[  +0.005894] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[  +0.000001] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[  +0.000001] RAPL PMU: hw unit of domain package 2^-14 Joules
[  +0.000001] RAPL PMU: hw unit of domain dram 2^-14 Joules
[  +0.000000] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[  +0.000001] RAPL PMU: hw unit of domain psys 2^-14 Joules
[  +0.013580] audit: type=1130 audit(1538624565.499:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.000986] Non-volatile memory driver v1.3
[  +0.007322] resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than pnp 00:01 [mem 0xfed10000-0xfed13fff]
[  +0.000007] caller snb_uncore_imc_init_box+0x6c/0xb0 [intel_uncore] mapping multiple BARs
[  +0.007430] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[  +0.000002] thinkpad_acpi: http://ibm-acpi.sf.net/
[  +0.000000] thinkpad_acpi: ThinkPad BIOS R07ET84W (2.24 ), EC unknown
[  +0.000001] thinkpad_acpi: Lenovo ThinkPad T460p, model 20FWCTO1WW
[  +0.002070] videodev: Linux video capture interface: v2.00
[  +0.010643] thinkpad_acpi: radio switch found; radios are enabled
[  +0.000178] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[  +0.000001] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[  +0.003578] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[  +0.002032] thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
[  +0.001795] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[  +0.007885] thinkpad_acpi: battery 1 registered (start 0, stop 100)
[  +0.000005] battery: new extension: ThinkPad Battery Extension
[  +0.000056] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
[  +0.005970] Bluetooth: Core ver 2.22
[  +0.000026] NET: Registered protocol family 31
[  +0.000002] Bluetooth: HCI device and connection manager initialized
[  +0.000002] Bluetooth: HCI socket layer initialized
[  +0.000002] Bluetooth: L2CAP socket layer initialized
[  +0.000005] Bluetooth: SCO socket layer initialized
[  +0.016487] audit: type=1130 audit(1538624565.566:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.019955] iTCO_vendor_support: vendor-support=0
[  +0.007310] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[  +0.025938] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[  +0.000398] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  +0.000042] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[  +0.000370] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[  +0.002764] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[  +0.000002] cfg80211: failed to load regulatory.db
[  +0.014369] usbcore: registered new interface driver btusb
[  +0.000684] Bluetooth: hci0: Firmware revision 0.0 build 231 week 24 2018
[  +0.001478] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[  +0.000016] partition /boot [8, 5] added, comm[414]: mount
[  +0.004763] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b541)
[  +0.008366] uvcvideo: Failed to initialize entity for entity 6
[  +0.000002] uvcvideo: Failed to register entites (-22).
[  +0.000095] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input7
[  +0.000078] usbcore: registered new interface driver uvcvideo
[  +0.000001] USB Video Class driver (1.1.1)
[  +0.020561] Intel(R) Wireless WiFi driver for Linux
[  +0.000002] Copyright(c) 2003- 2015 Intel Corporation
[  +0.000093] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[  +0.007663] intel_rapl: Found RAPL domain package
[  +0.000002] intel_rapl: Found RAPL domain core
[  +0.000001] intel_rapl: Found RAPL domain uncore
[  +0.000001] intel_rapl: Found RAPL domain dram
[  +0.006193] iwlwifi 0000:03:00.0: loaded firmware version 36.e91976c0.0 op_mode iwlmvm
[  +0.085705] i915 0000:00:02.0: enabling device (0006 -> 0007)
[  +0.000377] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
[  +0.000357] checking generic (e0000000 e10000) vs hw (e0000000 10000000)
[  +0.000001] fb: switching to inteldrmfb from EFI VGA
[  +0.000018] Console: switching to colour dummy device 80x25
[  +0.000070] [drm] Replacing VGA console driver
[  +0.000228] i801_smbus 0000:00:1f.4: BIOS is accessing SMBus registers
[  +0.000001] i801_smbus 0000:00:1f.4: Driver SMBus register access inhibited
[  +0.000531] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[  +0.000000] [drm] Driver supports precise vblank timestamp query.
[  +0.000421] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[  +0.002542] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[  +0.005865] [drm] Initialized i915 1.6.0 20180514 for 0000:00:02.0 on minor 0
[  +0.000112] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[  +0.000028] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:00/input/input8
[  +0.002667] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[  +0.000170] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9
[  +0.000154] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[  +0.013184] fbcon: inteldrmfb (fb0) is primary device
[  +0.049242] iwlwifi 0000:03:00.0: base HW address: e4:b3:18:7d:20:94
[  +0.084417] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[  +0.000180] thermal thermal_zone3: failed to read out thermal zone (-61)
[  +0.001400] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[  +0.037562] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC293: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[  +0.000002] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  +0.000002] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=2 (0x16/0x15/0x0/0x0/0x0)
[  +0.000001] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[  +0.000001] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[  +0.000002] snd_hda_codec_realtek hdaudioC0D0:      Dock Mic=0x19
[  +0.000001] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x1a
[  +0.000001] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[  +0.281524] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4758]
[  +0.031897] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1096..]
[  +0.000010] psmouse serio1: synaptics: Your touchpad (PNP: LEN2018 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 [email protected].
[  +0.060614] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf006a3/0x943300/0x12e800/0x10000, board id: 3053, fw id: 2010421
[  +0.000019] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[  +0.040818] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[  +0.013709] mousedev: PS/2 mouse device common for all mice
[  +0.552810] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[  +0.016827] Console: switching to colour frame buffer device 320x90
[  +0.029386] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[  +0.022801] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[  +0.012299] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[  +0.000497] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[  +0.000036] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[  +0.000052] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[  +0.000077] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[  +0.000046] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[  +0.000050] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[  +0.000053] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[  +0.000050] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[  +0.000048] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[  +0.008284] bbswitch: version 0.8
[  +0.000005] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[  +0.000005] bbswitch: Found discrete VGA device 0000:02:00.0: \_SB_.PCI0.PEG2.PEGP
[  +0.000008] ACPI Warning: \_SB.PCI0.PEG2.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20180531/nsarguments-66)
[  +0.000133] bbswitch: detected an Optimus _DSM function
[  +0.000028] pci 0000:02:00.0: enabling device (0004 -> 0007)
[  +0.000066] bbswitch: Succesfully loaded. Discrete card 0000:02:00.0 is on
[  +0.001621] bbswitch: disabling discrete graphics
[  +0.175747] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input11
[  +0.159780] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[  +0.241468] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[  +0.256942] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[  +0.101035] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[  +2.749877] ahci 0000:00:17.0: port does not support device sleep
[  +0.667711] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[  +0.735344] kauditd_printk_skb: 17 callbacks suppressed
[  +0.000001] audit: type=1130 audit(1538624572.133:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=powertop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.000003] audit: type=1131 audit(1538624572.133:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=powertop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.433932] wlp3s0: authenticate with 68:bc:0c:cf:6e:90
[  +0.008246] wlp3s0: send auth to 68:bc:0c:cf:6e:90 (try 1/3)
[  +0.006148] wlp3s0: authenticated
[  +0.002712] wlp3s0: associate with 68:bc:0c:cf:6e:90 (try 1/3)
[  +0.001807] wlp3s0: RX AssocResp from 68:bc:0c:cf:6e:90 (capab=0x11 status=0 aid=1)
[  +0.003584] wlp3s0: associated
[  +4.834708] audit: type=1130 audit(1538624577.426:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.296855] usb 1-6: reset full-speed USB device number 3 using xhci_hcd
[  +0.074012] audit: type=1131 audit(1538624577.796:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +1.837493] audit: type=1006 audit(1538624579.633:33): pid=485 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[  +0.009855] audit: type=1130 audit(1538624579.643:34): 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'
[  +0.006434] audit: type=1006 audit(1538624579.649:35): pid=2268 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[  +0.043853] audit: type=1130 audit(1538624579.693:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Oct 4 13:43] audit: type=1130 audit(1538624586.259:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sav-protect comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +3.597023] ipmi message handler version 39.2
[  +0.009269] ipmi device interface
[  +0.107455] nvidia: module license 'NVIDIA' taints kernel.
[  +0.000001] Disabling lock debugging due to kernel taint
[  +0.014994] nvidia-nvlink: Nvlink Core is being initialized, major device number 238
[  +0.394229] nvidia 0000:02:00.0: enabling device (0000 -> 0003)
[  +0.144645] NVRM: The NVIDIA GPU 0000:02:00.0
              NVRM: (PCI ID: 10de:134d) installed in this system has
              NVRM: fallen off the bus and is not responding to commands.
[  +0.048293] nvidia: probe of 0000:02:00.0 failed with error -1
[  +0.000037] NVRM: The NVIDIA probe routine failed for 1 device(s).
[  +0.000001] NVRM: None of the NVIDIA graphics adapters were initialized!
[  +0.000168] nvidia-nvlink: Unregistered the Nvlink Core, major device number 238
[  +2.194363] audit: type=1130 audit(1538624592.769:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +1.523897] fuse init (API version 7.27)
[  +2.492158] wlp3s0: deauthenticating from 68:bc:0c:cf:6e:90 by local choice (Reason: 3=DEAUTH_LEAVING)
[  +0.573268] audit: type=1131 audit(1538624597.359:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.565022] wlp3s0: authenticate with 68:bc:0c:cf:6e:90
[  +0.006494] wlp3s0: send auth to 68:bc:0c:cf:6e:90 (try 1/3)
[  +0.106909] wlp3s0: send auth to 68:bc:0c:cf:6e:90 (try 2/3)
[  +0.000722] wlp3s0: authenticated
[  +0.002566] wlp3s0: associate with 68:bc:0c:cf:6e:90 (try 1/3)
[  +0.002416] wlp3s0: RX AssocResp from 68:bc:0c:cf:6e:90 (capab=0x11 status=0 aid=1)
[  +0.010414] wlp3s0: associated
[  +0.114919] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready

sudo systemctl status bumblebeed

● bumblebeed.service - Bumblebee C Daemon
   Loaded: loaded (/usr/lib/systemd/system/bumblebeed.service; enabled; vendor preset: disabled)
   Active: active (running) since Thu 2018-10-04 13:42:47 +10; 2min 44s ago
 Main PID: 445 (bumblebeed)
    Tasks: 1 (limit: 4915)
   Memory: 2.2M
   CGroup: /system.slice/bumblebeed.service
           └─445 /usr/bin/bumblebeed

Oct 04 13:42:47 localhost systemd[1]: Started Bumblebee C Daemon.
Oct 04 13:42:47 localhost bumblebeed[445]: [   15.261026] [INFO]/usr/bin/bumblebeed 3.2.1 started

Запуск optirun glxspheres64

[  357.403078] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver

[  357.403119] [ERROR]Aborting because fallback start is disabled.

dmesg

[Oct 4 13:48] nvidia-nvlink: Nvlink Core is being initialized, major device number 238
[  +0.392295] nvidia 0000:02:00.0: enabling device (0000 -> 0003)
[  +0.144642] NVRM: The NVIDIA GPU 0000:02:00.0
              NVRM: (PCI ID: 10de:134d) installed in this system has
              NVRM: fallen off the bus and is not responding to commands.
[  +0.048250] nvidia: probe of 0000:02:00.0 failed with error -1
[  +0.000065] NVRM: The NVIDIA probe routine failed for 1 device(s).
[  +0.000000] NVRM: None of the NVIDIA graphics adapters were initialized!
[  +0.000126] nvidia-nvlink: Unregistered the Nvlink Core, major device number 238


Oct 04 13:48:29 localhost bumblebeed[445]: modprobe: ERROR: could not insert 'nvidia': No such device
Oct 04 13:48:29 localhost bumblebeed[445]: [  357.403022] [ERROR]Module nvidia could not be loaded (timeout?)
Oct 04 13:48:29 localhost bumblebeed[445]: [  357.403040] [ERROR]Could not load GPU driver

lsmod | grep -E "bbs|nv"

nvram                  16384  1 thinkpad_acpi
bswitch               16384  0
И если послать OFF

[Oct 4 14:42] bbswitch: disabling discrete graphics
[  +0.192565] ------------[ cut here ]------------
[  +0.000001] pci 0000:02:00.0: disabling already-disabled device
[  +0.000009] WARNING: CPU: 7 PID: 3395 at drivers/pci/pci.c:1686 pci_disable_device+0x8a/0xa0
[  +0.000000] Modules linked in: ccm fuse ipmi_devintf ipmi_msghandler msr bbswitch(OE) snd_hda_codec_hdmi joydev mousedev snd_hda_codec_realtek snd_hda_codec_generic arc4 iwlmvm i915 mac80211 intel_rapl x86_pkg_temp_thermal iwlwifi intel_powerclamp snd_hda_intel coretemp kvm_intel btusb i2c_algo_bit btrtl snd_hda_codec uvcvideo iTCO_wdt btbcm videobuf2_vmalloc kvm mei_wdt wmi_bmof btintel drm_kms_helper snd_hda_core videobuf2_memops iTCO_vendor_support videobuf2_v4l2 cfg80211 irqbypass snd_hwdep videobuf2_common intel_cstate bluetooth snd_pcm drm videodev thinkpad_acpi intel_uncore nvram intel_rapl_perf intel_gtt media agpgart psmouse snd_timer rtsx_pci_ms syscopyarea tpm_crb input_leds sysfillrect memstick snd mei_me sysimgblt ecdh_generic tpm_tis wmi evdev fb_sys_fops rfkill mei tpm_tis_core soundcore
[  +0.000043]  battery led_class ac tpm i2c_i801 mac_hid rng_core intel_pch_thermal pcc_cpufreq crypto_user vfs_monitor(OE) acpi_call(OE) ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 fscrypto algif_skcipher af_alg dm_crypt dm_mod sd_mod crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc rtsx_pci_sdmmc ahci serio_raw mmc_core atkbd xhci_pci libahci libps2 xhci_hcd libata aesni_intel aes_x86_64 usbcore crypto_simd scsi_mod cryptd glue_helper rtsx_pci usb_common i8042 serio
[  +0.000028] CPU: 7 PID: 3395 Comm: tee Tainted: P           OE     4.18.9-arch1-1-ARCH #1
[  +0.000001] Hardware name: LENOVO 20FWCTO1WW/20FWCTO1WW, BIOS R07ET84W (2.24 ) 06/05/2018
[  +0.000002] RIP: 0010:pci_disable_device+0x8a/0xa0
[  +0.000001] Code: 48 85 ed 75 07 48 8b ab b0 00 00 00 48 8d bb a0 00 00 00 e8 08 b7 13 00 48 89 ea 48 c7 c7 50 fb 8b 95 48 89 c6 e8 90 e4 c5 ff <0f> 0b eb 8f 48 89 df e8 ea fe ff ff 80 a3 c1 07 00 00 fb 5b 5d c3
[  +0.000024] RSP: 0018:ffffb0e7c3047dd8 EFLAGS: 00010286
[  +0.000001] RAX: 0000000000000000 RBX: ffff94e54e131000 RCX: 0000000000000001
[  +0.000001] RDX: 0000000080000001 RSI: ffffffff9588d2b6 RDI: 00000000ffffffff
[  +0.000001] RBP: ffff94e54e0e5410 R08: 000008dd118d07d1 R09: 00000000000003db
[  +0.000000] R10: ffffffff96029700 R11: 0000000000000000 R12: 00007fff0bcf9570
[  +0.000001] R13: ffffb0e7c3047f08 R14: 00007fff0bcf9570 R15: 0000000000000000
[  +0.000001] FS:  00007fda481cb540(0000) GS:ffff94e5615c0000(0000) knlGS:0000000000000000
[  +0.000001] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  +0.000001] CR2: 000055db7a37df50 CR3: 00000003fdff6006 CR4: 00000000003606e0
[  +0.000001] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  +0.000001] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  +0.000000] Call Trace:
[  +0.000006]  bbswitch_off.cold.4+0xc1/0x1d1 [bbswitch]
[  +0.000002]  bbswitch_proc_write+0xaf/0xd0 [bbswitch]
[  +0.000003]  proc_reg_write+0x3c/0x60
[  +0.000003]  __vfs_write+0x36/0x190
[  +0.000003]  ? __audit_syscall_entry+0xd7/0x160
[  +0.000002]  ? syscall_slow_exit_work+0x19b/0x1b0
[  +0.000002]  vfs_write+0xa9/0x190
[  +0.000002]  ksys_write+0x4f/0xb0
[  +0.000002]  do_syscall_64+0x5b/0x170
[  +0.000002]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  +0.000016] RIP: 0033:0x7fda480f27a8
[  +0.000000] Code: 89 02 48 c7 c0 ff ff ff ff eb b3 0f 1f 80 00 00 00 00 f3 0f 1e fa 48 8d 05 95 6d 0d 00 8b 00 85 c0 75 17 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 58 c3 0f 1f 80 00 00 00 00 41 54 49 89 d4 55
[  +0.000024] RSP: 002b:00007fff0bcf9448 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[  +0.000001] RAX: ffffffffffffffda RBX: 0000000000000004 RCX: 00007fda480f27a8
[  +0.000001] RDX: 0000000000000004 RSI: 00007fff0bcf9570 RDI: 0000000000000003
[  +0.000001] RBP: 00007fff0bcf9570 R08: 0000557788264540 R09: 00007fda481cb540
[  +0.000000] R10: 00000000000001b6 R11: 0000000000000246 R12: 0000557788264460
[  +0.000001] R13: 0000000000000004 R14: 00007fda481c05c0 R15: 0000000000000004
[  +0.000002] ---[ end trace 432612e15d6c383c ]---
[  +0.062133] pci 0000:02:00.0: Refused to change power state, currently in D0
2. Если systemctl disable bumblebeed и запускать sudo bumblebeed -vvv –driver nvidia, optirun работает, но дискретная видеокарта вечно включена и не отключается.

Запуск

sudo bumblebeed -vvv –driver nvidia



[ 1517.212619] [DEBUG]Found card: 02:00.0 (discrete)
[ 1517.212635] [DEBUG]Found card: 00:02.0 (integrated)
[ 1517.212638] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 1517.212735] [DEBUG]Skipping auto-detection, using configured driver 'nvidia'
[ 1517.212815] [DEBUG]Process /sbin/modprobe started, PID 3473.
[ 1517.212868] [DEBUG]Hiding stderr for execution of /sbin/modprobe
[ 1517.224274] [DEBUG]SIGCHILD received, but wait failed with No child processes
[ 1517.224472] [INFO]Loading driver bbswitch (module bbswitch)
[ 1517.224561] [DEBUG]Process modprobe started, PID 3474.
[ 1517.231286] [DEBUG]Process with PID 3474 returned code 0
[ 1517.231347] [DEBUG]succesfully loaded bbswitch
[ 1517.231352] [INFO]Switching method 'bbswitch' is available and will be used.
[ 1517.231363] [DEBUG]Active configuration:
[ 1517.231369] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 1517.231375] [DEBUG] X display: :1
[ 1517.231381] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia:/usr/lib:/usr/lib32
[ 1517.231386] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 1517.231393] [DEBUG] xorg.conf file: /etc/bumblebee/xorg.conf.nvidia
[ 1517.231399] [DEBUG] xorg.conf.d dir: /etc/bumblebee/xorg.conf.d
[ 1517.231404] [DEBUG] ModulePath: /usr/lib/nvidia/xorg,/usr/lib/xorg/modules
[ 1517.231410] [DEBUG] GID name: bumblebee
[ 1517.231415] [DEBUG] Power method: bbswitch
[ 1517.231421] [DEBUG] Stop X on exit: 1
[ 1517.231425] [DEBUG] Driver: nvidia
[ 1517.231431] [DEBUG] Driver module: nvidia
[ 1517.231436] [DEBUG] Card shutdown state: 1
[ 1517.231553] [DEBUG]Process /sbin/modprobe started, PID 3476.
[ 1517.231583] [DEBUG]Hiding stderr for execution of /sbin/modprobe
[ 1517.232503] [DEBUG]SIGCHILD received, but wait failed with No child processes
[ 1517.232510] [DEBUG]Configuration test passed.
[ 1517.232688] [INFO]bumblebeed 3.2.1 started
[ 1517.233112] [DEBUG]Drivers are still loaded, unable to disable card
[ 1517.233118] [INFO]Initialization completed - now handling client requests


[Oct 4 13:31] bbswitch: version 0.8
[  +0.000006] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[  +0.000006] bbswitch: Found discrete VGA device 0000:02:00.0: \_SB_.PCI0.PEG2.PEGP
[  +0.000011] ACPI Warning: \_SB.PCI0.PEG2.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20180531/nsarguments-66)
[  +0.000230] bbswitch: detected an Optimus _DSM function
[  +0.000010] bbswitch: Succesfully loaded. Discrete card 0000:02:00.0 is on

cat /proc/acpi/bbswitch
0000:02:00.0 ON

Запускаем optirun

optirun glxspheres64

Polygons in scene: 62464 (61 spheres * 1024 polys/spheres)
Visual ID of window: 0x21
Context is Direct
OpenGL Renderer: GeForce 940MX/PCIe/SSE2
246.595299 frames/sec - 143.411195 Mpixels/sec
240.321920 frames/sec - 139.762818 Mpixels/sec
244.318667 frames/sec - 142.087186 Mpixels/sec


[ 1844.183839] [DEBUG]Accepted new connection
[ 1844.184333] [INFO]Starting X server on display :1.
[ 1844.184632] [DEBUG]Process Xorg started, PID 3505.
[ 1845.000696] [WARN][XORG] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 1845.000705] [DEBUG][XORG] X.Org X Server 1.20.1
[ 1845.000707] [DEBUG][XORG] X Protocol Version 11, Revision 0
[ 1845.000709] [DEBUG][XORG] Build Operating System: Linux Arch Linux
[ 1845.000711] [DEBUG][XORG] Current Operating System: Linux localhost 4.18.9-arch1-1-ARCH #1 SMP PREEMPT Wed Sep 19 21:19:17 UTC 2018 x86_64
[ 1845.000713] [DEBUG][XORG] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=411a3585-9646-4d2d-be23-818a32a357d2 rw cryptdevice=/dev/sda6:cryptroot quiet
[ 1845.000715] [DEBUG][XORG] Build Date: 09 August 2018  06:37:34PM
[ 1845.000717] [DEBUG][XORG] Current version of pixman: 0.34.0
[ 1845.000720] [DEBUG][XORG] 	Before reporting problems, check http://wiki.x.org
[ 1845.000722] [DEBUG][XORG] 	to make sure that you have the latest version.
[ 1845.000724] [DEBUG][XORG] Markers: (--) probed, (**) from config file, (==) default setting,
[ 1845.000726] [DEBUG][XORG] 	(++) from command line, (!!) notice, (II) informational,
[ 1845.000728] [DEBUG][XORG] 	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1845.000730] [DEBUG][XORG] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Oct  4 13:36:40 2018
[ 1845.000732] [DEBUG][XORG] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
[ 1845.000734] [DEBUG][XORG] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
[ 1845.000737] [DEBUG][XORG] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1845.000739] [DEBUG][XORG] (==) ServerLayout "Layout0"
[ 1845.000741] [DEBUG][XORG] (**) |-->Screen "Default Screen" (0)
[ 1845.000743] [DEBUG][XORG] (**) |   |-->Monitor "<default monitor>"
[ 1845.000746] [DEBUG][XORG] (**) |   |-->Device "DiscreteNvidia"
[ 1845.000748] [DEBUG][XORG] (==) No monitor specified for screen "Default Screen".
[ 1845.000769] [DEBUG][XORG] 	Using a default monitor configuration.
[ 1845.000773] [DEBUG][XORG] (**) Option "AutoAddDevices" "false"
[ 1845.000775] [DEBUG][XORG] (**) Option "AutoAddGPU" "false"
[ 1845.000779] [DEBUG][XORG] (**) Not automatically adding devices
[ 1845.000782] [DEBUG][XORG] (==) Automatically enabling devices
[ 1845.000785] [DEBUG][XORG] (**) Not automatically adding GPU devices
[ 1845.000789] [DEBUG][XORG] (==) Automatically binding GPU devices
[ 1845.000792] [DEBUG][XORG] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 1845.000795] [DEBUG][XORG] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 1845.000799] [DEBUG][XORG] 	Entry deleted from font path.
[ 1845.000803] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[ 1845.000805] [DEBUG][XORG] 	Entry deleted from font path.
[ 1845.000808] [DEBUG][XORG] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF").
[ 1845.000811] [DEBUG][XORG] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 1845.000816] [DEBUG][XORG] 	Entry deleted from font path.
[ 1845.000820] [DEBUG][XORG] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 1845.000824] [DEBUG][XORG] 	Entry deleted from font path.
[ 1845.000841] [DEBUG][XORG] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 1845.000845] [DEBUG][XORG] 	Entry deleted from font path.
[ 1845.000849] [DEBUG][XORG] (==) FontPath set to:
[ 1845.000852] [DEBUG][XORG] 	/usr/share/fonts/TTF
[ 1845.000857] [DEBUG][XORG] (++) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[ 1845.000859] [DEBUG][XORG] (==) |-->Input Device "<default pointer>"
[ 1845.000863] [DEBUG][XORG] (==) |-->Input Device "<default keyboard>"
[ 1845.000867] [DEBUG][XORG] (==) The core pointer device wasn't specified explicitly in the layout.
[ 1845.000870] [DEBUG][XORG] 	Using the default mouse configuration.
[ 1845.000875] [DEBUG][XORG] (==) The core keyboard device wasn't specified explicitly in the layout.
[ 1845.000879] [DEBUG][XORG] 	Using the default keyboard configuration.
[ 1845.000885] [DEBUG][XORG] (II) Module ABI versions:
[ 1845.000888] [DEBUG][XORG] 	X.Org ANSI C Emulation: 0.4
[ 1845.000891] [DEBUG][XORG] 	X.Org Video Driver: 24.0
[ 1845.000895] [DEBUG][XORG] 	X.Org XInput driver : 24.1
[ 1845.000900] [DEBUG][XORG] 	X.Org Server Extension : 10.0
[ 1845.000904] [DEBUG][XORG] (--) using VT number 1
[ 1845.000908] [DEBUG][XORG] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 1845.000912] [DEBUG][XORG] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 1845.000916] [DEBUG][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 1845.000920] [DEBUG][XORG] (--) PCI:*(2@0:0:0) 10de:134d:17aa:5050 rev 162, Mem @ 0xf1000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128
[ 1845.000924] [DEBUG][XORG] (II) Open ACPI successful (/var/run/acpid.socket)
[ 1845.000928] [DEBUG][XORG] (II) LoadModule: "glx"
[ 1845.000932] [DEBUG][XORG] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[ 1845.000936] [DEBUG][XORG] (II) Module glx: vendor="NVIDIA Corporation"
[ 1845.000940] [DEBUG][XORG] 	compiled for 4.0.2, module version = 1.0.0
[ 1845.000944] [DEBUG][XORG] 	Module class: X.Org Server Extension
[ 1845.000948] [DEBUG][XORG] (II) NVIDIA GLX Module  396.54  Tue Aug 14 22:37:05 PDT 2018
[ 1845.000951] [DEBUG][XORG] (II) LoadModule: "nvidia"
[ 1845.000955] [DEBUG][XORG] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 1845.000958] [DEBUG][XORG] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 1845.000962] [DEBUG][XORG] 	compiled for 4.0.2, module version = 1.0.0
[ 1845.000966] [DEBUG][XORG] 	Module class: X.Org Video Driver
[ 1845.000970] [DEBUG][XORG] (II) LoadModule: "mouse"
[ 1845.000974] [WARN][XORG] (WW) Warning, couldn't open module mouse
[ 1845.000978] [DEBUG][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
[ 1845.000983] [DEBUG][XORG] (II) LoadModule: "kbd"
[ 1845.000987] [DEBUG][XORG] (WW) Warning, couldn't open module kbd
[ 1845.000991] [DEBUG][XORG] (EE) Failed to load module "kbd" (module does not exist, 0)
[ 1845.000994] [DEBUG][XORG] (II) NVIDIA dlloader X Driver  396.54  Tue Aug 14 22:15:03 PDT 2018
[ 1845.000999] [DEBUG][XORG] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 1845.001003] [DEBUG][XORG] (II) Loading sub module "fb"
[ 1845.001007] [DEBUG][XORG] (II) LoadModule: "fb"
[ 1845.001012] [DEBUG][XORG] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 1845.001016] [DEBUG][XORG] (II) Module fb: vendor="X.Org Foundation"
[ 1845.001020] [DEBUG][XORG] 	compiled for 1.20.1, module version = 1.0.0
[ 1845.001026] [DEBUG][XORG] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 1845.001030] [DEBUG][XORG] (II) Loading sub module "wfb"
[ 1845.001034] [DEBUG][XORG] (II) LoadModule: "wfb"
[ 1845.001037] [DEBUG][XORG] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 1845.001041] [DEBUG][XORG] (II) Module wfb: vendor="X.Org Foundation"
[ 1845.001045] [DEBUG][XORG] 	compiled for 1.20.1, module version = 1.0.0
[ 1845.001050] [DEBUG][XORG] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 1845.001054] [DEBUG][XORG] (II) Loading sub module "ramdac"
[ 1845.001058] [DEBUG][XORG] (II) LoadModule: "ramdac"
[ 1845.001062] [DEBUG][XORG] (II) Module "ramdac" already built-in
[ 1845.001066] [DEBUG][XORG] (II) NVIDIA(0): Creating default Display subsection in Screen section
[ 1845.001069] [DEBUG][XORG] 	"Default Screen" for depth/fbbpp 24/32
[ 1845.001074] [DEBUG][XORG] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 1845.001077] [DEBUG][XORG] (==) NVIDIA(0): RGB weight 888
[ 1845.001079] [DEBUG][XORG] (==) NVIDIA(0): Default visual is TrueColor
[ 1845.001083] [DEBUG][XORG] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 1845.001087] [DEBUG][XORG] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
[ 1845.001091] [DEBUG][XORG] (**) NVIDIA(0): Option "UseEDID" "false"
[ 1845.001095] [DEBUG][XORG] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[ 1845.001099] [DEBUG][XORG] (**) NVIDIA(0): Enabling 2D acceleration
[ 1845.001102] [DEBUG][XORG] (**) NVIDIA(0): Ignoring EDIDs
[ 1845.001106] [DEBUG][XORG] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[ 1845.001110] [DEBUG][XORG] (**) NVIDIA(0):     mode
[ 1845.001114] [DEBUG][XORG] (II) NVIDIA(0): NVIDIA GPU GeForce 940MX (GM108-A) at PCI:2:0:0 (GPU-0)
[ 1845.001118] [DEBUG][XORG] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 1845.001122] [DEBUG][XORG] (--) NVIDIA(0): VideoBIOS: 82.08.57.00.22
[ 1845.001125] [DEBUG][XORG] (II) NVIDIA(0): Detected PCI Express Link width: 4X
[ 1845.001129] [DEBUG][XORG] (II) NVIDIA(0): Validated MetaModes:
[ 1845.001133] [DEBUG][XORG] (II) NVIDIA(0):     "NULL"
[ 1845.001136] [DEBUG][XORG] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 1845.001140] [WARN][XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 1845.001144] [DEBUG][XORG] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 1845.001148] [DEBUG][XORG] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[ 1845.001152] [DEBUG][XORG] (II) NVIDIA:     access.
[ 1845.001155] [DEBUG][XORG] (II) NVIDIA(0): Setting mode "NULL"
[ 1845.001159] [DEBUG][XORG] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 1845.001162] [DEBUG][XORG] (==) NVIDIA(0): Backing store enabled
[ 1845.001165] [DEBUG][XORG] (==) NVIDIA(0): Silken mouse disabled
[ 1845.001169] [DEBUG][XORG] (==) NVIDIA(0): DPMS enabled
[ 1845.001173] [WARN][XORG] (WW) NVIDIA(0): Option "NoLogo" is not used
[ 1845.001177] [DEBUG][XORG] (II) Loading sub module "dri2"
[ 1845.001181] [DEBUG][XORG] (II) LoadModule: "dri2"
[ 1845.001185] [DEBUG][XORG] (II) Module "dri2" already built-in
[ 1845.001188] [DEBUG][XORG] (II) NVIDIA(0): [DRI2] Setup complete
[ 1845.001192] [DEBUG][XORG] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 1845.001196] [DEBUG][XORG] (II) Initializing extension Generic Event Extension
[ 1845.001200] [DEBUG][XORG] (II) Initializing extension SHAPE
[ 1845.001202] [DEBUG][XORG] (II) Initializing extension MIT-SHM
[ 1845.001206] [DEBUG][XORG] (II) Initializing extension XInputExtension
[ 1845.001210] [DEBUG][XORG] (II) Initializing extension XTEST
[ 1845.001214] [DEBUG][XORG] (II) Initializing extension BIG-REQUESTS
[ 1845.001217] [DEBUG][XORG] (II) Initializing extension SYNC
[ 1845.001222] [DEBUG][XORG] (II) Initializing extension XKEYBOARD
[ 1845.001226] [DEBUG][XORG] (II) Initializing extension XC-MISC
[ 1845.001229] [DEBUG][XORG] (II) Initializing extension SECURITY
[ 1845.001233] [DEBUG][XORG] (II) Initializing extension XFIXES
[ 1845.001237] [DEBUG][XORG] (II) Initializing extension RENDER
[ 1845.001241] [DEBUG][XORG] (II) Initializing extension RANDR
[ 1845.001245] [DEBUG][XORG] (II) Initializing extension COMPOSITE
[ 1845.001248] [DEBUG][XORG] (II) Initializing extension DAMAGE
[ 1845.001251] [DEBUG][XORG] (II) Initializing extension MIT-SCREEN-SAVER
[ 1845.001255] [DEBUG][XORG] (II) Initializing extension DOUBLE-BUFFER
[ 1845.001259] [DEBUG][XORG] (II) Initializing extension RECORD
[ 1845.001263] [DEBUG][XORG] (II) Initializing extension DPMS
[ 1845.001266] [DEBUG][XORG] (II) Initializing extension Present
[ 1845.001270] [DEBUG][XORG] (II) Initializing extension DRI3
[ 1845.001274] [DEBUG][XORG] (II) Initializing extension X-Resource
[ 1845.001278] [DEBUG][XORG] (II) Initializing extension XVideo
[ 1845.001282] [DEBUG][XORG] (II) Initializing extension XVideo-MotionCompensation
[ 1845.001285] [DEBUG][XORG] (II) Initializing extension XFree86-VidModeExtension
[ 1845.001289] [DEBUG][XORG] (II) Initializing extension XFree86-DGA
[ 1845.001293] [DEBUG][XORG] (II) Initializing extension XFree86-DRI
[ 1845.001297] [DEBUG][XORG] (II) Initializing extension DRI2
[ 1845.001300] [DEBUG][XORG] (II) Initializing extension GLX
[ 1845.001306] [DEBUG][XORG] (II) Initializing extension GLX
[ 1845.001309] [DEBUG][XORG] (II) Indirect GLX disabled.
[ 1845.001313] [DEBUG][XORG] (II) Initializing extension NV-GLX
[ 1845.001316] [DEBUG][XORG] (II) Initializing extension NV-CONTROL
[ 1845.001320] [DEBUG][XORG] (II) LoadModule: "mouse"
[ 1845.001323] [WARN][XORG] (WW) Warning, couldn't open module mouse
[ 1845.001327] [DEBUG][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
[ 1845.001330] [DEBUG][XORG] (EE) No input driver matching `mouse'
[ 1845.001334] [DEBUG][XORG] (II) Falling back to input driver `libinput'
[ 1845.001337] [DEBUG][XORG] (II) LoadModule: "libinput"
[ 1845.001340] [DEBUG][XORG] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 1845.001343] [DEBUG][XORG] (II) Module libinput: vendor="X.Org Foundation"
[ 1845.001347] [DEBUG][XORG] 	compiled for 1.20.0, module version = 0.28.0
[ 1845.001351] [DEBUG][XORG] 	Module class: X.Org XInput Driver
[ 1845.001356] [DEBUG][XORG] 	ABI class: X.Org XInput driver, version 24.1
[ 1845.001362] [DEBUG][XORG] (II) Using input driver 'libinput' for '<default pointer>'
[ 1845.001365] [DEBUG][XORG] (**) Option "CorePointer" "on"
[ 1845.001369] [DEBUG][XORG] (**) <default pointer>: always reports core events
[ 1845.001375] [ERROR][XORG] (EE) PreInit returned 2 for "<default pointer>"
[ 1845.001378] [DEBUG][XORG] (II) UnloadModule: "libinput"
[ 1845.001382] [DEBUG][XORG] (II) LoadModule: "kbd"
[ 1845.001386] [DEBUG][XORG] (WW) Warning, couldn't open module kbd
[ 1845.001389] [DEBUG][XORG] (EE) Failed to load module "kbd" (module does not exist, 0)
[ 1845.001394] [DEBUG][XORG] (EE) No input driver matching `kbd'
[ 1845.001398] [DEBUG][XORG] (II) Falling back to input driver `libinput'
[ 1845.001402] [DEBUG][XORG] (II) Using input driver 'libinput' for '<default keyboard>'
[ 1845.001406] [DEBUG][XORG] (**) Option "CoreKeyboard" "on"
[ 1845.001409] [DEBUG][XORG] (**) <default keyboard>: always reports core events
[ 1845.001413] [ERROR][XORG] (EE) PreInit returned 2 for "<default keyboard>"
[ 1845.001416] [DEBUG][XORG] (II) UnloadModule: "libinput"
[ 1845.001421] [DEBUG][XORG] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 1845.001424] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001428] [DEBUG][XORG] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 1845.001432] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001435] [DEBUG][XORG] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 1845.001440] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001443] [DEBUG][XORG] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 1845.001448] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001450] [DEBUG][XORG] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 1845.001454] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001458] [DEBUG][XORG] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 1845.001461] [DEBUG][XORG] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 1845.001466] [DEBUG][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 1845.001471] [DEBUG][XORG] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event5)
[ 1845.001473] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001476] [DEBUG][XORG] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[ 1845.001480] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001484] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event11)
[ 1845.001488] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001492] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[ 1845.001497] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001500] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event13)
[ 1845.001504] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001508] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[ 1845.001512] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001516] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[ 1845.001520] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001524] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[ 1845.001528] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001532] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[ 1845.001536] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001539] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[ 1845.001544] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001548] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event19)
[ 1845.001552] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001556] [DEBUG][XORG] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 1845.001559] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001563] [DEBUG][XORG] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[ 1845.001567] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001571] [DEBUG][XORG] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 1845.001575] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001580] [DEBUG][XORG] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event9)
[ 1845.001583] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001588] [DEBUG][XORG] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[ 1845.001592] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001595] [DEBUG][XORG] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[ 1845.001599] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 1845.001633] [INFO]X successfully started in 1 seconds
[ 1851.484123] [DEBUG]Socket closed.
[ 1851.484141] [INFO]Stopping X server
[ 1851.510727] [DEBUG]Process with PID 3505 returned code 0
[ 1851.511363] [INFO]Unloading UVM/DRM/MODESET driver
[ 1851.511473] [DEBUG]Process modprobe started, PID 3526.
modprobe: FATAL: Module nvidia is in use.
[ 1851.532008] [DEBUG]Process with PID 3526 returned code 1
[ 1854.549673] [ERROR]Unloading nvidia driver timed out.
[ 1854.549741] [DEBUG]Drivers are still loaded, unable to disable card
[ 1854.549778] [DEBUG][XORG] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 1854.549795] [DEBUG][XORG] (II) Server terminated successfully (0). Closing log file.


[Oct 4 13:36] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  396.54  Tue Aug 14 23:08:44 PDT 2018
[  +6.702056] nvidia-modeset: Unloading

Пытаемся послать OFF

sudo tee /proc/acpi/bbswitch <<<OFF && cat /proc/acpi/bbswitch


OFF
0000:02:00.0 ON

[Oct 4 13:39] bbswitch: device 0000:02:00.0 is in use by driver 'nvidia', refusing OFF
Что за видюха и драйвера?
Mirk
Что за видюха и драйвера?

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
02:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 940MX] (rev a2)


nvidia 396.54-6
nvidia-settings 396.51-1
nvidia-utils 396.54-1
nvidia-xrun-git 0.3.33.g8eb0d48-1
xf86-video-intel 1:2.99.917+847+g25c9a2fc-1
Это ноут Thinkpad T460.
Судя по

[  357.403078] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver

[  357.403119] [ERROR]Aborting because fallback start is disabled.
Сделаю предположение, что Вам нужен другой драйвер. Сайт nvidia говорит, что последний для этой карты -- 390. Но я могу ошибаться.
Mirk
Судя по

[  357.403078] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver

[  357.403119] [ERROR]Aborting because fallback start is disabled.
Сделаю предположение, что Вам нужен другой драйвер. Сайт nvidia говорит, что последний для этой карты – 390. Но я могу ошибаться.

Тогда бы видеокарта не работала совсем, но если пнуть bumbelbee вручную, то она работает и драйвера подгружаются и детектят карту.
Посмотрите второй пункт в первом посте.

Я думаю что загвоздка в порядке загрузки модулей bbswitch и nvidia, или же отсутсвии необходимых опций в конифгах.
Карту включить и без драйвера можно, а драйвер-то работает?
nvidia-390xx nvidia-390xx-utils, а лучше dkms версию
Morisson
Карту включить и без драйвера можно, а драйвер-то работает?
nvidia-390xx nvidia-390xx-utils, а лучше dkms версию
Ну я могу сформировать xorg.conf и запустить Xы на nvidia, так же открывается nvidia-settings, вывод glxspheres64 делать через нее. Т.е. как отдельно, так и в составе вручную пнутого bumblebee оно работает.
Это ошибка сайта nvidia по 390 - они и для своременных видео показывают их последними, например 10 серии.
Моя видеокарта еще не legacy.

PS: установил 390xx - то же самое поведение.
Последние nvidia-390xx тянут nvidia-390xx-utils низшей версии, отсюда глюки. Ставьте lts или dkms, там вроде норм.
Давайте жить дружно! :-)
пробовал именно 390xx-dkms, сейчас уже 410 версия.
igorog
Ставьте lts или dkms, там вроде норм.
В чем отличие-то знаете?
Linuxman
пробовал именно 390xx-dkms, сейчас уже 410 версия.
Ага, а заголовки ядер-то установлены?
linux-headers которые?
Без них чуда не случится, и dkms не соберет модуль
 
Зарегистрироваться или войдите чтобы оставить сообщение.