You are not logged in.

#1 2021-01-22 02:08:40

shervinkh
Member
From: Toronto, Canada
Registered: 2011-01-11
Posts: 18

[SOLVED] Laptop External Monitor Problem on Linux 5.10

Hi there,

After I upgrade my Linux kernel from 5.9 to 5.10, the external monitor connected to my laptop (via HDMI) stops working and shows the following error:
"The current input timing is not supported by the monitor display. Please change your input timing to 1920x1080, 60 Hz or any other monitor listed timing as per the monitor specifications."

xrandr and KDE settings show the monitor is set to 1920x1080 at 60 Hz. I've tried changing those values but it doesn't affect the error message.

The monitor model is Dell P2419H and Laptop is Dell Inspiron 9510 (with Comet Lake CPU Intel(R) Core(TM) i7-10810U CPU).

Downgrading to Linux 5.9 and unpluging/repluging the monitor afterwards fixes the issue every time and upgrading to Linux 5.10 brings back the issue every time. I believe something in the i915 driver should be causing this issue. I've been waiting for a bug fix and until now (Linux 5.10.9), the problem hasn't been fixed. I tried disable all power saving features with "i915.enable_dc=0 i915.enable_fbc=0 i915.enable_psr=0 i915.disable_power_well=1" but nothing changed.

I'd appreciate if anyone experienced with i915 help me gather required logs/information to find out what's going on and how to fix it or submit a bug report.

xrandr output:

xrandr
Screen 0: minimum 8 x 8, current 3840 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+1920+0 (normal left inverted right x axis y axis) 330mm x 190mm
   1920x1080     60.05*+  48.04  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 530mm x 300mm
   1920x1080     60.00 +  50.00    59.94* 
   1920x1080i    60.00    50.00    59.94  
   1600x900      60.00  
   1280x1024     75.02    60.02  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    60.00    59.94  
   720x400       70.08  
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

inxi output:

inxi -aG           
Graphics:  Device-1: Intel vendor: Dell driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:9bca 
           Device-2: Realtek Integrated_Webcam_HD type: USB driver: uvcvideo bus ID: 1-7:4 chip ID: 0bda:5514 
           serial: 200901010001 
           Display: x11 server: X.Org 1.20.10 compositor: kwin_x11 driver: intel unloaded: modesetting,vesa alternate: fbdev 
           display ID: :0 screens: 1 
           Screen-1: 0 s-res: 3840x1080 s-dpi: 96 s-size: 1013x285mm (39.9x11.2") s-diag: 1052mm (41.4") 
           Monitor-1: eDP1 res: 1920x1080 hz: 60 dpi: 148 size: 330x190mm (13.0x7.5") diag: 381mm (15") 
           Monitor-2: DP2 res: 1920x1080 dpi: 92 size: 530x300mm (20.9x11.8") diag: 609mm (24") 
           OpenGL: renderer: Mesa Intel UHD Graphics (CML GT2) v: 4.6 Mesa 20.3.3 direct render: Yes

Last edited by shervinkh (2021-02-01 22:36:11)

Offline

#2 2021-01-22 08:09:35

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

Re: [SOLVED] Laptop External Monitor Problem on Linux 5.10

Check/post your dmesg/xorg logs. As a general measure that you can try regardless is removing xf86-video-intel (and xorg configurations referencing it), it has shown to have quite a few issues with 5.10 that aren't present with the modesetting driver and it's in a maintenance limbo where it isn't clear whether it's actually still under development or not.

Offline

#3 2021-01-22 14:45:05

shervinkh
Member
From: Toronto, Canada
Registered: 2011-01-11
Posts: 18

Re: [SOLVED] Laptop External Monitor Problem on Linux 5.10

V1del wrote:

Check/post your dmesg/xorg logs. As a general measure that you can try regardless is removing xf86-video-intel (and xorg configurations referencing it), it has shown to have quite a few issues with 5.10 that aren't present with the modesetting driver and it's in a maintenance limbo where it isn't clear whether it's actually still under development or not.

Thanks. I've already tried removing xf86-video-intel and had no xorg configuration from the first place. but no luck sad still getting the timing error. Here are the logs:

dmesg

