You are not logged in.

#1 2020-10-21 15:46:58

SomeoneFromYourBasement
Member
Registered: 2020-10-20
Posts: 5

Issues with the latest nvidia drivers and kernel 5.9.1 in xorg

Hi!
A few days ago I updated the nvidia driver on my machine to version 455.28-7.
Later Xorg kept crashing and I didn't understand why. Even ffmpeg gives an error with nvenc.
Today I read a post about the driver not being compatible with the 5.9 kernel, so I decided to downgrade it.
When I downgraded the kernel, the driver or both, i got the same error.

(EE)No screens found.(EE)

My graphics card is a gigabyte gtx 1060 3gb
My kernel version is 5.9.1.arch1-1

Any help would be really appreciated!

Last edited by SomeoneFromYourBasement (2020-10-21 15:53:22)

Offline

#2 2020-10-21 16:01:00

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

Re: Issues with the latest nvidia drivers and kernel 5.9.1 in xorg

Welcome to the boards

You need to downgrade the kernel and the appropriate nvidia package version. (should be linux 5.8.14 to nvidia 455.28-1 iirc) (... If you want to be more independent of the kernel <-> nvidia version here, consider installing the corresponding kernel-headers and nvidia-dkms)

If you've done that then post the entire xorg log as well as

pacman -Qs nvidia
pacman -Q liniux
dmesg

post these in [ code ] [ /code ] tags without the spaces or use a pastebin https://wiki.archlinux.org/index.php/Li … in_clients

If you want to stay on the updated kernel without relevant downsides you could also opt for patching the nvidia module https://gitlab.com/EULA/snippets/-/comm … 9385eafe6e

FWIW nvenc is precisely a functionality that is expected to break with an unpatched nvidia module/kernel.

Depending on what exactly you mean with "Xorg crashing" that could be one general issue that as plagued the 450+ drivers: https://bbs.archlinux.org/viewtopic.php?id=259807

Last edited by V1del (2020-10-21 16:07:15)

Offline

#3 2020-10-21 17:25:52

SomeoneFromYourBasement
Member
Registered: 2020-10-20
Posts: 5

Re: Issues with the latest nvidia drivers and kernel 5.9.1 in xorg

Thanks for the quick reply!
Now I don't get the no screens found error, but xorg still crashes sometimes with this output:

