You are not logged in.

#1 2019-06-21 00:11:32

Xezlec
Member
Registered: 2014-11-30
Posts: 41

OpenGL not working -- nvidia-340xx driver problem maybe?

Hello,

I recently noticed WebGL was no longer working in Chromium or Firefox.  Also, there is now an extreme amount of tearing and lagginess when I try to scroll anything.  I don't know much about graphics, but I tried running glxinfo and it went like this:

xezlec.3.~$ glxinfo
name of display: :0.1
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  154 (NV-GLX)
  Minor opcode of failed request:  4 ()
  Resource id in failed request:  0x120000b
  Serial number of failed request:  63
  Current serial number in output stream:  63

Now, I'm not sure how to tell whether this indicates a driver problem, but I did recently have to rebuild the nvidia-340xx package in order to get X to start after the most recent kernel update.  Actually, I haven't been paying enough attention lately to know for sure whether the problem already existed before that.  It may have been introduced when nvidia-340xx moved to the AUR, for all I know.

Can anyone help me at least figure out whether it's a driver issue or something else?  I don't play games or anything, but I want Google Maps to at least show 3D buildings like it used to.

Thanks!

Offline

#2 2019-06-21 07:26:00

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

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

What's installed right now? Post a xorg log and

pacman -Qs nvidia
pacman -Q linux
dmesg

Offline

#3 2019-06-21 10:55:48

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

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

Also post xorg logs.
see https://wiki.archlinux.org/index.php/Xorg#General for info where to find them.


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

#4 2019-06-22 15:53:31

Xezlec
Member
Registered: 2014-11-30
Posts: 41

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

There are some nvidia-related error messages, but I'm not sure whether they're related to this problem or just a side-effect of using a fairly old driver.

xezlec.3.~$ pacman -Qs nvidia
local/lib32-nvidia-340xx-utils 340.107-3
    NVIDIA drivers utilities (32-bit)
local/libvdpau 1.2-1
    Nvidia VDPAU library
local/nvidia-340xx 340.107-90
    NVIDIA drivers for linux, 340xx legacy branch
local/nvidia-340xx-utils 340.107-3
    NVIDIA drivers utilities
