You are not logged in.

#76 2017-03-16 12:23:56

jnbrains
Member
Registered: 2015-03-26
Posts: 25

Re: [libglvnd] libglvnd support for mesa is now in testing

1. Install downgrade (from AUR)

$ pacaur -S downgrade

or

$ yaourt -S downgrade

2. Downgrade the package

$ downgrade mesa

3. Select the version you wish to downgrade to

Offline

#77 2017-03-16 13:15:48

rokidakota
Member
Registered: 2014-11-22
Posts: 34

Re: [libglvnd] libglvnd support for mesa is now in testing

Thank you jnbrains, but using downgrade makes no difference:

...
select a package by number: 4
loading packages...
warning: downgrading package mesa (17.0.1-2 => 17.0.1-1)
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: libglvnd: installing mesa (17.0.1-1) breaks dependency 'opengl-driver'

Offline

#78 2017-03-16 17:47:42

Commod0re
Member
Registered: 2015-10-13
Posts: 8

Re: [libglvnd] libglvnd support for mesa is now in testing

Since updating this, Enlightenment has been complaining that the available OpenGL version was insufficient for the compositor (falling back to the software renderer). Worse, though, was that it was causing the window manager to segfault. I suspect that efl should have been recompiled with the newer mesa/libglvnd, since mesa and mesa-libgl now conflict.

Thanks to jnbrains' suggestion, I downgraded:
- mesa (17.0.1-2 => 17.0.0-2)
- libglvnd (0.2.999+g4ba53457-1 => 0.1.1.20161028-1)
- mesa-libgl (N/A => 17.0.0-2)

and restarted Enlightenment, and the compositor is happy again.

Offline

#79 2017-03-16 23:13:24

jnbrains
Member
Registered: 2015-03-26
Posts: 25

Re: [libglvnd] libglvnd support for mesa is now in testing

I had to remove libglvnd manually to have it work:

$ pacaur -Rdd libglvnd lib32-libglvnd

And then downgrade the package (mesa), and it
should work, as libglvnd is new required by
17.0.1-2 only.

Last edited by jnbrains (2017-03-16 23:16:24)

Offline

#80 2017-03-17 03:40:43

Everest
Member
Registered: 2017-03-17
Posts: 1

Re: [libglvnd] libglvnd support for mesa is now in testing

FYI this update caused my computer to boot into a black screen. The problem turned out to be the 10-nvidia-drm-outputclass.conf file.

