You are not logged in.

#1 2018-10-06 06:44:07

Linuxman
Member
Registered: 2018-09-25
Posts: 21

Bumblebee, bbswitch

Hello everyone!

It is Thinkpad T460p.

/etc/X11/xorg.con and /etc/X11/xorg.conf.d are empty.
Only two parameters at grub - quite acpi_osi=!.
In dir /etc/modprobe.d/ only nobeep.conf and 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

The problems are:
1. If systemctl enable bumblebeed, then optirun not working

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 <giometti@linux.it>
[  +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: dm-devel@redhat.com
[  +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 linux-input@vger.kernel.org.
[  +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

Launch 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

Try to send 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. If  systemctl disable bumblebeed and launch sudo bumblebeed -vvv --driver nvidia,  then optirun is working, but nvidia is always enabled and can not be powered off.

Launch

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

Launch 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

Try to send 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

UPD:
This one:

bbswitch: device 0000:02:00.0 is in use by driver 'nvidia', refusing OFF

because of that:

lsof -n -w -t /dev/nvidia*
2409

2409  2.5  0.8 395624 144136 tty1    Sl   18:22   0:02 /usr/lib/Xorg -nolisten tcp :0 vt1 -keeptty -auth /tmp/serverauth.79div6nxXB

So, when i do startx nvidia module is loading  by Xorg and cannot be unload.

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 410.57-3
nvidia-settings 410.57-2
nvidia-utils 410.57-3
nvidia-xrun-git 0.3.36.g7634413-1
xf86-video-intel 1:2.99.917+847+g25c9a2fc-1

What i was try:
1. 390xx drivers
2. pcie_port_pm=off stuck system after startx
3. acpi_osi='!Windows2013' (2009)
4. rcutree.rcu_idle_gp_delay=1

Last edited by Linuxman (2018-10-06 08:27:08)

Offline

#2 2018-10-06 07:30:02

seth
Member
Registered: 2012-09-03
Posts: 50,983

Offline

#3 2018-10-06 08:17:59

Linuxman
Member
Registered: 2018-09-25
Posts: 21

Re: Bumblebee, bbswitch

Thnx for reply.

Add to grub rcutree.rcu_idle_gp_delay=1
No changes.
And i already try it before.

Offline

#4 2018-10-06 08:27:18

Linuxman
Member
Registered: 2018-09-25
Posts: 21

Re: Bumblebee, bbswitch

UPD:
This one:

bbswitch: device 0000:02:00.0 is in use by driver 'nvidia', refusing OFF

because of that:

lsof -n -w -t /dev/nvidia*
2409

2409  2.5  0.8 395624 144136 tty1    Sl   18:22   0:02 /usr/lib/Xorg -nolisten tcp :0 vt1 -keeptty -auth /tmp/serverauth.79div6nxXB

So, when i do startx nvidia module is loading  by Xorg and cannot be unload.

Offline

#5 2018-10-06 11:59:17

seth
Member
Registered: 2012-09-03
Posts: 50,983

Re: Bumblebee, bbswitch

But that's only when bumblebeed.service isn't running, isn't?
Did you read up https://wiki.archlinux.org/index.php/NVIDIA_Optimus ?

Also please fix your hostname config, https://wiki.archlinux.org/index.php/Ne … e_hostname

Offline

#6 2018-10-06 13:31:31

Linuxman
Member
Registered: 2018-09-25
Posts: 21

Re: Bumblebee, bbswitch

seth wrote:

But that's only when bumblebeed.service isn't running, isn't?
Did you read up https://wiki.archlinux.org/index.php/NVIDIA_Optimus ?

Also please fix your hostname config, https://wiki.archlinux.org/index.php/Ne … e_hostname

If i enable bumblebee and restart machine - nvidia it not working at all. It is the first case in start post.

If i disable bumblebee, restart machine and after startx start bumblebee manually - its work fine, but i cannot cut off nvidia coz nvidia module is used by Xorg.  It is the second case in start post.

Yes. i read it already. Do you see any mistakes?

Thanks.

Offline

#7 2018-10-06 13:44:23

Linuxman
Member
Registered: 2018-09-25
Posts: 21

Re: Bumblebee, bbswitch

In the first case, when bumblebee unit is enabled, cat /proc/acpi/bbswitch show nvidia OFF until i launch startx
After startx - everything in start post.

Offline

#8 2018-10-06 16:46:08

seth
Member
Registered: 2012-09-03
Posts: 50,983

Re: Bumblebee, bbswitch

Why does startx activate the nvidia chip?
Please post the output of "lsmod" (before starting X11) and your local xorg.conf* stuff as well as the Xorg.0.log and your xinitrc.

The description sounds as if the X11 server is configured (or auto-picks) the nvidia chip to run on. Of course, that defeats the optirun idea.

Offline

#9 2018-10-07 02:02:28

Linuxman
Member
Registered: 2018-09-25
Posts: 21

Re: Bumblebee, bbswitch

.xinitrc

#!/bin/sh

userresources=$HOME/.Xresources

xinput disable 12
setxkbmap -layout us,ru -option grp:win_space_toggle
eval `ssh-agent -s`
exec i3

.Xresources

URxvt.background:	#1F1D19
URxvt.foreground:	#DEDEDE
URxvt.font:		xft:DejaVu Sans Mono for Powerline:pixelsize=12:antialias=true:hinting=true
URxvt.boldFont:		xft:DejaVu Sans Mono for Powerline:bold:pixelsize=12:antialias=true:hinting=true
URxvt.scrollBar:	false
URxvt.saveLines:	65535
URxvt.perl-ext-common: keyboard-select,resize-font,url-select,tabbed,clipboard,urxvt-resize-font-git
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-c:   perl:clipboard:copy
URxvt.keysym.M-v:   perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
Xft*dpi:       96
Xft*antialias: True
Xft*hinting:   Full
URxvt.keysym.KP_Add:    +
URxvt.keysym.KP_Subtract: -
URxvt.keysym.KP_Multiply: *
URxvt.keysym.KP_Divide  : /
URxvt.keysym.KP_Decimal : .
URxvt.keysym.KP_Separator : ,
URxvt.keysym.KP_1:      1
URxvt.keysym.KP_2:      2
URxvt.keysym.KP_3:      3
URxvt.keysym.KP_4:      4
URxvt.keysym.KP_5:      5
URxvt.keysym.KP_6:      6
URxvt.keysym.KP_7:      7
URxvt.keysym.KP_8:      8
URxvt.keysym.KP_9:      9
URxvt.keysym.KP_0: 0

I have no xorg.conf
In xorg.conf.d ony one backuped file 20-intel.conf_bak

Section "Device"
  Identifier  "Intel Graphics"
  Driver  "intel"
  Option "TearFree" "true"
  Option "Backlight"  "intel_backlight"
EndSection

1. First case with enable bumblebee

Xorg.0.log

[   167.991] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   167.992] 
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[   167.992] Build Operating System: Linux Arch Linux
[   167.992] Current Operating System: Linux localhost 4.18.12-arch1-1-ARCH #1 SMP PREEMPT Thu Oct 4 01:01:27 UTC 2018 x86_64
[   167.992] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=411a3585-9646-4d2d-be23-818a32a357d2 rw cryptdevice=/dev/sda6:cryptroot quiet acpi_osi=!
[   167.992] Build Date: 09 August 2018  06:37:34PM
[   167.992]  
[   167.993] Current version of pixman: 0.34.0
[   167.993] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   167.993] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   167.994] (==) Log file: "/home/linuxtoxa/.local/share/xorg/Xorg.0.log", Time: Sun Oct  7 11:36:02 2018
[   168.007] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   168.007] (==) No Layout section.  Using the first Screen section.
[   168.007] (==) No screen section available. Using defaults.
[   168.007] (**) |-->Screen "Default Screen Section" (0)
[   168.007] (**) |   |-->Monitor "<default monitor>"
[   168.008] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   168.008] (==) Automatically adding devices
[   168.008] (==) Automatically enabling devices
[   168.008] (==) Automatically adding GPU devices
[   168.008] (==) Automatically binding GPU devices
[   168.008] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   168.011] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   168.011] 	Entry deleted from font path.
[   168.016] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[   168.016] 	Entry deleted from font path.
[   168.016] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF").
[   168.016] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   168.016] 	Entry deleted from font path.
[   168.016] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   168.016] 	Entry deleted from font path.
[   168.016] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   168.016] 	Entry deleted from font path.
[   168.016] (==) FontPath set to:
	/usr/share/fonts/TTF
[   168.016] (==) ModulePath set to "/usr/lib/xorg/modules"
[   168.016] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   168.016] (II) Module ABI versions:
[   168.016] 	X.Org ANSI C Emulation: 0.4
[   168.016] 	X.Org Video Driver: 24.0
[   168.016] 	X.Org XInput driver : 24.1
[   168.016] 	X.Org Server Extension : 10.0
[   168.017] (++) using VT number 1