xset: bad font path element (#0), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
Loading last config
Trying location provider 'geoclue2'...
Using provider 'geoclue2'.
Using method 'randr'
Waiting for initial location to become available...
[ 10/21/2020 18:58:01.937 x_fence_sync ERROR ] Failed to trigger the fence (X error 136 XSyncBadFence request 134 minor 15 serial 1736)
[ 10/21/2020 18:58:01.937 paint_all ERROR ] x_fence_sync failed, xrender-sync-fence will be disabled from now on.
able) on X server :0.Exiting due to channel error.(II) Server terminated successfully (0). Closing log file.fox: Fatal IO error 11 (Resource temporarily unavail

pacman -Qs nvidia:

local/cuda 11.1.0-2
    NVIDIA's GPU programming toolkit
local/egl-wayland 1.1.5-1
    EGLStream-based Wayland external platform
local/lib32-nvidia-utils 455.28-1
    NVIDIA drivers utilities (32-bit)
local/libvdpau 1.4-1
    Nvidia VDPAU library
local/libxnvctrl 455.28-1
    NVIDIA NV-CONTROLX extension
local/nvidia 455.28-1
    NVIDIA drivers for linux
local/nvidia-dkms 455.28-1
    NVIDIA drivers - module sources
local/nvidia-settings 455.28-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 455.28-1
    NVIDIA drivers utilities
local/opencl-nvidia 455.28-1
    OpenCL implementation for NVIDIA

pacman -Q linux:

linux 5.8.14.arch1-1

dmesg:

[    0.000000] Linux version 5.8.14-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Wed, 07 Oct 2020 23:59:46 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a75e7550-ac9a-4c0b-b71b-77795e6d97d1 rw loglevel=3 quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008cfbafff] usable
[    0.000000] BIOS-e820: [mem 0x000000008cfbb000-0x000000008e785fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008e786000-0x000000008e918fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008e919000-0x000000008ecbafff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008ecbb000-0x000000008f40efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008f40f000-0x000000008f40ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000008f410000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000046dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./H370 Pro4, BIOS P3.00 07/09/2018
[    0.000000] tsc: Detected 3600.000 MHz processor
[    0.000456] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000457] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000461] last_pfn = 0x46e000 max_arch_pfn = 0x400000000
[    0.000463] MTRR default type: uncachable
[    0.000464] MTRR fixed ranges enabled:
[    0.000465]   00000-9FFFF write-back
[    0.000465]   A0000-BFFFF uncachable
[    0.000466]   C0000-FFFFF write-protect
[    0.000466] MTRR variable ranges enabled:
[    0.000467]   0 disabled
[    0.000468]   1 base 0000000000 mask 7F80000000 write-back
[    0.000468]   2 base 0080000000 mask 7FF0000000 write-back
[    0.000469]   3 base 008F800000 mask 7FFF800000 uncachable
[    0.000469]   4 base 0100000000 mask 7F00000000 write-back
[    0.000470]   5 base 0200000000 mask 7E00000000 write-back
[    0.000470]   6 base 0400000000 mask 7F80000000 write-back
[    0.000471]   7 disabled
[    0.000471]   8 disabled
[    0.000471]   9 disabled
[    0.000705] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000833] total RAM covered: 16632M
[    0.001065] Found optimal setting for mtrr clean up
[    0.001066]  gran_size: 64K 	chunk_size: 16M 	num_reg: 6  	lose cover RAM: 0G
[    0.001279] e820: update [mem 0x8f800000-0xffffffff] usable ==> reserved
[    0.001281] last_pfn = 0x8f410 max_arch_pfn = 0x400000000
[    0.006763] found SMP MP-table at [mem 0x000fdb80-0x000fdb8f]
[    0.006811] check: Scanning 1 areas for low memory corruption
[    0.006823] Using GB pages for direct mapping
[    0.007132] RAMDISK: [mem 0x36ce1000-0x37667fff]
[    0.007139] ACPI: Early table checksum verification disabled
[    0.007141] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
[    0.007144] ACPI: XSDT 0x000000008EC2C0A0 0000BC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.007147] ACPI: FACP 0x000000008EC6BB50 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.007151] ACPI: DSDT 0x000000008EC2C1F0 03F959 (v02 ALASKA A M I    01072009 INTL 20160527)
[    0.007153] ACPI: FACS 0x000000008ECB9080 000040
[    0.007154] ACPI: APIC 0x000000008EC6BC68 000084 (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.007156] ACPI: FPDT 0x000000008EC6BCF0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.007158] ACPI: FIDT 0x000000008EC6BD38 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.007159] ACPI: MCFG 0x000000008EC6BDD8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.007161] ACPI: SSDT 0x000000008EC6BE18 000378 (v01 SataRe SataTabl 00001000 INTL 20160527)
[    0.007163] ACPI: SSDT 0x000000008EC6C190 0017CB (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
[    0.007165] ACPI: AAFT 0x000000008EC6D960 00023D (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.007166] ACPI: SSDT 0x000000008EC6DBA0 0031C7 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
[    0.007168] ACPI: HPET 0x000000008EC70D68 000038 (v01 INTEL  A M I    00000002      01000013)
[    0.007170] ACPI: SSDT 0x000000008EC70DA0 002950 (v02 INTEL  xh_cfsd4 00000000 INTL 20160527)
[    0.007171] ACPI: UEFI 0x000000008EC736F0 000048 (v01 ALASKA A M I    00000002      01000013)
[    0.007173] ACPI: LPIT 0x000000008EC73738 00005C (v01 INTEL  A M I    00000002      01000013)
[    0.007175] ACPI: SSDT 0x000000008EC73798 000FFE (v02 INTEL  TbtTypeC 00000000 INTL 20160527)
[    0.007176] ACPI: DBGP 0x000000008EC74798 000034 (v01 ALASKA A M I    00000002      01000013)
[    0.007178] ACPI: DBG2 0x000000008EC747D0 000054 (v00 ALASKA A M I    00000002      01000013)
[    0.007180] ACPI: SSDT 0x000000008EC74828 001931 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
[    0.007181] ACPI: DMAR 0x000000008EC76160 0000D0 (v01 INTEL  EDK2     00000002      01000013)
[    0.007183] ACPI: WSMT 0x000000008EC76230 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.007188] ACPI: Local APIC address 0xfee00000
[    0.007423] No NUMA configuration found
[    0.007424] Faking a node at [mem 0x0000000000000000-0x000000046dffffff]
[    0.007426] NODE_DATA(0) allocated [mem 0x46dffc000-0x46dffffff]
[    0.007448] Zone ranges:
[    0.007448]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.007449]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.007449]   Normal   [mem 0x0000000100000000-0x000000046dffffff]
[    0.007450]   Device   empty
[    0.007451] Movable zone start for each node
[    0.007451] Early memory node ranges
[    0.007452]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.007452]   node   0: [mem 0x0000000000100000-0x000000008cfbafff]
[    0.007453]   node   0: [mem 0x000000008e786000-0x000000008e918fff]
[    0.007453]   node   0: [mem 0x000000008f40f000-0x000000008f40ffff]
[    0.007454]   node   0: [mem 0x0000000100000000-0x000000046dffffff]
[    0.007577] Zeroed struct page in unavailable ranges: 20245 pages
[    0.007579] Initmem setup node 0 [mem 0x0000000000001000-0x000000046dffffff]
[    0.007580] On node 0 totalpages: 4174059
[    0.007580]   DMA zone: 64 pages used for memmap
[    0.007581]   DMA zone: 21 pages reserved
[    0.007581]   DMA zone: 3996 pages, LIFO batch:0
[    0.007605]   DMA32 zone: 8966 pages used for memmap
[    0.007606]   DMA32 zone: 573775 pages, LIFO batch:63
[    0.010212]   Normal zone: 56192 pages used for memmap
[    0.010212]   Normal zone: 3596288 pages, LIFO batch:63
[    0.026963] ACPI: PM-Timer IO Port: 0x1808
[    0.026964] ACPI: Local APIC address 0xfee00000
[    0.026968] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.026968] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.026969] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.026969] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.027034] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.027035] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.027036] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.027037] ACPI: IRQ0 used by override.
[    0.027037] ACPI: IRQ9 used by override.
[    0.027039] Using ACPI (MADT) for SMP configuration information
[    0.027040] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.027042] TSC deadline timer available
[    0.027042] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.027051] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.027052] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.027053] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.027053] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.027054] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.027054] PM: hibernation: Registered nosave memory: [mem 0x8cfbb000-0x8e785fff]
[    0.027055] PM: hibernation: Registered nosave memory: [mem 0x8e919000-0x8ecbafff]
[    0.027056] PM: hibernation: Registered nosave memory: [mem 0x8ecbb000-0x8f40efff]
[    0.027056] PM: hibernation: Registered nosave memory: [mem 0x8f410000-0x8fffffff]
[    0.027057] PM: hibernation: Registered nosave memory: [mem 0x90000000-0xdfffffff]
[    0.027057] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.027058] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.027058] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.027058] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.027059] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.027059] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.027059] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.027060] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
[    0.027060] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.027061] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.027061] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.027062] [mem 0x90000000-0xdfffffff] available for PCI devices
[    0.027063] Booting paravirtualized kernel on bare hardware
[    0.027065] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.030834] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.030931] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u524288
[    0.030935] pcpu-alloc: s192512 r8192 d28672 u524288 alloc=1*2097152
[    0.030935] pcpu-alloc: [0] 0 1 2 3 
[    0.030946] Built 1 zonelists, mobility grouping on.  Total pages: 4108816
[    0.030947] Policy zone: Normal
[    0.030947] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a75e7550-ac9a-4c0b-b71b-77795e6d97d1 rw loglevel=3 quiet
[    0.031549] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.031826] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.031860] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.059008] Memory: 16297920K/16696236K available (14339K kernel code, 1480K rwdata, 7916K rodata, 1644K init, 3024K bss, 398316K reserved, 0K cma-reserved)
[    0.059014] random: get_random_u64 called from __kmem_cache_create+0x3e/0x600 with crng_init=0
[    0.059083] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.059091] Kernel/User page tables isolation: enabled
[    0.059104] ftrace: allocating 40121 entries in 157 pages
[    0.068988] ftrace: allocated 157 pages with 5 groups
[    0.069052] rcu: Preemptible hierarchical RCU implementation.
[    0.069052] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.069053] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.069053] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.069054] 	Trampoline variant of Tasks RCU enabled.
[    0.069054] 	Rude variant of Tasks RCU enabled.
[    0.069055] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.069056] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.071074] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[    0.071597] Console: colour dummy device 80x25
[    0.071600] printk: console [tty0] enabled
[    0.071610] ACPI: Core revision 20200528
[    0.072002] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.072145] APIC: Switch to symmetric I/O mode setup
[    0.072147] DMAR: Host address width 39
[    0.072147] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.072151] DMAR: dmar0: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.072152] DMAR: RMRR base: 0x0000008d837000 end: 0x0000008d856fff
[    0.072154] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 0
[    0.072154] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.072155] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.075137] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.075138] x2apic enabled
[    0.075169] Switched APIC routing to cluster x2apic.
[    0.084407] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.098763] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns: 440795236593 ns
[    0.098766] Calibrating delay loop (skipped), value calculated using timer frequency.. 7202.00 BogoMIPS (lpj=12000000)
[    0.098767] pid_max: default: 32768 minimum: 301
[    0.098784] LSM: Security Framework initializing
[    0.098788] Yama: becoming mindful.
[    0.098813] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.098830] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.098993] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.099008] process: using mwait in idle threads
[    0.099009] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.099010] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.099011] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.099012] Spectre V2 : Mitigation: Full generic retpoline
[    0.099013] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.099013] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.099014] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.099014] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.099016] SRBDS: Vulnerable: No microcode
[    0.099017] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.099205] Freeing SMP alternatives memory: 32K
[    0.099994] smpboot: CPU0: Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0xb)
[    0.100055] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.100060] ... version:                4
[    0.100060] ... bit width:              48
[    0.100061] ... generic registers:      8
[    0.100061] ... value mask:             0000ffffffffffff
[    0.100061] ... max period:             00007fffffffffff
[    0.100062] ... fixed-purpose events:   3
[    0.100062] ... event mask:             00000007000000ff
[    0.100091] rcu: Hierarchical SRCU implementation.
[    0.100534] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.100566] smp: Bringing up secondary CPUs ...
[    0.100638] x86: Booting SMP configuration:
[    0.100638] .... node  #0, CPUs:      #1 #2 #3
[    0.100944] smp: Brought up 1 node, 4 CPUs
[    0.100944] smpboot: Max logical packages: 1
[    0.100944] smpboot: Total of 4 processors activated (28811.00 BogoMIPS)
[    0.100944] devtmpfs: initialized
[    0.100944] x86/mm: Memory block size: 128MB
[    0.102546] PM: Registering ACPI NVS region [mem 0x8e919000-0x8ecbafff] (3809280 bytes)
[    0.102546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.102546] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.102546] pinctrl core: initialized pinctrl subsystem
[    0.102546] PM: RTC time: 16:57:51, date: 2020-10-21
[    0.102546] thermal_sys: Registered thermal governor 'fair_share'
[    0.102546] thermal_sys: Registered thermal governor 'bang_bang'
[    0.102546] thermal_sys: Registered thermal governor 'step_wise'
[    0.102546] thermal_sys: Registered thermal governor 'user_space'
[    0.102546] thermal_sys: Registered thermal governor 'power_allocator'
[    0.102546] NET: Registered protocol family 16
[    0.102611] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.102698] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.102793] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.102799] audit: initializing netlink subsys (disabled)
[    0.102806] audit: type=2000 audit(1603299471.023:1): state=initialized audit_enabled=0 res=1
[    0.102806] cpuidle: using governor ladder
[    0.102806] cpuidle: using governor menu
[    0.102806] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.102806] ACPI: bus type PCI registered
[    0.102806] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.102806] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.102806] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.102806] PCI: Using configuration type 1 for base access
[    0.102806] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.102926] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.102926] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.105434] ACPI: Added _OSI(Module Device)
[    0.105434] ACPI: Added _OSI(Processor Device)
[    0.105434] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.105434] ACPI: Added _OSI(Processor Aggregator Device)
[    0.105434] ACPI: Added _OSI(Linux-Dell-Video)
[    0.105434] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.105434] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.163351] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.169103] ACPI: Dynamic OEM Table Load:
[    0.169107] ACPI: SSDT 0xFFFF8DB0DBA02000 00076B (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.170464] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.172042] ACPI: Dynamic OEM Table Load:
[    0.172045] ACPI: SSDT 0xFFFF8DB0DB7AF000 000386 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.173283] ACPI: Dynamic OEM Table Load:
[    0.173285] ACPI: SSDT 0xFFFF8DB0DB600C00 00010A (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.174472] ACPI: Dynamic OEM Table Load:
[    0.174474] ACPI: SSDT 0xFFFF8DB0DBA06000 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.176009] ACPI: Dynamic OEM Table Load:
[    0.176014] ACPI: SSDT 0xFFFF8DB0DB668000 000EF1 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.177946] ACPI: Dynamic OEM Table Load:
[    0.177949] ACPI: SSDT 0xFFFF8DB0DB7AFC00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.179232] ACPI: Dynamic OEM Table Load:
[    0.179234] ACPI: SSDT 0xFFFF8DB0DB7AC800 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.183350] ACPI: Interpreter enabled
[    0.183383] ACPI: (supports S0 S3 S4 S5)
[    0.183384] ACPI: Using IOAPIC for interrupt routing
[    0.183484] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.184757] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.196768] ACPI: Power Resource [USBC] (on)
[    0.199739] ACPI: Power Resource [V0PR] (on)
[    0.199912] ACPI: Power Resource [V1PR] (on)
[    0.200079] ACPI: Power Resource [V2PR] (on)
[    0.205001] ACPI Error: Aborting method \_SB.PCI0.SPI1.FPNT._CRS due to previous error (AE_AML_INVALID_RESOURCE_TYPE) (20200528/psparse-529)
[    0.205007] ACPI Error: Method execution failed \_SB.PCI0.SPI1.FPNT._CRS due to previous error (AE_AML_INVALID_RESOURCE_TYPE) (20200528/uteval-68)
[    0.206098] ACPI Error: Aborting method \_SB.PCI0.SPI2.FPNT._CRS due to previous error (AE_AML_INVALID_RESOURCE_TYPE) (20200528/psparse-529)
[    0.206104] ACPI Error: Method execution failed \_SB.PCI0.SPI2.FPNT._CRS due to previous error (AE_AML_INVALID_RESOURCE_TYPE) (20200528/uteval-68)
[    0.207110] ACPI: Power Resource [WRST] (on)
[    0.212046] ACPI: Power Resource [PIN] (off)
[    0.212502] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.212506] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.212675] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.212835] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
[    0.212835] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.213772] PCI host bridge to bus 0000:00
[    0.213774] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.213774] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.213775] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.213776] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
[    0.213777] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.213777] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.213784] pci 0000:00:00.0: [8086:3e1f] type 00 class 0x060000
[    0.214334] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
[    0.214367] pci 0000:00:12.0: reg 0x10: [mem 0xa323d000-0xa323dfff 64bit]
[    0.214635] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
[    0.214667] pci 0000:00:14.0: reg 0x10: [mem 0xa3220000-0xa322ffff 64bit]
[    0.214769] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.215003] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
[    0.215032] pci 0000:00:14.2: reg 0x10: [mem 0xa3236000-0xa3237fff 64bit]
[    0.215048] pci 0000:00:14.2: reg 0x18: [mem 0xa323c000-0xa323cfff 64bit]
[    0.215251] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
[    0.215284] pci 0000:00:16.0: reg 0x10: [mem 0xa323b000-0xa323bfff 64bit]
[    0.215386] pci 0000:00:16.0: PME# supported from D3hot
[    0.215698] pci 0000:00:17.0: [8086:a352] type 00 class 0x010601
[    0.215726] pci 0000:00:17.0: reg 0x10: [mem 0xa3234000-0xa3235fff]
[    0.215737] pci 0000:00:17.0: reg 0x14: [mem 0xa323a000-0xa323a0ff]
[    0.215748] pci 0000:00:17.0: reg 0x18: [io  0x4050-0x4057]
[    0.215758] pci 0000:00:17.0: reg 0x1c: [io  0x4040-0x4043]
[    0.215768] pci 0000:00:17.0: reg 0x20: [io  0x4020-0x403f]
[    0.215779] pci 0000:00:17.0: reg 0x24: [mem 0xa3239000-0xa32397ff]
[    0.215840] pci 0000:00:17.0: PME# supported from D3hot
[    0.216140] pci 0000:00:1c.0: [8086:a33c] type 01 class 0x060400
[    0.216297] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.216334] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.216695] pci 0000:00:1f.0: [8086:a304] type 00 class 0x060100
[    0.217121] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
[    0.217202] pci 0000:00:1f.3: reg 0x10: [mem 0xa3230000-0xa3233fff 64bit]
[    0.217285] pci 0000:00:1f.3: reg 0x20: [mem 0xa3100000-0xa31fffff 64bit]
[    0.217427] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.217815] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
[    0.217893] pci 0000:00:1f.4: reg 0x10: [mem 0xa3238000-0xa32380ff 64bit]
[    0.217966] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.218220] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
[    0.218240] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.218425] pci 0000:00:1f.6: [8086:15bc] type 00 class 0x020000
[    0.218482] pci 0000:00:1f.6: reg 0x10: [mem 0xa3200000-0xa321ffff]
[    0.218718] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.218965] pci 0000:01:00.0: [10de:1c02] type 00 class 0x030000
[    0.219002] pci 0000:01:00.0: reg 0x10: [mem 0xa2000000-0xa2ffffff]
[    0.219019] pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.219035] pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
[    0.219046] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.219057] pci 0000:01:00.0: reg 0x30: [mem 0xa3000000-0xa307ffff pref]
[    0.219268] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:1c.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.219329] pci 0000:01:00.1: [10de:10f1] type 00 class 0x040300
[    0.219355] pci 0000:01:00.1: reg 0x10: [mem 0xa3080000-0xa3083fff]
[    0.219587] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.219590] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.219594] pci 0000:00:1c.0:   bridge window [mem 0xa2000000-0xa30fffff]
[    0.219600] pci 0000:00:1c.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.220690] ACPI: PCI Interrupt Link [LNKA] (IRQs) *0
[    0.220722] ACPI: PCI Interrupt Link [LNKB] (IRQs) *1
[    0.220753] ACPI: PCI Interrupt Link [LNKC] (IRQs) *0
[    0.220784] ACPI: PCI Interrupt Link [LNKD] (IRQs) *0
[    0.220814] ACPI: PCI Interrupt Link [LNKE] (IRQs) *0
[    0.220844] ACPI: PCI Interrupt Link [LNKF] (IRQs) *0
[    0.220874] ACPI: PCI Interrupt Link [LNKG] (IRQs) *0
[    0.220905] ACPI: PCI Interrupt Link [LNKH] (IRQs) *0
[    0.222100] iommu: Default domain type: Translated 
[    0.222111] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.222112] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.222113] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.222113] vgaarb: loaded
[    0.222224] SCSI subsystem initialized
[    0.222231] libata version 3.00 loaded.
[    0.222231] ACPI: bus type USB registered
[    0.222231] usbcore: registered new interface driver usbfs
[    0.222231] usbcore: registered new interface driver hub
[    0.222231] usbcore: registered new device driver usb
[    0.222231] pps_core: LinuxPPS API ver. 1 registered
[    0.222231] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.222231] PTP clock support registered
[    0.222231] EDAC MC: Ver: 3.0.0
[    0.222231] NetLabel: Initializing
[    0.222231] NetLabel:  domain hash size = 128
[    0.222231] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.222231] NetLabel:  unlabeled traffic allowed by default
[    0.222231] PCI: Using ACPI for IRQ routing
[    0.305538] PCI: pci_cache_line_size set to 64 bytes
[    0.305605] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[    0.305606] e820: reserve RAM buffer [mem 0x8cfbb000-0x8fffffff]
[    0.305607] e820: reserve RAM buffer [mem 0x8e919000-0x8fffffff]
[    0.305607] e820: reserve RAM buffer [mem 0x8f410000-0x8fffffff]
[    0.305608] e820: reserve RAM buffer [mem 0x46e000000-0x46fffffff]
[    0.305610] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.305610] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.308765] clocksource: Switched to clocksource tsc-early
[    0.316308] VFS: Disk quotas dquot_6.6.0
[    0.316317] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.316362] pnp: PnP ACPI init
[    0.316663] system 00:00: [io  0x0280-0x028f] has been reserved
[    0.316665] system 00:00: [io  0x0290-0x029f] has been reserved
[    0.316665] system 00:00: [io  0x02a0-0x02af] has been reserved
[    0.316666] system 00:00: [io  0x02b0-0x02bf] has been reserved
[    0.316669] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.317014] pnp 00:01: [dma 0 disabled]
[    0.317041] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.317126] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.317127] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.317129] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.317143] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.317220] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.317222] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.317392] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.317392] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.317393] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.317394] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.317395] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.317396] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.317397] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.317397] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.317400] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.317585] system 00:06: [io  0x1800-0x18fe] could not be reserved
[    0.317586] system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.317587] system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.317588] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.317589] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.317589] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.317590] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.317592] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.317846] system 00:07: [io  0x2000-0x20fe] has been reserved
[    0.317848] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.318087] system 00:08: [mem 0xfd6e0000-0xfd6effff] has been reserved
[    0.318088] system 00:08: [mem 0xfd6d0000-0xfd6dffff] has been reserved
[    0.318089] system 00:08: [mem 0xfd6b0000-0xfd6bffff] has been reserved
[    0.318090] system 00:08: [mem 0xfd6a0000-0xfd6affff] has been reserved
[    0.318092] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.318950] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.319613] pnp: PnP ACPI: found 10 devices
[    0.324908] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.324944] NET: Registered protocol family 2
[    0.325033] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.325089] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.325207] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.325256] TCP: Hash tables configured (established 131072 bind 65536)
[    0.325313] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.325343] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.325405] NET: Registered protocol family 1
[    0.325408] NET: Registered protocol family 44
[    0.325414] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.325422] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.325427] pci 0000:00:1c.0:   bridge window [mem 0xa2000000-0xa30fffff]
[    0.325431] pci 0000:00:1c.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.325441] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.325442] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.325443] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.325444] pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
[    0.325444] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[    0.325445] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.325446] pci_bus 0000:01: resource 1 [mem 0xa2000000-0xa30fffff]
[    0.325446] pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.354099] pci 0000:00:14.0: quirk_usb_early_handoff+0x0/0x6d5 took 27837 usecs
[    0.354151] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.354163] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.354220] PCI: CLS 64 bytes, default 64
[    0.354248] Trying to unpack rootfs image as initramfs...
[    0.451873] Freeing initrd memory: 9756K
[    0.468794] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.468798] software IO TLB: mapped [mem 0x88fbb000-0x8cfbb000] (64MB)
[    0.468934] check: Scanning for low memory corruption every 60 seconds
[    0.469140] Initialise system trusted keyrings
[    0.469145] Key type blacklist registered
[    0.469172] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.469888] zbud: loaded
[    0.476202] Key type asymmetric registered
[    0.476203] Asymmetric key parser 'x509' registered
[    0.476207] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.476231] io scheduler mq-deadline registered
[    0.476231] io scheduler kyber registered
[    0.476245] io scheduler bfq registered
[    0.476623] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.476670] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    0.476670] vesafb: scrolling: redraw
[    0.476671] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.476679] vesafb: framebuffer at 0xa1000000, mapped to 0x00000000b98c47d1, using 5120k, total 5120k
[    0.476700] fbcon: Deferring console take-over
[    0.476700] fb0: VESA VGA frame buffer device
[    0.476708] intel_idle: MWAIT substates: 0x11142120
[    0.476709] intel_idle: v0.5.1 model 0x9E
[    0.476903] intel_idle: Local APIC timer is reliable in all C-states
[    0.476974] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.476987] ACPI: Sleep Button [SLPB]
[    0.477006] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.477017] ACPI: Power Button [PWRB]
[    0.477036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.482162] ACPI: Power Button [PWRF]
[    0.482931] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.483714] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.485452] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.485453] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.485879] ahci 0000:00:17.0: version 3.0
[    0.498896] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    0.498898] ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part ems deso sadm sds apst 
[    0.549440] scsi host0: ahci
[    0.549692] scsi host1: ahci
[    0.549864] scsi host2: ahci
[    0.549948] scsi host3: ahci
[    0.549995] scsi host4: ahci
[    0.550041] scsi host5: ahci
[    0.550067] ata1: SATA max UDMA/133 abar m2048@0xa3239000 port 0xa3239100 irq 122
[    0.550069] ata2: SATA max UDMA/133 abar m2048@0xa3239000 port 0xa3239180 irq 122
[    0.550071] ata3: SATA max UDMA/133 abar m2048@0xa3239000 port 0xa3239200 irq 122
[    0.550072] ata4: SATA max UDMA/133 abar m2048@0xa3239000 port 0xa3239280 irq 122
[    0.550074] ata5: SATA max UDMA/133 abar m2048@0xa3239000 port 0xa3239300 irq 122
[    0.550076] ata6: SATA max UDMA/133 abar m2048@0xa3239000 port 0xa3239380 irq 122
[    0.550101] usbcore: registered new interface driver usbserial_generic
[    0.550104] usbserial: USB Serial support registered for generic
[    0.550128] rtc_cmos 00:03: RTC can wake from S4
[    0.551171] rtc_cmos 00:03: registered as rtc0
[    0.551427] rtc_cmos 00:03: setting system clock to 2020-10-21T16:57:51 UTC (1603299471)
[    0.551436] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.551467] intel_pstate: Intel P-state driver initializing
[    0.551881] intel_pstate: HWP enabled
[    0.551927] ledtrig-cpu: registered to indicate activity on CPUs
[    0.551964] intel_pmc_core INT33A1:00:  initialized
[    0.552031] drop_monitor: Initializing network drop monitor service
[    0.552151] NET: Registered protocol family 10
[    0.556321] Segment Routing with IPv6
[    0.556322] RPL Segment Routing with IPv6
[    0.556338] NET: Registered protocol family 17
[    0.556729] microcode: sig=0x906eb, pf=0x2, revision=0x8e
[    0.556809] microcode: Microcode Update Driver: v2.2.
[    0.556813] IPI shorthand broadcast: enabled
[    0.556821] sched_clock: Marking stable (549596829, 7209648)->(560021071, -3214594)
[    0.556941] registered taskstats version 1
[    0.556947] Loading compiled-in X.509 certificates
[    0.559364] Loaded X.509 cert 'Build time autogenerated kernel key: 11a0710cbe6bfa0ab549a1cf25fb3e15e9a29f7f'
[    0.559495] zswap: loaded using pool lz4/z3fold
[    0.559612] Key type ._fscrypt registered
[    0.559613] Key type .fscrypt registered
[    0.559613] Key type fscrypt-provisioning registered
[    0.560547] PM:   Magic number: 8:742:995
[    0.560605] memory memory38: hash matches
[    0.560669] RAS: Correctable Errors collector initialized.
[    0.865534] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.865569] ata3: SATA link down (SStatus 4 SControl 300)
[    0.865608] ata1: SATA link down (SStatus 4 SControl 300)
[    0.865647] ata4: SATA link down (SStatus 4 SControl 300)
[    0.865687] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.870410] ata2: SATA link down (SStatus 4 SControl 300)
[    0.870516] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    0.870522] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    0.870526] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    0.870930] ata6.00: supports DRM functions and may not be fully accessible
[    0.871634] ata6.00: ATA-11: Samsung SSD 860 EVO 500GB, RVT03B6Q, max UDMA/133
[    0.871639] ata6.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    0.875559] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    0.875565] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    0.875570] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    0.875970] ata6.00: supports DRM functions and may not be fully accessible
[    0.877891] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    0.877898] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    0.877902] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    0.878427] ata6.00: configured for UDMA/133
[    0.915026] ata5.00: ATA-10: ST2000DM008-2FR102, 0001, max UDMA/133
[    0.915031] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    0.939669] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    0.939675] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    0.939680] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    0.976815] ata5.00: configured for UDMA/133
[    0.977042] scsi 4:0:0:0: Direct-Access     ATA      ST2000DM008-2FR1 0001 PQ: 0 ANSI: 5
[    0.977508] sd 4:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    0.977513] sd 4:0:0:0: [sda] 4096-byte physical blocks
[    0.977533] sd 4:0:0:0: [sda] Write Protect is off
[    0.977537] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.977567] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.977686] scsi 5:0:0:0: Direct-Access     ATA      Samsung SSD 860  3B6Q PQ: 0 ANSI: 5
[    0.978053] ata6.00: Enabling discard_zeroes_data
[    0.978160] sd 5:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    0.978179] sd 5:0:0:0: [sdb] Write Protect is off
[    0.978183] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    0.978213] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.978627] ata6.00: Enabling discard_zeroes_data
[    0.979138]  sdb: sdb1 sdb2 sdb3 sdb4
[    0.980071] ata6.00: Enabling discard_zeroes_data
[    0.981218] sd 5:0:0:0: [sdb] supports TCG Opal
[    0.981222] sd 5:0:0:0: [sdb] Attached SCSI disk
[    1.035075]  sda: sda1 sda2
[    1.035854] sd 4:0:0:0: [sda] Attached SCSI disk
[    1.038462] Freeing unused decrypted memory: 2040K
[    1.039225] Freeing unused kernel image (initmem) memory: 1644K
[    1.048860] Write protecting the kernel read-only data: 24576k
[    1.050235] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    1.050576] Freeing unused kernel image (rodata/data gap) memory: 276K
[    1.094351] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.094352] x86/mm: Checking user space page tables
[    1.135166] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.135169] Run /init as init process
[    1.135170]   with arguments:
[    1.135170]     /init
[    1.135171]   with environment:
[    1.135171]     HOME=/
[    1.135172]     TERM=linux
[    1.135172]     BOOT_IMAGE=/vmlinuz-linux
[    1.145637] fbcon: Taking over console
[    1.145680] Console: switching to colour frame buffer device 160x64
[    1.279297] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.279301] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.280391] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
[    1.280396] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.280564] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    1.280565] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.280566] usb usb1: Product: xHCI Host Controller
[    1.280566] usb usb1: Manufacturer: Linux 5.8.14-arch1-1 xhci-hcd
[    1.280567] usb usb1: SerialNumber: 0000:00:14.0
[    1.280650] hub 1-0:1.0: USB hub found
[    1.280669] hub 1-0:1.0: 16 ports detected
[    1.282208] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.282211] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.282212] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.282239] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    1.282240] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.282241] usb usb2: Product: xHCI Host Controller
[    1.282241] usb usb2: Manufacturer: Linux 5.8.14-arch1-1 xhci-hcd
[    1.282242] usb usb2: SerialNumber: 0000:00:14.0
[    1.282345] hub 2-0:1.0: USB hub found
[    1.282366] hub 2-0:1.0: 8 ports detected
[    1.465531] tsc: Refined TSC clocksource calibration: 3599.989 MHz
[    1.465543] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e4491f3c6, max_idle_ns: 440795339995 ns
[    1.465610] clocksource: Switched to clocksource tsc
[    1.478037] random: fast init done
[    1.606204] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    1.615477] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.752569] systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    1.756983] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.37
[    1.756986] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.756988] usb 1-1: Product: USB2.0 Hub
[    1.757940] hub 1-1:1.0: USB hub found
[    1.758260] hub 1-1:1.0: 4 ports detected
[    1.768963] systemd[1]: Detected architecture x86-64.
[    1.801182] systemd[1]: Set hostname to <adi-pc>.
[    1.882138] usb 1-2: new full-speed USB device number 3 using xhci_hcd
[    1.992668] systemd[1]: Queued start job for default target Graphical Interface.
[    1.993402] systemd[1]: Created slice Virtual Machine and Container Slice.
[    1.993753] systemd[1]: Created slice system-getty.slice.
[    1.993942] systemd[1]: Created slice system-modprobe.slice.
[    1.994178] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.994341] systemd[1]: Created slice User and Session Slice.
[    1.994391] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.994430] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.994572] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.994605] systemd[1]: Reached target Local Encrypted Volumes.
[    1.994625] systemd[1]: Reached target Paths.
[    1.994635] systemd[1]: Reached target Remote File Systems.
[    1.994643] systemd[1]: Reached target Slices.
[    1.994699] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.994774] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.994837] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.996387] systemd[1]: Listening on Process Core Dump Socket.
[    1.996517] systemd[1]: Listening on Journal Audit Socket.
[    1.996604] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.996689] systemd[1]: Listening on Journal Socket.
[    1.996777] systemd[1]: Listening on udev Control Socket.
[    1.996840] systemd[1]: Listening on udev Kernel Socket.
[    1.997560] systemd[1]: Mounting Huge Pages File System...
[    1.998351] systemd[1]: Mounting POSIX Message Queue File System...
[    1.999152] systemd[1]: Mounting Kernel Debug File System...
[    1.999946] systemd[1]: Mounting Kernel Trace File System...
[    2.000891] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    2.001599] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    2.002321] systemd[1]: Starting Load Kernel Module drm...
[    2.003875] systemd[1]: Starting Set Up Additional Binary Formats...
[    2.003925] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.008721] systemd[1]: Starting Journal Service...
[    2.009615] Linux agpgart interface v0.103
[    2.010859] systemd[1]: Starting Load Kernel Modules...
[    2.011385] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.011420] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    2.015079] systemd[1]: Starting Coldplug All udev Devices...
[    2.015834] EXT4-fs (sdb2): re-mounted. Opts: (null)
[    2.017287] systemd[1]: Mounted Huge Pages File System.
[    2.017363] systemd[1]: Mounted POSIX Message Queue File System.
[    2.017429] systemd[1]: Mounted Kernel Debug File System.
[    2.017491] systemd[1]: Mounted Kernel Trace File System.
[    2.017770] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    2.018078] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.018156] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 223 (systemd-binfmt)
[    2.018858] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    2.018906] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    2.022530] random: lvm: uninitialized urandom read (4 bytes read)
[    2.024108] mc: Linux media interface: v0.10
[    2.025134] usb 1-2: New USB device found, idVendor=0d8c, idProduct=0134, bcdDevice= 1.00
[    2.025136] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.025137] usb 1-2: Product: Auna Mic CM900
[    2.025138] usb 1-2: Manufacturer: Auna Mic CM900
[    2.025692] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    2.028962] systemd[1]: Starting Load/Save Random Seed...
[    2.032953] systemd[1]: Starting Create System Users...
[    2.033830] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    2.035349] systemd[1]: Finished Set Up Additional Binary Formats.
[    2.039803] systemd[1]: modprobe@drm.service: Succeeded.
[    2.040023] systemd[1]: Finished Load Kernel Module drm.
[    2.045800] videodev: Linux video capture interface: v2.00
[    2.048412] v4l2loopback_dc: loading out-of-tree module taints kernel.
[    2.048426] v4l2loopback_dc: module verification failed: signature and/or required key missing - tainting kernel
[    2.048707] v4l2loopback driver version 0.6.3 (droidcam) loaded
[    2.049791] systemd[1]: Finished Create System Users.
[    2.050380] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.061066] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.061940] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    2.067795] systemd[1]: Finished Coldplug All udev Devices.
[    2.070897] systemd[1]: Finished Load Kernel Modules.
[    2.071031] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    2.071530] systemd[1]: Mounting Kernel Configuration File System...
[    2.072001] systemd[1]: Starting Apply Kernel Variables...
[    2.073282] systemd[1]: Mounted Kernel Configuration File System.
[    2.077991] systemd[1]: Finished Apply Kernel Variables.
[    2.095500] usb 1-1.1: new low-speed USB device number 4 using xhci_hcd
[    2.191327] usb 1-1.1: New USB device found, idVendor=0e6a, idProduct=02c0, bcdDevice=1b.12
[    2.191329] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.191329] usb 1-1.1: Product: PS/2+USB Keyboard
[    2.191330] usb 1-1.1: Manufacturer: dakai
[    2.243042] systemd[1]: Started Journal Service.
[    2.243123] audit: type=1130 audit(1603299473.187: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'
[    2.268799] usb 1-1.4: new low-speed USB device number 5 using xhci_hcd
[    2.331475] audit: type=1130 audit(1603299473.274:3): 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.332455] audit: type=1130 audit(1603299473.277:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.363231] usb 1-1.4: New USB device found, idVendor=1bcf, idProduct=0005, bcdDevice= 0.90
[    2.363233] usb 1-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.363234] usb 1-1.4: Product: USB Optical Mouse
[    2.400056] audit: type=1130 audit(1603299473.344:5): 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.404548] hid: raw HID events driver (C) Jiri Kosina
[    2.419336] usbcore: registered new interface driver usbhid
[    2.419337] usbhid: USB HID core driver
[    2.546137] usbcore: registered new interface driver snd-usb-audio
[    2.599620] EDAC ie31200: No ECC support
[    2.599640] EDAC ie31200: No ECC support
[    2.600305] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    2.672569] Adding 25165820k swap on /dev/sdb3.  Priority:-2 extents:1 across:25165820k SSFS
[    2.680121] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.680122] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.680327] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.687069] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    2.688406] i2c i2c-0: 2/4 memory slots populated (from DMI)
[    2.692542] i2c i2c-0: Successfully instantiated SPD at 0x51
[    2.693241] i2c i2c-0: Successfully instantiated SPD at 0x53
[    2.710279] intel-spi 0000:00:1f.5: w25q128 (16384 Kbytes)
[    2.750043] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.750047] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.752070] Creating 1 MTD partitions on "0000:00:1f.5":
[    2.752074] 0x000000000000-0x000001000000 : "BIOS"
[    2.754713] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    2.812681] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1c.0/0000:01:00.1/sound/card3/input4
[    2.812724] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1c.0/0000:01:00.1/sound/card3/input5
[    2.812808] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1c.0/0000:01:00.1/sound/card3/input6
[    2.812839] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1c.0/0000:01:00.1/sound/card3/input7
[    2.812870] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1c.0/0000:01:00.1/sound/card3/input8
[    2.812899] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1c.0/0000:01:00.1/sound/card3/input9
[    2.812923] input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1c.0/0000:01:00.1/sound/card3/input10
[    2.837840] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    2.837842] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.837843] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    2.837843] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    2.837844] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    2.837845] snd_hda_codec_realtek hdaudioC2D0:      Front Mic=0x19
[    2.837846] snd_hda_codec_realtek hdaudioC2D0:      Rear Mic=0x18
[    2.837846] snd_hda_codec_realtek hdaudioC2D0:      Line=0x1a
[    2.852394] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[    2.852396] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.852396] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.852397] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.856183] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card2/input11
[    2.856213] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card2/input12
[    2.856238] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card2/input13
[    2.856262] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card2/input14
[    2.856285] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card2/input15
[    2.857831] cryptd: max_cpu_qlen set to 1000
[    2.887166] audit: type=1130 audit(1603299473.830: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.917829] audit: type=1130 audit(1603299473.860:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-a4f8e7e0\x2de5b3\x2d43b0\x2d9c22\x2d1d63f817d40b comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.918900] audit: type=1130 audit(1603299473.864:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-fcfbd1fe\x2d80ce\x2d491f\x2dad2e\x2de3cb0b99a513 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.925705] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    2.928278] EXT4-fs (sdb4): mounted filesystem with ordered data mode. Opts: (null)
[    2.935065] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    2.937424] hid-generic 0003:0D8C:0134.0001: No inputs registered, leaving
[    2.948625] hid-generic 0003:0D8C:0134.0001: hidraw0: USB HID v1.11 Device [Auna Mic CM900 Auna Mic CM900] on usb-0000:00:14.0-2/input2
[    2.948738] input: dakai PS/2+USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:0E6A:02C0.0002/input/input17
[    2.953065] AVX2 version of gcm_enc/dec engaged.
[    2.953066] AES CTR mode by8 optimization enabled
[    2.955203] audit: type=1130 audit(1603299473.897:9): 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.959976] audit: type=1127 audit(1603299473.904:10): pid=378 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    3.005548] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 70:85:c2:8f:c6:62
[    3.006593] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    3.006672] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
[    3.012550] hid-generic 0003:0E6A:02C0.0002: input,hidraw1: USB HID v1.11 Keyboard [dakai PS/2+USB Keyboard] on usb-0000:00:14.0-1.1/input0
[    3.031804] iTCO_vendor_support: vendor-support=0
[    3.032308] input: dakai PS/2+USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:0E6A:02C0.0003/input/input18
[    3.038982] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.039026] iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    3.039353] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.056315] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    3.083802] random: crng init done
[    3.089980] input: dakai PS/2+USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:0E6A:02C0.0003/input/input19
[    3.091413] input: dakai PS/2+USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:0E6A:02C0.0003/input/input21
[    3.094811] hid-generic 0003:0E6A:02C0.0003: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [dakai PS/2+USB Keyboard] on usb-0000:00:14.0-1.1/input1
[    3.094896] input: USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:1BCF:0005.0004/input/input22
[    3.096313] hid-generic 0003:1BCF:0005.0004: input,hidraw3: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:00:14.0-1.4/input0
[    3.152606] ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
[    3.154423] ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[    3.187844] e1000e 0000:00:1f.6 eno1: renamed from eth0
[    3.252378] mousedev: PS/2 mouse device common for all mice
[    3.269065] intel_rapl_common: Found RAPL domain package
[    3.269066] intel_rapl_common: Found RAPL domain core
[    3.269067] intel_rapl_common: Found RAPL domain dram
[    3.713655] nvidia: module license 'NVIDIA' taints kernel.
[    3.713656] Disabling lock debugging due to kernel taint
[    3.732778] nvidia-nvlink: Nvlink Core is being initialized, major device number 236
[    3.733208] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    3.850343] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  455.28  Wed Sep 30 01:05:16 UTC 2020
[    3.884566] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  455.28  Wed Sep 30 00:58:12 UTC 2020
[    3.888376] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    3.888377] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    9.065634] kauditd_printk_skb: 20 callbacks suppressed
[    9.065635] audit: type=1100 audit(1603299480.010:31): pid=403 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="adi" exe="/usr/bin/login" hostname=adi-pc addr=? terminal=tty1 res=success'
[    9.069111] audit: type=1101 audit(1603299480.014:32): pid=403 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="adi" exe="/usr/bin/login" hostname=adi-pc addr=? terminal=tty1 res=success'
[    9.069884] audit: type=1103 audit(1603299480.014:33): pid=403 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="adi" exe="/usr/bin/login" hostname=adi-pc addr=? terminal=tty1 res=success'
[    9.069934] audit: type=1006 audit(1603299480.014:34): pid=403 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[    9.084872] audit: type=1130 audit(1603299480.027:35): 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'
[    9.087053] e1000e 0000:00:1f.6 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[    9.087166] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[    9.091102] audit: type=1101 audit(1603299480.034:36): pid=466 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="adi" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.091146] audit: type=1103 audit(1603299480.034:37): pid=466 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="adi" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    9.091218] audit: type=1006 audit(1603299480.034:38): pid=466 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[    9.092209] audit: type=1105 audit(1603299480.037:39): pid=466 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="adi" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.098584] audit: type=1334 audit(1603299480.040:40): prog-id=13 op=LOAD
[    9.280846] fuse: init (API version 7.31)
[   33.113753] show_signal_msg: 9 callbacks suppressed
[   33.113755] dwm[529]: segfault at 20 ip 0000556212128299 sp 00007ffd4833d790 error 4 in dwm[556212125000+8000]
[   33.113759] Code: eb 31 48 c1 f8 08 83 e0 01 89 83 5c 01 00 00 74 22 48 8b 05 99 a2 00 00 48 8b b3 98 01 00 00 48 8b 3d 83 a2 00 00 48 8b 40 10 <48> 8b 50 20 e8 7e d0 ff ff 31 c0 f6 45 00 01 74 09 31 c0 83 7d 08
[   33.113797] audit: type=1701 audit(1603299504.057:50): auid=1000 uid=1000 gid=998 ses=1 pid=529 comm="dwm" exe="/usr/local/bin/dwm" sig=11 res=1
[   33.135901] audit: type=1334 audit(1603299504.077:51): prog-id=14 op=LOAD
[   33.135903] audit: type=1334 audit(1603299504.077:52): prog-id=15 op=LOAD
[   33.135905] audit: type=1130 audit(1603299504.077:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1930-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.410291] audit: type=1131 audit(1603299504.354:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1930-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.478907] audit: type=1334 audit(1603299504.424:55): prog-id=15 op=UNLOAD
[   33.478909] audit: type=1334 audit(1603299504.424:56): prog-id=14 op=UNLOAD
[   33.573198] audit: type=1131 audit(1603299504.517:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.632286] audit: type=1334 audit(1603299504.577:58): prog-id=12 op=UNLOAD
[   94.075344] kauditd_printk_skb: 1 callbacks suppressed
[   94.075347] audit: type=1131 audit(1603299565.017:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  111.286812] IPv6: MLD: clamping QRV from 1 to 2!
[  124.112535] audit: type=1131 audit(1603299595.057:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  236.287985] IPv6: MLD: clamping QRV from 1 to 2!
[  361.303813] IPv6: MLD: clamping QRV from 1 to 2!
[  486.298046] IPv6: MLD: clamping QRV from 1 to 2!
[  611.303826] IPv6: MLD: clamping QRV from 1 to 2!
[  736.292809] IPv6: MLD: clamping QRV from 1 to 2!
[  861.329882] IPv6: MLD: clamping QRV from 1 to 2!
[  914.024505] audit: type=1130 audit(1603300384.967:62): 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'
[  914.024508] audit: type=1131 audit(1603300384.967:63): 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'
[  986.307211] IPv6: MLD: clamping QRV from 1 to 2!
[ 1111.345239] IPv6: MLD: clamping QRV from 1 to 2!
[ 1236.318126] IPv6: MLD: clamping QRV from 1 to 2!
[ 1361.322617] IPv6: MLD: clamping QRV from 1 to 2!
[ 1486.313976] IPv6: MLD: clamping QRV from 1 to 2!