xezlec.3.~$ pacman -Q linux
linux 5.1.11.arch1-1
xezlec.3.~$ dmesg
[    0.000000] microcode: microcode updated early to revision 0x27, date = 2019-02-26
[    0.000000] Linux version 5.1.11-arch1-1-ARCH (builduser@heftig-31251) (gcc version 9.1.0 (GCC)) #1 SMP PREEMPT Mon Jun 17 18:56:30 UTC 2019
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e9006add-a475-4482-b452-61fc73291f03 rw quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bc090fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bc091000-0x00000000bc097fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bc098000-0x00000000bcd36fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bcd37000-0x00000000bd25bfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bd25c000-0x00000000ce3c4fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ce3c5000-0x00000000ce451fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ce452000-0x00000000ce498fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ce499000-0x00000000ce5d3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ce5d4000-0x00000000ceffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cefff000-0x00000000ceffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./Z97M OC Formula, BIOS P2.30 05/13/2015
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3991.097 MHz processor
[    0.001090] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001091] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001095] last_pfn = 0x22f000 max_arch_pfn = 0x400000000
[    0.001098] MTRR default type: uncachable
[    0.001098] MTRR fixed ranges enabled:
[    0.001099]   00000-9FFFF write-back
[    0.001099]   A0000-BFFFF uncachable
[    0.001100]   C0000-CFFFF write-protect
[    0.001100]   D0000-E7FFF uncachable
[    0.001101]   E8000-FFFFF write-protect
[    0.001101] MTRR variable ranges enabled:
[    0.001102]   0 base 0000000000 mask 7E00000000 write-back
[    0.001102]   1 base 0200000000 mask 7FE0000000 write-back
[    0.001103]   2 base 0220000000 mask 7FF8000000 write-back
[    0.001103]   3 base 0228000000 mask 7FFC000000 write-back
[    0.001104]   4 base 022C000000 mask 7FFE000000 write-back
[    0.001104]   5 base 022E000000 mask 7FFF000000 write-back
[    0.001105]   6 base 00E0000000 mask 7FE0000000 uncachable
[    0.001105]   7 base 00D0000000 mask 7FF0000000 uncachable
[    0.001106]   8 disabled
[    0.001106]   9 disabled
[    0.001813] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001959] total RAM covered: 8176M
[    0.002211] Found optimal setting for mtrr clean up
[    0.002211]  gran_size: 64K 	chunk_size: 32M 	num_reg: 7  	lose cover RAM: 0G
[    0.002888] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[    0.002891] last_pfn = 0xcf000 max_arch_pfn = 0x400000000
[    0.007893] found SMP MP-table at [mem 0x000fd180-0x000fd18f]
[    0.014999] check: Scanning 1 areas for low memory corruption
[    0.015003] Using GB pages for direct mapping
[    0.015004] BRK [0x183401000, 0x183401fff] PGTABLE
[    0.015005] BRK [0x183402000, 0x183402fff] PGTABLE
[    0.015006] BRK [0x183403000, 0x183403fff] PGTABLE
[    0.015029] BRK [0x183404000, 0x183404fff] PGTABLE
[    0.015031] BRK [0x183405000, 0x183405fff] PGTABLE
[    0.015153] BRK [0x183406000, 0x183406fff] PGTABLE
[    0.015176] BRK [0x183407000, 0x183407fff] PGTABLE
[    0.015227] BRK [0x183408000, 0x183408fff] PGTABLE
[    0.015251] BRK [0x183409000, 0x183409fff] PGTABLE
[    0.015268] BRK [0x18340a000, 0x18340afff] PGTABLE
[    0.015299] BRK [0x18340b000, 0x18340bfff] PGTABLE
[    0.015333] BRK [0x18340c000, 0x18340cfff] PGTABLE
[    0.015421] RAMDISK: [mem 0x3697e000-0x374b6fff]
[    0.015425] ACPI: Early table checksum verification disabled
[    0.018289] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[    0.018291] ACPI: XSDT 0x00000000CE5A1080 000084 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.018294] ACPI: FACP 0x00000000CE5B1C58 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.018297] ACPI: DSDT 0x00000000CE5A11A0 010AB2 (v02 ALASKA A M I    00000221 INTL 20120711)
[    0.018299] ACPI: FACS 0x00000000CE5D3F80 000040
[    0.018300] ACPI: APIC 0x00000000CE5B1D68 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.018302] ACPI: FPDT 0x00000000CE5B1E00 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.018303] ACPI: SSDT 0x00000000CE5B1E48 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.018305] ACPI: SSDT 0x00000000CE5B2388 000B74 (v01 CpuRef CpuSsdt  00003000 INTL 20051117)
[    0.018307] ACPI: SSDT 0x00000000CE5B2F00 0001C7 (v01 PmRef  LakeTiny 00003000 INTL 20051117)
[    0.018308] ACPI: MCFG 0x00000000CE5B30C8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.018310] ACPI: HPET 0x00000000CE5B3108 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.018311] ACPI: SSDT 0x00000000CE5B3140 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.018313] ACPI: SSDT 0x00000000CE5B34B0 005A36 (v01 SaSsdt SaSsdt   00003000 INTL 20120711)
[    0.018315] ACPI: AAFT 0x00000000CE5B8EE8 00067E (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.018316] ACPI: UEFI 0x00000000CE5B9568 000042 (v01 ALASKA A M I    01072009      00000000)
[    0.018321] ACPI: Local APIC address 0xfee00000
[    0.018374] No NUMA configuration found
[    0.018375] Faking a node at [mem 0x0000000000000000-0x000000022effffff]
[    0.018377] NODE_DATA(0) allocated [mem 0x22effb000-0x22effefff]
[    0.018390] Zone ranges:
[    0.018390]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.018391]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.018392]   Normal   [mem 0x0000000100000000-0x000000022effffff]
[    0.018392]   Device   empty
[    0.018393] Movable zone start for each node
[    0.018393] Early memory node ranges
[    0.018394]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.018394]   node   0: [mem 0x0000000000100000-0x00000000bc090fff]
[    0.018395]   node   0: [mem 0x00000000bc098000-0x00000000bcd36fff]
[    0.018395]   node   0: [mem 0x00000000bd25c000-0x00000000ce3c4fff]
[    0.018395]   node   0: [mem 0x00000000ce452000-0x00000000ce498fff]
[    0.018396]   node   0: [mem 0x00000000cefff000-0x00000000ceffffff]
[    0.018396]   node   0: [mem 0x0000000100000000-0x000000022effffff]
[    0.018475] Zeroed struct page in unavailable ranges: 8579 pages
[    0.018476] Initmem setup node 0 [mem 0x0000000000001000-0x000000022effffff]
[    0.018477] On node 0 totalpages: 2084477
[    0.018477]   DMA zone: 64 pages used for memmap
[    0.018478]   DMA zone: 21 pages reserved
[    0.018478]   DMA zone: 3996 pages, LIFO batch:0
[    0.018533]   DMA32 zone: 13116 pages used for memmap
[    0.018533]   DMA32 zone: 839393 pages, LIFO batch:63
[    0.030028]   Normal zone: 19392 pages used for memmap
[    0.030030]   Normal zone: 1241088 pages, LIFO batch:63
[    0.046355] ACPI: PM-Timer IO Port: 0x1808
[    0.046357] ACPI: Local APIC address 0xfee00000
[    0.046362] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.046370] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.046372] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.046372] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.046373] ACPI: IRQ0 used by override.
[    0.046374] ACPI: IRQ9 used by override.
[    0.046375] Using ACPI (MADT) for SMP configuration information
[    0.046376] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.046379] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.046391] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.046392] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.046392] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.046392] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.046393] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.046394] PM: Registered nosave memory: [mem 0xbc091000-0xbc097fff]
[    0.046394] PM: Registered nosave memory: [mem 0xbcd37000-0xbd25bfff]
[    0.046395] PM: Registered nosave memory: [mem 0xce3c5000-0xce451fff]
[    0.046396] PM: Registered nosave memory: [mem 0xce499000-0xce5d3fff]
[    0.046397] PM: Registered nosave memory: [mem 0xce5d4000-0xceffefff]
[    0.046397] PM: Registered nosave memory: [mem 0xcf000000-0xefffffff]
[    0.046398] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.046398] PM: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[    0.046398] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.046399] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.046399] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.046400] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.046400] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.046400] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.046401] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.046401] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.046401] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.046403] [mem 0xcf000000-0xefffffff] available for PCI devices
[    0.046403] Booting paravirtualized kernel on bare hardware
[    0.046405] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.118510] random: get_random_bytes called from start_kernel+0x8d/0x530 with crng_init=0
[    0.118514] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.118673] percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u262144
[    0.118677] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.118677] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.118689] Built 1 zonelists, mobility grouping on.  Total pages: 2051884
[    0.118690] Policy zone: Normal
[    0.118691] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e9006add-a475-4482-b452-61fc73291f03 rw quiet
[    0.121982] Calgary: detecting Calgary via BIOS EBDA area
[    0.121983] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.139747] Memory: 8099028K/8337908K available (12291K kernel code, 1317K rwdata, 3764K rodata, 1564K init, 3736K bss, 238880K reserved, 0K cma-reserved)
[    0.139848] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.139852] Kernel/User page tables isolation: enabled
[    0.139862] ftrace: allocating 37082 entries in 145 pages
[    0.149256] rcu: Preemptible hierarchical RCU implementation.
[    0.149257] rcu: 	CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.149257] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.149258] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.149258] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.149259] 	Tasks RCU enabled.
[    0.149259] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.149260] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.150247] NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
[    0.150390] rcu: 	Offload RCU callbacks from CPUs: (none).
[    0.150425] spurious 8259A interrupt: IRQ7.
[    0.153040] Console: colour VGA+ 80x25
[    0.153044] printk: console [tty0] enabled
[    0.153055] ACPI: Core revision 20190215
[    0.153192] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.153199] hpet clockevent registered
[    0.153201] APIC: Switch to symmetric I/O mode setup
[    0.153265] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.153599] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.169868] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x730f055611a, max_idle_ns: 881590658998 ns
[    0.169875] Calibrating delay loop (skipped), value calculated using timer frequency.. 7985.78 BogoMIPS (lpj=13303656)
[    0.169876] pid_max: default: 32768 minimum: 301
[    0.169896] LSM: Security Framework initializing
[    0.169898] Yama: becoming mindful.
[    0.170791] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.171243] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.171265] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.171280] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.171384] *** VALIDATE proc ***
[    0.171418] *** VALIDATE cgroup1 ***
[    0.171419] *** VALIDATE cgroup2 ***
[    0.171446] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.171455] process: using mwait in idle threads
[    0.171457] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.171457] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.171458] Spectre V2 : Mitigation: Full generic retpoline
[    0.171459] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.171459] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.171463] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.171464] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.171465] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.171480] MDS: Mitigation: Clear CPU buffers
[    0.171595] Freeing SMP alternatives memory: 28K
[    0.173250] TSC deadline timer enabled
[    0.173252] smpboot: CPU0: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.193219] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.193246] ... version:                3
[    0.193246] ... bit width:              48
[    0.193247] ... generic registers:      4
[    0.193247] ... value mask:             0000ffffffffffff
[    0.193247] ... max period:             00007fffffffffff
[    0.193248] ... fixed-purpose events:   3
[    0.193248] ... event mask:             000000070000000f
[    0.199883] rcu: Hierarchical SRCU implementation.
[    0.223309] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.229887] smp: Bringing up secondary CPUs ...
[    0.269891] x86: Booting SMP configuration:
[    0.269891] .... node  #0, CPUs:      #1 #2 #3 #4
[    0.390233] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.429890]  #5 #6 #7
[    0.510160] smp: Brought up 1 node, 8 CPUs
[    0.510160] smpboot: Max logical packages: 1
[    0.510160] smpboot: Total of 8 processors activated (63883.28 BogoMIPS)
[    0.513413] devtmpfs: initialized
[    0.513413] x86/mm: Memory block size: 128MB
[    0.513586] PM: Registering ACPI NVS region [mem 0xbc091000-0xbc097fff] (28672 bytes)
[    0.513586] PM: Registering ACPI NVS region [mem 0xce499000-0xce5d3fff] (1290240 bytes)
[    0.513586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.513586] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.513586] pinctrl core: initialized pinctrl subsystem
[    0.513586] PM: RTC time: 03:47:43, date: 2019-06-19
[    0.513586] NET: Registered protocol family 16
[    0.513586] audit: initializing netlink subsys (disabled)
[    0.513586] audit: type=2000 audit(1560916063.359:1): state=initialized audit_enabled=0 res=1
[    0.516541] cpuidle: using governor ladder
[    0.516544] cpuidle: using governor menu
[    0.516559] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.516560] ACPI: bus type PCI registered
[    0.516561] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.516605] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.516606] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.516613] PCI: Using configuration type 1 for base access
[    0.516625] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.517233] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.517233] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.517233] ACPI: Added _OSI(Module Device)
[    0.517233] ACPI: Added _OSI(Processor Device)
[    0.517233] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.517233] ACPI: Added _OSI(Processor Aggregator Device)
[    0.517233] ACPI: Added _OSI(Linux-Dell-Video)
[    0.517233] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.517233] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.525508] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.530004] ACPI: Dynamic OEM Table Load:
[    0.530004] ACPI: SSDT 0xFFFF969DE532C000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.530133] ACPI: Dynamic OEM Table Load:
[    0.530133] ACPI: SSDT 0xFFFF969DE52DC800 0005AA (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.530455] ACPI: Dynamic OEM Table Load:
[    0.530455] ACPI: SSDT 0xFFFF969DE4CB6000 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.534427] ACPI: Interpreter enabled
[    0.534449] ACPI: (supports S0 S3 S4 S5)
[    0.534450] ACPI: Using IOAPIC for interrupt routing
[    0.534502] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.535046] ACPI: Enabled 11 GPEs in block 00 to 3F
[    0.545694] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.545698] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.545907] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR]
[    0.546043] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.546043] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.546404] PCI host bridge to bus 0000:00
[    0.546406] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.546406] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.546407] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.546408] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.546408] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.546409] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.546409] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.546410] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.546410] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.546411] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfeafffff window]
[    0.546412] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.546416] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.546487] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.546517] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.546634] pci 0000:00:14.0: [8086:8cb1] type 00 class 0x0c0330
[    0.546651] pci 0000:00:14.0: reg 0x10: [mem 0xef600000-0xef60ffff 64bit]
[    0.546700] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.546762] pci 0000:00:16.0: [8086:8cba] type 00 class 0x078000
[    0.546779] pci 0000:00:16.0: reg 0x10: [mem 0xef619000-0xef61900f 64bit]
[    0.546831] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.546911] pci 0000:00:1a.0: [8086:8cad] type 00 class 0x0c0320
[    0.546928] pci 0000:00:1a.0: reg 0x10: [mem 0xef617000-0xef6173ff]
[    0.546998] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.547062] pci 0000:00:1b.0: [8086:8ca0] type 00 class 0x040300
[    0.547078] pci 0000:00:1b.0: reg 0x10: [mem 0xef610000-0xef613fff 64bit]
[    0.547135] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.547195] pci 0000:00:1c.0: [8086:8c90] type 01 class 0x060400
[    0.547259] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.547356] pci 0000:00:1c.2: [8086:8c94] type 01 class 0x060400
[    0.547422] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.547518] pci 0000:00:1c.4: [8086:8c98] type 01 class 0x060400
[    0.547584] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.547681] pci 0000:00:1d.0: [8086:8ca6] type 00 class 0x0c0320
[    0.547699] pci 0000:00:1d.0: reg 0x10: [mem 0xef616000-0xef6163ff]
[    0.547768] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.547834] pci 0000:00:1f.0: [8086:8cc4] type 00 class 0x060100
[    0.547980] pci 0000:00:1f.2: [8086:8c82] type 00 class 0x010601
[    0.547993] pci 0000:00:1f.2: reg 0x10: [io  0xf070-0xf077]
[    0.547998] pci 0000:00:1f.2: reg 0x14: [io  0xf060-0xf063]
[    0.548003] pci 0000:00:1f.2: reg 0x18: [io  0xf050-0xf057]
[    0.548008] pci 0000:00:1f.2: reg 0x1c: [io  0xf040-0xf043]
[    0.548013] pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
[    0.548018] pci 0000:00:1f.2: reg 0x24: [mem 0xef615000-0xef6157ff]
[    0.548046] pci 0000:00:1f.2: PME# supported from D3hot
[    0.548102] pci 0000:00:1f.3: [8086:8ca2] type 00 class 0x0c0500
[    0.548116] pci 0000:00:1f.3: reg 0x10: [mem 0xef614000-0xef6140ff 64bit]
[    0.548132] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.548223] pci 0000:01:00.0: [10de:0640] type 00 class 0x030000
[    0.548235] pci 0000:01:00.0: reg 0x10: [mem 0xee000000-0xeeffffff]
[    0.548242] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.548249] pci 0000:01:00.0: reg 0x1c: [mem 0xec000000-0xedffffff 64bit]
[    0.548254] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.548259] pci 0000:01:00.0: reg 0x30: [mem 0xef000000-0xef07ffff pref]
[    0.548336] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.548338] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.548339] pci 0000:00:01.0:   bridge window [mem 0xec000000-0xef0fffff]
[    0.548341] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.548397] acpiphp: Slot [1] registered
[    0.548400] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.548468] pci 0000:03:00.0: [1969:e091] type 00 class 0x020000
[    0.548499] pci 0000:03:00.0: reg 0x10: [mem 0xef500000-0xef53ffff 64bit]
[    0.548510] pci 0000:03:00.0: reg 0x18: [io  0xd000-0xd07f]
[    0.548618] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.548718] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.548720] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.548722] pci 0000:00:1c.2:   bridge window [mem 0xef500000-0xef5fffff]
[    0.548790] pci 0000:04:00.0: [111d:8018] type 01 class 0x060400
[    0.548855] pci 0000:04:00.0: enabling Extended Tags
[    0.548916] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.549010] pci 0000:00:1c.4: PCI bridge to [bus 04-07]
[    0.549012] pci 0000:00:1c.4:   bridge window [io  0xb000-0xcfff]
[    0.549014] pci 0000:00:1c.4:   bridge window [mem 0xef100000-0xef4fffff]
[    0.549062] pci 0000:05:02.0: [111d:8018] type 01 class 0x060400
[    0.549127] pci 0000:05:02.0: enabling Extended Tags
[    0.549197] pci 0000:05:02.0: PME# supported from D0 D3hot D3cold
[    0.549258] pci 0000:05:04.0: [111d:8018] type 01 class 0x060400
[    0.549323] pci 0000:05:04.0: enabling Extended Tags
[    0.549392] pci 0000:05:04.0: PME# supported from D0 D3hot D3cold
[    0.549470] pci 0000:04:00.0: PCI bridge to [bus 05-07]
[    0.549476] pci 0000:04:00.0:   bridge window [io  0xb000-0xcfff]
[    0.549479] pci 0000:04:00.0:   bridge window [mem 0xef100000-0xef4fffff]
[    0.549535] pci 0000:06:00.0: [8086:10bc] type 00 class 0x020000
[    0.549568] pci 0000:06:00.0: reg 0x10: [mem 0xef420000-0xef43ffff]
[    0.549582] pci 0000:06:00.0: reg 0x14: [mem 0xef380000-0xef3fffff]
[    0.549595] pci 0000:06:00.0: reg 0x18: [io  0xc020-0xc03f]
[    0.549721] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.549801] pci 0000:06:00.1: [8086:10bc] type 00 class 0x020000
[    0.549833] pci 0000:06:00.1: reg 0x10: [mem 0xef400000-0xef41ffff]
[    0.549846] pci 0000:06:00.1: reg 0x14: [mem 0xef300000-0xef37ffff]
[    0.549860] pci 0000:06:00.1: reg 0x18: [io  0xc000-0xc01f]
[    0.549985] pci 0000:06:00.1: PME# supported from D0 D3hot D3cold
[    0.550086] pci 0000:05:02.0: PCI bridge to [bus 06]
[    0.550092] pci 0000:05:02.0:   bridge window [io  0xc000-0xcfff]
[    0.550095] pci 0000:05:02.0:   bridge window [mem 0xef300000-0xef4fffff]
[    0.550153] pci 0000:07:00.0: [8086:10bc] type 00 class 0x020000
[    0.550183] pci 0000:07:00.0: reg 0x10: [mem 0xef220000-0xef23ffff]
[    0.550195] pci 0000:07:00.0: reg 0x14: [mem 0xef180000-0xef1fffff]
[    0.550207] pci 0000:07:00.0: reg 0x18: [io  0xb020-0xb03f]
[    0.550327] pci 0000:07:00.0: PME# supported from D0 D3hot
[    0.550405] pci 0000:07:00.1: [8086:10bc] type 00 class 0x020000
[    0.550435] pci 0000:07:00.1: reg 0x10: [mem 0xef200000-0xef21ffff]
[    0.550447] pci 0000:07:00.1: reg 0x14: [mem 0xef100000-0xef17ffff]
[    0.550459] pci 0000:07:00.1: reg 0x18: [io  0xb000-0xb01f]
[    0.550578] pci 0000:07:00.1: PME# supported from D0 D3hot
[    0.550678] pci 0000:05:04.0: PCI bridge to [bus 07]
[    0.550684] pci 0000:05:04.0:   bridge window [io  0xb000-0xbfff]
[    0.550687] pci 0000:05:04.0:   bridge window [mem 0xef100000-0xef2fffff]
[    0.551348] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.551390] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.551431] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.551471] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.551511] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.551550] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.551590] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.551630] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.551788] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.551788] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.551788] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.551788] vgaarb: loaded
[    0.551788] ACPI: bus type USB registered
[    0.551788] usbcore: registered new interface driver usbfs
[    0.551788] usbcore: registered new interface driver hub
[    0.551788] usbcore: registered new device driver usb
[    0.551788] pps_core: LinuxPPS API ver. 1 registered
[    0.551788] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.551788] PTP clock support registered
[    0.551788] EDAC MC: Ver: 3.0.0
[    0.551788] PCI: Using ACPI for IRQ routing
[    0.554379] PCI: pci_cache_line_size set to 64 bytes
[    0.554437] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.554437] e820: reserve RAM buffer [mem 0xbc091000-0xbfffffff]
[    0.554438] e820: reserve RAM buffer [mem 0xbcd37000-0xbfffffff]
[    0.554438] e820: reserve RAM buffer [mem 0xce3c5000-0xcfffffff]
[    0.554439] e820: reserve RAM buffer [mem 0xce499000-0xcfffffff]
[    0.554440] e820: reserve RAM buffer [mem 0xcf000000-0xcfffffff]
[    0.554440] e820: reserve RAM buffer [mem 0x22f000000-0x22fffffff]
[    0.554499] NetLabel: Initializing
[    0.554499] NetLabel:  domain hash size = 128
[    0.554499] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.554507] NetLabel:  unlabeled traffic allowed by default
[    0.554509] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.554509] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.556551] clocksource: Switched to clocksource tsc-early
[    0.563226] VFS: Disk quotas dquot_6.6.0
[    0.563238] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.563255] *** VALIDATE hugetlbfs ***
[    0.563282] pnp: PnP ACPI init
[    0.563408] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.563411] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.563492] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.563494] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.563506] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.563533] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.563535] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.563602] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.563604] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.563641] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.563643] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.563771] pnp 00:06: [dma 0 disabled]
[    0.563797] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.564178] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.564179] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.564180] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.564181] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.564181] system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.564182] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.564183] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.564183] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.564184] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.564185] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.564186] system 00:07: [mem 0xeffe0000-0xeffeffff] has been reserved
[    0.564188] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.564330] pnp: PnP ACPI: found 8 devices
[    0.569531] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.569539] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.569540] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.569542] pci 0000:00:01.0:   bridge window [mem 0xec000000-0xef0fffff]
[    0.569543] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.569545] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.569553] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.569554] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.569557] pci 0000:00:1c.2:   bridge window [mem 0xef500000-0xef5fffff]
[    0.569563] pci 0000:05:02.0: PCI bridge to [bus 06]
[    0.569564] pci 0000:05:02.0:   bridge window [io  0xc000-0xcfff]
[    0.569570] pci 0000:05:02.0:   bridge window [mem 0xef300000-0xef4fffff]
[    0.569579] pci 0000:05:04.0: PCI bridge to [bus 07]
[    0.569581] pci 0000:05:04.0:   bridge window [io  0xb000-0xbfff]
[    0.569586] pci 0000:05:04.0:   bridge window [mem 0xef100000-0xef2fffff]
[    0.569596] pci 0000:04:00.0: PCI bridge to [bus 05-07]
[    0.569598] pci 0000:04:00.0:   bridge window [io  0xb000-0xcfff]
[    0.569603] pci 0000:04:00.0:   bridge window [mem 0xef100000-0xef4fffff]
[    0.569613] pci 0000:00:1c.4: PCI bridge to [bus 04-07]
[    0.569614] pci 0000:00:1c.4:   bridge window [io  0xb000-0xcfff]
[    0.569617] pci 0000:00:1c.4:   bridge window [mem 0xef100000-0xef4fffff]
[    0.569623] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.569624] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.569624] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.569625] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.569625] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.569626] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.569627] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.569627] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.569628] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.569628] pci_bus 0000:00: resource 13 [mem 0xd0000000-0xfeafffff window]
[    0.569629] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.569630] pci_bus 0000:01: resource 1 [mem 0xec000000-0xef0fffff]
[    0.569630] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.569631] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.569632] pci_bus 0000:03: resource 1 [mem 0xef500000-0xef5fffff]
[    0.569632] pci_bus 0000:04: resource 0 [io  0xb000-0xcfff]
[    0.569633] pci_bus 0000:04: resource 1 [mem 0xef100000-0xef4fffff]
[    0.569634] pci_bus 0000:05: resource 0 [io  0xb000-0xcfff]
[    0.569634] pci_bus 0000:05: resource 1 [mem 0xef100000-0xef4fffff]
[    0.569635] pci_bus 0000:06: resource 0 [io  0xc000-0xcfff]
[    0.569635] pci_bus 0000:06: resource 1 [mem 0xef300000-0xef4fffff]
[    0.569636] pci_bus 0000:07: resource 0 [io  0xb000-0xbfff]
[    0.569637] pci_bus 0000:07: resource 1 [mem 0xef100000-0xef2fffff]
[    0.569737] NET: Registered protocol family 2
[    0.569847] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.569867] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.569949] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.570054] TCP: Hash tables configured (established 65536 bind 65536)
[    0.570073] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.570091] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.570129] NET: Registered protocol family 1
[    0.570132] NET: Registered protocol family 44
[    0.589944] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x63f took 19192 usecs
[    0.589953] PCI: CLS mismatch (64 != 128), using 64 bytes
[    0.606607] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x63f took 16260 usecs
[    0.606617] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.606619] pci 0000:03:00.0: set MSI_INTX_DISABLE_BUG flag
[    0.606644] Unpacking initramfs...
[    0.683889] Freeing initrd memory: 11492K
[    0.683895] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.683895] software IO TLB: mapped [mem 0xca3c5000-0xce3c5000] (64MB)
[    0.684018] check: Scanning for low memory corruption every 60 seconds
[    0.684373] Initialise system trusted keyrings
[    0.684381] Key type blacklist registered
[    0.684413] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.685116] zbud: loaded
[    0.711388] Key type asymmetric registered
[    0.711389] Asymmetric key parser 'x509' registered
[    0.711395] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.711418] io scheduler mq-deadline registered
[    0.711419] io scheduler kyber registered
[    0.711443] io scheduler bfq registered
[    0.712227] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.712268] intel_idle: MWAIT substates: 0x42120
[    0.712268] intel_idle: v0.4.1 model 0x3C
[    0.712475] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.712533] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.712538] ACPI: Power Button [PWRB]
[    0.712559] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.712563] ACPI: Sleep Button [SLPB]
[    0.712580] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.713246] ACPI: Power Button [PWRF]
[    0.713768] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.734347] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.735413] usbcore: registered new interface driver usbserial_generic
[    0.735416] usbserial: USB Serial support registered for generic
[    0.735429] rtc_cmos 00:02: RTC can wake from S4
[    0.735538] rtc_cmos 00:02: registered as rtc0
[    0.735547] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.735573] intel_pstate: Intel P-state driver initializing
[    0.736098] ledtrig-cpu: registered to indicate activity on CPUs
[    0.736681] NET: Registered protocol family 10
[    0.754177] Segment Routing with IPv6
[    0.754206] NET: Registered protocol family 17
[    0.755057] mce: Using 9 MCE banks
[    0.755080] RAS: Correctable Errors collector initialized.
[    0.755134] microcode: sig=0x306c3, pf=0x2, revision=0x27
[    0.755315] microcode: Microcode Update Driver: v2.2.
[    0.755329] sched_clock: Marking stable (752518420, 2791385)->(779647919, -24338114)
[    0.755711] registered taskstats version 1
[    0.755724] Loading compiled-in X.509 certificates
[    0.761823] Loaded X.509 cert 'Build time autogenerated kernel key: 50034bdbd2603ddff31b6c4db806f46fe2fa3dfd'
[    0.761854] zswap: loaded using pool lzo/zbud
[    0.770463] Key type big_key registered
[    0.771229] PM:   Magic number: 7:977:765
[    0.771271] acpi MSFT0001:00: hash matches
[    0.771339] rtc_cmos 00:02: setting system clock to 2019-06-19T03:47:44 UTC (1560916064)
[    0.772879] Freeing unused decrypted memory: 2040K
[    0.773198] Freeing unused kernel image memory: 1564K
[    0.799989] Write protecting the kernel read-only data: 18432k
[    0.800754] Freeing unused kernel image memory: 2016K
[    0.800918] Freeing unused kernel image memory: 332K
[    0.814976] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.814977] x86/mm: Checking user space page tables
[    0.820772] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.820773] Run /init as init process
[    0.871583] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.872339] ehci-pci: EHCI PCI platform driver
[    0.872501] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.872507] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.872518] ehci-pci 0000:00:1a.0: debug port 2
[    0.876369] SCSI subsystem initialized
[    0.876422] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.876436] ehci-pci 0000:00:1a.0: irq 16, io mem 0xef617000
[    0.880846] libata version 3.00 loaded.
[    0.882731] ahci 0000:00:1f.2: version 3.0
[    0.882856] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[    0.882857] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
[    0.886550] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.886591] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.01
[    0.886592] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.886593] usb usb1: Product: EHCI Host Controller
[    0.886593] usb usb1: Manufacturer: Linux 5.1.11-arch1-1-ARCH ehci_hcd
[    0.886594] usb usb1: SerialNumber: 0000:00:1a.0
[    0.886737] hub 1-0:1.0: USB hub found
[    0.886740] hub 1-0:1.0: 2 ports detected
[    0.886849] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.886853] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.887903] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    0.887907] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.888004] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.01
[    0.888005] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.888006] usb usb2: Product: xHCI Host Controller
[    0.888006] usb usb2: Manufacturer: Linux 5.1.11-arch1-1-ARCH xhci-hcd
[    0.888007] usb usb2: SerialNumber: 0000:00:14.0
[    0.888140] hub 2-0:1.0: USB hub found
[    0.888155] hub 2-0:1.0: 14 ports detected
[    0.890665] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.890668] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.890669] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    0.890670] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.890672] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    0.890678] ehci-pci 0000:00:1d.0: debug port 2
[    0.890697] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.01
[    0.890698] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.890698] usb usb4: Product: xHCI Host Controller
[    0.890699] usb usb4: Manufacturer: Linux 5.1.11-arch1-1-ARCH xhci-hcd
[    0.890699] usb usb4: SerialNumber: 0000:00:14.0
[    0.890766] hub 4-0:1.0: USB hub found
[    0.890778] hub 4-0:1.0: 6 ports detected
[    0.891616] scsi host0: ahci
[    0.891693] scsi host1: ahci
[    0.891765] usb: port power management may be unreliable
[    0.892256] scsi host2: ahci
[    0.892692] scsi host3: ahci
[    0.893245] scsi host4: ahci
[    0.893317] scsi host5: ahci
[    0.893353] ata1: SATA max UDMA/133 abar m2048@0xef615000 port 0xef615100 irq 30
[    0.893353] ata2: DUMMY
[    0.893354] ata3: SATA max UDMA/133 abar m2048@0xef615000 port 0xef615200 irq 30
[    0.893355] ata4: DUMMY
[    0.893355] ata5: DUMMY
[    0.893356] ata6: DUMMY
[    0.894577] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.894585] ehci-pci 0000:00:1d.0: irq 23, io mem 0xef616000
[    0.906581] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.906917] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.01
[    0.906918] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.906920] usb usb3: Product: EHCI Host Controller
[    0.906921] usb usb3: Manufacturer: Linux 5.1.11-arch1-1-ARCH ehci_hcd
[    0.906932] usb usb3: SerialNumber: 0000:00:1d.0
[    0.907124] hub 3-0:1.0: USB hub found
[    0.907152] hub 3-0:1.0: 2 ports detected
[    1.209955] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.209984] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.213904] ata3.00: ATAPI: HL-DT-ST DVDRAM GH22NS90, HN00S300, max UDMA/100
[    1.216576] usb 2-1: new low-speed USB device number 2 using xhci_hcd
[    1.216596] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.219905] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    1.220754] ata3.00: configured for UDMA/100
[    1.221034] ata1.00: ATA-9: INTEL SSDSC2CW180A3, 400i, max UDMA/133
[    1.221039] ata1.00: 351651888 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.230929] ata1.00: configured for UDMA/133
[    1.231369] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSC2CW18 400i PQ: 0 ANSI: 5
[    1.244198] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH22NS90  HN00 PQ: 0 ANSI: 5
[    1.313946] sd 0:0:0:0: [sda] 351651888 512-byte logical blocks: (180 GB/168 GiB)
[    1.313953] sd 0:0:0:0: [sda] Write Protect is off
[    1.313954] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.313965] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.314666]  sda: sda1
[    1.314955] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.320284] sr 2:0:0:0: [sr0] scsi3-mmc drive: 8x/8x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.320285] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.320469] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.363634] usb 1-1: New USB device found, idVendor=8087, idProduct=8009, bcdDevice= 0.00
[    1.363636] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.364016] hub 1-1:1.0: USB hub found
[    1.364097] hub 1-1:1.0: 6 ports detected
[    1.366945] usb 3-1: New USB device found, idVendor=8087, idProduct=8001, bcdDevice= 0.00
[    1.366947] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.367115] hub 3-1:1.0: USB hub found
[    1.367206] hub 3-1:1.0: 8 ports detected
[    1.392171] usb 2-1: New USB device found, idVendor=051d, idProduct=0002, bcdDevice= 1.06
[    1.392173] usb 2-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.392174] usb 2-1: Product: Back-UPS ES 550 FW:843.K2 .D USB FW:K2 
[    1.392175] usb 2-1: Manufacturer: APC
[    1.392175] usb 2-1: SerialNumber: 3B1128X24619  
[    1.398789] hidraw: raw HID events driver (C) Jiri Kosina
[    1.516592] usb 2-2: new full-speed USB device number 3 using xhci_hcd
[    1.520025] usbcore: registered new interface driver usbhid
[    1.520026] usbhid: USB HID core driver
[    1.523028] hid-generic 0003:051D:0002.0001: hiddev0,hidraw0: USB HID v1.10 Device [APC Back-UPS ES 550 FW:843.K2 .D USB FW:K2 ] on usb-0000:00:14.0-1/input0
[    1.585299] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    1.613680] random: fast init done
[    1.658858] usb 2-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.03
[    1.658859] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.658860] usb 2-2: Product: USB Receiver
[    1.658861] usb 2-2: Manufacturer: Logitech
[    1.673023] systemd[1]: systemd 242.29-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    1.686623] systemd[1]: Detected architecture x86-64.
[    1.689275] systemd[1]: Set hostname to <xez>.
[    1.689970] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    1.699879] tsc: Refined TSC clocksource calibration: 3990.758 MHz
[    1.699884] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x730c85718cb, max_idle_ns: 881591244843 ns
[    1.699917] clocksource: Switched to clocksource tsc
[    1.769985] systemd[1]: /usr/lib/systemd/system/ddclient.service:6: PIDFile= references a path below legacy directory /var/run/, updating /var/run/ddclient.pid → /run/ddclient.pid; please update the unit file accordingly.
[    1.771454] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.772263] systemd[1]: Created slice system-syslog\x2dng.slice.
[    1.772390] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.772540] systemd[1]: Created slice User and Session Slice.
[    1.772547] systemd[1]: Reached target Slices.
[    1.785348] EXT4-fs (sda1): re-mounted. Opts: data=ordered,discard
[    1.789896] usb 2-8: new high-speed USB device number 4 using xhci_hcd
[    1.791843] random: lvm: uninitialized urandom read (4 bytes read)
[    1.798166] random: systemd-random-: uninitialized urandom read (512 bytes read)
[    1.931366] usb 2-8: New USB device found, idVendor=2109, idProduct=2812, bcdDevice= b.e0
[    1.931368] usb 2-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.931369] usb 2-8: Product: USB2.0 Hub             
[    1.931369] usb 2-8: Manufacturer: VIA Labs, Inc.         
[    1.931999] hub 2-8:1.0: USB hub found
[    1.932124] hub 2-8:1.0: 4 ports detected
[    1.945428] audit: type=1130 audit(1560916065.668:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.953074] systemd-journald[319]: Received request to flush runtime journal from PID 1
[    1.961334] audit: type=1130 audit(1560916065.685:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.027801] audit: type=1130 audit(1560916065.751:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hwdb-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.059904] usb 2-13: new high-speed USB device number 5 using xhci_hcd
[    2.192706] audit: type=1130 audit(1560916065.915:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.200235] usb 2-13: New USB device found, idVendor=1235, idProduct=8202, bcdDevice= 4.1b
[    2.200237] usb 2-13: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.200238] usb 2-13: Product: Scarlett 2i2 USB
[    2.200239] usb 2-13: Manufacturer: Focusrite
[    2.251317] Linux agpgart interface v0.103
[    2.251383] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20190215/utaddress-204)
[    2.251387] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.251390] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20190215/utaddress-204)
[    2.251392] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.251393] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20190215/utaddress-204)
[    2.251395] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20190215/utaddress-204)
[    2.251398] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.251398] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20190215/utaddress-204)
[    2.251401] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20190215/utaddress-204)
[    2.251403] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.251403] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    2.252852] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    2.253778] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    2.266821] alx 0000:03:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [d0:50:99:1d:c6:07]
[    2.279386] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    2.279395] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.279395] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.279396] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.279396] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    2.279478] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.279478] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.279698] e1000e 0000:06:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.309269] alx 0000:03:00.0 enp3s0: renamed from eth0
[    2.319745] iTCO_vendor_support: vendor-support=0
[    2.321947] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    2.321989] iTCO_wdt: Found a 9 Series TCO device (Version=2, TCOBASE=0x1860)
[    2.322328] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.326630] usb 2-8.1: new low-speed USB device number 6 using xhci_hcd
[    2.329686] cryptd: max_cpu_qlen set to 1000
[    2.344543] AVX2 version of gcm_enc/dec engaged.
[    2.344544] AES CTR mode by8 optimization enabled
[    2.347010] snd_hda_codec_realtek hdaudioC0D0: ALC1150: SKU not ready 0x00000000
[    2.347489] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1150: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    2.347491] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.347493] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    2.347494] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    2.347495] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    2.347496] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    2.347497] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    2.347498] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    2.347500] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    2.360843] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
[    2.360884] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[    2.360910] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    2.360934] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    2.360957] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    2.360981] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    2.368232] nvidia: version magic '5.1.7-arch1-1-ARCH SMP preempt mod_unload ' should be '5.1.11-arch1-1-ARCH SMP preempt mod_unload '
[    2.458293] e1000e 0000:06:00.0 eth0: (PCI Express:2.5GT/s:Width x4) 00:26:55:e1:7c:05
[    2.458514] e1000e 0000:06:00.0 eth0: Intel(R) PRO/1000 Network Connection
[    2.458591] e1000e 0000:06:00.0 eth0: MAC: 0, PHY: 4, PBA No: D98771-008
[    2.458954] e1000e 0000:06:00.1: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.469436] audit: type=1130 audit(1560916066.191:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.477493] usb 2-8.1: New USB device found, idVendor=0079, idProduct=0011, bcdDevice= 1.06
[    2.477496] usb 2-8.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.477497] usb 2-8.1: Product: USB Gamepad 
[    2.490729] audit: type=1130 audit(1560916066.215:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.499699] audit: type=1127 audit(1560916066.221:8): pid=461 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    2.500757] audit: type=1130 audit(1560916066.225:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=haveged comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.501571] audit: type=1130 audit(1560916066.225:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.503702] intel_rapl: Found RAPL domain package
[    2.503703] intel_rapl: Found RAPL domain core
[    2.503704] intel_rapl: Found RAPL domain dram
[    2.599878] usb 2-14: new full-speed USB device number 7 using xhci_hcd
[    2.620567] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    2.634898] e1000e 0000:06:00.1 eth1: (PCI Express:2.5GT/s:Width x4) 00:26:55:e1:7c:04
[    2.634899] e1000e 0000:06:00.1 eth1: Intel(R) PRO/1000 Network Connection
[    2.634977] e1000e 0000:06:00.1 eth1: MAC: 0, PHY: 4, PBA No: D98771-008
[    2.635222] e1000e 0000:07:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.638855] random: crng init done
[    2.740346] usb 2-14: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 4.00
[    2.740348] usb 2-14: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.740348] usb 2-14: Product: USB-Serial Controller D
[    2.740349] usb 2-14: Manufacturer: Prolific Technology Inc. 
[    2.757146] logitech-djreceiver 0003:046D:C52B.0004: hiddev1,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
[    2.759766] usbcore: registered new interface driver pl2303
[    2.759776] usbserial: USB Serial support registered for pl2303
[    2.759801] pl2303 2-14:1.0: pl2303 converter detected
[    2.760299] usb 2-14: pl2303 converter now attached to ttyUSB0
[    2.775604] usbcore: registered new interface driver snd-usb-audio
[    2.811558] e1000e 0000:07:00.0 eth2: (PCI Express:2.5GT/s:Width x4) 00:26:55:e1:7c:07
[    2.811560] e1000e 0000:07:00.0 eth2: Intel(R) PRO/1000 Network Connection
[    2.811639] e1000e 0000:07:00.0 eth2: MAC: 0, PHY: 4, PBA No: D98771-008
[    2.811865] e1000e 0000:07:00.1: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.866590] usb 2-8.2: new low-speed USB device number 8 using xhci_hcd
[    2.871235] input: Logitech Unifying Device. Wireless PID:1025 Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.2/0003:046D:C52B.0004/0003:046D:1025.0006/input/input10
[    2.871453] hid-generic 0003:046D:1025.0006: input,hidraw2: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:1025] on usb-0000:00:14.0-2:1
[    2.946932] input: Logitech M510 as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.2/0003:046D:C52B.0004/0003:046D:1025.0006/input/input14
[    2.947133] logitech-hidpp-device 0003:046D:1025.0006: input,hidraw2: USB HID v1.11 Mouse [Logitech M510] on usb-0000:00:14.0-2:1
[    2.953957] mousedev: PS/2 mouse device common for all mice
[    2.981692] e1000e 0000:07:00.1 eth3: (PCI Express:2.5GT/s:Width x4) 00:26:55:e1:7c:06
[    2.981695] e1000e 0000:07:00.1 eth3: Intel(R) PRO/1000 Network Connection
[    2.981774] e1000e 0000:07:00.1 eth3: MAC: 0, PHY: 4, PBA No: D98771-008
[    2.984727] e1000e 0000:06:00.0 enp6s0f0: renamed from eth0
[    3.015720] usb 2-8.2: New USB device found, idVendor=046d, idProduct=c21a, bcdDevice= 0.04
[    3.015721] usb 2-8.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.015722] usb 2-8.2: Product: Logitech(R) Precision(TM) Gamepad
[    3.015723] usb 2-8.2: Manufacturer: Logitech
[    3.016861] e1000e 0000:07:00.0 enp7s0f0: renamed from eth2
[    3.021291] input: Logitech Logitech(R) Precision(TM) Gamepad as /devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8.2/2-8.2:1.0/0003:046D:C21A.0007/input/input15
[    3.021430] hid-generic 0003:046D:C21A.0007: input,hidraw3: USB HID v1.10 Joystick [Logitech Logitech(R) Precision(TM) Gamepad] on usb-0000:00:14.0-8.2/input0
[    3.039997] e1000e 0000:07:00.1 enp7s0f1: renamed from eth3
[    3.070740] e1000e 0000:06:00.1 enp6s0f1: renamed from eth1
[    3.106556] usb 2-8.3: new full-speed USB device number 9 using xhci_hcd
[    3.208746] usb 2-8.3: New USB device found, idVendor=04b4, idProduct=0823, bcdDevice= 1.00
[    3.208757] usb 2-8.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.218513] input: HID 04b4:0823 as /devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8.3/2-8.3:1.0/0003:04B4:0823.0008/input/input16
[    3.273343] hid-generic 0003:04B4:0823.0008: input,hidraw4: USB HID v1.11 Keyboard [HID 04b4:0823] on usb-0000:00:14.0-8.3/input0
[    3.276730] input: HID 04b4:0823 Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8.3/2-8.3:1.1/0003:04B4:0823.0009/input/input17
[    3.276783] input: HID 04b4:0823 System Control as /devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8.3/2-8.3:1.1/0003:04B4:0823.0009/input/input18
[    3.333272] input: HID 04b4:0823 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8.3/2-8.3:1.1/0003:04B4:0823.0009/input/input19
[    3.333312] input: HID 04b4:0823 as /devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8.3/2-8.3:1.1/0003:04B4:0823.0009/input/input20
[    3.333350] input: HID 04b4:0823 Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8.3/2-8.3:1.1/0003:04B4:0823.0009/input/input21
[    3.333412] hid-generic 0003:04B4:0823.0009: input,hiddev2,hidraw5: USB HID v1.11 Mouse [HID 04b4:0823] on usb-0000:00:14.0-8.3/input1
[    3.344180] input: USB Gamepad  as /devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8.1/2-8.1:1.0/0003:0079:0011.0005/input/input22
[    3.344295] dragonrise 0003:0079:0011.0005: input,hidraw6: USB HID v1.10 Joystick [USB Gamepad ] on usb-0000:00:14.0-8.1/input0
[    3.416101] 8021q: 802.1Q VLAN Support v1.8
[    3.416108] 8021q: adding VLAN 0 to HW filter on device enp6s0f0
[    3.429155] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.431026] br0: port 1(enp6s0f0.unfree) entered blocking state
[    3.431027] br0: port 1(enp6s0f0.unfree) entered disabled state
[    3.431105] device enp6s0f0.unfree entered promiscuous mode
[    3.431109] device enp6s0f0 entered promiscuous mode
[    3.686787] 8021q: adding VLAN 0 to HW filter on device enp6s0f1
[    3.687366] br0: port 2(enp6s0f1) entered blocking state
[    3.687368] br0: port 2(enp6s0f1) entered disabled state
[    3.687415] device enp6s0f1 entered promiscuous mode
[    3.940091] 8021q: adding VLAN 0 to HW filter on device enp7s0f0
[    3.940651] br0: port 3(enp7s0f0) entered blocking state
[    3.940652] br0: port 3(enp7s0f0) entered disabled state
[    3.940702] device enp7s0f0 entered promiscuous mode
[    4.193439] 8021q: adding VLAN 0 to HW filter on device enp7s0f1
[    4.193983] br0: port 4(enp7s0f1) entered blocking state
[    4.193985] br0: port 4(enp7s0f1) entered disabled state
[    4.194032] device enp7s0f1 entered promiscuous mode
[    4.265875] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.268319] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.268337] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    4.268337] cfg80211: failed to load regulatory.db
[    4.642892] alx 0000:03:00.0 enp3s0: NIC Up: 1 Gbps Full
[    4.643091] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[    4.667537] e1000e: enp6s0f0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[    4.667653] e1000e 0000:06:00.0 enp6s0f0: 10/100 speed: disabling TSO
[    4.667727] IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0f0: link becomes ready
[    4.667859] IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0f0.unfree: link becomes ready
[    4.667885] br0: port 1(enp6s0f0.unfree) entered blocking state
[    4.667886] br0: port 1(enp6s0f0.unfree) entered forwarding state
[    4.667926] IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0f0.free: link becomes ready
[    4.667967] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[  174.396728] kauditd_printk_skb: 58 callbacks suppressed
[  174.396729] audit: type=1006 audit(1560916238.119:68): pid=604 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[  174.409681] audit: type=1130 audit(1560916238.132:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  174.413732] audit: type=1006 audit(1560916238.135:70): pid=859 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[  174.445549] audit: type=1130 audit(1560916238.165:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  183.869057] nvidia: version magic '5.1.7-arch1-1-ARCH SMP preempt mod_unload ' should be '5.1.11-arch1-1-ARCH SMP preempt mod_unload '
[  183.923605] nvidia: version magic '5.1.7-arch1-1-ARCH SMP preempt mod_unload ' should be '5.1.11-arch1-1-ARCH SMP preempt mod_unload '
[  183.976962] nvidia: version magic '5.1.7-arch1-1-ARCH SMP preempt mod_unload ' should be '5.1.11-arch1-1-ARCH SMP preempt mod_unload '
[  184.030468] nvidia: version magic '5.1.7-arch1-1-ARCH SMP preempt mod_unload ' should be '5.1.11-arch1-1-ARCH SMP preempt mod_unload '
[  525.743760] nvidia: loading out-of-tree module taints kernel.
[  525.743765] nvidia: module license 'NVIDIA' taints kernel.
[  525.743765] Disabling lock debugging due to kernel taint
[  525.745945] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[  525.749834] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[  525.750042] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 0
[  525.750047] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  340.107  Thu May 24 21:54:01 PDT 2018
[  525.816712] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000d3fff window]
[  525.816776] caller _nv000788rm+0xe4/0x1c0 [nvidia] mapping multiple BARs
[  525.833338] resource sanity check: requesting [mem 0x000e0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000e0000-0x000e3fff window]
[  525.833390] caller _nv013519rm+0x57/0xa0 [nvidia] mapping multiple BARs
[  526.892993] ------------[ cut here ]------------
[  526.892995] Bad or missing usercopy whitelist? Kernel memory exposure attempt detected from SLUB object 'nvidia_stack_t' (offset 11864, size 3)!
[  526.893003] WARNING: CPU: 7 PID: 6400 at mm/usercopy.c:78 usercopy_warn+0x7d/0xa0
[  526.893004] Modules linked in: nvidia(POE) cfg80211 rfkill ebt_dnat ebtable_nat ebtables ip6table_raw bridge 8021q garp mrp stp llc joydev input_leds hid_dr ff_memless ip6t_REJECT nf_reject_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_multiport xt_state xt_conntrack ipt_REJECT nf_reject_ipv4 iptable_filter iptable_nat ipt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c mousedev hid_logitech_hidpp snd_usb_audio snd_usbmidi_lib pl2303 snd_rawmidi hid_logitech_dj snd_seq_device intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_hda_codec_realtek aesni_intel snd_hda_codec_generic ledtrig_audio aes_x86_64 crypto_simd cryptd snd_soc_rt5640 glue_helper snd_hda_intel snd_soc_rl6231 iTCO_wdt mei_hdcp iTCO_vendor_support intel_cstate mxm_wmi snd_soc_core intel_uncore snd_hda_codec intel_rapl_perf e1000e snd_hda_core drm snd_compress ac97_bus snd_pcm_dmaengine snd_hwdep snd_pcm alx mei_me
[  526.893020]  snd_timer i2c_i801 pcspkr agpgart mdio mei lpc_ich snd soundcore wmi evdev pcc_cpufreq mac_hid ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 hid_generic usbhid hid sr_mod cdrom sd_mod ahci libahci libata xhci_pci scsi_mod xhci_hcd crc32c_intel ehci_pci ehci_hcd
[  526.893029] CPU: 7 PID: 6400 Comm: Xorg Tainted: P           OE     5.1.11-arch1-1-ARCH #1
[  526.893030] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./Z97M OC Formula, BIOS P2.30 05/13/2015
[  526.893031] RIP: 0010:usercopy_warn+0x7d/0xa0
[  526.893032] Code: 2c a5 41 51 49 89 c0 49 c7 c2 50 f1 2a a5 49 89 f1 48 89 f9 4c 0f 45 d2 48 c7 c7 f8 14 2c a5 4c 89 da 4c 89 d6 e8 c2 54 e0 ff <0f> 0b 48 83 c4 18 c3 48 c7 c6 43 d7 2a a5 49 89 f1 48 89 f0 eb 96
[  526.893032] RSP: 0018:ffffa31301193bb0 EFLAGS: 00010282
[  526.893033] RAX: 0000000000000000 RBX: 0000000000000003 RCX: 0000000000000000
[  526.893034] RDX: 0000000000000007 RSI: 0000000000000092 RDI: 00000000ffffffff
[  526.893034] RBP: ffff969cf4cede5b R08: 000000000000037e R09: 0000000000000001
[  526.893034] R10: 0000000000000000 R11: 0000000000000001 R12: ffff969cf4cede58
[  526.893035] R13: 0000000000000001 R14: ffff969cf4cede58 R15: ffff969cf4cedea0
[  526.893035] FS:  00007fb9b6bf1dc0(0000) GS:ffff969de6bc0000(0000) knlGS:0000000000000000
[  526.893036] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  526.893036] CR2: 00007fb9b2ddd160 CR3: 000000021ad62003 CR4: 00000000001606e0
[  526.893037] Call Trace:
[  526.893040]  __check_object_size+0xbe/0x14f
[  526.893108]  os_memcpy_to_user+0x23/0x50 [nvidia]
[  526.893152]  _nv001372rm+0xa5/0x260 [nvidia]
[  526.893197]  ? _nv004784rm+0x4eba/0x5500 [nvidia]
[  526.893241]  ? _nv004331rm+0xec/0xf0 [nvidia]
[  526.893284]  ? _nv004326rm+0xca/0x650 [nvidia]
[  526.893328]  ? _nv015126rm+0x576/0x5c0 [nvidia]
[  526.893375]  ? _nv000694rm+0x2e/0x60 [nvidia]
[  526.893416]  ? _nv000789rm+0x5f5/0x8b0 [nvidia]
[  526.893418]  ? _raw_spin_unlock_irqrestore+0x20/0x40
[  526.893457]  ? rm_ioctl+0x73/0x100 [nvidia]
[  526.893460]  ? __generic_file_write_iter+0xc0/0x1d0
[  526.893498]  ? nvidia_ioctl+0x155/0x480 [nvidia]
[  526.893537]  ? nvidia_frontend_ioctl+0x32/0x50 [nvidia]
[  526.893575]  ? nvidia_frontend_unlocked_ioctl+0x19/0x20 [nvidia]
[  526.893576]  ? do_vfs_ioctl+0x40c/0x670
[  526.893578]  ? ksys_ioctl+0x5e/0x90
[  526.893578]  ? __x64_sys_ioctl+0x16/0x20
[  526.893580]  ? do_syscall_64+0x5b/0x190
[  526.893581]  ? entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  526.893582] ---[ end trace dd966ac408704a6d ]---
[  532.353411] logitech-hidpp-device 0003:046D:1025.0006: HID++ 1.0 device connected.
[  534.544086] audit: type=1130 audit(1560916598.026:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  541.552225] audit: type=1006 audit(1560916605.032:73): pid=6427 uid=0 old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=3 res=1
[  922.170692] audit: type=1130 audit(1560916985.646:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  922.170695] audit: type=1131 audit(1560916985.646:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4337.737769] audit: type=1006 audit(1560920401.160:76): pid=9124 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=4 res=1
[ 4337.742467] audit: type=1130 audit(1560920401.163:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4337.752500] audit: type=1131 audit(1560920401.173:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4337.757051] audit: type=1130 audit(1560920401.180:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4337.757054] audit: type=1131 audit(1560920401.180:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4471.987023] audit: type=1130 audit(1560920535.408:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4471.987026] audit: type=1131 audit(1560920535.408:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[53202.076687] alx 0000:03:00.0 enp3s0: Link Down
[53204.342131] alx 0000:03:00.0 enp3s0: NIC Up: 1 Gbps Full
[53204.899970] alx 0000:03:00.0 enp3s0: Link Down
[53218.904349] alx 0000:03:00.0 enp3s0: NIC Up: 1 Gbps Full
[53225.081052] alx 0000:03:00.0 enp3s0: Link Down
[53227.350972] alx 0000:03:00.0 enp3s0: NIC Up: 1 Gbps Full
[59697.297966] perf: interrupt took too long (2515 > 2500), lowering kernel.perf_event_max_sample_rate to 79500
[68716.584187] snd_hda_intel 0000:00:1b.0: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[72040.072970] perf: interrupt took too long (3148 > 3143), lowering kernel.perf_event_max_sample_rate to 63300
[76211.026187] TCP: request_sock_TCP: Possible SYN flooding on port 25. Sending cookies.  Check SNMP counters.
[87341.768330] audit: type=1130 audit(1561003403.931:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[87341.768333] audit: type=1131 audit(1561003403.931:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[90739.718530] audit: type=1006 audit(1561006801.826:85): pid=11516 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=5 res=1
[90739.724326] audit: type=1130 audit(1561006801.832:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[90739.732492] audit: type=1131 audit(1561006801.842:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[90739.735452] audit: type=1130 audit(1561006801.846:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[90739.735455] audit: type=1131 audit(1561006801.846:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[90740.379765] audit: type=1130 audit(1561006802.489:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[90740.379772] audit: type=1131 audit(1561006802.489:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[92345.199127] alx 0000:03:00.0 enp3s0: Link Down
[92347.522628] alx 0000:03:00.0 enp3s0: NIC Up: 1 Gbps Full
[92348.170274] alx 0000:03:00.0 enp3s0: Link Down
[92362.091356] alx 0000:03:00.0 enp3s0: NIC Up: 1 Gbps Full
[92368.243597] alx 0000:03:00.0 enp3s0: Link Down
[92370.510076] alx 0000:03:00.0 enp3s0: NIC Up: 1 Gbps Full
[94374.303201] perf: interrupt took too long (3965 > 3935), lowering kernel.perf_event_max_sample_rate to 50400
[131549.032234] perf: interrupt took too long (4969 > 4956), lowering kernel.perf_event_max_sample_rate to 40200
[173747.366421] audit: type=1130 audit(1561089808.218:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[173747.366423] audit: type=1131 audit(1561089808.218:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[177140.732491] audit: type=1006 audit(1561093201.531:94): pid=30073 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=6 res=1
[177140.740797] audit: type=1130 audit(1561093201.541:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[177140.748626] audit: type=1131 audit(1561093201.548:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[177140.752218] audit: type=1130 audit(1561093201.551:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[177140.752225] audit: type=1131 audit(1561093201.551:98): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[177141.324579] audit: type=1130 audit(1561093202.124:99): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[177141.324585] audit: type=1131 audit(1561093202.124:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[197324.532451] perf: interrupt took too long (6216 > 6211), lowering kernel.perf_event_max_sample_rate to 32100
[260154.383765] audit: type=1130 audit(1561176213.923:101): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[260154.383768] audit: type=1131 audit(1561176213.923:102): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[263541.744109] audit: type=1006 audit(1561179601.231:103): pid=12256 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=7 res=1
[263541.750896] audit: type=1130 audit(1561179601.237:104): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[263541.760977] audit: type=1131 audit(1561179601.247:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[263541.763413] audit: type=1130 audit(1561179601.251:106): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[263541.763416] audit: type=1131 audit(1561179601.251:107): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[263542.347262] audit: type=1130 audit(1561179601.834:108): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[263542.347267] audit: type=1131 audit(1561179601.834:109): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

Xorg log

[   525.649] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   525.650] 
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
[   525.650] Build Operating System: Linux Arch Linux
[   525.651] Current Operating System: Linux xez 5.1.11-arch1-1-ARCH #1 SMP PREEMPT Mon Jun 17 18:56:30 UTC 2019 x86_64
[   525.651] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e9006add-a475-4482-b452-61fc73291f03 rw quiet
[   525.651] Build Date: 30 May 2019  06:44:40PM
[   525.651]  
[   525.652] Current version of pixman: 0.38.4
[   525.656] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   525.656] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   525.657] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 18 22:56:29 2019
[   525.657] (==) Using config file: "/etc/X11/xorg.conf"
[   525.657] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   525.657] (==) ServerLayout "Layout0"
[   525.657] (**) |-->Screen "Screen0" (0)
[   525.657] (**) |   |-->Monitor "Monitor0"
[   525.657] (**) |   |-->Device "Device0"
[   525.657] (**) |-->Screen "Screen1" (1)
[   525.657] (**) |   |-->Monitor "Monitor1"
[   525.657] (**) |   |-->Device "Device1"
[   525.657] (**) |-->Input Device "Mouse0"
[   525.657] (**) Option "DontZap" "false"
[   525.658] (**) Option "Xinerama" "0"
[   525.658] (==) Automatically adding devices
[   525.658] (==) Automatically enabling devices
[   525.658] (==) Automatically adding GPU devices
[   525.658] (==) Automatically binding GPU devices
[   525.658] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   525.658] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[   525.658] 	Entry deleted from font path.
[   525.658] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[   525.658] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[   525.658] 	Entry deleted from font path.
[   525.658] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[   525.658] (**) FontPath set to:
	/usr/share/fonts/local,
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1
[   525.658] (==) ModulePath set to "/usr/lib/xorg/modules"
[   525.658] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   525.658] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   525.658] (WW) Disabling Mouse0
[   525.658] (II) Module ABI versions:
[   525.658] 	X.Org ANSI C Emulation: 0.4
[   525.658] 	X.Org Video Driver: 24.0
[   525.658] 	X.Org XInput driver : 24.1
[   525.658] 	X.Org Server Extension : 10.0
[   525.658] (++) using VT number 1

[   525.658] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   525.662] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   525.664] (--) PCI:*(1@0:0:0) 10de:0640:3842:c954 rev 161, Mem @ 0xee000000/16777216, 0xd0000000/268435456, 0xec000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[   525.664] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   525.664] (II) LoadModule: "glx"
[   525.664] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   525.672] (II) Module glx: vendor="X.Org Foundation"
[   525.672] 	compiled for 1.20.5, module version = 1.0.0
[   525.672] 	ABI class: X.Org Server Extension, version 10.0
[   525.672] (II) LoadModule: "nvidia"
[   525.672] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   525.672] (II) Module nvidia: vendor="NVIDIA Corporation"
[   525.672] 	compiled for 4.0.2, module version = 1.0.0
[   525.672] 	Module class: X.Org Video Driver
[   525.672] (II) NVIDIA dlloader X Driver  340.107  Thu May 24 21:18:05 PDT 2018
[   525.672] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   525.673] (II) Loading sub module "fb"
[   525.673] (II) LoadModule: "fb"
[   525.673] (II) Loading /usr/lib/xorg/modules/libfb.so
[   525.673] (II) Module fb: vendor="X.Org Foundation"
[   525.673] 	compiled for 1.20.5, module version = 1.0.0
[   525.673] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   525.673] (WW) Unresolved symbol: fbGetGCPrivateKey
[   525.673] (II) Loading sub module "wfb"
[   525.673] (II) LoadModule: "wfb"
[   525.673] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   525.673] (II) Module wfb: vendor="X.Org Foundation"
[   525.673] 	compiled for 1.20.5, module version = 1.0.0
[   525.673] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   525.673] (II) Loading sub module "ramdac"
[   525.673] (II) LoadModule: "ramdac"
[   525.673] (II) Module "ramdac" already built-in
[   525.736] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   525.736] (==) NVIDIA(0): RGB weight 888
[   525.736] (==) NVIDIA(0): Default visual is TrueColor
[   525.736] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   525.737] (**) NVIDIA(0): Option "Stereo" "0"
[   525.737] (**) NVIDIA(0): Option "SLI" "Off"
[   525.737] (**) NVIDIA(0): Option "MultiGPU" "Off"
[   525.737] (**) NVIDIA(0): Option "BaseMosaic" "off"
[   525.737] (**) NVIDIA(0): Stereo disabled by request
[   525.737] (**) NVIDIA(0): NVIDIA SLI disabled.
[   525.737] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[   525.737] (**) NVIDIA(0): Option "MetaModes" "DVI-I-2: 1680x1050_60 +0+0; DVI-I-2: nvidia-auto-select +0+0"
[   525.737] (**) NVIDIA(1): Option "MetaModes" "DVI-I-3: 1280x720 +0+0 {viewportout=1190x669+45+25}"
[   525.737] (**) NVIDIA(0): Enabling 2D acceleration
[   525.737] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[   525.737] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[   525.737] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[   525.737] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[   525.737] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
[   526.837] (II) NVIDIA(0): Display (LG Electronics L226WT (DFP-0)) does not support
[   526.837] (II) NVIDIA(0):     NVIDIA 3D Vision stereo.
[   526.877] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[   526.877] (II) NVIDIA(0): NVIDIA GPU GeForce 9500 GT (G96) at PCI:1:0:0 (GPU-0)
[   526.877] (--) NVIDIA(0): Memory: 524288 kBytes
[   526.877] (--) NVIDIA(0): VideoBIOS: 62.94.29.00.50
[   526.877] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   526.880] (--) NVIDIA(0): Valid display device(s) on GeForce 9500 GT at PCI:1:0:0
[   526.880] (--) NVIDIA(0):     CRT-0
[   526.880] (--) NVIDIA(0):     CRT-1
[   526.880] (--) NVIDIA(0):     TV-0
[   526.880] (--) NVIDIA(0):     LG Electronics L226WT (DFP-0) (boot, connected)
[   526.880] (--) NVIDIA(0):     LG Electronics LG TV (DFP-1) (connected)
[   526.880] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   526.880] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[   526.880] (--) NVIDIA(GPU-0): TV-0: 400.0 MHz maximum pixel clock
[   526.880] (--) NVIDIA(0): LG Electronics L226WT (DFP-0): Internal TMDS
[   526.880] (--) NVIDIA(GPU-0): LG Electronics L226WT (DFP-0): 330.0 MHz maximum pixel clock
[   526.880] (--) NVIDIA(0): LG Electronics LG TV (DFP-1): Internal TMDS
[   526.880] (--) NVIDIA(GPU-0): LG Electronics LG TV (DFP-1): 165.0 MHz maximum pixel clock
[   526.880] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   526.880] (**) NVIDIA(0):     device LG Electronics L226WT (DFP-0) (Using EDID
[   526.880] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[   526.881] (II) NVIDIA(0): Validated MetaModes:
[   526.881] (II) NVIDIA(0):     "DVI-I-2:1680x1050_60+0+0"
[   526.881] (II) NVIDIA(0):     "DVI-I-2:nvidia-auto-select+0+0"
[   526.881] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
[   526.909] (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
[   526.909] (--) NVIDIA(0):     option
[   526.909] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[   526.909] (==) NVIDIA(1): RGB weight 888
[   526.909] (==) NVIDIA(1): Default visual is TrueColor
[   526.909] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[   526.909] (**) NVIDIA(1): Option "Stereo" "0"
[   526.909] (**) NVIDIA(1): Option "UseEdidDpi" "0"
[   526.909] (**) NVIDIA(1): Option "SLI" "Off"
[   526.909] (**) NVIDIA(1): Option "MultiGPU" "Off"
[   526.909] (**) NVIDIA(1): Option "BaseMosaic" "off"
[   526.909] (**) NVIDIA(1): Stereo disabled by request
[   526.909] (**) NVIDIA(1): NVIDIA SLI disabled.
[   526.909] (**) NVIDIA(1): NVIDIA Multi-GPU disabled.
[   526.909] (II) NVIDIA(1): NVIDIA GPU GeForce 9500 GT (G96) at PCI:1:0:0 (GPU-0)
[   526.909] (--) NVIDIA(1): Memory: 524288 kBytes
[   526.909] (--) NVIDIA(1): VideoBIOS: 62.94.29.00.50
[   526.909] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[   526.911] (--) NVIDIA(1): Valid display device(s) on GeForce 9500 GT at PCI:1:0:0
[   526.911] (--) NVIDIA(1):     CRT-0
[   526.911] (--) NVIDIA(1):     CRT-1
[   526.911] (--) NVIDIA(1):     TV-0
[   526.911] (--) NVIDIA(1):     LG Electronics L226WT (DFP-0) (boot, connected)
[   526.911] (--) NVIDIA(1):     LG Electronics LG TV (DFP-1) (connected)
[   526.911] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   526.911] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[   526.911] (--) NVIDIA(GPU-0): TV-0: 400.0 MHz maximum pixel clock
[   526.911] (--) NVIDIA(1): LG Electronics L226WT (DFP-0): Internal TMDS
[   526.911] (--) NVIDIA(GPU-0): LG Electronics L226WT (DFP-0): 330.0 MHz maximum pixel clock
[   526.911] (--) NVIDIA(1): LG Electronics LG TV (DFP-1): Internal TMDS
[   526.911] (--) NVIDIA(GPU-0): LG Electronics LG TV (DFP-1): 165.0 MHz maximum pixel clock
[   526.911] (**) NVIDIA(1): Using HorizSync/VertRefresh ranges from the EDID for display
[   526.911] (**) NVIDIA(1):     device LG Electronics LG TV (DFP-1) (Using EDID
[   526.911] (**) NVIDIA(1):     frequencies has been enabled on all display devices.)
[   526.911] (WW) NVIDIA(GPU-0): The EDID for LG Electronics LG TV (DFP-1) contradicts itself:
[   526.911] (WW) NVIDIA(GPU-0):     mode "1920x1080" is specified in the EDID; however, the
[   526.911] (WW) NVIDIA(GPU-0):     EDID's valid HorizSync range (31.000-60.000 kHz) would
[   526.911] (WW) NVIDIA(GPU-0):     exclude this mode's HorizSync (27.0 kHz); ignoring
[   526.911] (WW) NVIDIA(GPU-0):     HorizSync check for mode "1920x1080".
[   526.911] (WW) NVIDIA(GPU-0): The EDID for LG Electronics LG TV (DFP-1) contradicts itself:
[   526.911] (WW) NVIDIA(GPU-0):     mode "1920x1080" is specified in the EDID; however, the
[   526.911] (WW) NVIDIA(GPU-0):     EDID's valid VertRefresh range (56.000-75.000 Hz) would
[   526.911] (WW) NVIDIA(GPU-0):     exclude this mode's VertRefresh (24.0 Hz); ignoring
[   526.911] (WW) NVIDIA(GPU-0):     VertRefresh check for mode "1920x1080".
[   526.911] (WW) NVIDIA(GPU-0): The EDID for LG Electronics LG TV (DFP-1) contradicts itself:
[   526.911] (WW) NVIDIA(GPU-0):     mode "1920x1080" is specified in the EDID; however, the
[   526.911] (WW) NVIDIA(GPU-0):     EDID's valid VertRefresh range (56.000-75.000 Hz) would
[   526.911] (WW) NVIDIA(GPU-0):     exclude this mode's VertRefresh (30.0 Hz); ignoring
[   526.911] (WW) NVIDIA(GPU-0):     VertRefresh check for mode "1920x1080".
[   526.912] (II) NVIDIA(1): Validated MetaModes:
[   526.912] (II) NVIDIA(1):     "DVI-I-3:1280x720+0+0{viewportout=1190x669+45+25}"
[   526.912] (II) NVIDIA(1): Virtual screen size determined to be 1190 x 669
[   526.915] (**) NVIDIA(1): DPI set to (94, 94); computed from "DisplaySize" Monitor
[   526.915] (**) NVIDIA(1):     section option
[   526.915] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[   526.917] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   526.917] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   526.917] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   526.917] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   526.917] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   526.917] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   526.917] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   526.917] (II) NVIDIA(0):     Config Options in the README.
[   526.919] (II) NVIDIA(0): Setting mode "DVI-I-2:1680x1050_60+0+0"
[   526.958] (==) NVIDIA(0): Disabling shared memory pixmaps
[   526.958] (==) NVIDIA(0): Backing store enabled
[   526.958] (==) NVIDIA(0): Silken mouse disabled
[   526.958] (**) NVIDIA(0): DPMS enabled
[   526.958] (WW) NVIDIA(0): Option "TwinView" is not used
[   526.958] (WW) NVIDIA(0): Option "PreferredMode" is not used
[   526.958] (II) Loading sub module "dri2"
[   526.958] (II) LoadModule: "dri2"
[   526.958] (II) Module "dri2" already built-in
[   526.958] (II) NVIDIA(0): [DRI2] Setup complete
[   526.958] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   526.961] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[   526.961] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[   526.961] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[   526.961] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[   526.961] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[   526.961] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[   526.961] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[   526.961] (II) NVIDIA(1):     Config Options in the README.
[   526.961] (II) NVIDIA(1): Setting mode "DVI-I-3:1280x720+0+0{viewportout=1190x669+45+25}"
[   527.072] (==) NVIDIA(1): Disabling shared memory pixmaps
[   527.072] (==) NVIDIA(1): Backing store enabled
[   527.072] (==) NVIDIA(1): Silken mouse disabled
[   527.072] (**) NVIDIA(1): DPMS enabled
[   527.072] (WW) NVIDIA(1): Option "TwinView" is not used
[   527.072] (II) Loading sub module "dri2"
[   527.072] (II) LoadModule: "dri2"
[   527.072] (II) Module "dri2" already built-in
[   527.072] (II) NVIDIA(1): [DRI2] Setup complete
[   527.072] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[   527.072] (II) Initializing extension Generic Event Extension
[   527.073] (II) Initializing extension SHAPE
[   527.073] (II) Initializing extension MIT-SHM
[   527.073] (II) Initializing extension XInputExtension
[   527.073] (II) Initializing extension XTEST
[   527.073] (II) Initializing extension BIG-REQUESTS
[   527.073] (II) Initializing extension SYNC
[   527.073] (II) Initializing extension XKEYBOARD
[   527.073] (II) Initializing extension XC-MISC
[   527.073] (II) Initializing extension SECURITY
[   527.073] (II) Initializing extension XFIXES
[   527.073] (II) Initializing extension RENDER
[   527.073] (II) Initializing extension RANDR
[   527.073] (II) Initializing extension COMPOSITE
[   527.073] (II) Initializing extension DAMAGE
[   527.073] (II) Initializing extension MIT-SCREEN-SAVER
[   527.073] (II) Initializing extension DOUBLE-BUFFER
[   527.073] (II) Initializing extension RECORD
[   527.073] (II) Initializing extension DPMS
[   527.073] (II) Initializing extension Present
[   527.073] (II) Initializing extension DRI3
[   527.073] (II) Initializing extension X-Resource
[   527.073] (II) Initializing extension XVideo
[   527.073] (II) Initializing extension XVideo-MotionCompensation
[   527.073] (II) Initializing extension GLX
[   527.073] (II) AIGLX: Screen 0 is not DRI2 capable
[   527.265] (II) IGLX: Loaded and initialized swrast
[   527.265] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   527.265] (II) AIGLX: Screen 1 is not DRI2 capable
[   527.268] (II) IGLX: Loaded and initialized swrast
[   527.268] (II) GLX: Initialized DRISWRAST GL provider for screen 1
[   527.268] (II) Initializing extension XFree86-VidModeExtension
[   527.268] (II) Initializing extension XFree86-DGA
[   527.268] (II) Initializing extension XFree86-DRI
[   527.268] (II) Initializing extension DRI2
[   527.268] (II) Initializing extension NV-GLX
[   527.268] (II) Initializing extension NV-CONTROL
[   527.308] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   527.308] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   527.308] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   527.308] (**) Power Button: Applying InputClass "Keyboard Defaults"
[   527.308] (II) LoadModule: "libinput"
[   527.308] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   527.311] (II) Module libinput: vendor="X.Org Foundation"
[   527.311] 	compiled for 1.20.3, module version = 0.28.2
[   527.311] 	Module class: X.Org XInput Driver
[   527.311] 	ABI class: X.Org XInput driver, version 24.1
[   527.311] (II) Using input driver 'libinput' for 'Power Button'
[   527.311] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 29 paused 0
[   527.311] (**) Power Button: always reports core events
[   527.311] (**) Option "Device" "/dev/input/event2"
[   527.311] (**) Option "_source" "server/udev"
[   527.315] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   527.315] (II) event2  - Power Button: device is a keyboard
[   527.315] (II) event2  - Power Button: device removed
[   527.315] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   527.315] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   527.315] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   527.326] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   527.326] (II) event2  - Power Button: device is a keyboard
[   527.326] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   527.326] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   527.326] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   527.326] (**) Power Button: Applying InputClass "Keyboard Defaults"
[   527.326] (II) Using input driver 'libinput' for 'Power Button'
[   527.327] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 32 paused 0
[   527.327] (**) Power Button: always reports core events
[   527.327] (**) Option "Device" "/dev/input/event0"
[   527.327] (**) Option "_source" "server/udev"
[   527.327] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   527.327] (II) event0  - Power Button: device is a keyboard
[   527.327] (II) event0  - Power Button: device removed
[   527.327] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   527.327] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   527.327] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   527.328] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   527.328] (II) event0  - Power Button: device is a keyboard
[   527.328] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   527.328] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   527.328] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   527.328] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[   527.328] (II) Using input driver 'libinput' for 'Sleep Button'
[   527.328] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 33 paused 0
[   527.329] (**) Sleep Button: always reports core events
[   527.329] (**) Option "Device" "/dev/input/event1"
[   527.329] (**) Option "_source" "server/udev"
[   527.329] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   527.329] (II) event1  - Sleep Button: device is a keyboard
[   527.329] (II) event1  - Sleep Button: device removed
[   527.329] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[   527.329] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   527.329] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   527.329] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   527.329] (II) event1  - Sleep Button: device is a keyboard
[   527.330] (II) config/udev: Adding drm device (/dev/dri/card0)
[   527.330] (II) xfree86: Adding drm device (/dev/dri/card0)
[   527.330] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 34 paused 1
[   527.330] (EE) Error systemd-logind returned paused fd for drm node
[   527.330] (II) systemd-logind: releasing fd for 226:0
[   527.331] (II) config/udev: Adding input device Logitech M510 (/dev/input/event10)
[   527.331] (**) Logitech M510: Applying InputClass "evdev pointer catchall"
[   527.331] (**) Logitech M510: Applying InputClass "libinput pointer catchall"
[   527.331] (II) Using input driver 'libinput' for 'Logitech M510'
[   527.332] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 35 paused 0
[   527.332] (**) Logitech M510: always reports core events
[   527.332] (**) Option "Device" "/dev/input/event10"
[   527.332] (**) Option "_source" "server/udev"
[   527.332] (II) event10 - Logitech M510: is tagged by udev as: Mouse
[   527.332] (II) event10 - Logitech M510: device set to 1000 DPI
[   527.332] (II) event10 - Logitech M510: device is a pointer
[   527.332] (II) event10 - Logitech M510: device removed
[   527.332] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.2/0003:046D:C52B.0004/0003:046D:1025.0006/input/input14/event10"
[   527.332] (II) XINPUT: Adding extended input device "Logitech M510" (type: MOUSE, id 9)
[   527.333] (**) Option "AccelerationScheme" "none"
[   527.333] (**) Logitech M510: (accel) selected scheme none/0
[   527.333] (**) Logitech M510: (accel) acceleration factor: 2.000
[   527.333] (**) Logitech M510: (accel) acceleration threshold: 4
[   527.333] (II) event10 - Logitech M510: is tagged by udev as: Mouse
[   527.333] (II) event10 - Logitech M510: device set to 1000 DPI
[   527.333] (II) event10 - Logitech M510: device is a pointer
[   527.334] (II) config/udev: Adding input device Logitech M510 (/dev/input/mouse0)
[   527.334] (II) No input driver specified, ignoring this device.
[   527.334] (II) This device may have been added with another device file.
[   527.334] (II) config/udev: Adding input device USB Gamepad  (/dev/input/event18)
[   527.334] (II) No input driver specified, ignoring this device.
[   527.334] (II) This device may have been added with another device file.
[   527.335] (II) config/udev: Adding input device USB Gamepad  (/dev/input/js1)
[   527.335] (II) No input driver specified, ignoring this device.
[   527.335] (II) This device may have been added with another device file.
[   527.335] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/event11)
[   527.335] (II) No input driver specified, ignoring this device.
[   527.335] (II) This device may have been added with another device file.
[   527.335] (II) config/udev: Adding input device Logitech Logitech(R) Precision(TM) Gamepad (/dev/input/js0)
[   527.335] (II) No input driver specified, ignoring this device.
[   527.335] (II) This device may have been added with another device file.
[   527.336] (II) config/udev: Adding input device HID 04b4:0823 (/dev/input/event12)
[   527.336] (**) HID 04b4:0823: Applying InputClass "evdev keyboard catchall"
[   527.336] (**) HID 04b4:0823: Applying InputClass "libinput keyboard catchall"
[   527.336] (**) HID 04b4:0823: Applying InputClass "Keyboard Defaults"
[   527.336] (II) Using input driver 'libinput' for 'HID 04b4:0823'
[   527.336] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 36 paused 0
[   527.336] (**) HID 04b4:0823: always reports core events
[   527.336] (**) Option "Device" "/dev/input/event12"
[   527.336] (**) Option "_source" "server/udev"
[   527.337] (II) event12 - HID 04b4:0823: is tagged by udev as: Keyboard
[   527.337] (II) event12 - HID 04b4:0823: device is a keyboard
[   527.337] (II) event12 - HID 04b4:0823: device removed
[   527.337] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8.3/2-8.3:1.0/0003:04B4:0823.0008/input/input16/event12"
[   527.337] (II) XINPUT: Adding extended input device "HID 04b4:0823" (type: KEYBOARD, id 10)
[   527.337] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   527.338] (II) event12 - HID 04b4:0823: is tagged by udev as: Keyboard
[   527.338] (II) event12 - HID 04b4:0823: device is a keyboard
[   527.339] (II) config/udev: Adding input device HID 04b4:0823 Mouse (/dev/input/event13)
[   527.339] (**) HID 04b4:0823 Mouse: Applying InputClass "evdev pointer catchall"
[   527.339] (**) HID 04b4:0823 Mouse: Applying InputClass "libinput pointer catchall"
[   527.339] (II) Using input driver 'libinput' for 'HID 04b4:0823 Mouse'
[   527.339] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 37 paused 0
[   527.339] (**) HID 04b4:0823 Mouse: always reports core events
[   527.339] (**) Option "Device" "/dev/input/event13"
[   527.339] (**) Option "_source" "server/udev"
[   527.340] (II) event13 - HID 04b4:0823 Mouse: is tagged by udev as: Mouse
[   527.340] (II) event13 - HID 04b4:0823 Mouse: device is a pointer
[   527.340] (II) event13 - HID 04b4:0823 Mouse: device removed
[   527.340] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8.3/2-8.3:1.1/0003:04B4:0823.0009/input/input17/event13"
[   527.340] (II) XINPUT: Adding extended input device "HID 04b4:0823 Mouse" (type: MOUSE, id 11)
[   527.340] (**) Option "AccelerationScheme" "none"
[   527.340] (**) HID 04b4:0823 Mouse: (accel) selected scheme none/0
[   527.340] (**) HID 04b4:0823 Mouse: (accel) acceleration factor: 2.000
[   527.340] (**) HID 04b4:0823 Mouse: (accel) acceleration threshold: 4
[   527.341] (II) event13 - HID 04b4:0823 Mouse: is tagged by udev as: Mouse
[   527.341] (II) event13 - HID 04b4:0823 Mouse: device is a pointer
[   527.341] (II) config/udev: Adding input device HID 04b4:0823 Mouse (/dev/input/mouse1)
[   527.341] (II) No input driver specified, ignoring this device.
[   527.341] (II) This device may have been added with another device file.
[   527.342] (II) config/udev: Adding input device HID 04b4:0823 System Control (/dev/input/event14)
[   527.342] (**) HID 04b4:0823 System Control: Applying InputClass "evdev keyboard catchall"
[   527.342] (**) HID 04b4:0823 System Control: Applying InputClass "libinput keyboard catchall"
[   527.342] (**) HID 04b4:0823 System Control: Applying InputClass "Keyboard Defaults"
[   527.342] (II) Using input driver 'libinput' for 'HID 04b4:0823 System Control'
[   527.342] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 38 paused 0
[   527.342] (**) HID 04b4:0823 System Control: always reports core events
[   527.342] (**) Option "Device" "/dev/input/event14"
[   527.342] (**) Option "_source" "server/udev"
[   527.343] (II) event14 - HID 04b4:0823 System Control: is tagged by udev as: Keyboard
[   527.343] (II) event14 - HID 04b4:0823 System Control: device is a keyboard
[   527.343] (II) event14 - HID 04b4:0823 System Control: device removed
[   527.343] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8.3/2-8.3:1.1/0003:04B4:0823.0009/input/input18/event14"
[   527.343] (II) XINPUT: Adding extended input device "HID 04b4:0823 System Control" (type: KEYBOARD, id 12)
[   527.343] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   527.344] (II) event14 - HID 04b4:0823 System Control: is tagged by udev as: Keyboard
[   527.344] (II) event14 - HID 04b4:0823 System Control: device is a keyboard
[   527.344] (II) config/udev: Adding input device HID 04b4:0823 Consumer Control (/dev/input/event15)
[   527.344] (**) HID 04b4:0823 Consumer Control: Applying InputClass "evdev keyboard catchall"
[   527.344] (**) HID 04b4:0823 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   527.344] (**) HID 04b4:0823 Consumer Control: Applying InputClass "Keyboard Defaults"
[   527.344] (II) Using input driver 'libinput' for 'HID 04b4:0823 Consumer Control'
[   527.344] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 39 paused 0
[   527.344] (**) HID 04b4:0823 Consumer Control: always reports core events
[   527.344] (**) Option "Device" "/dev/input/event15"
[   527.345] (**) Option "_source" "server/udev"
[   527.345] (II) event15 - HID 04b4:0823 Consumer Control: is tagged by udev as: Keyboard
[   527.345] (II) event15 - HID 04b4:0823 Consumer Control: device is a keyboard
[   527.345] (II) event15 - HID 04b4:0823 Consumer Control: device removed
[   527.345] (II) libinput: HID 04b4:0823 Consumer Control: needs a virtual subdevice
[   527.345] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8.3/2-8.3:1.1/0003:04B4:0823.0009/input/input19/event15"
[   527.345] (II) XINPUT: Adding extended input device "HID 04b4:0823 Consumer Control" (type: MOUSE, id 13)
[   527.345] (**) Option "AccelerationScheme" "none"
[   527.345] (**) HID 04b4:0823 Consumer Control: (accel) selected scheme none/0
[   527.345] (**) HID 04b4:0823 Consumer Control: (accel) acceleration factor: 2.000
[   527.345] (**) HID 04b4:0823 Consumer Control: (accel) acceleration threshold: 4
[   527.346] (II) event15 - HID 04b4:0823 Consumer Control: is tagged by udev as: Keyboard
[   527.346] (II) event15 - HID 04b4:0823 Consumer Control: device is a keyboard
[   527.347] (II) config/udev: Adding input device HID 04b4:0823 (/dev/input/event16)
[   527.347] (II) No input driver specified, ignoring this device.
[   527.347] (II) This device may have been added with another device file.
[   527.347] (II) config/udev: Adding input device HID 04b4:0823 Keyboard (/dev/input/event17)
[   527.347] (**) HID 04b4:0823 Keyboard: Applying InputClass "evdev keyboard catchall"
[   527.347] (**) HID 04b4:0823 Keyboard: Applying InputClass "libinput keyboard catchall"
[   527.347] (**) HID 04b4:0823 Keyboard: Applying InputClass "Keyboard Defaults"
[   527.347] (II) Using input driver 'libinput' for 'HID 04b4:0823 Keyboard'
[   527.347] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 40 paused 0
[   527.347] (**) HID 04b4:0823 Keyboard: always reports core events
[   527.347] (**) Option "Device" "/dev/input/event17"
[   527.347] (**) Option "_source" "server/udev"
[   527.348] (II) event17 - HID 04b4:0823 Keyboard: is tagged by udev as: Keyboard
[   527.348] (II) event17 - HID 04b4:0823 Keyboard: device is a keyboard
[   527.348] (II) event17 - HID 04b4:0823 Keyboard: device removed
[   527.348] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8.3/2-8.3:1.1/0003:04B4:0823.0009/input/input21/event17"
[   527.348] (II) XINPUT: Adding extended input device "HID 04b4:0823 Keyboard" (type: KEYBOARD, id 14)
[   527.348] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   527.349] (II) event17 - HID 04b4:0823 Keyboard: is tagged by udev as: Keyboard
[   527.349] (II) event17 - HID 04b4:0823 Keyboard: device is a keyboard
[   527.349] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
[   527.349] (II) No input driver specified, ignoring this device.
[   527.349] (II) This device may have been added with another device file.
[   527.349] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event5)
[   527.349] (II) No input driver specified, ignoring this device.
[   527.349] (II) This device may have been added with another device file.
[   527.350] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event6)
[   527.350] (II) No input driver specified, ignoring this device.
[   527.350] (II) This device may have been added with another device file.
[   527.350] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event7)
[   527.350] (II) No input driver specified, ignoring this device.
[   527.350] (II) This device may have been added with another device file.
[   527.350] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event8)
[   527.350] (II) No input driver specified, ignoring this device.
[   527.350] (II) This device may have been added with another device file.
[   527.350] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event9)
[   527.350] (II) No input driver specified, ignoring this device.
[   527.350] (II) This device may have been added with another device file.
[   527.350] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[   527.350] (II) No input driver specified, ignoring this device.
[   527.350] (II) This device may have been added with another device file.
[   527.353] (**) HID 04b4:0823 Consumer Control: Applying InputClass "evdev keyboard catchall"
[   527.353] (**) HID 04b4:0823 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   527.353] (**) HID 04b4:0823 Consumer Control: Applying InputClass "Keyboard Defaults"
[   527.353] (II) Using input driver 'libinput' for 'HID 04b4:0823 Consumer Control'
[   527.353] (II) systemd-logind: returning pre-existing fd for /dev/input/event15 13:79
[   527.353] (**) HID 04b4:0823 Consumer Control: always reports core events
[   527.353] (**) Option "Device" "/dev/input/event15"
[   527.353] (**) Option "_source" "_driver/libinput"
[   527.353] (II) libinput: HID 04b4:0823 Consumer Control: is a virtual subdevice
[   527.353] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8.3/2-8.3:1.1/0003:04B4:0823.0009/input/input19/event15"
[   527.353] (II) XINPUT: Adding extended input device "HID 04b4:0823 Consumer Control" (type: KEYBOARD, id 15)
[   527.353] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[   527.353] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 /dev/dri/card0
[   527.353] (II) config/udev: Adding drm device (/dev/dri/card0)
[   527.353] (II) xfree86: Adding drm device (/dev/dri/card0)
[   527.353] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 41 paused 1
[   527.353] (EE) Error systemd-logind returned paused fd for drm node
[   527.353] (II) systemd-logind: releasing fd for 226:0
[   534.164] (**) Option "fd" "29"
[   534.164] (II) event2  - Power Button: device removed
[   534.164] (**) Option "fd" "32"
[   534.164] (II) event0  - Power Button: device removed
[   534.164] (**) Option "fd" "33"
[   534.164] (II) event1  - Sleep Button: device removed
[   534.164] (**) Option "fd" "35"
[   534.164] (II) event10 - Logitech M510: device removed
[   534.164] (**) Option "fd" "36"
[   534.164] (II) event12 - HID 04b4:0823: device removed
[   534.164] (**) Option "fd" "37"
[   534.164] (II) event13 - HID 04b4:0823 Mouse: device removed
[   534.164] (**) Option "fd" "38"
[   534.164] (II) event14 - HID 04b4:0823 System Control: device removed
[   534.164] (**) Option "fd" "39"
[   534.164] (**) Option "fd" "40"
[   534.164] (II) event17 - HID 04b4:0823 Keyboard: device removed
[   534.164] (**) Option "fd" "39"
[   534.164] (II) event15 - HID 04b4:0823 Consumer Control: device removed
[   534.525] (II) systemd-logind: got pause for 13:76
[   534.525] (II) systemd-logind: got pause for 13:74
[   534.525] (II) systemd-logind: got pause for 13:64
[   534.525] (II) systemd-logind: got pause for 13:66
[   534.525] (II) systemd-logind: got pause for 13:78
[   534.525] (II) systemd-logind: got pause for 13:79
[   534.525] (II) systemd-logind: got pause for 13:81
[   534.525] (II) systemd-logind: got pause for 13:65
[   534.525] (II) systemd-logind: got pause for 13:77
[   549.710] (II) systemd-logind: got resume for 13:76
[   549.755] (II) NVIDIA(0): Setting mode "DVI-I-2:1680x1050_60+0+0"
[   549.814] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   549.814] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   549.814] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   549.814] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   549.814] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   549.814] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   549.814] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   549.814] (II) NVIDIA(0):     Config Options in the README.
[   549.909] (II) NVIDIA(GPU-0): Display (LG Electronics L226WT (DFP-0)) does not support
[   549.909] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[   549.909] (II) NVIDIA(1): Setting mode "DVI-I-3:1280x720+0+0{viewportout=1190x669+45+25}"
[   549.997] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[   549.997] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[   549.997] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[   549.997] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[   549.997] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[   549.997] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[   549.997] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[   549.997] (II) NVIDIA(1):     Config Options in the README.
[   550.122] (II) event12 - HID 04b4:0823: is tagged by udev as: Keyboard
[   550.122] (II) event12 - HID 04b4:0823: device is a keyboard
[   550.123] (II) systemd-logind: got resume for 13:74
[   550.123] (II) event10 - Logitech M510: is tagged by udev as: Mouse
[   550.123] (II) event10 - Logitech M510: device set to 1000 DPI
[   550.123] (II) event10 - Logitech M510: device is a pointer
[   550.123] (II) systemd-logind: got resume for 13:64
[   550.124] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   550.124] (II) event0  - Power Button: device is a keyboard
[   550.124] (II) systemd-logind: got resume for 13:66
[   550.124] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   550.124] (II) event2  - Power Button: device is a keyboard
[   550.124] (II) systemd-logind: got resume for 13:78
[   550.125] (II) event14 - HID 04b4:0823 System Control: is tagged by udev as: Keyboard
[   550.125] (II) event14 - HID 04b4:0823 System Control: device is a keyboard
[   550.125] (II) systemd-logind: got resume for 13:79
[   550.126] (II) event15 - HID 04b4:0823 Consumer Control: is tagged by udev as: Keyboard
[   550.126] (II) event15 - HID 04b4:0823 Consumer Control: device is a keyboard
[   550.126] (II) systemd-logind: got resume for 13:81
[   550.127] (II) event17 - HID 04b4:0823 Keyboard: is tagged by udev as: Keyboard
[   550.127] (II) event17 - HID 04b4:0823 Keyboard: device is a keyboard
[   550.127] (II) systemd-logind: got resume for 13:65
[   550.127] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   550.127] (II) event1  - Sleep Button: device is a keyboard
[   550.127] (II) systemd-logind: got resume for 13:77
[   550.128] (II) event13 - HID 04b4:0823 Mouse: is tagged by udev as: Mouse
[   550.128] (II) event13 - HID 04b4:0823 Mouse: device is a pointer
[ 85434.844] (**) Option "fd" "33"
[ 85434.844] (II) event2  - Power Button: device removed
[ 85434.844] (**) Option "fd" "23"
[ 85434.844] (II) event0  - Power Button: device removed
[ 85434.844] (**) Option "fd" "38"
[ 85434.844] (II) event1  - Sleep Button: device removed
[ 85434.844] (**) Option "fd" "42"
[ 85434.844] (II) event10 - Logitech M510: device removed
[ 85434.845] (**) Option "fd" "29"
[ 85434.845] (II) event12 - HID 04b4:0823: device removed
[ 85434.845] (**) Option "fd" "39"
[ 85434.845] (II) event13 - HID 04b4:0823 Mouse: device removed
[ 85434.845] (**) Option "fd" "35"
[ 85434.845] (II) event14 - HID 04b4:0823 System Control: device removed
[ 85434.845] (**) Option "fd" "36"
[ 85434.845] (**) Option "fd" "37"
[ 85434.845] (II) event17 - HID 04b4:0823 Keyboard: device removed
[ 85434.845] (**) Option "fd" "36"
[ 85434.845] (II) event15 - HID 04b4:0823 Consumer Control: device removed
[ 85435.224] (II) systemd-logind: got pause for 13:76
[ 85435.224] (II) systemd-logind: got pause for 13:74
[ 85435.224] (II) systemd-logind: got pause for 13:64
[ 85435.224] (II) systemd-logind: got pause for 13:66
[ 85435.224] (II) systemd-logind: got pause for 13:78
[ 85435.224] (II) systemd-logind: got pause for 13:79
[ 85435.224] (II) systemd-logind: got pause for 13:81
[ 85435.224] (II) systemd-logind: got pause for 13:65
[ 85435.224] (II) systemd-logind: got pause for 13:77
[ 85446.368] (II) systemd-logind: got resume for 13:76
[ 85446.415] (II) NVIDIA(0): Setting mode "DVI-I-2:1680x1050_60+0+0"
[ 85446.482] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 85446.482] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 85446.482] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 85446.482] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 85446.482] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 85446.482] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 85446.482] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 85446.482] (II) NVIDIA(0):     Config Options in the README.
[ 85446.576] (II) NVIDIA(GPU-0): Display (LG Electronics L226WT (DFP-0)) does not support
[ 85446.576] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 85446.576] (II) NVIDIA(1): Setting mode "DVI-I-3:1280x720+0+0{viewportout=1190x669+45+25}"
[ 85446.665] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 85446.665] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[ 85446.665] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[ 85446.665] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[ 85446.665] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[ 85446.665] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[ 85446.665] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 85446.665] (II) NVIDIA(1):     Config Options in the README.
[ 85446.789] (II) event12 - HID 04b4:0823: is tagged by udev as: Keyboard
[ 85446.789] (II) event12 - HID 04b4:0823: device is a keyboard
[ 85446.789] (II) systemd-logind: got resume for 13:74
[ 85446.790] (II) event10 - Logitech M510: is tagged by udev as: Mouse
[ 85446.790] (II) event10 - Logitech M510: device set to 1000 DPI
[ 85446.790] (II) event10 - Logitech M510: device is a pointer
[ 85446.790] (II) systemd-logind: got resume for 13:64
[ 85446.790] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 85446.790] (II) event0  - Power Button: device is a keyboard
[ 85446.791] (II) systemd-logind: got resume for 13:66
[ 85446.791] (II) event2  - Power Button: is tagged by udev as: Keyboard
[ 85446.791] (II) event2  - Power Button: device is a keyboard
[ 85446.791] (II) systemd-logind: got resume for 13:78
[ 85446.792] (II) event14 - HID 04b4:0823 System Control: is tagged by udev as: Keyboard
[ 85446.792] (II) event14 - HID 04b4:0823 System Control: device is a keyboard
[ 85446.792] (II) systemd-logind: got resume for 13:79
[ 85446.792] (II) event15 - HID 04b4:0823 Consumer Control: is tagged by udev as: Keyboard
[ 85446.792] (II) event15 - HID 04b4:0823 Consumer Control: device is a keyboard
[ 85446.793] (II) systemd-logind: got resume for 13:81
[ 85446.793] (II) event17 - HID 04b4:0823 Keyboard: is tagged by udev as: Keyboard
[ 85446.793] (II) event17 - HID 04b4:0823 Keyboard: device is a keyboard
[ 85446.793] (II) systemd-logind: got resume for 13:65
[ 85446.794] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[ 85446.794] (II) event1  - Sleep Button: device is a keyboard
[ 85446.794] (II) systemd-logind: got resume for 13:77
[ 85446.795] (II) event13 - HID 04b4:0823 Mouse: is tagged by udev as: Mouse
[ 85446.795] (II) event13 - HID 04b4:0823 Mouse: device is a pointer
[ 85450.994] (**) Option "fd" "33"
[ 85450.994] (II) event2  - Power Button: device removed
[ 85450.994] (**) Option "fd" "23"
[ 85450.994] (II) event0  - Power Button: device removed
[ 85450.994] (**) Option "fd" "38"
[ 85450.994] (II) event1  - Sleep Button: device removed
[ 85450.994] (**) Option "fd" "47"
[ 85450.994] (II) event10 - Logitech M510: device removed
[ 85450.994] (**) Option "fd" "29"
[ 85450.994] (II) event12 - HID 04b4:0823: device removed
[ 85450.994] (**) Option "fd" "39"
[ 85450.994] (II) event13 - HID 04b4:0823 Mouse: device removed
[ 85450.995] (**) Option "fd" "35"
[ 85450.995] (II) event14 - HID 04b4:0823 System Control: device removed
[ 85450.995] (**) Option "fd" "36"
[ 85450.995] (**) Option "fd" "37"
[ 85450.995] (II) event17 - HID 04b4:0823 Keyboard: device removed
[ 85450.995] (**) Option "fd" "36"
[ 85450.995] (II) event15 - HID 04b4:0823 Consumer Control: device removed
[ 85451.370] (II) systemd-logind: got pause for 13:76
[ 85451.370] (II) systemd-logind: got pause for 13:74
[ 85451.370] (II) systemd-logind: got pause for 13:64
[ 85451.370] (II) systemd-logind: got pause for 13:66
[ 85451.370] (II) systemd-logind: got pause for 13:78
[ 85451.370] (II) systemd-logind: got pause for 13:79
[ 85451.370] (II) systemd-logind: got pause for 13:81
[ 85451.370] (II) systemd-logind: got pause for 13:65
[ 85451.370] (II) systemd-logind: got pause for 13:77
[ 85666.608] (II) systemd-logind: got resume for 13:76
[ 85666.654] (II) NVIDIA(0): Setting mode "DVI-I-2:1680x1050_60+0+0"
[ 85666.712] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 85666.712] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 85666.712] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 85666.712] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 85666.712] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 85666.712] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 85666.712] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 85666.712] (II) NVIDIA(0):     Config Options in the README.
[ 85666.807] (II) NVIDIA(GPU-0): Display (LG Electronics L226WT (DFP-0)) does not support
[ 85666.807] (II) NVIDIA(GPU-0):     NVIDIA 3D Vision stereo.
[ 85666.807] (II) NVIDIA(1): Setting mode "DVI-I-3:1280x720+0+0{viewportout=1190x669+45+25}"
[ 85666.896] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 85666.896] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[ 85666.896] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[ 85666.896] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[ 85666.896] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[ 85666.896] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[ 85666.896] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 85666.896] (II) NVIDIA(1):     Config Options in the README.
[ 85667.020] (II) event12 - HID 04b4:0823: is tagged by udev as: Keyboard
[ 85667.020] (II) event12 - HID 04b4:0823: device is a keyboard
[ 85667.020] (II) systemd-logind: got resume for 13:74
[ 85667.021] (II) event10 - Logitech M510: is tagged by udev as: Mouse
[ 85667.021] (II) event10 - Logitech M510: device set to 1000 DPI
[ 85667.021] (II) event10 - Logitech M510: device is a pointer
[ 85667.021] (II) systemd-logind: got resume for 13:64
[ 85667.022] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 85667.022] (II) event0  - Power Button: device is a keyboard
[ 85667.022] (II) systemd-logind: got resume for 13:66
[ 85667.022] (II) event2  - Power Button: is tagged by udev as: Keyboard
[ 85667.022] (II) event2  - Power Button: device is a keyboard
[ 85667.022] (II) systemd-logind: got resume for 13:78
[ 85667.023] (II) event14 - HID 04b4:0823 System Control: is tagged by udev as: Keyboard
[ 85667.023] (II) event14 - HID 04b4:0823 System Control: device is a keyboard
[ 85667.023] (II) systemd-logind: got resume for 13:79
[ 85667.024] (II) event15 - HID 04b4:0823 Consumer Control: is tagged by udev as: Keyboard
[ 85667.024] (II) event15 - HID 04b4:0823 Consumer Control: device is a keyboard
[ 85667.024] (II) systemd-logind: got resume for 13:81
[ 85667.024] (II) event17 - HID 04b4:0823 Keyboard: is tagged by udev as: Keyboard
[ 85667.024] (II) event17 - HID 04b4:0823 Keyboard: device is a keyboard
[ 85667.025] (II) systemd-logind: got resume for 13:65
[ 85667.025] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[ 85667.025] (II) event1  - Sleep Button: device is a keyboard
[ 85667.025] (II) systemd-logind: got resume for 13:77
[ 85667.026] (II) event13 - HID 04b4:0823 Mouse: is tagged by udev as: Mouse
[ 85667.026] (II) event13 - HID 04b4:0823 Mouse: device is a pointer

