linux-surface / linux-surface

Linux Kernel for Surface Devices
5.13k stars 217 forks source link

Surface Laptop 3 display scaling is broken #465

Open Enzime opened 3 years ago

Enzime commented 3 years ago

From 5.11 and onwards, attempting to change the scaling through xrandr always fails. The last working kernel version I could find was 5.10.16.

$ xrandr --output eDP1 --scale '1.6x1.6'
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  21 (RRSetCrtcConfig)
  Serial number of failed request:  41
  Current serial number in output stream:  41

Environment

dmesg on 4.10.16 ``` [ 0.000000] Linux version 5.10.16-arch1-3-surface (linux-surface@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Sat, 20 Feb 2021 23:22:40 +0000 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-surface root=UUID=da8c5047-24cb-4538-b08b-d7acaf44c880 rw quiet loglevel=3 nowatchdog [ 0.000000] x86/split lock detection: warning about user-space split_locks [ 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 0x020: 'AVX-512 opmask' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64 [ 0.000000] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512 [ 0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024 [ 0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8 [ 0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format. [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000079fb8fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000079fb9000-0x0000000079fb9fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000079fba000-0x0000000079fbafff] usable [ 0.000000] BIOS-e820: [mem 0x0000000079fbb000-0x0000000079fbbfff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000079fbc000-0x000000007b669fff] usable [ 0.000000] BIOS-e820: [mem 0x000000007b66a000-0x000000007ba69fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007ba6a000-0x000000007ba82fff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ba83000-0x000000007bae8fff] type 20 [ 0.000000] BIOS-e820: [mem 0x000000007bae9000-0x000000007bb89fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007bb8a000-0x000000007bbb3fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000007bbb4000-0x000000007bbfefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000007bbff000-0x000000007bbfffff] usable [ 0.000000] BIOS-e820: [mem 0x000000007bc00000-0x00000000953fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000046abfffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.70 by MSFT [ 0.000000] efi: ACPI=0x7bbfe000 ACPI 2.0=0x7bbfe014 TPMFinalLog=0x7bbac000 SMBIOS=0x7bb05000 SMBIOS 3.0=0x7bb03000 MEMATTR=0x77f69018 ESRT=0x77f6e018 [ 0.000000] SMBIOS 3.3.0 present. [ 0.000000] DMI: Microsoft Corporation Surface Laptop 3/Surface Laptop 3, BIOS 9.102.140 11/16/2020 [ 0.000000] tsc: Detected 1500.000 MHz processor [ 0.000000] tsc: Detected 1497.600 MHz TSC [ 0.001240] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.001245] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.001255] last_pfn = 0x46ac00 max_arch_pfn = 0x400000000 [ 0.001260] MTRR default type: write-back [ 0.001262] MTRR fixed ranges enabled: [ 0.001264] 00000-9FFFF write-back [ 0.001266] A0000-BFFFF uncachable [ 0.001267] C0000-FFFFF write-protect [ 0.001268] MTRR variable ranges enabled: [ 0.001271] 0 base 00C0000000 mask 7FC0000000 uncachable [ 0.001272] 1 base 00A0000000 mask 7FE0000000 uncachable [ 0.001274] 2 base 0098000000 mask 7FF8000000 uncachable [ 0.001275] 3 base 0094000000 mask 7FFC000000 uncachable [ 0.001276] 4 base 0092000000 mask 7FFE000000 uncachable [ 0.001278] 5 base 0091000000 mask 7FFF000000 uncachable [ 0.001279] 6 base 4000000000 mask 4000000000 uncachable [ 0.001280] 7 disabled [ 0.001281] 8 disabled [ 0.001282] 9 disabled [ 0.002118] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.002744] last_pfn = 0x7bc00 max_arch_pfn = 0x400000000 [ 0.029219] esrt: Reserving ESRT space from 0x0000000077f6e018 to 0x0000000077f6e168. [ 0.029230] e820: update [mem 0x77f6e000-0x77f6efff] usable ==> reserved [ 0.029285] check: Scanning 1 areas for low memory corruption [ 0.029291] Using GB pages for direct mapping [ 0.030403] Secure boot could not be determined [ 0.030405] RAMDISK: [mem 0x369c7000-0x374dafff] [ 0.030431] ACPI: Early table checksum verification disabled [ 0.030435] ACPI: RSDP 0x000000007BBFE014 000024 (v02 MSFT ) [ 0.030441] ACPI: XSDT 0x000000007BBFD0E8 0000C4 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.030449] ACPI: FACP 0x000000007BBE0000 000114 (v06 MSFT MSFT 00000002 MSFT 20160422) [ 0.030457] ACPI: DSDT 0x000000007BBC0000 01B4AB (v02 MSFT MSFT 00000002 MSFT 20160422) [ 0.030462] ACPI: FACS 0x000000007BB91000 000040 [ 0.030467] ACPI: WSMT 0x000000007BBFC000 000028 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.030471] ACPI: SSDT 0x000000007BBFA000 001B61 (v02 CpuRef CpuSsdt 00003000 INTL 20181003) [ 0.030476] ACPI: MSDM 0x000000007BBF9000 000055 (v01 MSFT 00000001 MSFT 00000001) [ 0.030481] ACPI: SSDT 0x000000007BBF3000 00557B (v02 MSFT DptfTabl 00001000 INTL 20181003) [ 0.030486] ACPI: SSDT 0x000000007BBEF000 0033E3 (v02 SaSsdt SaSsdt 00003000 INTL 20181003) [ 0.030491] ACPI: SSDT 0x000000007BBE3000 00B27A (v02 INTEL TcssSsdt 00001000 INTL 20181003) [ 0.030495] ACPI: SSDT 0x000000007BBE2000 000574 (v02 MSFT Tpm2Tabl 00001000 INTL 20181003) [ 0.030500] ACPI: TPM2 0x000000007BBE1000 000034 (v03 MSFT MSFT 00000002 MSFT 20160422) [ 0.030505] ACPI: HPET 0x000000007BBDF000 000038 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.030509] ACPI: LPIT 0x000000007BBDE000 000094 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.030514] ACPI: APIC 0x000000007BBDD000 00012C (v04 MSFT MSFT 00000002 MSFT 20160422) [ 0.030518] ACPI: MCFG 0x000000007BBDC000 00003C (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.030523] ACPI: SSDT 0x000000007BBBF000 0000DD (v02 MSFT DEVPANEL 00000001 INTL 20181003) [ 0.030528] ACPI: SSDT 0x000000007BBBE000 000DB4 (v02 MSFT RTD3_ED 00001000 INTL 20181003) [ 0.030532] ACPI: SSDT 0x000000007BBBD000 0009DE (v02 MSFT xh_ed000 00000000 INTL 20181003) [ 0.030537] ACPI: NHLT 0x000000007BBBC000 00002D (v00 MSFT MSFT 00000002 MSFT 20160422) [ 0.030541] ACPI: DMAR 0x000000007BBBB000 000088 (v02 MSFT MSFT 00000002 MSFT 20160422) [ 0.030546] ACPI: BGRT 0x000000007BBBA000 000038 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.030551] ACPI: FPDT 0x000000007BBB9000 000034 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.030562] ACPI: Local APIC address 0xfee00000 [ 0.030858] No NUMA configuration found [ 0.030859] Faking a node at [mem 0x0000000000000000-0x000000046abfffff] [ 0.030863] NODE_DATA(0) allocated [mem 0x46abfc000-0x46abfffff] [ 0.056158] Zone ranges: [ 0.056160] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.056163] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.056165] Normal [mem 0x0000000100000000-0x000000046abfffff] [ 0.056167] Device empty [ 0.056169] Movable zone start for each node [ 0.056170] Early memory node ranges [ 0.056171] node 0: [mem 0x0000000000001000-0x000000000009ffff] [ 0.056173] node 0: [mem 0x0000000000100000-0x0000000079fb8fff] [ 0.056174] node 0: [mem 0x0000000079fba000-0x0000000079fbafff] [ 0.056175] node 0: [mem 0x0000000079fbc000-0x000000007b669fff] [ 0.056176] node 0: [mem 0x000000007ba6a000-0x000000007ba82fff] [ 0.056177] node 0: [mem 0x000000007bbff000-0x000000007bbfffff] [ 0.056179] node 0: [mem 0x0000000100000000-0x000000046abfffff] [ 0.056581] Zeroed struct page in unavailable ranges: 40415 pages [ 0.056584] Initmem setup node 0 [mem 0x0000000000001000-0x000000046abfffff] [ 0.056587] On node 0 totalpages: 4088353 [ 0.056588] DMA zone: 64 pages used for memmap [ 0.056589] DMA zone: 29 pages reserved [ 0.056591] DMA zone: 3999 pages, LIFO batch:0 [ 0.056618] DMA32 zone: 7835 pages used for memmap [ 0.056620] DMA32 zone: 501378 pages, LIFO batch:63 [ 0.059873] Normal zone: 55984 pages used for memmap [ 0.059874] Normal zone: 3582976 pages, LIFO batch:63 [ 0.082250] x86/hpet: Will disable the HPET for this platform because it's not reliable [ 0.082282] Reserving Intel graphics memory at [mem 0x91800000-0x953fffff] [ 0.082703] ACPI: PM-Timer IO Port: 0x1808 [ 0.082706] ACPI: Local APIC address 0xfee00000 [ 0.082715] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.082716] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.082717] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.082718] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.082718] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.082719] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.082720] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.082721] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.082722] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 0.082723] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 0.082724] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 0.082725] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) [ 0.082726] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1]) [ 0.082727] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1]) [ 0.082728] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1]) [ 0.082729] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1]) [ 0.082765] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.082768] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.082769] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.082771] ACPI: IRQ0 used by override. [ 0.082773] ACPI: IRQ9 used by override. [ 0.082776] Using ACPI (MADT) for SMP configuration information [ 0.082777] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.082790] e820: update [mem 0x77ec2000-0x77eeefff] usable ==> reserved [ 0.082802] TSC deadline timer available [ 0.082804] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [ 0.082826] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.082828] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.082830] PM: hibernation: Registered nosave memory: [mem 0x77ec2000-0x77eeefff] [ 0.082832] PM: hibernation: Registered nosave memory: [mem 0x77f6e000-0x77f6efff] [ 0.082835] PM: hibernation: Registered nosave memory: [mem 0x79fb9000-0x79fb9fff] [ 0.082837] PM: hibernation: Registered nosave memory: [mem 0x79fbb000-0x79fbbfff] [ 0.082838] PM: hibernation: Registered nosave memory: [mem 0x7b66a000-0x7ba69fff] [ 0.082841] PM: hibernation: Registered nosave memory: [mem 0x7ba83000-0x7bae8fff] [ 0.082842] PM: hibernation: Registered nosave memory: [mem 0x7bae9000-0x7bb89fff] [ 0.082843] PM: hibernation: Registered nosave memory: [mem 0x7bb8a000-0x7bbb3fff] [ 0.082843] PM: hibernation: Registered nosave memory: [mem 0x7bbb4000-0x7bbfefff] [ 0.082846] PM: hibernation: Registered nosave memory: [mem 0x7bc00000-0x953fffff] [ 0.082847] PM: hibernation: Registered nosave memory: [mem 0x95400000-0xfe00ffff] [ 0.082848] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff] [ 0.082848] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed1ffff] [ 0.082849] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff] [ 0.082850] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff] [ 0.082852] [mem 0x95400000-0xfe00ffff] available for PCI devices [ 0.082854] Booting paravirtualized kernel on bare hardware [ 0.082857] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns [ 0.091387] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1 [ 0.091635] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144 [ 0.091643] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152 [ 0.091645] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.091673] Built 1 zonelists, mobility grouping on. Total pages: 4024441 [ 0.091675] Policy zone: Normal [ 0.091676] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-surface root=UUID=da8c5047-24cb-4538-b08b-d7acaf44c880 rw quiet loglevel=3 nowatchdog [ 0.092752] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.093249] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.093345] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off [ 0.139298] Memory: 15888128K/16353412K available (14344K kernel code, 2034K rwdata, 4764K rodata, 1704K init, 4332K bss, 465024K reserved, 0K cma-reserved) [ 0.139308] random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0 [ 0.139463] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.139479] ftrace: allocating 41619 entries in 163 pages [ 0.163615] ftrace: allocated 163 pages with 4 groups [ 0.163739] rcu: Preemptible hierarchical RCU implementation. [ 0.163740] rcu: RCU dyntick-idle grace-period acceleration is enabled. [ 0.163742] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8. [ 0.163743] rcu: RCU priority boosting: priority 1 delay 500 ms. [ 0.163745] Trampoline variant of Tasks RCU enabled. [ 0.163746] Rude variant of Tasks RCU enabled. [ 0.163747] Tracing variant of Tasks RCU enabled. [ 0.163748] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies. [ 0.163749] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.169097] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16 [ 0.169684] Console: colour dummy device 80x25 [ 0.169703] printk: console [tty0] enabled [ 0.169727] ACPI: Core revision 20200925 [ 0.170023] APIC: Switch to symmetric I/O mode setup [ 0.170026] DMAR: Host address width 39 [ 0.170028] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.170036] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 49e2ff0505e [ 0.170037] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.170045] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.170047] DMAR: RMRR base: 0x00000091000000 end: 0x000000953fffff [ 0.170050] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.170052] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.170053] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit. [ 0.170054] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting. [ 0.171724] DMAR-IR: Enabled IRQ remapping in xapic mode [ 0.171725] x2apic: IRQ remapping doesn't support X2APIC mode [ 0.176193] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x159647815e3, max_idle_ns: 440795269835 ns [ 0.176200] Calibrating delay loop (skipped), value calculated using timer frequency.. 2996.00 BogoMIPS (lpj=4992000) [ 0.176204] pid_max: default: 32768 minimum: 301 [ 0.179530] LSM: Security Framework initializing [ 0.179530] Yama: becoming mindful. [ 0.179530] LSM support for eBPF active [ 0.179530] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.179530] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.179530] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.179530] mce: CPU0: Thermal monitoring enabled (TM1) [ 0.179530] process: using mwait in idle threads [ 0.179530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.179530] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.179530] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.179530] Spectre V2 : Mitigation: Enhanced IBRS [ 0.179530] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.179530] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.179530] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.179530] Freeing SMP alternatives memory: 36K [ 0.179530] smpboot: CPU0: Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz (family: 0x6, model: 0x7e, stepping: 0x5) [ 0.179530] Performance Events: PEBS fmt4+-baseline, AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.179530] ... version: 5 [ 0.179530] ... bit width: 48 [ 0.179530] ... generic registers: 8 [ 0.179530] ... value mask: 0000ffffffffffff [ 0.179530] ... max period: 00007fffffffffff [ 0.179530] ... fixed-purpose events: 4 [ 0.179530] ... event mask: 0001000f000000ff [ 0.179530] rcu: Hierarchical SRCU implementation. [ 0.179530] smp: Bringing up secondary CPUs ... [ 0.179530] x86: Booting SMP configuration: [ 0.179530] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 [ 0.193302] smp: Brought up 1 node, 8 CPUs [ 0.193302] smpboot: Max logical packages: 1 [ 0.193302] smpboot: Total of 8 processors activated (23971.00 BogoMIPS) [ 0.196727] devtmpfs: initialized [ 0.196727] x86/mm: Memory block size: 128MB [ 0.197550] PM: Registering ACPI NVS region [mem 0x79fb9000-0x79fb9fff] (4096 bytes) [ 0.197550] PM: Registering ACPI NVS region [mem 0x7bb8a000-0x7bbb3fff] (172032 bytes) [ 0.197550] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns [ 0.197550] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.197550] pinctrl core: initialized pinctrl subsystem [ 0.197550] PM: RTC time: 02:26:21, date: 2021-06-07 [ 0.197550] NET: Registered protocol family 16 [ 0.197550] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [ 0.199552] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.199776] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.199786] audit: initializing netlink subsys (disabled) [ 0.199795] audit: type=2000 audit(1623032781.023:1): state=initialized audit_enabled=0 res=1 [ 0.199795] thermal_sys: Registered thermal governor 'fair_share' [ 0.199795] thermal_sys: Registered thermal governor 'bang_bang' [ 0.199795] thermal_sys: Registered thermal governor 'step_wise' [ 0.199795] thermal_sys: Registered thermal governor 'user_space' [ 0.199795] thermal_sys: Registered thermal governor 'power_allocator' [ 0.199795] cpuidle: using governor ladder [ 0.199795] cpuidle: using governor menu [ 0.199795] ACPI: bus type PCI registered [ 0.199795] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.199795] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.199795] PCI: not using MMCONFIG [ 0.199795] PCI: Using configuration type 1 for base access [ 0.200209] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.200991] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.200991] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.202973] ACPI: Added _OSI(Module Device) [ 0.202975] ACPI: Added _OSI(Processor Device) [ 0.202976] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.202977] ACPI: Added _OSI(Processor Aggregator Device) [ 0.202979] ACPI: Added _OSI(Linux-Dell-Video) [ 0.202980] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.202982] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.277032] ACPI: 9 ACPI AML tables successfully acquired and loaded [ 0.289062] ACPI: Dynamic OEM Table Load: [ 0.289074] ACPI: SSDT 0xFFFF959041149300 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20181003) [ 0.290872] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked [ 0.292127] ACPI: Dynamic OEM Table Load: [ 0.292135] ACPI: SSDT 0xFFFF959040DEB800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20181003) [ 0.294027] ACPI: Dynamic OEM Table Load: [ 0.294034] ACPI: SSDT 0xFFFF959040DBC800 000437 (v02 PmRef Cpu0Ist 00003000 INTL 20181003) [ 0.296046] ACPI: Dynamic OEM Table Load: [ 0.296052] ACPI: SSDT 0xFFFF959041263A00 00012C (v02 PmRef Cpu0Hwp 00003000 INTL 20181003) [ 0.297815] ACPI: Dynamic OEM Table Load: [ 0.297822] ACPI: SSDT 0xFFFF959040DB9800 000724 (v02 PmRef HwpLvt 00003000 INTL 20181003) [ 0.300037] ACPI: Dynamic OEM Table Load: [ 0.300044] ACPI: SSDT 0xFFFF959041329800 0005FC (v02 PmRef ApIst 00003000 INTL 20181003) [ 0.302112] ACPI: Dynamic OEM Table Load: [ 0.302118] ACPI: SSDT 0xFFFF959040DEFC00 000317 (v02 PmRef ApHwp 00003000 INTL 20181003) [ 0.304180] ACPI: Dynamic OEM Table Load: [ 0.304188] ACPI: SSDT 0xFFFF959040079000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20181003) [ 0.307080] ACPI: Dynamic OEM Table Load: [ 0.307087] ACPI: SSDT 0xFFFF959040DEA000 00030A (v02 PmRef ApCst 00003000 INTL 20181003) [ 0.313533] ACPI: Interpreter enabled [ 0.313607] ACPI: (supports S0 S4 S5) [ 0.313609] ACPI: Using IOAPIC for interrupt routing [ 0.313666] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.314711] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources [ 0.314729] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.315396] ACPI: Enabled 8 GPEs in block 00 to 7F [ 0.321951] ACPI: Power Resource [BTPR] (on) [ 0.335503] ACPI: Power Resource [V0PR] (on) [ 0.335744] ACPI: Power Resource [V1PR] (on) [ 0.335976] ACPI: Power Resource [V2PR] (on) [ 0.338264] ACPI: Power Resource [WRST] (on) [ 0.338548] ACPI: Power Resource [TBT0] (on) [ 0.338604] ACPI: Power Resource [TBT1] (on) [ 0.338657] ACPI: Power Resource [D3C] (on) [ 0.352955] ACPI: Power Resource [PIN] (off) [ 0.353738] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 0.353746] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.364302] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] [ 0.370077] PCI host bridge to bus 0000:00 [ 0.370080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.370082] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.370083] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.370085] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window] [ 0.370086] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window] [ 0.370087] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window] [ 0.370089] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window] [ 0.370090] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] [ 0.370091] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] [ 0.370092] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] [ 0.370094] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] [ 0.370095] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] [ 0.370096] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] [ 0.370097] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window] [ 0.370099] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window] [ 0.370100] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window] [ 0.370101] pci_bus 0000:00: root bus resource [mem 0x95400000-0xdfffffff window] [ 0.370103] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window] [ 0.370104] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.370174] pci 0000:00:00.0: [8086:8a12] type 00 class 0x060000 [ 0.372292] pci 0000:00:02.0: [8086:8a52] type 00 class 0x030000 [ 0.372306] pci 0000:00:02.0: reg 0x10: [mem 0x6000000000-0x6000ffffff 64bit] [ 0.372315] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref] [ 0.372320] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f] [ 0.372344] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.372346] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics [ 0.374230] pci 0000:00:04.0: [8086:8a03] type 00 class 0x118000 [ 0.374251] pci 0000:00:04.0: reg 0x10: [mem 0x6001120000-0x600112ffff 64bit] [ 0.376274] pci 0000:00:0d.0: [8086:8a13] type 00 class 0x0c0330 [ 0.376290] pci 0000:00:0d.0: reg 0x10: [mem 0x6001110000-0x600111ffff 64bit] [ 0.376361] pci 0000:00:0d.0: PME# supported from D3hot D3cold [ 0.378349] pci 0000:00:14.0: [8086:34ed] type 00 class 0x0c0330 [ 0.378377] pci 0000:00:14.0: reg 0x10: [mem 0x6001100000-0x600110ffff 64bit] [ 0.378497] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.380419] pci 0000:00:14.2: [8086:34ef] type 00 class 0x050000 [ 0.380448] pci 0000:00:14.2: reg 0x10: [mem 0x6001138000-0x6001139fff 64bit] [ 0.380467] pci 0000:00:14.2: reg 0x18: [mem 0x6001140000-0x6001140fff 64bit] [ 0.382355] pci 0000:00:14.3: [8086:34f0] type 00 class 0x028000 [ 0.382396] pci 0000:00:14.3: reg 0x10: [mem 0x6001134000-0x6001137fff 64bit] [ 0.382574] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold [ 0.384497] pci 0000:00:15.0: [8086:34e8] type 00 class 0x0c8000 [ 0.384568] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.386666] pci 0000:00:15.1: [8086:34e9] type 00 class 0x0c8000 [ 0.386729] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.388806] pci 0000:00:16.0: [8086:34e0] type 00 class 0x078000 [ 0.388838] pci 0000:00:16.0: reg 0x10: [mem 0x600113d000-0x600113dfff 64bit] [ 0.388988] pci 0000:00:16.0: PME# supported from D3hot [ 0.390975] pci 0000:00:16.4: [8086:34e4] type 00 class 0x078000 [ 0.391007] pci 0000:00:16.4: reg 0x10: [mem 0x600113c000-0x600113cfff 64bit] [ 0.391138] pci 0000:00:16.4: PME# supported from D3hot [ 0.393028] pci 0000:00:19.0: [8086:34c5] type 00 class 0x0c8000 [ 0.393102] pci 0000:00:19.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.395212] pci 0000:00:1d.0: [8086:34b0] type 01 class 0x060400 [ 0.395372] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.395434] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity [ 0.397556] pci 0000:00:1e.0: [8086:34a8] type 00 class 0x078000 [ 0.397622] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.399746] pci 0000:00:1f.0: [8086:3482] type 00 class 0x060100 [ 0.401795] pci 0000:00:1f.3: [8086:34c8] type 00 class 0x040380 [ 0.401863] pci 0000:00:1f.3: reg 0x10: [mem 0x6001130000-0x6001133fff 64bit] [ 0.401948] pci 0000:00:1f.3: reg 0x20: [mem 0x6001000000-0x60010fffff 64bit] [ 0.402135] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.404139] pci 0000:00:1f.5: [8086:34a4] type 00 class 0x0c8000 [ 0.404166] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff] [ 0.406155] pci 0000:01:00.0: [1c5c:1327] type 00 class 0x010802 [ 0.406185] pci 0000:01:00.0: reg 0x10: [mem 0x95400000-0x95403fff 64bit] [ 0.406366] pci 0000:01:00.0: supports D1 [ 0.406367] pci 0000:01:00.0: PME# supported from D0 D1 D3hot [ 0.406569] pci 0000:00:1d.0: PCI bridge to [bus 01] [ 0.406576] pci 0000:00:1d.0: bridge window [mem 0x95400000-0x954fffff] [ 0.479539] iommu: Default domain type: Translated [ 0.479572] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.479572] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.479572] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.479572] vgaarb: loaded [ 0.479719] SCSI subsystem initialized [ 0.479728] libata version 3.00 loaded. [ 0.479728] ACPI: bus type USB registered [ 0.479728] usbcore: registered new interface driver usbfs [ 0.479728] usbcore: registered new interface driver hub [ 0.479728] usbcore: registered new device driver usb [ 0.479728] pps_core: LinuxPPS API ver. 1 registered [ 0.479728] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.479728] PTP clock support registered [ 0.479728] EDAC MC: Ver: 3.0.0 [ 0.479908] Registered efivars operations [ 0.479908] NetLabel: Initializing [ 0.479908] NetLabel: domain hash size = 128 [ 0.479908] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.479908] NetLabel: unlabeled traffic allowed by default [ 0.479908] PCI: Using ACPI for IRQ routing [ 0.507925] PCI: pci_cache_line_size set to 64 bytes [ 0.508093] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window [ 0.508253] e820: reserve RAM buffer [mem 0x77ec2000-0x77ffffff] [ 0.508255] e820: reserve RAM buffer [mem 0x77f6e000-0x77ffffff] [ 0.508256] e820: reserve RAM buffer [mem 0x79fb9000-0x7bffffff] [ 0.508258] e820: reserve RAM buffer [mem 0x79fbb000-0x7bffffff] [ 0.508260] e820: reserve RAM buffer [mem 0x7b66a000-0x7bffffff] [ 0.508262] e820: reserve RAM buffer [mem 0x7ba83000-0x7bffffff] [ 0.508263] e820: reserve RAM buffer [mem 0x7bc00000-0x7bffffff] [ 0.508264] e820: reserve RAM buffer [mem 0x46ac00000-0x46bffffff] [ 0.508271] clocksource: Switched to clocksource tsc-early [ 0.519407] VFS: Disk quotas dquot_6.6.0 [ 0.519428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.519540] pnp: PnP ACPI init [ 0.519894] system 00:00: [io 0x0680-0x069f] has been reserved [ 0.519896] system 00:00: [io 0x164e-0x164f] has been reserved [ 0.519902] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.519962] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.520096] system 00:02: [io 0x1854-0x1857] has been reserved [ 0.520100] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 0.520635] system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.520637] system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved [ 0.520638] system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved [ 0.520640] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved [ 0.520642] system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved [ 0.520644] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.520646] system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.520650] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.521605] system 00:04: [io 0x1800-0x18fe] could not be reserved [ 0.521607] system 00:04: [mem 0xfd000000-0xfd68ffff] has been reserved [ 0.521609] system 00:04: [mem 0xfd6b0000-0xfd6cffff] has been reserved [ 0.521610] system 00:04: [mem 0xfd6f0000-0xfdffffff] has been reserved [ 0.521612] system 00:04: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 0.521614] system 00:04: [mem 0xfe200000-0xfe7fffff] has been reserved [ 0.521616] system 00:04: [mem 0xff000000-0xffffffff] has been reserved [ 0.521619] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.522074] system 00:05: [io 0x2000-0x20fe] has been reserved [ 0.522078] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.522398] system 00:06: [mem 0xfe038000-0xfe038fff] has been reserved [ 0.522401] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.523210] pnp: PnP ACPI: found 7 devices [ 0.529075] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.529147] NET: Registered protocol family 2 [ 0.529335] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.529456] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.529777] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 0.529874] TCP: Hash tables configured (established 131072 bind 65536) [ 0.529983] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear) [ 0.530058] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.530114] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.530219] NET: Registered protocol family 1 [ 0.530225] NET: Registered protocol family 44 [ 0.530245] pci 0000:00:15.0: BAR 0: assigned [mem 0x4010000000-0x4010000fff 64bit] [ 0.530306] pci 0000:00:15.1: BAR 0: assigned [mem 0x4010001000-0x4010001fff 64bit] [ 0.530357] pci 0000:00:19.0: BAR 0: assigned [mem 0x4010002000-0x4010002fff 64bit] [ 0.530412] pci 0000:00:1e.0: BAR 0: assigned [mem 0x4010003000-0x4010003fff 64bit] [ 0.530467] pci 0000:00:1f.5: BAR 0: assigned [mem 0x95500000-0x95500fff] [ 0.530479] pci 0000:00:1d.0: PCI bridge to [bus 01] [ 0.530516] pci 0000:00:1d.0: bridge window [mem 0x95400000-0x954fffff] [ 0.530527] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.530529] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.530531] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.530533] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window] [ 0.530534] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window] [ 0.530536] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window] [ 0.530537] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window] [ 0.530539] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window] [ 0.530540] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window] [ 0.530542] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window] [ 0.530543] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window] [ 0.530545] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window] [ 0.530546] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window] [ 0.530548] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window] [ 0.530549] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window] [ 0.530551] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window] [ 0.530553] pci_bus 0000:00: resource 20 [mem 0x95400000-0xdfffffff window] [ 0.530554] pci_bus 0000:00: resource 21 [mem 0x4000000000-0x7fffffffff window] [ 0.530556] pci_bus 0000:01: resource 1 [mem 0x95400000-0x954fffff] [ 0.530787] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.531549] PCI: CLS 0 bytes, default 64 [ 0.531601] Trying to unpack rootfs image as initramfs... [ 0.604860] Freeing initrd memory: 11344K [ 0.604908] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.604911] software IO TLB: mapped [mem 0x0000000073a1f000-0x0000000077a1f000] (64MB) [ 0.604955] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x159647815e3, max_idle_ns: 440795269835 ns [ 0.604997] clocksource: Switched to clocksource tsc [ 0.605723] check: Scanning for low memory corruption every 60 seconds [ 0.606064] Initialise system trusted keyrings [ 0.606077] Key type blacklist registered [ 0.606170] workingset: timestamp_bits=41 max_order=22 bucket_order=0 [ 0.607473] zbud: loaded [ 0.623880] Key type asymmetric registered [ 0.623881] Asymmetric key parser 'x509' registered [ 0.623889] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.623977] io scheduler mq-deadline registered [ 0.623978] io scheduler kyber registered [ 0.624001] io scheduler bfq registered [ 0.624120] atomic64_test: passed for x86-64 platform with CX8 and with SSE [ 0.626821] pcieport 0000:00:1d.0: PME: Signaling with IRQ 122 [ 0.626967] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.627000] efifb: probing for efifb [ 0.627014] efifb: framebuffer at 0x4000000000, using 13312k, total 13312k [ 0.627016] efifb: mode is 2256x1504x32, linelength=9024, pages=1 [ 0.627016] efifb: scrolling: redraw [ 0.627018] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.627066] fbcon: Deferring console take-over [ 0.627067] fb0: EFI VGA frame buffer device [ 0.627079] intel_idle: MWAIT substates: 0x11121020 [ 0.627443] Monitor-Mwait will be used to enter C-1 state [ 0.627448] Monitor-Mwait will be used to enter C-2 state [ 0.627451] Monitor-Mwait will be used to enter C-3 state [ 0.627455] ACPI: \_SB_.PR00: Found 3 idle states [ 0.627456] intel_idle: v0.5.1 model 0x7E [ 0.627817] intel_idle: Local APIC timer is reliable in all C-states [ 0.628016] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 [ 0.628036] ACPI: Lid Switch [LID0] [ 0.631153] [Firmware Bug]: No valid trip found [ 0.631224] [Firmware Bug]: No valid trip found [ 0.631290] [Firmware Bug]: No valid trip found [ 0.631354] [Firmware Bug]: No valid trip found [ 0.631418] [Firmware Bug]: No valid trip found [ 0.631481] [Firmware Bug]: No valid trip found [ 0.631543] [Firmware Bug]: No valid trip found [ 0.631806] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.635864] hpet_acpi_add: no address or irqs in _CRS [ 0.635921] Non-volatile memory driver v1.3 [ 0.635922] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel [ 0.635923] AMD-Vi: AMD IOMMUv2 functionality not available on this system [ 0.637140] nvme nvme0: pci function 0000:01:00.0 [ 0.637189] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637194] ehci-pci: EHCI PCI platform driver [ 0.637205] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.637207] ohci-pci: OHCI PCI platform driver [ 0.637214] uhci_hcd: USB Universal Host Controller Interface driver [ 0.637249] usbcore: registered new interface driver usbserial_generic [ 0.637254] usbserial: USB Serial support registered for generic [ 0.637272] i8042: PNP: No PS/2 controller found. [ 0.637422] rtc_cmos 00:01: RTC can wake from S4 [ 0.638370] rtc_cmos 00:01: registered as rtc0 [ 0.638573] rtc_cmos 00:01: setting system clock to 2021-06-07T02:26:21 UTC (1623032781) [ 0.638588] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram [ 0.638623] intel_pstate: Intel P-state driver initializing [ 0.639184] intel_pstate: HWP enabled [ 0.639223] ledtrig-cpu: registered to indicate activity on CPUs [ 0.639832] pstore: Registered efi as persistent store backend [ 0.639839] hid: raw HID events driver (C) Jiri Kosina [ 0.639890] intel_pmc_core INT33A1:00: initialized [ 0.639941] drop_monitor: Initializing network drop monitor service [ 0.639987] Initializing XFRM netlink socket [ 0.640043] NET: Registered protocol family 10 [ 0.642949] Segment Routing with IPv6 [ 0.642950] RPL Segment Routing with IPv6 [ 0.642968] NET: Registered protocol family 17 [ 0.643300] microcode: sig=0x706e5, pf=0x80, revision=0xa0 [ 0.643321] microcode: Microcode Update Driver: v2.2. [ 0.643324] IPI shorthand broadcast: enabled [ 0.643329] sched_clock: Marking stable (636597717, 6664367)->(655596979, -12334895) [ 0.643384] registered taskstats version 1 [ 0.643390] Loading compiled-in X.509 certificates [ 0.645041] Loaded X.509 cert 'Build time autogenerated kernel key: 066ff581688da089e11ddbe98c620a4900e10780' [ 0.645128] zswap: loaded using pool lz4/z3fold [ 0.645195] Key type ._fscrypt registered [ 0.645196] Key type .fscrypt registered [ 0.645196] Key type fscrypt-provisioning registered [ 0.645219] nvme nvme0: missing or invalid SUBNQN field. [ 0.645310] pstore: Using crash dump compression: zstd [ 0.645905] PM: Magic number: 9:109:409 [ 0.646044] RAS: Correctable Errors collector initialized. [ 0.647172] nvme nvme0: 8/0/0 default/read/poll queues [ 0.669321] nvme0n1: p1 p2 p3 p4 p5 [ 0.678787] Freeing unused decrypted memory: 2036K [ 0.679039] Freeing unused kernel image (initmem) memory: 1704K [ 0.723254] Write protecting the kernel read-only data: 22528k [ 0.724074] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 0.724464] Freeing unused kernel image (rodata/data gap) memory: 1380K [ 0.741973] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.741977] rodata_test: all tests were successful [ 0.741982] Run /init as init process [ 0.741983] with arguments: [ 0.741984] /init [ 0.741985] with environment: [ 0.741985] HOME=/ [ 0.741986] TERM=linux [ 0.741986] BOOT_IMAGE=/boot/vmlinuz-linux-surface [ 0.756781] fbcon: Taking over console [ 0.756860] Console: switching to colour frame buffer device 141x47 [ 0.799133] xhci_hcd 0000:00:0d.0: xHCI Host Controller [ 0.799137] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1 [ 0.800197] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000200009810 [ 0.800201] xhci_hcd 0000:00:0d.0: cache line size of 64 is not supported [ 0.800320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 0.800321] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.800322] usb usb1: Product: xHCI Host Controller [ 0.800323] usb usb1: Manufacturer: Linux 5.10.16-arch1-3-surface xhci-hcd [ 0.800323] usb usb1: SerialNumber: 0000:00:0d.0 [ 0.800393] hub 1-0:1.0: USB hub found [ 0.800399] hub 1-0:1.0: 1 port detected [ 0.800563] xhci_hcd 0000:00:0d.0: xHCI Host Controller [ 0.800565] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2 [ 0.800567] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed [ 0.800595] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 0.800596] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.800597] usb usb2: Product: xHCI Host Controller [ 0.800598] usb usb2: Manufacturer: Linux 5.10.16-arch1-3-surface xhci-hcd [ 0.800599] usb usb2: SerialNumber: 0000:00:0d.0 [ 0.800672] hub 2-0:1.0: USB hub found [ 0.800681] hub 2-0:1.0: 4 ports detected [ 0.801340] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.801344] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 [ 0.802440] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810 [ 0.802444] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 0.802593] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 0.802594] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.802595] usb usb3: Product: xHCI Host Controller [ 0.802595] usb usb3: Manufacturer: Linux 5.10.16-arch1-3-surface xhci-hcd [ 0.802596] usb usb3: SerialNumber: 0000:00:14.0 [ 0.802650] hub 3-0:1.0: USB hub found [ 0.802667] hub 3-0:1.0: 12 ports detected [ 0.803720] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.803723] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 [ 0.803725] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed [ 0.803749] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 0.803750] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.803751] usb usb4: Product: xHCI Host Controller [ 0.803751] usb usb4: Manufacturer: Linux 5.10.16-arch1-3-surface xhci-hcd [ 0.803752] usb usb4: SerialNumber: 0000:00:14.0 [ 0.803805] hub 4-0:1.0: USB hub found [ 0.803814] hub 4-0:1.0: 6 ports detected [ 0.864513] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null) [ 0.899703] random: fast init done [ 0.986146] systemd[1]: systemd 248.3-2-arch running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified) [ 0.986373] systemd[1]: Detected architecture x86-64. [ 0.987191] systemd[1]: Hostname set to . [ 1.028207] random: lvmconfig: uninitialized urandom read (4 bytes read) [ 1.092158] systemd[1]: Queued start job for default target Graphical Interface. [ 1.133068] usb 3-6: new high-speed USB device number 2 using xhci_hcd [ 1.151426] systemd[1]: Created slice system-getty.slice. [ 1.151884] systemd[1]: Created slice system-modprobe.slice. [ 1.152285] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 1.152595] systemd[1]: Created slice User and Session Slice. [ 1.152674] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.152724] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 1.152932] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 1.152985] systemd[1]: Reached target Local Encrypted Volumes. [ 1.153005] systemd[1]: Reached target Login Prompts. [ 1.153034] systemd[1]: Reached target Paths. [ 1.153051] systemd[1]: Reached target Remote File Systems. [ 1.153063] systemd[1]: Reached target Slices. [ 1.153090] systemd[1]: Reached target Swap. [ 1.153117] systemd[1]: Reached target Local Verity Integrity Protected Volumes. [ 1.153197] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 1.153464] systemd[1]: Listening on LVM2 poll daemon socket. [ 1.154810] systemd[1]: Listening on Process Core Dump Socket. [ 1.154983] systemd[1]: Listening on Journal Audit Socket. [ 1.155086] systemd[1]: Listening on Journal Socket (/dev/log). [ 1.155224] systemd[1]: Listening on Journal Socket. [ 1.155457] systemd[1]: Listening on udev Control Socket. [ 1.155547] systemd[1]: Listening on udev Kernel Socket. [ 1.156557] systemd[1]: Mounting Huge Pages File System... [ 1.157585] systemd[1]: Mounting POSIX Message Queue File System... [ 1.158635] systemd[1]: Mounting Kernel Debug File System... [ 1.159711] systemd[1]: Mounting Kernel Trace File System... [ 1.160504] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway. [ 1.161446] systemd[1]: Mounting Temporary Directory (/tmp)... [ 1.162580] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 1.163626] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 1.164563] systemd[1]: Starting Load Kernel Module configfs... [ 1.165489] systemd[1]: Starting Load Kernel Module drm... [ 1.166286] systemd[1]: Starting Load Kernel Module fuse... [ 1.166680] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 1.166746] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 1.167164] random: lvm: uninitialized urandom read (4 bytes read) [ 1.168850] systemd[1]: Starting Journal Service... [ 1.170095] systemd[1]: Starting Load Kernel Modules... [ 1.171000] systemd[1]: Starting Remount Root and Kernel File Systems... [ 1.171059] systemd[1]: Condition check resulted in Repartition Root Disk being skipped. [ 1.171826] systemd[1]: Starting Coldplug All udev Devices... [ 1.171851] Linux agpgart interface v0.103 [ 1.173071] systemd[1]: Mounted Huge Pages File System. [ 1.173139] systemd[1]: Mounted POSIX Message Queue File System. [ 1.173191] systemd[1]: Mounted Kernel Debug File System. [ 1.173244] systemd[1]: Mounted Kernel Trace File System. [ 1.173297] systemd[1]: Mounted Temporary Directory (/tmp). [ 1.173547] systemd[1]: Finished Create list of static device nodes for the current kernel. [ 1.173747] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 1.173895] systemd[1]: Finished Load Kernel Module configfs. [ 1.174591] systemd[1]: Mounting Kernel Configuration File System... [ 1.175334] EXT4-fs (nvme0n1p5): re-mounted. Opts: (null) [ 1.176250] Asymmetric key parser 'pkcs8' registered [ 1.176271] systemd[1]: Finished Remount Root and Kernel File Systems. [ 1.176311] audit: type=1130 audit(1623032782.036:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.176385] systemd[1]: Mounted Kernel Configuration File System. [ 1.176457] systemd[1]: Condition check resulted in First Boot Wizard being skipped. [ 1.177880] systemd[1]: Starting Rebuild Hardware Database... [ 1.178582] systemd[1]: Starting Load/Save Random Seed... [ 1.179176] systemd[1]: Starting Create System Users... [ 1.179377] fuse: init (API version 7.32) [ 1.179590] systemd[1]: Finished Load Kernel Modules. [ 1.179637] audit: type=1130 audit(1623032782.040:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.180148] systemd[1]: Starting Apply Kernel Variables... [ 1.180403] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 1.180545] systemd[1]: Finished Load Kernel Module fuse. [ 1.180597] audit: type=1130 audit(1623032782.040:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.180600] audit: type=1131 audit(1623032782.040:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.181254] systemd[1]: Mounting FUSE Control File System... [ 1.182824] systemd[1]: Mounted FUSE Control File System. [ 1.184428] systemd[1]: Finished Apply Kernel Variables. [ 1.184495] audit: type=1130 audit(1623032782.043:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.193943] systemd[1]: Started Journal Service. [ 1.194018] audit: type=1130 audit(1623032782.053:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.195568] audit: type=1130 audit(1623032782.053:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.195574] audit: type=1131 audit(1623032782.053:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.197536] systemd-journald[217]: Received client request to flush runtime journal. [ 1.202184] audit: type=1130 audit(1623032782.060:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.306742] usb 3-6: New USB device found, idVendor=045e, idProduct=0990, bcdDevice=10.37 [ 1.306744] usb 3-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 1.306745] usb 3-6: Product: Surface Camera Front [ 1.306745] usb 3-6: Manufacturer: Surface [ 1.306746] usb 3-6: SerialNumber: 200901010001 [ 1.432938] usb 3-10: new full-speed USB device number 3 using xhci_hcd [ 1.529254] acpi-tad ACPI000E:00: Missing _PRW [ 1.574993] usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02 [ 1.574995] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1.583595] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002) [ 1.585697] intel_rapl_common: Found RAPL domain package [ 1.585774] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI [ 1.589126] random: mktemp: uninitialized urandom read (6 bytes read) [ 1.701952] mei_me 0000:00:16.0: enabling device (0000 -> 0002) [ 1.701953] mei_me 0000:00:16.4: enabling device (0000 -> 0002) [ 1.706935] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 1.708573] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 1.716248] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [ 1.716539] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 1.736435] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002) [ 1.736672] idma64 idma64.1: Found Intel integrated DMA 64-bit [ 1.756396] intel-lpss 0000:00:19.0: enabling device (0000 -> 0002) [ 1.829967] Intel(R) Wireless WiFi driver for Linux [ 1.830034] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002) [ 1.833656] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver [ 1.833667] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 65.3.35.22 [ 1.833869] iwlwifi 0000:00:14.3: loaded firmware version 59.601f3a66.0 Qu-c0-hr-b0-59.ucode op_mode iwlmvm [ 1.842862] input: PC Speaker as /devices/platform/pcspkr/input/input1 [ 1.846881] checking generic (4000000000 d00000) vs hw (6000000000 1000000) [ 1.846883] checking generic (4000000000 d00000) vs hw (4000000000 10000000) [ 1.846884] fb0: switching to inteldrmfb from EFI VGA [ 1.846961] Console: switching to colour dummy device 80x25 [ 1.846988] i915 0000:00:02.0: vgaarb: deactivate vga console [ 1.848874] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 1.850094] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/icl_dmc_ver1_09.bin (v1.9) [ 1.878588] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0 [ 1.880864] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 1.881144] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2 [ 1.882943] fbcon: i915drmfb (fb0) is primary device [ 1.945798] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer [ 1.945799] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 1.945799] RAPL PMU: hw unit of domain package 2^-14 Joules [ 1.945800] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 1.945800] RAPL PMU: hw unit of domain psys 2^-14 Joules [ 2.030442] cryptd: max_cpu_qlen set to 1000 [ 2.032029] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX203, REV=0x338 [ 2.041439] AVX2 version of gcm_enc/dec engaged. [ 2.041440] AES CTR mode by8 optimization enabled [ 2.216957] iwlwifi 0000:00:14.3: base HW address: c8:34:8e:63:14:f0 [ 2.229325] thermal thermal_zone6: failed to read out thermal zone (-61) [ 2.252637] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380 [ 2.252651] acpi PNP0A05:00: No SoundWire links detected [ 2.252682] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002) [ 2.263456] input: gpio-keys as /devices/platform/MSHW0040:00/gpio-keys.1.auto/input/input3 [ 2.263806] input: gpio-keys as /devices/platform/MSHW0040:00/gpio-keys.2.auto/input/input4 [ 2.265964] urandom_read: 7 callbacks suppressed [ 2.265965] random: mktemp: uninitialized urandom read (6 bytes read) [ 2.339544] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002) [ 2.339949] idma64 idma64.3: Found Intel integrated DMA 64-bit [ 2.363361] intel_rapl_common: Found RAPL domain package [ 2.363363] intel_rapl_common: Found RAPL domain core [ 2.363364] intel_rapl_common: Found RAPL domain uncore [ 2.363366] intel_rapl_common: Found RAPL domain psys [ 2.364146] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Starting IPTS [ 2.366492] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Device 045E:0983 ready [ 2.513424] dw-apb-uart.3: ttyS4 at MMIO 0x4010003000 (irq = 20, base_baud = 7500000) is a 16550A [ 2.515207] serial serial0: tty port ttyS4 registered [ 2.515611] surface_serial_hub serial0-0: rx: parser: invalid start of frame, skipping [ 2.517017] surface_serial_hub serial0-0: SAM firmware version: 14.310.139 [ 2.637447] hid-generic 0019:045E:0922.0001: hidraw0: HID v1.11 Device [Microsoft Surface 045E:0922] on 01:15:02:05:00 [ 2.644091] input: Microsoft Surface 045E:09AE Keyboard as /devices/platform/MSHW0114:00/01:15:02:01:00/0019:045E:09AE.0002/input/input5 [ 2.644298] input: Microsoft Surface 045E:09AE Consumer Control as /devices/platform/MSHW0114:00/01:15:02:01:00/0019:045E:09AE.0002/input/input7 [ 2.644417] hid-generic 0019:045E:09AE.0002: input,hidraw1: HID v1.11 Keyboard [Microsoft Surface 045E:09AE] on 01:15:02:01:00 [ 2.658943] input: Microsoft Surface 045E:09AF Mouse as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input8 [ 2.658975] input: Microsoft Surface 045E:09AF Touchpad as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input9 [ 2.658996] input: Microsoft Surface 045E:09AF as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input10 [ 2.659015] input: Microsoft Surface 045E:09AF as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input11 [ 2.659041] hid-generic 0019:045E:09AF.0003: input,hidraw2: HID v1.11 Mouse [Microsoft Surface 045E:09AF] on 01:15:02:03:00 [ 2.782877] random: crng init done [ 2.799962] mc: Linux media interface: v0.10 [ 2.869834] videodev: Linux video capture interface: v2.00 [ 2.920149] Bluetooth: Core ver 2.22 [ 2.920185] NET: Registered protocol family 31 [ 2.920187] Bluetooth: HCI device and connection manager initialized [ 2.920198] Bluetooth: HCI socket layer initialized [ 2.920202] Bluetooth: L2CAP socket layer initialized [ 2.920219] Bluetooth: SCO socket layer initialized [ 2.933701] usbcore: registered new interface driver btusb [ 2.934339] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 11 2017 [ 2.935332] Bluetooth: hci0: Device revision is 2 [ 2.935333] Bluetooth: hci0: Secure boot is enabled [ 2.935333] Bluetooth: hci0: OTP lock is enabled [ 2.935333] Bluetooth: hci0: API lock is enabled [ 2.935334] Bluetooth: hci0: Debug lock is disabled [ 2.935334] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 2.936439] Bluetooth: hci0: Found device firmware: intel/ibt-19-32-4.sfi [ 2.938007] uvcvideo: Found UVC 1.50 device Surface Camera Front (045e:0990) [ 2.943265] input: Surface Camera Front: Surface C as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/input/input12 [ 2.944424] uvcvideo: Found UVC 1.50 device Surface Camera Front (045e:0990) [ 2.947049] input: Surface Camera Front: Surface I as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.2/input/input13 [ 2.947079] usbcore: registered new interface driver uvcvideo [ 2.947080] USB Video Class driver (1.1.1) [ 3.024102] Console: switching to colour frame buffer device 141x47 [ 3.046895] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device [ 3.046991] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 3.047140] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915]) [ 3.125467] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC274: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:speaker [ 3.125470] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 3.125471] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 3.125472] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 3.125473] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 3.125474] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19 [ 3.125476] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12 [ 3.209763] input: Microsoft Surface 045E:09AF Mouse as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input14 [ 3.209818] input: Microsoft Surface 045E:09AF Touchpad as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input15 [ 3.209858] input: Microsoft Surface 045E:09AF UNKNOWN as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input16 [ 3.209891] input: Microsoft Surface 045E:09AF UNKNOWN as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input17 [ 3.209925] hid-multitouch 0019:045E:09AF.0003: input,hidraw2: HID v1.11 Mouse [Microsoft Surface 045E:09AF] on 01:15:02:03:00 [ 3.212376] surface_serial_hub serial0-0: rtl: dropping unexpected command message (rqid = 0x0048) [ 3.214097] surface_serial_hub serial0-0: rtl: dropping unexpected command message (rqid = 0x0049) [ 3.225871] mousedev: PS/2 mouse device common for all mice [ 3.241057] input: IPTS Touch as /devices/virtual/input/input18 [ 3.241156] input: IPTS Stylus as /devices/virtual/input/input19 [ 3.574092] ALSA pcmC0D12p,0:HDMI 6: cannot preallocate for size 4194304 [ 3.577638] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20 [ 3.577673] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21 [ 3.577701] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22 [ 3.577731] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23 [ 3.577759] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24 [ 3.577789] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25 [ 3.577819] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26 [ 3.577846] input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27 [ 3.577897] input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28 [ 4.646446] Bluetooth: hci0: Waiting for firmware download to complete [ 4.647469] Bluetooth: hci0: Firmware loaded in 1673548 usecs [ 4.647542] Bluetooth: hci0: Waiting for device to boot [ 4.662722] Bluetooth: hci0: Device booted in 14889 usecs [ 4.663241] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-32-4.ddc [ 4.665408] Bluetooth: hci0: Applying Intel DDC parameters completed [ 4.668468] Bluetooth: hci0: Firmware revision 0.0 build 118 week 15 2021 [ 7.944114] kauditd_printk_skb: 53 callbacks suppressed [ 7.944117] audit: type=1131 audit(1623032788.803:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 8.408565] audit: type=1100 audit(1623032789.266:65): pid=927 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="enzime" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success' [ 8.409640] audit: type=1101 audit(1623032789.270:66): pid=927 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="enzime" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success' [ 8.475521] audit: type=1106 audit(1623032789.333:67): pid=875 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success' [ 8.475560] audit: type=1104 audit(1623032789.333:68): pid=875 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success' [ 8.479135] audit: type=1103 audit(1623032789.336:69): pid=927 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="enzime" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success' [ 8.479211] audit: type=1006 audit(1623032789.336:70): pid=927 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1 [ 8.521042] audit: type=1130 audit(1623032789.380:71): 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' [ 8.529504] audit: type=1101 audit(1623032789.386:72): pid=937 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="enzime" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 8.529567] audit: type=1103 audit(1623032789.390:73): pid=937 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="enzime" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 10.092963] wlan0: authenticate with d6:35:1d:05:fe:05 [ 10.095923] wlan0: send auth to d6:35:1d:05:fe:05 (try 1/3) [ 10.121342] wlan0: authenticated [ 10.122874] wlan0: associate with d6:35:1d:05:fe:05 (try 1/3) [ 10.124474] wlan0: RX AssocResp from d6:35:1d:05:fe:05 (capab=0x1011 status=0 aid=3) [ 10.128411] wlan0: associated [ 10.155599] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 10.185580] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by d6:35:1d:05:fe:05 [ 14.011892] kauditd_printk_skb: 8 callbacks suppressed ```
dmesg on 4.12.9 ``` [ 0.000000] Linux version 5.12.9-arch1-1-surface (linux-surface@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 03 Jun 2021 18:17:21 +0000 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-surface root=UUID=da8c5047-24cb-4538-b08b-d7acaf44c880 rw quiet loglevel=3 nowatchdog [ 0.000000] x86/split lock detection: warning about user-space split_locks [ 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 0x020: 'AVX-512 opmask' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64 [ 0.000000] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512 [ 0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024 [ 0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8 [ 0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format. [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000079fb8fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000079fb9000-0x0000000079fb9fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000079fba000-0x0000000079fbafff] usable [ 0.000000] BIOS-e820: [mem 0x0000000079fbb000-0x0000000079fbbfff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000079fbc000-0x000000007b669fff] usable [ 0.000000] BIOS-e820: [mem 0x000000007b66a000-0x000000007ba69fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007ba6a000-0x000000007ba82fff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ba83000-0x000000007bae8fff] type 20 [ 0.000000] BIOS-e820: [mem 0x000000007bae9000-0x000000007bb89fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007bb8a000-0x000000007bbb3fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000007bbb4000-0x000000007bbfefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000007bbff000-0x000000007bbfffff] usable [ 0.000000] BIOS-e820: [mem 0x000000007bc00000-0x00000000953fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000046abfffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.70 by MSFT [ 0.000000] efi: ACPI=0x7bbfe000 ACPI 2.0=0x7bbfe014 TPMFinalLog=0x7bbac000 SMBIOS=0x7bb05000 SMBIOS 3.0=0x7bb03000 MEMATTR=0x77f69018 ESRT=0x77f6e018 [ 0.000000] SMBIOS 3.3.0 present. [ 0.000000] DMI: Microsoft Corporation Surface Laptop 3/Surface Laptop 3, BIOS 9.102.140 11/16/2020 [ 0.000000] tsc: Detected 1500.000 MHz processor [ 0.000000] tsc: Detected 1497.600 MHz TSC [ 0.001207] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.001213] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.001223] last_pfn = 0x46ac00 max_arch_pfn = 0x400000000 [ 0.001497] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.003048] last_pfn = 0x7bc00 max_arch_pfn = 0x400000000 [ 0.029515] esrt: Reserving ESRT space from 0x0000000077f6e018 to 0x0000000077f6e168. [ 0.029527] e820: update [mem 0x77f6e000-0x77f6efff] usable ==> reserved [ 0.029582] check: Scanning 1 areas for low memory corruption [ 0.029589] Using GB pages for direct mapping [ 0.029989] Secure boot could not be determined [ 0.029991] RAMDISK: [mem 0x369c3000-0x374d8fff] [ 0.029997] ACPI: Early table checksum verification disabled [ 0.030001] ACPI: RSDP 0x000000007BBFE014 000024 (v02 MSFT ) [ 0.030008] ACPI: XSDT 0x000000007BBFD0E8 0000C4 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.030016] ACPI: FACP 0x000000007BBE0000 000114 (v06 MSFT MSFT 00000002 MSFT 20160422) [ 0.030024] ACPI: DSDT 0x000000007BBC0000 01B4AB (v02 MSFT MSFT 00000002 MSFT 20160422) [ 0.030029] ACPI: FACS 0x000000007BB91000 000040 [ 0.030034] ACPI: WSMT 0x000000007BBFC000 000028 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.030038] ACPI: SSDT 0x000000007BBFA000 001B61 (v02 CpuRef CpuSsdt 00003000 INTL 20181003) [ 0.030043] ACPI: MSDM 0x000000007BBF9000 000055 (v01 MSFT 00000001 MSFT 00000001) [ 0.030048] ACPI: SSDT 0x000000007BBF3000 00557B (v02 MSFT DptfTabl 00001000 INTL 20181003) [ 0.030053] ACPI: SSDT 0x000000007BBEF000 0033E3 (v02 SaSsdt SaSsdt 00003000 INTL 20181003) [ 0.030058] ACPI: SSDT 0x000000007BBE3000 00B27A (v02 INTEL TcssSsdt 00001000 INTL 20181003) [ 0.030062] ACPI: SSDT 0x000000007BBE2000 000574 (v02 MSFT Tpm2Tabl 00001000 INTL 20181003) [ 0.030067] ACPI: TPM2 0x000000007BBE1000 000034 (v03 MSFT MSFT 00000002 MSFT 20160422) [ 0.030071] ACPI: HPET 0x000000007BBDF000 000038 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.030076] ACPI: LPIT 0x000000007BBDE000 000094 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.030081] ACPI: APIC 0x000000007BBDD000 00012C (v04 MSFT MSFT 00000002 MSFT 20160422) [ 0.030085] ACPI: MCFG 0x000000007BBDC000 00003C (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.030090] ACPI: SSDT 0x000000007BBBF000 0000DD (v02 MSFT DEVPANEL 00000001 INTL 20181003) [ 0.030094] ACPI: SSDT 0x000000007BBBE000 000DB4 (v02 MSFT RTD3_ED 00001000 INTL 20181003) [ 0.030099] ACPI: SSDT 0x000000007BBBD000 0009DE (v02 MSFT xh_ed000 00000000 INTL 20181003) [ 0.030103] ACPI: NHLT 0x000000007BBBC000 00002D (v00 MSFT MSFT 00000002 MSFT 20160422) [ 0.030108] ACPI: DMAR 0x000000007BBBB000 000088 (v02 MSFT MSFT 00000002 MSFT 20160422) [ 0.030113] ACPI: BGRT 0x000000007BBBA000 000038 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.030117] ACPI: FPDT 0x000000007BBB9000 000034 (v01 MSFT MSFT 00000002 MSFT 20160422) [ 0.030121] ACPI: Reserving FACP table memory at [mem 0x7bbe0000-0x7bbe0113] [ 0.030123] ACPI: Reserving DSDT table memory at [mem 0x7bbc0000-0x7bbdb4aa] [ 0.030125] ACPI: Reserving FACS table memory at [mem 0x7bb91000-0x7bb9103f] [ 0.030126] ACPI: Reserving WSMT table memory at [mem 0x7bbfc000-0x7bbfc027] [ 0.030128] ACPI: Reserving SSDT table memory at [mem 0x7bbfa000-0x7bbfbb60] [ 0.030129] ACPI: Reserving MSDM table memory at [mem 0x7bbf9000-0x7bbf9054] [ 0.030131] ACPI: Reserving SSDT table memory at [mem 0x7bbf3000-0x7bbf857a] [ 0.030132] ACPI: Reserving SSDT table memory at [mem 0x7bbef000-0x7bbf23e2] [ 0.030134] ACPI: Reserving SSDT table memory at [mem 0x7bbe3000-0x7bbee279] [ 0.030135] ACPI: Reserving SSDT table memory at [mem 0x7bbe2000-0x7bbe2573] [ 0.030137] ACPI: Reserving TPM2 table memory at [mem 0x7bbe1000-0x7bbe1033] [ 0.030138] ACPI: Reserving HPET table memory at [mem 0x7bbdf000-0x7bbdf037] [ 0.030140] ACPI: Reserving LPIT table memory at [mem 0x7bbde000-0x7bbde093] [ 0.030141] ACPI: Reserving APIC table memory at [mem 0x7bbdd000-0x7bbdd12b] [ 0.030143] ACPI: Reserving MCFG table memory at [mem 0x7bbdc000-0x7bbdc03b] [ 0.030144] ACPI: Reserving SSDT table memory at [mem 0x7bbbf000-0x7bbbf0dc] [ 0.030146] ACPI: Reserving SSDT table memory at [mem 0x7bbbe000-0x7bbbedb3] [ 0.030147] ACPI: Reserving SSDT table memory at [mem 0x7bbbd000-0x7bbbd9dd] [ 0.030149] ACPI: Reserving NHLT table memory at [mem 0x7bbbc000-0x7bbbc02c] [ 0.030150] ACPI: Reserving DMAR table memory at [mem 0x7bbbb000-0x7bbbb087] [ 0.030152] ACPI: Reserving BGRT table memory at [mem 0x7bbba000-0x7bbba037] [ 0.030153] ACPI: Reserving FPDT table memory at [mem 0x7bbb9000-0x7bbb9033] [ 0.030186] ACPI: Local APIC address 0xfee00000 [ 0.030459] No NUMA configuration found [ 0.030461] Faking a node at [mem 0x0000000000000000-0x000000046abfffff] [ 0.030467] NODE_DATA(0) allocated [mem 0x46abfa000-0x46abfdfff] [ 0.030506] Zone ranges: [ 0.030507] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.030511] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.030513] Normal [mem 0x0000000100000000-0x000000046abfffff] [ 0.030516] Device empty [ 0.030517] Movable zone start for each node [ 0.030519] Early memory node ranges [ 0.030519] node 0: [mem 0x0000000000001000-0x000000000009ffff] [ 0.030522] node 0: [mem 0x0000000000100000-0x0000000079fb8fff] [ 0.030523] node 0: [mem 0x0000000079fba000-0x0000000079fbafff] [ 0.030525] node 0: [mem 0x0000000079fbc000-0x000000007b669fff] [ 0.030526] node 0: [mem 0x000000007ba6a000-0x000000007ba82fff] [ 0.030527] node 0: [mem 0x000000007bbff000-0x000000007bbfffff] [ 0.030529] node 0: [mem 0x0000000100000000-0x000000046abfffff] [ 0.030532] Initmem setup node 0 [mem 0x0000000000001000-0x000000046abfffff] [ 0.030535] On node 0 totalpages: 4088353 [ 0.030536] DMA zone: 64 pages used for memmap [ 0.030538] DMA zone: 29 pages reserved [ 0.030539] DMA zone: 3999 pages, LIFO batch:0 [ 0.030820] DMA zone: 28769 pages in unavailable ranges [ 0.030822] DMA32 zone: 7835 pages used for memmap [ 0.030824] DMA32 zone: 501378 pages, LIFO batch:63 [ 0.034132] DMA32 zone: 18814 pages in unavailable ranges [ 0.034134] Normal zone: 55984 pages used for memmap [ 0.034135] Normal zone: 3582976 pages, LIFO batch:63 [ 0.056795] Normal zone: 21504 pages in unavailable ranges [ 0.056819] x86/hpet: Will disable the HPET for this platform because it's not reliable [ 0.056851] Reserving Intel graphics memory at [mem 0x91800000-0x953fffff] [ 0.057277] ACPI: PM-Timer IO Port: 0x1808 [ 0.057280] ACPI: Local APIC address 0xfee00000 [ 0.057288] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.057291] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.057292] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.057294] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.057295] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.057296] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.057297] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.057298] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.057299] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 0.057300] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 0.057301] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 0.057302] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) [ 0.057304] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1]) [ 0.057305] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1]) [ 0.057306] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1]) [ 0.057307] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1]) [ 0.057342] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.057346] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.057349] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.057353] ACPI: IRQ0 used by override. [ 0.057355] ACPI: IRQ9 used by override. [ 0.057357] Using ACPI (MADT) for SMP configuration information [ 0.057359] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.057373] e820: update [mem 0x77ec2000-0x77eeefff] usable ==> reserved [ 0.057387] TSC deadline timer available [ 0.057388] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [ 0.057415] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.057418] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.057421] PM: hibernation: Registered nosave memory: [mem 0x77ec2000-0x77eeefff] [ 0.057424] PM: hibernation: Registered nosave memory: [mem 0x77f6e000-0x77f6efff] [ 0.057427] PM: hibernation: Registered nosave memory: [mem 0x79fb9000-0x79fb9fff] [ 0.057429] PM: hibernation: Registered nosave memory: [mem 0x79fbb000-0x79fbbfff] [ 0.057432] PM: hibernation: Registered nosave memory: [mem 0x7b66a000-0x7ba69fff] [ 0.057434] PM: hibernation: Registered nosave memory: [mem 0x7ba83000-0x7bae8fff] [ 0.057436] PM: hibernation: Registered nosave memory: [mem 0x7bae9000-0x7bb89fff] [ 0.057437] PM: hibernation: Registered nosave memory: [mem 0x7bb8a000-0x7bbb3fff] [ 0.057438] PM: hibernation: Registered nosave memory: [mem 0x7bbb4000-0x7bbfefff] [ 0.057441] PM: hibernation: Registered nosave memory: [mem 0x7bc00000-0x953fffff] [ 0.057442] PM: hibernation: Registered nosave memory: [mem 0x95400000-0xfe00ffff] [ 0.057443] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff] [ 0.057444] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed1ffff] [ 0.057445] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff] [ 0.057447] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff] [ 0.057449] [mem 0x95400000-0xfe00ffff] available for PCI devices [ 0.057451] Booting paravirtualized kernel on bare hardware [ 0.057454] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns [ 0.066404] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1 [ 0.066653] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144 [ 0.066662] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152 [ 0.066666] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.066695] Built 1 zonelists, mobility grouping on. Total pages: 4024441 [ 0.066698] Policy zone: Normal [ 0.066699] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-surface root=UUID=da8c5047-24cb-4538-b08b-d7acaf44c880 rw quiet loglevel=3 nowatchdog [ 0.067806] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.068353] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.068456] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off [ 0.115574] Memory: 15887840K/16353412K available (14344K kernel code, 2039K rwdata, 4884K rodata, 1656K init, 4368K bss, 465312K reserved, 0K cma-reserved) [ 0.115582] random: get_random_u64 called from __kmem_cache_create+0x22/0x530 with crng_init=0 [ 0.115732] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.115748] ftrace: allocating 41895 entries in 164 pages [ 0.139087] ftrace: allocated 164 pages with 3 groups [ 0.139208] rcu: Preemptible hierarchical RCU implementation. [ 0.139209] rcu: RCU dyntick-idle grace-period acceleration is enabled. [ 0.139210] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8. [ 0.139212] rcu: RCU priority boosting: priority 1 delay 500 ms. [ 0.139214] Trampoline variant of Tasks RCU enabled. [ 0.139215] Rude variant of Tasks RCU enabled. [ 0.139216] Tracing variant of Tasks RCU enabled. [ 0.139217] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies. [ 0.139218] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.144829] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16 [ 0.145405] Console: colour dummy device 80x25 [ 0.145425] printk: console [tty0] enabled [ 0.145448] ACPI: Core revision 20210105 [ 0.145707] APIC: Switch to symmetric I/O mode setup [ 0.145710] DMAR: Host address width 39 [ 0.145712] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.145720] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 49e2ff0505e [ 0.145724] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.145731] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.145734] DMAR: RMRR base: 0x00000091000000 end: 0x000000953fffff [ 0.145738] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.145740] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.145742] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit. [ 0.145743] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting. [ 0.147408] DMAR-IR: Enabled IRQ remapping in xapic mode [ 0.147409] x2apic: IRQ remapping doesn't support X2APIC mode [ 0.151892] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x159647815e3, max_idle_ns: 440795269835 ns [ 0.151902] Calibrating delay loop (skipped), value calculated using timer frequency.. 2996.00 BogoMIPS (lpj=4992000) [ 0.151906] pid_max: default: 32768 minimum: 301 [ 0.155232] LSM: Security Framework initializing [ 0.155232] Yama: becoming mindful. [ 0.155232] LSM support for eBPF active [ 0.155232] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.155232] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.155232] x86/cpu: SGX disabled by BIOS [ 0.155232] CPU0: Thermal monitoring enabled (TM1) [ 0.155232] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.155232] process: using mwait in idle threads [ 0.155232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.155232] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.155232] Spectre V2 : Mitigation: Enhanced IBRS [ 0.155232] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.155232] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.155232] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.155232] Freeing SMP alternatives memory: 36K [ 0.155232] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2389 [ 0.155232] smpboot: CPU0: Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz (family: 0x6, model: 0x7e, stepping: 0x5) [ 0.155232] Performance Events: PEBS fmt4+-baseline, AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.155232] ... version: 5 [ 0.155232] ... bit width: 48 [ 0.155232] ... generic registers: 8 [ 0.155232] ... value mask: 0000ffffffffffff [ 0.155232] ... max period: 00007fffffffffff [ 0.155232] ... fixed-purpose events: 4 [ 0.155232] ... event mask: 0001000f000000ff [ 0.155232] rcu: Hierarchical SRCU implementation. [ 0.155232] smp: Bringing up secondary CPUs ... [ 0.155232] x86: Booting SMP configuration: [ 0.155232] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 [ 0.169245] smp: Brought up 1 node, 8 CPUs [ 0.169245] smpboot: Max logical packages: 1 [ 0.169245] smpboot: Total of 8 processors activated (23971.00 BogoMIPS) [ 0.172664] devtmpfs: initialized [ 0.172664] x86/mm: Memory block size: 128MB [ 0.173251] PM: Registering ACPI NVS region [mem 0x79fb9000-0x79fb9fff] (4096 bytes) [ 0.173251] PM: Registering ACPI NVS region [mem 0x7bb8a000-0x7bbb3fff] (172032 bytes) [ 0.173251] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns [ 0.173251] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.173251] pinctrl core: initialized pinctrl subsystem [ 0.173251] PM: RTC time: 02:20:59, date: 2021-06-07 [ 0.173251] NET: Registered protocol family 16 [ 0.175238] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [ 0.175464] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.175687] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.175698] audit: initializing netlink subsys (disabled) [ 0.175709] audit: type=2000 audit(1623032459.023:1): state=initialized audit_enabled=0 res=1 [ 0.175709] thermal_sys: Registered thermal governor 'fair_share' [ 0.175709] thermal_sys: Registered thermal governor 'bang_bang' [ 0.175709] thermal_sys: Registered thermal governor 'step_wise' [ 0.175709] thermal_sys: Registered thermal governor 'user_space' [ 0.175709] thermal_sys: Registered thermal governor 'power_allocator' [ 0.175709] cpuidle: using governor ladder [ 0.175709] cpuidle: using governor menu [ 0.175709] ACPI: bus type PCI registered [ 0.175709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.175709] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.175709] PCI: not using MMCONFIG [ 0.175709] PCI: Using configuration type 1 for base access [ 0.175912] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.176760] Kprobes globally optimized [ 0.178598] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.178598] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.178689] ACPI: Added _OSI(Module Device) [ 0.178691] ACPI: Added _OSI(Processor Device) [ 0.178693] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.178694] ACPI: Added _OSI(Processor Aggregator Device) [ 0.178696] ACPI: Added _OSI(Linux-Dell-Video) [ 0.178699] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.178700] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.251266] ACPI: 9 ACPI AML tables successfully acquired and loaded [ 0.258565] ACPI: Dynamic OEM Table Load: [ 0.258565] ACPI: SSDT 0xFFFF9C7EC12F5900 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20181003) [ 0.261899] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked [ 0.261899] ACPI: Dynamic OEM Table Load: [ 0.261899] ACPI: SSDT 0xFFFF9C7EC1306C00 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20181003) [ 0.262211] ACPI: Dynamic OEM Table Load: [ 0.262219] ACPI: SSDT 0xFFFF9C7EC12FE800 000437 (v02 PmRef Cpu0Ist 00003000 INTL 20181003) [ 0.263683] ACPI: Dynamic OEM Table Load: [ 0.263690] ACPI: SSDT 0xFFFF9C7EC1319600 00012C (v02 PmRef Cpu0Hwp 00003000 INTL 20181003) [ 0.264923] ACPI: Dynamic OEM Table Load: [ 0.264932] ACPI: SSDT 0xFFFF9C7EC12FA000 000724 (v02 PmRef HwpLvt 00003000 INTL 20181003) [ 0.266586] ACPI: Dynamic OEM Table Load: [ 0.266594] ACPI: SSDT 0xFFFF9C7EC12FB000 0005FC (v02 PmRef ApIst 00003000 INTL 20181003) [ 0.268113] ACPI: Dynamic OEM Table Load: [ 0.268120] ACPI: SSDT 0xFFFF9C7EC1303400 000317 (v02 PmRef ApHwp 00003000 INTL 20181003) [ 0.269636] ACPI: Dynamic OEM Table Load: [ 0.269645] ACPI: SSDT 0xFFFF9C7EC1309000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20181003) [ 0.275332] ACPI: Dynamic OEM Table Load: [ 0.275340] ACPI: SSDT 0xFFFF9C7EC1302400 00030A (v02 PmRef ApCst 00003000 INTL 20181003) [ 0.281140] ACPI: Interpreter enabled [ 0.281212] ACPI: (supports S0 S4 S5) [ 0.281214] ACPI: Using IOAPIC for interrupt routing [ 0.281269] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.282255] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources [ 0.282272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.282917] ACPI: Enabled 8 GPEs in block 00 to 7F [ 0.289057] ACPI: PM: Power Resource [BTPR] (on) [ 0.301581] ACPI: PM: Power Resource [V0PR] (on) [ 0.301815] ACPI: PM: Power Resource [V1PR] (on) [ 0.302042] ACPI: PM: Power Resource [V2PR] (on) [ 0.304099] ACPI: PM: Power Resource [WRST] (on) [ 0.304361] ACPI: PM: Power Resource [TBT0] (on) [ 0.304415] ACPI: PM: Power Resource [TBT1] (on) [ 0.304465] ACPI: PM: Power Resource [D3C] (on) [ 0.316249] ACPI: PM: Power Resource [PIN] (off) [ 0.316943] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 0.316952] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.324035] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] [ 0.329550] PCI host bridge to bus 0000:00 [ 0.329553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.329556] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.329558] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.329560] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window] [ 0.329561] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window] [ 0.329563] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window] [ 0.329564] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window] [ 0.329566] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] [ 0.329567] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] [ 0.329569] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] [ 0.329570] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] [ 0.329572] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] [ 0.329573] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] [ 0.329575] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window] [ 0.329576] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window] [ 0.329578] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window] [ 0.329579] pci_bus 0000:00: root bus resource [mem 0x95400000-0xdfffffff window] [ 0.329581] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window] [ 0.329583] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.329652] pci 0000:00:00.0: [8086:8a12] type 00 class 0x060000 [ 0.331685] pci 0000:00:02.0: [8086:8a52] type 00 class 0x030000 [ 0.331699] pci 0000:00:02.0: reg 0x10: [mem 0x6000000000-0x6000ffffff 64bit] [ 0.331709] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref] [ 0.331715] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f] [ 0.331737] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.331739] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics [ 0.333517] pci 0000:00:04.0: [8086:8a03] type 00 class 0x118000 [ 0.333539] pci 0000:00:04.0: reg 0x10: [mem 0x6001120000-0x600112ffff 64bit] [ 0.335425] pci 0000:00:0d.0: [8086:8a13] type 00 class 0x0c0330 [ 0.335441] pci 0000:00:0d.0: reg 0x10: [mem 0x6001110000-0x600111ffff 64bit] [ 0.335510] pci 0000:00:0d.0: PME# supported from D3hot D3cold [ 0.337385] pci 0000:00:14.0: [8086:34ed] type 00 class 0x0c0330 [ 0.337429] pci 0000:00:14.0: reg 0x10: [mem 0x6001100000-0x600110ffff 64bit] [ 0.337547] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.339362] pci 0000:00:14.2: [8086:34ef] type 00 class 0x050000 [ 0.339407] pci 0000:00:14.2: reg 0x10: [mem 0x6001138000-0x6001139fff 64bit] [ 0.339427] pci 0000:00:14.2: reg 0x18: [mem 0x6001140000-0x6001140fff 64bit] [ 0.341222] pci 0000:00:14.3: [8086:34f0] type 00 class 0x028000 [ 0.341262] pci 0000:00:14.3: reg 0x10: [mem 0x6001134000-0x6001137fff 64bit] [ 0.341437] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold [ 0.343232] pci 0000:00:15.0: [8086:34e8] type 00 class 0x0c8000 [ 0.343295] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.345372] pci 0000:00:15.1: [8086:34e9] type 00 class 0x0c8000 [ 0.345451] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.347461] pci 0000:00:16.0: [8086:34e0] type 00 class 0x078000 [ 0.347529] pci 0000:00:16.0: reg 0x10: [mem 0x600113d000-0x600113dfff 64bit] [ 0.347657] pci 0000:00:16.0: PME# supported from D3hot [ 0.349533] pci 0000:00:16.4: [8086:34e4] type 00 class 0x078000 [ 0.349579] pci 0000:00:16.4: reg 0x10: [mem 0x600113c000-0x600113cfff 64bit] [ 0.349707] pci 0000:00:16.4: PME# supported from D3hot [ 0.351494] pci 0000:00:19.0: [8086:34c5] type 00 class 0x0c8000 [ 0.351564] pci 0000:00:19.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.353571] pci 0000:00:1d.0: [8086:34b0] type 01 class 0x060400 [ 0.353729] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.353793] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity [ 0.355818] pci 0000:00:1e.0: [8086:34a8] type 00 class 0x078000 [ 0.355899] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.357913] pci 0000:00:1f.0: [8086:3482] type 00 class 0x060100 [ 0.359875] pci 0000:00:1f.3: [8086:34c8] type 00 class 0x040380 [ 0.359958] pci 0000:00:1f.3: reg 0x10: [mem 0x6001130000-0x6001133fff 64bit] [ 0.360043] pci 0000:00:1f.3: reg 0x20: [mem 0x6001000000-0x60010fffff 64bit] [ 0.360227] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.362137] pci 0000:00:1f.5: [8086:34a4] type 00 class 0x0c8000 [ 0.362180] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff] [ 0.364073] pci 0000:01:00.0: [1c5c:1327] type 00 class 0x010802 [ 0.364104] pci 0000:01:00.0: reg 0x10: [mem 0x95400000-0x95403fff 64bit] [ 0.364279] pci 0000:01:00.0: supports D1 [ 0.364281] pci 0000:01:00.0: PME# supported from D0 D1 D3hot [ 0.364478] pci 0000:00:1d.0: PCI bridge to [bus 01] [ 0.364485] pci 0000:00:1d.0: bridge window [mem 0x95400000-0x954fffff] [ 0.429928] iommu: Default domain type: Translated [ 0.429946] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.429946] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.429946] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.429946] vgaarb: loaded [ 0.429946] SCSI subsystem initialized [ 0.429946] libata version 3.00 loaded. [ 0.429946] ACPI: bus type USB registered [ 0.429946] usbcore: registered new interface driver usbfs [ 0.429946] usbcore: registered new interface driver hub [ 0.429946] usbcore: registered new device driver usb [ 0.429946] pps_core: LinuxPPS API ver. 1 registered [ 0.429946] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.429946] PTP clock support registered [ 0.429946] EDAC MC: Ver: 3.0.0 [ 0.429946] Registered efivars operations [ 0.429946] NetLabel: Initializing [ 0.429946] NetLabel: domain hash size = 128 [ 0.429946] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.429946] NetLabel: unlabeled traffic allowed by default [ 0.429946] PCI: Using ACPI for IRQ routing [ 0.458003] PCI: pci_cache_line_size set to 64 bytes [ 0.458167] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window [ 0.458328] e820: reserve RAM buffer [mem 0x77ec2000-0x77ffffff] [ 0.458331] e820: reserve RAM buffer [mem 0x77f6e000-0x77ffffff] [ 0.458332] e820: reserve RAM buffer [mem 0x79fb9000-0x7bffffff] [ 0.458334] e820: reserve RAM buffer [mem 0x79fbb000-0x7bffffff] [ 0.458336] e820: reserve RAM buffer [mem 0x7b66a000-0x7bffffff] [ 0.458338] e820: reserve RAM buffer [mem 0x7ba83000-0x7bffffff] [ 0.458340] e820: reserve RAM buffer [mem 0x7bc00000-0x7bffffff] [ 0.458341] e820: reserve RAM buffer [mem 0x46ac00000-0x46bffffff] [ 0.459488] clocksource: Switched to clocksource tsc-early [ 0.467155] VFS: Disk quotas dquot_6.6.0 [ 0.467173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.467263] pnp: PnP ACPI init [ 0.467641] system 00:00: [io 0x0680-0x069f] has been reserved [ 0.467646] system 00:00: [io 0x164e-0x164f] has been reserved [ 0.467653] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.467717] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.467851] system 00:02: [io 0x1854-0x1857] has been reserved [ 0.467856] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 0.468341] system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.468346] system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved [ 0.468348] system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved [ 0.468351] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved [ 0.468353] system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved [ 0.468356] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.468358] system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.468363] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.469308] system 00:04: [io 0x1800-0x18fe] could not be reserved [ 0.469313] system 00:04: [mem 0xfd000000-0xfd68ffff] has been reserved [ 0.469315] system 00:04: [mem 0xfd6b0000-0xfd6cffff] has been reserved [ 0.469318] system 00:04: [mem 0xfd6f0000-0xfdffffff] has been reserved [ 0.469320] system 00:04: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 0.469323] system 00:04: [mem 0xfe200000-0xfe7fffff] has been reserved [ 0.469326] system 00:04: [mem 0xff000000-0xffffffff] has been reserved [ 0.469330] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.469766] system 00:05: [io 0x2000-0x20fe] has been reserved [ 0.469770] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.470081] system 00:06: [mem 0xfe038000-0xfe038fff] has been reserved [ 0.470086] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.470855] pnp: PnP ACPI: found 7 devices [ 0.476727] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.476802] NET: Registered protocol family 2 [ 0.477040] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.479765] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.479898] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.480205] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 0.480308] TCP: Hash tables configured (established 131072 bind 65536) [ 0.480565] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear) [ 0.480642] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.480698] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.480770] NET: Registered protocol family 1 [ 0.480776] NET: Registered protocol family 44 [ 0.480799] pci 0000:00:15.0: BAR 0: assigned [mem 0x4010000000-0x4010000fff 64bit] [ 0.480864] pci 0000:00:15.1: BAR 0: assigned [mem 0x4010001000-0x4010001fff 64bit] [ 0.480924] pci 0000:00:19.0: BAR 0: assigned [mem 0x4010002000-0x4010002fff 64bit] [ 0.480978] pci 0000:00:1e.0: BAR 0: assigned [mem 0x4010003000-0x4010003fff 64bit] [ 0.481030] pci 0000:00:1f.5: BAR 0: assigned [mem 0x95500000-0x95500fff] [ 0.481043] pci 0000:00:1d.0: PCI bridge to [bus 01] [ 0.481049] pci 0000:00:1d.0: bridge window [mem 0x95400000-0x954fffff] [ 0.481060] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.481063] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.481065] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.481067] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window] [ 0.481069] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window] [ 0.481071] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window] [ 0.481072] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window] [ 0.481074] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window] [ 0.481076] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window] [ 0.481078] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window] [ 0.481080] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window] [ 0.481082] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window] [ 0.481083] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window] [ 0.481085] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window] [ 0.481087] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window] [ 0.481089] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window] [ 0.481091] pci_bus 0000:00: resource 20 [mem 0x95400000-0xdfffffff window] [ 0.481092] pci_bus 0000:00: resource 21 [mem 0x4000000000-0x7fffffffff window] [ 0.481095] pci_bus 0000:01: resource 1 [mem 0x95400000-0x954fffff] [ 0.481321] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.482073] PCI: CLS 0 bytes, default 64 [ 0.482124] Trying to unpack rootfs image as initramfs... [ 0.555952] Freeing initrd memory: 11352K [ 0.556000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.556001] software IO TLB: mapped [mem 0x0000000073a1f000-0x0000000077a1f000] (64MB) [ 0.556042] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x159647815e3, max_idle_ns: 440795269835 ns [ 0.556095] clocksource: Switched to clocksource tsc [ 0.556757] check: Scanning for low memory corruption every 60 seconds [ 0.557115] Initialise system trusted keyrings [ 0.557131] Key type blacklist registered [ 0.557207] workingset: timestamp_bits=41 max_order=22 bucket_order=0 [ 0.558459] zbud: loaded [ 0.575310] Key type asymmetric registered [ 0.575312] Asymmetric key parser 'x509' registered [ 0.575319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.575374] io scheduler mq-deadline registered [ 0.575375] io scheduler kyber registered [ 0.575398] io scheduler bfq registered [ 0.578178] pcieport 0000:00:1d.0: PME: Signaling with IRQ 122 [ 0.578329] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.578358] efifb: probing for efifb [ 0.578372] efifb: framebuffer at 0x4000000000, using 13312k, total 13312k [ 0.578374] efifb: mode is 2256x1504x32, linelength=9024, pages=1 [ 0.578375] efifb: scrolling: redraw [ 0.578376] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.578426] fbcon: Deferring console take-over [ 0.578427] fb0: EFI VGA frame buffer device [ 0.578801] Monitor-Mwait will be used to enter C-1 state [ 0.578830] Monitor-Mwait will be used to enter C-2 state [ 0.578838] Monitor-Mwait will be used to enter C-3 state [ 0.578844] ACPI: \_SB_.PR00: Found 3 idle states [ 0.579380] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 [ 0.579411] ACPI: button: Lid Switch [LID0] [ 0.579669] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2389 [ 0.582416] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.582492] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.582551] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.582610] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.582668] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.582725] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.582784] ACPI: thermal: [Firmware Bug]: No valid trip found [ 0.583041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.587699] hpet_acpi_add: no address or irqs in _CRS [ 0.587752] Non-volatile memory driver v1.3 [ 0.587753] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel [ 0.587754] AMD-Vi: AMD IOMMUv2 functionality not available on this system [ 0.588908] nvme nvme0: pci function 0000:01:00.0 [ 0.588958] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.588964] ehci-pci: EHCI PCI platform driver [ 0.588973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.588975] ohci-pci: OHCI PCI platform driver [ 0.588982] uhci_hcd: USB Universal Host Controller Interface driver [ 0.589017] usbcore: registered new interface driver usbserial_generic [ 0.589022] usbserial: USB Serial support registered for generic [ 0.589151] rtc_cmos 00:01: RTC can wake from S4 [ 0.590449] rtc_cmos 00:01: registered as rtc0 [ 0.590665] rtc_cmos 00:01: setting system clock to 2021-06-07T02:21:00 UTC (1623032460) [ 0.590681] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram [ 0.590920] intel_pstate: Intel P-state driver initializing [ 0.591393] intel_pstate: HWP enabled [ 0.591548] ledtrig-cpu: registered to indicate activity on CPUs [ 0.591600] hid: raw HID events driver (C) Jiri Kosina [ 0.591633] intel_pmc_core INT33A1:00: initialized [ 0.591666] drop_monitor: Initializing network drop monitor service [ 0.591708] Initializing XFRM netlink socket [ 0.591758] NET: Registered protocol family 10 [ 0.594206] nvme nvme0: missing or invalid SUBNQN field. [ 0.594730] Segment Routing with IPv6 [ 0.594731] RPL Segment Routing with IPv6 [ 0.594743] NET: Registered protocol family 17 [ 0.595182] microcode: sig=0x706e5, pf=0x80, revision=0xa0 [ 0.595204] microcode: Microcode Update Driver: v2.2. [ 0.595207] IPI shorthand broadcast: enabled [ 0.595216] sched_clock: Marking stable (588500444, 6641068)->(605183003, -10041491) [ 0.595337] registered taskstats version 1 [ 0.595344] Loading compiled-in X.509 certificates [ 0.596014] nvme nvme0: 8/0/0 default/read/poll queues [ 0.596960] Loaded X.509 cert 'Build time autogenerated kernel key: c98ae471af931187f9af0781ab53a4ebcccfd9a6' [ 0.597223] zswap: loaded using pool lz4/z3fold [ 0.597292] Key type ._fscrypt registered [ 0.597293] Key type .fscrypt registered [ 0.597294] Key type fscrypt-provisioning registered [ 0.597549] nvme0n1: p1 p2 p3 p4 p5 [ 0.598031] PM: Magic number: 9:6:308 [ 0.598045] tty tty37: hash matches [ 0.598155] RAS: Correctable Errors collector initialized. [ 0.602429] Freeing unused decrypted memory: 2036K [ 0.602581] Freeing unused kernel image (initmem) memory: 1656K [ 0.642358] Write protecting the kernel read-only data: 22528k [ 0.642951] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 0.643243] Freeing unused kernel image (rodata/data gap) memory: 1260K [ 0.653086] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.653089] rodata_test: all tests were successful [ 0.653093] Run /init as init process [ 0.653094] with arguments: [ 0.653095] /init [ 0.653095] with environment: [ 0.653096] HOME=/ [ 0.653096] TERM=linux [ 0.653096] BOOT_IMAGE=/boot/vmlinuz-linux-surface [ 0.668062] fbcon: Taking over console [ 0.668134] Console: switching to colour frame buffer device 141x47 [ 0.710312] xhci_hcd 0000:00:0d.0: xHCI Host Controller [ 0.710319] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1 [ 0.711380] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000200009810 [ 0.711514] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12 [ 0.711516] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711517] usb usb1: Product: xHCI Host Controller [ 0.711518] usb usb1: Manufacturer: Linux 5.12.9-arch1-1-surface xhci-hcd [ 0.711519] usb usb1: SerialNumber: 0000:00:0d.0 [ 0.711611] hub 1-0:1.0: USB hub found [ 0.711619] hub 1-0:1.0: 1 port detected [ 0.711811] xhci_hcd 0000:00:0d.0: xHCI Host Controller [ 0.711815] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2 [ 0.711817] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed [ 0.711849] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12 [ 0.711851] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711852] usb usb2: Product: xHCI Host Controller [ 0.711854] usb usb2: Manufacturer: Linux 5.12.9-arch1-1-surface xhci-hcd [ 0.711855] usb usb2: SerialNumber: 0000:00:0d.0 [ 0.711928] hub 2-0:1.0: USB hub found [ 0.711937] hub 2-0:1.0: 4 ports detected [ 0.712572] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.712575] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 [ 0.713665] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810 [ 0.713830] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12 [ 0.713832] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.713834] usb usb3: Product: xHCI Host Controller [ 0.713835] usb usb3: Manufacturer: Linux 5.12.9-arch1-1-surface xhci-hcd [ 0.713836] usb usb3: SerialNumber: 0000:00:14.0 [ 0.713920] hub 3-0:1.0: USB hub found [ 0.713939] hub 3-0:1.0: 12 ports detected [ 0.715136] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.715139] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 [ 0.715142] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed [ 0.715176] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12 [ 0.715178] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.715179] usb usb4: Product: xHCI Host Controller [ 0.715180] usb usb4: Manufacturer: Linux 5.12.9-arch1-1-surface xhci-hcd [ 0.715182] usb usb4: SerialNumber: 0000:00:14.0 [ 0.715259] hub 4-0:1.0: USB hub found [ 0.715270] hub 4-0:1.0: 6 ports detected [ 0.771543] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 0.814508] random: fast init done [ 0.838740] systemd[1]: systemd 248.3-2-arch running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified) [ 0.838835] systemd[1]: Detected architecture x86-64. [ 0.839752] systemd[1]: Hostname set to . [ 0.886776] random: lvmconfig: uninitialized urandom read (4 bytes read) [ 0.952242] systemd[1]: Queued start job for default target Graphical Interface. [ 0.965441] usb 3-6: new high-speed USB device number 2 using xhci_hcd [ 0.990622] systemd[1]: Created slice system-getty.slice. [ 0.991080] systemd[1]: Created slice system-modprobe.slice. [ 0.991470] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 0.991784] systemd[1]: Created slice User and Session Slice. [ 0.991866] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 0.991935] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 0.992130] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 0.992183] systemd[1]: Reached target Local Encrypted Volumes. [ 0.992200] systemd[1]: Reached target Login Prompts. [ 0.992227] systemd[1]: Reached target Paths. [ 0.992247] systemd[1]: Reached target Remote File Systems. [ 0.992260] systemd[1]: Reached target Slices. [ 0.992284] systemd[1]: Reached target Swap. [ 0.992307] systemd[1]: Reached target Local Verity Integrity Protected Volumes. [ 0.992388] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 0.992650] systemd[1]: Listening on LVM2 poll daemon socket. [ 0.994025] systemd[1]: Listening on Process Core Dump Socket. [ 0.994195] systemd[1]: Listening on Journal Audit Socket. [ 0.994299] systemd[1]: Listening on Journal Socket (/dev/log). [ 0.994403] systemd[1]: Listening on Journal Socket. [ 0.994650] systemd[1]: Listening on udev Control Socket. [ 0.994744] systemd[1]: Listening on udev Kernel Socket. [ 0.995766] systemd[1]: Mounting Huge Pages File System... [ 0.996757] systemd[1]: Mounting POSIX Message Queue File System... [ 0.997759] systemd[1]: Mounting Kernel Debug File System... [ 0.998806] systemd[1]: Mounting Kernel Trace File System... [ 0.999701] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway. [ 1.000620] systemd[1]: Mounting Temporary Directory (/tmp)... [ 1.001652] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 1.002583] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 1.003363] systemd[1]: Starting Load Kernel Module configfs... [ 1.004079] systemd[1]: Starting Load Kernel Module drm... [ 1.004841] systemd[1]: Starting Load Kernel Module fuse... [ 1.005249] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 1.005335] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 1.005618] random: lvm: uninitialized urandom read (4 bytes read) [ 1.006909] systemd[1]: Starting Journal Service... [ 1.008325] systemd[1]: Starting Load Kernel Modules... [ 1.009062] systemd[1]: Starting Remount Root and Kernel File Systems... [ 1.009108] systemd[1]: Condition check resulted in Repartition Root Disk being skipped. [ 1.009591] Linux agpgart interface v0.103 [ 1.009801] systemd[1]: Starting Coldplug All udev Devices... [ 1.011078] systemd[1]: Mounted Huge Pages File System. [ 1.011159] systemd[1]: Mounted POSIX Message Queue File System. [ 1.011221] systemd[1]: Mounted Kernel Debug File System. [ 1.011297] systemd[1]: Mounted Kernel Trace File System. [ 1.011348] systemd[1]: Mounted Temporary Directory (/tmp). [ 1.011596] systemd[1]: Finished Create list of static device nodes for the current kernel. [ 1.011788] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 1.011942] systemd[1]: Finished Load Kernel Module configfs. [ 1.012662] systemd[1]: Mounting Kernel Configuration File System... [ 1.013276] EXT4-fs (nvme0n1p5): re-mounted. Opts: (null). Quota mode: none. [ 1.014185] Asymmetric key parser 'pkcs8' registered [ 1.014187] systemd[1]: Finished Remount Root and Kernel File Systems. [ 1.014228] audit: type=1130 audit(1623032460.920:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.014301] systemd[1]: Mounted Kernel Configuration File System. [ 1.014368] systemd[1]: Condition check resulted in First Boot Wizard being skipped. [ 1.015305] systemd[1]: Starting Rebuild Hardware Database... [ 1.016025] systemd[1]: Starting Load/Save Random Seed... [ 1.016621] systemd[1]: Starting Create System Users... [ 1.017004] systemd[1]: Finished Load Kernel Modules. [ 1.017047] audit: type=1130 audit(1623032460.923:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.017665] systemd[1]: Starting Apply Kernel Variables... [ 1.017784] fuse: init (API version 7.33) [ 1.018322] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 1.018483] systemd[1]: Finished Load Kernel Module fuse. [ 1.018517] audit: type=1130 audit(1623032460.923:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.018527] audit: type=1131 audit(1623032460.923:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.019221] systemd[1]: Mounting FUSE Control File System... [ 1.020658] systemd[1]: Mounted FUSE Control File System. [ 1.022093] systemd[1]: Finished Apply Kernel Variables. [ 1.022135] audit: type=1130 audit(1623032460.930:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.030619] systemd[1]: Started Journal Service. [ 1.030682] audit: type=1130 audit(1623032460.936:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.033113] audit: type=1130 audit(1623032460.940:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.033118] audit: type=1131 audit(1623032460.940:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.034257] systemd-journald[218]: Received client request to flush runtime journal. [ 1.049785] audit: type=1130 audit(1623032460.956:10): 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' [ 1.139203] usb 3-6: New USB device found, idVendor=045e, idProduct=0990, bcdDevice=10.37 [ 1.139207] usb 3-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 1.139208] usb 3-6: Product: Surface Camera Front [ 1.139209] usb 3-6: Manufacturer: Surface [ 1.139210] usb 3-6: SerialNumber: 200901010001 [ 1.265321] usb 3-10: new full-speed USB device number 3 using xhci_hcd [ 1.406477] usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02 [ 1.406480] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1.432682] acpi-tad ACPI000E:00: Missing _PRW [ 1.487614] random: mktemp: uninitialized urandom read (6 bytes read) [ 1.621626] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002) [ 1.622698] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI [ 1.622742] intel_rapl_common: Found RAPL domain package [ 1.629076] mei_me 0000:00:16.4: enabling device (0000 -> 0002) [ 1.629077] mei_me 0000:00:16.0: enabling device (0000 -> 0002) [ 1.638669] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [ 1.638943] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 1.658670] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002) [ 1.658982] idma64 idma64.1: Found Intel integrated DMA 64-bit [ 1.675323] intel-lpss 0000:00:19.0: enabling device (0000 -> 0002) [ 1.726830] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 1.727268] input: PC Speaker as /devices/platform/pcspkr/input/input1 [ 1.728518] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 1.838081] Intel(R) Wireless WiFi driver for Linux [ 1.838126] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002) [ 1.842266] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver [ 1.842280] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37 [ 1.842485] iwlwifi 0000:00:14.3: loaded firmware version 62.49eeb572.0 Qu-c0-hr-b0-62.ucode op_mode iwlmvm [ 1.854148] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer [ 1.854151] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 1.854152] RAPL PMU: hw unit of domain package 2^-14 Joules [ 1.854152] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 1.854153] RAPL PMU: hw unit of domain psys 2^-14 Joules [ 1.854824] checking generic (4000000000 d00000) vs hw (6000000000 1000000) [ 1.854827] checking generic (4000000000 d00000) vs hw (4000000000 10000000) [ 1.854828] fb0: switching to inteldrmfb from EFI VGA [ 1.856464] cryptd: max_cpu_qlen set to 1000 [ 1.856634] Console: switching to colour dummy device 80x25 [ 1.856701] i915 0000:00:02.0: vgaarb: deactivate vga console [ 1.869335] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 1.871726] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/icl_dmc_ver1_09.bin (v1.9) [ 1.949516] AVX2 version of gcm_enc/dec engaged. [ 1.949549] AES CTR mode by8 optimization enabled [ 1.964581] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380 [ 1.964600] acpi PNP0A05:00: No SoundWire links detected [ 1.964631] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002) [ 2.045545] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX203, REV=0x338 [ 2.058217] thermal thermal_zone6: failed to read out thermal zone (-61) [ 2.199371] input: gpio-keys as /devices/platform/MSHW0040:00/gpio-keys.1.auto/input/input2 [ 2.199657] input: gpio-keys as /devices/platform/MSHW0040:00/gpio-keys.2.auto/input/input3 [ 2.210890] intel_rapl_common: Found RAPL domain package [ 2.210895] intel_rapl_common: Found RAPL domain core [ 2.210896] intel_rapl_common: Found RAPL domain uncore [ 2.210898] intel_rapl_common: Found RAPL domain psys [ 2.232175] iwlwifi 0000:00:14.3: base HW address: c8:34:8e:63:14:f0 [ 2.263947] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915]) [ 2.264335] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Starting IPTS [ 2.266544] ipts 0000:00:16.4-3e8d0870-271a-4208-8eb5-9acb9402ae04: Device 045E:0983 ready [ 2.280391] input: IPTS Touch as /devices/virtual/input/input4 [ 2.280452] input: IPTS Stylus as /devices/virtual/input/input5 [ 2.328863] mousedev: PS/2 mouse device common for all mice [ 2.338677] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002) [ 2.339026] idma64 idma64.3: Found Intel integrated DMA 64-bit [ 2.372273] dw-apb-uart.3: ttyS4 at MMIO 0x4010003000 (irq = 20, base_baud = 7500000) is a 16550A [ 2.373536] serial serial0: tty port ttyS4 registered [ 2.373756] surface_serial_hub serial0-0: rx: parser: invalid start of frame, skipping [ 2.374070] surface_serial_hub serial0-0: event: unhandled event (rqid: 0x15, tc: 0x15, tid: 0x02, cid: 0x00, iid: 0x01) [ 2.375371] surface_serial_hub serial0-0: SAM firmware version: 14.310.139 [ 2.423090] hid-generic 0019:045E:0922.0001: hidraw0: HID v1.11 Device [Microsoft Surface 045E:0922] on 01:15:02:05:00 [ 2.429333] input: Microsoft Surface 045E:09AE Keyboard as /devices/platform/MSHW0114:00/01:15:02:01:00/0019:045E:09AE.0002/input/input6 [ 2.429512] hid-generic 0019:045E:09AE.0002: input,hidraw1: HID v1.11 Keyboard [Microsoft Surface 045E:09AE] on 01:15:02:01:00 [ 2.444425] input: Microsoft Surface 045E:09AF Mouse as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input7 [ 2.444555] input: Microsoft Surface 045E:09AF Touchpad as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input8 [ 2.444602] input: Microsoft Surface 045E:09AF as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input9 [ 2.444633] input: Microsoft Surface 045E:09AF as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input10 [ 2.444664] hid-generic 0019:045E:09AF.0003: input,hidraw2: HID v1.11 Mouse [Microsoft Surface 045E:09AF] on 01:15:02:03:00 [ 2.735540] mc: Linux media interface: v0.10 [ 2.747359] videodev: Linux video capture interface: v2.00 [ 2.811540] Bluetooth: Core ver 2.22 [ 2.811562] NET: Registered protocol family 31 [ 2.811569] Bluetooth: HCI device and connection manager initialized [ 2.811571] Bluetooth: HCI socket layer initialized [ 2.811573] Bluetooth: L2CAP socket layer initialized [ 2.811576] Bluetooth: SCO socket layer initialized [ 2.813376] input: Microsoft Surface 045E:09AF Mouse as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input11 [ 2.813446] input: Microsoft Surface 045E:09AF Touchpad as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input12 [ 2.813494] input: Microsoft Surface 045E:09AF UNKNOWN as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input13 [ 2.813526] input: Microsoft Surface 045E:09AF UNKNOWN as /devices/platform/MSHW0114:00/01:15:02:03:00/0019:045E:09AF.0003/input/input14 [ 2.813560] hid-multitouch 0019:045E:09AF.0003: input,hidraw2: HID v1.11 Mouse [Microsoft Surface 045E:09AF] on 01:15:02:03:00 [ 2.815974] surface_serial_hub serial0-0: rtl: dropping unexpected command message (rqid = 0x0048) [ 2.817760] surface_serial_hub serial0-0: rtl: dropping unexpected command message (rqid = 0x0049) [ 2.822118] usb 3-6: Found UVC 1.50 device Surface Camera Front (045e:0990) [ 2.822712] usbcore: registered new interface driver btusb [ 2.823665] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 11 2017 [ 2.824629] Bluetooth: hci0: Device revision is 2 [ 2.824632] Bluetooth: hci0: Secure boot is enabled [ 2.824633] Bluetooth: hci0: OTP lock is enabled [ 2.824633] Bluetooth: hci0: API lock is enabled [ 2.824634] Bluetooth: hci0: Debug lock is disabled [ 2.824635] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 2.825748] Bluetooth: hci0: Found device firmware: intel/ibt-19-32-4.sfi [ 2.826610] input: Surface Camera Front: Surface C as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/input/input15 [ 2.827734] usb 3-6: Found UVC 1.50 device Surface Camera Front (045e:0990) [ 2.830399] input: Surface Camera Front: Surface I as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.2/input/input16 [ 2.830428] usbcore: registered new interface driver uvcvideo [ 2.841924] random: crng init done [ 2.841925] random: 7 urandom warning(s) missed due to ratelimiting [ 3.004897] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 [ 3.006983] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 3.007260] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17 [ 3.007366] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 3.009714] fbcon: i915drmfb (fb0) is primary device [ 3.009744] Console: switching to colour frame buffer device 141x47 [ 3.009748] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device [ 3.099059] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC274: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:speaker [ 3.099063] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 3.099064] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 3.099065] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 3.099066] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 3.099066] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19 [ 3.099067] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12 [ 3.547475] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18 [ 3.547514] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19 [ 3.547547] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20 [ 3.547578] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21 [ 3.547608] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22 [ 3.547636] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23 [ 3.547666] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24 [ 3.547697] input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25 [ 3.547725] input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26 [ 4.581277] Bluetooth: hci0: Waiting for firmware download to complete [ 4.581694] Bluetooth: hci0: Firmware loaded in 1717751 usecs [ 4.581711] Bluetooth: hci0: Waiting for device to boot [ 4.596800] Bluetooth: hci0: Device booted in 14745 usecs [ 4.597009] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-32-4.ddc [ 4.598744] Bluetooth: hci0: Applying Intel DDC parameters completed [ 4.601742] Bluetooth: hci0: Firmware revision 0.0 build 118 week 15 2021 [ 4.661730] Bluetooth: hci0: MSFT filter_enable is already on [ 7.831787] kauditd_printk_skb: 57 callbacks suppressed ```
MotorsportGmbH commented 1 year ago

Gave up on fractional scaling and just changed the font size in gnome tweaks to 1.25 which is 125%.

NP-chaonay commented 1 year ago

Gave up on fractional scaling and just changed the font size in gnome tweaks to 1.25 which is 125%.

If I not wrong, gnome can also do fractional scaling

For value not existed in list box, you can change in dconf editor

Ok for the xrandr procedure that broken I have no clue about this, but it absolutely not work on Wayland or xwayland