[   168.023] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   168.041] (II) xfree86: Adding drm device (/dev/dri/card0)
[   168.042] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   174.993] (--) PCI:*(0@0:2:0) 8086:191b:17aa:5050 rev 6, Mem @ 0xf0000000/16777216, 0xe0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[   174.993] (--) PCI: (2@0:0:0) 10de:134d:17aa:5050 rev 162, Mem @ 0xf1000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128
[   174.993] (II) Open ACPI successful (/var/run/acpid.socket)
[   174.993] (II) LoadModule: "glx"
[   175.003] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   175.035] (II) Module glx: vendor="X.Org Foundation"
[   175.035] 	compiled for 1.20.1, module version = 1.0.0
[   175.035] 	ABI class: X.Org Server Extension, version 10.0
[   175.036] (II) Applying OutputClass "intel" to /dev/dri/card0
[   175.036] 	loading driver: modesetting
[   175.036] (==) Matched modesetting as autoconfigured driver 0
[   175.036] (==) Matched intel as autoconfigured driver 1
[   175.036] (==) Matched fbdev as autoconfigured driver 2
[   175.036] (==) Matched vesa as autoconfigured driver 3
[   175.036] (==) Assigned the driver to the xf86ConfigLayout
[   175.036] (II) LoadModule: "modesetting"
[   175.036] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   175.052] (II) Module modesetting: vendor="X.Org Foundation"
[   175.053] 	compiled for 1.20.1, module version = 1.20.1
[   175.053] 	Module class: X.Org Video Driver
[   175.053] 	ABI class: X.Org Video Driver, version 24.0
[   175.053] (II) LoadModule: "intel"
[   175.053] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   175.068] (II) Module intel: vendor="X.Org Foundation"
[   175.068] 	compiled for 1.20.1, module version = 2.99.917
[   175.068] 	Module class: X.Org Video Driver
[   175.068] 	ABI class: X.Org Video Driver, version 24.0
[   175.068] (II) LoadModule: "fbdev"
[   175.069] (WW) Warning, couldn't open module fbdev
[   175.069] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   175.069] (II) LoadModule: "vesa"
[   175.069] (WW) Warning, couldn't open module vesa
[   175.069] (EE) Failed to load module "vesa" (module does not exist, 0)
[   175.069] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   175.069] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   175.071] (II) intel: Driver for Intel(R) HD Graphics
[   175.071] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   175.071] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   175.071] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[   175.071] (II) modeset(0): using drv /dev/dri/card0
[   175.071] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   175.071] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   175.071] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   175.071] (==) modeset(0): RGB weight 888
[   175.071] (==) modeset(0): Default visual is TrueColor
[   175.071] (II) Loading sub module "glamoregl"
[   175.071] (II) LoadModule: "glamoregl"
[   175.071] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   175.111] (II) Module glamoregl: vendor="X.Org Foundation"
[   175.111] 	compiled for 1.20.1, module version = 1.0.1
[   175.111] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   177.409] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2) 
[   177.409] (II) modeset(0): glamor initialized
[   177.411] (II) modeset(0): Output eDP-1 has no monitor section
[   177.411] (II) modeset(0): Output DP-1 has no monitor section
[   177.416] (II) modeset(0): Output HDMI-1 has no monitor section
[   177.416] (II) modeset(0): Output DP-2 has no monitor section
[   177.422] (II) modeset(0): Output HDMI-2 has no monitor section
[   177.422] (II) modeset(0): Output DP-3 has no monitor section
[   177.427] (II) modeset(0): Output HDMI-3 has no monitor section
[   177.429] (II) modeset(0): EDID for output eDP-1
[   177.429] (II) modeset(0): Manufacturer: MEI  Model: 96a2  Serial#: 0
[   177.429] (II) modeset(0): Year: 2015  Week: 255
[   177.429] (II) modeset(0): EDID Version: 1.4
[   177.429] (II) modeset(0): Digital Display Input
[   177.429] (II) modeset(0): 8 bits per channel
[   177.429] (II) modeset(0): Digital interface is DisplayPort
[   177.429] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[   177.429] (II) modeset(0): Gamma: 2.20
[   177.429] (II) modeset(0): No DPMS capabilities specified
[   177.429] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[   177.429] (II) modeset(0): First detailed timing is preferred mode
[   177.429] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   177.429] (II) modeset(0): redX: 0.642 redY: 0.318   greenX: 0.295 greenY: 0.608
[   177.429] (II) modeset(0): blueX: 0.153 blueY: 0.061   whiteX: 0.313 whiteY: 0.329
[   177.429] (II) modeset(0): Manufacturer's mask: 0
[   177.429] (II) modeset(0): Supported detailed timing:
[   177.429] (II) modeset(0): clock: 257.5 MHz   Image Size:  310 x 170 mm
[   177.429] (II) modeset(0): h_active: 2560  h_sync: 2648  h_sync_end 2680 h_blank_end 2800 h_border: 0
[   177.429] (II) modeset(0): v_active: 1440  v_sync: 1468  v_sync_end 1473 v_blanking: 1533 v_border: 0
[   177.429] (II) modeset(0): Supported detailed timing:
[   177.429] (II) modeset(0): clock: 257.5 MHz   Image Size:  310 x 170 mm
[   177.429] (II) modeset(0): h_active: 2560  h_sync: 2648  h_sync_end 2680 h_blank_end 2800 h_border: 0
[   177.429] (II) modeset(0): v_active: 1440  v_sync: 1468  v_sync_end 1473 v_blanking: 1916 v_border: 0
[   177.429] (II) modeset(0): Ranges: V min: 46 V max: 62 Hz, H min: 89 H max: 94 kHz, PixClock max 265 MHz
[   177.429] (II) modeset(0):  VVX14T058J00
[   177.429] (II) modeset(0): EDID (in hex):
[   177.429] (II) modeset(0): 	00ffffffffffff0034a9a29600000000
[   177.429] (II) modeset(0): 	ff190104a51f1178026b65a4514b9b27
[   177.429] (II) modeset(0): 	0f505400000001010101010101010101
[   177.429] (II) modeset(0): 	0101010101019a6400f0a0a05d505820
[   177.429] (II) modeset(0): 	c50435ad1000001e976400f0a0a0dc51
[   177.429] (II) modeset(0): 	5820c50435ad1000001e000000fd002e
[   177.429] (II) modeset(0): 	3e595e1a010a202020202020000000fe
[   177.429] (II) modeset(0): 	005656583134543035384a30300a000a
[   177.430] (II) modeset(0): Not using default mode "2560x1440" (bad mode clock/interlace/doublescan)
[   177.430] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[   177.430] (II) modeset(0): Not using default mode "2048x1152" (bad mode clock/interlace/doublescan)
[   177.430] (II) modeset(0): Not using default mode "2048x1152" (bad mode clock/interlace/doublescan)
[   177.430] (II) modeset(0): Not using default mode "2560x1440" (bad mode clock/interlace/doublescan)
[   177.430] (II) modeset(0): Not using default mode "2560x1440" (bad mode clock/interlace/doublescan)
[   177.430] (II) modeset(0): Printing probed modes for output eDP-1
[   177.430] (II) modeset(0): Modeline "2560x1440"x60.0  257.54  2560 2648 2680 2800  1440 1468 1473 1533 +hsync +vsync (92.0 kHz eP)
[   177.430] (II) modeset(0): Modeline "2560x1440"x48.0  257.51  2560 2648 2680 2800  1440 1468 1473 1916 +hsync +vsync (92.0 kHz e)
[   177.430] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[   177.430] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[   177.430] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[   177.430] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[   177.430] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[   177.430] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[   177.430] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[   177.430] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[   177.430] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   177.430] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   177.430] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   177.430] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[   177.430] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   177.430] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   177.430] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   177.430] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   177.430] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   177.430] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   177.430] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   177.430] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   177.430] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   177.430] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   177.430] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   177.430] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   177.430] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   177.430] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   177.430] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   177.430] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   177.431] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   177.431] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   177.431] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   177.431] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   177.431] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   177.431] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   177.431] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   177.431] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   177.431] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   177.431] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   177.431] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   177.431] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   177.431] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   177.431] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   177.431] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   177.431] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   177.431] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   177.431] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   177.431] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   177.431] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   177.431] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   177.431] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   177.431] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   177.431] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   177.431] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   177.431] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   177.431] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   177.431] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   177.431] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   177.431] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   177.431] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   177.431] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   177.431] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   177.431] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   177.431] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   177.431] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   177.431] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   177.431] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   177.431] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   177.431] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   177.431] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   177.431] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   177.431] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   177.431] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   177.431] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   177.431] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   177.431] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   177.431] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   177.431] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   177.431] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   177.431] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   177.431] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   177.431] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   177.431] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   177.431] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   177.431] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   177.432] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   177.432] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   177.432] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   177.432] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   177.432] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   177.432] (II) modeset(0): EDID for output DP-1
[   177.437] (II) modeset(0): EDID for output HDMI-1
[   177.437] (II) modeset(0): EDID for output DP-2
[   177.442] (II) modeset(0): EDID for output HDMI-2
[   177.442] (II) modeset(0): EDID for output DP-3
[   177.447] (II) modeset(0): EDID for output HDMI-3
[   177.447] (II) modeset(0): Output eDP-1 connected
[   177.447] (II) modeset(0): Output DP-1 disconnected
[   177.447] (II) modeset(0): Output HDMI-1 disconnected
[   177.447] (II) modeset(0): Output DP-2 disconnected
[   177.447] (II) modeset(0): Output HDMI-2 disconnected
[   177.447] (II) modeset(0): Output DP-3 disconnected
[   177.447] (II) modeset(0): Output HDMI-3 disconnected
[   177.447] (II) modeset(0): Using exact sizes for initial modes
[   177.447] (II) modeset(0): Output eDP-1 using initial mode 2560x1440 +0+0
[   177.447] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   177.447] (==) modeset(0): DPI set to (96, 96)
[   177.447] (II) Loading sub module "fb"
[   177.447] (II) LoadModule: "fb"
[   177.447] (II) Loading /usr/lib/xorg/modules/libfb.so
[   177.452] (II) Module fb: vendor="X.Org Foundation"
[   177.452] 	compiled for 1.20.1, module version = 1.0.0
[   177.452] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   177.452] (II) UnloadModule: "intel"
[   177.452] (II) Unloading intel
[   177.493] (==) modeset(0): Backing store enabled
[   177.493] (==) modeset(0): Silken mouse disabled
[   177.544] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   177.545] (==) modeset(0): DPMS enabled
[   177.545] (II) modeset(0): [DRI2] Setup complete
[   177.545] (II) modeset(0): [DRI2]   DRI driver: i965
[   177.545] (II) modeset(0): [DRI2]   VDPAU driver: i965
[   177.545] (II) Initializing extension Generic Event Extension
[   177.545] (II) Initializing extension SHAPE
[   177.545] (II) Initializing extension MIT-SHM
[   177.545] (II) Initializing extension XInputExtension
[   177.545] (II) Initializing extension XTEST
[   177.545] (II) Initializing extension BIG-REQUESTS
[   177.545] (II) Initializing extension SYNC
[   177.546] (II) Initializing extension XKEYBOARD
[   177.546] (II) Initializing extension XC-MISC
[   177.546] (II) Initializing extension SECURITY
[   177.546] (II) Initializing extension XFIXES
[   177.546] (II) Initializing extension RENDER
[   177.546] (II) Initializing extension RANDR
[   177.546] (II) Initializing extension COMPOSITE
[   177.546] (II) Initializing extension DAMAGE
[   177.546] (II) Initializing extension MIT-SCREEN-SAVER
[   177.546] (II) Initializing extension DOUBLE-BUFFER
[   177.546] (II) Initializing extension RECORD
[   177.546] (II) Initializing extension DPMS
[   177.546] (II) Initializing extension Present
[   177.546] (II) Initializing extension DRI3
[   177.546] (II) Initializing extension X-Resource
[   177.546] (II) Initializing extension XVideo
[   177.546] (II) Initializing extension XVideo-MotionCompensation
[   177.546] (II) Initializing extension GLX
[   177.562] (II) AIGLX: Loaded and initialized i965
[   177.562] (II) GLX: Initialized DRI2 GL provider for screen 0
[   177.562] (II) Initializing extension XFree86-VidModeExtension
[   177.562] (II) Initializing extension XFree86-DGA
[   177.562] (II) Initializing extension XFree86-DRI
[   177.562] (II) Initializing extension DRI2
[   177.588] (II) modeset(0): Damage tracking initialized
[   177.589] (II) modeset(0): Setting screen physical size to 677 x 381
[   178.067] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   178.067] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   178.067] (II) LoadModule: "libinput"
[   178.067] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   178.102] (II) Module libinput: vendor="X.Org Foundation"
[   178.102] 	compiled for 1.20.0, module version = 0.28.0
[   178.102] 	Module class: X.Org XInput Driver
[   178.102] 	ABI class: X.Org XInput driver, version 24.1
[   178.102] (II) Using input driver 'libinput' for 'Power Button'
[   178.104] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 15 paused 0
[   178.104] (**) Power Button: always reports core events
[   178.104] (**) Option "Device" "/dev/input/event2"
[   178.104] (**) Option "_source" "server/udev"
[   178.173] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   178.173] (II) event2  - Power Button: device is a keyboard
[   178.173] (II) event2  - Power Button: device removed
[   178.173] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   178.173] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   178.174] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   178.174] (II) event2  - Power Button: device is a keyboard
[   178.175] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[   178.175] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   178.175] (II) Using input driver 'libinput' for 'Video Bus'
[   178.176] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 18 paused 0
[   178.176] (**) Video Bus: always reports core events
[   178.176] (**) Option "Device" "/dev/input/event7"
[   178.177] (**) Option "_source" "server/udev"
[   178.185] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   178.185] (II) event7  - Video Bus: device is a keyboard
[   178.185] (II) event7  - Video Bus: device removed
[   178.185] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event7"
[   178.185] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   178.186] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   178.186] (II) event7  - Video Bus: device is a keyboard
[   178.187] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[   178.187] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   178.187] (II) Using input driver 'libinput' for 'Video Bus'
[   178.189] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 19 paused 0
[   178.189] (**) Video Bus: always reports core events
[   178.189] (**) Option "Device" "/dev/input/event6"
[   178.189] (**) Option "_source" "server/udev"
[   178.193] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   178.193] (II) event6  - Video Bus: device is a keyboard
[   178.193] (II) event6  - Video Bus: device removed
[   178.193] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:00/input/input8/event6"
[   178.193] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   178.194] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   178.194] (II) event6  - Video Bus: device is a keyboard
[   178.195] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   178.195] (II) No input driver specified, ignoring this device.
[   178.195] (II) This device may have been added with another device file.
[   178.196] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   178.196] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   178.196] (II) Using input driver 'libinput' for 'Sleep Button'
[   178.197] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 20 paused 0
[   178.197] (**) Sleep Button: always reports core events
[   178.197] (**) Option "Device" "/dev/input/event1"
[   178.197] (**) Option "_source" "server/udev"
[   178.201] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   178.201] (II) event1  - Sleep Button: device is a keyboard
[   178.201] (II) event1  - Sleep Button: device removed
[   178.201] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[   178.201] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   178.202] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   178.202] (II) event1  - Sleep Button: device is a keyboard
[   178.204] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event5)
[   178.204] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[   178.204] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[   178.206] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 21 paused 0
[   178.206] (**) Integrated Camera: Integrated C: always reports core events
[   178.206] (**) Option "Device" "/dev/input/event5"
[   178.206] (**) Option "_source" "server/udev"
[   178.218] (II) event5  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[   178.218] (II) event5  - Integrated Camera: Integrated C: device is a keyboard
[   178.218] (II) event5  - Integrated Camera: Integrated C: device removed
[   178.218] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input7/event5"
[   178.218] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[   178.220] (II) event5  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[   178.220] (II) event5  - Integrated Camera: Integrated C: device is a keyboard
[   178.221] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[   178.221] (II) No input driver specified, ignoring this device.
[   178.221] (II) This device may have been added with another device file.
[   178.221] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event9)
[   178.221] (II) No input driver specified, ignoring this device.
[   178.221] (II) This device may have been added with another device file.
[   178.222] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[   178.222] (II) No input driver specified, ignoring this device.
[   178.222] (II) This device may have been added with another device file.
[   178.222] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event11)
[   178.222] (II) No input driver specified, ignoring this device.
[   178.222] (II) This device may have been added with another device file.
[   178.223] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[   178.223] (II) No input driver specified, ignoring this device.
[   178.223] (II) This device may have been added with another device file.
[   178.224] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[   178.224] (II) No input driver specified, ignoring this device.
[   178.224] (II) This device may have been added with another device file.
[   178.224] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[   178.224] (II) No input driver specified, ignoring this device.
[   178.224] (II) This device may have been added with another device file.
[   178.225] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[   178.225] (II) No input driver specified, ignoring this device.
[   178.225] (II) This device may have been added with another device file.
[   178.225] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[   178.225] (II) No input driver specified, ignoring this device.
[   178.225] (II) This device may have been added with another device file.
[   178.226] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
[   178.226] (II) No input driver specified, ignoring this device.
[   178.226] (II) This device may have been added with another device file.
[   178.227] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   178.227] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   178.227] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   178.228] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 22 paused 0
[   178.228] (**) AT Translated Set 2 keyboard: always reports core events
[   178.228] (**) Option "Device" "/dev/input/event3"
[   178.228] (**) Option "_source" "server/udev"
[   178.230] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   178.230] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   178.230] (II) event3  - AT Translated Set 2 keyboard: device removed
[   178.230] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   178.230] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[   178.231] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   178.231] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   178.232] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event18)
[   178.232] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   178.232] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   178.233] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 23 paused 0
[   178.233] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   178.233] (**) Option "Device" "/dev/input/event18"
[   178.233] (**) Option "_source" "server/udev"
[   178.235] (II) event18 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   178.235] (II) event18 - SynPS/2 Synaptics TouchPad: device is a touchpad
[   178.235] (II) event18 - SynPS/2 Synaptics TouchPad: device removed
[   178.235] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event18"
[   178.235] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[   178.235] (**) Option "AccelerationScheme" "none"
[   178.236] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   178.236] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   178.236] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   178.237] (II) event18 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   178.237] (II) event18 - SynPS/2 Synaptics TouchPad: device is a touchpad
[   178.238] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   178.238] (II) No input driver specified, ignoring this device.
[   178.238] (II) This device may have been added with another device file.
[   178.239] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event19)
[   178.239] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[   178.239] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[   178.240] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 24 paused 0
[   178.240] (**) TPPS/2 IBM TrackPoint: always reports core events
[   178.240] (**) Option "Device" "/dev/input/event19"
[   178.240] (**) Option "_source" "server/udev"
[   178.241] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[   178.241] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[   178.241] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[   178.242] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input20/event19"
[   178.242] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[   178.242] (**) Option "AccelerationScheme" "none"
[   178.242] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[   178.242] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[   178.242] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[   178.243] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[   178.243] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[   178.244] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[   178.244] (II) No input driver specified, ignoring this device.
[   178.244] (II) This device may have been added with another device file.
[   178.245] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[   178.245] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[   178.245] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[   178.246] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[   178.246] (**) ThinkPad Extra Buttons: always reports core events
[   178.246] (**) Option "Device" "/dev/input/event4"
[   178.246] (**) Option "_source" "server/udev"
[   178.247] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   178.247] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[   178.247] (II) event4  - ThinkPad Extra Buttons: device removed
[   178.247] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event4"
[   178.247] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[   178.248] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   178.248] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[   178.606] (**) Option "fd" "23"
[   178.606] (II) event18 - SynPS/2 Synaptics TouchPad: device removed

lsmod before startx

Module                  Size  Used by
ccm                    20480  3
msr                    16384  0
bbswitch               16384  0
joydev                 24576  0
mousedev               24576  0
snd_hda_codec_hdmi     57344  1
snd_hda_codec_realtek   110592  1
snd_hda_codec_generic    86016  1 snd_hda_codec_realtek
arc4                   16384  2
iwlmvm                434176  0
i915                 2072576  2
mac80211              929792  1 iwlmvm
intel_rapl             24576  0
snd_hda_intel          45056  0
x86_pkg_temp_thermal    16384  0
intel_powerclamp       16384  0
snd_hda_codec         151552  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
coretemp               16384  0
kvm_intel             233472  0
btusb                  53248  0
iwlwifi               335872  1 iwlmvm
i2c_algo_bit           16384  1 i915
snd_hda_core           94208  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
btrtl                  16384  1 btusb
drm_kms_helper        200704  1 i915
iTCO_wdt               16384  0
mei_wdt                16384  0
btbcm                  16384  1 btusb
iTCO_vendor_support    16384  1 iTCO_wdt
btintel                24576  1 btusb
uvcvideo              110592  0
snd_hwdep              16384  1 snd_hda_codec
wmi_bmof               16384  0
kvm                   737280  1 kvm_intel
bluetooth             638976  5 btrtl,btintel,btbcm,btusb
videobuf2_vmalloc      16384  1 uvcvideo
snd_pcm               131072  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
videobuf2_memops       16384  1 videobuf2_vmalloc
drm                   479232  3 drm_kms_helper,i915
videobuf2_v4l2         28672  1 uvcvideo
videobuf2_common       53248  2 videobuf2_v4l2,uvcvideo
cfg80211              782336  3 iwlmvm,iwlwifi,mac80211
thinkpad_acpi         106496  1
irqbypass              16384  1 kvm
intel_gtt              24576  1 i915
snd_timer              36864  1 snd_pcm
nvram                  16384  1 thinkpad_acpi
agpgart                49152  2 intel_gtt,drm
videodev              212992  3 videobuf2_v4l2,uvcvideo,videobuf2_common
intel_cstate           16384  0
intel_uncore          135168  0
syscopyarea            16384  1 drm_kms_helper
snd                    98304  9 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,thinkpad_acpi,snd_pcm
tpm_crb                16384  0
mei_me                 45056  1
intel_rapl_perf        16384  0
ecdh_generic           24576  1 bluetooth
sysfillrect            16384  1 drm_kms_helper
tpm_tis                16384  0
rtsx_pci_ms            20480  0
input_leds             16384  0
psmouse               172032  0
soundcore              16384  1 snd
memstick               16384  1 rtsx_pci_ms
i2c_i801               32768  0
rfkill                 28672  5 bluetooth,thinkpad_acpi,cfg80211
tpm_tis_core           20480  1 tpm_tis
sysimgblt              16384  1 drm_kms_helper
media                  45056  2 videodev,uvcvideo
led_class              16384  3 input_leds,iwlmvm,thinkpad_acpi
battery                24576  1 thinkpad_acpi
mei                   106496  3 mei_wdt,mei_me
fb_sys_fops            16384  1 drm_kms_helper
ac                     16384  0
intel_pch_thermal      16384  0
tpm                    65536  3 tpm_tis,tpm_crb,tpm_tis_core
wmi                    28672  1 wmi_bmof
evdev                  20480  21
rng_core               16384  1 tpm
pcc_cpufreq            16384  0
mac_hid                16384  0
crypto_user            16384  0
vfs_monitor            24576  0
acpi_call              16384  0
ip_tables              28672  0
x_tables               45056  1 ip_tables
ext4                  737280  2
crc32c_generic         16384  0
crc16                  16384  2 bluetooth,ext4
mbcache                16384  1 ext4
jbd2                  126976  1 ext4
fscrypto               32768  1 ext4
algif_skcipher         16384  0
af_alg                 28672  1 algif_skcipher
dm_crypt               45056  1
dm_mod                155648  3 dm_crypt
sd_mod                 61440  3
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
crc32c_intel           24576  4
ghash_clmulni_intel    16384  0
pcbc                   16384  0
rtsx_pci_sdmmc         28672  0
mmc_core              180224  1 rtsx_pci_sdmmc
serio_raw              16384  0
atkbd                  32768  0
ahci                   40960  2
libps2                 16384  2 atkbd,psmouse
libahci                40960  1 ahci
libata                278528  2 libahci,ahci
aesni_intel           200704  4
aes_x86_64             20480  1 aesni_intel
crypto_simd            16384  1 aesni_intel
cryptd                 28672  4 crypto_simd,ghash_clmulni_intel,aesni_intel
scsi_mod              258048  2 sd_mod,libata
glue_helper            16384  1 aesni_intel
rtsx_pci               73728  2 rtsx_pci_sdmmc,rtsx_pci_ms
i8042                  32768  0
serio                  28672  7 serio_raw,atkbd,psmouse,i8042