Offline

#5 2019-06-22 16:21:21

Xezlec
Member
Registered: 2014-11-30
Posts: 41

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

UPDATE!

I've solved it!  But I don't understand what's *really* wrong in the bigger picture.

When posting X logs above, I noticed the failure to load the glx module, which I didn't notice before for some reason.  That led me to this thread, which said the problem could be that X was using /usr/lib/xorg/modules/extensions/libglx.so instead of /usr/lib/nvidia/xorg/libglx.so .  So I boldly tried this:

sudo mv /usr/lib/xorg/modules/extensions/libglx.so{,.old}
sudo ln -s /usr/lib/nvidia/xorg/libglx.so.340.107 /usr/lib/xorg/modules/extensions/libglx.so

and restarted X.  Lo and behold, WebGL works fine!

How is this supposed to work?  Is this a bug in the Arch Xorg package?  Or the nvidia-340xx package?  To whom do I complain?

Offline

#6 2019-06-22 16:28:47

ua4000
Member
Registered: 2015-10-14
Posts: 417

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

[  183.869057] nvidia: version magic '5.1.7-arch1-1-ARCH SMP preempt mod_unload ' should be '5.1.11-arch1-1-ARCH SMP preempt mod_unload '

nvidia-340xx is not in the repo anymore, now you get problems since the kernel vesion doesn't match the nvidia driver.
Read here: https://wiki.archlinux.org/index.php/NVIDIA
One longterm solution is to use https://wiki.archlinux.org/index.php/Nouveau.