[    0.000000] microcode: microcode updated early to revision 0xe0, date = 2020-07-08
[    0.000000] Linux version 5.10.9-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Tue, 19 Jan 2021 22:06:06 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/arch-root rw cryptdevice=*** cryptkey=*** root=/dev/arch/root resume=UUID=02679877-17bd-44f8-a360-621175a86348 mem_sleep_default=deep loglevel=3 quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040400000-0x000000004a8d6fff] usable
[    0.000000] BIOS-e820: [mem 0x000000004a8d7000-0x000000004a8d7fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000004a8d8000-0x000000004a8d8fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004a8d9000-0x000000005dbcbfff] usable
[    0.000000] BIOS-e820: [mem 0x000000005dbcc000-0x0000000064b26fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000064b27000-0x0000000064bb2fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000064bb3000-0x0000000064eb2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000064eb3000-0x0000000066b32fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000066b33000-0x0000000066cfefff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000066cff000-0x0000000066cfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000066d00000-0x000000006e7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000048d7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0x64bb2000 ACPI 2.0=0x64bb2014 SMBIOS=0xf0030 SMBIOS 3.0=0xf0050 ESRT=0x66770b98 MEMATTR=0x591de018 
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: Dell Inc. Latitude 9510/0G0T42, BIOS 1.3.1 08/27/2020
[    0.000000] tsc: Detected 1600.000 MHz processor
[    0.000000] tsc: Detected 1599.960 MHz TSC
[    0.000719] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000724] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000735] last_pfn = 0x48d800 max_arch_pfn = 0x400000000
[    0.000741] MTRR default type: write-back
[    0.000742] MTRR fixed ranges enabled:
[    0.000744]   00000-9FFFF write-back
[    0.000745]   A0000-BFFFF uncachable
[    0.000747]   C0000-FFFFF write-protect
[    0.000748] MTRR variable ranges enabled:
[    0.000751]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000752]   1 base 0070000000 mask 7FF0000000 uncachable
[    0.000754]   2 base 006C000000 mask 7FFC000000 uncachable
[    0.000755]   3 base 006A000000 mask 7FFE000000 uncachable
[    0.000757]   4 base 4000000000 mask 4000000000 uncachable
[    0.000758]   5 disabled
[    0.000759]   6 disabled
[    0.000760]   7 disabled
[    0.000761]   8 disabled
[    0.000762]   9 disabled
[    0.001448] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001979] last_pfn = 0x66d00 max_arch_pfn = 0x400000000
[    0.014446] esrt: Reserving ESRT space from 0x0000000066770b98 to 0x0000000066770c20.
[    0.014466] check: Scanning 1 areas for low memory corruption
[    0.014475] Using GB pages for direct mapping
[    0.015636] Secure boot could not be determined
[    0.015638] RAMDISK: [mem 0x3504b000-0x3681cfff]
[    0.015654] ACPI: Early table checksum verification disabled
[    0.015658] ACPI: RSDP 0x0000000064BB2014 000024 (v02 DELL  )
[    0.015663] ACPI: XSDT 0x0000000064BB1728 0000E4 (v01 DELL   CBX3     01072009 AMI  01000013)
[    0.015672] ACPI: FACP 0x0000000064BAC000 000114 (v06 DELL   CBX3     01072009 AMI  00010013)
[    0.015680] ACPI: DSDT 0x0000000064B6B000 040E78 (v02 DELL   CBX3     01072009 INTL 20160527)
[    0.015686] ACPI: FACS 0x0000000064EB0000 000040
[    0.015690] ACPI: MCFG 0x0000000064BB0000 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.015695] ACPI: SSDT 0x0000000064BAD000 00203C (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
[    0.015700] ACPI: FIDT 0x0000000064B6A000 00009C (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.015705] ACPI: BOOT 0x0000000064B69000 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.015709] ACPI: SSDT 0x0000000064B67000 001677 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
[    0.015714] ACPI: HPET 0x0000000064B66000 000038 (v01 DELL\x CBX3     01072009 AMI  01000013)
[    0.015719] ACPI: SSDT 0x0000000064B63000 00222A (v02 DELL\x CmlU_Tbt 00001000 INTL 20160527)
[    0.015724] ACPI: SSDT 0x0000000064B5F000 003345 (v02 INTEL  xh_cmut3 00000000 INTL 20160527)
[    0.015729] ACPI: NHLT 0x0000000064B5E000 00002D (v00 DELL\x CBX3     01072009 AMI  01000013)
[    0.015733] ACPI: LPIT 0x0000000064B5D000 000094 (v01 DELL\x CBX3     01072009 AMI  01000013)
[    0.015738] ACPI: SSDT 0x0000000064B59000 002720 (v02 DELL\x PtidDevc 00001000 INTL 20160527)
[    0.015743] ACPI: SSDT 0x0000000064B58000 000FFE (v02 DELL\x TbtTypeC 00000000 INTL 20160527)
[    0.015748] ACPI: DBGP 0x0000000064B57000 000034 (v01 DELL\x CBX3     01072009 AMI  01000013)
[    0.015752] ACPI: DBG2 0x0000000064B56000 000054 (v00 DELL\x CBX3     01072009 AMI  01000013)
[    0.015757] ACPI: SSDT 0x0000000064B55000 00082C (v02 DELL\x UsbCTabl 00001000 INTL 20160527)
[    0.015762] ACPI: SSDT 0x0000000064B4F000 005CD7 (v02 DptfTa DptfTabl 00001000 INTL 20160527)
[    0.015767] ACPI: MSDM 0x0000000064B4E000 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[    0.015771] ACPI: SLIC 0x0000000064B4D000 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.015776] ACPI: DMAR 0x0000000064B4C000 0000C8 (v01 INTEL  EDK2     00000002      01000013)
[    0.015781] ACPI: BGRT 0x0000000064B4B000 000038 (v00 DELL   CBX3     01072009 AMI  00010013)
[    0.015785] ACPI: ASF! 0x0000000064B4A000 0000A0 (v32 DELL\x CBX3     01072009 AMI  01000013)
[    0.015790] ACPI: APIC 0x0000000064B49000 0000F4 (v04 DELL   CBX3     01072009 AMI  00010013)
[    0.015795] ACPI: FPDT 0x0000000064B5C000 000044 (v01 DELL\x CML-ULT  01072009 AMI  01000013)
[    0.015808] ACPI: Local APIC address 0xfee00000
[    0.016027] No NUMA configuration found
[    0.016029] Faking a node at [mem 0x0000000000000000-0x000000048d7fffff]
[    0.016034] NODE_DATA(0) allocated [mem 0x48d7fc000-0x48d7fffff]
[    0.046990] Zone ranges:
[    0.046992]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.046995]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.046997]   Normal   [mem 0x0000000100000000-0x000000048d7fffff]
[    0.046999]   Device   empty
[    0.047001] Movable zone start for each node
[    0.047002] Early memory node ranges
[    0.047004]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.047005]   node   0: [mem 0x000000000009f000-0x000000000009ffff]
[    0.047006]   node   0: [mem 0x0000000000100000-0x000000003fffffff]
[    0.047008]   node   0: [mem 0x0000000040400000-0x000000004a8d6fff]
[    0.047009]   node   0: [mem 0x000000004a8d9000-0x000000005dbcbfff]
[    0.047010]   node   0: [mem 0x0000000066cff000-0x0000000066cfffff]
[    0.047011]   node   0: [mem 0x0000000100000000-0x000000048d7fffff]
[    0.047803] Zeroed struct page in unavailable ranges: 53399 pages
[    0.047805] Initmem setup node 0 [mem 0x0000000000001000-0x000000048d7fffff]
[    0.047807] On node 0 totalpages: 4108137
[    0.047809]   DMA zone: 64 pages used for memmap
[    0.047810]   DMA zone: 23 pages reserved
[    0.047811]   DMA zone: 3998 pages, LIFO batch:0
[    0.047846]   DMA32 zone: 5920 pages used for memmap
[    0.047848]   DMA32 zone: 378827 pages, LIFO batch:63
[    0.050892]   Normal zone: 58208 pages used for memmap
[    0.050893]   Normal zone: 3725312 pages, LIFO batch:63
[    0.081764] Reserving Intel graphics memory at [mem 0x6a800000-0x6e7fffff]
[    0.082642] ACPI: PM-Timer IO Port: 0x1808
[    0.082645] ACPI: Local APIC address 0xfee00000
[    0.082655] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.082656] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.082657] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.082658] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.082659] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.082660] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.082661] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.082663] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.082664] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.082665] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.082666] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.082667] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.082727] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.082730] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.082733] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.082735] ACPI: IRQ0 used by override.
[    0.082736] ACPI: IRQ9 used by override.
[    0.082740] Using ACPI (MADT) for SMP configuration information
[    0.082742] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.082752] e820: update [mem 0x56f85000-0x56fa3fff] usable ==> reserved
[    0.082766] TSC deadline timer available
[    0.082768] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[    0.082804] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.082807] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.082809] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.082812] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x403fffff]
[    0.082815] PM: hibernation: Registered nosave memory: [mem 0x4a8d7000-0x4a8d7fff]
[    0.082816] PM: hibernation: Registered nosave memory: [mem 0x4a8d8000-0x4a8d8fff]
[    0.082819] PM: hibernation: Registered nosave memory: [mem 0x56f85000-0x56fa3fff]
[    0.082821] PM: hibernation: Registered nosave memory: [mem 0x5dbcc000-0x64b26fff]
[    0.082823] PM: hibernation: Registered nosave memory: [mem 0x64b27000-0x64bb2fff]
[    0.082824] PM: hibernation: Registered nosave memory: [mem 0x64bb3000-0x64eb2fff]
[    0.082825] PM: hibernation: Registered nosave memory: [mem 0x64eb3000-0x66b32fff]
[    0.082826] PM: hibernation: Registered nosave memory: [mem 0x66b33000-0x66cfefff]
[    0.082829] PM: hibernation: Registered nosave memory: [mem 0x66d00000-0x6e7fffff]
[    0.082830] PM: hibernation: Registered nosave memory: [mem 0x6e800000-0xdfffffff]
[    0.082831] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.082832] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.082833] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.082834] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.082835] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.082836] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.082837] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.082838] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.082839] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.082842] [mem 0x6e800000-0xdfffffff] available for PCI devices
[    0.082843] Booting paravirtualized kernel on bare hardware
[    0.082847] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.091283] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:12 nr_node_ids:1
[    0.091773] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.091785] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.091787] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
[    0.091832] Built 1 zonelists, mobility grouping on.  Total pages: 4043922
[    0.091833] Policy zone: Normal
[    0.091835] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/arch-root rw cryptdevice=UUID=1d2a7176-0946-4aa0-8124-0833b02da820:main:allow-discards cryptkey=UUID=2020-09-01-17-37-13-00:8192:4096 root=/dev/arch/root resume=UUID=02679877-17bd-44f8-a360-621175a86348 mem_sleep_default=deep loglevel=3 quiet
[    0.093303] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.093979] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.094132] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.145157] Memory: 15888852K/16432548K available (14344K kernel code, 2040K rwdata, 8856K rodata, 1716K init, 4288K bss, 543436K reserved, 0K cma-reserved)
[    0.145167] random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
[    0.145345] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.145360] ftrace: allocating 41846 entries in 164 pages
[    0.168867] ftrace: allocated 164 pages with 3 groups
[    0.169026] rcu: Preemptible hierarchical RCU implementation.
[    0.169027] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.169029] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
[    0.169030] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.169031] 	Trampoline variant of Tasks RCU enabled.
[    0.169032] 	Rude variant of Tasks RCU enabled.
[    0.169033] 	Tracing variant of Tasks RCU enabled.
[    0.169034] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.169035] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.174835] NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
[    0.175386] Console: colour dummy device 80x25
[    0.175411] printk: console [tty0] enabled
[    0.175439] ACPI: Core revision 20200925
[    0.176117] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.176245] APIC: Switch to symmetric I/O mode setup
[    0.176248] DMAR: Host address width 39
[    0.176249] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.176257] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.176258] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.176263] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.176265] DMAR: RMRR base: 0x00000066272000 end: 0x000000664bbfff
[    0.176267] DMAR: RMRR base: 0x0000006a000000 end: 0x0000006e7fffff
[    0.176268] DMAR: RMRR base: 0x00000064a69000 end: 0x00000064ae8fff
[    0.176271] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.176272] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.176273] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.178935] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.178937] x2apic enabled
[    0.178967] Switched APIC routing to cluster x2apic.
[    0.186234] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.202997] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
[    0.203002] Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.25 BogoMIPS (lpj=5333200)
[    0.203006] pid_max: default: 32768 minimum: 301
[    0.209727] LSM: Security Framework initializing
[    0.209734] Yama: becoming mindful.
[    0.209791] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.209825] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.210199] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.210241] process: using mwait in idle threads
[    0.210245] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.210246] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.210250] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.210253] Spectre V2 : Mitigation: Enhanced IBRS
[    0.210254] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.210256] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.210259] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.210596] Freeing SMP alternatives memory: 36K
[    0.213115] smpboot: CPU0: Intel(R) Core(TM) i7-10810U CPU @ 1.10GHz (family: 0x6, model: 0xa6, stepping: 0x0)
[    0.213285] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.213301] ... version:                4
[    0.213302] ... bit width:              48
[    0.213303] ... generic registers:      4
[    0.213304] ... value mask:             0000ffffffffffff
[    0.213305] ... max period:             00007fffffffffff
[    0.213306] ... fixed-purpose events:   3
[    0.213307] ... event mask:             000000070000000f
[    0.213446] rcu: Hierarchical SRCU implementation.
[    0.214759] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.214897] smp: Bringing up secondary CPUs ...
[    0.215038] x86: Booting SMP configuration:
[    0.215040] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.237083] smp: Brought up 1 node, 12 CPUs
[    0.237083] smpboot: Max logical packages: 1
[    0.237083] smpboot: Total of 12 processors activated (38414.00 BogoMIPS)
[    0.240303] devtmpfs: initialized
[    0.240303] x86/mm: Memory block size: 128MB
[    0.241003] PM: Registering ACPI NVS region [mem 0x4a8d7000-0x4a8d7fff] (4096 bytes)
[    0.241003] PM: Registering ACPI NVS region [mem 0x64bb3000-0x64eb2fff] (3145728 bytes)
[    0.241003] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.241003] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.241003] pinctrl core: initialized pinctrl subsystem
[    0.241003] PM: RTC time: 14:26:15, date: 2021-01-22
[    0.241003] NET: Registered protocol family 16
[    0.241003] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.241003] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.243185] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.243194] audit: initializing netlink subsys (disabled)
[    0.243202] audit: type=2000 audit(1611325575.059:1): state=initialized audit_enabled=0 res=1
[    0.243202] thermal_sys: Registered thermal governor 'fair_share'
[    0.243202] thermal_sys: Registered thermal governor 'bang_bang'
[    0.243202] thermal_sys: Registered thermal governor 'step_wise'
[    0.243202] thermal_sys: Registered thermal governor 'user_space'
[    0.243202] thermal_sys: Registered thermal governor 'power_allocator'
[    0.243202] cpuidle: using governor ladder
[    0.243202] cpuidle: using governor menu
[    0.243224] Simple Boot Flag at 0x47 set to 0x80
[    0.243224] ACPI: bus type PCI registered
[    0.243224] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.243224] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.243224] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.243224] PCI: Using configuration type 1 for base access
[    0.243834] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.244446] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.244446] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.246472] ACPI: Added _OSI(Module Device)
[    0.246474] ACPI: Added _OSI(Processor Device)
[    0.246475] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.246477] ACPI: Added _OSI(Processor Aggregator Device)
[    0.246478] ACPI: Added _OSI(Linux-Dell-Video)
[    0.246480] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.246481] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.377240] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.443826] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.566060] ACPI: Dynamic OEM Table Load:
[    0.566076] ACPI: SSDT 0xFFFF9232C1774A00 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
[    0.568909] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.570920] ACPI: Dynamic OEM Table Load:
[    0.570933] ACPI: SSDT 0xFFFF9232C1783800 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.574022] ACPI: Dynamic OEM Table Load:
[    0.574033] ACPI: SSDT 0xFFFF9232C1044800 000479 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.577269] ACPI: Dynamic OEM Table Load:
[    0.577279] ACPI: SSDT 0xFFFF9232C177B000 00016C (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.580251] ACPI: Dynamic OEM Table Load:
[    0.580265] ACPI: SSDT 0xFFFF9232C1789000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.583329] ACPI: Dynamic OEM Table Load:
[    0.583339] ACPI: SSDT 0xFFFF9232C1042000 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.586113] ACPI: Dynamic OEM Table Load:
[    0.586122] ACPI: SSDT 0xFFFF9232C1787C00 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.588937] ACPI: Dynamic OEM Table Load:
[    0.588947] ACPI: SSDT 0xFFFF9232C178D000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
[    0.593125] ACPI: Dynamic OEM Table Load:
[    0.593135] ACPI: SSDT 0xFFFF9232C1781000 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.604534] ACPI: EC: EC started
[    0.604535] ACPI: EC: interrupt blocked
[    0.618187] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.618191] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.618192] ACPI: Interpreter enabled
[    0.618278] ACPI: (supports S0 S3 S4 S5)
[    0.618280] ACPI: Using IOAPIC for interrupt routing
[    0.618357] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.619332] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.635881] ACPI: Power Resource [PXP] (on)
[    0.650125] ACPI: Power Resource [BTPR] (on)
[    0.652802] ACPI: Power Resource [USBC] (on)
[    0.653121] ACPI: Power Resource [PAUD] (on)
[    0.655837] ACPI: Power Resource [V0PR] (on)
[    0.656161] ACPI: Power Resource [V1PR] (on)
[    0.656494] ACPI: Power Resource [V2PR] (on)
[    0.767694] ACPI: Power Resource [WRST] (on)
[    0.789297] ACPI: Power Resource [PIN] (off)
[    0.790265] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.790274] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.791981] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.795002] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.796812] PCI host bridge to bus 0000:00
[    0.796815] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.796817] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.796819] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.796820] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.796822] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.796823] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.796824] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.796826] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.796827] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.796829] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.796830] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.796832] pci_bus 0000:00: root bus resource [mem 0x6e800000-0xdfffffff window]
[    0.796834] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.796835] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.796837] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.796861] pci 0000:00:00.0: [8086:9b51] type 00 class 0x060000
[    0.797132] pci 0000:00:02.0: [8086:9bca] type 00 class 0x030000
[    0.797144] pci 0000:00:02.0: reg 0x10: [mem 0x604a000000-0x604affffff 64bit]
[    0.797152] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.797157] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.797180] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.797511] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.797523] pci 0000:00:04.0: reg 0x10: [mem 0x604b110000-0x604b117fff 64bit]
[    0.797944] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.797955] pci 0000:00:08.0: reg 0x10: [mem 0x604b12b000-0x604b12bfff 64bit]
[    0.798270] pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000
[    0.798290] pci 0000:00:12.0: reg 0x10: [mem 0x604b12a000-0x604b12afff 64bit]
[    0.798613] pci 0000:00:13.0: [8086:02fc] type 00 class 0x070000
[    0.798634] pci 0000:00:13.0: reg 0x10: [mem 0x604b122000-0x604b123fff 64bit]
[    0.798709] pci 0000:00:13.0: PME# supported from D0 D3hot
[    0.799139] pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330
[    0.799158] pci 0000:00:14.0: reg 0x10: [mem 0x604b100000-0x604b10ffff 64bit]
[    0.799236] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.799654] pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000
[    0.799675] pci 0000:00:14.2: reg 0x10: [mem 0x604b120000-0x604b121fff 64bit]
[    0.799688] pci 0000:00:14.2: reg 0x18: [mem 0x604b129000-0x604b129fff 64bit]
[    0.800033] pci 0000:00:14.3: [8086:02f0] type 00 class 0x028000
[    0.800122] pci 0000:00:14.3: reg 0x10: [mem 0x604b11c000-0x604b11ffff 64bit]
[    0.800376] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.800904] pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000
[    0.800996] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.801804] pci 0000:00:15.1: [8086:02e9] type 00 class 0x0c8000
[    0.801894] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.802632] pci 0000:00:16.0: [8086:02e0] type 00 class 0x078000
[    0.802655] pci 0000:00:16.0: reg 0x10: [mem 0x604b126000-0x604b126fff 64bit]
[    0.802743] pci 0000:00:16.0: PME# supported from D3hot
[    0.803318] pci 0000:00:19.0: [8086:02c5] type 00 class 0x0c8000
[    0.803412] pci 0000:00:19.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.804180] pci 0000:00:1c.0: [8086:02b8] type 01 class 0x060400
[    0.804291] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.804320] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.805070] pci 0000:00:1d.0: [8086:02b0] type 01 class 0x060400
[    0.805345] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.805371] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.805937] pci 0000:00:1d.4: [8086:02b4] type 01 class 0x060400
[    0.806038] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[    0.806067] pci 0000:00:1d.4: PTM enabled (root), 4ns granularity
[    0.806851] pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100
[    0.807346] pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040100
[    0.807398] pci 0000:00:1f.3: reg 0x10: [mem 0x604b118000-0x604b11bfff 64bit]
[    0.807462] pci 0000:00:1f.3: reg 0x20: [mem 0x604b000000-0x604b0fffff 64bit]
[    0.807596] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.808272] pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500
[    0.808299] pci 0000:00:1f.4: reg 0x10: [mem 0x604b124000-0x604b1240ff 64bit]
[    0.808331] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.808738] pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000
[    0.808756] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.809546] pci 0000:01:00.0: [10ec:525a] type 00 class 0xff0000
[    0.809572] pci 0000:01:00.0: reg 0x14: [mem 0x9e300000-0x9e300fff]
[    0.809729] pci 0000:01:00.0: supports D1 D2
[    0.809731] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.810176] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.810181] pci 0000:00:1c.0:   bridge window [mem 0x9e300000-0x9e3fffff]
[    0.810398] pci 0000:02:00.0: [8086:15ea] type 01 class 0x060400
[    0.810456] pci 0000:02:00.0: enabling Extended Tags
[    0.810572] pci 0000:02:00.0: supports D1 D2
[    0.810574] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.810662] pci 0000:02:00.0: PTM enabled, 4ns granularity
[    0.810769] pci 0000:00:1d.0: PCI bridge to [bus 02-6c]
[    0.810774] pci 0000:00:1d.0:   bridge window [mem 0x70000000-0x9e0fffff]
[    0.810779] pci 0000:00:1d.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.810870] pci 0000:03:00.0: [8086:15ea] type 01 class 0x060400
[    0.810930] pci 0000:03:00.0: enabling Extended Tags
[    0.811047] pci 0000:03:00.0: supports D1 D2
[    0.811048] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.811192] pci 0000:03:01.0: [8086:15ea] type 01 class 0x060400
[    0.811252] pci 0000:03:01.0: enabling Extended Tags
[    0.811369] pci 0000:03:01.0: supports D1 D2
[    0.811371] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.811510] pci 0000:03:02.0: [8086:15ea] type 01 class 0x060400
[    0.811570] pci 0000:03:02.0: enabling Extended Tags
[    0.811683] pci 0000:03:02.0: supports D1 D2
[    0.811685] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.811847] pci 0000:03:04.0: [8086:15ea] type 01 class 0x060400
[    0.811907] pci 0000:03:04.0: enabling Extended Tags
[    0.812025] pci 0000:03:04.0: supports D1 D2
[    0.812026] pci 0000:03:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.812183] pci 0000:02:00.0: PCI bridge to [bus 03-6c]
[    0.812193] pci 0000:02:00.0:   bridge window [mem 0x70000000-0x9e0fffff]
[    0.812200] pci 0000:02:00.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.812278] pci 0000:04:00.0: [8086:15eb] type 00 class 0x088000
[    0.812302] pci 0000:04:00.0: reg 0x10: [mem 0x9e000000-0x9e03ffff]
[    0.812315] pci 0000:04:00.0: reg 0x14: [mem 0x9e040000-0x9e040fff]
[    0.812382] pci 0000:04:00.0: enabling Extended Tags
[    0.812505] pci 0000:04:00.0: supports D1 D2
[    0.812506] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.812655] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.812665] pci 0000:03:00.0:   bridge window [mem 0x9e000000-0x9e0fffff]
[    0.812723] pci 0000:03:01.0: PCI bridge to [bus 05-37]
[    0.812732] pci 0000:03:01.0:   bridge window [mem 0x70000000-0x87efffff]
[    0.812739] pci 0000:03:01.0:   bridge window [mem 0x6000000000-0x601fffffff 64bit pref]
[    0.812849] pci 0000:38:00.0: [8086:15ec] type 00 class 0x0c0330
[    0.812874] pci 0000:38:00.0: reg 0x10: [mem 0x87f00000-0x87f0ffff]
[    0.812958] pci 0000:38:00.0: enabling Extended Tags
[    0.813096] pci 0000:38:00.0: supports D1 D2
[    0.813097] pci 0000:38:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.813200] pci 0000:38:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.813301] pci 0000:03:02.0: PCI bridge to [bus 38]
[    0.813311] pci 0000:03:02.0:   bridge window [mem 0x87f00000-0x87ffffff]
[    0.813368] pci 0000:03:04.0: PCI bridge to [bus 39-6c]
[    0.813377] pci 0000:03:04.0:   bridge window [mem 0x88000000-0x9dffffff]
[    0.813384] pci 0000:03:04.0:   bridge window [mem 0x6020000000-0x6049ffffff 64bit pref]
[    0.813677] pci 0000:6d:00.0: [1c5c:1339] type 00 class 0x010802
[    0.813700] pci 0000:6d:00.0: reg 0x10: [mem 0x9e200000-0x9e203fff 64bit]
[    0.813842] pci 0000:6d:00.0: supports D1
[    0.813844] pci 0000:6d:00.0: PME# supported from D0 D1 D3hot
[    0.814008] pci 0000:00:1d.4: PCI bridge to [bus 6d]
[    0.814014] pci 0000:00:1d.4:   bridge window [mem 0x9e200000-0x9e2fffff]
[    0.953026] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.953241] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *1
[    0.953450] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.953657] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.953863] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.954070] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.954277] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.954483] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.963565] ACPI: EC: interrupt unblocked
[    0.963566] ACPI: EC: event unblocked
[    0.963581] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.963582] ACPI: EC: GPE=0x6e
[    0.963585] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[    0.963587] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[    0.963715] iommu: Default domain type: Translated 
[    0.963731] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.963731] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.963731] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.963731] vgaarb: loaded
[    0.963731] SCSI subsystem initialized
[    0.963731] libata version 3.00 loaded.
[    0.963731] ACPI: bus type USB registered
[    0.963731] usbcore: registered new interface driver usbfs
[    0.963731] usbcore: registered new interface driver hub
[    0.963731] usbcore: registered new device driver usb
[    0.963731] pps_core: LinuxPPS API ver. 1 registered
[    0.963731] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.963731] PTP clock support registered
[    0.963731] EDAC MC: Ver: 3.0.0
[    0.963864] Registered efivars operations
[    0.963864] NetLabel: Initializing
[    0.963864] NetLabel:  domain hash size = 128
[    0.963864] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.963864] NetLabel:  unlabeled traffic allowed by default
[    0.963864] PCI: Using ACPI for IRQ routing
[    0.996212] PCI: pci_cache_line_size set to 64 bytes
[    0.997152] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.997154] e820: reserve RAM buffer [mem 0x4a8d7000-0x4bffffff]
[    0.997155] e820: reserve RAM buffer [mem 0x56f85000-0x57ffffff]
[    0.997157] e820: reserve RAM buffer [mem 0x5dbcc000-0x5fffffff]
[    0.997158] e820: reserve RAM buffer [mem 0x66d00000-0x67ffffff]
[    0.997159] e820: reserve RAM buffer [mem 0x48d800000-0x48fffffff]
[    0.997415] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.997423] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    1.000766] clocksource: Switched to clocksource tsc-early
[    1.014436] VFS: Disk quotas dquot_6.6.0
[    1.014455] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.014537] pnp: PnP ACPI init
[    1.014685] system 00:00: [mem 0x40000000-0x403fffff] has been reserved
[    1.014691] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.014998] system 00:01: [io  0x0680-0x069f] has been reserved
[    1.015001] system 00:01: [io  0x164e-0x164f] has been reserved
[    1.015005] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.015081] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.015250] system 00:03: [io  0x1854-0x1857] has been reserved
[    1.015255] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    1.015415] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    1.015436] pnp 00:05: Plug and Play ACPI device, IDs DLL0983 PNP0f13 (active)
[    1.015826] system 00:06: [io  0x1800-0x18fe] could not be reserved
[    1.015829] system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
[    1.015831] system 00:06: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[    1.015833] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    1.015835] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    1.015837] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
[    1.015838] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    1.015843] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.016426] system 00:07: [io  0x2000-0x20fe] has been reserved
[    1.016431] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.123963] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.123967] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.123969] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.123972] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    1.123974] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.123977] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.123980] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.123982] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.123990] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.124550] system 00:09: [mem 0xfe038000-0xfe038fff] has been reserved
[    1.124556] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.134876] pnp: PnP ACPI: found 10 devices
[    1.141607] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.141717] NET: Registered protocol family 2
[    1.141979] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    1.142144] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.142507] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    1.142679] TCP: Hash tables configured (established 131072 bind 65536)
[    1.142824] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    1.142936] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.143056] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.143268] NET: Registered protocol family 1
[    1.143277] NET: Registered protocol family 44
[    1.143291] pci 0000:03:01.0: bridge window [io  0x1000-0x0fff] to [bus 05-37] add_size 1000
[    1.143296] pci 0000:03:04.0: bridge window [io  0x1000-0x0fff] to [bus 39-6c] add_size 1000
[    1.143302] pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to [bus 03-6c] add_size 2000
[    1.143306] pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 02-6c] add_size 3000
[    1.143325] pci 0000:00:15.0: BAR 0: assigned [mem 0x4010000000-0x4010000fff 64bit]
[    1.143432] pci 0000:00:15.1: BAR 0: assigned [mem 0x4010001000-0x4010001fff 64bit]
[    1.143499] pci 0000:00:19.0: BAR 0: assigned [mem 0x4010002000-0x4010002fff 64bit]
[    1.143564] pci 0000:00:1d.0: BAR 13: assigned [io  0x4000-0x6fff]
[    1.143569] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.143581] pci 0000:00:1c.0:   bridge window [mem 0x9e300000-0x9e3fffff]
[    1.143591] pci 0000:02:00.0: BAR 13: assigned [io  0x4000-0x5fff]
[    1.143595] pci 0000:03:01.0: BAR 13: assigned [io  0x4000-0x4fff]
[    1.143598] pci 0000:03:04.0: BAR 13: assigned [io  0x5000-0x5fff]
[    1.143601] pci 0000:03:00.0: PCI bridge to [bus 04]
[    1.143609] pci 0000:03:00.0:   bridge window [mem 0x9e000000-0x9e0fffff]
[    1.143621] pci 0000:03:01.0: PCI bridge to [bus 05-37]
[    1.143625] pci 0000:03:01.0:   bridge window [io  0x4000-0x4fff]
[    1.143631] pci 0000:03:01.0:   bridge window [mem 0x70000000-0x87efffff]
[    1.143637] pci 0000:03:01.0:   bridge window [mem 0x6000000000-0x601fffffff 64bit pref]
[    1.143645] pci 0000:03:02.0: PCI bridge to [bus 38]
[    1.143652] pci 0000:03:02.0:   bridge window [mem 0x87f00000-0x87ffffff]
[    1.143664] pci 0000:03:04.0: PCI bridge to [bus 39-6c]
[    1.143667] pci 0000:03:04.0:   bridge window [io  0x5000-0x5fff]
[    1.143674] pci 0000:03:04.0:   bridge window [mem 0x88000000-0x9dffffff]
[    1.143679] pci 0000:03:04.0:   bridge window [mem 0x6020000000-0x6049ffffff 64bit pref]
[    1.143687] pci 0000:02:00.0: PCI bridge to [bus 03-6c]
[    1.143691] pci 0000:02:00.0:   bridge window [io  0x4000-0x5fff]
[    1.143697] pci 0000:02:00.0:   bridge window [mem 0x70000000-0x9e0fffff]
[    1.143702] pci 0000:02:00.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    1.143710] pci 0000:00:1d.0: PCI bridge to [bus 02-6c]
[    1.143713] pci 0000:00:1d.0:   bridge window [io  0x4000-0x6fff]
[    1.143719] pci 0000:00:1d.0:   bridge window [mem 0x70000000-0x9e0fffff]
[    1.143723] pci 0000:00:1d.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    1.143729] pci 0000:00:1d.4: PCI bridge to [bus 6d]
[    1.143735] pci 0000:00:1d.4:   bridge window [mem 0x9e200000-0x9e2fffff]
[    1.143745] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.143748] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.143750] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.143752] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    1.143755] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    1.143757] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    1.143759] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    1.143761] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    1.143763] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    1.143765] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    1.143767] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    1.143770] pci_bus 0000:00: resource 15 [mem 0x6e800000-0xdfffffff window]
[    1.143772] pci_bus 0000:00: resource 16 [mem 0x4000000000-0x7fffffffff window]
[    1.143774] pci_bus 0000:00: resource 17 [mem 0xfc800000-0xfe7fffff window]
[    1.143777] pci_bus 0000:01: resource 1 [mem 0x9e300000-0x9e3fffff]
[    1.143779] pci_bus 0000:02: resource 0 [io  0x4000-0x6fff]
[    1.143781] pci_bus 0000:02: resource 1 [mem 0x70000000-0x9e0fffff]
[    1.143783] pci_bus 0000:02: resource 2 [mem 0x6000000000-0x6049ffffff 64bit pref]
[    1.143786] pci_bus 0000:03: resource 0 [io  0x4000-0x5fff]
[    1.143788] pci_bus 0000:03: resource 1 [mem 0x70000000-0x9e0fffff]
[    1.143790] pci_bus 0000:03: resource 2 [mem 0x6000000000-0x6049ffffff 64bit pref]
[    1.143792] pci_bus 0000:04: resource 1 [mem 0x9e000000-0x9e0fffff]
[    1.143794] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    1.143796] pci_bus 0000:05: resource 1 [mem 0x70000000-0x87efffff]
[    1.143798] pci_bus 0000:05: resource 2 [mem 0x6000000000-0x601fffffff 64bit pref]
[    1.143801] pci_bus 0000:38: resource 1 [mem 0x87f00000-0x87ffffff]
[    1.143803] pci_bus 0000:39: resource 0 [io  0x5000-0x5fff]
[    1.143805] pci_bus 0000:39: resource 1 [mem 0x88000000-0x9dffffff]
[    1.143807] pci_bus 0000:39: resource 2 [mem 0x6020000000-0x6049ffffff 64bit pref]
[    1.143809] pci_bus 0000:6d: resource 1 [mem 0x9e200000-0x9e2fffff]
[    1.144134] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.145104] pci 0000:02:00.0: CLS mismatch (64 != 128), using 64 bytes
[    1.145309] pci 0000:02:00.0: enabling device (0002 -> 0003)
[    1.145711] Trying to unpack rootfs image as initramfs...
[    1.619009] Freeing initrd memory: 24392K
[    1.619060] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.619063] software IO TLB: mapped [mem 0x000000005169a000-0x000000005569a000] (64MB)
[    1.620464] check: Scanning for low memory corruption every 60 seconds
[    1.620916] Initialise system trusted keyrings
[    1.620929] Key type blacklist registered
[    1.620984] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    1.622452] zbud: loaded
[    1.636112] Key type asymmetric registered
[    1.636114] Asymmetric key parser 'x509' registered
[    1.636122] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    1.636161] io scheduler mq-deadline registered
[    1.636163] io scheduler kyber registered
[    1.636189] io scheduler bfq registered
[    1.636358] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    1.639003] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[    1.639149] pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
[    1.639178] pcieport 0000:00:1d.0: pciehp: Slot #12 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.639537] pcieport 0000:00:1d.4: PME: Signaling with IRQ 124
[    1.639966] pcieport 0000:03:01.0: enabling device (0002 -> 0003)
[    1.640130] pcieport 0000:03:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.640439] pcieport 0000:03:04.0: enabling device (0002 -> 0003)
[    1.640600] pcieport 0000:03:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.640807] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.640852] efifb: probing for efifb
[    1.640874] efifb: showing boot graphics
[    1.641743] efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
[    1.641744] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    1.641745] efifb: scrolling: redraw
[    1.641747] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.641800] fbcon: Deferring console take-over
[    1.641802] fb0: EFI VGA frame buffer device
[    1.641811] intel_idle: MWAIT substates: 0x11142120
[    1.642302] Monitor-Mwait will be used to enter C-1 state
[    1.642314] Monitor-Mwait will be used to enter C-2 state
[    1.642323] Monitor-Mwait will be used to enter C-3 state
[    1.642331] ACPI: \_SB_.PR00: Found 3 idle states
[    1.642333] intel_idle: v0.5.1 model 0xA6
[    1.642806] intel_idle: Local APIC timer is reliable in all C-states
[    1.644349] ACPI: AC Adapter [AC] (on-line)
[    1.644436] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.646428] ACPI: Lid Switch [LID0]
[    1.646479] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.649759] ACPI: Power Button [PBTN]
[    1.649814] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.649836] ACPI: Sleep Button [SBTN]
[    1.655279] thermal LNXTHERM:00: registered as thermal_zone0
[    1.655281] ACPI: Thermal Zone [THM] (25 C)
[    1.655611] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.660158] serial 0000:00:13.0: enabling device (0000 -> 0002)
[    1.663736] Non-volatile memory driver v1.3
[    1.663738] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.663739] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.666180] nvme 0000:6d:00.0: platform quirk: setting simple suspend
[    1.666217] nvme nvme0: pci function 0000:6d:00.0
[    1.666272] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.666286] ehci-pci: EHCI PCI platform driver
[    1.666297] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.666299] ohci-pci: OHCI PCI platform driver
[    1.666310] uhci_hcd: USB Universal Host Controller Interface driver
[    1.666361] usbcore: registered new interface driver usbserial_generic
[    1.666368] usbserial: USB Serial support registered for generic
[    1.666400] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.667315] i8042: Warning: Keylock active
[    1.669812] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.669848] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.670148] rtc_cmos 00:02: RTC can wake from S4
[    1.671415] nvme nvme0: missing or invalid SUBNQN field.
[    1.672307] rtc_cmos 00:02: registered as rtc0
[    1.672559] rtc_cmos 00:02: setting system clock to 2021-01-22T14:26:16 UTC (1611325576)
[    1.672579] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
[    1.672645] intel_pstate: Intel P-state driver initializing
[    1.673477] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.673608] intel_pstate: HWP enabled
[    1.673685] ledtrig-cpu: registered to indicate activity on CPUs
[    1.674417] nvme nvme0: 12/0/0 default/read/poll queues
[    1.679286]  nvme0n1: p1 p2 p3 p4 p5 p6 p7
[    1.695912] pstore: Registered efi as persistent store backend
[    1.695919] hid: raw HID events driver (C) Jiri Kosina
[    1.695958] intel_pmc_core INT33A1:00:  initialized
[    1.696012] drop_monitor: Initializing network drop monitor service
[    1.696053] Initializing XFRM netlink socket
[    1.696108] NET: Registered protocol family 10
[    1.699433] Segment Routing with IPv6
[    1.699434] RPL Segment Routing with IPv6
[    1.699447] NET: Registered protocol family 17
[    1.701258] microcode: sig=0xa0660, pf=0x80, revision=0xe0
[    1.701365] microcode: Microcode Update Driver: v2.2.
[    1.701368] IPI shorthand broadcast: enabled
[    1.701391] sched_clock: Marking stable (1693504335, 7704703)->(1727001049, -25792011)
[    1.701936] registered taskstats version 1
[    1.701942] Loading compiled-in X.509 certificates
[    1.704373] Loaded X.509 cert 'Build time autogenerated kernel key: ec46ce7d495bae40674ea78e153b310deaf828e0'
[    1.704495] zswap: loaded using pool lz4/z3fold
[    1.705255] Key type ._fscrypt registered
[    1.705256] Key type .fscrypt registered
[    1.705256] Key type fscrypt-provisioning registered
[    1.705359] pstore: Using crash dump compression: zstd
[    1.706128] battery: ACPI: Battery Slot [BAT0] (battery present)
[    1.706793] PM:   Magic number: 5:481:435
[    1.706989] RAS: Correctable Errors collector initialized.
[    2.432237] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input5
[    2.433318] Freeing unused decrypted memory: 2036K
[    2.433527] Freeing unused kernel image (initmem) memory: 1716K
[    2.433529] Write protecting the kernel read-only data: 26624k
[    2.433987] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    2.434216] Freeing unused kernel image (rodata/data gap) memory: 1384K
[    2.444925] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.444928] rodata_test: all tests were successful
[    2.444932] Run /init as init process
[    2.444933]   with arguments:
[    2.444934]     /init
[    2.444934]   with environment:
[    2.444935]     HOME=/
[    2.444935]     TERM=linux
[    2.444936]     BOOT_IMAGE=/vmlinuz-linux
[    2.444936]     cryptdevice=UUID=1d2a7176-0946-4aa0-8124-0833b02da820:main:allow-discards
[    2.444937]     cryptkey=UUID=2020-09-01-17-37-13-00:8192:4096
[    2.482818] fbcon: Taking over console
[    2.482864] Console: switching to colour frame buffer device 240x67
[    2.516025] random: fast init done
[    2.528195] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.528203] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.528893] rtsx_pci 0000:01:00.0: enabling device (0000 -> 0002)
[    2.529852] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    2.529858] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.529986] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    2.529988] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.529989] usb usb1: Product: xHCI Host Controller
[    2.529989] usb usb1: Manufacturer: Linux 5.10.9-arch1-1 xhci-hcd
[    2.529990] usb usb1: SerialNumber: 0000:00:14.0
[    2.530504] hub 1-0:1.0: USB hub found
[    2.530528] hub 1-0:1.0: 12 ports detected
[    2.531993] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.531996] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.531998] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.532023] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    2.532024] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.532025] usb usb2: Product: xHCI Host Controller
[    2.532026] usb usb2: Manufacturer: Linux 5.10.9-arch1-1 xhci-hcd
[    2.532026] usb usb2: SerialNumber: 0000:00:14.0
[    2.532108] hub 2-0:1.0: USB hub found
[    2.532119] hub 2-0:1.0: 6 ports detected
[    2.532343] usb: port power management may be unreliable
[    2.532921] xhci_hcd 0000:38:00.0: xHCI Host Controller
[    2.532924] xhci_hcd 0000:38:00.0: new USB bus registered, assigned bus number 3
[    2.534053] xhci_hcd 0000:38:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[    2.534262] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    2.534264] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.534265] usb usb3: Product: xHCI Host Controller
[    2.534266] usb usb3: Manufacturer: Linux 5.10.9-arch1-1 xhci-hcd
[    2.534268] usb usb3: SerialNumber: 0000:38:00.0
[    2.534369] hub 3-0:1.0: USB hub found
[    2.534380] hub 3-0:1.0: 2 ports detected
[    2.534880] xhci_hcd 0000:38:00.0: xHCI Host Controller
[    2.534883] xhci_hcd 0000:38:00.0: new USB bus registered, assigned bus number 4
[    2.534886] xhci_hcd 0000:38:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.534921] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    2.534922] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.534923] usb usb4: Product: xHCI Host Controller
[    2.534925] usb usb4: Manufacturer: Linux 5.10.9-arch1-1 xhci-hcd
[    2.534926] usb usb4: SerialNumber: 0000:38:00.0
[    2.535016] hub 4-0:1.0: USB hub found
[    2.535025] hub 4-0:1.0: 2 ports detected
[    2.535756] cryptd: max_cpu_qlen set to 1000
[    2.541466] AVX2 version of gcm_enc/dec engaged.
[    2.541468] AES CTR mode by8 optimization enabled
[    2.570598] device-mapper: uevent: version 1.0.3
[    2.570633] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    2.574054] Key type encrypted registered
[    2.636625] tsc: Refined TSC clocksource calibration: 1607.996 MHz
[    2.636643] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x172da68deef, max_idle_ns: 440795285945 ns
[    2.636719] clocksource: Switched to clocksource tsc
[    2.859943] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[    3.094349] usb 1-4: New USB device found, idVendor=0a5c, idProduct=5843, bcdDevice= 1.01
[    3.094355] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.094359] usb 1-4: Product: 58200
[    3.094362] usb 1-4: Manufacturer: Broadcom Corp
[    3.094364] usb 1-4: SerialNumber: 0123456789ABCD
[    3.197505] usb 2-4: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    3.232462] usb 2-4: New USB device found, idVendor=0bda, idProduct=0409, bcdDevice= 1.43
[    3.232468] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.232472] usb 2-4: Product: 4-Port USB 3.0 Hub
[    3.232474] usb 2-4: Manufacturer: Generic
[    3.241735] hub 2-4:1.0: USB hub found
[    3.243073] hub 2-4:1.0: 2 ports detected
[    3.343115] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[    3.500837] usb 1-6: New USB device found, idVendor=0bda, idProduct=5409, bcdDevice= 1.43
[    3.500843] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.500847] usb 1-6: Product: 4-Port USB 2.0 Hub
[    3.500850] usb 1-6: Manufacturer: Generic
[    3.502761] hub 1-6:1.0: USB hub found
[    3.503990] hub 1-6:1.0: 4 ports detected
[    3.629776] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[    3.772372] usb 1-7: New USB device found, idVendor=0bda, idProduct=5514, bcdDevice=91.58
[    3.772378] usb 1-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    3.772381] usb 1-7: Product: Integrated_Webcam_HD
[    3.772384] usb 1-7: Manufacturer: Integrated_Webcam_HD
[    3.772387] usb 1-7: SerialNumber: 200901010001
[    3.843295] usb 1-6.1: new full-speed USB device number 5 using xhci_hcd
[    3.940323] usb 1-6.1: New USB device found, idVendor=0d8c, idProduct=0014, bcdDevice= 1.00
[    3.940329] usb 1-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.940333] usb 1-6.1: Product: Mpow-224
[    3.940336] usb 1-6.1: Manufacturer: C-Media Electronics Inc
[    3.940339] usb 1-6.1: SerialNumber: 20200316
[    3.952598] input: C-Media Electronics Inc Mpow-224 as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1/1-6.1:1.3/0003:0D8C:0014.0001/input/input6
[    4.007025] hid-generic 0003:0D8C:0014.0001: input,hidraw0: USB HID v1.00 Device [C-Media Electronics Inc Mpow-224] on usb-0000:00:14.0-6.1/input3
[    4.007117] usbcore: registered new interface driver usbhid
[    4.007119] usbhid: USB HID core driver
[    4.056616] usb 1-10: new full-speed USB device number 6 using xhci_hcd
[    4.199810] usb 1-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    4.199816] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.286612] usb 1-6.3: new full-speed USB device number 7 using xhci_hcd
[    4.382634] usb 1-6.3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.11
[    4.382640] usb 1-6.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.382644] usb 1-6.3: Product: USB Receiver
[    4.382647] usb 1-6.3: Manufacturer: Logitech
[    4.395332] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.0/0003:046D:C52B.0002/input/input7
[    4.450541] hid-generic 0003:046D:C52B.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-6.3/input0
[    4.453725] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.1/0003:046D:C52B.0003/input/input8
[    4.454024] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.1/0003:046D:C52B.0003/input/input9
[    4.510272] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.1/0003:046D:C52B.0003/input/input10
[    4.510724] hid-generic 0003:046D:C52B.0003: input,hiddev96,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-6.3/input1
[    4.513146] hid-generic 0003:046D:C52B.0004: hiddev97,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-6.3/input2
[    4.586460] usb 1-6.4: new high-speed USB device number 8 using xhci_hcd
[    4.681980] usb 1-6.4: New USB device found, idVendor=0718, idProduct=065a, bcdDevice= 1.00
[    4.681986] usb 1-6.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.681989] usb 1-6.4: Product: Trans-It Edge
[    4.681992] usb 1-6.4: Manufacturer: TDKMedia
[    4.681995] usb 1-6.4: SerialNumber: ***
[    4.691040] usb-storage 1-6.4:1.0: USB Mass Storage device detected
[    4.691356] scsi host0: usb-storage 1-6.4:1.0
[    4.691425] usbcore: registered new interface driver usb-storage
[    4.692585] usbcore: registered new interface driver uas
[    4.771782] logitech-djreceiver 0003:046D:C52B.0004: hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-6.3/input2
[    4.885987] input: Logitech Wireless Device PID:4055 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.2/0003:046D:C52B.0004/0003:046D:4055.0005/input/input12
[    4.886180] hid-generic 0003:046D:4055.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Device PID:4055] on usb-0000:00:14.0-6.3/input2:1
[    4.888244] input: Logitech Wireless Device PID:2011 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.2/0003:046D:C52B.0004/0003:046D:2011.0006/input/input16
[    4.888618] input: Logitech Wireless Device PID:2011 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.2/0003:046D:C52B.0004/0003:046D:2011.0006/input/input17
[    4.888753] input: Logitech Wireless Device PID:2011 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.2/0003:046D:C52B.0004/0003:046D:2011.0006/input/input18
[    4.888902] hid-generic 0003:046D:2011.0006: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Device PID:2011] on usb-0000:00:14.0-6.3/input2:2
[    4.949710] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.2/0003:046D:C52B.0004/0003:046D:4055.0005/input/input22
[    4.950078] logitech-hidpp-device 0003:046D:4055.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:00:14.0-6.3/input2:1
[    5.163899] input: Logitech K520 as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.2/0003:046D:C52B.0004/0003:046D:2011.0006/input/input23
[    5.164426] logitech-hidpp-device 0003:046D:2011.0006: input,hidraw3: USB HID v1.11 Keyboard [Logitech K520] on usb-0000:00:14.0-6.3/input2:2
[    5.705124] scsi 0:0:0:0: Direct-Access     TDKMedia Trans-It Edge    PMAP PQ: 0 ANSI: 0 CCS
[    5.706905] sd 0:0:0:0: [sda] 15638528 512-byte logical blocks: (8.01 GB/7.46 GiB)
[    5.707280] sd 0:0:0:0: [sda] Write Protect is off
[    5.707285] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[    5.707481] sd 0:0:0:0: [sda] No Caching mode page found
[    5.707485] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    5.739775]  sda: sda1 sda2
[    5.742333] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    6.126466] random: cryptsetup: uninitialized urandom read (4 bytes read)
[    6.131965] random: cryptsetup: uninitialized urandom read (4 bytes read)
[    9.944760] random: cryptsetup: uninitialized urandom read (2 bytes read)
[    9.951237] random: lvm: uninitialized urandom read (4 bytes read)
[    9.981063] random: lvm: uninitialized urandom read (2 bytes read)
[   10.083029] PM: Image not found (code -22)
[   10.122327] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[   10.253921] systemd[1]: systemd 247.2-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)
[   10.270109] systemd[1]: Detected architecture x86-64.
[   10.304313] systemd[1]: Set hostname to <shervin-***>.
[   10.418822] systemd[1]: Queued start job for default target Graphical Interface.
[   10.425915] systemd[1]: Created slice system-getty.slice.
[   10.426136] systemd[1]: Created slice system-modprobe.slice.
[   10.426357] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   10.426566] systemd[1]: Created slice User and Session Slice.
[   10.426594] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   10.426613] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   10.426682] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   10.426700] systemd[1]: Reached target Local Encrypted Volumes.
[   10.426707] systemd[1]: Reached target Login Prompts.
[   10.426719] systemd[1]: Reached target Paths.
[   10.426725] systemd[1]: Reached target Remote File Systems.
[   10.426729] systemd[1]: Reached target Slices.
[   10.426776] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   10.426967] systemd[1]: Listening on LVM2 metadata daemon socket.
[   10.427001] systemd[1]: Listening on LVM2 poll daemon socket.
[   10.427589] systemd[1]: Listening on Process Core Dump Socket.
[   10.427666] systemd[1]: Listening on Journal Audit Socket.
[   10.427707] systemd[1]: Listening on Journal Socket (/dev/log).
[   10.427749] systemd[1]: Listening on Journal Socket.
[   10.427929] systemd[1]: Listening on udev Control Socket.
[   10.427964] systemd[1]: Listening on udev Kernel Socket.
[   10.428422] systemd[1]: Mounting Huge Pages File System...
[   10.428930] systemd[1]: Mounting POSIX Message Queue File System...
[   10.429440] systemd[1]: Mounting Kernel Debug File System...
[   10.429997] systemd[1]: Mounting Kernel Trace File System...
[   10.430773] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   10.431330] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   10.431752] systemd[1]: Starting Load Kernel Module configfs...
[   10.432178] systemd[1]: Starting Load Kernel Module drm...
[   10.432622] systemd[1]: Starting Load Kernel Module fuse...
[   10.433767] systemd[1]: Starting Set Up Additional Binary Formats...
[   10.433798] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   10.434822] systemd[1]: Starting Journal Service...
[   10.435815] systemd[1]: Starting Load Kernel Modules...
[   10.436602] systemd[1]: Starting Remount Root and Kernel File Systems...
[   10.436811] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[   10.437565] systemd[1]: Starting Coldplug All udev Devices...
[   10.438869] systemd[1]: Mounted Huge Pages File System.
[   10.438949] systemd[1]: Mounted POSIX Message Queue File System.
[   10.439006] systemd[1]: Mounted Kernel Debug File System.
[   10.439069] systemd[1]: Mounted Kernel Trace File System.
[   10.439417] Linux agpgart interface v0.103
[   10.439606] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   10.439846] systemd[1]: modprobe@configfs.service: Succeeded.
[   10.440123] systemd[1]: Finished Load Kernel Module configfs.
[   10.440192] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 557 (systemd-binfmt)
[   10.440981] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[   10.441380] EXT4-fs (dm-2): re-mounted. Opts: (null)
[   10.441925] systemd[1]: Mounting Kernel Configuration File System...
[   10.443626] systemd[1]: Finished Remount Root and Kernel File Systems.
[   10.444070] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[   10.444137] systemd[1]: Mounted Kernel Configuration File System.
[   10.444372] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[   10.445511] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   10.446251] systemd[1]: Starting Load/Save Random Seed...
[   10.447098] systemd[1]: Starting Create System Users...
[   10.447633] systemd[1]: Finished Set Up Additional Binary Formats.
[   10.448203] systemd[1]: Finished Load Kernel Modules.
[   10.448914] fuse: init (API version 7.32)
[   10.449240] systemd[1]: Starting Apply Kernel Variables...
[   10.449593] systemd[1]: modprobe@fuse.service: Succeeded.
[   10.449972] systemd[1]: Finished Load Kernel Module fuse.
[   10.450769] systemd[1]: Mounting FUSE Control File System...
[   10.452572] systemd[1]: Mounted FUSE Control File System.
[   10.454166] systemd[1]: Finished Apply Kernel Variables.
[   10.458565] systemd[1]: Finished Create System Users.
[   10.458609] audit: type=1130 audit(1611325585.280:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.459536] systemd[1]: Starting Create Static Device Nodes in /dev...
[   10.468504] systemd[1]: Finished Create Static Device Nodes in /dev.
[   10.468544] audit: type=1130 audit(1611325585.290:3): 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'
[   10.468774] systemd[1]: modprobe@drm.service: Succeeded.
[   10.469094] systemd[1]: Finished Load Kernel Module drm.
[   10.469114] audit: type=1130 audit(1611325585.290:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.469126] audit: type=1131 audit(1611325585.290:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.470019] audit: type=1334 audit(1611325585.294:6): prog-id=13 op=LOAD
[   10.470058] audit: type=1334 audit(1611325585.294:7): prog-id=14 op=LOAD
[   10.470405] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[   10.491078] systemd[1]: Started Journal Service.
[   10.491166] audit: type=1130 audit(1611325585.314:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.503239] audit: type=1130 audit(1611325585.327:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.535595] audit: type=1130 audit(1611325585.357:10): 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.536308] audit: type=1130 audit(1611325585.357:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.569134] input: Intel HID events as /devices/platform/INT33D5:00/input/input24
[   10.570937] ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty)
[   10.570944] intel-hid INT33D5:00: platform supports 5 button array
[   10.570990] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input25
[   10.571196]  (20200925/nsprepkg-94)
[   10.677451] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[   10.677520] wmi_bus wmi_bus-PNP0C14:03: WQBC data block query control method not found
[   10.677521] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[   10.680076] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[   10.685486] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[   10.685603] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[   10.688075] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[   10.692429] intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
[   10.713051] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[   10.713325] idma64 idma64.0: Found Intel integrated DMA 64-bit
[   10.798149] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[   10.800087] mousedev: PS/2 mouse device common for all mice
[   10.816135] intel_rapl_common: Found RAPL domain package
[   10.816137] intel_rapl_common: Found RAPL domain dram
[   10.816377] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[   10.846990] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   10.849445] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   10.850875] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   10.850876] cfg80211: failed to load regulatory.db
[   10.897441] random: crng init done
[   10.897443] random: 1 urandom warning(s) missed due to ratelimiting
[   10.962197] mc: Linux media interface: v0.10
[   10.965275] Bluetooth: Core ver 2.22
[   10.965292] NET: Registered protocol family 31
[   10.965293] Bluetooth: HCI device and connection manager initialized
[   10.965296] Bluetooth: HCI socket layer initialized
[   10.965298] Bluetooth: L2CAP socket layer initialized
[   10.965302] Bluetooth: SCO socket layer initialized
[   10.966614] Intel(R) Wireless WiFi driver for Linux
[   10.966816] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[   10.967042] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   10.967358] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   10.972562] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[   10.972573] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 65.3.35.22
[   10.972834] iwlwifi 0000:00:14.3: loaded firmware version 59.601f3a66.0 QuZ-a0-hr-b0-59.ucode op_mode iwlmvm
[   11.013053] intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
[   11.013328] idma64 idma64.1: Found Intel integrated DMA 64-bit
[   11.064332] input: PC Speaker as /devices/platform/pcspkr/input/input26
[   11.070553] videodev: Linux video capture interface: v2.00
[   11.096324] uvcvideo: Found UVC 1.10 device Integrated_Webcam_HD (0bda:5514)
[   11.097583] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input27
[   11.097958] uvcvideo: Found UVC 1.50 device Integrated_Webcam_HD (0bda:5514)
[   11.098720] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.2/input/input28
[   11.098803] usbcore: registered new interface driver uvcvideo
[   11.098804] USB Video Class driver (1.1.1)
[   11.103346] usbcore: registered new interface driver snd-usb-audio
[   11.150853] EXT4-fs (nvme0n1p6): mounted filesystem with ordered data mode. Opts: (null)
[   11.183422] usbcore: registered new interface driver btusb
[   11.184165] Bluetooth: hci0: Firmware revision 0.0 build 127 week 48 2020
[   11.264274] i2c i2c-1: 2/2 memory slots populated (from DMI)
[   11.271004] i2c_hid i2c-DELL08AF:00: supply vdd not found, using dummy regulator
[   11.271023] i2c_hid i2c-DELL08AF:00: supply vddl not found, using dummy regulator
[   11.299681] intel-lpss 0000:00:19.0: enabling device (0004 -> 0006)
[   11.320535] checking generic (4000000000 7f0000) vs hw (604a000000 1000000)
[   11.320538] checking generic (4000000000 7f0000) vs hw (4000000000 10000000)
[   11.320539] fb0: switching to inteldrmfb from EFI VGA
[   11.320611] Console: switching to colour dummy device 80x25
[   11.320634] i915 0000:00:02.0: vgaarb: deactivate vga console
[   11.321546] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x354
[   11.321737] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   11.321738] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   11.321739] RAPL PMU: hw unit of domain package 2^-14 Joules
[   11.321739] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   11.321739] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   11.321740] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   11.335967] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[   11.344994] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   11.346537] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[   11.426688] input: DELL08AF:00 0488:120A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL08AF:00/0018:0488:120A.0007/input/input29
[   11.426741] input: DELL08AF:00 0488:120A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL08AF:00/0018:0488:120A.0007/input/input30
[   11.426780] input: DELL08AF:00 0488:120A as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL08AF:00/0018:0488:120A.0007/input/input31
[   11.426811] hid-generic 0018:0488:120A.0007: input,hidraw4: I2C HID v1.00 Mouse [DELL08AF:00 0488:120A] on i2c-DELL08AF:00
[   11.451409] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[   11.506172] iwlwifi 0000:00:14.3: base HW address: 9c:29:76:a2:7f:92
[   11.513074] Adding 16777212k swap on /dev/mapper/arch-swap.  Priority:-2 extents:1 across:16777212k SSFS
[   11.518846] thermal thermal_zone10: failed to read out thermal zone (-61)
[   11.574425] iTCO_vendor_support: vendor-support=0
[   11.575634] intel_rapl_common: Found RAPL domain package
[   11.575636] intel_rapl_common: Found RAPL domain core
[   11.575637] intel_rapl_common: Found RAPL domain uncore
[   11.575639] intel_rapl_common: Found RAPL domain dram
[   11.575640] intel_rapl_common: Found RAPL domain psys
[   11.583048] input: Dell WMI hotkeys as /devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input32
[   11.632652] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   11.632701] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[   11.637381] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
[   11.675491] sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[   11.675504] sof-audio-pci 0000:00:1f.3: enabling device (0000 -> 0002)
[   11.676051] sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[   11.755520] dell_laptop: Using i8042 filter function for receiving events
[   11.756129] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=4
[   11.763270] hid-generic 001F:8087:0AC2.0008: hidraw5: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[   11.768675] hid-generic 001F:8087:0AC2.0009: hidraw6: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[   11.774668] hid-generic 001F:8087:0AC2.000A: hidraw7: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[   11.778802] hid-generic 001F:8087:0AC2.000B: hidraw8: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[   11.860583] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.860585] Bluetooth: BNEP filters: protocol multicast
[   11.860588] Bluetooth: BNEP socket layer initialized
[   11.868951] NET: Registered protocol family 38
[   11.896999] input: DELL08AF:00 0488:120A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL08AF:00/0018:0488:120A.0007/input/input33
[   11.897114] input: DELL08AF:00 0488:120A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL08AF:00/0018:0488:120A.0007/input/input34
[   11.897209] input: DELL08AF:00 0488:120A UNKNOWN as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL08AF:00/0018:0488:120A.0007/input/input35
[   11.897275] hid-multitouch 0018:0488:120A.0007: input,hidraw4: I2C HID v1.00 Mouse [DELL08AF:00 0488:120A] on i2c-DELL08AF:00
[   12.549179] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
[   12.553854] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   12.556234] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input36
[   12.556774] sof-audio-pci 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   12.637929] ------------[ cut here ]------------
[   12.637933] WARNING: CPU: 3 PID: 130 at kernel/kmod.c:136 __request_module+0x282/0x400
[   12.637934] Modules linked in: hid_sensor_gyro_3d hid_sensor_accel_3d hid_sensor_als hid_sensor_trigger cmac industrialio_triggered_buffer kfifo_buf hid_sensor_iio_common industrialio algif_hash algif_skcipher af_alg hid_sensor_hub cros_ec_ishtp bnep cros_ec intel_ishtp_loader dell_rbtn hid_multitouch snd_soc_dmic intel_ishtp_hid snd_sof_pci snd_sof_intel_byt x86_pkg_temp_thermal iTCO_wdt intel_powerclamp coretemp dell_wmi snd_sof_intel_ipc intel_pmc_bxt intel_rapl_msr iTCO_vendor_support snd_sof_intel_hda_common kvm_intel dell_laptop snd_soc_hdac_hda snd_sof_xtensa_dsp snd_sof_intel_hda dell_smbios wmi_bmof intel_wmi_thunderbolt snd_sof dell_wmi_descriptor dcdbas dell_smm_hwmon kvm snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi ledtrig_audio snd_hda_intel snd_intel_dspcfg soundwire_intel irqbypass soundwire_generic_allocation soundwire_cadence rapl iwlmvm snd_hda_codec nls_iso8859_1 vfat intel_cstate fat mac80211 snd_hda_core i915 intel_uncore uvcvideo soundwire_bus snd_usb_audio
[   12.637968]  snd_soc_core videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common btusb snd_usbmidi_lib btrtl snd_hwdep pcspkr videodev libarc4 btbcm snd_compress snd_rawmidi btintel ac97_bus i2c_algo_bit snd_pcm_dmaengine snd_seq_device iwlwifi i2c_i801 i2c_smbus drm_kms_helper snd_pcm thunderbolt bluetooth mc cec snd_timer intel_gtt ecdh_generic mousedev joydev snd cfg80211 soundcore ecc syscopyarea processor_thermal_device intel_ish_ipc intel_lpss_pci sysfillrect intel_rapl_common sysimgblt intel_lpss intel_ishtp rfkill fb_sys_fops intel_soc_dts_iosf idma64 intel_pch_thermal ucsi_acpi typec_ucsi typec wmi mac_hid i2c_hid soc_button_array video int3403_thermal int3400_thermal int340x_thermal_zone acpi_thermal_rel intel_hid sparse_keymap acpi_pad dptf_power drm fuse crypto_user agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 hid_logitech_hidpp uas usb_storage hid_logitech_dj usbhid dm_crypt cbc encrypted_keys dm_mod trusted tpm rng_core
[   12.638009]  rtsx_pci_sdmmc mmc_core crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel crypto_simd cryptd glue_helper serio_raw rtsx_pci xhci_pci xhci_pci_renesas
[   12.638016] CPU: 3 PID: 130 Comm: kworker/u24:1 Not tainted 5.10.9-arch1-1 #1
[   12.638017] Hardware name: Dell Inc. Latitude 9510/0G0T42, BIOS 1.3.1 08/27/2020
[   12.638019] Workqueue: events_unbound async_run_entry_fn
[   12.638020] RIP: 0010:__request_module+0x282/0x400
[   12.638022] Code: e6 e8 12 03 08 00 65 ff 0d 9b de 15 6c 0f 85 cb fe ff ff e8 8f a9 f4 ff e9 c1 fe ff ff e8 a6 e5 ff ff 84 c0 0f 84 34 fe ff ff <0f> 0b e9 2d fe ff ff 48 c7 c6 d0 12 e1 94 48 c7 c7 c0 44 85 95 e8
[   12.638022] RSP: 0018:ffffacf70051b930 EFLAGS: 00010202
[   12.638024] RAX: ffff9232c1354401 RBX: 0000000000000001 RCX: 0000000000000000
[   12.638024] RDX: ffffffffc0aaee36 RSI: ffffffff951da881 RDI: ffff9232c13c9f40
[   12.638025] RBP: ffffacf70051ba08 R08: ffff9232c0da11f3 R09: 0000000000000000
[   12.638025] R10: ffffacf70051ba18 R11: ffff9232c0da11f3 R12: ffffacf70051b970
[   12.638026] R13: ffffffff951da881 R14: ffffacf70051ba18 R15: ffff9232c33c4660
[   12.638027] FS:  0000000000000000(0000) GS:ffff92363d4c0000(0000) knlGS:0000000000000000
[   12.638028] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   12.638028] CR2: 0000561abf1478c0 CR3: 0000000107c4a002 CR4: 00000000003706e0
[   12.638029] Call Trace:
[   12.638037]  rc_map_get+0x7a/0xe0
[   12.638039]  rc_register_device+0x120/0x540
[   12.638042]  cec_register_adapter+0x62/0x250 [cec]
[   12.638051]  drm_dp_cec_set_edid+0x163/0x1d9 [drm_kms_helper]
[   12.638105]  intel_dp_set_edid+0x232/0x290 [i915]
[   12.638139]  intel_dp_detect+0x1c2/0x680 [i915]
[   12.638144]  drm_helper_probe_detect+0x49/0xa0 [drm_kms_helper]
[   12.638149]  drm_helper_probe_single_connector_modes+0x625/0x810 [drm_kms_helper]
[   12.638166]  drm_client_modeset_probe+0x29d/0x13e0 [drm]
[   12.638169]  ? wake_page_function+0x59/0x90
[   12.638171]  ? cpuacct_charge+0x32/0x80
[   12.638176]  __drm_fb_helper_initial_config_and_unlock+0x44/0x4b0 [drm_kms_helper]
[   12.638178]  ? __update_idle_core+0x20/0xa0
[   12.638180]  ? __switch_to_asm+0x42/0x70
[   12.638181]  ? finish_task_switch+0x75/0x250
[   12.638214]  intel_fbdev_initial_config+0x14/0x30 [i915]
[   12.638215]  async_run_entry_fn+0x37/0x140
[   12.638217]  process_one_work+0x1d6/0x3a0
[   12.638219]  worker_thread+0x4d/0x3d0
[   12.638221]  ? rescuer_thread+0x410/0x410
[   12.638222]  kthread+0x133/0x150
[   12.638223]  ? __kthread_bind_mask+0x60/0x60
[   12.638225]  ret_from_fork+0x1f/0x30
[   12.638227] ---[ end trace 883c8f60c7a936a4 ]---
[   12.669768] sof-audio-pci 0000:00:1f.3: use msi interrupt mode
[   12.690017] sof-audio-pci 0000:00:1f.3: hda codecs found, mask 4
[   12.693011] Registered IR keymap rc-cec
[   12.693053] rc rc0: DP-2 as /devices/pci0000:00/0000:00:02.0/rc/rc0
[   12.693101] input: DP-2 as /devices/pci0000:00/0000:00:02.0/rc/rc0/input37
[   12.718377] fbcon: i915drmfb (fb0) is primary device
[   12.801591] sof-audio-pci 0000:00:1f.3: Firmware info: version 1:6:1-53680
[   12.801592] sof-audio-pci 0000:00:1f.3: Firmware: ABI 3:17:0 Kernel ABI 3:17:0
[   12.810504] sof-audio-pci 0000:00:1f.3: Topology: ABI 3:17:0 Kernel ABI 3:17:0
[   12.821064] sof-audio-pci 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred
[   13.274667] input: sof-soundwire Headset Jack as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input38
[   13.274777] input: sof-soundwire HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input39
[   13.274870] input: sof-soundwire HDMI/DP,pcm=6 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input40
[   13.274892] input: sof-soundwire HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input41
[   13.910539] Console: switching to colour frame buffer device 240x67
[   13.930815] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   15.495815] kauditd_printk_skb: 33 callbacks suppressed
[   15.495816] audit: type=1130 audit(1611325590.317:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.692981] audit: type=1130 audit(1611325590.514:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   16.009123] audit: type=1100 audit(1611325590.830:47): pid=864 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_shells,pam_permit acct="shervinkh" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   16.011859] audit: type=1101 audit(1611325590.834:48): pid=864 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="shervinkh" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   16.012216] audit: type=1103 audit(1611325590.834:49): pid=864 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_shells,pam_permit acct="shervinkh" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   16.012271] audit: type=1006 audit(1611325590.834:50): pid=864 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[   16.023384] audit: type=1130 audit(1611325590.847:51): 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'
[   16.027416] audit: type=1101 audit(1611325590.850:52): pid=866 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="shervinkh" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.027434] audit: type=1103 audit(1611325590.850:53): pid=866 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="shervinkh" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   16.027464] audit: type=1006 audit(1611325590.850:54): pid=866 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   17.113071] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   17.115128] Bridge firewalling registered
[   18.708510] Bluetooth: RFCOMM TTY layer initialized
[   18.708517] Bluetooth: RFCOMM socket layer initialized
[   18.708524] Bluetooth: RFCOMM ver 1.11
[   18.732480] wlo1: authenticate with 9c:9d:7e:82:b0:28
[   18.736096] wlo1: send auth to 9c:9d:7e:82:b0:28 (try 1/3)
[   18.762564] wlo1: authenticated
[   18.763008] wlo1: associate with 9c:9d:7e:82:b0:28 (try 1/3)
[   18.766523] wlo1: RX AssocResp from 9c:9d:7e:82:b0:28 (capab=0x11 status=0 aid=2)
[   18.769482] wlo1: associated
[   18.784554] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[   22.011074] kauditd_printk_skb: 93 callbacks suppressed
[   22.011076] audit: type=1131 audit(1611325596.834:148): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.116240] audit: type=1701 audit(1611325597.937:149): auid=1000 uid=1000 gid=1000 ses=1 pid=1199 comm=5468726561642028706F6F6C656429 exe="/usr/bin/baloo_file" sig=11 res=1
[   23.156606] audit: type=1334 audit(1611325597.980:150): prog-id=22 op=LOAD
[   23.156646] audit: type=1334 audit(1611325597.980:151): prog-id=23 op=LOAD
[   23.157487] audit: type=1130 audit(1611325597.980:152): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1883-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.411993] audit: type=1131 audit(1611325598.234:153): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1883-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.620412] audit: type=1334 audit(1611325598.444:154): prog-id=23 op=UNLOAD
[   23.620416] audit: type=1334 audit(1611325598.444:155): prog-id=22 op=UNLOAD
[   41.974860] audit: type=1131 audit(1611325616.797:156): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   42.259078] audit: type=1334 audit(1611325617.085:157): prog-id=18 op=UNLOAD
[   42.259087] audit: type=1334 audit(1611325617.085:158): prog-id=17 op=UNLOAD