lsmod after startx

Module                  Size  Used by
fuse                  118784  3
ipmi_devintf           20480  0
ipmi_msghandler        65536  1 ipmi_devintf
ccm                    20480  3
msr                    16384  0
bbswitch               16384  0
joydev                 24576  0
mousedev               24576  0
snd_hda_codec_hdmi     57344  1
snd_hda_codec_realtek   110592  1
snd_hda_codec_generic    86016  1 snd_hda_codec_realtek
arc4                   16384  2
iwlmvm                434176  0
i915                 2072576  4
mac80211              929792  1 iwlmvm
intel_rapl             24576  0
snd_hda_intel          45056  3
x86_pkg_temp_thermal    16384  0
intel_powerclamp       16384  0
snd_hda_codec         151552  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
coretemp               16384  0
kvm_intel             233472  0
btusb                  53248  0
iwlwifi               335872  1 iwlmvm
i2c_algo_bit           16384  1 i915
snd_hda_core           94208  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
btrtl                  16384  1 btusb
drm_kms_helper        200704  1 i915
iTCO_wdt               16384  0
mei_wdt                16384  0
btbcm                  16384  1 btusb
iTCO_vendor_support    16384  1 iTCO_wdt
btintel                24576  1 btusb
uvcvideo              110592  0
snd_hwdep              16384  1 snd_hda_codec
wmi_bmof               16384  0
kvm                   737280  1 kvm_intel
bluetooth             638976  5 btrtl,btintel,btbcm,btusb
videobuf2_vmalloc      16384  1 uvcvideo
snd_pcm               131072  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
videobuf2_memops       16384  1 videobuf2_vmalloc
drm                   479232  5 drm_kms_helper,i915
videobuf2_v4l2         28672  1 uvcvideo
videobuf2_common       53248  2 videobuf2_v4l2,uvcvideo
cfg80211              782336  3 iwlmvm,iwlwifi,mac80211
thinkpad_acpi         106496  1
irqbypass              16384  1 kvm
intel_gtt              24576  1 i915
snd_timer              36864  1 snd_pcm
nvram                  16384  1 thinkpad_acpi
agpgart                49152  2 intel_gtt,drm
videodev              212992  3 videobuf2_v4l2,uvcvideo,videobuf2_common
intel_cstate           16384  0
intel_uncore          135168  0
syscopyarea            16384  1 drm_kms_helper
snd                    98304  15 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,thinkpad_acpi,snd_pcm
tpm_crb                16384  0
mei_me                 45056  1
intel_rapl_perf        16384  0
ecdh_generic           24576  1 bluetooth
sysfillrect            16384  1 drm_kms_helper
tpm_tis                16384  0
rtsx_pci_ms            20480  0
input_leds             16384  0
psmouse               172032  0
soundcore              16384  1 snd
memstick               16384  1 rtsx_pci_ms
i2c_i801               32768  0
rfkill                 28672  5 bluetooth,thinkpad_acpi,cfg80211
tpm_tis_core           20480  1 tpm_tis
sysimgblt              16384  1 drm_kms_helper
media                  45056  2 videodev,uvcvideo
led_class              16384  3 input_leds,iwlmvm,thinkpad_acpi
battery                24576  1 thinkpad_acpi
mei                   106496  3 mei_wdt,mei_me
fb_sys_fops            16384  1 drm_kms_helper
ac                     16384  0
intel_pch_thermal      16384  0
tpm                    65536  3 tpm_tis,tpm_crb,tpm_tis_core
wmi                    28672  1 wmi_bmof
evdev                  20480  30
rng_core               16384  1 tpm
pcc_cpufreq            16384  0
mac_hid                16384  0
crypto_user            16384  0
vfs_monitor            24576  0
acpi_call              16384  0
ip_tables              28672  0
x_tables               45056  1 ip_tables
ext4                  737280  2
crc32c_generic         16384  0
crc16                  16384  2 bluetooth,ext4
mbcache                16384  1 ext4
jbd2                  126976  1 ext4
fscrypto               32768  1 ext4
algif_skcipher         16384  0
af_alg                 28672  1 algif_skcipher
dm_crypt               45056  1
dm_mod                155648  3 dm_crypt
sd_mod                 61440  3
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
crc32c_intel           24576  4
ghash_clmulni_intel    16384  0
pcbc                   16384  0
rtsx_pci_sdmmc         28672  0
mmc_core              180224  1 rtsx_pci_sdmmc
serio_raw              16384  0
atkbd                  32768  0
ahci                   40960  2
libps2                 16384  2 atkbd,psmouse
libahci                40960  1 ahci
libata                278528  2 libahci,ahci
aesni_intel           200704  4
aes_x86_64             20480  1 aesni_intel
crypto_simd            16384  1 aesni_intel
cryptd                 28672  4 crypto_simd,ghash_clmulni_intel,aesni_intel
scsi_mod              258048  2 sd_mod,libata
glue_helper            16384  1 aesni_intel
rtsx_pci               73728  2 rtsx_pci_sdmmc,rtsx_pci_ms
i8042                  32768  0
serio                  28672  7 serio_raw,atkbd,psmouse,i8042

2. Second case with disable bumblebee.
Xorg.0.log

[   119.552] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   119.552] 
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[   119.552] Build Operating System: Linux Arch Linux
[   119.552] Current Operating System: Linux localhost 4.18.12-arch1-1-ARCH #1 SMP PREEMPT Thu Oct 4 01:01:27 UTC 2018 x86_64
[   119.552] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=411a3585-9646-4d2d-be23-818a32a357d2 rw cryptdevice=/dev/sda6:cryptroot quiet acpi_osi=!
[   119.553] Build Date: 09 August 2018  06:37:34PM
[   119.553]  
[   119.553] Current version of pixman: 0.34.0
[   119.553] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   119.553] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   119.553] (==) Log file: "/home/linuxtoxa/.local/share/xorg/Xorg.0.log", Time: Sun Oct  7 11:50:15 2018
[   119.568] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   119.568] (==) No Layout section.  Using the first Screen section.
[   119.568] (==) No screen section available. Using defaults.
[   119.568] (**) |-->Screen "Default Screen Section" (0)
[   119.568] (**) |   |-->Monitor "<default monitor>"
[   119.569] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   119.569] (==) Automatically adding devices
[   119.569] (==) Automatically enabling devices
[   119.569] (==) Automatically adding GPU devices
[   119.569] (==) Automatically binding GPU devices
[   119.569] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   119.572] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   119.572] 	Entry deleted from font path.
[   119.578] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[   119.578] 	Entry deleted from font path.
[   119.578] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF").
[   119.578] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   119.578] 	Entry deleted from font path.
[   119.578] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   119.578] 	Entry deleted from font path.
[   119.578] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   119.578] 	Entry deleted from font path.
[   119.578] (==) FontPath set to:
	/usr/share/fonts/TTF
[   119.578] (==) ModulePath set to "/usr/lib/xorg/modules"
[   119.578] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   119.578] (II) Module ABI versions:
[   119.578] 	X.Org ANSI C Emulation: 0.4
[   119.578] 	X.Org Video Driver: 24.0
[   119.578] 	X.Org XInput driver : 24.1
[   119.578] 	X.Org Server Extension : 10.0
[   119.580] (++) using VT number 1