Offline

#7 2019-06-28 12:57:40

jerryxiao
Member
Registered: 2019-06-28
Posts: 5

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

Support of nvidia 340.xx is going to end soon. 
https://nvidia.custhelp.com/app/answers … /a_id/3142 
Arch Linux has dropped this legacy driver completely. 
I'm currently using 340xx myself, thus I uploaded it to aur. Make sure you rebuild the package every time you upgrade your kernel or simply install 340xx-dkms. 
I'll continue maintaining this package, at least for now (it would probably be tricky as soon as kernel 5.2 is out),  -lts, opencl and lib32- will not be tested.

Last edited by jerryxiao (2019-06-28 12:58:35)

Offline

#8 2019-07-13 18:59:39

liewkj
Member
Registered: 2019-07-08
Posts: 210

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

If you're still on nvidia-340xxx, then I would suggest that you try out Nouveau, the open-source, reversed engineered NVIDIA driver. On GeForce 9400, I found that Nouveau overall performance is almost 85%~90% of nvidia-340xxx based on metrics such as WebGL Aquarium and glmark2. Everything work out pretty well on the legacy GeForce 9400, including hardware accelerated video decoding. The small penalty in OpenGL performance does not make any difference in non-gaming use cases. In return, Nouveau brings with it a more modernized Linux graphic infrastructure such as DRI-next/RenderNode/Wayland which is missing from nvidia-340xxx.