I have a SandyBridge computer (with its integrated Intel graphics) and a dedicated NVidia card. I have both the xf86-video-intel and nvidia drivers installed, with no xorg-conf modifications, and Xorg used to default to the intel driver. (I don't use the nvidia driver for Xorg graphics -- I use it for CUDA GPU programming.)

After the new 10-nvidia-drm-outputclass.conf file, Xorg used the nvidia driver for the first time, which booted to a black screen. Renaming the file to 10-nvidia-drm-outputclass.conf.bak caused Xorg to ignore that conf file and default to the working intel driver again.

Offline

#81 2017-03-17 10:22:25

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [libglvnd] libglvnd support for mesa is now in testing

Commod0re wrote:

Since updating this, Enlightenment has been complaining that the available OpenGL version was insufficient for the compositor (falling back to the software renderer). Worse, though, was that it was causing the window manager to segfault. I suspect that efl should have been recompiled with the newer mesa/libglvnd, since mesa and mesa-libgl now conflict.

Thanks to jnbrains' suggestion, I downgraded:
- mesa (17.0.1-2 => 17.0.0-2)
- libglvnd (0.2.999+g4ba53457-1 => 0.1.1.20161028-1)
- mesa-libgl (N/A => 17.0.0-2)

and restarted Enlightenment, and the compositor is happy again.

I removed the package libglvnd because of the error dependencies:

pacman -Rdd libglvnd lib32-libglvnd

And then, downgraded the packages of mesa, so now I have:

lib32-mesa 17.0.0-2
mesa 17.0.0-2
mesa-libgl 17.0.0-2

But when It should appear the Plasma login session it only appears a black screen. So I must change to another tty with no graphics in order to continue using the computer.

Here is my dmesg:

[    0.000000] Linux version 4.10.3-1-ARCH (builduser@tobias) (gcc version 6.3.1 20170306 (GCC) ) #1 SMP PREEMPT Wed Mar 15 09:17:17 CET 2017
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=43ef0b61-66cc-4d35-ab56-694452acbce8 rw quiet
[    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] e820: 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-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000002f43dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000002f43e000-0x000000002f43efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000002f43f000-0x000000002f488fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000002f489000-0x0000000035136fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000035137000-0x0000000035e5bfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000035e5c000-0x00000000361f4fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000361f5000-0x00000000370a1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000370a2000-0x0000000037f01fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000037f02000-0x0000000037f7efff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000037f7f000-0x0000000037ffefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000038000000-0x00000000380fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004c1ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ESRT=0x37e41e18  ACPI=0x362fd000  ACPI 2.0=0x362fd000  SMBIOS=0xf05e0  SMBIOS 3.0=0xf0600  MPS=0xfca60 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. N501VW/N501VW, BIOS N501VW.300 05/09/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x4c2000 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 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 0040000000 mask 7FC0000000 uncachable
[    0.000000]   2 base 003C000000 mask 7FFC000000 uncachable
[    0.000000]   3 base 003A000000 mask 7FFE000000 uncachable
[    0.000000]   4 base 0039000000 mask 7FFF000000 uncachable
[    0.000000]   5 base 0038800000 mask 7FFF800000 uncachable
[    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  WC  UC- WT  
[    0.000000] e820: last_pfn = 0x37fff max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fccf0-0x000fccff] mapped at [ffff8800000fccf0]
[    0.000000] esrt: Reserving ESRT space from 0x0000000037e41e18 to 0x0000000037e41e50.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x02d5f000, 0x02d5ffff] PGTABLE
[    0.000000] BRK [0x02d60000, 0x02d60fff] PGTABLE
[    0.000000] BRK [0x02d61000, 0x02d61fff] PGTABLE
[    0.000000] BRK [0x02d62000, 0x02d62fff] PGTABLE
[    0.000000] BRK [0x02d63000, 0x02d63fff] PGTABLE
[    0.000000] BRK [0x02d64000, 0x02d64fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x32c1b000-0x331a6fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000362FD000 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x00000000362FD0A8 0000D4 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x0000000036325AA8 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000362FD210 028893 (v02 _ASUS_ Notebook 01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000370A0F80 000040
[    0.000000] ACPI: APIC 0x0000000036325BB8 0000BC (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x0000000036325C78 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x0000000036325CC0 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x0000000036325D60 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x0000000036325DA0 000038 (v01 _ASUS_ Notebook 01072009 AMI. 0005000B)
[    0.000000] ACPI: SSDT 0x0000000036325DD8 000315 (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.000000] ACPI: ECDT 0x00000000363260F0 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.000000] ACPI: LPIT 0x00000000363261B8 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x0000000036326250 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
[    0.000000] ACPI: DBGP 0x0000000036326498 000034 (v01 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x00000000363264D0 000054 (v00 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x0000000036326528 003F2B (v02 DptfTa DptfTabl 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000003632A458 0066A5 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x0000000036330B00 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: SSDT 0x0000000036330B48 000E73 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.000000] ACPI: BGRT 0x00000000363319C0 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000363319F8 0000A5 (v02 SgRef  SgPeg    00001000 INTL 20120913)
[    0.000000] ACPI: DMAR 0x0000000036331AA0 0000F0 (v01 INTEL  SKL      00000001 INTL 00000001)
[    0.000000] ACPI: TPM2 0x0000000036331B90 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.000000] ACPI: SSDT 0x0000000036331BC8 0019FA (v01 OptRef OptTabl  00001000 INTL 20120913)
[    0.000000] ACPI: MSDM 0x0000000035BE5F18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000004c1ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x4c1ff8000-0x4c1ffcfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000004c1ffffff]
[    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-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000002f43dfff]
[    0.000000]   node   0: [mem 0x000000002f489000-0x0000000035136fff]
[    0.000000]   node   0: [mem 0x0000000035e5c000-0x00000000361f4fff]
[    0.000000]   node   0: [mem 0x0000000037f7f000-0x0000000037ffefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x00000004c1ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000004c1ffffff]
[    0.000000] On node 0 totalpages: 4158626
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 26 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3349 pages used for memmap
[    0.000000]   DMA32 zone: 214277 pages, LIFO batch:31
[    0.000000]   Normal zone: 61568 pages used for memmap
[    0.000000]   Normal zone: 3940352 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x0000000039000000-0x000000003cffffff
[    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: 0x8086a701 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 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x2f43e000-0x2f43efff]
[    0.000000] PM: Registered nosave memory: [mem 0x2f43f000-0x2f488fff]
[    0.000000] PM: Registered nosave memory: [mem 0x35137000-0x35e5bfff]
[    0.000000] PM: Registered nosave memory: [mem 0x361f5000-0x370a1fff]
[    0.000000] PM: Registered nosave memory: [mem 0x370a2000-0x37f01fff]
[    0.000000] PM: Registered nosave memory: [mem 0x37f02000-0x37f7efff]
[    0.000000] PM: Registered nosave memory: [mem 0x37fff000-0x37ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x38000000-0x380fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x38100000-0x38ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x39000000-0x3cffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x3d000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x3d000000-0xdfffffff] 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] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff8804c1c00000 s103640 r8192 d31528 u262144
[    0.000000] pcpu-alloc: s103640 r8192 d31528 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4093619
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=43ef0b61-66cc-4d35-ab56-694452acbce8 rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16238280K/16634504K available (6350K kernel code, 1091K rwdata, 1980K rodata, 1292K init, 1032K bss, 396224K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:8448 nr_irqs:2048 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 2600.000 MHz processor
[    0.000022] Calibrating delay loop (skipped), value calculated using timer frequency.. 5186.00 BogoMIPS (lpj=8640000)
[    0.000024] pid_max: default: 32768 minimum: 301
[    0.000032] ACPI: Core revision 20160930
[    0.041901] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.043042] Security Framework initialized
[    0.043042] Yama: becoming mindful.
[    0.043777] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.046417] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.047645] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.047657] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.047870] CPU: Physical Processor ID: 0
[    0.047871] CPU: Processor Core ID: 0
[    0.047874] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.047875] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.047879] mce: CPU supports 10 MCE banks
[    0.047887] CPU0: Thermal monitoring enabled (TM1)
[    0.047905] process: using mwait in idle threads
[    0.047907] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.047908] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.047993] Freeing SMP alternatives memory: 24K
[    0.050500] ftrace: allocating 25113 entries in 99 pages
[    0.061296] smpboot: Max logical packages: 2
[    0.061300] DMAR: Host address width 39
[    0.061301] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.061306] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[    0.061307] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.061311] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.061312] DMAR: RMRR base: 0x00000035bc5000 end: 0x00000035be4fff
[    0.061313] DMAR: RMRR base: 0x00000038800000 end: 0x0000003cffffff
[    0.061314] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.061314] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.061316] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.061316] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.061317] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.061317] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.062719] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.062719] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.066755] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.099769] TSC deadline timer enabled
[    0.099774] smpboot: CPU0: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.109791] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.109871] ... version:                4
[    0.109872] ... bit width:              48
[    0.109873] ... generic registers:      4
[    0.109875] ... value mask:             0000ffffffffffff
[    0.109877] ... max period:             00007fffffffffff
[    0.109878] ... fixed-purpose events:   3
[    0.109879] ... event mask:             000000070000000f
[    0.133354] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.139830] smp: Bringing up secondary CPUs ...
[    0.166543] x86: Booting SMP configuration:
[    0.166546] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.910265] smp: Brought up 1 node, 8 CPUs
[    0.910267] smpboot: Total of 8 processors activated (41497.47 BogoMIPS)
[    0.917468] devtmpfs: initialized
[    0.917512] x86/mm: Memory block size: 128MB
[    0.920046] PM: Registering ACPI NVS region [mem 0x2f43e000-0x2f43efff] (4096 bytes)
[    0.920047] PM: Registering ACPI NVS region [mem 0x361f5000-0x370a1fff] (15388672 bytes)
[    0.920241] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.920251] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.920298] pinctrl core: initialized pinctrl subsystem
[    0.920413] RTC time: 10:08:25, date: 03/17/17
[    0.921433] NET: Registered protocol family 16
[    0.937104] cpuidle: using governor ladder
[    0.957120] cpuidle: using governor menu
[    0.957123] PCCT header not found.
[    0.957193] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.957195] ACPI: bus type PCI registered
[    0.957197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.957288] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.957289] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.957301] PCI: Using configuration type 1 for base access
[    0.977312] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.977313] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.977514] ACPI: Added _OSI(Module Device)
[    0.977515] ACPI: Added _OSI(Processor Device)
[    0.977515] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.977516] ACPI: Added _OSI(Processor Aggregator Device)
[    0.977518] ACPI : EC: EC started
[    0.979389] ACPI: \: Used as first EC
[    0.979390] ACPI: \: GPE=0x23, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.979391] ACPI: \: Used as boot ECDT EC to handle transactions
[    0.980667] ACPI: Executed 25 blocks of module-level executable AML code
[    0.991725] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.999277] ACPI: Dynamic OEM Table Load:
[    0.999287] ACPI: SSDT 0xFFFF8804AF3DB800 0005DC (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.999557] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    1.000863] ACPI: Dynamic OEM Table Load:
[    1.000867] ACPI: SSDT 0xFFFF8804AEFB8C00 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    1.001136] ACPI: Dynamic OEM Table Load:
[    1.001139] ACPI: SSDT 0xFFFF8804AF3CD840 00008E (v02 PmRef  Cpu0Hwp  00003000 INTL 20120913)
[    1.001318] ACPI: Dynamic OEM Table Load:
[    1.001321] ACPI: SSDT 0xFFFF8804AEF8BC00 000130 (v02 PmRef  HwpLvt   00003000 INTL 20120913)
[    1.002156] ACPI: Dynamic OEM Table Load:
[    1.002161] ACPI: SSDT 0xFFFF8804AF3D9000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    1.002604] ACPI: Dynamic OEM Table Load:
[    1.002607] ACPI: SSDT 0xFFFF8804AEF88E00 000119 (v02 PmRef  ApHwp    00003000 INTL 20120913)
[    1.002871] ACPI: Dynamic OEM Table Load:
[    1.002875] ACPI: SSDT 0xFFFF8804AEF89400 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    1.007806] ACPI : EC: EC stopped
[    1.007807] ACPI : EC: EC started
[    1.007947] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    1.007948] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x23, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.007949] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    1.007949] ACPI: Interpreter enabled
[    1.007989] ACPI: (supports S0 S3 S4 S5)
[    1.007989] ACPI: Using IOAPIC for interrupt routing
[    1.008022] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.010493] ACPI: Power Resource [PG00] (on)
[    1.041940] ACPI: Power Resource [PG01] (on)
[    1.042303] ACPI: Power Resource [PG02] (on)
[    1.042943] ACPI: Power Resource [WRST] (off)
[    1.043265] ACPI: Power Resource [WRST] (off)
[    1.043587] ACPI: Power Resource [WRST] (off)
[    1.043905] ACPI: Power Resource [WRST] (off)
[    1.044225] ACPI: Power Resource [WRST] (off)
[    1.044543] ACPI: Power Resource [WRST] (off)
[    1.044937] ACPI: Power Resource [WRST] (off)
[    1.045453] ACPI: Power Resource [WRST] (off)
[    1.045796] ACPI: Power Resource [WRST] (off)
[    1.046281] ACPI: Power Resource [WRST] (off)
[    1.046605] ACPI: Power Resource [WRST] (off)
[    1.046926] ACPI: Power Resource [WRST] (off)
[    1.047246] ACPI: Power Resource [WRST] (off)
[    1.047566] ACPI: Power Resource [WRST] (off)
[    1.047887] ACPI: Power Resource [WRST] (off)
[    1.048211] ACPI: Power Resource [WRST] (off)
[    1.048542] ACPI: Power Resource [WRST] (off)
[    1.048867] ACPI: Power Resource [WRST] (off)
[    1.049185] ACPI: Power Resource [WRST] (off)
[    1.049507] ACPI: Power Resource [WRST] (off)
[    1.057440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    1.057445] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    1.057477] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    1.058089] PCI host bridge to bus 0000:00
[    1.058091] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.058092] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.058093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.058094] pci_bus 0000:00: root bus resource [mem 0x3d000000-0xdfffffff window]
[    1.058094] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    1.058095] pci_bus 0000:00: root bus resource [bus 00-fe]
[    1.058102] pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
[    1.058207] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    1.058243] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.058360] pci 0000:00:01.0: System wakeup disabled by ACPI
[    1.058416] pci 0000:00:02.0: [8086:191b] type 00 class 0x030000
[    1.058423] pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
[    1.058429] pci 0000:00:02.0: reg 0x18: [mem 0x70000000-0x7fffffff 64bit pref]
[    1.058432] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    1.058552] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    1.058562] pci 0000:00:04.0: reg 0x10: [mem 0xdd320000-0xdd327fff 64bit]
[    1.058752] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    1.058768] pci 0000:00:14.0: reg 0x10: [mem 0xdd310000-0xdd31ffff 64bit]
[    1.058834] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.058932] pci 0000:00:14.0: System wakeup disabled by ACPI
[    1.058969] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    1.058985] pci 0000:00:14.2: reg 0x10: [mem 0xdd338000-0xdd338fff 64bit]
[    1.059225] pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
[    1.059420] pci 0000:00:15.0: reg 0x10: [mem 0xdd337000-0xdd337fff 64bit]
[    1.060302] pci 0000:00:15.1: [8086:a161] type 00 class 0x118000
[    1.060472] pci 0000:00:15.1: reg 0x10: [mem 0xdd336000-0xdd336fff 64bit]
[    1.061337] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    1.061356] pci 0000:00:16.0: reg 0x10: [mem 0xdd335000-0xdd335fff 64bit]
[    1.061429] pci 0000:00:16.0: PME# supported from D3hot
[    1.061564] pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
[    1.061576] pci 0000:00:17.0: reg 0x10: [mem 0xdd330000-0xdd331fff]
[    1.061583] pci 0000:00:17.0: reg 0x14: [mem 0xdd334000-0xdd3340ff]
[    1.061589] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    1.061596] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    1.061602] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    1.061608] pci 0000:00:17.0: reg 0x24: [mem 0xdd333000-0xdd3337ff]
[    1.061652] pci 0000:00:17.0: PME# supported from D3hot
[    1.061785] pci 0000:00:1c.0: [8086:a111] type 01 class 0x060400
[    1.061854] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.061966] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    1.062003] pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
[    1.062072] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.062182] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    1.062218] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    1.062281] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.062391] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    1.062444] pci 0000:00:1f.0: [8086:a14e] type 00 class 0x060100
[    1.062656] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    1.062667] pci 0000:00:1f.2: reg 0x10: [mem 0xdd32c000-0xdd32ffff]
[    1.062833] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    1.062854] pci 0000:00:1f.3: reg 0x10: [mem 0xdd328000-0xdd32bfff 64bit]
[    1.062884] pci 0000:00:1f.3: reg 0x20: [mem 0xdd300000-0xdd30ffff 64bit]
[    1.062932] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    1.063088] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    1.063126] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    1.063173] pci 0000:00:1f.4: reg 0x10: [mem 0xdd332000-0xdd3320ff 64bit]
[    1.063244] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    1.063468] pci 0000:01:00.0: [10de:139b] type 00 class 0x030200
[    1.063476] pci 0000:01:00.0: reg 0x10: [mem 0xdc000000-0xdcffffff]
[    1.063484] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    1.063491] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    1.063496] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    1.063500] pci 0000:01:00.0: reg 0x30: [mem 0xdd000000-0xdd07ffff pref]
[    1.063582] pci 0000:01:00.0: System wakeup disabled by ACPI
[    1.071675] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.071680] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    1.071685] pci 0000:00:01.0:   bridge window [mem 0xdc000000-0xdd0fffff]
[    1.071692] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    1.071948] pci 0000:02:00.0: [1aea:6621] type 00 class 0xff0000
[    1.071984] pci 0000:02:00.0: reg 0x10: [mem 0xdd200000-0xdd2000ff 64bit]
[    1.072207] pci 0000:02:00.0: System wakeup disabled by ACPI
[    1.081762] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.081771] pci 0000:00:1c.0:   bridge window [mem 0xdd200000-0xdd2fffff]
[    1.082105] pci 0000:03:00.0: [8086:095a] type 00 class 0x028000
[    1.082185] pci 0000:03:00.0: reg 0x10: [mem 0xdd100000-0xdd101fff 64bit]
[    1.082408] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    1.082555] pci 0000:03:00.0: System wakeup disabled by ACPI
[    1.091993] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    1.091997] pci 0000:00:1c.2:   bridge window [mem 0xdd100000-0xdd1fffff]
[    1.092112] pci 0000:00:1c.4: PCI bridge to [bus 04-3c]
[    1.092116] pci 0000:00:1c.4:   bridge window [mem 0xc4000000-0xda0fffff]
[    1.092120] pci 0000:00:1c.4:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    1.094170] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.094226] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.094279] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.094328] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.094380] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.094431] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.094484] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.094535] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.095003] ACPI: Enabled 6 GPEs in block 00 to 7F
[    1.095150] ACPI : EC: event unblocked
[    1.095162] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x23, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.095163] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    1.095352] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.095353] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.095356] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.095356] vgaarb: loaded
[    1.095391] Registered efivars operations
[    1.098542] PCI: Using ACPI for IRQ routing
[    1.122280] PCI: pci_cache_line_size set to 64 bytes
[    1.122791] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    1.122792] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    1.122792] e820: reserve RAM buffer [mem 0x2f43e000-0x2fffffff]
[    1.122793] e820: reserve RAM buffer [mem 0x35137000-0x37ffffff]
[    1.122794] e820: reserve RAM buffer [mem 0x361f5000-0x37ffffff]
[    1.122795] e820: reserve RAM buffer [mem 0x37fff000-0x37ffffff]
[    1.122795] e820: reserve RAM buffer [mem 0x4c2000000-0x4c3ffffff]
[    1.122863] NetLabel: Initializing
[    1.122864] NetLabel:  domain hash size = 128
[    1.122864] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.122876] NetLabel:  unlabeled traffic allowed by default
[    1.122951] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.122955] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    1.125027] clocksource: Switched to clocksource hpet
[    1.129724] VFS: Disk quotas dquot_6.6.0
[    1.129736] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.129790] pnp: PnP ACPI init
[    1.130056] system 00:00: [io  0x0680-0x069f] has been reserved
[    1.130058] system 00:00: [io  0xffff] has been reserved
[    1.130059] system 00:00: [io  0xffff] has been reserved
[    1.130060] system 00:00: [io  0xffff] has been reserved
[    1.130061] system 00:00: [io  0x1800-0x18fe] has been reserved
[    1.130061] system 00:00: [io  0x164e-0x164f] has been reserved
[    1.130064] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.130150] system 00:01: [io  0x0800-0x087f] has been reserved
[    1.130152] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.130168] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.130200] system 00:03: [io  0x1854-0x1857] has been reserved
[    1.130201] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    1.130314] system 00:04: [io  0x0240-0x0259] has been reserved
[    1.130316] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.130351] pnp 00:05: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[    1.130502] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.130503] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.130504] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.130505] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    1.130506] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.130507] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.130508] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.130509] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    1.130510] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.130511] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[    1.130513] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.130546] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    1.130547] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    1.130548] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    1.130549] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    1.130550] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    1.130551] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    1.130552] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    1.130554] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.130846] system 00:08: [io  0xff00-0xfffe] has been reserved
[    1.130847] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.131935] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    1.131936] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    1.131937] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    1.131939] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.132772] pnp: PnP ACPI: found 10 devices
[    1.139867] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.139896] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 04-3c] add_size 1000
[    1.139899] pci 0000:00:1c.4: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.139900] pci 0000:00:1c.4: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.139902] pci 0000:00:1c.4: BAR 13: assigned [io  0x2000-0x2fff]
[    1.139903] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.139905] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    1.139907] pci 0000:00:01.0:   bridge window [mem 0xdc000000-0xdd0fffff]
[    1.139909] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    1.139912] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.139919] pci 0000:00:1c.0:   bridge window [mem 0xdd200000-0xdd2fffff]
[    1.139924] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    1.139928] pci 0000:00:1c.2:   bridge window [mem 0xdd100000-0xdd1fffff]
[    1.139933] pci 0000:00:1c.4: PCI bridge to [bus 04-3c]
[    1.139936] pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
[    1.139939] pci 0000:00:1c.4:   bridge window [mem 0xc4000000-0xda0fffff]
[    1.139941] pci 0000:00:1c.4:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    1.139946] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.139947] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.139948] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.139949] pci_bus 0000:00: resource 7 [mem 0x3d000000-0xdfffffff window]
[    1.139949] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    1.139950] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    1.139951] pci_bus 0000:01: resource 1 [mem 0xdc000000-0xdd0fffff]
[    1.139952] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
[    1.139953] pci_bus 0000:02: resource 1 [mem 0xdd200000-0xdd2fffff]
[    1.139954] pci_bus 0000:03: resource 1 [mem 0xdd100000-0xdd1fffff]
[    1.139955] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    1.139955] pci_bus 0000:04: resource 1 [mem 0xc4000000-0xda0fffff]
[    1.139956] pci_bus 0000:04: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
[    1.140081] NET: Registered protocol family 2
[    1.140210] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.140367] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.140452] TCP: Hash tables configured (established 131072 bind 65536)
[    1.140471] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.140505] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.140556] NET: Registered protocol family 1
[    1.140566] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.141547] PCI: CLS 0 bytes, default 64
[    1.141577] Unpacking initramfs...
[    1.223781] Freeing initrd memory: 5680K
[    1.223802] DMAR: ACPI device "device:78" under DMAR at fed91000 as 00:15.0
[    1.223805] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.1
[    1.223814] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.223816] software IO TLB [mem 0x2a385000-0x2e385000] (64MB) mapped at [ffff88002a385000-ffff88002e384fff]
[    1.224011] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb6cc5db, max_idle_ns: 440795203504 ns
[    1.224198] Scanning for low memory corruption every 60 seconds
[    1.224765] Initialise system trusted keyrings
[    1.224877] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    1.226016] zbud: loaded
[    1.226834] Key type asymmetric registered
[    1.226867] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.226909] io scheduler noop registered
[    1.226910] io scheduler deadline registered
[    1.226916] io scheduler cfq registered (default)
[    1.227638] efifb: probing for efifb
[    1.227645] efifb: framebuffer at 0x70000000, using 3072k, total 3072k
[    1.227646] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.227646] efifb: scrolling: redraw
[    1.227647] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.229120] Console: switching to colour frame buffer device 128x48
[    1.230492] fb0: EFI VGA frame buffer device
[    1.230497] intel_idle: MWAIT substates: 0x11142120
[    1.230498] intel_idle: v0.4.1 model 0x5E
[    1.230904] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.231964] GHES: HEST is not enabled!
[    1.232021] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.232436] Linux agpgart interface v0.103
[    1.232998] rtc_cmos 00:02: RTC can wake from S4
[    1.233378] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.233464] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.233470] intel_pstate: Intel P-state driver initializing
[    1.234178] intel_pstate: HWP enabled
[    1.234393] ledtrig-cpu: registered to indicate activity on CPUs
[    1.234547] NET: Registered protocol family 10
[    1.238171] Segment Routing with IPv6
[    1.238182] NET: Registered protocol family 17
[    1.238991] microcode: sig=0x506e3, pf=0x20, revision=0x74
[    1.239349] microcode: Microcode Update Driver: v2.2.
[    1.239659] registered taskstats version 1
[    1.239662] Loading compiled-in X.509 certificates
[    1.239674] zswap: loaded using pool lzo/zbud
[    1.240887]   Magic number: 9:382:123
[    1.240904] acpi LNXSYBUS:01: hash matches
[    1.241111] rtc_cmos 00:02: setting system clock to 2017-03-17 10:08:25 UTC (1489745305)
[    1.241175] PM: Hibernation image not present or could not be loaded.
[    1.242020] Freeing unused kernel memory: 1292K
[    1.242020] Write protecting the kernel read-only data: 10240k
[    1.242554] Freeing unused kernel memory: 1828K
[    1.242795] Freeing unused kernel memory: 68K
[    1.255199] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[    1.256249] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.256274] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.256844] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.256855] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.258306] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.258316] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.258319] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.258543] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.258551] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.290578] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    1.290579] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.292018] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.299194] ACPI: bus type USB registered
[    1.299208] usbcore: registered new interface driver usbfs
[    1.299216] usbcore: registered new interface driver hub
[    1.299237] usbcore: registered new device driver usb
[    1.299328] SCSI subsystem initialized
[    1.300437] libata version 3.00 loaded.
[    1.300569] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.300574] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.301728] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    1.301732] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.301951] hub 1-0:1.0: USB hub found
[    1.301982] hub 1-0:1.0: 16 ports detected
[    1.303200] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.303201] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.303319] hub 2-0:1.0: USB hub found
[    1.303336] hub 2-0:1.0: 8 ports detected
[    1.304040] ahci 0000:00:17.0: version 3.0
[    1.304412] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x7 impl SATA mode
[    1.304414] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
[    1.325373] scsi host0: ahci
[    1.325468] scsi host1: ahci
[    1.325577] scsi host2: ahci
[    1.325612] ata1: SATA max UDMA/133 abar m2048@0xdd333000 port 0xdd333100 irq 124
[    1.325615] ata2: SATA max UDMA/133 abar m2048@0xdd333000 port 0xdd333180 irq 124
[    1.325620] ata3: SATA max UDMA/133 abar m2048@0xdd333000 port 0xdd333200 irq 124
[    1.363095] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.621844] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[    1.635887] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.635924] ata2: SATA link down (SStatus 4 SControl 300)
[    1.635954] ata3: SATA link down (SStatus 4 SControl 300)
[    1.637571] ata1.00: ATA-9: SanDisk SD8SNAT256G1002, Z2317002, max UDMA/133
[    1.637575] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    1.645734] ata1.00: configured for UDMA/133
[    1.646335] scsi 0:0:0:0: Direct-Access     ATA      SanDisk SD8SNAT2 7002 PQ: 0 ANSI: 5
[    1.685913] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    1.685926] sd 0:0:0:0: [sda] Write Protect is off
[    1.685929] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.685945] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.689578]  sda: sda1 sda2 sda3 sda4
[    1.691151] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.834650] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    1.847396] random: fast init done
[    1.991754] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[    2.030066] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.034980] systemd[1]: systemd 232 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    2.035160] systemd[1]: Detected architecture x86-64.
[    2.035440] systemd[1]: Set hostname to <turing>.
[    2.188339] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.189114] systemd[1]: Created slice System Slice.
[    2.190029] systemd[1]: Mounting Huge Pages File System...
[    2.190167] systemd[1]: Listening on udev Kernel Socket.
[    2.190336] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.190399] systemd[1]: Reached target Remote File Systems.
[    2.190506] systemd[1]: Listening on LVM2 metadata daemon socket.
[    2.217267] EXT4-fs (sda2): re-mounted. Opts: data=ordered
[    2.225299] clocksource: Switched to clocksource tsc
[    2.238616] usb 1-9: new full-speed USB device number 4 using xhci_hcd
[    2.255657] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.281952] hidraw: raw HID events driver (C) Jiri Kosina
[    2.297979] hid_asus_fte: loading out-of-tree module taints kernel.
[    2.322839] vboxdrv: Found 8 processor cores
[    2.342037] vboxdrv: TSC mode is Invariant, tentative frequency 2591999726 Hz
[    2.342038] vboxdrv: Successfully loaded version 5.1.16 (interface 0x00280000)
[    2.349677] VBoxPciLinuxInit
[    2.359771] vboxpci: IOMMU not found (not registered)
[    2.361531] VBoxNetAdp: Successfully started.
[    2.364417] VBoxNetFlt: Successfully started.
[    2.705516] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    2.706738] ACPI: Lid Switch [LID]
[    2.706789] ACPI: AC Adapter [AC0] (off-line)
[    2.706801] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    2.706803] ACPI: Sleep Button [SLPB]
[    2.706835] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    2.706836] ACPI: Power Button [PWRF]
[    2.720303] FUJITSU Extended Socket Network Device Driver - version 1.2 - Copyright (c) 2015 FUJITSU LIMITED
[    2.723441] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input4
[    2.729870] tpm_crb MSFT0101:00: can't request region for resource [mem 0xfed40080-0xfed40fff]
[    2.729912] tpm_crb: probe of MSFT0101:00 failed with error -16
[    2.730197] ACPI: Battery Slot [BAT0] (battery present)
[    2.730356] wmi: Mapper loaded
[    2.739448] Bluetooth: Core ver 2.22
[    2.739463] NET: Registered protocol family 31
[    2.739463] Bluetooth: HCI device and connection manager initialized
[    2.739466] Bluetooth: HCI socket layer initialized
[    2.739467] Bluetooth: L2CAP socket layer initialized
[    2.739470] Bluetooth: SCO socket layer initialized
[    2.746793] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    2.747034] thermal LNXTHERM:00: registered as thermal_zone5
[    2.747035] ACPI: Thermal Zone [THRM] (36 C)
[    2.792256] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    2.792538] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    2.792539] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.792540] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.792540] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.792541] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    2.792541] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    2.792582] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    2.792723] Bluetooth: HCI UART driver ver 2.3
[    2.792724] Bluetooth: HCI UART protocol H4 registered
[    2.792725] Bluetooth: HCI UART protocol BCSP registered
[    2.792725] Bluetooth: HCI UART protocol LL registered
[    2.792726] Bluetooth: HCI UART protocol ATH3K registered
[    2.792727] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.792751] Bluetooth: HCI UART protocol Intel registered
[    2.792763] Bluetooth: HCI UART protocol Broadcom registered
[    2.792764] Bluetooth: HCI UART protocol QCA registered
[    2.792765] Bluetooth: HCI UART protocol AG6XX registered
[    2.792765] Bluetooth: HCI UART protocol Marvell registered
[    2.802415] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    2.802769] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    2.802990] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    2.803252] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    2.803299] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.803432] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    2.803456] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    2.807649] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    2.849791] AVX2 version of gcm_enc/dec engaged.
[    2.849791] AES CTR mode by8 optimization enabled
[    2.849793] [drm] Initialized
[    2.853810] usbcore: registered new interface driver btusb
[    2.856835] asus_wmi: ASUS WMI generic driver loaded
[    2.861176] Intel(R) Wireless WiFi driver for Linux
[    2.861177] Copyright(c) 2003- 2015 Intel Corporation
[    2.865207] asus_wmi: Initialization: 0x1
[    2.865226] asus_wmi: BIOS WMI version: 7.9
[    2.865246] asus_wmi: SFUN value: 0xa0065
[    2.865904] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input6
[    2.867433] asus_wmi: Number of fans: 1
[    2.870064] Bluetooth: hci0: read Intel version: 370810011003110e25
[    2.870065] Bluetooth: hci0: Intel device is already patched. patch num: 25
[    2.882950] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-26.ucode failed with error -2
[    2.882960] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-25.ucode failed with error -2
[    2.882965] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-24.ucode failed with error -2
[    2.882971] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-23.ucode failed with error -2
[    2.892013] iwlwifi 0000:03:00.0: loaded firmware version 22.391740.0 op_mode iwlmvm
[    2.901560] iTCO_vendor_support: vendor-support=0
[    2.918289] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    2.918443] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    2.918548] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.930880] [drm] Memory usable by graphics device = 4096M
[    2.930882] checking generic (70000000 300000) vs hw (70000000 10000000)
[    2.930882] fb: switching to inteldrmfb from EFI VGA
[    2.930895] Console: switching to colour dummy device 80x25
[    2.930948] [drm] Replacing VGA console driver
[    2.937019] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.937020] [drm] Driver supports precise vblank timestamp query.
[    2.944317] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.956612] Adding 2097148k swap on /dev/sda4.  Priority:-1 extents:1 across:2097148k SSFS
[    2.971846] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    2.971880] [drm] GuC firmware load skipped
[    2.973854] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.976044] [drm] Finished loading i915/skl_dmc_ver1_26.bin (v1.26)
[    2.976315] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[    2.977193] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    2.977257] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    2.977285] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input8
[    2.977368] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    2.977372] [drm] Initialized i915 1.6.0 20161121 for 0000:00:02.0 on minor 0
[    2.978688] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[    2.979122] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[    2.987641] fbcon: inteldrmfb (fb0) is primary device
[    2.988237] media: Linux media interface: v0.10
[    2.993817] usbcore: registered new interface driver usbhid
[    2.993818] usbhid: USB HID core driver
[    3.001839] Linux video capture interface: v2.00
[    3.002945] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-6/input2
[    3.014945] intel_rapl: Found RAPL domain package
[    3.014946] intel_rapl: Found RAPL domain core
[    3.014946] intel_rapl: Found RAPL domain uncore
[    3.014947] intel_rapl: Found RAPL domain dram
[    3.047425] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC668: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    3.047430] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.047435] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    3.047437] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    3.047440] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    3.047444] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x19
[    3.047447] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x1b
[    3.047450] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    3.064999] uvcvideo: Found UVC 1.00 device USB2.0 HD UVC WebCam (04f2:b3fd)
[    3.066631] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    3.068023] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[    3.069692] uvcvideo 1-4:1.0: Entity type for entity Extension 4 was not initialized!
[    3.069694] uvcvideo 1-4:1.0: Entity type for entity Processing 2 was not initialized!
[    3.069696] uvcvideo 1-4:1.0: Entity type for entity Camera 1 was not initialized!
[    3.069771] input: USB2.0 HD UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input10
[    3.069835] usbcore: registered new interface driver uvcvideo
[    3.069835] USB Video Class driver (1.1.1)
[    3.076898] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[    3.077026] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    3.077154] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    3.077236] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    3.093885] nvidia: module license 'NVIDIA' taints kernel.
[    3.093886] Disabling lock debugging due to kernel taint
[    3.100276] nvidia-nvlink: Nvlink Core is being initialized, major device number 243
[    3.100285] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  378.13  Tue Feb  7 20:10:06 PST 2017
[    3.100285]  (using threaded interrupts)