[   119.585] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   119.605] (II) xfree86: Adding drm device (/dev/dri/card0)
[   119.606] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   119.767] (--) PCI:*(0@0:2:0) 8086:191b:17aa:5050 rev 6, Mem @ 0xf0000000/16777216, 0xe0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[   119.767] (--) PCI: (2@0:0:0) 10de:134d:17aa:5050 rev 162, Mem @ 0xf1000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128
[   119.767] (II) Open ACPI successful (/var/run/acpid.socket)
[   119.767] (II) LoadModule: "glx"
[   119.776] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   119.830] (II) Module glx: vendor="X.Org Foundation"
[   119.830] 	compiled for 1.20.1, module version = 1.0.0
[   119.830] 	ABI class: X.Org Server Extension, version 10.0
[   119.831] (II) Applying OutputClass "intel" to /dev/dri/card0
[   119.831] 	loading driver: modesetting
[   119.831] (==) Matched modesetting as autoconfigured driver 0
[   119.831] (==) Matched intel as autoconfigured driver 1
[   119.831] (==) Matched fbdev as autoconfigured driver 2
[   119.831] (==) Matched vesa as autoconfigured driver 3
[   119.831] (==) Assigned the driver to the xf86ConfigLayout
[   119.831] (II) LoadModule: "modesetting"
[   119.831] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   119.854] (II) Module modesetting: vendor="X.Org Foundation"
[   119.854] 	compiled for 1.20.1, module version = 1.20.1
[   119.854] 	Module class: X.Org Video Driver
[   119.854] 	ABI class: X.Org Video Driver, version 24.0
[   119.854] (II) LoadModule: "intel"
[   119.855] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   119.872] (II) Module intel: vendor="X.Org Foundation"
[   119.872] 	compiled for 1.20.1, module version = 2.99.917
[   119.872] 	Module class: X.Org Video Driver
[   119.872] 	ABI class: X.Org Video Driver, version 24.0
[   119.872] (II) LoadModule: "fbdev"
[   119.873] (WW) Warning, couldn't open module fbdev
[   119.873] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   119.873] (II) LoadModule: "vesa"
[   119.873] (WW) Warning, couldn't open module vesa
[   119.873] (EE) Failed to load module "vesa" (module does not exist, 0)
[   119.873] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   119.873] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   119.875] (II) intel: Driver for Intel(R) HD Graphics
[   119.875] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   119.875] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   119.875] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[   119.875] (II) modeset(0): using drv /dev/dri/card0
[   119.876] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   119.876] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   119.876] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   119.876] (==) modeset(0): RGB weight 888
[   119.876] (==) modeset(0): Default visual is TrueColor
[   119.876] (II) Loading sub module "glamoregl"
[   119.876] (II) LoadModule: "glamoregl"
[   119.876] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   119.918] (II) Module glamoregl: vendor="X.Org Foundation"
[   119.918] 	compiled for 1.20.1, module version = 1.0.1
[   119.918] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   121.559] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2) 
[   121.560] (II) modeset(0): glamor initialized
[   121.561] (II) modeset(0): Output eDP-1 has no monitor section
[   121.561] (II) modeset(0): Output DP-1 has no monitor section
[   121.566] (II) modeset(0): Output HDMI-1 has no monitor section
[   121.566] (II) modeset(0): Output DP-2 has no monitor section
[   121.571] (II) modeset(0): Output HDMI-2 has no monitor section
[   121.571] (II) modeset(0): Output DP-3 has no monitor section
[   121.576] (II) modeset(0): Output HDMI-3 has no monitor section
[   121.577] (II) modeset(0): EDID for output eDP-1
[   121.577] (II) modeset(0): Manufacturer: MEI  Model: 96a2  Serial#: 0
[   121.577] (II) modeset(0): Year: 2015  Week: 255
[   121.577] (II) modeset(0): EDID Version: 1.4
[   121.577] (II) modeset(0): Digital Display Input
[   121.577] (II) modeset(0): 8 bits per channel
[   121.577] (II) modeset(0): Digital interface is DisplayPort
[   121.577] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[   121.577] (II) modeset(0): Gamma: 2.20
[   121.577] (II) modeset(0): No DPMS capabilities specified
[   121.577] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[   121.577] (II) modeset(0): First detailed timing is preferred mode
[   121.577] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   121.577] (II) modeset(0): redX: 0.642 redY: 0.318   greenX: 0.295 greenY: 0.608
[   121.577] (II) modeset(0): blueX: 0.153 blueY: 0.061   whiteX: 0.313 whiteY: 0.329
[   121.577] (II) modeset(0): Manufacturer's mask: 0
[   121.577] (II) modeset(0): Supported detailed timing:
[   121.577] (II) modeset(0): clock: 257.5 MHz   Image Size:  310 x 170 mm
[   121.577] (II) modeset(0): h_active: 2560  h_sync: 2648  h_sync_end 2680 h_blank_end 2800 h_border: 0
[   121.577] (II) modeset(0): v_active: 1440  v_sync: 1468  v_sync_end 1473 v_blanking: 1533 v_border: 0
[   121.577] (II) modeset(0): Supported detailed timing:
[   121.577] (II) modeset(0): clock: 257.5 MHz   Image Size:  310 x 170 mm
[   121.577] (II) modeset(0): h_active: 2560  h_sync: 2648  h_sync_end 2680 h_blank_end 2800 h_border: 0
[   121.577] (II) modeset(0): v_active: 1440  v_sync: 1468  v_sync_end 1473 v_blanking: 1916 v_border: 0
[   121.577] (II) modeset(0): Ranges: V min: 46 V max: 62 Hz, H min: 89 H max: 94 kHz, PixClock max 265 MHz
[   121.577] (II) modeset(0):  VVX14T058J00
[   121.577] (II) modeset(0): EDID (in hex):
[   121.577] (II) modeset(0): 	00ffffffffffff0034a9a29600000000
[   121.577] (II) modeset(0): 	ff190104a51f1178026b65a4514b9b27
[   121.577] (II) modeset(0): 	0f505400000001010101010101010101
[   121.577] (II) modeset(0): 	0101010101019a6400f0a0a05d505820
[   121.577] (II) modeset(0): 	c50435ad1000001e976400f0a0a0dc51
[   121.577] (II) modeset(0): 	5820c50435ad1000001e000000fd002e
[   121.577] (II) modeset(0): 	3e595e1a010a202020202020000000fe
[   121.577] (II) modeset(0): 	005656583134543035384a30300a000a
[   121.577] (II) modeset(0): Not using default mode "2560x1440" (bad mode clock/interlace/doublescan)
[   121.577] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[   121.577] (II) modeset(0): Not using default mode "2048x1152" (bad mode clock/interlace/doublescan)
[   121.577] (II) modeset(0): Not using default mode "2048x1152" (bad mode clock/interlace/doublescan)
[   121.577] (II) modeset(0): Not using default mode "2560x1440" (bad mode clock/interlace/doublescan)
[   121.577] (II) modeset(0): Not using default mode "2560x1440" (bad mode clock/interlace/doublescan)
[   121.577] (II) modeset(0): Printing probed modes for output eDP-1
[   121.577] (II) modeset(0): Modeline "2560x1440"x60.0  257.54  2560 2648 2680 2800  1440 1468 1473 1533 +hsync +vsync (92.0 kHz eP)
[   121.577] (II) modeset(0): Modeline "2560x1440"x48.0  257.51  2560 2648 2680 2800  1440 1468 1473 1916 +hsync +vsync (92.0 kHz e)
[   121.577] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[   121.577] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[   121.577] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[   121.577] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[   121.577] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[   121.577] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[   121.577] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[   121.577] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[   121.577] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   121.577] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   121.577] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   121.577] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[   121.577] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   121.577] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   121.577] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   121.577] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   121.577] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   121.577] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   121.577] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   121.577] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   121.577] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   121.577] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   121.577] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   121.577] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   121.577] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   121.577] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   121.577] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   121.578] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   121.578] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   121.578] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   121.578] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   121.578] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   121.578] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   121.578] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   121.578] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   121.578] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   121.578] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   121.578] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   121.578] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   121.578] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   121.578] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   121.578] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   121.578] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   121.578] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   121.578] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   121.578] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   121.578] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   121.578] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   121.578] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   121.578] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   121.578] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   121.578] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   121.578] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   121.578] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   121.578] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   121.578] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   121.578] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   121.578] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   121.578] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   121.578] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   121.578] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   121.578] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   121.578] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   121.578] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   121.578] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   121.578] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   121.578] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   121.578] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   121.578] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   121.578] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   121.578] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   121.578] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   121.578] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   121.578] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   121.578] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   121.578] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   121.578] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   121.578] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   121.578] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   121.578] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   121.578] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   121.578] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   121.578] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   121.578] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   121.578] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   121.578] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   121.578] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   121.578] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   121.578] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   121.578] (II) modeset(0): EDID for output DP-1
[   121.583] (II) modeset(0): EDID for output HDMI-1
[   121.583] (II) modeset(0): EDID for output DP-2
[   121.588] (II) modeset(0): EDID for output HDMI-2
[   121.588] (II) modeset(0): EDID for output DP-3
[   121.593] (II) modeset(0): EDID for output HDMI-3
[   121.593] (II) modeset(0): Output eDP-1 connected
[   121.593] (II) modeset(0): Output DP-1 disconnected
[   121.593] (II) modeset(0): Output HDMI-1 disconnected
[   121.593] (II) modeset(0): Output DP-2 disconnected
[   121.593] (II) modeset(0): Output HDMI-2 disconnected
[   121.593] (II) modeset(0): Output DP-3 disconnected
[   121.593] (II) modeset(0): Output HDMI-3 disconnected
[   121.593] (II) modeset(0): Using exact sizes for initial modes
[   121.593] (II) modeset(0): Output eDP-1 using initial mode 2560x1440 +0+0
[   121.593] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   121.593] (==) modeset(0): DPI set to (96, 96)
[   121.593] (II) Loading sub module "fb"
[   121.593] (II) LoadModule: "fb"
[   121.593] (II) Loading /usr/lib/xorg/modules/libfb.so
[   121.599] (II) Module fb: vendor="X.Org Foundation"
[   121.599] 	compiled for 1.20.1, module version = 1.0.0
[   121.599] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   121.599] (II) UnloadModule: "intel"
[   121.599] (II) Unloading intel
[   121.636] (==) modeset(0): Backing store enabled
[   121.636] (==) modeset(0): Silken mouse disabled
[   121.680] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   121.680] (==) modeset(0): DPMS enabled
[   121.681] (II) modeset(0): [DRI2] Setup complete
[   121.681] (II) modeset(0): [DRI2]   DRI driver: i965
[   121.681] (II) modeset(0): [DRI2]   VDPAU driver: i965
[   121.681] (II) Initializing extension Generic Event Extension
[   121.681] (II) Initializing extension SHAPE
[   121.681] (II) Initializing extension MIT-SHM
[   121.681] (II) Initializing extension XInputExtension
[   121.681] (II) Initializing extension XTEST
[   121.681] (II) Initializing extension BIG-REQUESTS
[   121.681] (II) Initializing extension SYNC
[   121.681] (II) Initializing extension XKEYBOARD
[   121.681] (II) Initializing extension XC-MISC
[   121.681] (II) Initializing extension SECURITY
[   121.681] (II) Initializing extension XFIXES
[   121.681] (II) Initializing extension RENDER
[   121.681] (II) Initializing extension RANDR
[   121.681] (II) Initializing extension COMPOSITE
[   121.681] (II) Initializing extension DAMAGE
[   121.681] (II) Initializing extension MIT-SCREEN-SAVER
[   121.681] (II) Initializing extension DOUBLE-BUFFER
[   121.681] (II) Initializing extension RECORD
[   121.682] (II) Initializing extension DPMS
[   121.682] (II) Initializing extension Present
[   121.682] (II) Initializing extension DRI3
[   121.682] (II) Initializing extension X-Resource
[   121.682] (II) Initializing extension XVideo
[   121.682] (II) Initializing extension XVideo-MotionCompensation
[   121.682] (II) Initializing extension GLX
[   121.697] (II) AIGLX: Loaded and initialized i965
[   121.697] (II) GLX: Initialized DRI2 GL provider for screen 0
[   121.697] (II) Initializing extension XFree86-VidModeExtension
[   121.697] (II) Initializing extension XFree86-DGA
[   121.697] (II) Initializing extension XFree86-DRI
[   121.697] (II) Initializing extension DRI2
[   121.724] (II) modeset(0): Damage tracking initialized
[   121.724] (II) modeset(0): Setting screen physical size to 677 x 381
[   122.190] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   122.191] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   122.191] (II) LoadModule: "libinput"
[   122.191] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   122.231] (II) Module libinput: vendor="X.Org Foundation"
[   122.231] 	compiled for 1.20.0, module version = 0.28.0
[   122.231] 	Module class: X.Org XInput Driver
[   122.231] 	ABI class: X.Org XInput driver, version 24.1
[   122.231] (II) Using input driver 'libinput' for 'Power Button'
[   122.233] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 18 paused 0
[   122.233] (**) Power Button: always reports core events
[   122.233] (**) Option "Device" "/dev/input/event2"
[   122.233] (**) Option "_source" "server/udev"
[   122.309] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   122.309] (II) event2  - Power Button: device is a keyboard
[   122.309] (II) event2  - Power Button: device removed
[   122.309] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   122.309] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   122.310] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   122.310] (II) event2  - Power Button: device is a keyboard
[   122.311] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[   122.311] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   122.311] (II) Using input driver 'libinput' for 'Video Bus'
[   122.312] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 21 paused 0
[   122.312] (**) Video Bus: always reports core events
[   122.312] (**) Option "Device" "/dev/input/event7"
[   122.312] (**) Option "_source" "server/udev"
[   122.320] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   122.320] (II) event7  - Video Bus: device is a keyboard
[   122.320] (II) event7  - Video Bus: device removed
[   122.320] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event7"
[   122.320] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   122.321] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   122.321] (II) event7  - Video Bus: device is a keyboard
[   122.322] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[   122.322] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   122.322] (II) Using input driver 'libinput' for 'Video Bus'
[   122.323] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 22 paused 0
[   122.323] (**) Video Bus: always reports core events
[   122.323] (**) Option "Device" "/dev/input/event6"
[   122.323] (**) Option "_source" "server/udev"
[   122.327] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   122.327] (II) event6  - Video Bus: device is a keyboard
[   122.327] (II) event6  - Video Bus: device removed
[   122.327] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:00/input/input8/event6"
[   122.327] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   122.328] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   122.328] (II) event6  - Video Bus: device is a keyboard
[   122.329] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   122.329] (II) No input driver specified, ignoring this device.
[   122.329] (II) This device may have been added with another device file.
[   122.329] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   122.329] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   122.329] (II) Using input driver 'libinput' for 'Sleep Button'
[   122.331] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 23 paused 0
[   122.331] (**) Sleep Button: always reports core events
[   122.331] (**) Option "Device" "/dev/input/event1"
[   122.331] (**) Option "_source" "server/udev"
[   122.334] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   122.334] (II) event1  - Sleep Button: device is a keyboard
[   122.334] (II) event1  - Sleep Button: device removed
[   122.334] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[   122.334] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   122.335] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   122.335] (II) event1  - Sleep Button: device is a keyboard
[   122.336] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event5)
[   122.336] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[   122.336] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[   122.338] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 24 paused 0
[   122.338] (**) Integrated Camera: Integrated C: always reports core events
[   122.338] (**) Option "Device" "/dev/input/event5"
[   122.338] (**) Option "_source" "server/udev"
[   122.348] (II) event5  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[   122.348] (II) event5  - Integrated Camera: Integrated C: device is a keyboard
[   122.348] (II) event5  - Integrated Camera: Integrated C: device removed
[   122.348] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input7/event5"
[   122.349] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[   122.350] (II) event5  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[   122.350] (II) event5  - Integrated Camera: Integrated C: device is a keyboard
[   122.351] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[   122.351] (II) No input driver specified, ignoring this device.
[   122.351] (II) This device may have been added with another device file.
[   122.351] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event9)
[   122.351] (II) No input driver specified, ignoring this device.
[   122.351] (II) This device may have been added with another device file.
[   122.352] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[   122.352] (II) No input driver specified, ignoring this device.
[   122.352] (II) This device may have been added with another device file.
[   122.352] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event11)
[   122.352] (II) No input driver specified, ignoring this device.
[   122.352] (II) This device may have been added with another device file.
[   122.353] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[   122.353] (II) No input driver specified, ignoring this device.
[   122.353] (II) This device may have been added with another device file.
[   122.353] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[   122.353] (II) No input driver specified, ignoring this device.
[   122.353] (II) This device may have been added with another device file.
[   122.354] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[   122.354] (II) No input driver specified, ignoring this device.
[   122.354] (II) This device may have been added with another device file.
[   122.354] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[   122.354] (II) No input driver specified, ignoring this device.
[   122.354] (II) This device may have been added with another device file.
[   122.355] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[   122.355] (II) No input driver specified, ignoring this device.
[   122.355] (II) This device may have been added with another device file.
[   122.355] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event17)
[   122.355] (II) No input driver specified, ignoring this device.
[   122.355] (II) This device may have been added with another device file.
[   122.356] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   122.356] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   122.356] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   122.357] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[   122.357] (**) AT Translated Set 2 keyboard: always reports core events
[   122.357] (**) Option "Device" "/dev/input/event3"
[   122.357] (**) Option "_source" "server/udev"
[   122.358] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   122.358] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   122.358] (II) event3  - AT Translated Set 2 keyboard: device removed
[   122.358] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   122.358] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[   122.360] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   122.360] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   122.360] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event18)
[   122.360] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   122.360] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   122.362] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 26 paused 0
[   122.362] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   122.362] (**) Option "Device" "/dev/input/event18"
[   122.362] (**) Option "_source" "server/udev"
[   122.363] (II) event18 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   122.363] (II) event18 - SynPS/2 Synaptics TouchPad: device is a touchpad
[   122.363] (II) event18 - SynPS/2 Synaptics TouchPad: device removed
[   122.363] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event18"
[   122.363] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[   122.363] (**) Option "AccelerationScheme" "none"
[   122.363] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   122.363] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   122.363] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   122.364] (II) event18 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   122.365] (II) event18 - SynPS/2 Synaptics TouchPad: device is a touchpad
[   122.365] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   122.365] (II) No input driver specified, ignoring this device.
[   122.365] (II) This device may have been added with another device file.
[   122.366] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event19)
[   122.366] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[   122.366] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[   122.367] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 27 paused 0
[   122.367] (**) TPPS/2 IBM TrackPoint: always reports core events
[   122.367] (**) Option "Device" "/dev/input/event19"
[   122.367] (**) Option "_source" "server/udev"
[   122.368] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[   122.368] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[   122.368] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[   122.368] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input20/event19"
[   122.368] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[   122.369] (**) Option "AccelerationScheme" "none"
[   122.369] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[   122.369] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[   122.369] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[   122.370] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[   122.370] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[   122.370] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[   122.370] (II) No input driver specified, ignoring this device.
[   122.370] (II) This device may have been added with another device file.
[   122.371] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[   122.371] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[   122.371] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[   122.372] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 28 paused 0
[   122.372] (**) ThinkPad Extra Buttons: always reports core events
[   122.372] (**) Option "Device" "/dev/input/event4"
[   122.372] (**) Option "_source" "server/udev"
[   122.373] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   122.373] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[   122.373] (II) event4  - ThinkPad Extra Buttons: device removed
[   122.373] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event4"
[   122.373] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[   122.375] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   122.375] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[   122.782] (**) Option "fd" "26"
[   122.782] (II) event18 - SynPS/2 Synaptics TouchPad: device removed

lsmod before startx

Module                  Size  Used by
ccm                    20480  3
msr                    16384  0
joydev                 24576  0
mousedev               24576  0
snd_hda_codec_hdmi     57344  1
snd_hda_codec_realtek   110592  1
snd_hda_codec_generic    86016  1 snd_hda_codec_realtek
arc4                   16384  2
iwlmvm                434176  0
i915                 2072576  2
snd_hda_intel          45056  0
intel_rapl             24576  0
mac80211              929792  1 iwlmvm
snd_hda_codec         151552  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
x86_pkg_temp_thermal    16384  0
intel_powerclamp       16384  0
snd_hda_core           94208  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
coretemp               16384  0
kvm_intel             233472  0
i2c_algo_bit           16384  1 i915
btusb                  53248  0
btrtl                  16384  1 btusb
drm_kms_helper        200704  1 i915
snd_hwdep              16384  1 snd_hda_codec
uvcvideo              110592  0
btbcm                  16384  1 btusb
kvm                   737280  1 kvm_intel
wmi_bmof               16384  0
videobuf2_vmalloc      16384  1 uvcvideo
iwlwifi               335872  1 iwlmvm
iTCO_wdt               16384  0
videobuf2_memops       16384  1 videobuf2_vmalloc
btintel                24576  1 btusb
irqbypass              16384  1 kvm
snd_pcm               131072  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
drm                   479232  3 drm_kms_helper,i915
videobuf2_v4l2         28672  1 uvcvideo
iTCO_vendor_support    16384  1 iTCO_wdt
intel_cstate           16384  0
mei_wdt                16384  0
thinkpad_acpi         106496  1
bluetooth             638976  5 btrtl,btintel,btbcm,btusb
snd_timer              36864  1 snd_pcm
intel_uncore          135168  0
videobuf2_common       53248  2 videobuf2_v4l2,uvcvideo
nvram                  16384  1 thinkpad_acpi
tpm_crb                16384  0
rtsx_pci_ms            20480  0
tpm_tis                16384  0
intel_rapl_perf        16384  0
intel_gtt              24576  1 i915
psmouse               172032  0
cfg80211              782336  3 iwlmvm,iwlwifi,mac80211
videodev              212992  3 videobuf2_v4l2,uvcvideo,videobuf2_common
memstick               16384  1 rtsx_pci_ms
ecdh_generic           24576  1 bluetooth
snd                    98304  9 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,thinkpad_acpi,snd_pcm
input_leds             16384  0
soundcore              16384  1 snd
i2c_i801               32768  0
agpgart                49152  2 intel_gtt,drm
wmi                    28672  1 wmi_bmof
mei_me                 45056  1
evdev                  20480  21
led_class              16384  3 input_leds,iwlmvm,thinkpad_acpi
tpm_tis_core           20480  1 tpm_tis
media                  45056  2 videodev,uvcvideo
rfkill                 28672  5 bluetooth,thinkpad_acpi,cfg80211
battery                24576  1 thinkpad_acpi
ac                     16384  0
mei                   106496  3 mei_wdt,mei_me
mac_hid                16384  0
syscopyarea            16384  1 drm_kms_helper
tpm                    65536  3 tpm_tis,tpm_crb,tpm_tis_core
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
pcc_cpufreq            16384  0
rng_core               16384  1 tpm
intel_pch_thermal      16384  0
crypto_user            16384  0
vfs_monitor            24576  0
acpi_call              16384  0
ip_tables              28672  0
x_tables               45056  1 ip_tables
ext4                  737280  2
crc32c_generic         16384  0
crc16                  16384  2 bluetooth,ext4
mbcache                16384  1 ext4
jbd2                  126976  1 ext4
fscrypto               32768  1 ext4
algif_skcipher         16384  0
af_alg                 28672  1 algif_skcipher
dm_crypt               45056  1
dm_mod                155648  3 dm_crypt
sd_mod                 61440  3
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
crc32c_intel           24576  4
ghash_clmulni_intel    16384  0
rtsx_pci_sdmmc         28672  0
pcbc                   16384  0
serio_raw              16384  0
ahci                   40960  2
mmc_core              180224  1 rtsx_pci_sdmmc
atkbd                  32768  0
libps2                 16384  2 atkbd,psmouse
libahci                40960  1 ahci
libata                278528  2 libahci,ahci
aesni_intel           200704  4
aes_x86_64             20480  1 aesni_intel
crypto_simd            16384  1 aesni_intel
cryptd                 28672  4 crypto_simd,ghash_clmulni_intel,aesni_intel
scsi_mod              258048  2 sd_mod,libata
glue_helper            16384  1 aesni_intel
rtsx_pci               73728  2 rtsx_pci_sdmmc,rtsx_pci_ms
i8042                  32768  0
serio                  28672  7 serio_raw,atkbd,psmouse,i8042