Offline

#9 2019-08-07 19:53:58

UnwillingFirehose
Member
From: UK
Registered: 2014-12-09
Posts: 17

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

liewkj wrote:

If you're still on nvidia-340xxx, then I would suggest that you try out Nouveau, the open-source, reversed engineered NVIDIA driver. On GeForce 9400, I found that Nouveau overall performance is almost 85%~90% of nvidia-340xxx based on metrics such as WebGL Aquarium and glmark2. Everything work out pretty well on the legacy GeForce 9400, including hardware accelerated video decoding. The small penalty in OpenGL performance does not make any difference in non-gaming use cases. In return, Nouveau brings with it a more modernized Linux graphic infrastructure such as DRI-next/RenderNode/Wayland which is missing from nvidia-340xxx.

Thanks for posting this. I've avoided nouveau because I've had problems with it in the past running browsers, especially chromium, but that was a couple of years ago. I assume it's improved since then, and browsers fit into your use case?

While jerryxiao's efforts are appreciated I expect I'm going to have to move on from my Quadro NVS 450 soon - in your experience are there any particularly good forums to ask about quad head cards and nouveau, beyond distribution specific places like this?

Offline

#10 2019-08-08 03:10:30

liewkj
Member
Registered: 2019-07-08
Posts: 210

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