[    3.111129] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  378.13  Tue Feb  7 18:30:08 PST 2017
[    3.116143] input: FTE1001:00 0B05:0101 as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-FTE1001:00/0018:0B05:0101.0004/input/input14
[    3.116192] hid-asus-fte 0018:0B05:0101.0004: input,hidraw1: I2C HID v1.00 Mouse [FTE1001:00 0B05:0101] on i2c-FTE1001:00
[    3.117006] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    3.121434] mousedev: PS/2 mouse device common for all mice
[    3.128133] input: Logitech M325 as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0003/0003:046D:400A.0005/input/input15
[    3.128227] logitech-hidpp-device 0003:046D:400A.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech M325] on usb-0000:00:14.0-6:1
[    3.148681] systemd-journald[188]: Received request to flush runtime journal from PID 1
[    3.152289] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered
[    3.157505] random: crng init done
[    4.063846] Console: switching to colour frame buffer device 240x67
[    4.085849] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    4.219107] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    4.221531] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[    4.223214] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[    4.288624] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[    4.289176] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[    4.311149] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    4.320430] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[    4.320970] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[    4.385368] [drm] RC6 on
[    4.387529] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[    4.387971] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[    4.417254] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    4.461445] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[    4.461577] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[    4.461661] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[    4.461771] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[    4.461847] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[    4.461962] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[    4.462038] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[    4.537067] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
[    4.537966] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    4.727481] nvidia-modeset: Allocated GPU:0 (GPU-f7e75862-99d4-6c67-bf95-c0f71e28de08) @ PCI:0000:01:00.0
[    4.727594] nvidia-modeset: Freed GPU:0 (GPU-f7e75862-99d4-6c67-bf95-c0f71e28de08) @ PCI:0000:01:00.0
[    6.231453] traps: sddm-greeter[486] general protection ip:7fe81702e6c0 sp:7ffd217892f8 error:0
[    6.231461]  in libpthread-2.25.so[7fe81701b000+19000]
[   33.259959] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[   33.260407] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[   33.326711] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[   33.327158] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[   33.356039] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   33.358044] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   33.365235] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[   33.365681] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[   33.433422] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[   33.433868] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[   33.464260] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   39.768534] usb 2-5: new SuperSpeed USB device number 2 using xhci_hcd
[   39.823512] usbcore: registered new interface driver r8152
[   39.830000] usbcore: registered new interface driver cdc_ether
[   39.938878] usb 2-5: reset SuperSpeed USB device number 2 using xhci_hcd
[   40.012356] r8152 2-5:1.0 eth0: v1.08.8
[   40.015744] r8152 2-5:1.0 enp0s20f0u5: renamed from eth0
[   40.041918] IPv6: ADDRCONF(NETDEV_UP): enp0s20f0u5: link is not ready
[   40.073722] IPv6: ADDRCONF(NETDEV_UP): enp0s20f0u5: link is not ready
[   43.109250] r8152 2-5:1.0 enp0s20f0u5: carrier on
[   43.109270] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20f0u5: link becomes ready