lsmod after startx

Module                  Size  Used by
fuse                  118784  3
nvidia              16850944  9
ipmi_devintf           20480  0
ipmi_msghandler        65536  2 ipmi_devintf,nvidia
ccm                    20480  3
msr                    16384  0
joydev                 24576  0
mousedev               24576  0
snd_hda_codec_hdmi     57344  1
snd_hda_codec_realtek   110592  1
snd_hda_codec_generic    86016  1 snd_hda_codec_realtek
arc4                   16384  2
iwlmvm                434176  0
i915                 2072576  4
snd_hda_intel          45056  3
intel_rapl             24576  0
mac80211              929792  1 iwlmvm
snd_hda_codec         151552  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
x86_pkg_temp_thermal    16384  0
intel_powerclamp       16384  0
snd_hda_core           94208  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
coretemp               16384  0
kvm_intel             233472  0
i2c_algo_bit           16384  1 i915
btusb                  53248  0
btrtl                  16384  1 btusb
drm_kms_helper        200704  1 i915
snd_hwdep              16384  1 snd_hda_codec
uvcvideo              110592  0
btbcm                  16384  1 btusb
kvm                   737280  1 kvm_intel
wmi_bmof               16384  0
videobuf2_vmalloc      16384  1 uvcvideo
iwlwifi               335872  1 iwlmvm
iTCO_wdt               16384  0
videobuf2_memops       16384  1 videobuf2_vmalloc
btintel                24576  1 btusb
irqbypass              16384  1 kvm
snd_pcm               131072  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
drm                   479232  5 drm_kms_helper,i915
videobuf2_v4l2         28672  1 uvcvideo
iTCO_vendor_support    16384  1 iTCO_wdt
intel_cstate           16384  0
mei_wdt                16384  0
thinkpad_acpi         106496  1
bluetooth             638976  5 btrtl,btintel,btbcm,btusb
snd_timer              36864  1 snd_pcm
intel_uncore          135168  0
videobuf2_common       53248  2 videobuf2_v4l2,uvcvideo
nvram                  16384  1 thinkpad_acpi
tpm_crb                16384  0
rtsx_pci_ms            20480  0
tpm_tis                16384  0
intel_rapl_perf        16384  0
intel_gtt              24576  1 i915
psmouse               172032  0
cfg80211              782336  3 iwlmvm,iwlwifi,mac80211
videodev              212992  3 videobuf2_v4l2,uvcvideo,videobuf2_common
memstick               16384  1 rtsx_pci_ms
ecdh_generic           24576  1 bluetooth
snd                    98304  15 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,thinkpad_acpi,snd_pcm
input_leds             16384  0
soundcore              16384  1 snd
i2c_i801               32768  0
agpgart                49152  2 intel_gtt,drm
wmi                    28672  1 wmi_bmof
mei_me                 45056  1
evdev                  20480  30
led_class              16384  3 input_leds,iwlmvm,thinkpad_acpi
tpm_tis_core           20480  1 tpm_tis
media                  45056  2 videodev,uvcvideo
rfkill                 28672  5 bluetooth,thinkpad_acpi,cfg80211
battery                24576  1 thinkpad_acpi
ac                     16384  0
mei                   106496  3 mei_wdt,mei_me
mac_hid                16384  0
syscopyarea            16384  1 drm_kms_helper
tpm                    65536  3 tpm_tis,tpm_crb,tpm_tis_core
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
pcc_cpufreq            16384  0
rng_core               16384  1 tpm
intel_pch_thermal      16384  0
crypto_user            16384  0
vfs_monitor            24576  0
acpi_call              16384  0
ip_tables              28672  0
x_tables               45056  1 ip_tables
ext4                  737280  2
crc32c_generic         16384  0
crc16                  16384  2 bluetooth,ext4
mbcache                16384  1 ext4
jbd2                  126976  1 ext4
fscrypto               32768  1 ext4
algif_skcipher         16384  0
af_alg                 28672  1 algif_skcipher
dm_crypt               45056  1
dm_mod                155648  3 dm_crypt
sd_mod                 61440  3
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
crc32c_intel           24576  4
ghash_clmulni_intel    16384  0
rtsx_pci_sdmmc         28672  0
pcbc                   16384  0
serio_raw              16384  0
ahci                   40960  2
mmc_core              180224  1 rtsx_pci_sdmmc
atkbd                  32768  0
libps2                 16384  2 atkbd,psmouse
libahci                40960  1 ahci
libata                278528  2 libahci,ahci
aesni_intel           200704  4
aes_x86_64             20480  1 aesni_intel
crypto_simd            16384  1 aesni_intel
cryptd                 28672  4 crypto_simd,ghash_clmulni_intel,aesni_intel
scsi_mod              258048  2 sd_mod,libata
glue_helper            16384  1 aesni_intel
rtsx_pci               73728  2 rtsx_pci_sdmmc,rtsx_pci_ms
i8042                  32768  0
serio                  28672  7 serio_raw,atkbd,psmouse,i8042

Last edited by Linuxman (2018-10-07 07:06:23)

Offline

#10 2018-10-07 07:09:38

seth
Member
Registered: 2012-09-03
Posts: 50,983

Re: Bumblebee, bbswitch

W/ bumblebee enabled, the nvidia module isn't loaded at all and while it gets loaded w/ bumblebee disabled, there's no sign that the nvidia chip is actually used by the X11 server.
Wild guess:

ldd /usr/lib/xorg/modules/extensions/libglx.so

Offline

#11 2018-10-07 07:26:54

Linuxman
Member
Registered: 2018-09-25
Posts: 21

Re: Bumblebee, bbswitch

seth wrote:

W/ bumblebee enabled, the nvidia module isn't loaded at all and while it gets loaded w/ bumblebee disabled, there's no sign that the nvidia chip is actually used by the X11 server.

>>the nvidia module isn't loaded at all

I think, coz bbswitch load first when bumblebe is enabled. And only when i try to startx it is try to load nvidia without success with that message in dmesg:

[  223.566699] nvidia: module license 'NVIDIA' taints kernel.
[  223.566701] Disabling lock debugging due to kernel taint
[  223.594722] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
[  223.989195] nvidia 0000:02:00.0: enabling device (0000 -> 0003)
[  224.133755] 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.
[  224.182054] nvidia: probe of 0000:02:00.0 failed with error -1
[  224.182089] NVRM: The NVIDIA probe routine failed for 1 device(s).
[  224.182090] NVRM: None of the NVIDIA graphics adapters were initialized!
[  224.182273] nvidia-nvlink: Unregistered the Nvlink Core, major device number 237
seth wrote:

Wild guess:

ldd /usr/lib/xorg/modules/extensions/libglx.so
	linux-vdso.so.1 (0x00007ffddaf30000)
	libc.so.6 => /usr/lib/libc.so.6 (0x00007fcd33f5d000)
	libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fcd33f58000)
	libGL.so.1 => /usr/lib/libGL.so.1 (0x00007fcd33ec5000)
	/usr/lib64/ld-linux-x86-64.so.2 (0x00007fcd34191000)
	libGLX.so.0 => /usr/lib/libGLX.so.0 (0x00007fcd33e92000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fcd33d54000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0x00007fcd33b42000)
	libGLdispatch.so.0 => /usr/lib/libGLdispatch.so.0 (0x00007fcd33a84000)
	libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fcd33a63000)
	libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fcd3383a000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fcd33636000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fcd33430000)

Offline

#12 2018-10-07 12:51:55

seth
Member
Registered: 2012-09-03
Posts: 50,983

Re: Bumblebee, bbswitch