UnwillingFirehose wrote:

I've avoided nouveau because I've had problems with it in the past running browsers, especially chromium, but that was a couple of years ago. I assume it's improved since then, and browsers fit into your use case?

I avoided Nouveau, too, during my Ubuntu days. Today, I used Nouveau on Geforce 9300 with ArchLinux on one of the desktop and Chromium is the main browser. Unfortunately, I have to take back on video acceleration. Nouveau/Mesa/Galium have been screwing up video decoding here and there because they did not bother new codes breaking on Nouveau. I would just forget about VA-API and VDPAU and use FFMPEG libav plugins for videos. Standard Chromium build from ArchLinux does not enable VA-API, but the built-in ffmpegVideoDecoder and VpxVideoDecoder do have some capabilities to offload to the GPU using OpenGL.

Offline

#11 2019-08-09 12:04:58

UnwillingFirehose
Member
From: UK
Registered: 2014-12-09
Posts: 17

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

I've had limited success with nouveau, if I try to get it to use all four screens then the performance of the three that work is degraded significantly, and the fourth one just shows some kind of weird glitch and is unusable.

Weirdly it sees the screens as DP-1-1, DP-1-2, DP-3, DP-4 on my "NVIDIA Corporation G98 [Quadro NVS 450] (rev a1)", and although that card is reported as 12:00.0 in the output of lspci its only used if I refer to it as 18:00:0 in Xorg.conf.