Last edited by SomeoneFromYourBasement (2020-10-21 17:26:46)

Offline

#4 2020-10-21 17:36:41

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

Re: Issues with the latest nvidia drivers and kernel 5.9.1 in xorg

Nvidia loads properly so from that aspect you are on the correct version (though you should decide for either nvidia-dkms+linux-headers or nvidia but that is not the underlying issue right now)

Xorg error wise whatever you are attempting to start here crashes and xorg terminates "properly" as a result. What are you trying to run here and how are you starting your xorg? Please post an actual xorg log

FWIW the "sometimes" nature might point to the kernel module/xorg start race that can happen occasionally with graphics card drivers, in which case you will want to follow the following and add the relevant modules to your initramfs to ensure they can be loaded early: https://wiki.archlinux.org/index.php/NV … de_setting (the kernel parameter is technically not necessary but it often fixes a few things.)

Offline

#5 2020-10-21 17:54:28

SomeoneFromYourBasement
Member
Registered: 2020-10-20
Posts: 5

Re: Issues with the latest nvidia drivers and kernel 5.9.1 in xorg

It looks like that xorg mostly crashes when I'm trying to open multiple links in firefox from discord.
I am running xorg from a tty using startx.

here's the output of /var/log/Xorg.1.log:

[  3448.825] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  3448.826] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[  3448.827] Build Operating System: Linux Arch Linux
[  3448.827] Current Operating System: Linux adi-pc 5.8.10-arch1-1 #1 SMP PREEMPT Thu, 17 Sep 2020 18:01:06 +0000 x86_64
[  3448.828] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a75e7550-ac9a-4c0b-b71b-77795e6d97d1 rw loglevel=3 quiet
[  3448.829] Build Date: 02 September 2020  06:17:44AM
[  3448.829]  
[  3448.829] Current version of pixman: 0.40.0
[  3448.830] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  3448.830] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  3448.833] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Sep 23 11:04:33 2020
[  3448.833] (==) Using config file: "/etc/X11/xorg.conf"
[  3448.834] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  3448.834] (==) ServerLayout "Layout0"
[  3448.834] (**) |-->Screen "Screen0" (0)
[  3448.834] (**) |   |-->Monitor "Monitor0"
[  3448.834] (**) |   |-->Device "Device0"
[  3448.834] (**) |-->Input Device "Keyboard0"
[  3448.834] (**) |-->Input Device "Mouse0"
[  3448.834] (**) Option "Xinerama" "0"
[  3448.834] (==) Automatically adding devices
[  3448.834] (==) Automatically enabling devices
[  3448.834] (==) Automatically adding GPU devices
[  3448.834] (==) Automatically binding GPU devices
[  3448.834] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  3448.834] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  3448.834] 	Entry deleted from font path.
[  3448.834] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  3448.834] 	Entry deleted from font path.
[  3448.834] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  3448.834] (==) ModulePath set to "/usr/lib/xorg/modules"
[  3448.834] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  3448.834] (WW) Disabling Keyboard0
[  3448.834] (WW) Disabling Mouse0
[  3448.834] (II) Module ABI versions:
[  3448.834] 	X.Org ANSI C Emulation: 0.4
[  3448.834] 	X.Org Video Driver: 24.1
[  3448.834] 	X.Org XInput driver : 24.1
[  3448.834] 	X.Org Server Extension : 10.0
[  3448.835] (++) using VT number 2