There's absolutely no indication and no reason why X11 should touch the nvidia driver, maybe your i3 config invokes some nvidia-smi or nvidia-settings to query the GPU temperature or  so?
libglx.so is also correctly linked (and doesn't resolve the nvidia GL libs)

However, I just realized that you had https://bbs.archlinux.org/viewtopic.php?pid=1809725 which I assume this thread is some sort of follow-up to?
You edited quite some stuff over there, so let's see "pacman -Qkk" for altered files.

Last but not least: you're using networkmanager and an unconfigured (or "localhost" named) hostname - that's a recipe for trouble, so to rule out trouble from this side, please fix your hostname.

Offline

#13 2018-10-07 13:22:34

Linuxman
Member
Registered: 2018-09-25
Posts: 21

Re: Bumblebee, bbswitch

seth wrote:

There's absolutely no indication and no reason why X11 should touch the nvidia driver, maybe your i3 config invokes some nvidia-smi or nvidia-settings to query the GPU temperature or  so?
libglx.so is also correctly linked (and doesn't resolve the nvidia GL libs)

I just test it with xorg-twm and simple /etc/X11/xinit/xinitrc - same situation, nvidia loads with startx

and after startx

 ps aux | grep nvi
root      2404  0.0  0.0      0     0 ?        S    23:27   0:00 [irq/129-nvidia]
root      2405  0.0  0.0      0     0 ?        S    23:27   0:00 [nvidia]
seth wrote:

However, I just realized that you had https://bbs.archlinux.org/viewtopic.php?pid=1809725 which I assume this thread is some sort of follow-up to?
You edited quite some stuff over there, so let's see "pacman -Qkk" for altered files.

Yes - i realized that ama completely confused, and try to go for default configs: cut grub conf cmd line, delete xorg.conf file and etc.

sudo pacman -Qkk | grep mismatch
backup file: bumblebee: /etc/bumblebee/bumblebee.conf (Modification time mismatch)
backup file: bumblebee: /etc/bumblebee/bumblebee.conf (Size mismatch)
backup file: bumblebee: /etc/bumblebee/xorg.conf.nvidia (Modification time mismatch)
backup file: bumblebee: /etc/bumblebee/xorg.conf.nvidia (Size mismatch)
backup file: filesystem: /etc/fstab (Modification time mismatch)
backup file: filesystem: /etc/fstab (Size mismatch)
backup file: filesystem: /etc/group (Modification time mismatch)
backup file: filesystem: /etc/group (Size mismatch)
backup file: filesystem: /etc/gshadow (Modification time mismatch)
backup file: filesystem: /etc/gshadow (Size mismatch)
backup file: filesystem: /etc/hosts (Modification time mismatch)
backup file: filesystem: /etc/hosts (Size mismatch)
backup file: filesystem: /etc/passwd (Modification time mismatch)
backup file: filesystem: /etc/passwd (Size mismatch)
backup file: filesystem: /etc/resolv.conf (Modification time mismatch)
backup file: filesystem: /etc/resolv.conf (Size mismatch)
backup file: filesystem: /etc/shadow (Modification time mismatch)
backup file: filesystem: /etc/shadow (Size mismatch)
backup file: filesystem: /etc/shells (Modification time mismatch)
backup file: filesystem: /etc/shells (Size mismatch)
warning: grub: /boot/grub/grub.cfg (Permissions mismatch)
backup file: glibc: /etc/locale.gen (Modification time mismatch)
backup file: glibc: /etc/locale.gen (Size mismatch)
backup file: grub: /boot/grub/grub.cfg (Modification time mismatch)
backup file: grub: /boot/grub/grub.cfg (Size mismatch)
backup file: grub: /etc/default/grub (Modification time mismatch)
backup file: grub: /etc/default/grub (Size mismatch)
backup file: i3lock: /etc/pam.d/i3lock (Modification time mismatch)
backup file: i3lock: /etc/pam.d/i3lock (Size mismatch)
backup file: i3status: /etc/i3status.conf (Modification time mismatch)
backup file: i3status: /etc/i3status.conf (Size mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.alias (Modification time mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.alias (Size mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.alias.bin (Size mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.builtin.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.dep (Modification time mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.dep (Size mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.dep.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.dep.bin (Size mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.devname (Modification time mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.softdep (Modification time mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.symbols (Modification time mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.symbols (Size mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.symbols.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/4.18.12-arch1-1-ARCH/modules.symbols.bin (Size mismatch)
backup file: lightdm: /etc/lightdm/lightdm.conf (Modification time mismatch)
backup file: lightdm: /etc/lightdm/lightdm.conf (Size mismatch)
backup file: lightdm: /etc/pam.d/lightdm (Modification time mismatch)
backup file: lightdm: /etc/pam.d/lightdm (Size mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (Modification time mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (Size mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Modification time mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Size mismatch)
backup file: pam: /etc/security/limits.conf (Modification time mismatch)
backup file: pam: /etc/security/limits.conf (Size mismatch)
backup file: pambase: /etc/pam.d/system-auth (Modification time mismatch)
backup file: pambase: /etc/pam.d/system-auth (Size mismatch)
backup file: pambase: /etc/pam.d/system-local-login (Modification time mismatch)
backup file: pambase: /etc/pam.d/system-local-login (Size mismatch)
backup file: pulseaudio: /etc/pulse/default.pa (Modification time mismatch)
warning: vlc: /usr/lib/vlc/plugins/plugins.dat (Modification time mismatch)
warning: vlc: /usr/lib/vlc/plugins/plugins.dat (Size mismatch)
backup file: sudo: /etc/sudoers (Modification time mismatch)
backup file: sudo: /etc/sudoers (Size mismatch)
backup file: xorg-xinit: /etc/X11/xinit/xinitrc (Modification time mismatch)
backup file: xorg-xinit: /etc/X11/xinit/xinitrc (Size mismatch)
seth wrote:

Last but not least: you're using networkmanager and an unconfigured (or "localhost" named) hostname - that's a recipe for trouble, so to rule out trouble from this side, please fix your hostname.

It is configured - i just use sed to cut it or swap with "localhost". Sorry for that.

Last edited by Linuxman (2018-10-07 13:31:32)

Offline

#14 2018-10-08 06:32:03

Linuxman
Member
Registered: 2018-09-25
Posts: 21

Re: Bumblebee, bbswitch

seth, no more ideas? sad

Offline

#15 2018-10-09 03:09:54

Linuxman
Member
Registered: 2018-09-25
Posts: 21

Re: Bumblebee, bbswitch

It is really stupid.
I remove all nvidia drivers - and X starts successfully.

So i can not figure out why startx load nvidia module when drivers are installed.

Offline

#16 2018-10-09 05:52:10

Linuxman
Member
Registered: 2018-09-25
Posts: 21

Re: Bumblebee, bbswitch

Hm. So:

i made the xorg.conf file:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen         "Screen0"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/75dpi"
EndSection

Section "Module"
        Load  "glx"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "intel"
        BusID       "PCI:0:2:0"
        Option      "Backlight"  "intel_backlight"
        Option      "TearFree"    "true"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Xorg.0.log

[    35.289] Current version of pixman: 0.34.0
[    35.289] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    35.289] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    35.290] (==) Log file: "/home/linuxtoxa/.local/share/xorg/Xorg.0.log", Time: Tue Oct  9 15:32:52 2018
[    35.306] (==) Using config file: "/etc/X11/xorg.conf"
[    35.306] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    35.306] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    35.306] (==) ServerLayout "X.org Configured"
[    35.306] (**) |-->Screen "Screen0" (0)
[    35.306] (**) |   |-->Monitor "Monitor0"
[    35.307] (**) |   |-->Device "Card0"
[    35.307] (**) |   |-->GPUDevice "Card0"
[    35.307] (==) Automatically adding devices
[    35.307] (==) Automatically enabling devices
[    35.307] (==) Automatically adding GPU devices
[    35.307] (==) Automatically binding GPU devices
[    35.307] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    35.310] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[    35.310] 	Entry deleted from font path.
[    35.310] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[    35.315] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[    35.315] 	Entry deleted from font path.
[    35.315] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF").
[    35.315] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    35.315] 	Entry deleted from font path.
[    35.318] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[    35.318] 	Entry deleted from font path.
[    35.318] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[    35.318] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[    35.318] 	Entry deleted from font path.
[    35.318] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF").
[    35.318] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    35.318] 	Entry deleted from font path.
[    35.318] (**) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    35.318] (**) ModulePath set to "/usr/lib/xorg/modules"
[    35.318] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    35.318] (II) Module ABI versions:
[    35.318] 	X.Org ANSI C Emulation: 0.4
[    35.318] 	X.Org Video Driver: 24.0
[    35.318] 	X.Org XInput driver : 24.1
[    35.318] 	X.Org Server Extension : 10.0
[    35.319] (++) using VT number 1

[    35.324] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    35.341] (II) xfree86: Adding drm device (/dev/dri/card0)
[    35.343] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    35.504] (--) PCI:*(0@0:2:0) 8086:191b:17aa:5050 rev 6, Mem @ 0xf0000000/16777216, 0xe0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[    35.504] (--) PCI: (2@0:0:0) 10de:134d:17aa:5050 rev 162, Mem @ 0xf1000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128
[    35.504] (II) Open ACPI successful (/var/run/acpid.socket)
[    35.504] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    35.504] (II) LoadModule: "glx"
[    35.518] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    35.570] (II) Module glx: vendor="X.Org Foundation"
[    35.570] 	compiled for 1.20.1, module version = 1.0.0
[    35.570] 	ABI class: X.Org Server Extension, version 10.0
[    35.571] (II) LoadModule: "intel"
[    35.571] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    35.592] (II) Module intel: vendor="X.Org Foundation"
[    35.592] 	compiled for 1.20.1, module version = 2.99.917
[    35.592] 	Module class: X.Org Video Driver
[    35.592] 	ABI class: X.Org Video Driver, version 24.0
[    35.592] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    35.594] (II) intel: Driver for Intel(R) HD Graphics
[    35.594] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    35.594] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    35.594] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    35.595] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    35.595] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    35.595] (==) intel(0): RGB weight 888
[    35.595] (==) intel(0): Default visual is TrueColor
[    35.595] (**) intel(0): Option "Backlight" "intel_backlight"
[    35.595] (**) intel(0): Option "TearFree" "true"
[    35.595] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 530
[    35.596] (**) intel(0): Relaxed fencing enabled
[    35.596] (**) intel(0): Wait on SwapBuffers? enabled
[    35.596] (**) intel(0): Triple buffering? enabled
[    35.596] (**) intel(0): Framebuffer tiled
[    35.596] (**) intel(0): Pixmaps tiled
[    35.596] (**) intel(0): 3D buffers tiled
[    35.596] (**) intel(0): SwapBuffers wait enabled
[    35.596] (==) intel(0): video overlay key set to 0x101fe
[    35.597] (II) intel(0): Output eDP1 using monitor section Monitor0
[    35.598] (**) intel(0): found backlight control interface intel_backlight
[    35.598] (II) intel(0): Output DP1 has no monitor section
[    35.603] (II) intel(0): Output HDMI1 has no monitor section
[    35.604] (II) intel(0): Output DP2 has no monitor section
[    35.609] (II) intel(0): Output HDMI2 has no monitor section
[    35.609] (II) intel(0): Output DP3 has no monitor section
[    35.614] (II) intel(0): Output HDMI3 has no monitor section
[    35.615] (II) intel(0): EDID for output eDP1
[    35.615] (II) intel(0): Manufacturer: MEI  Model: 96a2  Serial#: 0
[    35.615] (II) intel(0): Year: 2015  Week: 255
[    35.615] (II) intel(0): EDID Version: 1.4
[    35.615] (II) intel(0): Digital Display Input
[    35.615] (II) intel(0): 8 bits per channel
[    35.615] (II) intel(0): Digital interface is DisplayPort
[    35.615] (II) intel(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[    35.615] (II) intel(0): Gamma: 2.20
[    35.615] (II) intel(0): No DPMS capabilities specified
[    35.615] (II) intel(0): Supported color encodings: RGB 4:4:4 
[    35.615] (II) intel(0): First detailed timing is preferred mode
[    35.615] (II) intel(0): Preferred mode is native pixel format and refresh rate
[    35.615] (II) intel(0): redX: 0.642 redY: 0.318   greenX: 0.295 greenY: 0.608
[    35.615] (II) intel(0): blueX: 0.153 blueY: 0.061   whiteX: 0.313 whiteY: 0.329
[    35.615] (II) intel(0): Manufacturer's mask: 0
[    35.615] (II) intel(0): Supported detailed timing:
[    35.615] (II) intel(0): clock: 257.5 MHz   Image Size:  310 x 170 mm
[    35.615] (II) intel(0): h_active: 2560  h_sync: 2648  h_sync_end 2680 h_blank_end 2800 h_border: 0
[    35.615] (II) intel(0): v_active: 1440  v_sync: 1468  v_sync_end 1473 v_blanking: 1533 v_border: 0
[    35.615] (II) intel(0): Supported detailed timing:
[    35.615] (II) intel(0): clock: 257.5 MHz   Image Size:  310 x 170 mm
[    35.616] (II) intel(0): h_active: 2560  h_sync: 2648  h_sync_end 2680 h_blank_end 2800 h_border: 0
[    35.616] (II) intel(0): v_active: 1440  v_sync: 1468  v_sync_end 1473 v_blanking: 1916 v_border: 0
[    35.616] (II) intel(0): Ranges: V min: 46 V max: 62 Hz, H min: 89 H max: 94 kHz, PixClock max 265 MHz
[    35.616] (II) intel(0):  VVX14T058J00
[    35.616] (II) intel(0): EDID (in hex):
[    35.616] (II) intel(0): 	00ffffffffffff0034a9a29600000000
[    35.616] (II) intel(0): 	ff190104a51f1178026b65a4514b9b27
[    35.616] (II) intel(0): 	0f505400000001010101010101010101
[    35.616] (II) intel(0): 	0101010101019a6400f0a0a05d505820
[    35.616] (II) intel(0): 	c50435ad1000001e976400f0a0a0dc51
[    35.616] (II) intel(0): 	5820c50435ad1000001e000000fd002e
[    35.616] (II) intel(0): 	3e595e1a010a202020202020000000fe
[    35.616] (II) intel(0): 	005656583134543035384a30300a000a
[    35.616] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "1024x576" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "1024x576" (doublescan mode not supported)
[    35.616] (II) intel(0): Not using default mode "1280x720" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "2560x1440" (bad mode clock/interlace/doublescan)
[    35.617] (II) intel(0): Not using default mode "1280x720" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "1440x810" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "1440x810" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "1600x900" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "1600x900" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "1920x1080" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "1920x1080" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "2048x1152" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "2048x1152" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "2560x1440" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "2560x1440" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "1280x800" (doublescan mode not supported)
[    35.617] (II) intel(0): Not using default mode "1280x800" (doublescan mode not supported)
[    35.617] (II) intel(0): Printing probed modes for output eDP1
[    35.617] (II) intel(0): Modeline "2560x1440"x60.0  257.54  2560 2648 2680 2800  1440 1468 1473 1533 +hsync +vsync (92.0 kHz eP)
[    35.617] (II) intel(0): Modeline "2560x1440"x48.0  257.51  2560 2648 2680 2800  1440 1468 1473 1916 +hsync +vsync (92.0 kHz e)
[    35.617] (II) intel(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[    35.617] (II) intel(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[    35.617] (II) intel(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[    35.617] (II) intel(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[    35.617] (II) intel(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[    35.617] (II) intel(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[    35.617] (II) intel(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[    35.617] (II) intel(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[    35.617] (II) intel(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    35.617] (II) intel(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    35.617] (II) intel(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[    35.617] (II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    35.617] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    35.617] (II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    35.617] (II) intel(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    35.617] (II) intel(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    35.617] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    35.617] (II) intel(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    35.617] (II) intel(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    35.617] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    35.617] (II) intel(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    35.617] (II) intel(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    35.617] (II) intel(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    35.617] (II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    35.617] (II) intel(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    35.617] (II) intel(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    35.617] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    35.617] (II) intel(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    35.617] (II) intel(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    35.617] (II) intel(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    35.617] (II) intel(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    35.617] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    35.617] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    35.617] (II) intel(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    35.617] (II) intel(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    35.617] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    35.617] (II) intel(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    35.617] (II) intel(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    35.617] (II) intel(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    35.618] (II) intel(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    35.618] (II) intel(0): EDID for output DP1
[    35.623] (II) intel(0): EDID for output HDMI1
[    35.623] (II) intel(0): EDID for output DP2
[    35.628] (II) intel(0): EDID for output HDMI2
[    35.628] (II) intel(0): EDID for output DP3
[    35.633] (II) intel(0): EDID for output HDMI3
[    35.633] (II) intel(0): Output eDP1 connected
[    35.633] (II) intel(0): Output DP1 disconnected
[    35.633] (II) intel(0): Output HDMI1 disconnected
[    35.633] (II) intel(0): Output DP2 disconnected
[    35.633] (II) intel(0): Output HDMI2 disconnected
[    35.633] (II) intel(0): Output DP3 disconnected
[    35.633] (II) intel(0): Output HDMI3 disconnected
[    35.633] (II) intel(0): Using exact sizes for initial modes
[    35.633] (II) intel(0): Output eDP1 using initial mode 2560x1440 +0+0
[    35.633] (II) intel(0): Kernel page flipping support detected, enabling
[    35.633] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    35.633] (==) intel(0): DPI set to (96, 96)
[    35.633] (II) Loading sub module "fb"
[    35.633] (II) LoadModule: "fb"
[    35.633] (II) Loading /usr/lib/xorg/modules/libfb.so
[    35.640] (II) Module fb: vendor="X.Org Foundation"
[    35.640] 	compiled for 1.20.1, module version = 1.0.0
[    35.640] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    35.640] (II) Loading sub module "dri2"
[    35.640] (II) LoadModule: "dri2"
[    35.640] (II) Module "dri2" already built-in
[    35.640] (II) Loading sub module "dri3"
[    35.640] (II) LoadModule: "dri3"
[    35.640] (II) Module "dri3" already built-in
[    35.640] (II) intel(0): Allocated new frame buffer 2560x1440 stride 10240, tiled
[    35.641] (II) UXA(0): Driver registered support for the following operations:
[    35.641] (II)         solid
[    35.641] (II)         copy
[    35.641] (II)         put_image
[    35.641] (II)         get_image
[    35.641] (II) intel(0): [DRI2] Setup complete
[    35.641] (II) intel(0): [DRI2]   DRI driver: i965
[    35.641] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    35.642] (==) intel(0): Backing store enabled
[    35.642] (==) intel(0): Silken mouse disabled
[    35.642] (II) intel(0): Initializing HW Cursor
[    35.642] (==) intel(0): DPMS enabled
[    35.642] (==) intel(0): Intel XvMC decoder enabled
[    35.642] (WW) intel(0): Disabling Xv because no adaptors could be initialized.
[    35.642] (II) intel(0): DRI2: Enabled
[    35.642] (II) intel(0): DRI3: Enabled
[    35.642] (==) intel(0): hotplug detection: "enabled"
[    35.662] (II) Initializing extension Generic Event Extension
[    35.662] (II) Initializing extension SHAPE
[    35.662] (II) Initializing extension MIT-SHM
[    35.662] (II) Initializing extension XInputExtension
[    35.662] (II) Initializing extension XTEST
[    35.662] (II) Initializing extension BIG-REQUESTS
[    35.662] (II) Initializing extension SYNC
[    35.662] (II) Initializing extension XKEYBOARD
[    35.662] (II) Initializing extension XC-MISC
[    35.662] (II) Initializing extension SECURITY
[    35.662] (II) Initializing extension XFIXES
[    35.662] (II) Initializing extension RENDER
[    35.662] (II) Initializing extension RANDR
[    35.662] (II) Initializing extension COMPOSITE
[    35.662] (II) Initializing extension DAMAGE
[    35.662] (II) Initializing extension MIT-SCREEN-SAVER
[    35.662] (II) Initializing extension DOUBLE-BUFFER
[    35.662] (II) Initializing extension RECORD
[    35.662] (II) Initializing extension DPMS
[    35.662] (II) Initializing extension Present
[    35.662] (II) Initializing extension DRI3
[    35.662] (II) Initializing extension X-Resource
[    35.662] (II) Initializing extension XVideo
[    35.662] (II) Initializing extension XVideo-MotionCompensation
[    35.662] (II) Initializing extension GLX
[    35.778] (II) AIGLX: Loaded and initialized i965
[    35.778] (II) GLX: Initialized DRI2 GL provider for screen 0
[    35.778] (II) Initializing extension XFree86-VidModeExtension
[    35.778] (II) Initializing extension XFree86-DGA
[    35.778] (II) Initializing extension XFree86-DRI
[    35.778] (II) Initializing extension DRI2
[    35.778] (II) intel(0): Setting screen physical size to 677 x 381
[    36.084] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    36.084] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    36.084] (II) LoadModule: "libinput"
[    36.087] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    36.120] (II) Module libinput: vendor="X.Org Foundation"
[    36.120] 	compiled for 1.20.0, module version = 0.28.0
[    36.120] 	Module class: X.Org XInput Driver
[    36.120] 	ABI class: X.Org XInput driver, version 24.1
[    36.120] (II) Using input driver 'libinput' for 'Power Button'
[    36.122] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 15 paused 0
[    36.122] (**) Power Button: always reports core events
[    36.122] (**) Option "Device" "/dev/input/event2"
[    36.122] (**) Option "_source" "server/udev"
[    36.201] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    36.201] (II) event2  - Power Button: device is a keyboard
[    36.201] (II) event2  - Power Button: device removed
[    36.201] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    36.201] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    36.203] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    36.203] (II) event2  - Power Button: device is a keyboard
[    36.204] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    36.204] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    36.204] (II) Using input driver 'libinput' for 'Video Bus'
[    36.206] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 18 paused 0
[    36.206] (**) Video Bus: always reports core events
[    36.206] (**) Option "Device" "/dev/input/event7"
[    36.206] (**) Option "_source" "server/udev"
[    36.217] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    36.217] (II) event7  - Video Bus: device is a keyboard
[    36.217] (II) event7  - Video Bus: device removed
[    36.217] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event7"
[    36.217] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    36.220] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    36.220] (II) event7  - Video Bus: device is a keyboard
[    36.221] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    36.221] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    36.221] (II) Using input driver 'libinput' for 'Video Bus'
[    36.223] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 19 paused 0
[    36.223] (**) Video Bus: always reports core events
[    36.223] (**) Option "Device" "/dev/input/event6"
[    36.223] (**) Option "_source" "server/udev"
[    36.228] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    36.228] (II) event6  - Video Bus: device is a keyboard
[    36.228] (II) event6  - Video Bus: device removed
[    36.228] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:00/input/input8/event6"
[    36.228] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    36.231] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    36.231] (II) event6  - Video Bus: device is a keyboard
[    36.232] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    36.232] (II) No input driver specified, ignoring this device.
[    36.232] (II) This device may have been added with another device file.
[    36.233] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    36.233] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    36.233] (II) Using input driver 'libinput' for 'Sleep Button'
[    36.235] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 20 paused 0
[    36.235] (**) Sleep Button: always reports core events
[    36.235] (**) Option "Device" "/dev/input/event1"
[    36.235] (**) Option "_source" "server/udev"
[    36.241] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    36.241] (II) event1  - Sleep Button: device is a keyboard
[    36.241] (II) event1  - Sleep Button: device removed
[    36.241] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    36.241] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    36.243] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    36.243] (II) event1  - Sleep Button: device is a keyboard
[    36.246] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event5)
[    36.246] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[    36.246] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[    36.247] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 21 paused 0
[    36.247] (**) Integrated Camera: Integrated C: always reports core events
[    36.247] (**) Option "Device" "/dev/input/event5"
[    36.247] (**) Option "_source" "server/udev"
[    36.263] (II) event5  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    36.263] (II) event5  - Integrated Camera: Integrated C: device is a keyboard
[    36.263] (II) event5  - Integrated Camera: Integrated C: device removed
[    36.263] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input7/event5"
[    36.263] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[    36.266] (II) event5  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    36.266] (II) event5  - Integrated Camera: Integrated C: device is a keyboard
[    36.267] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[    36.267] (II) No input driver specified, ignoring this device.
[    36.268] (II) This device may have been added with another device file.
[    36.268] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event10)
[    36.268] (II) No input driver specified, ignoring this device.
[    36.268] (II) This device may have been added with another device file.
[    36.269] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[    36.269] (II) No input driver specified, ignoring this device.
[    36.269] (II) This device may have been added with another device file.
[    36.270] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event12)
[    36.270] (II) No input driver specified, ignoring this device.
[    36.270] (II) This device may have been added with another device file.
[    36.270] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[    36.270] (II) No input driver specified, ignoring this device.
[    36.270] (II) This device may have been added with another device file.
[    36.271] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[    36.271] (II) No input driver specified, ignoring this device.
[    36.271] (II) This device may have been added with another device file.
[    36.272] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[    36.272] (II) No input driver specified, ignoring this device.
[    36.272] (II) This device may have been added with another device file.
[    36.272] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[    36.272] (II) No input driver specified, ignoring this device.
[    36.272] (II) This device may have been added with another device file.
[    36.273] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event17)
[    36.273] (II) No input driver specified, ignoring this device.
[    36.273] (II) This device may have been added with another device file.
[    36.274] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event18)
[    36.274] (II) No input driver specified, ignoring this device.
[    36.274] (II) This device may have been added with another device file.
[    36.274] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    36.274] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    36.274] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    36.276] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 22 paused 0
[    36.276] (**) AT Translated Set 2 keyboard: always reports core events
[    36.276] (**) Option "Device" "/dev/input/event3"
[    36.276] (**) Option "_source" "server/udev"
[    36.278] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    36.278] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    36.278] (II) event3  - AT Translated Set 2 keyboard: device removed
[    36.278] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    36.278] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    36.279] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    36.279] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    36.280] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[    36.280] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    36.280] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    36.281] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 23 paused 0
[    36.281] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    36.281] (**) Option "Device" "/dev/input/event8"
[    36.281] (**) Option "_source" "server/udev"
[    36.283] (II) event8  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    36.284] (II) event8  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    36.284] (II) event8  - SynPS/2 Synaptics TouchPad: device removed
[    36.284] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event8"
[    36.284] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[    36.285] (**) Option "AccelerationScheme" "none"
[    36.285] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    36.285] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    36.285] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    36.285] (II) event8  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    36.286] (II) event8  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    36.286] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    36.287] (II) No input driver specified, ignoring this device.
[    36.287] (II) This device may have been added with another device file.
[    36.287] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event19)
[    36.287] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[    36.287] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[    36.288] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 24 paused 0
[    36.288] (**) TPPS/2 IBM TrackPoint: always reports core events
[    36.288] (**) Option "Device" "/dev/input/event19"
[    36.288] (**) Option "_source" "server/udev"
[    36.289] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[    36.289] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[    36.289] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[    36.289] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input11/event19"
[    36.289] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[    36.289] (**) Option "AccelerationScheme" "none"
[    36.289] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[    36.289] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[    36.289] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[    36.290] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[    36.290] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[    36.291] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[    36.291] (II) No input driver specified, ignoring this device.
[    36.291] (II) This device may have been added with another device file.
[    36.291] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[    36.291] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    36.291] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    36.292] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[    36.292] (**) ThinkPad Extra Buttons: always reports core events
[    36.292] (**) Option "Device" "/dev/input/event4"
[    36.292] (**) Option "_source" "server/udev"
[    36.293] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    36.293] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[    36.293] (II) event4  - ThinkPad Extra Buttons: device removed
[    36.293] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event4"
[    36.293] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[    36.294] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    36.294] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[    36.332] (**) Option "fd" "23"
[    36.333] (II) event8  - SynPS/2 Synaptics TouchPad: device removed