I feel like fighting nouveau using the NVS 450 has reached a conclusion, so feedback on my remaining options are welcome:

1) Buy a new four port NVIDIA card and move back to nvidia drivers, but unfortunately the cheapest I can find is £150, and looks like overkill for "I like to run several browser windows at once"

2) Try combinations of the NVIDIA NVS300 and NVS290 cards I have spare and see if nouveau works better over two separate cards, but that feels unlikely as I moved to a four port card a couple of years ago as that was meant to be easier.

3) Stop running Quadhead and just run three screens because so many cards, AMD especially, seem to come with just three outputs. This is feasible, but would make me sad and less productive.

4) Buy a four port AMD card instead as there's meant to be open source drivers. This might be as cheap as £36, but I wonder if it's just going to introduce me to whole new set of problems, rather than solving the ones I have.

P.S. as a side note I've stopped using xmonad. I love xmonad to bits, and will be moving the way I used it to i3, but I figure dropping down to something more conventional might make my next decision a little easier, or means things are more likely to "just work".

Offline

#12 2019-08-10 04:37:00

liewkj
Member
Registered: 2019-07-08
Posts: 210

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

Niche or rare use cases are typically poorly supported and maintained by Nouveau. Sigh......I would have thought Nouveau should be great by now for pre-Fermi generation.
Well, you can report the issue to the Nouveau team on the quad-head support and hopefully they are interested to get this fix.