[  3448.836] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[  3448.836] (II) xfree86: Adding drm device (/dev/dri/card0)
[  3448.836] (II) Platform probe for /sys/devices/pci0000:00/0000:00:1b.0/0000:01:00.0/drm/card0
[  3448.836] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[  3448.837] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  3448.837] (--) PCI:*(1@0:0:0) 10de:1c02:1458:3724 rev 161, Mem @ 0xa2000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/131072
[  3448.837] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  3448.837] (II) LoadModule: "glx"
[  3448.837] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  3448.838] (II) Module glx: vendor="X.Org Foundation"
[  3448.838] 	compiled for 1.20.9, module version = 1.0.0
[  3448.838] 	ABI class: X.Org Server Extension, version 10.0
[  3448.838] (II) LoadModule: "nvidia"
[  3448.838] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  3448.839] (II) Module nvidia: vendor="NVIDIA Corporation"
[  3448.839] 	compiled for 1.6.99.901, module version = 1.0.0
[  3448.839] 	Module class: X.Org Video Driver
[  3448.839] (II) NVIDIA dlloader X Driver  455.23.04  Sun Sep 13 23:15:36 UTC 2020
[  3448.839] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  3448.839] (II) systemd-logind: releasing fd for 226:0
[  3448.839] (II) Loading sub module "fb"
[  3448.839] (II) LoadModule: "fb"
[  3448.839] (II) Loading /usr/lib/xorg/modules/libfb.so
[  3448.839] (II) Module fb: vendor="X.Org Foundation"
[  3448.839] 	compiled for 1.20.9, module version = 1.0.0
[  3448.839] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3448.839] (II) Loading sub module "wfb"
[  3448.839] (II) LoadModule: "wfb"
[  3448.839] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  3448.839] (II) Module wfb: vendor="X.Org Foundation"
[  3448.839] 	compiled for 1.20.9, module version = 1.0.0
[  3448.839] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3448.839] (II) Loading sub module "ramdac"
[  3448.839] (II) LoadModule: "ramdac"
[  3448.839] (II) Module "ramdac" already built-in
[  3448.840] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  3448.840] (==) NVIDIA(0): RGB weight 888
[  3448.840] (==) NVIDIA(0): Default visual is TrueColor
[  3448.840] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  3448.840] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  3448.840] (**) NVIDIA(0): Option "Stereo" "0"
[  3448.840] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-1"
[  3448.840] (**) NVIDIA(0): Option "SLI" "Off"
[  3448.840] (**) NVIDIA(0): Option "MultiGPU" "Off"
[  3448.840] (**) NVIDIA(0): Option "BaseMosaic" "off"
[  3448.840] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  3448.840] (**) NVIDIA(0): Stereo disabled by request
[  3448.840] (**) NVIDIA(0): NVIDIA SLI disabled.
[  3448.840] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[  3448.840] (**) NVIDIA(0): Option "MetaModes" "HDMI-0: nvidia-auto-select +0+0 {ForceCompositionPipeline=On}, DVI-D-0: nvidia-auto-select +1920+0 {ForceCompositionPipeline=On}"
[  3448.840] (**) NVIDIA(0): Enabling 2D acceleration
[  3448.840] (II) Loading sub module "glxserver_nvidia"
[  3448.840] (II) LoadModule: "glxserver_nvidia"
[  3448.840] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  3448.844] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  3448.844] 	compiled for 1.6.99.901, module version = 1.0.0
[  3448.844] 	Module class: X.Org Server Extension
[  3448.844] (II) NVIDIA GLX Module  455.23.04  Sun Sep 13 23:19:00 UTC 2020
[  3448.844] (II) NVIDIA: The X server supports PRIME Render Offload.
[  3448.846] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  3448.846] (--) NVIDIA(0):     DFP-0
[  3448.846] (--) NVIDIA(0):     DFP-1 (boot)
[  3448.846] (--) NVIDIA(0):     DFP-2
[  3448.846] (--) NVIDIA(0):     DFP-3
[  3448.846] (--) NVIDIA(0):     DFP-4
[  3448.846] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1060 3GB (GP106-A) at PCI:1:0:0
[  3448.846] (II) NVIDIA(0):     (GPU-0)
[  3448.846] (--) NVIDIA(0): Memory: 3145728 kBytes
[  3448.846] (--) NVIDIA(0): VideoBIOS: 86.06.62.00.57
[  3448.846] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  3448.861] (--) NVIDIA(GPU-0): Chuntex/CTX CTX S720/730G (DFP-0): connected
[  3448.861] (--) NVIDIA(GPU-0): Chuntex/CTX CTX S720/730G (DFP-0): Internal TMDS
[  3448.861] (--) NVIDIA(GPU-0): Chuntex/CTX CTX S720/730G (DFP-0): 330.0 MHz maximum pixel clock
[  3448.861] (--) NVIDIA(GPU-0): 
[  3448.890] (--) NVIDIA(GPU-0): LG Electronics MP59G (DFP-1): connected
[  3448.890] (--) NVIDIA(GPU-0): LG Electronics MP59G (DFP-1): Internal TMDS
[  3448.890] (--) NVIDIA(GPU-0): LG Electronics MP59G (DFP-1): 600.0 MHz maximum pixel clock
[  3448.890] (--) NVIDIA(GPU-0): 
[  3448.890] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  3448.890] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  3448.890] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  3448.890] (--) NVIDIA(GPU-0): 
[  3448.890] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  3448.890] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  3448.890] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  3448.890] (--) NVIDIA(GPU-0): 
[  3448.890] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  3448.890] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  3448.890] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[  3448.890] (--) NVIDIA(GPU-0): 
[  3448.897] (II) NVIDIA(0): Validated MetaModes:
[  3448.897] (II) NVIDIA(0):    
[  3448.898] (II) NVIDIA(0):     "HDMI-0:nvidia-auto-select+0+0{ForceCompositionPipeline=On},DVI-D-0:nvidia-auto-select+1920+0{ForceCompositionPipeline=On}"
[  3448.898] (II) NVIDIA(0): Virtual screen size determined to be 3200 x 1080
[  3448.899] (--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config
[  3448.899] (--) NVIDIA(0):     option
[  3448.900] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[  3448.900] (II) NVIDIA:     access.
[  3448.902] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  3448.902] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  3448.902] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  3448.902] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  3448.902] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  3448.902] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  3448.902] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  3448.902] (II) NVIDIA(0):     Config Options in the README.
[  3448.918] (II) NVIDIA(0): Setting mode "HDMI-0:nvidia-auto-select+0+0{ForceCompositionPipeline=On},DVI-D-0:nvidia-auto-select+1920+0{ForceCompositionPipeline=On}"
[  3449.033] (==) NVIDIA(0): Disabling shared memory pixmaps
[  3449.033] (==) NVIDIA(0): Backing store enabled
[  3449.033] (==) NVIDIA(0): Silken mouse disabled
[  3449.033] (**) NVIDIA(0): DPMS enabled
[  3449.034] (II) Loading sub module "dri2"
[  3449.034] (II) LoadModule: "dri2"
[  3449.034] (II) Module "dri2" already built-in
[  3449.034] (II) NVIDIA(0): [DRI2] Setup complete
[  3449.034] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  3449.034] (II) Initializing extension Generic Event Extension
[  3449.034] (II) Initializing extension SHAPE
[  3449.034] (II) Initializing extension MIT-SHM
[  3449.034] (II) Initializing extension XInputExtension
[  3449.034] (II) Initializing extension XTEST
[  3449.034] (II) Initializing extension BIG-REQUESTS
[  3449.034] (II) Initializing extension SYNC
[  3449.034] (II) Initializing extension XKEYBOARD
[  3449.034] (II) Initializing extension XC-MISC
[  3449.034] (II) Initializing extension SECURITY
[  3449.034] (II) Initializing extension XFIXES
[  3449.034] (II) Initializing extension RENDER
[  3449.034] (II) Initializing extension RANDR
[  3449.034] (II) Initializing extension COMPOSITE
[  3449.034] (II) Initializing extension DAMAGE
[  3449.034] (II) Initializing extension MIT-SCREEN-SAVER
[  3449.034] (II) Initializing extension DOUBLE-BUFFER
[  3449.034] (II) Initializing extension RECORD
[  3449.034] (II) Initializing extension DPMS
[  3449.034] (II) Initializing extension Present
[  3449.034] (II) Initializing extension DRI3
[  3449.034] (II) Initializing extension X-Resource
[  3449.034] (II) Initializing extension XVideo
[  3449.034] (II) Initializing extension XVideo-MotionCompensation
[  3449.034] (II) Initializing extension GLX
[  3449.034] (II) Initializing extension GLX
[  3449.034] (II) Indirect GLX disabled.
[  3449.034] (II) GLX: Another vendor is already registered for screen 0
[  3449.034] (II) Initializing extension XFree86-VidModeExtension
[  3449.034] (II) Initializing extension XFree86-DGA
[  3449.034] (II) Initializing extension XFree86-DRI
[  3449.034] (II) Initializing extension DRI2
[  3449.034] (II) Initializing extension NV-GLX
[  3449.034] (II) Initializing extension NV-CONTROL
[  3449.034] (II) Initializing extension XINERAMA
[  3449.081] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  3449.081] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  3449.081] (II) LoadModule: "libinput"
[  3449.081] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  3449.082] (II) Module libinput: vendor="X.Org Foundation"
[  3449.082] 	compiled for 1.20.8, module version = 0.30.0
[  3449.082] 	Module class: X.Org XInput Driver
[  3449.082] 	ABI class: X.Org XInput driver, version 24.1
[  3449.082] (II) Using input driver 'libinput' for 'Power Button'
[  3449.083] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 33 paused 0
[  3449.083] (**) Power Button: always reports core events
[  3449.083] (**) Option "Device" "/dev/input/event2"
[  3449.083] (**) Option "_source" "server/udev"
[  3449.084] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  3449.084] (II) event2  - Power Button: device is a keyboard
[  3449.084] (II) event2  - Power Button: device removed
[  3449.084] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  3449.084] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  3449.085] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  3449.085] (II) event2  - Power Button: device is a keyboard
[  3449.085] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  3449.085] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  3449.085] (II) Using input driver 'libinput' for 'Power Button'
[  3449.085] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 36 paused 0
[  3449.085] (**) Power Button: always reports core events
[  3449.085] (**) Option "Device" "/dev/input/event1"
[  3449.085] (**) Option "_source" "server/udev"
[  3449.086] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  3449.086] (II) event1  - Power Button: device is a keyboard
[  3449.086] (II) event1  - Power Button: device removed
[  3449.086] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  3449.086] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  3449.087] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  3449.087] (II) event1  - Power Button: device is a keyboard
[  3449.087] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[  3449.087] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  3449.087] (II) Using input driver 'libinput' for 'Sleep Button'
[  3449.087] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 37 paused 0
[  3449.087] (**) Sleep Button: always reports core events
[  3449.087] (**) Option "Device" "/dev/input/event0"
[  3449.087] (**) Option "_source" "server/udev"
[  3449.088] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  3449.088] (II) event0  - Sleep Button: device is a keyboard
[  3449.088] (II) event0  - Sleep Button: device removed
[  3449.088] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[  3449.088] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[  3449.089] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  3449.089] (II) event0  - Sleep Button: device is a keyboard
[  3449.089] (II) config/udev: Adding input device dakai PS/2+USB Keyboard (/dev/input/event16)
[  3449.089] (**) dakai PS/2+USB Keyboard: Applying InputClass "libinput keyboard catchall"
[  3449.089] (II) Using input driver 'libinput' for 'dakai PS/2+USB Keyboard'
[  3449.090] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 38 paused 0
[  3449.090] (**) dakai PS/2+USB Keyboard: always reports core events
[  3449.090] (**) Option "Device" "/dev/input/event16"
[  3449.090] (**) Option "_source" "server/udev"
[  3449.091] (II) event16 - dakai PS/2+USB Keyboard: is tagged by udev as: Keyboard
[  3449.091] (II) event16 - dakai PS/2+USB Keyboard: device is a keyboard
[  3449.091] (II) event16 - dakai PS/2+USB Keyboard: device removed
[  3449.091] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:0E6A:02C0.0002/input/input17/event16"
[  3449.091] (II) XINPUT: Adding extended input device "dakai PS/2+USB Keyboard" (type: KEYBOARD, id 9)
[  3449.092] (II) event16 - dakai PS/2+USB Keyboard: is tagged by udev as: Keyboard
[  3449.092] (II) event16 - dakai PS/2+USB Keyboard: device is a keyboard
[  3449.092] (II) config/udev: Adding input device dakai PS/2+USB Keyboard Consumer Control (/dev/input/event17)
[  3449.092] (**) dakai PS/2+USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  3449.092] (II) Using input driver 'libinput' for 'dakai PS/2+USB Keyboard Consumer Control'
[  3449.093] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 39 paused 0
[  3449.093] (**) dakai PS/2+USB Keyboard Consumer Control: always reports core events
[  3449.093] (**) Option "Device" "/dev/input/event17"
[  3449.093] (**) Option "_source" "server/udev"
[  3449.094] (II) event17 - dakai PS/2+USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[  3449.094] (II) event17 - dakai PS/2+USB Keyboard Consumer Control: device is a keyboard
[  3449.094] (II) event17 - dakai PS/2+USB Keyboard Consumer Control: device removed
[  3449.094] (II) libinput: dakai PS/2+USB Keyboard Consumer Control: needs a virtual subdevice
[  3449.094] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:0E6A:02C0.0003/input/input18/event17"
[  3449.094] (II) XINPUT: Adding extended input device "dakai PS/2+USB Keyboard Consumer Control" (type: MOUSE, id 10)
[  3449.094] (**) Option "AccelerationScheme" "none"
[  3449.094] (**) dakai PS/2+USB Keyboard Consumer Control: (accel) selected scheme none/0
[  3449.094] (**) dakai PS/2+USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  3449.094] (**) dakai PS/2+USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[  3449.095] (II) event17 - dakai PS/2+USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[  3449.095] (II) event17 - dakai PS/2+USB Keyboard Consumer Control: device is a keyboard
[  3449.096] (II) config/udev: Adding input device dakai PS/2+USB Keyboard System Control (/dev/input/event18)
[  3449.096] (**) dakai PS/2+USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  3449.096] (II) Using input driver 'libinput' for 'dakai PS/2+USB Keyboard System Control'
[  3449.096] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 40 paused 0
[  3449.096] (**) dakai PS/2+USB Keyboard System Control: always reports core events
[  3449.096] (**) Option "Device" "/dev/input/event18"
[  3449.096] (**) Option "_source" "server/udev"
[  3449.097] (II) event18 - dakai PS/2+USB Keyboard System Control: is tagged by udev as: Keyboard
[  3449.097] (II) event18 - dakai PS/2+USB Keyboard System Control: device is a keyboard
[  3449.097] (II) event18 - dakai PS/2+USB Keyboard System Control: device removed
[  3449.097] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:0E6A:02C0.0003/input/input19/event18"
[  3449.097] (II) XINPUT: Adding extended input device "dakai PS/2+USB Keyboard System Control" (type: KEYBOARD, id 11)
[  3449.098] (II) event18 - dakai PS/2+USB Keyboard System Control: is tagged by udev as: Keyboard
[  3449.098] (II) event18 - dakai PS/2+USB Keyboard System Control: device is a keyboard
[  3449.099] (II) config/udev: Adding input device dakai PS/2+USB Keyboard (/dev/input/event19)
[  3449.099] (**) dakai PS/2+USB Keyboard: Applying InputClass "libinput keyboard catchall"
[  3449.099] (II) Using input driver 'libinput' for 'dakai PS/2+USB Keyboard'
[  3449.099] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 41 paused 0
[  3449.099] (**) dakai PS/2+USB Keyboard: always reports core events
[  3449.099] (**) Option "Device" "/dev/input/event19"
[  3449.099] (**) Option "_source" "server/udev"
[  3449.100] (II) event19 - dakai PS/2+USB Keyboard: is tagged by udev as: Keyboard
[  3449.100] (II) event19 - dakai PS/2+USB Keyboard: device is a keyboard
[  3449.100] (II) event19 - dakai PS/2+USB Keyboard: device removed
[  3449.100] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:0E6A:02C0.0003/input/input21/event19"
[  3449.100] (II) XINPUT: Adding extended input device "dakai PS/2+USB Keyboard" (type: KEYBOARD, id 12)
[  3449.101] (II) event19 - dakai PS/2+USB Keyboard: is tagged by udev as: Keyboard
[  3449.101] (II) event19 - dakai PS/2+USB Keyboard: device is a keyboard
[  3449.102] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event20)
[  3449.102] (**) USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[  3449.102] (II) Using input driver 'libinput' for 'USB Optical Mouse'
[  3449.102] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 42 paused 0
[  3449.102] (**) USB Optical Mouse: always reports core events
[  3449.102] (**) Option "Device" "/dev/input/event20"
[  3449.102] (**) Option "_source" "server/udev"
[  3449.103] (II) event20 - USB Optical Mouse: is tagged by udev as: Mouse
[  3449.103] (II) event20 - USB Optical Mouse: device is a pointer
[  3449.103] (II) event20 - USB Optical Mouse: device removed
[  3449.104] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:1BCF:0005.0004/input/input22/event20"
[  3449.104] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 13)
[  3449.104] (**) Option "AccelerationScheme" "none"
[  3449.104] (**) USB Optical Mouse: (accel) selected scheme none/0
[  3449.104] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[  3449.104] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[  3449.104] (II) event20 - USB Optical Mouse: is tagged by udev as: Mouse
[  3449.105] (II) event20 - USB Optical Mouse: device is a pointer
[  3449.105] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[  3449.105] (II) No input driver specified, ignoring this device.
[  3449.105] (II) This device may have been added with another device file.
[  3449.105] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event10)
[  3449.105] (II) No input driver specified, ignoring this device.
[  3449.105] (II) This device may have been added with another device file.
[  3449.106] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event4)
[  3449.106] (II) No input driver specified, ignoring this device.
[  3449.106] (II) This device may have been added with another device file.
[  3449.106] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event5)
[  3449.106] (II) No input driver specified, ignoring this device.
[  3449.106] (II) This device may have been added with another device file.
[  3449.106] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event6)
[  3449.106] (II) No input driver specified, ignoring this device.
[  3449.106] (II) This device may have been added with another device file.
[  3449.106] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event7)
[  3449.106] (II) No input driver specified, ignoring this device.
[  3449.106] (II) This device may have been added with another device file.
[  3449.106] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event8)
[  3449.106] (II) No input driver specified, ignoring this device.
[  3449.106] (II) This device may have been added with another device file.
[  3449.107] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event9)
[  3449.107] (II) No input driver specified, ignoring this device.
[  3449.107] (II) This device may have been added with another device file.
[  3449.107] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event11)
[  3449.107] (II) No input driver specified, ignoring this device.
[  3449.107] (II) This device may have been added with another device file.
[  3449.107] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event12)
[  3449.107] (II) No input driver specified, ignoring this device.
[  3449.107] (II) This device may have been added with another device file.
[  3449.107] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event13)
[  3449.107] (II) No input driver specified, ignoring this device.
[  3449.107] (II) This device may have been added with another device file.
[  3449.107] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event14)
[  3449.107] (II) No input driver specified, ignoring this device.
[  3449.107] (II) This device may have been added with another device file.
[  3449.108] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event15)
[  3449.108] (II) No input driver specified, ignoring this device.
[  3449.108] (II) This device may have been added with another device file.
[  3449.108] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[  3449.108] (II) No input driver specified, ignoring this device.
[  3449.108] (II) This device may have been added with another device file.
[  3449.110] (**) dakai PS/2+USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  3449.110] (II) Using input driver 'libinput' for 'dakai PS/2+USB Keyboard Consumer Control'
[  3449.110] (II) systemd-logind: returning pre-existing fd for /dev/input/event17 13:81
[  3449.110] (**) dakai PS/2+USB Keyboard Consumer Control: always reports core events
[  3449.110] (**) Option "Device" "/dev/input/event17"
[  3449.110] (**) Option "_source" "_driver/libinput"
[  3449.110] (II) libinput: dakai PS/2+USB Keyboard Consumer Control: is a virtual subdevice
[  3449.110] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:0E6A:02C0.0003/input/input18/event17"
[  3449.110] (II) XINPUT: Adding extended input device "dakai PS/2+USB Keyboard Consumer Control" (type: KEYBOARD, id 14)
[  3449.263] (--) NVIDIA(GPU-0): Chuntex/CTX CTX S720/730G (DFP-0): connected
[  3449.264] (--) NVIDIA(GPU-0): Chuntex/CTX CTX S720/730G (DFP-0): Internal TMDS
[  3449.264] (--) NVIDIA(GPU-0): Chuntex/CTX CTX S720/730G (DFP-0): 330.0 MHz maximum pixel clock
[  3449.264] (--) NVIDIA(GPU-0): 
[  3449.294] (--) NVIDIA(GPU-0): LG Electronics MP59G (DFP-1): connected
[  3449.294] (--) NVIDIA(GPU-0): LG Electronics MP59G (DFP-1): Internal TMDS
[  3449.294] (--) NVIDIA(GPU-0): LG Electronics MP59G (DFP-1): 600.0 MHz maximum pixel clock
[  3449.294] (--) NVIDIA(GPU-0): 
[  3449.296] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  3449.296] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  3449.296] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  3449.296] (--) NVIDIA(GPU-0): 
[  3449.296] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  3449.296] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  3449.296] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  3449.296] (--) NVIDIA(GPU-0): 
[  3449.296] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  3449.296] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  3449.296] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[  3449.296] (--) NVIDIA(GPU-0): 
[  3449.400] (--) NVIDIA(GPU-0): Chuntex/CTX CTX S720/730G (DFP-0): connected
[  3449.400] (--) NVIDIA(GPU-0): Chuntex/CTX CTX S720/730G (DFP-0): Internal TMDS
[  3449.400] (--) NVIDIA(GPU-0): Chuntex/CTX CTX S720/730G (DFP-0): 330.0 MHz maximum pixel clock
[  3449.400] (--) NVIDIA(GPU-0): 
[  3449.430] (--) NVIDIA(GPU-0): LG Electronics MP59G (DFP-1): connected
[  3449.430] (--) NVIDIA(GPU-0): LG Electronics MP59G (DFP-1): Internal TMDS
[  3449.430] (--) NVIDIA(GPU-0): LG Electronics MP59G (DFP-1): 600.0 MHz maximum pixel clock
[  3449.430] (--) NVIDIA(GPU-0): 
[  3449.430] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  3449.430] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  3449.430] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  3449.430] (--) NVIDIA(GPU-0): 
[  3449.430] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  3449.430] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  3449.430] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  3449.430] (--) NVIDIA(GPU-0): 
[  3449.430] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  3449.430] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  3449.430] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[  3449.430] (--) NVIDIA(GPU-0): 
[  3464.325] (**) Option "fd" "33"
[  3464.325] (II) event2  - Power Button: device removed
[  3464.325] (**) Option "fd" "36"
[  3464.325] (II) event1  - Power Button: device removed
[  3464.325] (**) Option "fd" "37"
[  3464.325] (II) event0  - Sleep Button: device removed
[  3464.325] (**) Option "fd" "38"
[  3464.325] (II) event16 - dakai PS/2+USB Keyboard: device removed
[  3464.325] (**) Option "fd" "39"
[  3464.325] (**) Option "fd" "40"
[  3464.325] (II) event18 - dakai PS/2+USB Keyboard System Control: device removed
[  3464.325] (**) Option "fd" "41"
[  3464.325] (II) event19 - dakai PS/2+USB Keyboard: device removed
[  3464.325] (**) Option "fd" "42"
[  3464.325] (II) event20 - USB Optical Mouse: device removed
[  3464.325] (**) Option "fd" "39"
[  3464.325] (II) event17 - dakai PS/2+USB Keyboard Consumer Control: device removed
[  3464.507] (II) systemd-logind: got pause for 13:80
[  3464.507] (II) systemd-logind: got pause for 13:84
[  3464.507] (II) systemd-logind: got pause for 13:81
[  3464.507] (II) systemd-logind: got pause for 13:65
[  3464.507] (II) systemd-logind: got pause for 13:66
[  3464.507] (II) systemd-logind: got pause for 13:82
[  3464.507] (II) systemd-logind: got pause for 13:83
[  3464.507] (II) systemd-logind: got pause for 13:64
[  3469.154] (II) systemd-logind: got resume for 13:80
[  3469.169] (--) NVIDIA(GPU-0): Chuntex/CTX CTX S720/730G (DFP-0): connected
[  3469.169] (--) NVIDIA(GPU-0): Chuntex/CTX CTX S720/730G (DFP-0): Internal TMDS
[  3469.169] (--) NVIDIA(GPU-0): Chuntex/CTX CTX S720/730G (DFP-0): 330.0 MHz maximum pixel clock
[  3469.169] (--) NVIDIA(GPU-0): 
[  3469.199] (--) NVIDIA(GPU-0): LG Electronics MP59G (DFP-1): connected
[  3469.199] (--) NVIDIA(GPU-0): LG Electronics MP59G (DFP-1): Internal TMDS
[  3469.199] (--) NVIDIA(GPU-0): LG Electronics MP59G (DFP-1): 600.0 MHz maximum pixel clock
[  3469.199] (--) NVIDIA(GPU-0): 
[  3469.199] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  3469.199] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  3469.199] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  3469.199] (--) NVIDIA(GPU-0): 
[  3469.199] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  3469.199] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  3469.199] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  3469.199] (--) NVIDIA(GPU-0): 
[  3469.199] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  3469.199] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  3469.199] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[  3469.199] (--) NVIDIA(GPU-0): 
[  3469.212] (II) NVIDIA(0): Setting mode "HDMI-0:nvidia-auto-select+0+0{ForceCompositionPipeline=On},DVI-D-0:nvidia-auto-select+1920+0{ForceCompositionPipeline=On}"
[  3469.333] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  3469.333] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  3469.333] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  3469.333] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  3469.333] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  3469.333] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  3469.333] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  3469.333] (II) NVIDIA(0):     Config Options in the README.
[  3469.401] (II) event16 - dakai PS/2+USB Keyboard: is tagged by udev as: Keyboard
[  3469.401] (II) event16 - dakai PS/2+USB Keyboard: device is a keyboard
[  3469.402] (II) systemd-logind: got resume for 13:84
[  3469.403] (II) event20 - USB Optical Mouse: is tagged by udev as: Mouse
[  3469.403] (II) event20 - USB Optical Mouse: device is a pointer
[  3469.403] (II) systemd-logind: got resume for 13:81
[  3469.404] (II) event17 - dakai PS/2+USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[  3469.404] (II) event17 - dakai PS/2+USB Keyboard Consumer Control: device is a keyboard
[  3469.404] (II) systemd-logind: got resume for 13:65
[  3469.404] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  3469.404] (II) event1  - Power Button: device is a keyboard
[  3469.405] (II) systemd-logind: got resume for 13:66
[  3469.405] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  3469.405] (II) event2  - Power Button: device is a keyboard
[  3469.405] (II) systemd-logind: got resume for 13:82
[  3469.406] (II) event18 - dakai PS/2+USB Keyboard System Control: is tagged by udev as: Keyboard
[  3469.406] (II) event18 - dakai PS/2+USB Keyboard System Control: device is a keyboard
[  3469.406] (II) systemd-logind: got resume for 13:83
[  3469.407] (II) event19 - dakai PS/2+USB Keyboard: is tagged by udev as: Keyboard
[  3469.407] (II) event19 - dakai PS/2+USB Keyboard: device is a keyboard
[  3469.407] (II) systemd-logind: got resume for 13:64
[  3469.408] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  3469.408] (II) event0  - Sleep Button: device is a keyboard
[  3474.070] (**) Option "fd" "25"
[  3474.070] (II) event16 - dakai PS/2+USB Keyboard: device removed
[  3474.070] (**) Option "fd" "47"
[  3474.070] (II) event20 - USB Optical Mouse: device removed
[  3474.070] (**) Option "fd" "24"
[  3474.070] (**) Option "fd" "24"
[  3474.070] (II) event17 - dakai PS/2+USB Keyboard Consumer Control: device removed
[  3474.070] (**) Option "fd" "37"
[  3474.070] (II) event1  - Power Button: device removed
[  3474.070] (**) Option "fd" "38"
[  3474.070] (II) event2  - Power Button: device removed
[  3474.070] (**) Option "fd" "39"
[  3474.070] (II) event18 - dakai PS/2+USB Keyboard System Control: device removed
[  3474.070] (**) Option "fd" "40"
[  3474.070] (II) event19 - dakai PS/2+USB Keyboard: device removed
[  3474.070] (**) Option "fd" "41"
[  3474.070] (II) event0  - Sleep Button: device removed
[  3474.071] (II) UnloadModule: "libinput"
[  3474.071] (II) systemd-logind: releasing fd for 13:64
[  3474.094] (II) UnloadModule: "libinput"
[  3474.094] (II) systemd-logind: releasing fd for 13:83
[  3474.107] (II) UnloadModule: "libinput"
[  3474.107] (II) systemd-logind: releasing fd for 13:82
[  3474.127] (II) UnloadModule: "libinput"
[  3474.127] (II) systemd-logind: releasing fd for 13:66
[  3474.164] (II) UnloadModule: "libinput"
[  3474.164] (II) systemd-logind: releasing fd for 13:65
[  3474.191] (II) UnloadModule: "libinput"
[  3474.191] (II) systemd-logind: not releasing fd for 13:81, still in use
[  3474.191] (II) UnloadModule: "libinput"
[  3474.191] (II) systemd-logind: releasing fd for 13:81
[  3474.231] (II) UnloadModule: "libinput"
[  3474.231] (II) systemd-logind: releasing fd for 13:84
[  3474.249] (II) UnloadModule: "libinput"
[  3474.249] (II) systemd-logind: releasing fd for 13:80
[  3474.413] (II) NVIDIA(GPU-0): Deleting GPU-0
[  3474.496] (II) Server terminated successfully (0). Closing log file.