And now i can startx without nvidia module loads.

And now i can run sudo bumblebeed -vvv --driver nvidia, use optirun and send OFF to bbswitch.
As i can see, not sure at all))


sudo bumblebeed -vvv --driver nvidia

[  702.402980] [DEBUG]Found card: 02:00.0 (discrete)
[  702.402995] [DEBUG]Found card: 00:02.0 (integrated)
[  702.403004] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[  702.405474] [DEBUG]Skipping auto-detection, using configured driver 'nvidia'
[  702.405622] [DEBUG]Process /sbin/modprobe started, PID 2833.
[  702.405695] [DEBUG]Hiding stderr for execution of /sbin/modprobe
[  702.407358] [DEBUG]SIGCHILD received, but wait failed with No child processes
[  702.407571] [INFO]Loading driver bbswitch (module bbswitch)
[  702.407678] [DEBUG]Process modprobe started, PID 2834.
[  702.646983] [DEBUG]Process with PID 2834 returned code 0
[  702.647031] [DEBUG]succesfully loaded bbswitch
[  702.647034] [INFO]Switching method 'bbswitch' is available and will be used.
[  702.647038] [DEBUG]Active configuration:
[  702.647043] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[  702.647048] [DEBUG] X display: :1
[  702.647053] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia:/usr/lib:/usr/lib32
[  702.647059] [DEBUG] Socket path: /var/run/bumblebee.socket
[  702.647063] [DEBUG] xorg.conf file: /etc/bumblebee/xorg.conf.nvidia
[  702.647068] [DEBUG] xorg.conf.d dir: /etc/bumblebee/xorg.conf.d
[  702.647073] [DEBUG] ModulePath: /usr/lib/nvidia/xorg,/usr/lib/xorg/modules
[  702.647079] [DEBUG] GID name: bumblebee
[  702.647083] [DEBUG] Power method: auto
[  702.647088] [DEBUG] Stop X on exit: 1
[  702.647093] [DEBUG] Driver: nvidia
[  702.647098] [DEBUG] Driver module: nvidia
[  702.647102] [DEBUG] Card shutdown state: 1
[  702.647194] [DEBUG]Process /sbin/modprobe started, PID 2836.
[  702.647226] [DEBUG]Hiding stderr for execution of /sbin/modprobe
[  702.648115] [DEBUG]SIGCHILD received, but wait failed with No child processes
[  702.648127] [DEBUG]Configuration test passed.
[  702.648313] [INFO]bumblebeed 3.2.1 started
[  702.648346] [INFO]Initialization completed - now handling client requests

dmesg

[Oct 9 15:43] bbswitch: version 0.8
[  +0.000007] 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.000240] bbswitch: detected an Optimus _DSM function
[  +0.152745] pci 0000:02:00.0: enabling device (0004 -> 0007)
[  +0.000174] bbswitch: disabling discrete graphics
[  +0.082409] bbswitch: Succesfully loaded. Discrete card 0000:02:00.0 is off

cat /proc/acpi/bbswitch

0000:02:00.0 OFF

start 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.962140 frames/sec - 143.624537 Mpixels/sec
244.280170 frames/sec - 142.064797 Mpixels/sec
[  837.784403] [DEBUG]Accepted new connection
[  837.937743] [INFO]Loading driver nvidia (module nvidia)
[  837.938063] [DEBUG]Process modprobe started, PID 2843.
[  838.379730] [DEBUG]Process with PID 2843 returned code 0
[  838.379791] [INFO]Starting X server on display :1.
[  838.379888] [DEBUG]Process Xorg started, PID 2855.
[  839.136811] [WARN][XORG] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  839.136819] [DEBUG][XORG] X.Org X Server 1.20.1
[  839.136840] [DEBUG][XORG] X Protocol Version 11, Revision 0
[  839.136842] [DEBUG][XORG] Build Operating System: Linux Arch Linux
[  839.136845] [DEBUG][XORG] Current Operating System: Linux kovacs 4.18.12-arch1-1-ARCH #1 SMP PREEMPT Thu Oct 4 01:01:27 UTC 2018 x86_64
[  839.136849] [DEBUG][XORG] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=411a3585-9646-4d2d-be23-818a32a357d2 rw cryptdevice=/dev/sda6:cryptroot quiet acpi_osi=!
[  839.136852] [DEBUG][XORG] Build Date: 09 August 2018  06:37:34PM
[  839.136856] [DEBUG][XORG] Current version of pixman: 0.34.0
[  839.136859] [DEBUG][XORG] 	Before reporting problems, check http://wiki.x.org
[  839.136862] [DEBUG][XORG] 	to make sure that you have the latest version.
[  839.136866] [DEBUG][XORG] Markers: (--) probed, (**) from config file, (==) default setting,
[  839.136886] [DEBUG][XORG] 	(++) from command line, (!!) notice, (II) informational,
[  839.136890] [DEBUG][XORG] 	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  839.136915] [DEBUG][XORG] (==) Log file: "/var/log/Xorg.1.log", Time: Tue Oct  9 15:46:15 2018
[  839.136918] [DEBUG][XORG] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
[  839.136940] [ERROR][XORG] (EE) Unable to locate/open config directory: "/etc/bumblebee/xorg.conf.d"
[  839.136944] [DEBUG][XORG] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  839.136946] [DEBUG][XORG] (==) ServerLayout "Layout0"
[  839.136967] [DEBUG][XORG] (**) |-->Screen "Default Screen" (0)
[  839.136970] [DEBUG][XORG] (**) |   |-->Monitor "<default monitor>"
[  839.136972] [DEBUG][XORG] (**) |   |-->Device "DiscreteNvidia"
[  839.136992] [DEBUG][XORG] (==) No monitor specified for screen "Default Screen".
[  839.136996] [DEBUG][XORG] 	Using a default monitor configuration.
[  839.137000] [DEBUG][XORG] (**) Option "AutoAddDevices" "false"
[  839.137003] [DEBUG][XORG] (**) Option "AutoAddGPU" "false"
[  839.137007] [DEBUG][XORG] (**) Not automatically adding devices
[  839.137011] [DEBUG][XORG] (==) Automatically enabling devices
[  839.137015] [DEBUG][XORG] (**) Not automatically adding GPU devices
[  839.137019] [DEBUG][XORG] (==) Automatically binding GPU devices
[  839.137036] [DEBUG][XORG] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  839.137039] [DEBUG][XORG] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  839.137057] [DEBUG][XORG] 	Entry deleted from font path.
[  839.137060] [DEBUG][XORG] (==) FontPath set to:
[  839.137063] [DEBUG][XORG] 	/usr/share/fonts/misc,
[  839.137082] [DEBUG][XORG] 	/usr/share/fonts/TTF,
[  839.137085] [DEBUG][XORG] 	/usr/share/fonts/OTF,
[  839.137089] [DEBUG][XORG] 	/usr/share/fonts/100dpi,
[  839.137110] [DEBUG][XORG] 	/usr/share/fonts/75dpi
[  839.137114] [DEBUG][XORG] (++) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[  839.137117] [DEBUG][XORG] (==) |-->Input Device "<default pointer>"
[  839.137121] [DEBUG][XORG] (==) |-->Input Device "<default keyboard>"
[  839.137126] [DEBUG][XORG] (==) The core pointer device wasn't specified explicitly in the layout.
[  839.137131] [DEBUG][XORG] 	Using the default mouse configuration.
[  839.137135] [DEBUG][XORG] (==) The core keyboard device wasn't specified explicitly in the layout.
[  839.137153] [DEBUG][XORG] 	Using the default keyboard configuration.
[  839.137156] [DEBUG][XORG] (II) Module ABI versions:
[  839.137160] [DEBUG][XORG] 	X.Org ANSI C Emulation: 0.4
[  839.137164] [DEBUG][XORG] 	X.Org Video Driver: 24.0
[  839.137168] [DEBUG][XORG] 	X.Org XInput driver : 24.1
[  839.137173] [DEBUG][XORG] 	X.Org Server Extension : 10.0
[  839.137177] [DEBUG][XORG] (--) using VT number 1
[  839.137179] [DEBUG][XORG] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  839.137184] [DEBUG][XORG] (II) xfree86: Adding drm device (/dev/dri/card0)
[  839.137187] [DEBUG][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[  839.137189] [DEBUG][XORG] (--) PCI:*(2@0:0:0) 10de:134d:17aa:5050 rev 162, Mem @ 0xf1000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128
[  839.137193] [DEBUG][XORG] (II) Open ACPI successful (/var/run/acpid.socket)
[  839.137197] [DEBUG][XORG] (II) LoadModule: "glx"
[  839.137201] [DEBUG][XORG] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  839.137205] [DEBUG][XORG] (II) Module glx: vendor="X.Org Foundation"
[  839.137209] [DEBUG][XORG] 	compiled for 1.20.1, module version = 1.0.0
[  839.137213] [DEBUG][XORG] 	ABI class: X.Org Server Extension, version 10.0
[  839.137218] [DEBUG][XORG] (II) LoadModule: "nvidia"
[  839.137222] [DEBUG][XORG] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  839.137225] [DEBUG][XORG] (II) Module nvidia: vendor="NVIDIA Corporation"
[  839.137229] [DEBUG][XORG] 	compiled for 4.0.2, module version = 1.0.0
[  839.137234] [DEBUG][XORG] 	Module class: X.Org Video Driver
[  839.137238] [DEBUG][XORG] (II) LoadModule: "mouse"
[  839.137242] [WARN][XORG] (WW) Warning, couldn't open module mouse
[  839.137246] [DEBUG][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
[  839.137250] [DEBUG][XORG] (II) LoadModule: "kbd"
[  839.137254] [DEBUG][XORG] (WW) Warning, couldn't open module kbd
[  839.137258] [DEBUG][XORG] (EE) Failed to load module "kbd" (module does not exist, 0)
[  839.137262] [DEBUG][XORG] (II) NVIDIA dlloader X Driver  410.57  Tue Sep 18 23:30:38 CDT 2018
[  839.137265] [DEBUG][XORG] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  839.137269] [DEBUG][XORG] (II) Loading sub module "fb"
[  839.137273] [DEBUG][XORG] (II) LoadModule: "fb"
[  839.137276] [DEBUG][XORG] (II) Loading /usr/lib/xorg/modules/libfb.so
[  839.137280] [DEBUG][XORG] (II) Module fb: vendor="X.Org Foundation"
[  839.137284] [DEBUG][XORG] 	compiled for 1.20.1, module version = 1.0.0
[  839.137289] [DEBUG][XORG] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  839.137293] [DEBUG][XORG] (II) Loading sub module "wfb"
[  839.137297] [DEBUG][XORG] (II) LoadModule: "wfb"
[  839.137301] [DEBUG][XORG] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  839.137305] [DEBUG][XORG] (II) Module wfb: vendor="X.Org Foundation"
[  839.137310] [DEBUG][XORG] 	compiled for 1.20.1, module version = 1.0.0
[  839.137316] [DEBUG][XORG] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  839.137320] [DEBUG][XORG] (II) Loading sub module "ramdac"
[  839.137323] [DEBUG][XORG] (II) LoadModule: "ramdac"
[  839.137326] [DEBUG][XORG] (II) Module "ramdac" already built-in
[  839.137331] [DEBUG][XORG] (II) NVIDIA(0): Creating default Display subsection in Screen section
[  839.137335] [DEBUG][XORG] 	"Default Screen" for depth/fbbpp 24/32
[  839.137339] [DEBUG][XORG] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  839.137343] [DEBUG][XORG] (==) NVIDIA(0): RGB weight 888
[  839.137347] [DEBUG][XORG] (==) NVIDIA(0): Default visual is TrueColor
[  839.137350] [DEBUG][XORG] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  839.137355] [DEBUG][XORG] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
[  839.137359] [DEBUG][XORG] (**) NVIDIA(0): Option "UseEDID" "false"
[  839.137363] [DEBUG][XORG] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[  839.137366] [DEBUG][XORG] (**) NVIDIA(0): Enabling 2D acceleration
[  839.137370] [DEBUG][XORG] (**) NVIDIA(0): Ignoring EDIDs
[  839.137374] [DEBUG][XORG] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[  839.137378] [DEBUG][XORG] (**) NVIDIA(0):     mode
[  839.137382] [DEBUG][XORG] (II) Loading sub module "glxserver_nvidia"
[  839.137385] [DEBUG][XORG] (II) LoadModule: "glxserver_nvidia"
[  839.137390] [DEBUG][XORG] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  839.137394] [DEBUG][XORG] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  839.137398] [DEBUG][XORG] 	compiled for 4.0.2, module version = 1.0.0
[  839.137402] [DEBUG][XORG] 	Module class: X.Org Server Extension
[  839.137406] [DEBUG][XORG] (II) NVIDIA GLX Module  410.57  Tue Sep 18 23:27:13 CDT 2018
[  839.137411] [DEBUG][XORG] (II) NVIDIA(0): NVIDIA GPU GeForce 940MX (GM108-A) at PCI:2:0:0 (GPU-0)
[  839.137415] [DEBUG][XORG] (--) NVIDIA(0): Memory: 2097152 kBytes
[  839.137419] [DEBUG][XORG] (--) NVIDIA(0): VideoBIOS: 82.08.57.00.22
[  839.137422] [DEBUG][XORG] (II) NVIDIA(0): Detected PCI Express Link width: 4X
[  839.137426] [DEBUG][XORG] (II) NVIDIA(0): Validated MetaModes:
[  839.137431] [DEBUG][XORG] (II) NVIDIA(0):     "NULL"
[  839.137434] [DEBUG][XORG] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[  839.137439] [WARN][XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[  839.137443] [DEBUG][XORG] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[  839.137447] [DEBUG][XORG] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[  839.137451] [DEBUG][XORG] (II) NVIDIA:     access.
[  839.137454] [DEBUG][XORG] (II) NVIDIA(0): Setting mode "NULL"
[  839.137458] [DEBUG][XORG] (==) NVIDIA(0): Disabling shared memory pixmaps
[  839.137462] [DEBUG][XORG] (==) NVIDIA(0): Backing store enabled
[  839.137466] [DEBUG][XORG] (==) NVIDIA(0): Silken mouse disabled
[  839.137470] [DEBUG][XORG] (==) NVIDIA(0): DPMS enabled
[  839.137474] [WARN][XORG] (WW) NVIDIA(0): Option "NoLogo" is not used
[  839.137478] [DEBUG][XORG] (II) Loading sub module "dri2"
[  839.137482] [DEBUG][XORG] (II) LoadModule: "dri2"
[  839.137486] [DEBUG][XORG] (II) Module "dri2" already built-in
[  839.137490] [DEBUG][XORG] (II) NVIDIA(0): [DRI2] Setup complete
[  839.137493] [DEBUG][XORG] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  839.137497] [DEBUG][XORG] (II) Initializing extension Generic Event Extension
[  839.137500] [DEBUG][XORG] (II) Initializing extension SHAPE
[  839.137504] [DEBUG][XORG] (II) Initializing extension MIT-SHM
[  839.137507] [DEBUG][XORG] (II) Initializing extension XInputExtension
[  839.137511] [DEBUG][XORG] (II) Initializing extension XTEST
[  839.137514] [DEBUG][XORG] (II) Initializing extension BIG-REQUESTS
[  839.137518] [DEBUG][XORG] (II) Initializing extension SYNC
[  839.137523] [DEBUG][XORG] (II) Initializing extension XKEYBOARD
[  839.137526] [DEBUG][XORG] (II) Initializing extension XC-MISC
[  839.137530] [DEBUG][XORG] (II) Initializing extension SECURITY
[  839.137534] [DEBUG][XORG] (II) Initializing extension XFIXES
[  839.137538] [DEBUG][XORG] (II) Initializing extension RENDER
[  839.137541] [DEBUG][XORG] (II) Initializing extension RANDR
[  839.137545] [DEBUG][XORG] (II) Initializing extension COMPOSITE
[  839.137549] [DEBUG][XORG] (II) Initializing extension DAMAGE
[  839.137552] [DEBUG][XORG] (II) Initializing extension MIT-SCREEN-SAVER
[  839.137557] [DEBUG][XORG] (II) Initializing extension DOUBLE-BUFFER
[  839.137560] [DEBUG][XORG] (II) Initializing extension RECORD
[  839.137563] [DEBUG][XORG] (II) Initializing extension DPMS
[  839.137567] [DEBUG][XORG] (II) Initializing extension Present
[  839.137570] [DEBUG][XORG] (II) Initializing extension DRI3
[  839.137575] [DEBUG][XORG] (II) Initializing extension X-Resource
[  839.137579] [DEBUG][XORG] (II) Initializing extension XVideo
[  839.137583] [DEBUG][XORG] (II) Initializing extension XVideo-MotionCompensation
[  839.137587] [DEBUG][XORG] (II) Initializing extension GLX
[  839.137590] [DEBUG][XORG] (II) Initializing extension GLX
[  839.137595] [DEBUG][XORG] (II) Indirect GLX disabled.
[  839.137598] [DEBUG][XORG] (II) GLX: Another vendor is already registered for screen 0
[  839.137602] [DEBUG][XORG] (II) Initializing extension XFree86-VidModeExtension
[  839.137606] [DEBUG][XORG] (II) Initializing extension XFree86-DGA
[  839.137610] [DEBUG][XORG] (II) Initializing extension XFree86-DRI
[  839.137615] [DEBUG][XORG] (II) Initializing extension DRI2
[  839.137618] [DEBUG][XORG] (II) Initializing extension NV-GLX
[  839.137621] [DEBUG][XORG] (II) Initializing extension NV-CONTROL
[  839.137625] [DEBUG][XORG] (II) LoadModule: "mouse"
[  839.137630] [WARN][XORG] (WW) Warning, couldn't open module mouse
[  839.137633] [DEBUG][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
[  839.137637] [DEBUG][XORG] (EE) No input driver matching `mouse'
[  839.137641] [DEBUG][XORG] (II) Falling back to input driver `libinput'
[  839.137644] [DEBUG][XORG] (II) LoadModule: "libinput"
[  839.137649] [DEBUG][XORG] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  839.137652] [DEBUG][XORG] (II) Module libinput: vendor="X.Org Foundation"
[  839.137656] [DEBUG][XORG] 	compiled for 1.20.0, module version = 0.28.0
[  839.137661] [DEBUG][XORG] 	Module class: X.Org XInput Driver
[  839.137665] [DEBUG][XORG] 	ABI class: X.Org XInput driver, version 24.1
[  839.137669] [DEBUG][XORG] (II) Using input driver 'libinput' for '<default pointer>'
[  839.137674] [DEBUG][XORG] (**) Option "CorePointer" "on"
[  839.137677] [DEBUG][XORG] (**) <default pointer>: always reports core events
[  839.137681] [ERROR][XORG] (EE) PreInit returned 2 for "<default pointer>"
[  839.137684] [DEBUG][XORG] (II) UnloadModule: "libinput"
[  839.137689] [DEBUG][XORG] (II) LoadModule: "kbd"
[  839.137693] [DEBUG][XORG] (WW) Warning, couldn't open module kbd
[  839.137697] [DEBUG][XORG] (EE) Failed to load module "kbd" (module does not exist, 0)
[  839.137702] [DEBUG][XORG] (EE) No input driver matching `kbd'
[  839.137705] [DEBUG][XORG] (II) Falling back to input driver `libinput'
[  839.137709] [DEBUG][XORG] (II) Using input driver 'libinput' for '<default keyboard>'
[  839.137713] [DEBUG][XORG] (**) Option "CoreKeyboard" "on"
[  839.137717] [DEBUG][XORG] (**) <default keyboard>: always reports core events
[  839.137721] [ERROR][XORG] (EE) PreInit returned 2 for "<default keyboard>"
[  839.137724] [DEBUG][XORG] (II) UnloadModule: "libinput"
[  839.137728] [DEBUG][XORG] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  839.137731] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137735] [DEBUG][XORG] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  839.137739] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137743] [DEBUG][XORG] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[  839.137747] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137752] [DEBUG][XORG] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  839.137757] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137761] [DEBUG][XORG] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  839.137764] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137769] [DEBUG][XORG] (II) config/udev: Adding drm device (/dev/dri/card0)
[  839.137772] [DEBUG][XORG] (II) xfree86: Adding drm device (/dev/dri/card0)
[  839.137776] [DEBUG][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[  839.137780] [DEBUG][XORG] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event5)
[  839.137784] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137788] [DEBUG][XORG] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[  839.137792] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137795] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event10)
[  839.137799] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137803] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[  839.137807] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137811] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event12)
[  839.137816] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137820] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[  839.137824] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137828] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[  839.137832] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137835] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[  839.137839] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137844] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[  839.137847] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137851] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event17)
[  839.137855] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137859] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event18)
[  839.137864] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137866] [DEBUG][XORG] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[  839.137871] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137875] [DEBUG][XORG] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[  839.137878] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137882] [DEBUG][XORG] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  839.137886] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137890] [DEBUG][XORG] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event19)
[  839.137895] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137900] [DEBUG][XORG] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[  839.137903] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.137907] [DEBUG][XORG] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[  839.137911] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[  839.138013] [INFO]X successfully started in 1 seconds
[  844.677187] [DEBUG]Socket closed.
[  844.677210] [INFO]Stopping X server
[  844.705149] [DEBUG]Process with PID 2855 returned code 0
[  844.705810] [INFO]Unloading UVM/DRM/MODESET driver
[  844.705885] [DEBUG]Process modprobe started, PID 2876.
[  844.748200] [DEBUG]Process with PID 2876 returned code 0
[  844.967314] [INFO]Switching dedicated card OFF [bbswitch]
[  845.050053] [DEBUG][XORG] (II) NVIDIA(GPU-0): Deleting GPU-0
[  845.050065] [DEBUG][XORG] (II) Server terminated successfully (0). Closing log file.