Or, you can continue using nvidia-340xx and switch to linux-lts which nvidia-340xx still work great and less of a hassle.

Offline

#13 2019-08-10 11:13:59

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

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

UnwillingFirehose wrote:

Buy a new four port NVIDIA card and move back to nvidia drivers, but unfortunately the cheapest I can find is £150, and looks like overkill for "I like to run several browser windows at once"

There used to be an artificial limit of 3 monitors on linux for nvidia consumergrade hardware, not sure if it still exist.
Better limit yourself to quadro cards.

An alternative may be to use Display Port daisy chaining aka Multi-Stream Transport with an amd card ?


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

#14 2019-08-10 15:29:34

UnwillingFirehose
Member
From: UK
Registered: 2014-12-09
Posts: 17

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

Lone_Wolf wrote:

There used to be an artificial limit of 3 monitors on linux for nvidia consumergrade hardware, not sure if it still exist.
Better limit yourself to quadro cards.

Yeah, I'd agree... except that £150 feels overblown for my meagre requirements, i.e. no gaming. Am I just out of touch with how much cards cost? I'm sure this MVS450 cost me £50 about five years ago...

Also... my current card is running at 91C and 94C, just for display four screens of terminals and browser windows... I suspect it might be time to replace it anyway. Unfortunately with a card that has a fan this time.

Lone_Wolf wrote:
UnwillingFirehose wrote:

An alternative may be to use Display Port daisy chaining aka Multi-Stream Transport with an amd card ?

It looks like that needs Displayport on the monitors, which I don't have.

I run four separate screens/workspaces on the monitors - I move the mouse between them but I don't need Xinerama to work or anything like that... so I should be able to get away with running a couple of cheaper cards. Unfortunately I expect lots of eBay based experiments using AMD in my future...

Offline

#15 2019-08-11 02:40:11

liewkj
Member
Registered: 2019-07-08
Posts: 210

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

The Quadro NVS 450 is actually 2xG98 chip on a single card. I guess each of the G98 will drive 2 DPs. Do you see 2 G98 on lspci or just 1?
Yeah, it is still a fine piece of hardware for driving displays for non-gaming use cases.

Offline

#16 2019-08-11 11:02:24

UnwillingFirehose
Member
From: UK
Registered: 2014-12-09
Posts: 17

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

liewkj wrote:

The Quadro NVS 450 is actually 2xG98 chip on a single card. I guess each of the G98 will drive 2 DPs. Do you see 2 G98 on lspci or just 1?
Yeah, it is still a fine piece of hardware for driving displays for non-gaming use cases.

lspci says this:

12:00.0 VGA compatible controller: NVIDIA Corporation G98 [Quadro NVS 450] (rev a1)

Although Xorg.0.log says this:

Valid display device(s) on Quadro NVS 450 at PCI:18:0:0

And this

[   905.782] (--) PCI:*(17@0:0:0) 10de:06fa:10de:0619 rev 161, Mem @ 0xcc000000/16777216, 0xd0000000/268435456, 0xca000000/33554432, I/O @ 0x0000c000/128
[   905.782] (--) PCI: (18@0:0:0) 10de:06fa:10de:0619 rev 161, Mem @ 0xcd000000/16777216, 0xe0000000/268435456, 0xce000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/131072
[   905.782] (--) PCI: (40@0:0:0) 10de:10d8:103c:0862 rev 162, Mem @ 0xfa000000/16777216, 0xf4000000/67108864, 0xf8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288

Although I think I've an NVS 300 card in there as well, from when I was experimenting with trying to get two cards to work, but the back of the machine is just a mess of wires right now wink

And any tips on finding out the "normal" operating temperature for an NVS 450 is welcome.

Meanwhile, an AMD FirePro 2450 is on order...

Offline

#17 2019-08-11 12:48:46

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

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

PCI ID 10de:06fa matches the NVS 450, while 10de:10d8 matches the NVS 300 .

It does appear your NVS 450 is detected as 2 chips , if you want to verify that post full lspci & lscpi -t .


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

#18 2019-08-11 20:10:14

liewkj
Member
Registered: 2019-07-08
Posts: 210

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

UnwillingFirehose wrote:

And any tips on finding out the "normal" operating temperature for an NVS 450 is welcome.

NVIDIA website has maximum GPU temperature in specification for some of the GeForce series. Looking into those that use the same G98 chip, it says 105C as maximum GPU temperature.

Offline

#19 2019-08-13 00:03:06

UnwillingFirehose
Member
From: UK
Registered: 2014-12-09
Posts: 17

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

Lone_Wolf wrote:

PCI ID 10de:06fa matches the NVS 450, while 10de:10d8 matches the NVS 300 .

It does appear your NVS 450 is detected as 2 chips , if you want to verify that post full lspci & lscpi -t .

Excluding a couple of strings to keep it manageable...

# lspci | egrep -v '(USB|Xeon)'

00:00.0 Host bridge: Intel Corporation 5520 I/O Hub to ESI Port (rev 13)
00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 13)
00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 13)
00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 13)
00:10.0 PIC: Intel Corporation 7500/5520/5500/X58 Physical and Link Layer Registers Port 0 (rev 13)
00:10.1 PIC: Intel Corporation 7500/5520/5500/X58 Routing and Protocol Layer Registers Port 0 (rev 13)
00:11.0 PIC: Intel Corporation 7500/5520/5500 Physical and Link Layer Registers Port 1 (rev 13)
00:11.1 PIC: Intel Corporation 7500/5520/5500 Routing & Protocol Layer Register Port 1 (rev 13)
00:14.0 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers (rev 13)
00:14.1 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 13)
00:14.2 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 13)
00:15.0 PIC: Intel Corporation 7500/5520/5500/X58 Trusted Execution Technology Registers (rev 13)
00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1
00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
00:1f.2 RAID bus controller: Intel Corporation SATA Controller [RAID mode]
01:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5764M Gigabit Ethernet PCIe (rev 10)
03:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5721 Gigabit Ethernet PCI Express (rev 11)
0f:00.0 PCI bridge: NVIDIA Corporation NF200 PCIe 2.0 switch for Quadro Plex S4 / Tesla S870 / Tesla S1070 / Tesla S2050 (rev a3)
10:00.0 PCI bridge: NVIDIA Corporation NF200 PCIe 2.0 switch for Quadro Plex S4 / Tesla S870 / Tesla S1070 / Tesla S2050 (rev a3)
10:02.0 PCI bridge: NVIDIA Corporation NF200 PCIe 2.0 switch for Quadro Plex S4 / Tesla S870 / Tesla S1070 / Tesla S2050 (rev a3)
11:00.0 3D controller: NVIDIA Corporation G98 [Quadro NVS 450] (rev a1)
12:00.0 VGA compatible controller: NVIDIA Corporation G98 [Quadro NVS 450] (rev a1)
28:00.0 VGA compatible controller: NVIDIA Corporation GT218 [NVS 300] (rev a2)
28:00.1 Audio device: NVIDIA Corporation High Definition Audio Controller (rev a1)
37:05.0 FireWire (IEEE 1394): LSI Corporation FW322/323 [TrueFire] 1394a Controller (rev 70)

And from a very quick look at the man page I figured "lspci -tv" was more useful...

-+-[0000:3f]-+-00.0  Intel Corporation Xeon 5600 Series QuickPath Architecture Generic Non-core Registers
 |           +-00.1  Intel Corporation Xeon 5600 Series QuickPath Architecture System Address Decoder
 |           +-02.0  Intel Corporation Xeon 5600 Series QPI Link 0
 |           +-02.1  Intel Corporation Xeon 5600 Series QPI Physical 0
 |           +-02.2  Intel Corporation Xeon 5600 Series Mirror Port Link 0
 |           +-02.3  Intel Corporation Xeon 5600 Series Mirror Port Link 1
 |           +-02.4  Intel Corporation Xeon 5600 Series QPI Link 1
 |           +-02.5  Intel Corporation Xeon 5600 Series QPI Physical 1
 |           +-03.0  Intel Corporation Xeon 5600 Series Integrated Memory Controller Registers
 |           +-03.1  Intel Corporation Xeon 5600 Series Integrated Memory Controller Target Address Decoder
 |           +-03.2  Intel Corporation Xeon 5600 Series Integrated Memory Controller RAS Registers
 |           +-03.4  Intel Corporation Xeon 5600 Series Integrated Memory Controller Test Registers
 |           +-04.0  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Control
 |           +-04.1  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Address
 |           +-04.2  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Rank
 |           +-04.3  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control
 |           +-05.0  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Control
 |           +-05.1  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Address
 |           +-05.2  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Rank
 |           +-05.3  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control
 |           +-06.0  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Control
 |           +-06.1  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Address
 |           +-06.2  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Rank
 |           \-06.3  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control
 +-[0000:3e]-+-00.0  Intel Corporation Xeon 5600 Series QuickPath Architecture Generic Non-core Registers
 |           +-00.1  Intel Corporation Xeon 5600 Series QuickPath Architecture System Address Decoder
 |           +-02.0  Intel Corporation Xeon 5600 Series QPI Link 0
 |           +-02.1  Intel Corporation Xeon 5600 Series QPI Physical 0
 |           +-02.2  Intel Corporation Xeon 5600 Series Mirror Port Link 0
 |           +-02.3  Intel Corporation Xeon 5600 Series Mirror Port Link 1
 |           +-02.4  Intel Corporation Xeon 5600 Series QPI Link 1
 |           +-02.5  Intel Corporation Xeon 5600 Series QPI Physical 1
 |           +-03.0  Intel Corporation Xeon 5600 Series Integrated Memory Controller Registers
 |           +-03.1  Intel Corporation Xeon 5600 Series Integrated Memory Controller Target Address Decoder
 |           +-03.2  Intel Corporation Xeon 5600 Series Integrated Memory Controller RAS Registers
 |           +-03.4  Intel Corporation Xeon 5600 Series Integrated Memory Controller Test Registers
 |           +-04.0  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Control
 |           +-04.1  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Address
 |           +-04.2  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Rank
 |           +-04.3  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control
 |           +-05.0  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Control
 |           +-05.1  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Address
 |           +-05.2  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Rank
 |           +-05.3  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control
 |           +-06.0  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Control
 |           +-06.1  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Address
 |           +-06.2  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Rank
 |           \-06.3  Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control
 \-[0000:00]-+-00.0  Intel Corporation 5520 I/O Hub to ESI Port
             +-01.0-[03]----00.0  Broadcom Inc. and subsidiaries NetXtreme BCM5721 Gigabit Ethernet PCI Express
             +-03.0-[0f-12]----00.0-[10-12]--+-00.0-[11]----00.0  NVIDIA Corporation G98 [Quadro NVS 450]
             |                               \-02.0-[12]----00.0  NVIDIA Corporation G98 [Quadro NVS 450]
             +-07.0-[28]--+-00.0  NVIDIA Corporation GT218 [NVS 300]
             |            \-00.1  NVIDIA Corporation High Definition Audio Controller
             +-10.0  Intel Corporation 7500/5520/5500/X58 Physical and Link Layer Registers Port 0
             +-10.1  Intel Corporation 7500/5520/5500/X58 Routing and Protocol Layer Registers Port 0
             +-11.0  Intel Corporation 7500/5520/5500 Physical and Link Layer Registers Port 1
             +-11.1  Intel Corporation 7500/5520/5500 Routing & Protocol Layer Register Port 1
             +-14.0  Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers
             +-14.1  Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers
             +-14.2  Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers
             +-15.0  Intel Corporation 7500/5520/5500/X58 Trusted Execution Technology Registers
             +-1a.0  Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
             +-1a.1  Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5
             +-1a.2  Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6
             +-1a.7  Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2
             +-1b.0  Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
             +-1c.0-[1c]--
             +-1c.5-[01]----00.0  Broadcom Inc. and subsidiaries NetXtreme BCM5764M Gigabit Ethernet PCIe
             +-1d.0  Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1
             +-1d.1  Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2
             +-1d.2  Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3
             +-1d.7  Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1
             +-1e.0-[37]----05.0  LSI Corporation FW322/323 [TrueFire] 1394a Controller
             +-1f.0  Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
             \-1f.2  Intel Corporation SATA Controller [RAID mode]

Offline

#20 2019-08-13 21:56:08

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

Re: OpenGL not working -- nvidia-340xx driver problem maybe?

11:00.0 3D controller: NVIDIA Corporation G98 [Quadro NVS 450] (rev a1)
12:00.0 VGA compatible controller: NVIDIA Corporation G98 [Quadro NVS 450] (rev a1)
28:00.0 VGA compatible controller: NVIDIA Corporation GT218 [NVS 300] (rev a2)
             +-03.0-[0f-12]----00.0-[10-12]--+-00.0-[11]----00.0  NVIDIA Corporation G98 [Quadro NVS 450]
             |                               \-02.0-[12]----00.0  NVIDIA Corporation G98 [Quadro NVS 450]
             +-07.0-[28]--+-00.0  NVIDIA Corporation GT218 [NVS 300]
             |            \-00.1  NVIDIA Corporation High Definition Audio Controller

That confirms the NVS 450 is one card with 2x G98 GPUs , and the NVS300 mkes the 3rd GPU.
I'd expect the nvidia driver to need some kind of SLI / Mosaic setup to use all gpus which can be very tricky.


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

Board footer

Powered by FluxBB