You are not logged in.

#1 2020-04-10 20:28:21

diamant
Member
Registered: 2020-04-10
Posts: 13

[SOLVED] Plasma KDE transparency problem

Hi, recently I installed Arch Linux and plasma KDE on my laptop HP Pavilion 15-cw0998nl with AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx (Vega 8). This laptop has a native Windows 10 OS installed in UEFI mode. All the installations were working well, but in the section "style of plasma" I found a problem both selecting "maia transparence" and the other transparences of KDE. Their transparencies are in a really bad graphic and it is all granulated. I install all the drivers for the AMD Radeon Vega 8 (the mesa and the xf86-video-amdgpu packages) according to https://wiki.archlinux.org/index.php/AM … stallation, so I think that is a driver problem. So that I tried to install the AMDGPUPRO package reading the section: https://wiki.archlinux.org/index.php/AMDGPU#AMDGPU_PRO, but it doesn't solve the problem.

This is the output of the "dmesg" command:

[    0.000000] Linux version 5.6.3-arch1-1 (linux@archlinux) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Wed, 08 Apr 2020 07:47:16 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=26978d05-6437-4205-a1b9-5c0da754997e 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: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000096cffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000096d0000-0x00000000097fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009800000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a209fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20a000-0x000000009b93ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009b940000-0x000000009ba57fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009ba58000-0x000000009ba98fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000009ba99000-0x000000009c036fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009c037000-0x000000009dbaafff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009dbab000-0x000000009dc33fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000009dc34000-0x000000009effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009f000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021f33ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000021f340000-0x000000021fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi:  TPMFinalLog=0x9bfe7000  ACPI 2.0=0x9ba6d000  ACPI=0x9ba6d000  SMBIOS=0x9da78000  SMBIOS 3.0=0x9da77000  MEMATTR=0x9a3c5418  ESRT=0x9a52f498 
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: HP HP Pavilion Laptop 15-cw0xxx/84E7, BIOS F.35 09/24/2019
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1996.134 MHz processor
[    0.000331] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000333] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000340] last_pfn = 0x21f340 max_arch_pfn = 0x400000000
[    0.000346] MTRR default type: uncachable
[    0.000346] MTRR fixed ranges enabled:
[    0.000348]   00000-9FFFF write-back
[    0.000349]   A0000-BFFFF write-through
[    0.000350]   C0000-DFFFF uncachable
[    0.000351]   E0000-FFFFF write-protect
[    0.000351] MTRR variable ranges enabled:
[    0.000352]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000353]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000354]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000355]   3 disabled
[    0.000355]   4 disabled
[    0.000355]   5 disabled
[    0.000356]   6 disabled
[    0.000356]   7 disabled
[    0.000357] TOM2: 0000000220000000 aka 8704M
[    0.000679] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000784] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000802] last_pfn = 0x9f000 max_arch_pfn = 0x400000000
[    0.004474] esrt: Reserving ESRT space from 0x000000009a52f498 to 0x000000009a52f4d0.
[    0.004479] e820: update [mem 0x9a52f000-0x9a52ffff] usable ==> reserved
[    0.004491] check: Scanning 1 areas for low memory corruption
[    0.004500] Using GB pages for direct mapping
[    0.004502] BRK [0x138601000, 0x138601fff] PGTABLE
[    0.004504] BRK [0x138602000, 0x138602fff] PGTABLE
[    0.004505] BRK [0x138603000, 0x138603fff] PGTABLE
[    0.004539] BRK [0x138604000, 0x138604fff] PGTABLE
[    0.004541] BRK [0x138605000, 0x138605fff] PGTABLE
[    0.004694] BRK [0x138606000, 0x138606fff] PGTABLE
[    0.004767] BRK [0x138607000, 0x138607fff] PGTABLE
[    0.004843] BRK [0x138608000, 0x138608fff] PGTABLE
[    0.004886] BRK [0x138609000, 0x138609fff] PGTABLE
[    0.004939] BRK [0x13860a000, 0x13860afff] PGTABLE
[    0.005036] BRK [0x13860b000, 0x13860bfff] PGTABLE
[    0.005089] Secure boot could not be determined
[    0.005090] RAMDISK: [mem 0x36ded000-0x376edfff]
[    0.005100] ACPI: Early table checksum verification disabled
[    0.005103] ACPI: RSDP 0x000000009BA6D000 000024 (v02 HPQOEM)
[    0.005106] ACPI: XSDT 0x000000009BA6D0A8 0000CC (v01 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.005111] ACPI: FACP 0x000000009BA80E50 000114 (v06 HPQOEM SLIC-MPC 01072009 HP   00010013)
[    0.005114] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20200110/tbfadt-615)
[    0.005118] ACPI: DSDT 0x000000009BA6D200 013C50 (v02 HPQOEM 84E7     01072009 ACPI 20120913)
[    0.005121] ACPI: FACS 0x000000009BFE6F00 000040
[    0.005122] ACPI: APIC 0x000000009BA80F68 0000DE (v03 HPQOEM 84E7     01072009 HP   00010013)
[    0.005125] ACPI: FPDT 0x000000009BA81048 000044 (v01 HPQOEM 84E7     01072009 HP   00010013)
[    0.005127] ACPI: FIDT 0x000000009BA81090 00009C (v01 HPQOEM 84E7     01072009 HP   00010013)
[    0.005129] ACPI: SSDT 0x000000009BA81130 00533D (v02 HPQOEM 84E7     00000002 ACPI 02000002)
[    0.005131] ACPI: SSDT 0x000000009BA86470 00119C (v01 HPQOEM 84E7     00000001 ACPI 00000001)
[    0.005134] ACPI: CRAT 0x000000009BA87610 000810 (v01 HPQOEM 84E7     00000001 HP   00000001)
[    0.005136] ACPI: CDIT 0x000000009BA87E20 000029 (v01 HPQOEM 84E7     00000001 HP   00000001)
[    0.005138] ACPI: MCFG 0x000000009BA87E50 00003C (v01 HPQOEM 84E7     01072009 HP   00010013)
[    0.005140] ACPI: MSDM 0x000000009BA87E90 000055 (v03 HPQOEM SLIC-MPC 00000001 HP   00010013)
[    0.005142] ACPI: HPET 0x000000009BA87EE8 000038 (v01 HPQOEM 84E7     01072009 HP   00000005)
[    0.005144] ACPI: UEFI 0x000000009BA87F20 000048 (v01 HPQOEM 84E7     00000000 HP   00000000)
[    0.005146] ACPI: VFCT 0x000000009BA87F68 00D484 (v01 HPQOEM 84E7     00000001 HP   31504F47)
[    0.005148] ACPI: TPM2 0x000000009BA953F0 000034 (v04 HPQOEM 84E7     00000001 HP   00000000)
[    0.005150] ACPI: IVRS 0x000000009BA95428 0000D0 (v02 HPQOEM 84E7     00000001 HP   00000000)
[    0.005152] ACPI: SSDT 0x000000009BA954F8 000226 (v01 HPQOEM 84E7     00000001 ACPI 20120913)
[    0.005154] ACPI: SSDT 0x000000009BA95720 000AC1 (v01 HPQOEM 84E7     00000001 ACPI 20120913)
[    0.005156] ACPI: SSDT 0x000000009BA961E8 0010F5 (v01 HPQOEM 84E7     00000001 ACPI 20120913)
[    0.005158] ACPI: SSDT 0x000000009BA972E0 001A41 (v01 HPQOEM 84E7     00000001 ACPI 20120913)
[    0.005160] ACPI: WSMT 0x000000009BA98D28 000028 (v01 HPQOEM 84E7     01072009 HP   00010013)
[    0.005162] ACPI: BGRT 0x000000009BA98D50 000038 (v01 HPQOEM 84E7     01072009 HP   00010013)
[    0.005168] ACPI: Local APIC address 0xfee00000
[    0.005287] No NUMA configuration found
[    0.005288] Faking a node at [mem 0x0000000000000000-0x000000021f33ffff]
[    0.005292] NODE_DATA(0) allocated [mem 0x21f33c000-0x21f33ffff]
[    0.005311] Zone ranges:
[    0.005312]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005313]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005314]   Normal   [mem 0x0000000100000000-0x000000021f33ffff]
[    0.005315]   Device   empty
[    0.005315] Movable zone start for each node
[    0.005316] Early memory node ranges
[    0.005316]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.005317]   node   0: [mem 0x0000000000100000-0x00000000096cffff]
[    0.005318]   node   0: [mem 0x0000000009800000-0x000000000a1fffff]
[    0.005319]   node   0: [mem 0x000000000a20a000-0x000000009b93ffff]
[    0.005319]   node   0: [mem 0x000000009dc34000-0x000000009effffff]
[    0.005320]   node   0: [mem 0x0000000100000000-0x000000021f33ffff]
[    0.005438] Zeroed struct page in unavailable ranges: 16719 pages
[    0.005439] Initmem setup node 0 [mem 0x0000000000001000-0x000000021f33ffff]
[    0.005440] On node 0 totalpages: 1818289
[    0.005441]   DMA zone: 64 pages used for memmap
[    0.005442]   DMA zone: 24 pages reserved
[    0.005442]   DMA zone: 3999 pages, LIFO batch:0
[    0.005488]   DMA32 zone: 9968 pages used for memmap
[    0.005489]   DMA32 zone: 637906 pages, LIFO batch:63
[    0.013191]   Normal zone: 18381 pages used for memmap
[    0.013193]   Normal zone: 1176384 pages, LIFO batch:63
[    0.027167] ACPI: PM-Timer IO Port: 0x808
[    0.027170] ACPI: Local APIC address 0xfee00000
[    0.027177] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.027197] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
[    0.027208] IOAPIC[1]: apic_id 10, version 33, address 0xfec01000, GSI 24-55
[    0.027210] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.027211] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.027213] ACPI: IRQ0 used by override.
[    0.027213] ACPI: IRQ9 used by override.
[    0.027215] Using ACPI (MADT) for SMP configuration information
[    0.027216] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.027226] e820: update [mem 0x9a388000-0x9a391fff] usable ==> reserved
[    0.027235] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[    0.027260] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.027261] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.027263] PM: hibernation: Registered nosave memory: [mem 0x096d0000-0x097fffff]
[    0.027264] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a209fff]
[    0.027265] PM: hibernation: Registered nosave memory: [mem 0x9a388000-0x9a391fff]
[    0.027267] PM: hibernation: Registered nosave memory: [mem 0x9a52f000-0x9a52ffff]
[    0.027268] PM: hibernation: Registered nosave memory: [mem 0x9b940000-0x9ba57fff]
[    0.027268] PM: hibernation: Registered nosave memory: [mem 0x9ba58000-0x9ba98fff]
[    0.027269] PM: hibernation: Registered nosave memory: [mem 0x9ba99000-0x9c036fff]
[    0.027269] PM: hibernation: Registered nosave memory: [mem 0x9c037000-0x9dbaafff]
[    0.027270] PM: hibernation: Registered nosave memory: [mem 0x9dbab000-0x9dc33fff]
[    0.027271] PM: hibernation: Registered nosave memory: [mem 0x9f000000-0xdfffffff]
[    0.027272] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.027272] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.027272] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
[    0.027273] PM: hibernation: Registered nosave memory: [mem 0xfd100000-0xfdffffff]
[    0.027273] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfeb7ffff]
[    0.027274] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.027274] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.027275] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.027275] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.027275] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.027276] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.027276] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.027277] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.027277] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.027278] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.027278] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.027279] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.027279] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.027279] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[    0.027280] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.027280] PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.027281] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.027283] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.027284] Booting paravirtualized kernel on bare hardware
[    0.027288] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.030763] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.031465] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[    0.031474] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[    0.031476] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.031500] Built 1 zonelists, mobility grouping on.  Total pages: 1789852
[    0.031500] Policy zone: Normal
[    0.031502] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=26978d05-6437-4205-a1b9-5c0da754997e rw loglevel=3 quiet
[    0.032564] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.033030] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.033078] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.056133] Memory: 6997168K/7273156K available (12291K kernel code, 1463K rwdata, 4500K rodata, 1620K init, 3220K bss, 275988K reserved, 0K cma-reserved)
[    0.057343] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.057404] ftrace: allocating 40145 entries in 157 pages
[    0.069940] ftrace: allocated 157 pages with 5 groups
[    0.070162] rcu: Preemptible hierarchical RCU implementation.
[    0.070163] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.070163] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.070164] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.070164] 	Tasks RCU enabled.
[    0.070165] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.070166] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.072575] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.074477] random: get_random_bytes called from start_kernel+0x638/0x818 with crng_init=0
[    0.074520] Console: colour dummy device 80x25
[    0.074523] printk: console [tty0] enabled
[    0.074570] ACPI: Core revision 20200110
[    0.074852] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.074883] APIC: Switch to symmetric I/O mode setup
[    0.395013] Switched APIC routing to physical flat.
[    0.396210] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.411575] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398bd529e78, max_idle_ns: 881590816213 ns
[    0.411582] Calibrating delay loop (skipped), value calculated using timer frequency.. 3993.61 BogoMIPS (lpj=6653780)
[    0.411584] pid_max: default: 32768 minimum: 301
[    0.413984] LSM: Security Framework initializing
[    0.413991] Yama: becoming mindful.
[    0.414199] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.414226] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.414309] *** VALIDATE tmpfs ***
[    0.414618] *** VALIDATE proc ***
[    0.414684] *** VALIDATE cgroup ***
[    0.414686] *** VALIDATE cgroup2 ***
[    0.415040] LVT offset 1 assigned for vector 0xf9
[    0.415091] LVT offset 2 assigned for vector 0xf4
[    0.415106] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.415107] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.415110] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.415111] Spectre V2 : Mitigation: Full AMD retpoline
[    0.415112] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.415113] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.415113] Spectre V2 : User space: Vulnerable
[    0.415115] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.415405] Freeing SMP alternatives memory: 32K
[    0.526353] smpboot: CPU0: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx (family: 0x17, model: 0x11, stepping: 0x0)
[    0.544931] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.544941] ... version:                0
[    0.544942] ... bit width:              48
[    0.544943] ... generic registers:      6
[    0.544944] ... value mask:             0000ffffffffffff
[    0.544945] ... max period:             00007fffffffffff
[    0.544946] ... fixed-purpose events:   0
[    0.544947] ... event mask:             000000000000003f
[    0.551588] rcu: Hierarchical SRCU implementation.
[    0.574940] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.581597] smp: Bringing up secondary CPUs ...
[    0.621647] x86: Booting SMP configuration:
[    0.621651] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[    0.863977] smp: Brought up 1 node, 8 CPUs
[    0.863977] smpboot: Max logical packages: 2
[    0.863977] smpboot: Total of 8 processors activated (31950.90 BogoMIPS)
[    0.865265] devtmpfs: initialized
[    0.865265] x86/mm: Memory block size: 128MB
[    0.865958] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a209fff] (40960 bytes)
[    0.865958] PM: Registering ACPI NVS region [mem 0x9ba99000-0x9c036fff] (5890048 bytes)
[    0.865958] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.865958] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.865958] pinctrl core: initialized pinctrl subsystem
[    0.868297] PM: RTC time: 19:19:47, date: 2020-04-10
[    0.868302] thermal_sys: Registered thermal governor 'fair_share'
[    0.868303] thermal_sys: Registered thermal governor 'bang_bang'
[    0.868304] thermal_sys: Registered thermal governor 'step_wise'
[    0.868304] thermal_sys: Registered thermal governor 'user_space'
[    0.868305] thermal_sys: Registered thermal governor 'power_allocator'
[    0.868798] NET: Registered protocol family 16
[    0.868907] audit: initializing netlink subsys (disabled)
[    0.868917] audit: type=2000 audit(1586546386.476:1): state=initialized audit_enabled=0 res=1
[    0.868917] cpuidle: using governor ladder
[    0.868917] cpuidle: using governor menu
[    0.868917] ACPI: bus type PCI registered
[    0.868917] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.868917] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.868917] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.868917] PCI: Using configuration type 1 for base access
[    0.871632] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.871632] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.881756] ACPI: Added _OSI(Module Device)
[    0.881757] ACPI: Added _OSI(Processor Device)
[    0.881758] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.881758] ACPI: Added _OSI(Processor Aggregator Device)
[    0.881760] ACPI: Added _OSI(Linux-Dell-Video)
[    0.881760] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.881761] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.885010] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.901355] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.SBRG.EC0._Q00], AE_ALREADY_EXISTS (20200110/dswload2-323)
[    0.901361] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200110/psobject-220)
[    0.901363] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.901366] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.M283.BCM5], AE_NOT_FOUND (20200110/dswload2-159)
[    0.901369] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20200110/psobject-220)
[    0.901370] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.902380] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.906462] ACPI: EC: EC started
[    0.906463] ACPI: EC: interrupt blocked
[    1.924258] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as first EC
[    1.924260] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x3, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.924261] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    1.924262] ACPI: Interpreter enabled
[    1.924278] ACPI: (supports S0 S3 S4 S5)
[    1.924279] ACPI: Using IOAPIC for interrupt routing
[    1.924310] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.924611] ACPI: Enabled 2 GPEs in block 00 to 1F
[    1.927075] ACPI: Power Resource [P0ST] (on)
[    1.927102] ACPI: Power Resource [P3ST] (on)
[    1.928943] ACPI: Power Resource [DRST] (off)
[    1.935196] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    1.935201] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    1.935392] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PME LTR]
[    1.935573] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug AER PCIeCapability]
[    1.935586] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    1.935954] PCI host bridge to bus 0000:00
[    1.935957] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    1.935958] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    1.935959] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    1.935960] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.935961] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.935962] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    1.935963] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfebfffff window]
[    1.935963] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    1.935964] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.935975] pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
[    1.936148] pci 0000:00:00.2: [1022:15d1] type 00 class 0x080600
[    1.936327] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    1.936456] pci 0000:00:01.6: [1022:15d3] type 01 class 0x060400
[    1.936599] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[    1.936760] pci 0000:00:01.7: [1022:15d3] type 01 class 0x060400
[    1.936899] pci 0000:00:01.7: PME# supported from D0 D3hot D3cold
[    1.937077] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    1.937204] pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
[    1.937263] pci 0000:00:08.1: enabling Extended Tags
[    1.937326] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    1.937455] pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
[    1.937514] pci 0000:00:08.2: enabling Extended Tags
[    1.937572] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    1.937713] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    1.937924] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    1.938125] pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
[    1.938182] pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
[    1.938239] pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
[    1.938300] pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
[    1.938366] pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
[    1.938422] pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
[    1.938479] pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
[    1.938544] pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
[    1.938708] pci 0000:01:00.0: [10ec:c821] type 00 class 0x028000
[    1.938757] pci 0000:01:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    1.938789] pci 0000:01:00.0: reg 0x18: [mem 0xfea00000-0xfea0ffff 64bit]
[    1.938952] pci 0000:01:00.0: supports D1 D2
[    1.938953] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.939208] pci 0000:00:01.6: PCI bridge to [bus 01]
[    1.939214] pci 0000:00:01.6:   bridge window [io  0xf000-0xffff]
[    1.939217] pci 0000:00:01.6:   bridge window [mem 0xfea00000-0xfeafffff]
[    1.939308] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    1.939345] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    1.939373] pci 0000:02:00.0: reg 0x18: [mem 0xfe904000-0xfe904fff 64bit]
[    1.939391] pci 0000:02:00.0: reg 0x20: [mem 0xfe900000-0xfe903fff 64bit]
[    1.939524] pci 0000:02:00.0: supports D1 D2
[    1.939525] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.939762] pci 0000:00:01.7: PCI bridge to [bus 02]
[    1.939768] pci 0000:00:01.7:   bridge window [io  0xe000-0xefff]
[    1.939771] pci 0000:00:01.7:   bridge window [mem 0xfe900000-0xfe9fffff]
[    1.939897] pci 0000:03:00.0: [1002:15dd] type 00 class 0x030000
[    1.939944] pci 0000:03:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    1.939961] pci 0000:03:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    1.939973] pci 0000:03:00.0: reg 0x20: [io  0xd000-0xd0ff]
[    1.939985] pci 0000:03:00.0: reg 0x24: [mem 0xfe700000-0xfe77ffff]
[    1.940005] pci 0000:03:00.0: enabling Extended Tags
[    1.940021] pci 0000:03:00.0: BAR 0: assigned to efifb
[    1.940128] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    1.940302] pci 0000:03:00.1: [1002:15de] type 00 class 0x040300
[    1.940328] pci 0000:03:00.1: reg 0x10: [mem 0xfe788000-0xfe78bfff]
[    1.940382] pci 0000:03:00.1: enabling Extended Tags
[    1.940453] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[    1.940546] pci 0000:03:00.2: [1022:15df] type 00 class 0x108000
[    1.940588] pci 0000:03:00.2: reg 0x18: [mem 0xfe600000-0xfe6fffff]
[    1.940611] pci 0000:03:00.2: reg 0x24: [mem 0xfe78e000-0xfe78ffff]
[    1.940627] pci 0000:03:00.2: enabling Extended Tags
[    1.940809] pci 0000:03:00.3: [1022:15e0] type 00 class 0x0c0330
[    1.940846] pci 0000:03:00.3: reg 0x10: [mem 0xfe500000-0xfe5fffff 64bit]
[    1.940907] pci 0000:03:00.3: enabling Extended Tags
[    1.940986] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    1.941103] pci 0000:03:00.4: [1022:15e1] type 00 class 0x0c0330
[    1.941138] pci 0000:03:00.4: reg 0x10: [mem 0xfe400000-0xfe4fffff 64bit]
[    1.941200] pci 0000:03:00.4: enabling Extended Tags
[    1.941279] pci 0000:03:00.4: PME# supported from D0 D3hot D3cold
[    1.941407] pci 0000:03:00.6: [1022:15e3] type 00 class 0x040300
[    1.941433] pci 0000:03:00.6: reg 0x10: [mem 0xfe780000-0xfe787fff]
[    1.941487] pci 0000:03:00.6: enabling Extended Tags
[    1.941558] pci 0000:03:00.6: PME# supported from D0 D3hot D3cold
[    1.941679] pci 0000:03:00.7: [1022:15e6] type 00 class 0x000000
[    1.941720] pci 0000:03:00.7: reg 0x18: [mem 0xfe300000-0xfe3fffff]
[    1.941743] pci 0000:03:00.7: reg 0x24: [mem 0xfe78c000-0xfe78dfff]
[    1.941760] pci 0000:03:00.7: enabling Extended Tags
[    1.942005] pci 0000:00:08.1: PCI bridge to [bus 03]
[    1.942010] pci 0000:00:08.1:   bridge window [io  0xd000-0xdfff]
[    1.942013] pci 0000:00:08.1:   bridge window [mem 0xfe300000-0xfe7fffff]
[    1.942019] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    1.942105] pci 0000:04:00.0: [1022:7901] type 00 class 0x010601
[    1.942189] pci 0000:04:00.0: reg 0x24: [mem 0xfe800000-0xfe8007ff]
[    1.942209] pci 0000:04:00.0: enabling Extended Tags
[    1.942288] pci 0000:04:00.0: PME# supported from D3hot D3cold
[    1.942423] pci 0000:00:08.2: PCI bridge to [bus 04]
[    1.942431] pci 0000:00:08.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    1.943057] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    1.943120] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    1.943175] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    1.943242] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    1.943304] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    1.943353] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    1.943402] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    1.943452] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    1.944717] ACPI: EC: interrupt unblocked
[    1.944736] ACPI: EC: event unblocked
[    1.944744] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x3, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.944745] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions and events
[    1.944807] iommu: Default domain type: Translated 
[    1.944820] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    1.944914] pci 0000:03:00.0: vgaarb: bridge control possible
[    1.944915] pci 0000:03:00.0: vgaarb: setting as boot device
[    1.944915] vgaarb: loaded
[    1.945172] SCSI subsystem initialized
[    1.945192] libata version 3.00 loaded.
[    1.945192] ACPI: bus type USB registered
[    1.945192] usbcore: registered new interface driver usbfs
[    1.945192] usbcore: registered new interface driver hub
[    1.945192] usbcore: registered new device driver usb
[    1.945192] pps_core: LinuxPPS API ver. 1 registered
[    1.945192] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.945192] PTP clock support registered
[    1.945192] EDAC MC: Ver: 3.0.0
[    1.945192] Registered efivars operations
[    1.945192] PCI: Using ACPI for IRQ routing
[    1.948927] PCI: pci_cache_line_size set to 64 bytes
[    1.949004] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    1.949006] e820: reserve RAM buffer [mem 0x096d0000-0x0bffffff]
[    1.949006] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    1.949007] e820: reserve RAM buffer [mem 0x9a388000-0x9bffffff]
[    1.949008] e820: reserve RAM buffer [mem 0x9a52f000-0x9bffffff]
[    1.949008] e820: reserve RAM buffer [mem 0x9b940000-0x9bffffff]
[    1.949009] e820: reserve RAM buffer [mem 0x9f000000-0x9fffffff]
[    1.949010] e820: reserve RAM buffer [mem 0x21f340000-0x21fffffff]
[    1.949148] NetLabel: Initializing
[    1.949149] NetLabel:  domain hash size = 128
[    1.949150] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.949170] NetLabel:  unlabeled traffic allowed by default
[    1.949174] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.949174] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    1.950397] clocksource: Switched to clocksource tsc-early
[    1.963333] *** VALIDATE bpf ***
[    1.963526] VFS: Disk quotas dquot_6.6.0
[    1.963568] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.963594] *** VALIDATE ramfs ***
[    1.963623] *** VALIDATE hugetlbfs ***
[    1.963681] pnp: PnP ACPI init
[    1.963846] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    1.963851] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.963934] system 00:01: [mem 0xfeb80000-0xfebfffff] could not be reserved
[    1.963937] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.964061] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.964103] pnp 00:03: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
[    1.964138] pnp 00:04: Plug and Play ACPI device, IDs ETD073d PNP0f13 (active)
[    1.964365] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    1.964366] system 00:05: [io  0x040b] has been reserved
[    1.964367] system 00:05: [io  0x04d6] has been reserved
[    1.964368] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    1.964369] system 00:05: [io  0x0c14] has been reserved
[    1.964370] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    1.964371] system 00:05: [io  0x0c52] has been reserved
[    1.964372] system 00:05: [io  0x0c6c] has been reserved
[    1.964373] system 00:05: [io  0x0c6f] has been reserved
[    1.964373] system 00:05: [io  0x0cd0-0x0cd1] has been reserved
[    1.964374] system 00:05: [io  0x0cd2-0x0cd3] has been reserved
[    1.964375] system 00:05: [io  0x0cd4-0x0cd5] has been reserved
[    1.964376] system 00:05: [io  0x0cd6-0x0cd7] has been reserved
[    1.964377] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    1.964378] system 00:05: [io  0x0800-0x089f] has been reserved
[    1.964378] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    1.964379] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    1.964380] system 00:05: [io  0x0900-0x090f] has been reserved
[    1.964381] system 00:05: [io  0x0910-0x091f] has been reserved
[    1.964382] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.964383] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[    1.964384] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    1.964393] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.964394] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    1.964395] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    1.964396] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    1.964398] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.965304] pnp: PnP ACPI: found 6 devices
[    1.974922] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.974958] pci 0000:00:01.6: PCI bridge to [bus 01]
[    1.974961] pci 0000:00:01.6:   bridge window [io  0xf000-0xffff]
[    1.974966] pci 0000:00:01.6:   bridge window [mem 0xfea00000-0xfeafffff]
[    1.974975] pci 0000:00:01.7: PCI bridge to [bus 02]
[    1.974977] pci 0000:00:01.7:   bridge window [io  0xe000-0xefff]
[    1.974982] pci 0000:00:01.7:   bridge window [mem 0xfe900000-0xfe9fffff]
[    1.974991] pci 0000:00:08.1: PCI bridge to [bus 03]
[    1.974998] pci 0000:00:08.1:   bridge window [io  0xd000-0xdfff]
[    1.975002] pci 0000:00:08.1:   bridge window [mem 0xfe300000-0xfe7fffff]
[    1.975005] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    1.975011] pci 0000:00:08.2: PCI bridge to [bus 04]
[    1.975016] pci 0000:00:08.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    1.975025] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    1.975026] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    1.975027] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    1.975028] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    1.975029] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    1.975030] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    1.975030] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfebfffff window]
[    1.975031] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    1.975032] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    1.975033] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    1.975034] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    1.975035] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[    1.975035] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    1.975036] pci_bus 0000:03: resource 1 [mem 0xfe300000-0xfe7fffff]
[    1.975037] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    1.975038] pci_bus 0000:04: resource 1 [mem 0xfe800000-0xfe8fffff]
[    1.975283] NET: Registered protocol family 2
[    1.975544] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    1.975623] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.975854] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    1.975938] TCP: Hash tables configured (established 65536 bind 65536)
[    1.976085] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.976112] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.976306] NET: Registered protocol family 1
[    1.976311] NET: Registered protocol family 44
[    1.976381] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
[    1.976450] pci 0000:03:00.3: extending delay after power-on from D3hot to 20 msec
[    1.976730] pci 0000:03:00.4: extending delay after power-on from D3hot to 20 msec
[    1.976836] PCI: CLS 64 bytes, default 64
[    1.976892] Trying to unpack rootfs image as initramfs...
[    2.079369] Freeing initrd memory: 9220K
[    2.079407] pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
[    2.079521] pci 0000:00:00.2: can't derive routing for PCI INT A
[    2.079522] pci 0000:00:00.2: PCI INT A: not connected
[    2.079593] pci 0000:00:01.0: Adding to iommu group 0
[    2.079919] pci 0000:00:01.6: Adding to iommu group 1
[    2.080170] pci 0000:00:01.7: Adding to iommu group 2
[    2.080444] pci 0000:00:08.0: Adding to iommu group 3
[    2.080671] pci 0000:00:08.1: Adding to iommu group 4
[    2.080931] pci 0000:00:08.2: Adding to iommu group 3
[    2.080972] pci 0000:00:14.0: Adding to iommu group 5
[    2.081188] pci 0000:00:14.3: Adding to iommu group 5
[    2.081238] pci 0000:00:18.0: Adding to iommu group 6
[    2.081493] pci 0000:00:18.1: Adding to iommu group 6
[    2.081524] pci 0000:00:18.2: Adding to iommu group 6
[    2.081548] pci 0000:00:18.3: Adding to iommu group 6
[    2.081572] pci 0000:00:18.4: Adding to iommu group 6
[    2.081640] pci 0000:00:18.5: Adding to iommu group 6
[    2.081663] pci 0000:00:18.6: Adding to iommu group 6
[    2.081687] pci 0000:00:18.7: Adding to iommu group 6
[    2.081728] pci 0000:01:00.0: Adding to iommu group 7
[    2.081984] pci 0000:02:00.0: Adding to iommu group 8
[    2.082281] pci 0000:03:00.0: Adding to iommu group 9
[    2.082366] pci 0000:03:00.0: Using iommu direct mapping
[    2.082429] pci 0000:03:00.1: Adding to iommu group 10
[    2.082698] pci 0000:03:00.2: Adding to iommu group 10
[    2.082741] pci 0000:03:00.3: Adding to iommu group 10
[    2.082784] pci 0000:03:00.4: Adding to iommu group 10
[    2.082829] pci 0000:03:00.6: Adding to iommu group 10
[    2.082872] pci 0000:03:00.7: Adding to iommu group 10
[    2.082912] pci 0000:04:00.0: Adding to iommu group 3
[    2.083233] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    2.083234] pci 0000:00:00.2: AMD-Vi: Extended features (0x4f77ef22294ada):
[    2.083235]  PPR NX GT IA GA PC GA_vAPIC
[    2.083238] AMD-Vi: Interrupt remapping enabled
[    2.083238] AMD-Vi: Virtual APIC enabled
[    2.083474] AMD-Vi: Lazy IO/TLB flushing enabled
[    2.084493] amd_uncore: AMD NB counters detected
[    2.084495] amd_uncore: AMD LLC counters detected
[    2.084990] check: Scanning for low memory corruption every 60 seconds
[    2.085538] Initialise system trusted keyrings
[    2.085642] Key type blacklist registered
[    2.085748] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    2.087410] zbud: loaded
[    2.091972] Key type asymmetric registered
[    2.091973] Asymmetric key parser 'x509' registered
[    2.091982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    2.092064] io scheduler mq-deadline registered
[    2.092065] io scheduler kyber registered
[    2.092128] io scheduler bfq registered
[    2.092691] pcieport 0000:00:01.6: AER: enabled with IRQ 26
[    2.093027] pcieport 0000:00:01.7: AER: enabled with IRQ 27
[    2.093476] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.093545] efifb: probing for efifb
[    2.093586] efifb: showing boot graphics
[    2.095247] efifb: framebuffer at 0xe0000000, using 4224k, total 4224k
[    2.095248] efifb: mode is 1366x768x32, linelength=5632, pages=1
[    2.095248] efifb: scrolling: redraw
[    2.095249] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.095343] fbcon: Deferring console take-over
[    2.095344] fb0: EFI VGA frame buffer device
[    2.095439] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    2.095464] ACPI: Power Button [PWRB]
[    2.095503] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    2.095521] ACPI: Lid Switch [LID]
[    2.095554] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    2.095579] ACPI: Power Button [PWRF]
[    2.095674] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    2.095901] acpi device:03: registered as cooling_device0
[    2.095944] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input3
[    2.095996] Monitor-Mwait will be used to enter C-1 state
[    2.096000] ACPI: \_PR_.P000: Found 2 idle states
[    2.096088] ACPI: \_PR_.P001: Found 2 idle states
[    2.096219] ACPI: \_PR_.P002: Found 2 idle states
[    2.096394] ACPI: \_PR_.P003: Found 2 idle states
[    2.096588] ACPI: \_PR_.P004: Found 2 idle states
[    2.096719] ACPI: \_PR_.P005: Found 2 idle states
[    2.096839] ACPI: \_PR_.P006: Found 2 idle states
[    2.096939] ACPI: \_PR_.P007: Found 2 idle states
[    2.100615] thermal LNXTHERM:00: registered as thermal_zone0
[    2.100616] ACPI: Thermal Zone [THRM] (51 C)
[    2.100838] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.101404] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    2.103054] ahci 0000:04:00.0: version 3.0
[    2.113334] ahci 0000:04:00.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    2.113338] ahci 0000:04:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    2.114171] scsi host0: ahci
[    2.114374] scsi host1: ahci
[    2.114453] ata1: SATA max UDMA/133 abar m2048@0xfe800000 port 0xfe800100 irq 31
[    2.114456] ata2: SATA max UDMA/133 abar m2048@0xfe800000 port 0xfe800180 irq 32
[    2.114510] usbcore: registered new interface driver usbserial_generic
[    2.114514] usbserial: USB Serial support registered for generic
[    2.114565] rtc_cmos 00:02: RTC can wake from S4
[    2.114822] rtc_cmos 00:02: registered as rtc0
[    2.114842] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.115011] ledtrig-cpu: registered to indicate activity on CPUs
[    2.115093] drop_monitor: Initializing network drop monitor service
[    2.115459] NET: Registered protocol family 10
[    2.123178] Segment Routing with IPv6
[    2.123203] NET: Registered protocol family 17
[    2.124257] RAS: Correctable Errors collector initialized.
[    2.124314] microcode: CPU0: patch_level=0x0810100b
[    2.124326] microcode: CPU1: patch_level=0x0810100b
[    2.124355] microcode: CPU2: patch_level=0x0810100b
[    2.124364] microcode: CPU3: patch_level=0x0810100b
[    2.124393] microcode: CPU4: patch_level=0x0810100b
[    2.124402] microcode: CPU5: patch_level=0x0810100b
[    2.124409] microcode: CPU6: patch_level=0x0810100b
[    2.124417] microcode: CPU7: patch_level=0x0810100b
[    2.124468] microcode: Microcode Update Driver: v2.2.
[    2.124471] IPI shorthand broadcast: enabled
[    2.124502] sched_clock: Marking stable (1805678631, 318785063)->(2130056368, -5592674)
[    2.124606] registered taskstats version 1
[    2.124615] Loading compiled-in X.509 certificates
[    2.127949] Loaded X.509 cert 'Build time autogenerated kernel key: 5fedf10500f4f89274a72136ae4d94a39b20e616'
[    2.127996] zswap: loaded using pool lzo/zbud
[    2.128226] Key type ._fscrypt registered
[    2.128226] Key type .fscrypt registered
[    2.128227] Key type fscrypt-provisioning registered
[    2.135240] Key type big_key registered
[    2.135966] PM:   Magic number: 0:27:344
[    2.135995] tty tty61: hash matches
[    2.136124] rtc_cmos 00:02: setting system clock to 2020-04-10T19:19:48 UTC (1586546388)
[    2.588813] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.591644] ata2.00: ATA-10: SAMSUNG MZNLN128HAHQ-000H1, MVT23H3Q, max UDMA/100
[    2.591648] ata2.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.593623] ata2.00: configured for UDMA/100
[    2.698622] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.700777] ata1.00: ATA-10: TOSHIBA MQ04ABF100, JU001C, max UDMA/100
[    2.700781] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.703374] ata1.00: configured for UDMA/100
[    2.703574] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MQ04ABF1 1C   PQ: 0 ANSI: 5
[    2.703851] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    2.703854] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.703866] sd 0:0:0:0: [sda] Write Protect is off
[    2.703869] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.703887] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.704106] scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG MZNLN128 3H3Q PQ: 0 ANSI: 5
[    2.704384] sd 1:0:0:0: [sdb] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    2.704386] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    2.704394] sd 1:0:0:0: [sdb] Write Protect is off
[    2.704396] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.704410] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.711567]  sdb: sdb1 sdb2 sdb3 sdb4
[    2.712459] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.775190]  sda: sda1 sda2 sda3 sda4
[    2.775945] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.777237] Freeing unused decrypted memory: 2040K
[    2.777522] Freeing unused kernel image (initmem) memory: 1620K
[    2.818779] Write protecting the kernel read-only data: 20480k
[    2.819745] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    2.820198] Freeing unused kernel image (rodata/data gap) memory: 1644K
[    2.847951] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.847954] Run /init as init process
[    2.847956]   with arguments:
[    2.847957]     /init
[    2.847957]   with environment:
[    2.847958]     HOME=/
[    2.847958]     TERM=linux
[    2.847959]     BOOT_IMAGE=/vmlinuz-linux
[    2.919692] fbcon: Taking over console
[    2.919788] Console: switching to colour frame buffer device 170x48
[    2.998759] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    3.010524] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.010604] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.017000] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    3.017007] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1
[    3.017218] xhci_hcd 0000:03:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
[    3.018233] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    3.018235] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.018237] usb usb1: Product: xHCI Host Controller
[    3.018238] usb usb1: Manufacturer: Linux 5.6.3-arch1-1 xhci-hcd
[    3.018240] usb usb1: SerialNumber: 0000:03:00.3
[    3.018480] hub 1-0:1.0: USB hub found
[    3.018498] hub 1-0:1.0: 4 ports detected
[    3.019927] xhci_hcd 0000:03:00.3: xHCI Host Controller
[    3.019932] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2
[    3.019936] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    3.019986] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.020285] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
[    3.020287] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.020289] usb usb2: Product: xHCI Host Controller
[    3.020291] usb usb2: Manufacturer: Linux 5.6.3-arch1-1 xhci-hcd
[    3.020292] usb usb2: SerialNumber: 0000:03:00.3
[    3.020481] hub 2-0:1.0: USB hub found
[    3.020500] hub 2-0:1.0: 4 ports detected
[    3.021272] xhci_hcd 0000:03:00.4: xHCI Host Controller
[    3.021277] xhci_hcd 0000:03:00.4: new USB bus registered, assigned bus number 3
[    3.021460] xhci_hcd 0000:03:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
[    3.022296] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    3.022297] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.022298] usb usb3: Product: xHCI Host Controller
[    3.022299] usb usb3: Manufacturer: Linux 5.6.3-arch1-1 xhci-hcd
[    3.022300] usb usb3: SerialNumber: 0000:03:00.4
[    3.022478] hub 3-0:1.0: USB hub found
[    3.022493] hub 3-0:1.0: 2 ports detected
[    3.022707] xhci_hcd 0000:03:00.4: xHCI Host Controller
[    3.022710] xhci_hcd 0000:03:00.4: new USB bus registered, assigned bus number 4
[    3.022713] xhci_hcd 0000:03:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    3.022754] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.022795] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
[    3.022796] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.022797] usb usb4: Product: xHCI Host Controller
[    3.022798] usb usb4: Manufacturer: Linux 5.6.3-arch1-1 xhci-hcd
[    3.022798] usb usb4: SerialNumber: 0000:03:00.4
[    3.022957] hub 4-0:1.0: USB hub found
[    3.022964] hub 4-0:1.0: 1 port detected
[    3.070080] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    3.111599] tsc: Refined TSC clocksource calibration: 1996.249 MHz
[    3.111611] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cadd9d93, max_idle_ns: 881590552906 ns
[    3.111655] clocksource: Switched to clocksource tsc
[    3.194148] random: fast init done
[    3.348283] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    3.351595] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    3.371214] usb 3-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=88.32
[    3.371217] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.371218] usb 3-1: Product: USB2.0 Hub
[    3.407493] hub 3-1:1.0: USB hub found
[    3.407816] hub 3-1:1.0: 4 ports detected
[    3.505077] usb 1-2: New USB device found, idVendor=1d57, idProduct=ad03, bcdDevice= 1.05
[    3.505080] usb 1-2: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    3.505082] usb 1-2: Product: Gaming Mouse
[    3.505083] usb 1-2: Manufacturer: LXD
[    3.517145] hid: raw HID events driver (C) Jiri Kosina
[    3.529245] usbcore: registered new interface driver usbhid
[    3.529246] usbhid: USB HID core driver
[    3.634924] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[    3.688299] usb 3-1.2: new high-speed USB device number 3 using xhci_hcd
[    3.714326] usb 3-1.2: New USB device found, idVendor=05c8, idProduct=03bc, bcdDevice= 0.03
[    3.714327] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.714329] usb 3-1.2: Product: HP Wide Vision HD Camera
[    3.714330] usb 3-1.2: Manufacturer: SunplusIT Inc
[    3.794087] usb 1-4: New USB device found, idVendor=0bda, idProduct=b00a, bcdDevice= 1.10
[    3.794091] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.794093] usb 1-4: Product: Bluetooth Radio 
[    3.794095] usb 1-4: Manufacturer: Realtek 
[    3.794097] usb 1-4: SerialNumber: 00e04c000001
[    3.924825] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    5.263280] random: crng init done
[    5.908636] systemd[1]: systemd 245.4-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    5.925562] systemd[1]: Detected architecture x86-64.
[    5.956973] systemd[1]: Set hostname to <archDiamant>.
[    7.585658] systemd[1]: Created slice system-getty.slice.
[    7.585952] systemd[1]: Created slice system-modprobe.slice.
[    7.586188] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    7.586518] systemd[1]: Created slice User and Session Slice.
[    7.586587] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    7.586643] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    7.586837] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    7.586885] systemd[1]: Reached target Local Encrypted Volumes.
[    7.586918] systemd[1]: Reached target Login Prompts.
[    7.586960] systemd[1]: Reached target Paths.
[    7.586996] systemd[1]: Reached target Remote File Systems.
[    7.587028] systemd[1]: Reached target Slices.
[    7.587179] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    7.587283] systemd[1]: Listening on LVM2 metadata daemon socket.
[    7.587372] systemd[1]: Listening on LVM2 poll daemon socket.
[    7.589351] systemd[1]: Listening on Process Core Dump Socket.
[    7.589416] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    7.589546] systemd[1]: Listening on Journal Audit Socket.
[    7.589663] systemd[1]: Listening on Journal Socket (/dev/log).
[    7.589764] systemd[1]: Listening on Journal Socket.
[    7.589859] systemd[1]: Listening on udev Control Socket.
[    7.589930] systemd[1]: Listening on udev Kernel Socket.
[    7.590775] systemd[1]: Mounting Huge Pages File System...
[    7.591560] systemd[1]: Mounting POSIX Message Queue File System...
[    7.592437] systemd[1]: Mounting Kernel Debug File System...
[    7.593322] systemd[1]: Mounting Kernel Trace File System...
[    7.594355] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    7.595327] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    7.596218] systemd[1]: Starting Load Kernel Module drm...
[    7.596738] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    7.596778] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    7.598299] systemd[1]: Starting Journal Service...
[    7.599584] systemd[1]: Starting Load Kernel Modules...
[    7.600381] systemd[1]: Starting Remount Root and Kernel File Systems...
[    7.601795] systemd[1]: Starting udev Coldplug all Devices...
[    7.645770] systemd[1]: Mounted Huge Pages File System.
[    7.645924] systemd[1]: Mounted POSIX Message Queue File System.
[    7.646051] systemd[1]: Mounted Kernel Debug File System.
[    7.646148] EXT4-fs (sda3): re-mounted. Opts: (null)
[    7.647356] systemd[1]: Finished Remount Root and Kernel File Systems.
[    7.647550] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    7.669406] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    7.670725] systemd[1]: Starting Load/Save Random Seed...
[    7.670769] systemd[1]: Condition check resulted in Create System Users being skipped.
[    7.697958] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    7.699034] systemd[1]: Starting Create Static Device Nodes in /dev...
[    7.712874] systemd[1]: Finished Load Kernel Modules.
[    7.713131] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    7.714152] systemd[1]: Mounting Kernel Configuration File System...
[    7.715047] systemd[1]: Starting Apply Kernel Variables...
[    7.718183] Linux agpgart interface v0.103
[    7.758351] systemd[1]: Finished udev Coldplug all Devices.
[    7.815455] systemd[1]: Finished Apply Kernel Variables.
[    8.025270] systemd[1]: Started Journal Service.
[    8.025405] audit: type=1130 audit(1586546394.385: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'
[    8.072593] audit: type=1130 audit(1586546394.432:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.095434] systemd-journald[308]: Received client request to flush runtime journal.
[    8.232528] audit: type=1130 audit(1586546394.592:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.233117] audit: type=1334 audit(1586546394.592:5): prog-id=5 op=LOAD
[    8.233238] audit: type=1334 audit(1586546394.592:6): prog-id=6 op=LOAD
[    8.426527] audit: type=1130 audit(1586546394.785:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.426533] audit: type=1131 audit(1586546394.785:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.493469] audit: type=1130 audit(1586546394.852:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.300337] audit: type=1130 audit(1586546396.658:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.502977] audit: type=1130 audit(1586546396.865:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.733999] acpi_cpufreq: overriding BIOS provided _PSD data
[   10.757900] input: HP Wireless hotkeys as /devices/virtual/input/input6
[   10.761632] battery: ACPI: Battery Slot [BAT0] (battery present)
[   10.782576] ACPI: AC Adapter [ACAD] (on-line)
[   10.795138] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0x9c017000-0x9c017fff flags 0x200] vs 9c017000 4000
[   10.795143] tpm_crb MSFT0101:00: can't request region for resource [mem 0x9c017000-0x9c017fff]
[   10.795150] tpm_crb: probe of MSFT0101:00 failed with error -16
[   10.886546] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   10.886551] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   10.918799] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[   10.918988] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[   10.918999] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[   10.972553] ccp 0000:03:00.2: enabling device (0000 -> 0002)
[   10.973424] ccp 0000:03:00.2: ccp enabled
[   10.973439] ccp 0000:03:00.2: psp: unable to access the device: you might be running a broken BIOS.
[   11.036993] i2c_amd_mp2 0000:03:00.7: enabling device (0000 -> 0002)
[   11.037065] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   11.037326] i2c_amd_mp2 0000:03:00.7: MP2 device registered.
[   11.042080] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   11.042827] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   11.042830] cfg80211: failed to load regulatory.db
[   11.205940] hp_accel: laptop model unknown, using default axes configuration
[   11.212182] r8169 0000:02:00.0: enabling device (0000 -> 0003)
[   11.219259] lis3lv02d: 8 bits 3DC sensor found
[   11.224220] libphy: r8169: probed
[   11.224489] r8169 0000:02:00.0 eth0: RTL8168h/8111h, c8:d9:d2:8d:b3:3a, XID 541, IRQ 54
[   11.224493] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   11.244972] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input7
[   11.355721] input: PC Speaker as /devices/platform/pcspkr/input/input8
[   11.479815] cryptd: max_cpu_qlen set to 1000
[   11.513521] 8821ce: loading out-of-tree module taints kernel.
[   11.515390] 8821ce: module verification failed: signature and/or required key missing - tainting kernel
[   11.533588] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
[   11.533717] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[   11.533876] snd_hda_intel 0000:03:00.6: enabling device (0000 -> 0002)
[   11.552172] rtl8821ce 0000:01:00.0: enabling device (0000 -> 0003)
[   11.777920] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:03:00.1/sound/card0/input10
[   11.780315] AVX2 version of gcm_enc/dec engaged.
[   11.780317] AES CTR mode by8 optimization enabled
[   11.796992] input: HP WMI hotkeys as /devices/virtual/input/input11
[   12.001664] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4d5f02)
[   12.013203] psmouse serio1: elantech: Synaptics capabilities query result 0x10, 0x1a, 0x0d.
[   12.024841] psmouse serio1: elantech: Elan sample query result 03, 4d, 86
[   12.086888] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input9
[   12.128521] mousedev: PS/2 mouse device common for all mice
[   12.128715] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC295: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   12.128720] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.128723] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   12.128726] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   12.128728] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   12.128731] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[   12.128733] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[   12.170933] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:03:00.6/sound/card1/input12
[   12.171058] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:03:00.6/sound/card1/input13
[   12.245788] r8169 0000:02:00.0 eno1: renamed from eth0
[   12.278559] rtl8821ce 0000:01:00.0 wlo1: renamed from wlan0
[   12.317581] kvm: Nested Virtualization enabled
[   12.317598] kvm: Nested Paging enabled
[   12.317599] SVM: Virtual VMLOAD VMSAVE supported
[   12.317599] SVM: Virtual GIF supported
[   12.356331] MCE: In-kernel MCE decoding enabled.
[   12.367374] EDAC amd64: F17h_M10h detected (node 0).
[   12.367507] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.459277] input: LXD Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-2/1-2:1.0/0003:1D57:AD03.0001/input/input14
[   12.460126] EDAC amd64: F17h_M10h detected (node 0).
[   12.460276] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.515285] hid-generic 0003:1D57:AD03.0001: input,hidraw0: USB HID v1.10 Keyboard [LXD Gaming Mouse] on usb-0000:03:00.3-2/input0
[   12.516219] input: LXD Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-2/1-2:1.1/0003:1D57:AD03.0002/input/input15
[   12.516440] EDAC amd64: F17h_M10h detected (node 0).
[   12.516474] input: LXD Gaming Mouse Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-2/1-2:1.1/0003:1D57:AD03.0002/input/input16
[   12.516642] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.516705] [drm] amdgpu kernel modesetting enabled.
[   12.516774] Parsing CRAT table with 1 nodes
[   12.516793] Creating topology SYSFS entries
[   12.516820] Topology: Add APU node [0x0:0x0]
[   12.516820] Finished initializing topology
[   12.516896] checking generic (e0000000 420000) vs hw (e0000000 10000000)
[   12.516897] fb0: switching to amdgpudrmfb from EFI VGA
[   12.516952] Console: switching to colour dummy device 80x25
[   12.516984] amdgpu 0000:03:00.0: vgaarb: deactivate vga console
[   12.517014] amdgpu 0000:03:00.0: enabling device (0006 -> 0007)
[   12.517188] [drm] initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x103C:0x84E7 0xC4).
[   12.565720] EDAC amd64: F17h_M10h detected (node 0).
[   12.565851] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.571713] input: LXD Gaming Mouse System Control as /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-2/1-2:1.1/0003:1D57:AD03.0002/input/input17
[   12.571953] hid-generic 0003:1D57:AD03.0002: input,hidraw1: USB HID v1.10 Mouse [LXD Gaming Mouse] on usb-0000:03:00.3-2/input1
[   12.572940] [drm] register mmio base: 0xFE700000
[   12.572942] [drm] register mmio size: 524288
[   12.572968] [drm] add ip block number 0 <soc15_common>
[   12.572969] [drm] add ip block number 1 <gmc_v9_0>
[   12.572971] [drm] add ip block number 2 <vega10_ih>
[   12.572972] [drm] add ip block number 3 <psp>
[   12.572973] [drm] add ip block number 4 <gfx_v9_0>
[   12.572975] [drm] add ip block number 5 <sdma_v4_0>
[   12.572976] [drm] add ip block number 6 <powerplay>
[   12.572977] [drm] add ip block number 7 <dm>
[   12.572979] [drm] add ip block number 8 <vcn_v1_0>
[   12.613126] ATOM BIOS: 113-RAVEN-107
[   12.627549] [drm] VCN decode is enabled in VM mode
[   12.627551] [drm] VCN encode is enabled in VM mode
[   12.627553] [drm] JPEG decode is enabled in VM mode
[   12.627638] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   12.627660] amdgpu 0000:03:00.0: VRAM: 1024M 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
[   12.627663] amdgpu 0000:03:00.0: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[   12.627666] amdgpu 0000:03:00.0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[   12.627673] [drm] Detected VRAM RAM=1024M, BAR=1024M
[   12.627675] [drm] RAM width 128bits DDR4
[   12.627845] [TTM] Zone  kernel: Available graphics memory: 3559462 KiB
[   12.627847] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[   12.627849] [TTM] Initializing pool allocator
[   12.627856] [TTM] Initializing DMA pool allocator
[   12.627957] [drm] amdgpu: 1024M of VRAM memory ready
[   12.627962] [drm] amdgpu: 3072M of GTT memory ready.
[   12.627985] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   12.628469] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[   12.629157] EDAC amd64: F17h_M10h detected (node 0).
[   12.629382] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.672802] EDAC amd64: F17h_M10h detected (node 0).
[   12.673009] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.674839] mc: Linux media interface: v0.10
[   12.741825] Bluetooth: Core ver 2.22
[   12.741857] NET: Registered protocol family 31
[   12.741858] Bluetooth: HCI device and connection manager initialized
[   12.741865] Bluetooth: HCI socket layer initialized
[   12.741870] Bluetooth: L2CAP socket layer initialized
[   12.741876] Bluetooth: SCO socket layer initialized
[   12.742549] EDAC amd64: F17h_M10h detected (node 0).
[   12.742725] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.751134] videodev: Linux video capture interface: v2.00
[   12.786033] [drm] use_doorbell being set to: [true]
[   12.786131] amdgpu: [powerplay] hwmgr_sw_init smu backed is smu10_smu
[   12.787162] [drm] Found VCN firmware Version ENC: 1.9 DEC: 1 VEP: 0 Revision: 28
[   12.787168] [drm] PSP loading VCN firmware
[   12.802692] EDAC amd64: F17h_M10h detected (node 0).
[   12.802850] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.808415] [drm] reserve 0x400000 from 0xf43f800000 for PSP TMR
[   12.911729] usbcore: registered new interface driver btusb
[   12.914088] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=826c lmp_ver=08 lmp_subver=a99e
[   12.914094] Bluetooth: hci0: RTL: unknown IC info, lmp subver a99e, hci rev 826c, hci ver 0008
[   12.914097] Bluetooth: hci0: RTL: assuming no firmware upload needed
[   13.011873] amdgpu 0000:03:00.0: RAS: ras ta ucode is not available
[   13.036704] [drm] kiq ring mec 2 pipe 1 q 0
[   13.037271] [drm] DM_PPLIB: values for F clock
[   13.037273] [drm] DM_PPLIB:	 400000 in kHz, 3174 in mV
[   13.037274] [drm] DM_PPLIB:	 933000 in kHz, 3724 in mV
[   13.037275] [drm] DM_PPLIB:	 1067000 in kHz, 3924 in mV
[   13.037276] [drm] DM_PPLIB:	 1200000 in kHz, 4074 in mV
[   13.037277] [drm] DM_PPLIB: values for DCF clock
[   13.037278] [drm] DM_PPLIB:	 300000 in kHz, 3174 in mV
[   13.037279] [drm] DM_PPLIB:	 600000 in kHz, 3724 in mV
[   13.037279] [drm] DM_PPLIB:	 626000 in kHz, 3924 in mV
[   13.037280] [drm] DM_PPLIB:	 654000 in kHz, 4074 in mV
[   13.038288] [drm] Display Core initialized with v3.2.69!
[   13.049281] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   13.064437] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   13.064439] [drm] Driver supports precise vblank timestamp query.
[   13.079186] [drm] VCN decode and encode initialized successfully(under SPG Mode).
[   13.081334] kfd kfd: Allocated 3969056 bytes on gart
[   13.082565] Topology: Add APU node [0x15dd:0x1002]
[   13.082570] kfd kfd: added device 1002:15dd
[   13.083411] [drm] fb mappable at 0xA0BC1000
[   13.083413] [drm] vram apper at 0xA0000000
[   13.083414] [drm] size 4325376
[   13.083415] [drm] fb depth is 24
[   13.083416] [drm]    pitch is 5632
[   13.083532] fbcon: amdgpudrmfb (fb0) is primary device
[   13.100116] Console: switching to colour frame buffer device 170x48
[   13.119401] amdgpu 0000:03:00.0: fb0: amdgpudrmfb frame buffer device
[   13.119933] uvcvideo: Found UVC 1.00 device HP Wide Vision HD Camera (05c8:03bc)
[   13.131779] amdgpu 0000:03:00.0: ring gfx uses VM inv eng 0 on hub 0
[   13.131783] amdgpu 0000:03:00.0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   13.131786] amdgpu 0000:03:00.0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   13.131788] amdgpu 0000:03:00.0: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   13.131790] amdgpu 0000:03:00.0: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   13.131792] amdgpu 0000:03:00.0: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   13.131793] amdgpu 0000:03:00.0: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   13.131795] amdgpu 0000:03:00.0: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   13.131797] amdgpu 0000:03:00.0: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   13.131799] amdgpu 0000:03:00.0: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   13.131801] amdgpu 0000:03:00.0: ring sdma0 uses VM inv eng 0 on hub 1
[   13.131803] amdgpu 0000:03:00.0: ring vcn_dec uses VM inv eng 1 on hub 1
[   13.131806] amdgpu 0000:03:00.0: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   13.131808] amdgpu 0000:03:00.0: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   13.131810] amdgpu 0000:03:00.0: ring jpeg_dec uses VM inv eng 6 on hub 1
[   13.140425] uvcvideo 3-1.2:1.0: Entity type for entity Extension 4 was not initialized!
[   13.140429] uvcvideo 3-1.2:1.0: Entity type for entity Extension 3 was not initialized!
[   13.140432] uvcvideo 3-1.2:1.0: Entity type for entity Processing 2 was not initialized!
[   13.140434] uvcvideo 3-1.2:1.0: Entity type for entity Camera 1 was not initialized!
[   13.140575] input: HP Wide Vision HD Camera: HP Wi as /devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.0/input/input18
[   13.140686] usbcore: registered new interface driver uvcvideo
[   13.140688] USB Video Class driver (1.1.1)
[   13.145249] [drm] Initialized amdgpu 3.36.0 20150101 for 0000:03:00.0 on minor 0
[   13.248734] Adding 5242876k swap on /dev/sda4.  Priority:-2 extents:1 across:5242876k FS
[   13.279464] kauditd_printk_skb: 1 callbacks suppressed
[   13.279467] audit: type=1130 audit(1586546399.638:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.282157] audit: type=1130 audit(1586546399.642:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   13.288730] audit: type=1130 audit(1586546399.648:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.492488] audit: type=1130 audit(1586546399.852:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-1E4C\x2d2A90 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.756133] audit: type=1130 audit(1586546400.115:17): 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'
[   13.856825] audit: type=1127 audit(1586546400.215:18): pid=484 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[   13.904226] audit: type=1130 audit(1586546400.262:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.194503] audit: type=1130 audit(1586546400.552:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.199870] audit: type=1130 audit(1586546400.558:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.203142] audit: type=1334 audit(1586546400.562:22): prog-id=7 op=LOAD
[   17.468582] Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
[   17.583028] r8169 0000:02:00.0 eno1: Link is Down
[   18.597075] kauditd_printk_skb: 10 callbacks suppressed
[   18.597078] audit: type=1130 audit(1586546404.955:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.626796] audit: type=1100 audit(1586546410.988:34): pid=522 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   24.626831] audit: type=1101 audit(1586546410.988:35): pid=522 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   24.680037] audit: type=1103 audit(1586546411.042:36): pid=522 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   24.785196] audit: type=1130 audit(1586546411.145:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.795299] audit: type=1101 audit(1586546411.155:38): pid=525 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.795355] audit: type=1103 audit(1586546411.155:39): pid=525 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   24.795436] audit: type=1006 audit(1586546411.155:40): pid=525 uid=0 old-auid=4294967295 auid=974 tty=(none) old-ses=4294967295 ses=1 res=1
[   24.821836] audit: type=1105 audit(1586546411.182:41): pid=525 uid=0 auid=974 ses=1 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="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.832138] audit: type=1334 audit(1586546411.192:42): prog-id=11 op=LOAD
[   24.832144] audit: type=1334 audit(1586546411.192:43): prog-id=11 op=UNLOAD
[   32.009700] kauditd_printk_skb: 3 callbacks suppressed
[   32.009704] audit: type=1130 audit(1586546418.368:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.282970] audit: type=1130 audit(1586546418.642:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.492442] audit: type=1334 audit(1586546418.852:49): prog-id=12 op=LOAD
[   32.492527] audit: type=1334 audit(1586546418.852:50): prog-id=13 op=LOAD
[   33.444760] audit: type=1130 audit(1586546419.802:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   46.405466] audit: type=1131 audit(1586546432.765:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   46.495177] audit: type=1334 audit(1586546432.855:53): prog-id=10 op=UNLOAD
[   46.495183] audit: type=1334 audit(1586546432.855:54): prog-id=9 op=UNLOAD
[   50.747146] audit: type=1100 audit(1586546437.105:55): pid=592 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="diamant" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   50.799452] audit: type=1101 audit(1586546437.158:56): pid=592 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="diamant" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   50.807472] audit: type=1103 audit(1586546437.165:57): pid=592 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="diamant" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   50.807665] audit: type=1006 audit(1586546437.165:58): pid=592 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   50.841719] audit: type=1130 audit(1586546437.202:59): 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'
[   50.847560] audit: type=1101 audit(1586546437.205:60): pid=595 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="diamant" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   50.847663] audit: type=1103 audit(1586546437.205:61): pid=595 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="diamant" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   51.562150] kauditd_printk_skb: 7 callbacks suppressed
[   51.562153] audit: type=1105 audit(1586546437.922:69): pid=592 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_kwallet5 acct="diamant" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
[   61.412440] audit: type=1131 audit(1586546447.772:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   61.426574] audit: type=1131 audit(1586546447.785:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   62.933080] audit: type=1130 audit(1586546449.292:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   87.205344] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[   87.484403] audit: type=1130 audit(1586546473.842:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   97.331850] audit: type=1131 audit(1586546483.692:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  297.615055] audit: type=1100 audit(1586546683.928:75): pid=1152 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=? acct="diamant" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=failed'
[  301.585607] audit: type=1100 audit(1586546687.899:76): pid=1152 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="diamant" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  301.585894] audit: type=1101 audit(1586546687.899:77): pid=1152 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="diamant" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  301.586272] audit: type=1110 audit(1586546687.899:78): pid=1152 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  301.586426] audit: type=1105 audit(1586546687.899:79): pid=1152 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  311.707819] audit: type=1106 audit(1586546698.023:80): pid=1152 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  311.707972] audit: type=1104 audit(1586546698.023:81): pid=1152 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  336.262489] audit: type=1106 audit(1586546722.580:82): pid=592 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_keyinit,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_kwallet5 acct="diamant" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
[  336.262747] audit: type=1104 audit(1586546722.580:83): pid=592 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="diamant" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
[  338.229199] audit: type=1100 audit(1586546724.547:84): pid=1250 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[  338.229205] audit: type=1101 audit(1586546724.547:85): pid=1250 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[  338.229391] audit: type=1103 audit(1586546724.547:86): pid=1250 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[  338.251913] audit: type=1130 audit(1586546724.570:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  338.260825] audit: type=1130 audit(1586546724.580:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  338.266378] audit: type=1101 audit(1586546724.587:89): pid=1258 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  338.266399] audit: type=1103 audit(1586546724.587:90): pid=1258 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  338.266491] audit: type=1006 audit(1586546724.587:91): pid=1258 uid=0 old-auid=4294967295 auid=974 tty=(none) old-ses=4294967295 ses=4 res=1
[  342.252373] kauditd_printk_skb: 5 callbacks suppressed
[  342.252376] audit: type=1100 audit(1586546728.574:97): pid=1276 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="diamant" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[  342.284387] audit: type=1101 audit(1586546728.604:98): pid=1276 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="diamant" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[  342.284913] audit: type=1103 audit(1586546728.604:99): pid=1276 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="diamant" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[  342.285097] audit: type=1006 audit(1586546728.604:100): pid=1276 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=5 res=1
[  342.373566] audit: type=1105 audit(1586546728.695:101): pid=1276 uid=0 auid=1000 ses=5 msg='op=PAM:session_open grantors=pam_keyinit,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_kwallet5 acct="diamant" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
[  342.407396] audit: type=1106 audit(1586546728.728:102): pid=1250 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
[  342.407471] audit: type=1104 audit(1586546728.728:103): pid=1250 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
[  347.882719] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[  348.360828] audit: type=1131 audit(1586546734.679:104): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  352.546440] audit: type=1131 audit(1586546738.866:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  352.560410] audit: type=1131 audit(1586546738.883:106): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  901.540462] audit: type=1130 audit(1586547287.872:107): 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'
[  901.540471] audit: type=1131 audit(1586547287.872:108): 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'

So how can I solve this problem? Thanks in advance smile

Last edited by diamant (2020-04-15 07:35:35)

Offline

#2 2020-04-13 18:08:35

UncleWigglyFingers
Member
Registered: 2020-04-13
Posts: 1

Re: [SOLVED] Plasma KDE transparency problem

This isn't a driver issue. If your blur is granulated and ugly, that's a setting you can change. Go to System Settings > Workspace Behaviour > Desktop Effects > Blur. Then reduce the noise level. That should fix it for you.

Offline

#3 2020-04-15 07:32:20

diamant
Member
Registered: 2020-04-10
Posts: 13

Re: [SOLVED] Plasma KDE transparency problem

Thank you!! This works for me wink

Last edited by diamant (2020-04-15 07:33:16)

Offline

Board footer

Powered by FluxBB