Xorg Log

[    14.127] (--) Log file renamed from "/var/log/Xorg.pid-811.log" to "/var/log/Xorg.0.log"
[    14.129] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[    14.129] Build Operating System: Linux Arch Linux
[    14.129] Current Operating System: Linux shervin-*** 5.10.9-arch1-1 #1 SMP PREEMPT Tue, 19 Jan 2021 22:06:06 +0000 x86_64
[    14.129] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/arch-root rw cryptdevice=UUID=1d2a7176-0946-4aa0-8124-0833b02da820:main:allow-discards cryptkey=UUID=2020-09-01-17-37-13-00:8192:4096 root=/dev/arch/root resume=UUID=02679877-17bd-44f8-a360-621175a86348 mem_sleep_default=deep loglevel=3 quiet
[    14.129] Build Date: 14 December 2020  12:10:29PM
[    14.129]  
[    14.129] Current version of pixman: 0.40.0
[    14.129] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    14.129] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    14.129] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 22 09:26:28 2021
[    14.130] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    14.131] (==) No Layout section.  Using the first Screen section.
[    14.131] (==) No screen section available. Using defaults.
[    14.131] (**) |-->Screen "Default Screen Section" (0)
[    14.131] (**) |   |-->Monitor "<default monitor>"
[    14.131] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    14.131] (==) Automatically adding devices
[    14.131] (==) Automatically enabling devices
[    14.131] (==) Automatically adding GPU devices
[    14.131] (==) Automatically binding GPU devices
[    14.131] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    14.132] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    14.132] 	Entry deleted from font path.
[    14.134] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    14.134] 	Entry deleted from font path.
[    14.136] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    14.136] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.136] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.136] (II) Module ABI versions:
[    14.136] 	X.Org ANSI C Emulation: 0.4
[    14.136] 	X.Org Video Driver: 24.1
[    14.136] 	X.Org XInput driver : 24.1
[    14.136] 	X.Org Server Extension : 10.0
[    14.136] (++) using VT number 1