Here is my journalctl filtered by sddm:

mar 17 10:41:27 turing sddm[444]: Initializing...
mar 17 10:41:27 turing sddm[444]: Starting...
mar 17 10:41:27 turing sddm[444]: Adding new display on vt 1 ...
mar 17 10:41:27 turing sddm[444]: Display server starting...
mar 17 10:41:27 turing sddm[444]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{805f1e9d-cb50-4e53-8387-60bfe5c39086} -background none -noreset -displayfd 18 vt1
mar 17 10:41:29 turing sddm[444]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
mar 17 10:41:29 turing sddm[444]: Display server started.
mar 17 10:41:29 turing sddm[444]: Socket server starting...
mar 17 10:41:29 turing sddm[444]: Socket server started.
mar 17 10:41:29 turing sddm[444]: Greeter starting...
mar 17 10:41:29 turing sddm[444]: Adding cookie to "/var/run/sddm/{805f1e9d-cb50-4e53-8387-60bfe5c39086}"
mar 17 10:41:29 turing sddm-helper[487]: [PAM] Starting...
mar 17 10:41:29 turing sddm-helper[487]: [PAM] Authenticating...
mar 17 10:41:29 turing sddm-helper[487]: [PAM] returning.
mar 17 10:41:29 turing sddm-helper[487]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
mar 17 10:41:29 turing systemd[1]: Created slice User Slice of sddm.
mar 17 10:41:29 turing systemd-logind[425]: New session c1 of user sddm.
mar 17 10:41:29 turing systemd[1]: Started Session c1 of user sddm.
mar 17 10:41:29 turing systemd[489]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
mar 17 10:41:29 turing sddm[444]: Greeter session started successfully
mar 17 10:41:29 turing sddm-greeter[495]: Reading from "/usr/share/xsessions/plasma.desktop"
mar 17 10:41:29 turing sddm-greeter[495]: inotify_add_watch("/usr/share/wayland-sessions") failed: "No such file or directory"
mar 17 10:41:29 turing sddm-greeter[495]: Connected to the daemon.
mar 17 10:41:29 turing sddm[444]: Message received from greeter: Connect
mar 17 10:41:29 turing sddm-greeter[495]: Loading qrc:/theme/Main.qml...
mar 17 10:41:30 turing sddm-greeter[495]: Adding view for ":0.0" QRect(0,0 640x480)
mar 17 10:41:30 turing sddm-greeter[495]: QXcbConnection: XCB error: 148 (Unknown), sequence: 171, resource id: 0, major code: 140 (Unknown), minor code: 20
mar 17 10:41:30 turing sddm-greeter[495]: Message received from daemon: Capabilities
mar 17 10:41:30 turing sddm-greeter[495]: Message received from daemon: HostName
mar 17 10:47:21 turing systemd[1]: Stopping Session c1 of user sddm.
mar 17 10:47:21 turing sddm[444]: Error from greeter session: "Process crashed"
mar 17 10:47:21 turing sddm[444]: Auth: sddm-helper crashed (exit code 15)
mar 17 10:47:21 turing sddm[444]: Error from greeter session: "Process crashed"
mar 17 10:47:21 turing sddm[444]: Auth: sddm-helper exited with 15
mar 17 10:47:21 turing sddm[444]: Greeter stopped.
mar 17 10:47:21 turing systemd[490]: pam_unix(systemd-user:session): session closed for user sddm
mar 17 10:47:21 turing sddm[444]: Signal received: SIGTERM
mar 17 10:47:21 turing sddm[444]: Socket server stopping...
mar 17 10:47:21 turing sddm[444]: Socket server stopped.
mar 17 10:47:21 turing sddm[444]: Display server stopping...
mar 17 10:47:21 turing systemd[1]: Stopped Session c1 of user sddm.
mar 17 10:47:21 turing systemd[1]: Removed slice User Slice of sddm.
mar 17 10:47:21 turing sddm[444]: Display server stopped.
mar 17 10:47:21 turing sddm[444]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
mar 17 10:47:46 turing sddm[459]: Initializing...
mar 17 10:47:46 turing sddm[459]: Starting...
mar 17 10:47:46 turing sddm[459]: Adding new display on vt 1 ...
mar 17 10:47:46 turing sddm[459]: Display server starting...
mar 17 10:47:46 turing sddm[459]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{238098a2-686c-459e-abbe-762b8ae19536} -background none -noreset -displayfd 18 vt1
mar 17 10:47:48 turing sddm[459]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
mar 17 10:47:48 turing sddm[459]: Display server started.
mar 17 10:47:48 turing sddm[459]: Socket server starting...
mar 17 10:47:48 turing sddm[459]: Socket server started.
mar 17 10:47:48 turing sddm[459]: Greeter starting...
mar 17 10:47:48 turing sddm[459]: Adding cookie to "/var/run/sddm/{238098a2-686c-459e-abbe-762b8ae19536}"
mar 17 10:47:48 turing sddm-helper[489]: [PAM] Starting...
mar 17 10:47:48 turing sddm-helper[489]: [PAM] Authenticating...
mar 17 10:47:48 turing sddm-helper[489]: [PAM] returning.
mar 17 10:47:48 turing sddm-helper[489]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
mar 17 10:47:48 turing systemd[1]: Created slice User Slice of sddm.
mar 17 10:47:48 turing systemd-logind[436]: New session c1 of user sddm.
mar 17 10:47:48 turing systemd[1]: Started Session c1 of user sddm.
mar 17 10:47:48 turing systemd[491]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
mar 17 10:47:48 turing sddm[459]: Greeter session started successfully
mar 17 10:47:48 turing sddm-greeter[496]: Reading from "/usr/share/xsessions/plasma.desktop"
mar 17 10:47:48 turing sddm-greeter[496]: inotify_add_watch("/usr/share/wayland-sessions") failed: "No such file or directory"
mar 17 10:47:48 turing sddm-greeter[496]: Connected to the daemon.
mar 17 10:47:48 turing sddm[459]: Message received from greeter: Connect
mar 17 10:47:48 turing sddm-greeter[496]: Loading qrc:/theme/Main.qml...
mar 17 10:47:48 turing sddm-greeter[496]: Adding view for ":0.0" QRect(0,0 640x480)
mar 17 10:47:48 turing sddm-greeter[496]: QXcbConnection: XCB error: 148 (Unknown), sequence: 171, resource id: 0, major code: 140 (Unknown), minor code: 20
mar 17 10:47:48 turing sddm-greeter[496]: Message received from daemon: Capabilities
mar 17 10:47:48 turing sddm-greeter[496]: Message received from daemon: HostName
mar 17 10:55:56 turing systemd[1]: Stopping Session c1 of user sddm.
mar 17 10:55:56 turing sddm[459]: Signal received: SIGTERM
mar 17 10:55:56 turing sddm[459]: Greeter stopping...
mar 17 10:55:56 turing sddm[459]: Socket server stopping...
mar 17 10:55:56 turing sddm[459]: Socket server stopped.
mar 17 10:55:56 turing sddm[459]: Display server stopping...
mar 17 10:55:56 turing systemd[492]: pam_unix(systemd-user:session): session closed for user sddm
mar 17 10:55:56 turing systemd[1]: Stopped Session c1 of user sddm.
mar 17 10:55:56 turing systemd[1]: Removed slice User Slice of sddm.
mar 17 10:55:56 turing sddm[459]: Display server stopped.
mar 17 10:55:56 turing sddm[459]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
mar 17 10:55:56 turing sddm[459]: Greeter stopping...
mar 17 10:55:56 turing sddm[459]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
mar 17 10:56:24 turing sddm[445]: Initializing...
mar 17 10:56:24 turing sddm[445]: Starting...
mar 17 10:56:24 turing sddm[445]: Adding new display on vt 1 ...
mar 17 10:56:24 turing sddm[445]: Display server starting...
mar 17 10:56:24 turing sddm[445]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{7c962755-bd84-444f-8c3b-e2290507ba0a} -background none -noreset -displayfd 18 vt1
mar 17 10:56:26 turing sddm[445]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
mar 17 10:56:26 turing sddm[445]: Display server started.
mar 17 10:56:26 turing sddm[445]: Socket server starting...
mar 17 10:56:26 turing sddm[445]: Socket server started.
mar 17 10:56:26 turing sddm[445]: Greeter starting...
mar 17 10:56:26 turing sddm[445]: Adding cookie to "/var/run/sddm/{7c962755-bd84-444f-8c3b-e2290507ba0a}"
mar 17 10:56:26 turing sddm-helper[486]: [PAM] Starting...
mar 17 10:56:26 turing sddm-helper[486]: [PAM] Authenticating...
mar 17 10:56:26 turing sddm-helper[486]: [PAM] returning.
mar 17 10:56:26 turing sddm-helper[486]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
mar 17 10:56:26 turing systemd[1]: Created slice User Slice of sddm.
mar 17 10:56:26 turing systemd-logind[433]: New session c1 of user sddm.
mar 17 10:56:26 turing systemd[1]: Started Session c1 of user sddm.
mar 17 10:56:26 turing systemd[488]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
mar 17 10:56:26 turing sddm[445]: Greeter session started successfully
mar 17 10:56:26 turing sddm-greeter[493]: Reading from "/usr/share/xsessions/plasma.desktop"
mar 17 10:56:26 turing sddm-greeter[493]: inotify_add_watch("/usr/share/wayland-sessions") failed: "No such file or directory"
mar 17 10:56:26 turing sddm-greeter[493]: Connected to the daemon.
mar 17 10:56:26 turing sddm[445]: Message received from greeter: Connect
mar 17 10:56:26 turing kernel: traps: sddm-greeter[493] general protection ip:7f4bb3c096c0 sp:7ffc158fa218 error:0
mar 17 10:56:27 turing sddm-helper[486]: [PAM] Closing session
mar 17 10:56:27 turing sddm-helper[486]: pam_unix(sddm-greeter:session): session closed for user sddm
mar 17 10:56:27 turing sddm-helper[486]: [PAM] Ended.
mar 17 10:56:27 turing sddm[445]: Auth: sddm-helper exited with 11
mar 17 10:56:27 turing sddm[445]: Greeter stopped.
mar 17 10:56:27 turing systemd[489]: pam_unix(systemd-user:session): session closed for user sddm
mar 17 10:56:27 turing systemd[1]: Removed slice User Slice of sddm.
mar 17 10:56:27 turing systemd-coredump[504]: Process 493 (sddm-greeter) of user 996 dumped core.
                                              #12 0x000000000042df17 _ZN4SDDM10GreeterApp16addViewForScreenEP7QScreen (sddm-greeter)
                                              #13 0x000000000042f47b _ZN4SDDM10GreeterAppC2ERiPPc (sddm-greeter)
                                              #14 0x000000000041629a main (sddm-greeter)
                                              #16 0x00000000004163ca _start (sddm-greeter)