Offline

#6 2020-10-21 18:13:21

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

Re: Issues with the latest nvidia drivers and kernel 5.9.1 in xorg

[  3474.496] (II) Server terminated successfully (0). Closing log file.

Xorg did not crash in the log you posted.  Does `coredumpctl` show something else crashing?

Offline

#7 2020-10-21 18:51:40

SomeoneFromYourBasement
Member
Registered: 2020-10-20
Posts: 5

Re: Issues with the latest nvidia drivers and kernel 5.9.1 in xorg

If this means that it crashed, then yes, my window manager did

Mon 2020-10-19 20:34:04 CEST 619275  1000   998  11 present   /usr/local/bin/dwm
Tue 2020-10-20 19:35:29 CEST    513  1000   998  11 present   /usr/local/bin/dwm
Tue 2020-10-20 19:37:44 CEST 369868  1000   998  11 present   /usr/local/bin/dwm
Tue 2020-10-20 22:13:53 CEST    512  1000   998  11 present   /usr/local/bin/dwm
Wed 2020-10-21 15:56:48 CEST    697  1000   998  11 present   /usr/local/bin/dwm
Wed 2020-10-21 16:58:45 CEST    529  1000   998  11 present   /usr/local/bin/dwm
Wed 2020-10-21 18:58:24 CEST    529  1000   998  11 present   /usr/local/bin/dwm
Wed 2020-10-21 19:54:48 CEST    521  1000   998  11 present   /usr/local/bin/dwm

Offline

#8 2020-10-21 18:55:12

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

Re: Issues with the latest nvidia drivers and kernel 5.9.1 in xorg

/usr/local/bin/dwm would be a package you built yourself.  Can you reproduce the issue using a WM from the repositories?

Offline

#9 2020-10-21 19:00:56

SomeoneFromYourBasement
Member
Registered: 2020-10-20
Posts: 5

Re: Issues with the latest nvidia drivers and kernel 5.9.1 in xorg

No, it does not happen if I do it from i3.

Offline

Board footer

Powered by FluxBB