dmesg

[Oct 9 15:46] ipmi message handler version 39.2
[  +0.002545] ipmi device interface
[  +0.116678] nvidia: module license 'NVIDIA' taints kernel.
[  +0.000002] Disabling lock debugging due to kernel taint
[  +0.015675] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
[  +0.288210] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  410.57  Tue Sep 18 23:25:09 CDT 2018 (using threaded interrupts)
[  +0.688455] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  410.57  Tue Sep 18 23:23:43 CDT 2018
[  +5.639943] nvidia-modeset: Unloading
[  +0.024041] nvidia-nvlink: Unregistered the Nvlink Core, major device number 237
[  +0.236711] bbswitch: disabling discrete graphics
[  +0.000236] ------------[ cut here ]------------
[  +0.000001] pci 0000:02:00.0: disabling already-disabled device
[  +0.000012] WARNING: CPU: 4 PID: 2832 at drivers/pci/pci.c:1686 pci_disable_device+0x8a/0xa0
[  +0.000001] Modules linked in: ipmi_devintf ipmi_msghandler bbswitch(OE) ccm msr snd_hda_codec_hdmi joydev mousedev snd_hda_codec_realtek snd_hda_codec_generic arc4 i915 iwlmvm mac80211 intel_rapl i2c_algo_bit x86_pkg_temp_thermal snd_hda_intel intel_powerclamp drm_kms_helper coretemp snd_hda_codec kvm_intel iTCO_wdt mei_wdt iTCO_vendor_support wmi_bmof snd_hda_core iwlwifi drm snd_hwdep kvm btusb snd_pcm uvcvideo btrtl btbcm btintel videobuf2_vmalloc videobuf2_memops snd_timer bluetooth thinkpad_acpi videobuf2_v4l2 irqbypass videobuf2_common nvram intel_cstate videodev intel_uncore cfg80211 intel_gtt snd psmouse agpgart rtsx_pci_ms tpm_crb memstick syscopyarea intel_rapl_perf mei_me media ecdh_generic sysfillrect input_leds tpm_tis soundcore i2c_i801 tpm_tis_core sysimgblt mei rfkill wmi ac intel_pch_thermal
[  +0.000050]  fb_sys_fops led_class tpm battery rng_core pcc_cpufreq evdev mac_hid 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 serio_raw mmc_core ahci atkbd libahci libps2 aesni_intel libata aes_x86_64 crypto_simd cryptd glue_helper scsi_mod rtsx_pci i8042 serio [last unloaded: nvidia]
[  +0.000031] CPU: 4 PID: 2832 Comm: bumblebeed Tainted: P           OE     4.18.12-arch1-1-ARCH #1
[  +0.000001] Hardware name: LENOVO 20FWCTO1WW/20FWCTO1WW, BIOS R07ET84W (2.24 ) 06/05/2018
[  +0.000003] RIP: 0010:pci_disable_device+0x8a/0xa0
[  +0.000000] Code: 48 85 ed 75 07 48 8b ab b0 00 00 00 48 8d bb a0 00 00 00 e8 38 b8 13 00 48 89 ea 48 c7 c7 40 b9 6d a1 48 89 c6 e8 10 e2 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.000035] RSP: 0018:ffff949a03633dd8 EFLAGS: 00010286
[  +0.000002] RAX: 0000000000000000 RBX: ffff88b9ce133000 RCX: 0000000000000001
[  +0.000001] RDX: 0000000080000001 RSI: ffffffffa16a90de RDI: 00000000ffffffff
[  +0.000002] RBP: ffff88b9ce0f2900 R08: 0000021a6dd5b1d3 R09: 0000000000000398
[  +0.000001] R10: ffffffffa1e6b700 R11: 0000000000000000 R12: 000055ebb75be3d0
[  +0.000001] R13: ffff949a03633f08 R14: 000055ebb75be3d0 R15: 0000000000000000
[  +0.000001] FS:  00007f3ae0507080(0000) GS:ffff88b9e1500000(0000) knlGS:0000000000000000
[  +0.000002] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  +0.000001] CR2: 00007f6777287984 CR3: 000000044cd66003 CR4: 00000000003606e0
[  +0.000001] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  +0.000001] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  +0.000001] Call Trace:
[  +0.000021]  bbswitch_off.cold.4+0xc1/0x1d1 [bbswitch]
[  +0.000004]  bbswitch_proc_write+0xaf/0xd0 [bbswitch]
[  +0.000010]  proc_reg_write+0x3c/0x60
[  +0.000004]  __vfs_write+0x36/0x190
[  +0.000004]  ? __audit_syscall_entry+0xd7/0x160
[  +0.000003]  ? syscall_slow_exit_work+0x19b/0x1b0
[  +0.000003]  vfs_write+0xa9/0x190
[  +0.000003]  ksys_write+0x4f/0xb0
[  +0.000002]  do_syscall_64+0x5b/0x170
[  +0.000003]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  +0.000003] RIP: 0033:0x7f3ae0cc27a8
[  +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.000035] RSP: 002b:00007ffd0000c458 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[  +0.000002] RAX: ffffffffffffffda RBX: 0000000000000028 RCX: 00007f3ae0cc27a8
[  +0.000001] RDX: 0000000000000028 RSI: 000055ebb75be3d0 RDI: 0000000000000004
[  +0.000001] RBP: 000055ebb75be3d0 R08: 00007f3ae0507080 R09: 000000000000002c
[  +0.000001] R10: 00000000000001b6 R11: 0000000000000246 R12: 000055ebb75bc600
[  +0.000001] R13: 0000000000000028 R14: 00007f3ae0d905c0 R15: 0000000000000028
[  +0.000003] ---[ end trace d71a4ca9d731eb59 ]---

cat /proc/acpi/bbswitch

0000:02:00.0 OFF

Offline

#17 2018-10-09 08:16:31

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

Re: Bumblebee, bbswitch

So everything seems to be working to the extent that it should... FWIW it seems you mucked around quite a bit in your bumblebee config files. I don't know what you changed exactly nor what you intended to fix, however these files usually work as is. It's quite possible that you are dancing around a non issue caused by changes to these files.

Offline

#18 2018-10-09 08:36:25

Linuxman
Member
Registered: 2018-09-25
Posts: 21

Re: Bumblebee, bbswitch

V1del wrote:

So everything seems to be working to the extent that it should... FWIW it seems you mucked around quite a bit in your bumblebee config files. I don't know what you changed exactly nor what you intended to fix, however these files usually work as is. It's quite possible that you are dancing around a non issue caused by changes to these files.

Change number of VirtualDisplay fron 8 to 1.

So, now, i will try to enable bumblebee and reboot.

Offline

#19 2018-10-09 14:46:25

seth
Member
Registered: 2012-09-03
Posts: 50,983

Re: Bumblebee, bbswitch

Sorry for the sielence.

It would seem that the X11 PCI scan triggers the module to be loaded, maybe actually for an attempt to power it up (but rather through an ACPI call than through bbswitch)
You could try to (w/o the config) just run "Xorg" to see whether it relates to Xorg or your xserverrc.

The only thing "required" in the xorg.conf should be the Device section and the Screen section (the part that is adressing it)

Did you try whether the LTS kernel exposes this behavior?

Offline

Board footer

Powered by FluxBB