mar 17 10:58:45 turing sddm[445]: Signal received: SIGTERM
mar 17 10:58:45 turing sddm[445]: Socket server stopping...
mar 17 10:58:45 turing sddm[445]: Socket server stopped.
mar 17 10:58:45 turing sddm[445]: Display server stopping...
mar 17 10:58:50 turing sddm[445]: Display server stopping...
mar 17 10:58:51 turing sddm[445]: Display server stopped.
mar 17 10:58:51 turing sddm[445]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
mar 17 10:59:23 turing sddm[478]: Initializing...
mar 17 10:59:23 turing sddm[478]: Starting...
mar 17 10:59:23 turing sddm[478]: Adding new display on vt 1 ...
mar 17 10:59:23 turing sddm[478]: Display server starting...
mar 17 10:59:23 turing sddm[478]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{f518443f-94ab-4edb-be41-c7555e05c0d6} -background none -noreset -displayfd 18 vt1
mar 17 10:59:25 turing sddm[478]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
mar 17 10:59:25 turing sddm[478]: Display server started.
mar 17 10:59:25 turing sddm[478]: Socket server starting...
mar 17 10:59:25 turing sddm[478]: Socket server started.
mar 17 10:59:25 turing sddm[478]: Greeter starting...
mar 17 10:59:25 turing sddm[478]: Adding cookie to "/var/run/sddm/{f518443f-94ab-4edb-be41-c7555e05c0d6}"
mar 17 10:59:25 turing sddm-helper[509]: [PAM] Starting...
mar 17 10:59:25 turing sddm-helper[509]: [PAM] Authenticating...
mar 17 10:59:25 turing sddm-helper[509]: [PAM] returning.
mar 17 10:59:25 turing sddm-helper[509]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
mar 17 10:59:25 turing systemd[1]: Created slice User Slice of sddm.
mar 17 10:59:25 turing systemd-logind[445]: New session c1 of user sddm.
mar 17 10:59:25 turing systemd[1]: Started Session c1 of user sddm.
mar 17 10:59:25 turing systemd[511]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
mar 17 10:59:25 turing sddm[478]: Greeter session started successfully
mar 17 10:59:25 turing sddm-greeter[516]: Reading from "/usr/share/xsessions/plasma.desktop"
mar 17 10:59:25 turing sddm-greeter[516]: inotify_add_watch("/usr/share/wayland-sessions") failed: "No such file or directory"
mar 17 10:59:25 turing sddm-greeter[516]: Connected to the daemon.
mar 17 10:59:25 turing sddm[478]: Message received from greeter: Connect
mar 17 10:59:26 turing sddm-greeter[516]: Loading qrc:/theme/Main.qml...
mar 17 10:59:26 turing sddm-greeter[516]: Adding view for ":0.0" QRect(0,0 640x480)
mar 17 10:59:26 turing sddm-greeter[516]: QXcbConnection: XCB error: 148 (Unknown), sequence: 171, resource id: 0, major code: 140 (Unknown), minor code: 20
mar 17 10:59:26 turing sddm-greeter[516]: Message received from daemon: Capabilities
mar 17 10:59:26 turing sddm-greeter[516]: Message received from daemon: HostName
mar 17 11:06:08 turing systemd[1]: Stopping Session c1 of user sddm.
mar 17 11:06:08 turing sddm[478]: Error from greeter session: "Process crashed"
mar 17 11:06:08 turing sddm[478]: Auth: sddm-helper crashed (exit code 15)
mar 17 11:06:08 turing sddm[478]: Error from greeter session: "Process crashed"
mar 17 11:06:08 turing sddm[478]: Auth: sddm-helper exited with 15
mar 17 11:06:08 turing sddm[478]: Greeter stopped.
mar 17 11:06:08 turing sddm[478]: Signal received: SIGTERM
mar 17 11:06:08 turing sddm[478]: Socket server stopping...
mar 17 11:06:08 turing sddm[478]: Socket server stopped.
mar 17 11:06:08 turing sddm[478]: Display server stopping...
mar 17 11:06:08 turing systemd[512]: pam_unix(systemd-user:session): session closed for user sddm
mar 17 11:06:08 turing systemd[1]: Stopped Session c1 of user sddm.
mar 17 11:06:08 turing systemd[1]: Removed slice User Slice of sddm.
mar 17 11:06:13 turing sddm[478]: Display server stopping...
mar 17 11:06:13 turing sddm[478]: Display server stopped.
mar 17 11:06:13 turing sddm[478]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
mar 17 11:06:37 turing sddm[443]: Initializing...
mar 17 11:06:37 turing sddm[443]: Starting...
mar 17 11:06:37 turing sddm[443]: Adding new display on vt 1 ...
mar 17 11:06:37 turing sddm[443]: Display server starting...
mar 17 11:06:37 turing sddm[443]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{f0a7bde1-1efd-4624-bb15-13a7ee8c35f9} -background none -noreset -displayfd 18 vt1
mar 17 11:06:39 turing sddm[443]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
mar 17 11:06:39 turing sddm[443]: Display server started.
mar 17 11:06:39 turing sddm[443]: Socket server starting...
mar 17 11:06:39 turing sddm[443]: Socket server started.
mar 17 11:06:39 turing sddm[443]: Greeter starting...
mar 17 11:06:39 turing sddm[443]: Adding cookie to "/var/run/sddm/{f0a7bde1-1efd-4624-bb15-13a7ee8c35f9}"
mar 17 11:06:39 turing sddm-helper[483]: [PAM] Starting...
mar 17 11:06:39 turing sddm-helper[483]: [PAM] Authenticating...
mar 17 11:06:39 turing sddm-helper[483]: [PAM] returning.
mar 17 11:06:39 turing sddm-helper[483]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
mar 17 11:06:39 turing systemd[1]: Created slice User Slice of sddm.
mar 17 11:06:39 turing systemd-logind[431]: New session c1 of user sddm.
mar 17 11:06:39 turing systemd[1]: Started Session c1 of user sddm.
mar 17 11:06:39 turing systemd[485]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
mar 17 11:06:39 turing sddm[443]: Greeter session started successfully
mar 17 11:06:39 turing sddm-greeter[490]: Reading from "/usr/share/xsessions/plasma.desktop"
mar 17 11:06:39 turing sddm-greeter[490]: inotify_add_watch("/usr/share/wayland-sessions") failed: "No such file or directory"
mar 17 11:06:39 turing sddm-greeter[490]: Connected to the daemon.
mar 17 11:06:39 turing sddm[443]: Message received from greeter: Connect
mar 17 11:06:39 turing kernel: traps: sddm-greeter[490] general protection ip:7f2095ab16c0 sp:7ffff463d278 error:0
mar 17 11:06:39 turing sddm-helper[483]: [PAM] Closing session
mar 17 11:06:39 turing sddm-helper[483]: pam_unix(sddm-greeter:session): session closed for user sddm
mar 17 11:06:39 turing sddm-helper[483]: [PAM] Ended.
mar 17 11:06:39 turing sddm[443]: Auth: sddm-helper exited with 11
mar 17 11:06:39 turing sddm[443]: Greeter stopped.
mar 17 11:06:39 turing systemd[486]: pam_unix(systemd-user:session): session closed for user sddm
mar 17 11:06:39 turing systemd[1]: Removed slice User Slice of sddm.
mar 17 11:06:39 turing systemd-coredump[502]: Process 490 (sddm-greeter) of user 996 dumped core.
                                              #12 0x000000000042df17 _ZN4SDDM10GreeterApp16addViewForScreenEP7QScreen (sddm-greeter)
                                              #13 0x000000000042f47b _ZN4SDDM10GreeterAppC2ERiPPc (sddm-greeter)
                                              #14 0x000000000041629a main (sddm-greeter)
                                              #16 0x00000000004163ca _start (sddm-greeter)
mar 17 11:08:00 turing sddm[443]: Signal received: SIGTERM
mar 17 11:08:00 turing sddm[443]: Socket server stopping...
mar 17 11:08:00 turing sddm[443]: Socket server stopped.
mar 17 11:08:00 turing sddm[443]: Display server stopping...
mar 17 11:08:05 turing sddm[443]: Display server stopping...
mar 17 11:08:05 turing sddm[443]: Display server stopped.
mar 17 11:08:05 turing sddm[443]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
mar 17 11:08:28 turing sddm[438]: Initializing...
mar 17 11:08:28 turing sddm[438]: Starting...
mar 17 11:08:28 turing sddm[438]: Adding new display on vt 1 ...
mar 17 11:08:28 turing sddm[438]: Display server starting...
mar 17 11:08:28 turing sddm[438]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{11d46416-dd74-4e53-9989-ca561e971c74} -background none -noreset -displayfd 18 vt1
mar 17 11:08:30 turing sddm[438]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
mar 17 11:08:30 turing sddm[438]: Display server started.
mar 17 11:08:30 turing sddm[438]: Socket server starting...
mar 17 11:08:30 turing sddm[438]: Socket server started.
mar 17 11:08:30 turing sddm[438]: Greeter starting...
mar 17 11:08:30 turing sddm[438]: Adding cookie to "/var/run/sddm/{11d46416-dd74-4e53-9989-ca561e971c74}"
mar 17 11:08:30 turing sddm-helper[479]: [PAM] Starting...
mar 17 11:08:30 turing sddm-helper[479]: [PAM] Authenticating...
mar 17 11:08:30 turing sddm-helper[479]: [PAM] returning.
mar 17 11:08:30 turing sddm-helper[479]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
mar 17 11:08:30 turing systemd[1]: Created slice User Slice of sddm.
mar 17 11:08:30 turing systemd-logind[427]: New session c1 of user sddm.
mar 17 11:08:30 turing systemd[1]: Started Session c1 of user sddm.
mar 17 11:08:30 turing systemd[481]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
mar 17 11:08:30 turing sddm[438]: Greeter session started successfully
mar 17 11:08:30 turing sddm-greeter[486]: Reading from "/usr/share/xsessions/plasma.desktop"
mar 17 11:08:30 turing sddm-greeter[486]: inotify_add_watch("/usr/share/wayland-sessions") failed: "No such file or directory"
mar 17 11:08:30 turing sddm-greeter[486]: Connected to the daemon.
mar 17 11:08:30 turing sddm[438]: Message received from greeter: Connect
mar 17 11:08:30 turing kernel: traps: sddm-greeter[486] general protection ip:7fe81702e6c0 sp:7ffd217892f8 error:0
mar 17 11:08:30 turing sddm-helper[479]: [PAM] Closing session
mar 17 11:08:30 turing sddm-helper[479]: pam_unix(sddm-greeter:session): session closed for user sddm
mar 17 11:08:30 turing sddm-helper[479]: [PAM] Ended.
mar 17 11:08:30 turing sddm[438]: Auth: sddm-helper exited with 11
mar 17 11:08:30 turing sddm[438]: Greeter stopped.
mar 17 11:08:30 turing systemd[482]: pam_unix(systemd-user:session): session closed for user sddm
mar 17 11:08:30 turing systemd[1]: Removed slice User Slice of sddm.
mar 17 11:08:30 turing systemd-coredump[498]: Process 486 (sddm-greeter) of user 996 dumped core.
                                              #12 0x000000000042df17 _ZN4SDDM10GreeterApp16addViewForScreenEP7QScreen (sddm-greeter)
                                              #13 0x000000000042f47b _ZN4SDDM10GreeterAppC2ERiPPc (sddm-greeter)
                                              #14 0x000000000041629a main (sddm-greeter)
                                              #16 0x00000000004163ca _start (sddm-greeter)

And here is my Xorg.0.log:

[     3.860] (--) Log file renamed from "/var/log/Xorg.pid-446.log" to "/var/log/Xorg.0.log"
[     3.863] 
X.Org X Server 1.19.2
Release Date: 2017-03-02
[     3.863] X Protocol Version 11, Revision 0
[     3.863] Build Operating System: Linux 4.9.13-1-lts x86_64 
[     3.863] Current Operating System: Linux turing 4.10.3-1-ARCH #1 SMP PREEMPT Wed Mar 15 09:17:17 CET 2017 x86_64
[     3.863] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=43ef0b61-66cc-4d35-ab56-694452acbce8 rw quiet
[     3.863] Build Date: 03 March 2017  06:00:24PM
[     3.863]  
[     3.863] Current version of pixman: 0.34.0
[     3.863] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     3.863] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.864] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 17 11:17:25 2017
[     3.868] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     3.868] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.870] (==) No Layout section.  Using the first Screen section.
[     3.870] (==) No screen section available. Using defaults.
[     3.870] (**) |-->Screen "Default Screen Section" (0)
[     3.870] (**) |   |-->Monitor "<default monitor>"
[     3.870] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     3.870] (==) Automatically adding devices
[     3.870] (==) Automatically enabling devices
[     3.870] (==) Automatically adding GPU devices
[     3.870] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     3.875] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     3.875] 	Entry deleted from font path.
[     3.875] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     3.875] 	Entry deleted from font path.
[     3.875] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     3.876] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     3.876] 	Entry deleted from font path.
[     3.876] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     3.876] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[     3.876] (==) ModulePath set to "/usr/lib/xorg/modules"
[     3.876] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.876] (II) Loader magic: 0x822d60
[     3.876] (II) Module ABI versions:
[     3.876] 	X.Org ANSI C Emulation: 0.4
[     3.876] 	X.Org Video Driver: 23.0
[     3.876] 	X.Org XInput driver : 24.1
[     3.876] 	X.Org Server Extension : 10.0
[     3.877] (++) using VT number 1