[    14.136] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    14.137] (II) xfree86: Adding drm device (/dev/dri/card0)
[    14.252] (--) PCI:*(0@0:2:0) 8086:9bca:1028:0983 rev 4, Mem @ 0x604a000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[    14.253] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    14.253] (II) LoadModule: "glx"
[    14.255] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    14.261] (II) Module glx: vendor="X.Org Foundation"
[    14.261] 	compiled for 1.20.10, module version = 1.0.0
[    14.261] 	ABI class: X.Org Server Extension, version 10.0
[    14.261] (==) Matched intel as autoconfigured driver 0
[    14.261] (==) Matched modesetting as autoconfigured driver 1
[    14.261] (==) Matched fbdev as autoconfigured driver 2
[    14.261] (==) Matched vesa as autoconfigured driver 3
[    14.261] (==) Assigned the driver to the xf86ConfigLayout
[    14.261] (II) LoadModule: "intel"
[    14.262] (WW) Warning, couldn't open module intel
[    14.262] (EE) Failed to load module "intel" (module does not exist, 0)
[    14.262] (II) LoadModule: "modesetting"
[    14.262] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    14.264] (II) Module modesetting: vendor="X.Org Foundation"
[    14.264] 	compiled for 1.20.10, module version = 1.20.10
[    14.264] 	Module class: X.Org Video Driver
[    14.264] 	ABI class: X.Org Video Driver, version 24.1
[    14.264] (II) LoadModule: "fbdev"
[    14.264] (WW) Warning, couldn't open module fbdev
[    14.264] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    14.264] (II) LoadModule: "vesa"
[    14.264] (WW) Warning, couldn't open module vesa
[    14.264] (EE) Failed to load module "vesa" (module does not exist, 0)
[    14.264] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    14.275] (II) modeset(0): using drv /dev/dri/card0
[    14.275] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    14.275] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    14.275] (==) modeset(0): RGB weight 888
[    14.275] (==) modeset(0): Default visual is TrueColor
[    14.275] (II) Loading sub module "glamoregl"
[    14.275] (II) LoadModule: "glamoregl"
[    14.275] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    14.280] (II) Module glamoregl: vendor="X.Org Foundation"
[    14.280] 	compiled for 1.20.10, module version = 1.0.1
[    14.280] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.441] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (CML GT2)
[    14.441] (II) modeset(0): glamor initialized
[    14.442] (II) modeset(0): Output eDP-1 has no monitor section
[    14.442] (II) modeset(0): Output DP-1 has no monitor section
[    14.463] (II) modeset(0): Output HDMI-1 has no monitor section
[    14.531] (II) modeset(0): Output DP-2 has no monitor section
[    14.552] (II) modeset(0): Output HDMI-2 has no monitor section
[    14.554] (II) modeset(0): EDID for output eDP-1
[    14.554] (II) modeset(0): Manufacturer: AUO  Model: 107d  Serial#: 0
[    14.554] (II) modeset(0): Year: 2020  Week: 5
[    14.554] (II) modeset(0): EDID Version: 1.4
[    14.554] (II) modeset(0): Digital Display Input
[    14.554] (II) modeset(0): 8 bits per channel
[    14.554] (II) modeset(0): Digital interface is DisplayPort
[    14.554] (II) modeset(0): Max Image Size [cm]: horiz.: 33  vert.: 19
[    14.554] (II) modeset(0): Gamma: 2.20
[    14.554] (II) modeset(0): No DPMS capabilities specified
[    14.554] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    14.554] (II) modeset(0): First detailed timing is preferred mode
[    14.554] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    14.554] (II) modeset(0): Display is continuous-frequency
[    14.554] (II) modeset(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    14.554] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    14.554] (II) modeset(0): Manufacturer's mask: 0
[    14.554] (II) modeset(0): Supported detailed timing:
[    14.554] (II) modeset(0): clock: 141.0 MHz   Image Size:  331 x 186 mm
[    14.554] (II) modeset(0): h_active: 1920  h_sync: 1936  h_sync_end 1952 h_blank_end 2104 h_border: 0
[    14.554] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1097 v_blanking: 1116 v_border: 0
[    14.554] (II) modeset(0): Supported detailed timing:
[    14.554] (II) modeset(0): clock: 112.8 MHz   Image Size:  331 x 186 mm
[    14.554] (II) modeset(0): h_active: 1920  h_sync: 1936  h_sync_end 1952 h_blank_end 2104 h_border: 0
[    14.554] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1097 v_blanking: 1116 v_border: 0
[    14.554] (II) modeset(0):  J4VRV€B150HAN
[    14.554] (II) modeset(0): Unknown vendor-specific block 0
[    14.554] (II) modeset(0): Number of EDID sections to follow: 1
[    14.554] (II) modeset(0): EDID (in hex):
[    14.554] (II) modeset(0): 	00ffffffffffff0006af7d1000000000
[    14.554] (II) modeset(0): 	051e0104a521137803ee95a3544c9926
[    14.554] (II) modeset(0): 	0f505400000001010101010101010101
[    14.554] (II) modeset(0): 	010101010101143780b8703824401010
[    14.554] (II) modeset(0): 	3e004bba1000001a102c80b870382440
[    14.554] (II) modeset(0): 	10103e004bba1000001a000000fe004a
[    14.554] (II) modeset(0): 	34565256804231353048414e00000000
[    14.554] (II) modeset(0): 	00034121a8000000000a010a202001cb
[    14.554] (II) modeset(0): 	02030f00e3058000e606050160604900
[    14.554] (II) modeset(0): 	00000000000000000000000000000000
[    14.554] (II) modeset(0): 	00000000000000000000000000000000
[    14.554] (II) modeset(0): 	00000000000000000000000000000000
[    14.554] (II) modeset(0): 	00000000000000000000000000000000
[    14.554] (II) modeset(0): 	00000000000000000000000000000000
[    14.554] (II) modeset(0): 	00000000000000000000000000000000
[    14.555] (II) modeset(0): 	00000000000000000000000000008bfe
[    14.555] (II) modeset(0): Printing probed modes for output eDP-1
[    14.555] (II) modeset(0): Modeline "1920x1080"x60.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 +hsync -vsync (67.0 kHz eP)
[    14.555] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    14.555] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    14.555] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    14.555] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    14.555] (II) modeset(0): Modeline "1920x1080"x48.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 +hsync -vsync (53.6 kHz e)
[    14.555] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    14.555] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    14.555] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    14.555] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    14.555] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    14.555] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    14.555] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    14.555] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    14.555] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    14.555] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    14.555] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    14.555] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    14.555] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    14.555] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    14.555] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    14.555] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    14.555] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    14.555] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    14.555] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    14.555] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    14.555] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    14.555] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    14.555] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    14.555] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    14.555] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    14.555] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    14.555] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    14.555] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    14.555] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    14.555] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    14.555] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    14.555] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    14.555] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    14.555] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    14.555] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    14.555] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    14.555] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    14.555] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    14.555] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    14.555] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    14.555] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    14.555] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    14.555] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    14.555] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    14.555] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    14.555] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    14.555] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    14.555] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    14.555] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    14.555] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    14.555] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    14.555] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    14.555] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    14.555] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    14.555] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    14.555] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    14.555] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    14.555] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    14.555] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    14.555] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    14.555] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    14.555] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    14.555] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    14.555] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    14.555] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    14.555] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    14.555] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    14.555] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    14.555] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    14.555] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    14.555] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    14.555] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    14.555] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    14.555] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    14.555] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    14.555] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    14.555] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    14.555] (II) modeset(0): EDID for output DP-1
[    14.576] (II) modeset(0): EDID for output HDMI-1
[    14.644] (II) modeset(0): EDID for output DP-2
[    14.644] (II) modeset(0): Manufacturer: DEL  Model: d0da  Serial#: 844050498
[    14.644] (II) modeset(0): Year: 2020  Week: 25
[    14.644] (II) modeset(0): EDID Version: 1.3
[    14.644] (II) modeset(0): Digital Display Input
[    14.644] (II) modeset(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    14.644] (II) modeset(0): Gamma: 2.20
[    14.644] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[    14.644] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    14.644] (II) modeset(0): First detailed timing is preferred mode
[    14.644] (II) modeset(0): redX: 0.652 redY: 0.336   greenX: 0.321 greenY: 0.610
[    14.644] (II) modeset(0): blueX: 0.153 blueY: 0.061   whiteX: 0.313 whiteY: 0.329
[    14.644] (II) modeset(0): Supported established timings:
[    14.644] (II) modeset(0): 720x400@70Hz
[    14.644] (II) modeset(0): 640x480@60Hz
[    14.644] (II) modeset(0): 640x480@75Hz
[    14.644] (II) modeset(0): 800x600@60Hz
[    14.644] (II) modeset(0): 800x600@75Hz
[    14.644] (II) modeset(0): 1024x768@60Hz
[    14.644] (II) modeset(0): 1024x768@75Hz
[    14.644] (II) modeset(0): 1280x1024@75Hz
[    14.644] (II) modeset(0): Manufacturer's mask: 0
[    14.644] (II) modeset(0): Supported standard timings:
[    14.644] (II) modeset(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    14.644] (II) modeset(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    14.644] (II) modeset(0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    14.644] (II) modeset(0): #3: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    14.644] (II) modeset(0): Supported detailed timing:
[    14.644] (II) modeset(0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[    14.644] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    14.644] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    14.644] (II) modeset(0): Serial No: BZCMJ43
[    14.644] (II) modeset(0): Monitor name: DELL P2419H
[    14.644] (II) modeset(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    14.644] (II) modeset(0): Supported detailed timing:
[    14.644] (II) modeset(0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[    14.644] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    14.644] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    14.644] (II) modeset(0): Supported detailed timing:
[    14.644] (II) modeset(0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[    14.644] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    14.644] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    14.644] (II) modeset(0): Supported detailed timing:
[    14.644] (II) modeset(0): clock: 74.2 MHz   Image Size:  527 x 296 mm
[    14.644] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    14.644] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    14.644] (II) modeset(0): Supported detailed timing:
[    14.644] (II) modeset(0): clock: 27.0 MHz   Image Size:  527 x 296 mm
[    14.644] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[    14.644] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[    14.644] (II) modeset(0): Number of EDID sections to follow: 1
[    14.644] (II) modeset(0): EDID (in hex):
[    14.644] (II) modeset(0): 	00ffffffffffff0010acdad042304f32
[    14.644] (II) modeset(0): 	191e010380351e78ea0565a756529c27
[    14.644] (II) modeset(0): 	0f5054a54b00714f8180a9c0d1c00101
[    14.644] (II) modeset(0): 	010101010101023a801871382d40582c
[    14.644] (II) modeset(0): 	45000f282100001e000000ff00425a43
[    14.644] (II) modeset(0): 	4d4a34330a2020202020000000fc0044
[    14.644] (II) modeset(0): 	454c4c205032343139480a20000000fd
[    14.644] (II) modeset(0): 	00384c1e5311000a202020202020010f
[    14.644] (II) modeset(0): 	020317b14c9005040302071601141f12
[    14.644] (II) modeset(0): 	1365030c001000023a801871382d4058
[    14.644] (II) modeset(0): 	2c45000f282100001e011d8018711c16
[    14.644] (II) modeset(0): 	20582c25000f282100009e011d007251
[    14.644] (II) modeset(0): 	d01e206e2855000f282100001e8c0ad0
[    14.644] (II) modeset(0): 	8a20e02d10103e96000f282100001800
[    14.644] (II) modeset(0): 	00000000000000000000000000000000
[    14.644] (II) modeset(0): 	0000000000000000000000000000003d
[    14.644] (II) modeset(0): Printing probed modes for output DP-2
[    14.644] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    14.644] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    14.644] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    14.644] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    14.644] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    14.644] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[    14.644] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    14.644] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    14.644] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    14.644] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    14.644] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    14.644] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    14.644] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    14.644] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    14.644] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    14.644] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    14.644] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    14.644] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    14.644] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    14.644] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    14.644] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    14.644] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    14.644] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    14.644] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    14.666] (II) modeset(0): EDID for output HDMI-2
[    14.666] (II) modeset(0): Output eDP-1 connected
[    14.666] (II) modeset(0): Output DP-1 disconnected
[    14.666] (II) modeset(0): Output HDMI-1 disconnected
[    14.666] (II) modeset(0): Output DP-2 connected
[    14.666] (II) modeset(0): Output HDMI-2 disconnected
[    14.666] (II) modeset(0): Using spanning desktop for initial modes
[    14.666] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    14.666] (II) modeset(0): Output DP-2 using initial mode 1920x1080 +1920+0
[    14.666] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    14.666] (==) modeset(0): DPI set to (96, 96)
[    14.666] (II) Loading sub module "fb"
[    14.666] (II) LoadModule: "fb"
[    14.666] (II) Loading /usr/lib/xorg/modules/libfb.so
[    14.667] (II) Module fb: vendor="X.Org Foundation"
[    14.667] 	compiled for 1.20.10, module version = 1.0.0
[    14.667] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.682] (==) modeset(0): Backing store enabled
[    14.682] (==) modeset(0): Silken mouse disabled
[    14.867] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    14.867] (==) modeset(0): DPMS enabled
[    14.868] (II) modeset(0): [DRI2] Setup complete
[    14.868] (II) modeset(0): [DRI2]   DRI driver: iris
[    14.868] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    14.868] (II) Initializing extension Generic Event Extension
[    14.868] (II) Initializing extension SHAPE
[    14.868] (II) Initializing extension MIT-SHM
[    14.868] (II) Initializing extension XInputExtension
[    14.868] (II) Initializing extension XTEST
[    14.868] (II) Initializing extension BIG-REQUESTS
[    14.868] (II) Initializing extension SYNC
[    14.868] (II) Initializing extension XKEYBOARD
[    14.868] (II) Initializing extension XC-MISC
[    14.868] (II) Initializing extension SECURITY
[    14.868] (II) Initializing extension XFIXES
[    14.868] (II) Initializing extension RENDER
[    14.868] (II) Initializing extension RANDR
[    14.869] (II) Initializing extension COMPOSITE
[    14.869] (II) Initializing extension DAMAGE
[    14.869] (II) Initializing extension MIT-SCREEN-SAVER
[    14.869] (II) Initializing extension DOUBLE-BUFFER
[    14.869] (II) Initializing extension RECORD
[    14.869] (II) Initializing extension DPMS
[    14.869] (II) Initializing extension Present
[    14.869] (II) Initializing extension DRI3
[    14.869] (II) Initializing extension X-Resource
[    14.869] (II) Initializing extension XVideo
[    14.869] (II) Initializing extension XVideo-MotionCompensation
[    14.869] (II) Initializing extension GLX
[    14.875] (II) AIGLX: Loaded and initialized iris
[    14.875] (II) GLX: Initialized DRI2 GL provider for screen 0
[    14.875] (II) Initializing extension XFree86-VidModeExtension
[    14.875] (II) Initializing extension XFree86-DGA
[    14.875] (II) Initializing extension XFree86-DRI
[    14.875] (II) Initializing extension DRI2
[    14.878] (II) modeset(0): Damage tracking initialized
[    14.878] (II) modeset(0): Setting screen physical size to 1016 x 285
[    14.934] (II) config/udev: Adding input device Video Bus (/dev/input/event17)
[    14.934] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    14.934] (II) LoadModule: "libinput"
[    14.934] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    14.937] (II) Module libinput: vendor="X.Org Foundation"
[    14.937] 	compiled for 1.20.8, module version = 0.30.0
[    14.937] 	Module class: X.Org XInput Driver
[    14.937] 	ABI class: X.Org XInput driver, version 24.1
[    14.937] (II) Using input driver 'libinput' for 'Video Bus'
[    14.937] (**) Video Bus: always reports core events
[    14.937] (**) Option "Device" "/dev/input/event17"
[    14.937] (**) Option "_source" "server/udev"
[    14.941] (II) event17 - Video Bus: is tagged by udev as: Keyboard
[    14.941] (II) event17 - Video Bus: device is a keyboard
[    14.942] (II) event17 - Video Bus: device removed
[    14.988] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input36/event17"
[    14.989] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    14.991] (II) event17 - Video Bus: is tagged by udev as: Keyboard
[    14.991] (II) event17 - Video Bus: device is a keyboard
[    14.992] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    14.993] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    14.993] (II) Using input driver 'libinput' for 'Power Button'
[    14.993] (**) Power Button: always reports core events
[    14.993] (**) Option "Device" "/dev/input/event1"
[    14.993] (**) Option "_source" "server/udev"
[    14.994] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    14.995] (II) event1  - Power Button: device is a keyboard
[    14.995] (II) event1  - Power Button: device removed
[    15.029] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    15.029] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    15.031] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    15.031] (II) event1  - Power Button: device is a keyboard
[    15.032] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    15.032] (II) No input driver specified, ignoring this device.
[    15.032] (II) This device may have been added with another device file.
[    15.033] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    15.033] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    15.033] (II) Using input driver 'libinput' for 'Sleep Button'
[    15.033] (**) Sleep Button: always reports core events
[    15.033] (**) Option "Device" "/dev/input/event2"
[    15.033] (**) Option "_source" "server/udev"
[    15.035] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    15.035] (II) event2  - Sleep Button: device is a keyboard
[    15.036] (II) event2  - Sleep Button: device removed
[    15.055] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[    15.055] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    15.058] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    15.058] (II) event2  - Sleep Button: device is a keyboard
[    15.060] (II) config/udev: Adding input device DP-2 (/dev/input/event18)
[    15.060] (**) DP-2: Applying InputClass "libinput keyboard catchall"
[    15.060] (II) Using input driver 'libinput' for 'DP-2'
[    15.060] (**) DP-2: always reports core events
[    15.060] (**) Option "Device" "/dev/input/event18"
[    15.060] (**) Option "_source" "server/udev"
[    15.062] (II) event18 - DP-2: is tagged by udev as: Keyboard Pointingstick
[    15.063] (II) event18 - DP-2: device is a pointer
[    15.063] (II) event18 - DP-2: device is a keyboard
[    15.064] (II) event18 - DP-2: device removed
[    15.095] (II) libinput: DP-2: needs a virtual subdevice
[    15.095] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/rc/rc0/input37/event18"
[    15.095] (II) XINPUT: Adding extended input device "DP-2" (type: MOUSE, id 9)
[    15.096] (**) Option "AccelerationScheme" "none"
[    15.096] (**) DP-2: (accel) selected scheme none/0
[    15.096] (**) DP-2: (accel) acceleration factor: 2.000
[    15.096] (**) DP-2: (accel) acceleration threshold: 4
[    15.098] (II) event18 - DP-2: is tagged by udev as: Keyboard Pointingstick
[    15.099] (II) event18 - DP-2: device is a pointer
[    15.099] (II) event18 - DP-2: device is a keyboard
[    15.101] (II) config/udev: Adding input device C-Media Electronics Inc Mpow-224 (/dev/input/event5)
[    15.101] (**) C-Media Electronics Inc Mpow-224: Applying InputClass "libinput keyboard catchall"
[    15.101] (II) Using input driver 'libinput' for 'C-Media Electronics Inc Mpow-224'
[    15.101] (**) C-Media Electronics Inc Mpow-224: always reports core events
[    15.101] (**) Option "Device" "/dev/input/event5"
[    15.101] (**) Option "_source" "server/udev"
[    15.105] (II) event5  - C-Media Electronics Inc Mpow-224: is tagged by udev as: Keyboard
[    15.105] (II) event5  - C-Media Electronics Inc Mpow-224: device is a keyboard
[    15.105] (II) event5  - C-Media Electronics Inc Mpow-224: device removed
[    15.162] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1/1-6.1:1.3/0003:0D8C:0014.0001/input/input6/event5"
[    15.162] (II) XINPUT: Adding extended input device "C-Media Electronics Inc Mpow-224" (type: KEYBOARD, id 10)
[    15.166] (II) event5  - C-Media Electronics Inc Mpow-224: is tagged by udev as: Keyboard
[    15.166] (II) event5  - C-Media Electronics Inc Mpow-224: device is a keyboard
[    15.168] (II) config/udev: Adding input device Logitech K520 (/dev/input/event7)
[    15.169] (**) Logitech K520: Applying InputClass "libinput keyboard catchall"
[    15.169] (II) Using input driver 'libinput' for 'Logitech K520'
[    15.169] (**) Logitech K520: always reports core events
[    15.169] (**) Option "Device" "/dev/input/event7"
[    15.169] (**) Option "_source" "server/udev"
[    15.172] (II) event7  - Logitech K520: is tagged by udev as: Keyboard
[    15.172] (II) event7  - Logitech K520: device is a keyboard
[    15.173] (II) event7  - Logitech K520: device removed
[    15.202] (II) libinput: Logitech K520: needs a virtual subdevice
[    15.202] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.2/0003:046D:C52B.0004/0003:046D:2011.0006/input/input23/event7"
[    15.202] (II) XINPUT: Adding extended input device "Logitech K520" (type: MOUSE, id 11)
[    15.202] (**) Option "AccelerationScheme" "none"
[    15.202] (**) Logitech K520: (accel) selected scheme none/0
[    15.202] (**) Logitech K520: (accel) acceleration factor: 2.000
[    15.202] (**) Logitech K520: (accel) acceleration threshold: 4
[    15.206] (II) event7  - Logitech K520: is tagged by udev as: Keyboard
[    15.206] (II) event7  - Logitech K520: device is a keyboard
[    15.209] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event6)
[    15.209] (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
[    15.209] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
[    15.209] (**) Logitech Wireless Mouse: always reports core events
[    15.209] (**) Option "Device" "/dev/input/event6"
[    15.209] (**) Option "_source" "server/udev"
[    15.212] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[    15.213] (II) event6  - Logitech Wireless Mouse: device is a pointer
[    15.213] (II) event6  - Logitech Wireless Mouse: device removed
[    15.282] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.2/0003:046D:C52B.0004/0003:046D:4055.0005/input/input22/event6"
[    15.282] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 12)
[    15.282] (**) Option "AccelerationScheme" "none"
[    15.282] (**) Logitech Wireless Mouse: (accel) selected scheme none/0
[    15.282] (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
[    15.282] (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
[    15.286] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[    15.287] (II) event6  - Logitech Wireless Mouse: device is a pointer
[    15.289] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse1)
[    15.289] (II) No input driver specified, ignoring this device.
[    15.289] (II) This device may have been added with another device file.
[    15.290] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event11)
[    15.290] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[    15.290] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[    15.290] (**) Integrated_Webcam_HD: Integrate: always reports core events
[    15.290] (**) Option "Device" "/dev/input/event11"
[    15.290] (**) Option "_source" "server/udev"
[    15.293] (II) event11 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[    15.293] (II) event11 - Integrated_Webcam_HD: Integrate: device is a keyboard
[    15.293] (II) event11 - Integrated_Webcam_HD: Integrate: device removed
[    15.348] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input27/event11"
[    15.349] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 13)
[    15.352] (II) event11 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[    15.352] (II) event11 - Integrated_Webcam_HD: Integrate: device is a keyboard
[    15.354] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event12)
[    15.354] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[    15.354] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[    15.354] (**) Integrated_Webcam_HD: Integrate: always reports core events
[    15.354] (**) Option "Device" "/dev/input/event12"
[    15.354] (**) Option "_source" "server/udev"
[    15.357] (II) event12 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[    15.357] (II) event12 - Integrated_Webcam_HD: Integrate: device is a keyboard
[    15.357] (II) event12 - Integrated_Webcam_HD: Integrate: device removed
[    15.415] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.2/input/input28/event12"
[    15.415] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 14)
[    15.419] (II) event12 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[    15.419] (II) event12 - Integrated_Webcam_HD: Integrate: device is a keyboard
[    15.421] (II) config/udev: Adding input device DELL08AF:00 0488:120A Mouse (/dev/input/event13)
[    15.421] (**) DELL08AF:00 0488:120A Mouse: Applying InputClass "libinput pointer catchall"
[    15.421] (II) Using input driver 'libinput' for 'DELL08AF:00 0488:120A Mouse'
[    15.421] (**) DELL08AF:00 0488:120A Mouse: always reports core events
[    15.421] (**) Option "Device" "/dev/input/event13"
[    15.421] (**) Option "_source" "server/udev"
[    15.424] (II) event13 - DELL08AF:00 0488:120A Mouse: is tagged by udev as: Mouse Pointingstick
[    15.424] (II) event13 - DELL08AF:00 0488:120A Mouse: device is a pointer
[    15.427] (II) event13 - DELL08AF:00 0488:120A Mouse: device removed
[    15.508] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL08AF:00/0018:0488:120A.0007/input/input33/event13"
[    15.508] (II) XINPUT: Adding extended input device "DELL08AF:00 0488:120A Mouse" (type: MOUSE, id 15)
[    15.508] (**) Option "AccelerationScheme" "none"
[    15.508] (**) DELL08AF:00 0488:120A Mouse: (accel) selected scheme none/0
[    15.508] (**) DELL08AF:00 0488:120A Mouse: (accel) acceleration factor: 2.000
[    15.508] (**) DELL08AF:00 0488:120A Mouse: (accel) acceleration threshold: 4
[    15.509] (II) event13 - DELL08AF:00 0488:120A Mouse: is tagged by udev as: Mouse Pointingstick
[    15.509] (II) event13 - DELL08AF:00 0488:120A Mouse: device is a pointer
[    15.510] (II) config/udev: Adding input device DELL08AF:00 0488:120A Mouse (/dev/input/mouse2)
[    15.510] (II) No input driver specified, ignoring this device.
[    15.510] (II) This device may have been added with another device file.
[    15.511] (II) config/udev: Adding input device DELL08AF:00 0488:120A Touchpad (/dev/input/event14)
[    15.511] (**) DELL08AF:00 0488:120A Touchpad: Applying InputClass "libinput touchpad catchall"
[    15.511] (II) Using input driver 'libinput' for 'DELL08AF:00 0488:120A Touchpad'
[    15.511] (**) DELL08AF:00 0488:120A Touchpad: always reports core events
[    15.511] (**) Option "Device" "/dev/input/event14"
[    15.511] (**) Option "_source" "server/udev"
[    15.511] (II) event14 - DELL08AF:00 0488:120A Touchpad: is tagged by udev as: Touchpad
[    15.512] (II) event14 - DELL08AF:00 0488:120A Touchpad: device is a touchpad
[    15.513] (II) event14 - DELL08AF:00 0488:120A Touchpad: device removed
[    15.567] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL08AF:00/0018:0488:120A.0007/input/input34/event14"
[    15.567] (II) XINPUT: Adding extended input device "DELL08AF:00 0488:120A Touchpad" (type: TOUCHPAD, id 16)
[    15.568] (**) Option "AccelerationScheme" "none"
[    15.568] (**) DELL08AF:00 0488:120A Touchpad: (accel) selected scheme none/0
[    15.568] (**) DELL08AF:00 0488:120A Touchpad: (accel) acceleration factor: 2.000
[    15.568] (**) DELL08AF:00 0488:120A Touchpad: (accel) acceleration threshold: 4
[    15.568] (II) event14 - DELL08AF:00 0488:120A Touchpad: is tagged by udev as: Touchpad
[    15.569] (II) event14 - DELL08AF:00 0488:120A Touchpad: device is a touchpad
[    15.570] (II) config/udev: Adding input device DELL08AF:00 0488:120A Touchpad (/dev/input/mouse3)
[    15.570] (II) No input driver specified, ignoring this device.
[    15.570] (II) This device may have been added with another device file.
[    15.570] (II) config/udev: Adding input device DELL08AF:00 0488:120A UNKNOWN (/dev/input/event15)
[    15.570] (**) DELL08AF:00 0488:120A UNKNOWN: Applying InputClass "libinput keyboard catchall"
[    15.570] (II) Using input driver 'libinput' for 'DELL08AF:00 0488:120A UNKNOWN'
[    15.570] (**) DELL08AF:00 0488:120A UNKNOWN: always reports core events
[    15.570] (**) Option "Device" "/dev/input/event15"
[    15.570] (**) Option "_source" "server/udev"
[    15.571] (II) event15 - DELL08AF:00 0488:120A UNKNOWN: is tagged by udev as: Keyboard
[    15.571] (II) event15 - DELL08AF:00 0488:120A UNKNOWN: device is a keyboard
[    15.572] (II) event15 - DELL08AF:00 0488:120A UNKNOWN: device removed
[    15.612] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL08AF:00/0018:0488:120A.0007/input/input35/event15"
[    15.612] (II) XINPUT: Adding extended input device "DELL08AF:00 0488:120A UNKNOWN" (type: KEYBOARD, id 17)
[    15.612] (II) event15 - DELL08AF:00 0488:120A UNKNOWN: is tagged by udev as: Keyboard
[    15.613] (II) event15 - DELL08AF:00 0488:120A UNKNOWN: device is a keyboard
[    15.613] (II) config/udev: Adding input device sof-soundwire Headset Jack (/dev/input/event19)
[    15.613] (**) sof-soundwire Headset Jack: Applying InputClass "libinput keyboard catchall"
[    15.613] (II) Using input driver 'libinput' for 'sof-soundwire Headset Jack'
[    15.613] (**) sof-soundwire Headset Jack: always reports core events
[    15.613] (**) Option "Device" "/dev/input/event19"
[    15.613] (**) Option "_source" "server/udev"
[    15.614] (II) event19 - sof-soundwire Headset Jack: is tagged by udev as: Keyboard Switch
[    15.614] (II) event19 - sof-soundwire Headset Jack: device is a keyboard
[    15.614] (II) event19 - sof-soundwire Headset Jack: device removed
[    15.662] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sof_sdw/sound/card1/input38/event19"
[    15.662] (II) XINPUT: Adding extended input device "sof-soundwire Headset Jack" (type: KEYBOARD, id 18)
[    15.662] (II) event19 - sof-soundwire Headset Jack: is tagged by udev as: Keyboard Switch
[    15.662] (II) event19 - sof-soundwire Headset Jack: device is a keyboard
[    15.663] (II) config/udev: Adding input device sof-soundwire HDMI/DP,pcm=5 (/dev/input/event20)
[    15.663] (II) No input driver specified, ignoring this device.
[    15.663] (II) This device may have been added with another device file.
[    15.663] (II) config/udev: Adding input device sof-soundwire HDMI/DP,pcm=6 (/dev/input/event21)
[    15.663] (II) No input driver specified, ignoring this device.
[    15.663] (II) This device may have been added with another device file.
[    15.663] (II) config/udev: Adding input device sof-soundwire HDMI/DP,pcm=7 (/dev/input/event22)
[    15.663] (II) No input driver specified, ignoring this device.
[    15.663] (II) This device may have been added with another device file.
[    15.663] (II) config/udev: Adding input device Intel HID events (/dev/input/event8)
[    15.663] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    15.663] (II) Using input driver 'libinput' for 'Intel HID events'
[    15.663] (**) Intel HID events: always reports core events
[    15.663] (**) Option "Device" "/dev/input/event8"
[    15.663] (**) Option "_source" "server/udev"
[    15.664] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[    15.664] (II) event8  - Intel HID events: device is a keyboard
[    15.664] (II) event8  - Intel HID events: device removed
[    15.695] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input24/event8"
[    15.695] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 19)
[    15.695] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[    15.696] (II) event8  - Intel HID events: device is a keyboard
[    15.696] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event9)
[    15.696] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    15.696] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    15.696] (**) Intel HID 5 button array: always reports core events
[    15.696] (**) Option "Device" "/dev/input/event9"
[    15.696] (**) Option "_source" "server/udev"
[    15.696] (II) event9  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    15.696] (II) event9  - Intel HID 5 button array: device is a keyboard
[    15.696] (II) event9  - Intel HID 5 button array: device removed
[    15.722] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input25/event9"
[    15.722] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 20)
[    15.722] (II) event9  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    15.722] (II) event9  - Intel HID 5 button array: device is a keyboard
[    15.723] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event16)
[    15.723] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    15.723] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    15.723] (**) Dell WMI hotkeys: always reports core events
[    15.723] (**) Option "Device" "/dev/input/event16"
[    15.723] (**) Option "_source" "server/udev"
[    15.723] (II) event16 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    15.723] (II) event16 - Dell WMI hotkeys: device is a keyboard
[    15.723] (II) event16 - Dell WMI hotkeys: device removed
[    15.768] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input32/event16"
[    15.768] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 21)
[    15.769] (II) event16 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    15.769] (II) event16 - Dell WMI hotkeys: device is a keyboard
[    15.769] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    15.769] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    15.769] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    15.769] (**) AT Translated Set 2 keyboard: always reports core events
[    15.769] (**) Option "Device" "/dev/input/event3"
[    15.769] (**) Option "_source" "server/udev"
[    15.770] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    15.770] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    15.771] (II) event3  - AT Translated Set 2 keyboard: device removed
[    15.798] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    15.798] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 22)
[    15.799] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    15.799] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    15.801] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event4)
[    15.801] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[    15.801] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[    15.801] (**) PS/2 Generic Mouse: always reports core events
[    15.801] (**) Option "Device" "/dev/input/event4"
[    15.801] (**) Option "_source" "server/udev"
[    15.801] (II) event4  - PS/2 Generic Mouse: is tagged by udev as: Mouse
[    15.801] (II) event4  - PS/2 Generic Mouse: device is a pointer
[    15.802] (II) event4  - PS/2 Generic Mouse: device removed
[    15.868] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[    15.868] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 23)
[    15.868] (**) Option "AccelerationScheme" "none"
[    15.868] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[    15.868] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[    15.868] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[    15.869] (II) event4  - PS/2 Generic Mouse: is tagged by udev as: Mouse
[    15.869] (II) event4  - PS/2 Generic Mouse: device is a pointer
[    15.870] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
[    15.870] (II) No input driver specified, ignoring this device.
[    15.870] (II) This device may have been added with another device file.
[    15.870] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[    15.870] (II) No input driver specified, ignoring this device.
[    15.870] (II) This device may have been added with another device file.
[    15.884] (**) DP-2: Applying InputClass "libinput keyboard catchall"
[    15.884] (II) Using input driver 'libinput' for 'DP-2'
[    15.884] (**) DP-2: always reports core events
[    15.884] (**) Option "Device" "/dev/input/event18"
[    15.884] (**) Option "_source" "_driver/libinput"
[    15.884] (II) libinput: DP-2: is a virtual subdevice
[    15.884] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/rc/rc0/input37/event18"
[    15.884] (II) XINPUT: Adding extended input device "DP-2" (type: KEYBOARD, id 24)
[    15.884] (**) Logitech K520: Applying InputClass "libinput keyboard catchall"
[    15.884] (II) Using input driver 'libinput' for 'Logitech K520'
[    15.884] (**) Logitech K520: always reports core events
[    15.884] (**) Option "Device" "/dev/input/event7"
[    15.884] (**) Option "_source" "_driver/libinput"
[    15.884] (II) libinput: Logitech K520: is a virtual subdevice
[    15.884] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.2/0003:046D:C52B.0004/0003:046D:2011.0006/input/input23/event7"
[    15.884] (II) XINPUT: Adding extended input device "Logitech K520" (type: KEYBOARD, id 25)
[    17.583] (II) modeset(0): EDID vendor "DEL", prod id 53466
[    17.583] (II) modeset(0): Using EDID range info for horizontal sync
[    17.583] (II) modeset(0): Using EDID range info for vertical refresh
[    17.583] (II) modeset(0): Printing DDC gathered Modelines:
[    17.583] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    17.583] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    17.583] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    17.583] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    17.583] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[    17.583] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[    17.583] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    17.583] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    17.583] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    17.583] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    17.583] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    17.583] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    17.583] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    17.583] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    17.583] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    17.583] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    17.583] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    17.583] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    17.583] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    17.583] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    17.583] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    18.803] (II) modeset(0): EDID vendor "DEL", prod id 53466
[    18.803] (II) modeset(0): Using hsync ranges from config file
[    18.803] (II) modeset(0): Using vrefresh ranges from config file
[    18.803] (II) modeset(0): Printing DDC gathered Modelines:
[    18.803] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    18.803] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    18.803] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    18.803] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    18.803] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[    18.803] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[    18.803] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    18.803] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    18.803] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    18.803] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    18.803] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    18.803] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    18.803] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    18.803] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    18.803] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    18.803] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    18.803] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    18.803] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    18.803] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    18.803] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    18.803] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)

I see a crash trace regarding i915 in dmesg (the ------------[ cut here ]------------ section) but don't know what's causing it/how to fix it.

Last edited by shervinkh (2021-01-22 14:54:30)

Offline

#4 2021-01-23 20:22:46

kihanos
Member
Registered: 2012-08-06
Posts: 13

Re: [SOLVED] Laptop External Monitor Problem on Linux 5.10

You can have a look at this bug report https://gitlab.freedesktop.org/drm/intel/-/issues/2914. The patch proposed there has made it to 5.11. It seems to have solved my somewhat similar issue. You can try it out for instance by using the AUR package linux-git

Offline

#5 2021-02-01 22:35:53

shervinkh
Member
From: Toronto, Canada
Registered: 2011-01-11
Posts: 18

Re: [SOLVED] Laptop External Monitor Problem on Linux 5.10

Can confirm it is fixed on 5.10.11.

Offline

Board footer

Powered by FluxBB