[     3.877] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     3.879] (II) xfree86: Adding drm device (/dev/dri/card1)
[     3.879] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.889] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[     3.889] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[     3.891] (--) PCI: (0:0:2:0) 8086:191b:1043:1080 rev 6, Mem @ 0xdb000000/16777216, 0x70000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[     3.891] (--) PCI:*(0:1:0:0) 10de:139b:1043:1080 rev 162, Mem @ 0xdc000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[     3.891] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     3.891] (II) LoadModule: "glx"
[     3.892] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[     3.987] (II) Module glx: vendor="NVIDIA Corporation"
[     3.987] 	compiled for 4.0.2, module version = 1.0.0
[     3.987] 	Module class: X.Org Server Extension
[     3.988] (II) NVIDIA GLX Module  378.13  Tue Feb  7 18:25:34 PST 2017
[     3.988] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[     3.988] 	loading driver: nvidia
[     3.988] (II) Applying OutputClass "intel" to /dev/dri/card0
[     3.988] 	loading driver: modesetting
[     3.988] (==) Matched nvidia as autoconfigured driver 0
[     3.988] (==) Matched nouveau as autoconfigured driver 1
[     3.988] (==) Matched nv as autoconfigured driver 2
[     3.988] (==) Matched modesetting as autoconfigured driver 3
[     3.988] (==) Matched intel as autoconfigured driver 4
[     3.988] (==) Matched nouveau as autoconfigured driver 5
[     3.988] (==) Matched nv as autoconfigured driver 6
[     3.988] (==) Matched modesetting as autoconfigured driver 7
[     3.989] (==) Matched fbdev as autoconfigured driver 8
[     3.989] (==) Matched vesa as autoconfigured driver 9
[     3.989] (==) Assigned the driver to the xf86ConfigLayout
[     3.989] (II) LoadModule: "nvidia"
[     4.002] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     4.009] (II) Module nvidia: vendor="NVIDIA Corporation"
[     4.009] 	compiled for 4.0.2, module version = 1.0.0
[     4.009] 	Module class: X.Org Video Driver
[     4.010] (II) LoadModule: "nouveau"
[     4.016] (WW) Warning, couldn't open module nouveau
[     4.016] (II) UnloadModule: "nouveau"
[     4.016] (II) Unloading nouveau
[     4.016] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     4.016] (II) LoadModule: "nv"
[     4.016] (WW) Warning, couldn't open module nv
[     4.016] (II) UnloadModule: "nv"
[     4.016] (II) Unloading nv
[     4.016] (EE) Failed to load module "nv" (module does not exist, 0)
[     4.016] (II) LoadModule: "modesetting"
[     4.017] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.017] (II) Module modesetting: vendor="X.Org Foundation"
[     4.017] 	compiled for 1.19.2, module version = 1.19.2
[     4.017] 	Module class: X.Org Video Driver
[     4.017] 	ABI class: X.Org Video Driver, version 23.0
[     4.017] (II) LoadModule: "intel"
[     4.018] (WW) Warning, couldn't open module intel
[     4.018] (II) UnloadModule: "intel"
[     4.018] (II) Unloading intel
[     4.018] (EE) Failed to load module "intel" (module does not exist, 0)
[     4.018] (II) LoadModule: "fbdev"
[     4.018] (WW) Warning, couldn't open module fbdev
[     4.018] (II) UnloadModule: "fbdev"
[     4.018] (II) Unloading fbdev
[     4.018] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     4.018] (II) LoadModule: "vesa"
[     4.018] (WW) Warning, couldn't open module vesa
[     4.018] (II) UnloadModule: "vesa"
[     4.018] (II) Unloading vesa
[     4.018] (EE) Failed to load module "vesa" (module does not exist, 0)
[     4.018] (II) NVIDIA dlloader X Driver  378.13  Tue Feb  7 18:01:51 PST 2017
[     4.018] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     4.019] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.020] (II) Loading sub module "fb"
[     4.020] (II) LoadModule: "fb"
[     4.020] (II) Loading /usr/lib/xorg/modules/libfb.so
[     4.021] (II) Module fb: vendor="X.Org Foundation"
[     4.021] 	compiled for 1.19.2, module version = 1.0.0
[     4.021] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.021] (II) Loading sub module "wfb"
[     4.021] (II) LoadModule: "wfb"
[     4.021] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     4.023] (II) Module wfb: vendor="X.Org Foundation"
[     4.023] 	compiled for 1.19.2, module version = 1.0.0
[     4.023] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.023] (II) Loading sub module "ramdac"
[     4.023] (II) LoadModule: "ramdac"
[     4.023] (II) Module "ramdac" already built-in
[     4.025] (WW) Falling back to old probe method for modesetting
[     4.071] (II) modeset(G0): using drv /dev/dri/card0
[     4.071] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     4.071] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     4.071] (==) NVIDIA(0): RGB weight 888
[     4.071] (==) NVIDIA(0): Default visual is TrueColor
[     4.071] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.072] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     4.072] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     4.072] (**) NVIDIA(0): Enabling 2D acceleration
[     4.313] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960M (GM107-A) at PCI:1:0:0 (GPU-0)
[     4.313] (--) NVIDIA(0): Memory: 2097152 kBytes
[     4.313] (--) NVIDIA(0): VideoBIOS: 82.07.94.00.1a
[     4.313] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     4.313] (II) NVIDIA(0): Validated MetaModes:
[     4.313] (II) NVIDIA(0):     "NULL"
[     4.313] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     4.313] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[     4.313] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[     4.313] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     4.313] (==) modeset(G0): RGB weight 888
[     4.313] (==) modeset(G0): Default visual is TrueColor
[     4.313] (II) Loading sub module "glamoregl"
[     4.313] (II) LoadModule: "glamoregl"
[     4.313] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     4.328] (II) Module glamoregl: vendor="X.Org Foundation"
[     4.328] 	compiled for 1.19.2, module version = 1.0.0
[     4.328] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.328] (II) glamor: OpenGL accelerated X.org driver based.
[     4.381] (II) glamor: EGL version 1.4 (DRI2):
[     4.398] (II) modeset(G0): glamor initialized
[     4.399] (II) modeset(G0): Output eDP-1-1 has no monitor section
[     4.401] (II) modeset(G0): Output DP-1-1 has no monitor section
[     4.410] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     4.412] (II) modeset(G0): Output DP-1-2 has no monitor section
[     4.413] (II) modeset(G0): EDID for output eDP-1-1
[     4.413] (II) modeset(G0): Manufacturer: SDC  Model: 324c  Serial#: 0
[     4.413] (II) modeset(G0): Year: 2013  Week: 0
[     4.413] (II) modeset(G0): EDID Version: 1.4
[     4.413] (II) modeset(G0): Digital Display Input
[     4.413] (II) modeset(G0): 6 bits per channel
[     4.413] (II) modeset(G0): Digital interface is DisplayPort
[     4.413] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     4.413] (II) modeset(G0): Gamma: 2.20
[     4.413] (II) modeset(G0): No DPMS capabilities specified
[     4.413] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     4.413] (II) modeset(G0): First detailed timing is preferred mode
[     4.413] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[     4.413] (II) modeset(G0): redX: 0.620 redY: 0.355   greenX: 0.300 greenY: 0.580
[     4.413] (II) modeset(G0): blueX: 0.150 blueY: 0.090   whiteX: 0.313 whiteY: 0.329
[     4.413] (II) modeset(G0): Manufacturer's mask: 0
[     4.413] (II) modeset(G0): Supported detailed timing:
[     4.413] (II) modeset(G0): clock: 143.0 MHz   Image Size:  344 x 194 mm
[     4.413] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     4.413] (II) modeset(G0): v_active: 1080  v_sync: 1082  v_sync_end 1087 v_blanking: 1144 v_border: 0
[     4.413] (II) modeset(G0): Unknown vendor-specific block f
[     4.413] (II) modeset(G0):  SAMSUNG
[     4.413] (II) modeset(G0):  156HL01-104
[     4.413] (II) modeset(G0): EDID (in hex):
[     4.413] (II) modeset(G0): 	00ffffffffffff004c834c3200000000
[     4.413] (II) modeset(G0): 	00170104952213780ace859e5b4c9426
[     4.413] (II) modeset(G0): 	17505400000001010101010101010101
[     4.413] (II) modeset(G0): 	010101010101dc3780a0703840403020
[     4.413] (II) modeset(G0): 	250058c2100000190000000f00000000
[     4.413] (II) modeset(G0): 	00000000001e82105200000000fe0053
[     4.413] (II) modeset(G0): 	414d53554e470a2020202020000000fe
[     4.413] (II) modeset(G0): 	00313536484c30312d3130340a2000cf
[     4.414] (II) modeset(G0): Printing probed modes for output eDP-1-1
[     4.414] (II) modeset(G0): Modeline "1920x1080"x60.1  143.00  1920 1968 2000 2080  1080 1082 1087 1144 -hsync -vsync (68.8 kHz eP)
[     4.414] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     4.414] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     4.414] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     4.414] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     4.414] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     4.414] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     4.414] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     4.414] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     4.414] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     4.414] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     4.414] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     4.414] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     4.414] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     4.414] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     4.414] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     4.414] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     4.414] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     4.414] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     4.414] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     4.416] (II) modeset(G0): EDID for output DP-1-1
[     4.425] (II) modeset(G0): EDID for output HDMI-1-1
[     4.427] (II) modeset(G0): EDID for output DP-1-2
[     4.427] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     4.427] (==) modeset(G0): DPI set to (96, 96)
[     4.427] (II) Loading sub module "fb"
[     4.427] (II) LoadModule: "fb"
[     4.428] (II) Loading /usr/lib/xorg/modules/libfb.so
[     4.428] (II) Module fb: vendor="X.Org Foundation"
[     4.428] 	compiled for 1.19.2, module version = 1.0.0
[     4.428] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.428] (--) Depth 24 pixmap format is 32 bpp
[     4.515] (==) modeset(G0): Backing store enabled
[     4.515] (==) modeset(G0): Silken mouse enabled
[     4.516] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     4.517] (==) modeset(G0): DPMS enabled
[     4.517] (II) modeset(G0): [DRI2] Setup complete
[     4.517] (II) modeset(G0): [DRI2]   DRI driver: i965
[     4.517] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[     4.517] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[     4.517] (II) NVIDIA:     access.
[     4.520] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     4.520] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     4.520] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     4.520] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     4.520] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     4.520] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     4.520] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     4.520] (II) NVIDIA(0):     Config Options in the README.
[     4.534] (II) NVIDIA(0): Setting mode "NULL"
[     4.538] (==) NVIDIA(0): Disabling shared memory pixmaps
[     4.538] (==) NVIDIA(0): Backing store enabled
[     4.538] (==) NVIDIA(0): Silken mouse enabled
[     4.538] (==) NVIDIA(0): DPMS enabled
[     4.539] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[     4.539] (II) Loading sub module "dri2"
[     4.539] (II) LoadModule: "dri2"
[     4.539] (II) Module "dri2" already built-in
[     4.539] (II) NVIDIA(0): [DRI2] Setup complete
[     4.539] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     4.539] (--) RandR disabled
[     4.541] (II) Initializing extension GLX
[     4.541] (II) Indirect GLX disabled.
[     4.815] (II) modeset(G0): Damage tracking initialized
[     4.922] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     4.922] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.922] (**) Power Button: Applying InputClass "system-keyboard"
[     4.922] (II) LoadModule: "libinput"
[     4.923] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     4.929] (II) Module libinput: vendor="X.Org Foundation"
[     4.929] 	compiled for 1.19.2, module version = 0.25.0
[     4.929] 	Module class: X.Org XInput Driver
[     4.929] 	ABI class: X.Org XInput driver, version 24.1
[     4.929] (II) Using input driver 'libinput' for 'Power Button'
[     4.929] (**) Power Button: always reports core events
[     4.929] (**) Option "Device" "/dev/input/event3"
[     4.929] (**) Option "_source" "server/udev"
[     4.929] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[     4.929] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[     4.970] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     4.970] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.970] (**) Option "xkb_layout" "es"
[     4.991] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[     4.991] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[     4.991] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event4)
[     4.991] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     4.991] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[     4.991] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[     4.991] (**) Asus Wireless Radio Control: always reports core events
[     4.991] (**) Option "Device" "/dev/input/event4"
[     4.991] (**) Option "_source" "server/udev"
[     4.991] (II) input device 'Asus Wireless Radio Control', /dev/input/event4 is tagged by udev as: Keyboard
[     4.991] (II) input device 'Asus Wireless Radio Control', /dev/input/event4 is a keyboard
[     5.013] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input4/event4"
[     5.013] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[     5.013] (**) Option "xkb_layout" "es"
[     5.014] (II) input device 'Asus Wireless Radio Control', /dev/input/event4 is tagged by udev as: Keyboard
[     5.014] (II) input device 'Asus Wireless Radio Control', /dev/input/event4 is a keyboard
[     5.014] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[     5.014] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.014] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.014] (II) Using input driver 'libinput' for 'Video Bus'
[     5.014] (**) Video Bus: always reports core events
[     5.014] (**) Option "Device" "/dev/input/event7"
[     5.014] (**) Option "_source" "server/udev"
[     5.014] (II) input device 'Video Bus', /dev/input/event7 is tagged by udev as: Keyboard
[     5.014] (II) input device 'Video Bus', /dev/input/event7 is a keyboard
[     5.033] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[     5.033] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     5.033] (**) Option "xkb_layout" "es"
[     5.034] (II) input device 'Video Bus', /dev/input/event7 is tagged by udev as: Keyboard
[     5.034] (II) input device 'Video Bus', /dev/input/event7 is a keyboard
[     5.035] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[     5.035] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.035] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.035] (II) Using input driver 'libinput' for 'Video Bus'
[     5.035] (**) Video Bus: always reports core events
[     5.035] (**) Option "Device" "/dev/input/event8"
[     5.035] (**) Option "_source" "server/udev"
[     5.036] (II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
[     5.036] (II) input device 'Video Bus', /dev/input/event8 is a keyboard
[     5.053] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input8/event8"
[     5.053] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[     5.053] (**) Option "xkb_layout" "es"
[     5.054] (II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
[     5.054] (II) input device 'Video Bus', /dev/input/event8 is a keyboard
[     5.055] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     5.055] (II) No input driver specified, ignoring this device.
[     5.055] (II) This device may have been added with another device file.
[     5.055] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     5.055] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     5.055] (**) Sleep Button: Applying InputClass "system-keyboard"
[     5.055] (II) Using input driver 'libinput' for 'Sleep Button'
[     5.056] (**) Sleep Button: always reports core events
[     5.056] (**) Option "Device" "/dev/input/event2"
[     5.056] (**) Option "_source" "server/udev"
[     5.056] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[     5.056] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[     5.073] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[     5.073] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[     5.073] (**) Option "xkb_layout" "es"
[     5.074] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[     5.074] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[     5.076] (II) config/udev: Adding input device USB2.0 HD UVC WebCam (/dev/input/event13)
[     5.076] (**) USB2.0 HD UVC WebCam: Applying InputClass "libinput keyboard catchall"
[     5.076] (**) USB2.0 HD UVC WebCam: Applying InputClass "system-keyboard"
[     5.076] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam'
[     5.076] (**) USB2.0 HD UVC WebCam: always reports core events
[     5.076] (**) Option "Device" "/dev/input/event13"
[     5.076] (**) Option "_source" "server/udev"
[     5.076] (II) input device 'USB2.0 HD UVC WebCam', /dev/input/event13 is tagged by udev as: Keyboard
[     5.076] (II) input device 'USB2.0 HD UVC WebCam', /dev/input/event13 is a keyboard
[     5.123] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input13/event13"
[     5.123] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam" (type: KEYBOARD, id 11)
[     5.123] (**) Option "xkb_layout" "es"
[     5.124] (II) input device 'USB2.0 HD UVC WebCam', /dev/input/event13 is tagged by udev as: Keyboard
[     5.124] (II) input device 'USB2.0 HD UVC WebCam', /dev/input/event13 is a keyboard
[     5.125] (II) config/udev: Adding input device Logitech M325 (/dev/input/event15)
[     5.125] (**) Logitech M325: Applying InputClass "libinput pointer catchall"
[     5.125] (II) Using input driver 'libinput' for 'Logitech M325'
[     5.125] (**) Logitech M325: always reports core events
[     5.125] (**) Option "Device" "/dev/input/event15"
[     5.125] (**) Option "_source" "server/udev"
[     5.126] (II) input device 'Logitech M325', /dev/input/event15 is tagged by udev as: Mouse
[     5.126] (II) Device 'Logitech M325' set to 600 DPI
[     5.126] (II) input device 'Logitech M325', /dev/input/event15 is a pointer caps
[     5.173] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0003/0003:046D:400A.0005/input/input15/event15"
[     5.173] (II) XINPUT: Adding extended input device "Logitech M325" (type: MOUSE, id 12)
[     5.174] (**) Option "AccelerationScheme" "none"
[     5.174] (**) Logitech M325: (accel) selected scheme none/0
[     5.174] (**) Logitech M325: (accel) acceleration factor: 2.000
[     5.174] (**) Logitech M325: (accel) acceleration threshold: 4
[     5.175] (II) input device 'Logitech M325', /dev/input/event15 is tagged by udev as: Mouse
[     5.175] (II) Device 'Logitech M325' set to 600 DPI
[     5.175] (II) input device 'Logitech M325', /dev/input/event15 is a pointer caps
[     5.176] (II) config/udev: Adding input device Logitech M325 (/dev/input/mouse1)
[     5.176] (II) No input driver specified, ignoring this device.
[     5.176] (II) This device may have been added with another device file.
[     5.177] (II) config/udev: Adding input device Asus FTE TouchPad (/dev/input/event14)
[     5.177] (**) Asus FTE TouchPad: Applying InputClass "libinput touchpad catchall"
[     5.177] (**) Asus FTE TouchPad: Applying InputClass "Asus FTE TouchPad"
[     5.177] (II) Using input driver 'libinput' for 'Asus FTE TouchPad'
[     5.177] (**) Asus FTE TouchPad: always reports core events
[     5.177] (**) Option "Device" "/dev/input/event14"
[     5.177] (**) Option "_source" "server/udev"
[     5.284] (II) input device 'Asus FTE TouchPad', /dev/input/event14 is tagged by udev as: Touchpad
[     5.284] (II) Asus FTE TouchPad: no resolution or size hints, assuming a size of 69x50mm
[     5.284] (II) input device 'Asus FTE TouchPad', /dev/input/event14 is a touchpad
[     5.320] (**) Option "Tapping" "on"
[     5.320] (**) Option "TappingButtonMap" "lmr"
[     5.320] (**) Option "NaturalScrolling" "true"
[     5.320] (**) Option "ScrollMethod" "twofinger"
[     5.320] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-FTE1001:00/0018:0B05:0101.0004/input/input14/event14"
[     5.320] (II) XINPUT: Adding extended input device "Asus FTE TouchPad" (type: TOUCHPAD, id 13)
[     5.320] (**) Option "AccelerationScheme" "none"
[     5.320] (**) Asus FTE TouchPad: (accel) selected scheme none/0
[     5.320] (**) Asus FTE TouchPad: (accel) acceleration factor: 2.000
[     5.320] (**) Asus FTE TouchPad: (accel) acceleration threshold: 4
[     5.322] (II) input device 'Asus FTE TouchPad', /dev/input/event14 is tagged by udev as: Touchpad
[     5.322] (II) Asus FTE TouchPad: no resolution or size hints, assuming a size of 69x50mm
[     5.322] (II) input device 'Asus FTE TouchPad', /dev/input/event14 is a touchpad
[     5.322] (II) config/udev: Adding input device Asus FTE TouchPad (/dev/input/mouse0)
[     5.323] (**) Asus FTE TouchPad: Applying InputClass "Asus FTE TouchPad"
[     5.323] (II) Using input driver 'libinput' for 'Asus FTE TouchPad'
[     5.323] (**) Asus FTE TouchPad: always reports core events
[     5.323] (**) Option "Device" "/dev/input/mouse0"
[     5.323] (**) Option "_source" "server/udev"
[     5.360] (II) failed to create input device '/dev/input/mouse0'.
[     5.360] (EE) libinput: Asus FTE TouchPad: Failed to create a device for /dev/input/mouse0
[     5.360] (EE) PreInit returned 2 for "Asus FTE TouchPad"
[     5.360] (II) UnloadModule: "libinput"
[     5.360] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[     5.360] (II) No input driver specified, ignoring this device.
[     5.361] (II) This device may have been added with another device file.
[     5.361] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[     5.361] (II) No input driver specified, ignoring this device.
[     5.361] (II) This device may have been added with another device file.
[     5.362] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event12)
[     5.362] (II) No input driver specified, ignoring this device.
[     5.362] (II) This device may have been added with another device file.
[     5.362] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event9)
[     5.362] (II) No input driver specified, ignoring this device.
[     5.362] (II) This device may have been added with another device file.
[     5.363] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[     5.363] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     5.363] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     5.363] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     5.363] (**) Asus WMI hotkeys: always reports core events
[     5.363] (**) Option "Device" "/dev/input/event6"
[     5.363] (**) Option "_source" "server/udev"
[     5.363] (II) input device 'Asus WMI hotkeys', /dev/input/event6 is tagged by udev as: Keyboard
[     5.363] (II) input device 'Asus WMI hotkeys', /dev/input/event6 is a keyboard
[     5.390] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input6/event6"
[     5.390] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[     5.390] (**) Option "xkb_layout" "es"
[     5.391] (II) input device 'Asus WMI hotkeys', /dev/input/event6 is tagged by udev as: Keyboard
[     5.391] (II) input device 'Asus WMI hotkeys', /dev/input/event6 is a keyboard
[     5.392] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     5.392] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     5.392] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     5.392] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     5.392] (**) AT Translated Set 2 keyboard: always reports core events
[     5.392] (**) Option "Device" "/dev/input/event0"
[     5.392] (**) Option "_source" "server/udev"
[     5.392] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[     5.392] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[     5.450] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     5.450] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[     5.450] (**) Option "xkb_layout" "es"
[     5.451] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[     5.451] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[     5.451] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     5.451] (II) No input driver specified, ignoring this device.
[     5.451] (II) This device may have been added with another device file.

All this logs are taken after downgrading mesa packages

Last edited by karlospv94 (2017-03-17 10:23:22)

Offline

#82 2017-03-17 11:32:46

jnbrains
Member
Registered: 2015-03-26
Posts: 25

Re: [libglvnd] libglvnd support for mesa is now in testing

Packages and versions I'm currently running on [GeForce GTS 360M]:

$ pacaur -Qs "mesa|nvidia" | egrep "mesa|nvidia"
local/lib32-mesa 17.0.1-1
local/lib32-mesa-vdpau 17.0.1-2
local/lib32-nvidia-340xx-utils 340.102-3
local/mesa 17.0.1-1
local/mesa-demos 8.3.0-2
local/mesa-vdpau 17.0.1-2
local/nvidia-340xx 340.102-4
local/nvidia-340xx-utils 340.102-8
local/opencl-nvidia-340xx 340.102-8

What does mesa-libgl package provide for you?
I couldn't find it in the repos or in aur (there is a -git version only).
Maybe it provides it's own libGL library, which is messing up with
the ones from nvidia or mesa?

Here are the libGL's I can find on my system:

$ find /usr/lib | grep libGL.so
/usr/lib/nvidia/libGL.so
/usr/lib/nvidia/libGL.so.340.102
/usr/lib/nvidia/libGL.so.1
/usr/lib/mesa/libGL.so
/usr/lib/mesa/libGL.so.1.2.0
/usr/lib/mesa/libGL.so.1

Offline

#83 2017-03-17 17:33:18

teckk
Member
Registered: 2013-02-21
Posts: 518

Re: [libglvnd] libglvnd support for mesa is now in testing

What does mesa-libgl package provide for you?
I couldn't find it in the repos or in aur

 pacman -Ss mesa-libgl
extra/mesa 17.0.1-2
    an open-source implementation of the OpenGL specification
extra/mesa-libgl 17.0.1-1
    Mesa 3-D graphics library
multilib/lib32-mesa 17.0.1-2
    an open-source implementation of the OpenGL specification (32-bit)
multilib/lib32-mesa-libgl 17.0.1-1
    Mesa 3-D graphics library (32-bit)

Offline

#84 2017-03-17 20:23:06

Commod0re
Member
Registered: 2015-10-13
Posts: 8

Re: [libglvnd] libglvnd support for mesa is now in testing

% pacman -Qi mesa-libgl
Name            : mesa-libgl
Version         : 17.0.0-2
Description     : Mesa 3-D graphics library
Architecture    : x86_64
URL             : http://mesa3d.sourceforge.net
Licenses        : custom
Groups          : None
Provides        : libgl  libgles  libegl
Depends On      : mesa
Optional Deps   : None
Required By     : bumblebee  cairo  epplet-base  freeglut  glew1.10  glu  google-earth  libreoffice-fresh  libva  mesa-demos
                  mysql-workbench  nvidia  qt4  qt5-base  sdl2  simplescreenrecorder  webkitgtk  webkitgtk2  xorg-server
                  xorg-server-xephyr  xorg-server-xwayland
Optional For    : android-studio
Conflicts With  : None
Replaces        : None
Installed Size  : 5.00 KiB
Packager        : Laurent Carlier <lordheavym@gmail.com>
Build Date      : Thu 23 Feb 2017 10:12:16 AM PST
Install Date    : Thu 16 Mar 2017 10:38:55 AM PDT
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : None
% pacman -Ql mesa-libgl
mesa-libgl /usr/
mesa-libgl /usr/lib/
mesa-libgl /usr/lib/libEGL.so
mesa-libgl /usr/lib/libEGL.so.1
mesa-libgl /usr/lib/libEGL.so.1.0.0
mesa-libgl /usr/lib/libGL.so
mesa-libgl /usr/lib/libGL.so.1
mesa-libgl /usr/lib/libGL.so.1.2.0
mesa-libgl /usr/lib/libGLESv1_CM.so
mesa-libgl /usr/lib/libGLESv1_CM.so.1
mesa-libgl /usr/lib/libGLESv1_CM.so.1.1.0
mesa-libgl /usr/lib/libGLESv2.so
mesa-libgl /usr/lib/libGLESv2.so.2
mesa-libgl /usr/lib/libGLESv2.so.2.0.0
mesa-libgl /usr/share/
mesa-libgl /usr/share/licenses/
mesa-libgl /usr/share/licenses/mesa-libgl/
mesa-libgl /usr/share/licenses/mesa-libgl/LICENSE

Offline

#85 2017-03-18 13:25:34

jnbrains
Member
Registered: 2015-03-26
Posts: 25

Re: [libglvnd] libglvnd support for mesa is now in testing

I think the latest update, the one which introduced libglvnd, replaces mesa-libgl with libglvnd,
and mesa-libgl is no longer in arch repositories: mesa-libgl.
Can you try to remove mesa-libgl package, temporary, and see if it'll work with the GPU specific libgl library.
If it does not work, you can always get the mesa-libgl from Arch Archives and install it back.

Offline

#86 2017-03-18 16:09:37

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [libglvnd] libglvnd support for mesa is now in testing

I have read that Fedora has fixed the problem. Do you think it will be fixed early in Arch? We are in troubles for two weeks at least..

Offline

#87 2017-03-18 21:19:11

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

Re: [libglvnd] libglvnd support for mesa is now in testing

karlospv94 wrote:

I have read that Fedora has fixed the problem.

Do you have a link including what specifically was fixed?

karlospv94 wrote:

Do you think it will be fixed early in Arch? We are in troubles for two weeks at least..

Is there a bug report open against the relevant package/packages in which you have included this information so the package maintainers are aware of it?

Offline

#88 2017-03-18 21:21:40

degreeme
Member
Registered: 2017-03-18
Posts: 3

Re: [libglvnd] libglvnd support for mesa is now in testing

Everest wrote:

After the new 10-nvidia-drm-outputclass.conf file, Xorg used the nvidia driver for the first time, which booted to a black screen. Renaming the file to 10-nvidia-drm-outputclass.conf.bak caused Xorg to ignore that conf file and default to the working intel driver again.

I have the similar problem.

My laptop is Asus N76VB with Intel Core i7-3630QM and GeForce GT 740M.
I use bumblebee and proprietary nvidia drivers to comfort work with optimus system, but bumblebee doesn't support Vulkan API.

So, I was very happy when saw, that new xorg configuration with libglvnd should work with optimus, but there is some strange things.

If I use the file "10-nvidia-drm-outputclass.conf" my system starts normaly (bumblebee disabled), but only with intel grafics. No logs about nvidia in Xorg.0.log and Vulkan test gui app shows only intel graphics.
If I add modeset=1, nvidia_drm, nvidia etc.. to kernel parameters and kernel modules (like in wiki), system doesn't start properly (black screen with some Xorg.0.log errors, but log file has info about nvidia).

Environment:
kernel - 4.10.x
libvdpau, nvidia-utils, nvidia, nvidia-settings, libva-intel-driver, vulkan-intel, xf86-video-intel, mesa, libglvnd and 32-bit versions of theese packages.
xorg-server - 1.19.x

Last edited by degreeme (2017-03-18 21:22:08)

Offline

#89 2017-03-18 21:40:56

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

Re: [libglvnd] libglvnd support for mesa is now in testing

@degreeme welcome to the arch linux forums.
I would advise to to start a new topic to split it out from the other issues in this thread.
You mentioned disabling bumblebee did you remove the package as well?
You should also include all the relevant log files rather than describing the contents https://bbs.archlinux.org/viewtopic.php?id=57855

Offline

#90 2017-03-20 10:57:43

Druedain
Member
From: Poland
Registered: 2011-12-27
Posts: 51

Re: [libglvnd] libglvnd support for mesa is now in testing

I've got laptop with Intel / Nvidia GPU-s. I'm using Plasma (KDE) and after libglvnd update my system lost ability to use primusrun / bumblebee.

Then I read that removing anything related to nvidia / bumblebee and reinstalling it fixes the problem. I did it and yes I can now use Nvidia card again with bumblebee and primusrun.

The problem is Plasma is still unable to detect Intel GPU or it's capabilities so it starts without any hardware acceleration (means, compositor is not working unless I choose xrender over OpenGL).
So, anybody has this problem? Anybody knows if there is any solution other than downgrading mesa?

Last edited by Druedain (2017-03-20 10:59:13)

Offline

#91 2017-03-20 21:35:10

degreeme
Member
Registered: 2017-03-18
Posts: 3

Re: [libglvnd] libglvnd support for mesa is now in testing

loqs wrote:

@degreeme welcome to the arch linux forums.
You mentioned disabling bumblebee did you remove the package as well?

Thank you very much, @loqs!!!
First of all, I've deleted bumblebee, then I've deleted all xf86-video-* drivers except intel (I don't know, what they all was doing on my system).
Then I've disabled kernel parameter "nvidia-drm.modeset=1" and disabled nvidia kernel modules in /etc/mkinitcpio.conf
Then I've decided to try it with gdm (I was testing it on startx), and it starts normally, and WOW, it works with nvidia perfectly: vulkan, nvidia-settings!

It's awesome, thank you!

Offline

#92 2017-03-21 01:49:20

DaMadOne
Member
Registered: 2014-07-30
Posts: 15

Re: [libglvnd] libglvnd support for mesa is now in testing

Well... I've been out of town for a couple of weeks and I came home the other day and updated my main machine. MSI x99s mpower, 5930k, 3x gtx 970's. I had checked archlinux.org and saw the stuff about libglvnd and updated. Update seemed to go as planned but after a reboot I was met with failure. Nothing I have tried has successfully lead me to a working Xorg session. I use gnome, and I've even tried a fresh Arch install on a spare SSD just for good measure. I've been banging my head on this for 2 days now, and I'm finally ready to ask for help.

On the fresh install I've installed only what should be needed to get gnome up and running using startx. Below is a pastebin from a recent Xorg.0.log

http://pastebin.com/DsFPBxeP

Xorg seems to try to start, but then I end up just looking at mirrored tty output on 2 of my monitors. If I switch to tty2 and kill X, tty1 remains frozen and I can only reboot. I feel like I'm missing something stupid, but at the same time if all was well in Arch land I feel like a fresh install should have me working.

EDIT* pastebin Xorg.0.log output is the result of me trying just a single monitor btw. Same result with all 3 plugged in(all on same GPU).

Last edited by DaMadOne (2017-03-21 01:55:30)

Offline

#93 2017-03-21 12:46:39

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [libglvnd] libglvnd support for mesa is now in testing

[    82.541] (==) Using config file: "/etc/X11/xorg.conf"

DaMadOne, try removing xorg.conf and any other *.conf files in /etc/X11 or /etc/X11/xorg.conf.d


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#94 2017-03-21 21:51:23

DaMadOne
Member
Registered: 2014-07-30
Posts: 15

Re: [libglvnd] libglvnd support for mesa is now in testing

Lone_Wolf wrote:
[    82.541] (==) Using config file: "/etc/X11/xorg.conf"

DaMadOne, try removing xorg.conf and any other *.conf files in /etc/X11 or /etc/X11/xorg.conf.d

thanks for the reply. I have definitely tried that. I normally run nothing in either and have no problems until now. That specific Xorg.0.log must have come from one of my attempts with using a xorg.conf.

Things I have tried are different combinations of monitors (1 monitor, 2 monitors and 3 monitors) with and without xorg.conf's

Tried running xinit logged in as root user, doesn't work so shouldn't be a permissions problem

Tried using the LTS kernel, doesn't work.

On the fresh install on a spare drive I've been toying with I installed fresh the same way I always have (I have a cheat sheet I wrote just so I don't forget to do something), installed nvidia drivers, xinit,  gnome and obviously all the dependencies that come with those. it's just refusing to work.

I'm at a loss...

Edit*

Ok, so I've made a little headway... I noticed "[    82.550] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU" and with no xorg.conf it defaults to auto-select which was coming up "null" after probing card0 because my monitors were actually plugged into card2(GPU2) (my top card) so i moved the monitors to the 2nd card down which is card0 (GPU0) and now it's actually finding a valid mode with all three monitors @ 5760x1080... It looks like it still looks for monitors on other cards but it tries to set the mode before actually probing them. Was never a problem before... but whatever I can live with having them plugged into the 2nd GPU.

Now I can actually launch XFCE and get a working session... however gnome still fails to start. So now looking into that.\

Edit again*

So XFCE was launching, but lots of things wouldn't work(xfce4-terminal, gnome-terminal, firefox etc..)... i finally installed xterm which would launch so I could finally get some useful output why things werent starting. Launching xfce4-terminal would fail due to libwayland-egl.so.1 not being found. Installed mesa and lib32-mesa and now everything seems to be working. So it was a combination of which GPU I had my monitors plugged into and missing mesa which wasn't being pulled in as a dependency. I'm glad I'm back to working but this switch to libglvnd seems to be a huge cluster f*ck of problems.

Last edited by DaMadOne (2017-03-22 01:25:10)

Offline

#95 2017-03-22 10:59:02

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

Re: [libglvnd] libglvnd support for mesa is now in testing

@DaMadOne xfce4-terminal, gnome-terminal and firefox all have a dependency on gtk3 which has a dependency on mesa so it should have already been installed.

Offline

#96 2017-03-22 17:27:06

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [libglvnd] libglvnd support for mesa is now in testing

It works now for me! I simply have downgraded the version of nvidia and nvidia-utils to 378.13-3. Hoping they fix it early to not keeping it downgraded...

Last edited by karlospv94 (2017-03-22 22:25:49)

Offline

#97 2017-03-22 22:47:26

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

Re: [libglvnd] libglvnd support for mesa is now in testing

karlospv94 wrote:

It works now for me! I simply have downgraded the version of nvidia and nvidia-utils to 378.13-3. Hoping they fix it early to not keeping it downgraded...

Not seeing any open bug reports against nvdida-utils ( https://bugs.archlinux.org/?project=1&s … idia-utils ) are you sure the relevant maintainers are aware of the issue?

Offline

#98 2017-03-22 22:49:49

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [libglvnd] libglvnd support for mesa is now in testing

loqs wrote:
karlospv94 wrote:

It works now for me! I simply have downgraded the version of nvidia and nvidia-utils to 378.13-3. Hoping they fix it early to not keeping it downgraded...

Not seeing any open bug reports against nvdida-utils ( https://bugs.archlinux.org/?project=1&s … idia-utils ) are you sure the relevant maintainers are aware of the issue?

I will open these days a bug related to this package to keep them noticed. Thanks!

Offline

#99 2017-03-23 20:50:08

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,923
Website

Re: [libglvnd] libglvnd support for mesa is now in testing

I have major deadaches with my setup:
Video card: GeForce 8600 GT
Relevant packages: nvidia-304xx-lts, nvidia-304xx-utils, libvdpau, nvidia-304xx-ck-core2
I use the lts and the ck kernel.
With lts I cannot make it to work even when I downgrade libglvnd. It says in the journal:

márc 23 21:34:23 HomeC kernel: NVRM: request_mem_region failed for 16M @ 0xdc000000. This can
                                NVRM: occur when a driver such as rivatv is loaded and claims
                                NVRM: ownership of the device's registers.
márc 23 21:34:23 HomeC kernel: nvidia: probe of 0000:01:00.0 failed with error -1
márc 23 21:34:23 HomeC kernel: Error: Driver 'nvidia' is already registered, aborting...
márc 23 21:34:23 HomeC kernel: NVRM: DRM init failed

With ck, downgrading helps, but with current libglvnd KDE doesn't start at all, but the graphical mode kicks in with all autostarted programs, like AWN or Kupfer.

I'm not proficient with graphics at all, please help me out.


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#100 2017-03-24 14:32:42

hendry
Member
From: Singapore
Registered: 2009-09-08
Posts: 157
Website

Re: [libglvnd] libglvnd support for mesa is now in testing

First I just want to say the Xorg work in Arch is fantastic. I really appreciate your work to improve the long painful mess of bumblebee/Optimus setups!

Yesterday I came back from holiday, updated my T460s machine and rebooted to find Xorg not working.

Probably due to my poor logging (what's the right way to do it?), I found it difficult to understand what broke:
https://github.com/kaihendry/dotfiles/b … profile#L4

Thankfully #archlinux pointed me the right direction and I found this thread with the xrandr commands. I've also created a video about it https://www.youtube.com/watch?v=rm0D9_2u1MU since now obs https://bbs.archlinux.org/viewtopic.php?pid=1693777 works again!

So my feedback is as follows:
- Wish those xrandr commands were easier to find https://s.natalian.org/2017-03-23/xinit … ia.working
- My terminus font rendering looks slightly different. Thinner... ? I'm not quite sure
- Now my DISPLAY is :1 ? https://github.com/cdown/clipmenu/issues/45

Now that I'm using the nvidia hardware

NVIDIA Corporation GM108M [GeForce 930M] (rev a2)

, I wonder how to better understand it's load and temperature and that sort of thing?

Offline

Board footer

Powered by FluxBB