You are not logged in.

#1 2021-06-20 19:26:29

vtimofei
Member
Registered: 2021-04-03
Posts: 38

[SOLVED] Xorg cannot find amdgpu devices

Hello, I am trying to use my amd gpu (AMD Radeon R7 M445) for rendering instead of the intel one.  I am using the latest amdgpu driver from the torvald's git repo.  The driver is loaded ok and I can see it using lspci and I have also installed the amd gpu xorg module, which seems to be loaded by the Xorg, but it cannot find my GPU.

lspci output:

01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445 / 530/535 / 620/625 Mobile] (rev c3)
    Subsystem: Dell Radeon R7 M445
    Flags: bus master, fast devsel, latency 0, IRQ 128
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    Memory at d0000000 (64-bit, prefetchable) [size=2M]
    I/O ports at e000 [size=256]
    Memory at df200000 (32-bit, non-prefetchable) [size=256K]
    Expansion ROM at df240000 [disabled] [size=128K]
    Capabilities: [48] Vendor Specific Information: Len=08 <?>
    Capabilities: [50] Power Management version 3
    Capabilities: [58] Express Legacy Endpoint, MSI 00
    Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
    Capabilities: [150] Advanced Error Reporting
    Capabilities: [270] Secondary PCI Express
    Capabilities: [2b0] Address Translation Service (ATS)
    Capabilities: [2c0] Page Request Interface (PRI)
    Capabilities: [2d0] Process Address Space ID (PASID)
    Kernel driver in use: amdgpu
    Kernel modules: amdgpu

xorg log:

[   362.809] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   362.811]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[   362.816] Build Operating System: Linux Archlinux
[   362.818] Current Operating System: Linux dell 5.13.0-rc6vtimofei+ #32 SMP Sun Jun 20 19:23:07 EEST 2021 x86_64
[   362.818] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=/dev/sda9
[   362.823] Build Date: 13 April 2021  03:12:10PM
[   362.826]
[   362.828] Current version of pixman: 0.40.0
[   362.834] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   362.834] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   362.849] (==) Log file: "/home/vtimofei/.local/share/xorg/Xorg.1.log", Time: Sun Jun 20 22:07:38 2021
[   362.853] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   362.857] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   362.857] (==) No Layout section.  Using the first Screen section.
[   362.857] (==) No screen section available. Using defaults.
[   362.857] (**) |-->Screen "Default Screen Section" (0)
[   362.857] (**) |   |-->Monitor "<default monitor>"
[   362.857] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[   362.857] (**) |   |-->Device "AMD"
[   362.857] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   362.857] (==) Automatically adding devices
[   362.857] (==) Automatically enabling devices
[   362.857] (==) Automatically adding GPU devices
[   362.857] (==) Automatically binding GPU devices
[   362.857] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   362.857] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   362.857] 	Entry deleted from font path.
[   362.858] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   362.858] 	Entry deleted from font path.
[   362.858] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   362.858] 	Entry deleted from font path.
[   362.858] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   362.858] (==) ModulePath set to "/usr/lib/xorg/modules"
[   362.858] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   362.858] (II) Module ABI versions:
[   362.858] 	X.Org ANSI C Emulation: 0.4
[   362.858] 	X.Org Video Driver: 24.1
[   362.858] 	X.Org XInput driver : 24.1
[   362.858] 	X.Org Server Extension : 10.0
[   362.859] (++) using VT number 2

[   362.860] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[   362.861] (II) xfree86: Adding drm device (/dev/dri/card0)
[   362.862] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   362.863] (II) xfree86: Adding drm device (/dev/dri/card1)
[   362.863] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[   362.871] (--) PCI:*(0@0:2:0) 8086:5916:1028:0767 rev 2, Mem @ 0xde000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   362.871] (--) PCI: (1@0:0:0) 1002:6900:1028:0767 rev 195, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xdf200000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[   362.871] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   362.871] (II) LoadModule: "glx"
[   362.871] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   362.873] (II) Module glx: vendor="X.Org Foundation"
[   362.873] 	compiled for 1.20.11, module version = 1.0.0
[   362.873] 	ABI class: X.Org Server Extension, version 10.0
[   362.873] (II) LoadModule: "amdgpu"
[   362.873] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[   362.874] (II) Module amdgpu: vendor="X.Org Foundation"
[   362.874] 	compiled for 1.20.8, module version = 19.1.0
[   362.874] 	Module class: X.Org Video Driver
[   362.874] 	ABI class: X.Org Video Driver, version 24.1
[   362.874] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[   362.875] (EE) No devices detected.
[   362.875] (EE)
Fatal server error:
[   362.875] (EE) no screens found(EE)
[   362.875] (EE)
Please consult the The X.Org Foundation support
	 at http://wiki.x.org
 for help.
[   362.875] (EE) Please also check the log file at "/home/vtimofei/.local/share/xorg/Xorg.1.log" for additional information.
[   362.875] (EE)
[   362.907] (EE) Server terminated with error (1). Closing log file.

sudo dmesg | grep amdgpu:

[    4.402456] [drm] amdgpu kernel modesetting enabled.
[    4.402604] amdgpu 0000:01:00.0: enabling device (0006 -> 0007)
[    4.402894] amdgpu 0000:01:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[    4.670391] amdgpu 0000:01:00.0: amdgpu: Fetched VBIOS from ATRM
[    4.682538] amdgpu: ATOM BIOS: BR46872.003
[    4.721967] amdgpu 0000:01:00.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[    4.735891] amdgpu 0000:01:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[    4.761661] [drm] amdgpu: 2048M of VRAM memory ready
[    4.769940] [drm] amdgpu: 3072M of GTT memory ready.
[    4.878820] amdgpu: hwmgr_sw_init smu backed is iceland_smu
[    5.047887] amdgpu: can't get the mac of 5
[    5.055483] amdgpu 0000:01:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 6, active_cu_number 5
[    5.071809] amdgpu 0000:01:00.0: amdgpu: Using BOCO for runtime pm
[    5.083524] [drm] Initialized amdgpu 3.41.0 20150101 for 0000:01:00.0 on minor 1
[   14.636760] amdgpu: VI should always have 2 performance levels
[   23.342931] amdgpu: can't get the mac of 5
[   29.468247] amdgpu: VI should always have 2 performance levels
[   50.110786] amdgpu: can't get the mac of 5
[   56.156105] amdgpu: VI should always have 2 performance levels
[   96.215533] amdgpu: can't get the mac of 5
[  102.172826] amdgpu: VI should always have 2 performance levels
[  145.167372] amdgpu: can't get the mac of 5
[  151.596668] amdgpu: VI should always have 2 performance levels
[  155.103389] amdgpu: can't get the mac of 5
[  160.781711] amdgpu: VI should always have 2 performance levels
[  194.759206] amdgpu: can't get the mac of 5
[  201.020487] amdgpu: VI should always have 2 performance levels
[  214.375034] amdgpu: can't get the mac of 5
[  220.575351] amdgpu: VI should always have 2 performance levels
[  224.111252] amdgpu: can't get the mac of 5
[  230.044539] amdgpu: VI should always have 2 performance levels
[  247.343127] amdgpu: can't get the mac of 5
[  257.102566] amdgpu: VI should always have 2 performance levels
[  312.598927] amdgpu: can't get the mac of 5
[  318.724234] amdgpu: VI should always have 2 performance levels
[  362.799439] amdgpu: can't get the mac of 5
[  368.948774] amdgpu: VI should always have 2 performance levels
[  377.999372] amdgpu: can't get the mac of 5
[  384.132697] amdgpu: VI should always have 2 performance levels
[  844.619423] amdgpu: can't get the mac of 5
[  850.921406] amdgpu: VI should always have 2 performance levels

Last edited by vtimofei (2021-06-27 12:40:53)

Offline

#2 2021-06-20 21:59:30

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

[   362.871] (--) PCI:*(0@0:2:0) 8086:5916:1028:0767 rev 2, Mem @ 0xde000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   362.871] (--) PCI: (1@0:0:0) 1002:6900:1028:0767 rev 195, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xdf200000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072

Xorg is trying the intel chip as primary GPU - please post your X11 configuration files.

Offline

#3 2021-06-20 22:57:25

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

Currently my config is:
ll:

Permissions Size User Date Modified Name
.rw-r--r--   146 root 20 Jun 22:41  07-intel.conf
.rw-r--r--   138 root 20 Jun 19:53  08-amdgpu.conf
.rw-r--r--   446 root 26 May 22:28  10-monitors.conf

cat *:

Section "Device"
	Identifier "Intel Grraphics"
	Driver "intel"
	Option "AccelMethod" "sna"
	Option "TearFree" "true"
	Option "DRI" "3"
EndSection
Section "Device"
	Identifier "AMD"
	Driver "amdgpu"
	Option "TearFree" "true"
	Option "DRI" "3"
	Option "AccelMethod" "glamor"
EndSection
Section "Monitor"
	# Monitor Identify
	Identifier  "eDP1"

	# Setting Resolution and Modes
	Option "PreferredMode" "1366x768"
	Option "TargetRefresh" "60"
	
	Option "LeftOf" "HDMI1"

	Option "Position" "0 1008"
EndSection

Section "Monitor"
	# Monitor Identify
	Identifier  "HDMI1"

	# Setting Resolution and Modes
	Option "PreferredMode" "3840x2160"
	Option "TargetRefresh" "60"

	Option "RightOf" "eDP1"

	Option "Position" "2049 0"
EndSection

I am getting this error when I comment out my intel config because I want to use only my AMD GPU for better performance when using picom. I have seen with radeontop that AMD is not used when my intel config loads. If my AMD config is loaded first Xorg crashes.

Offline

#4 2021-06-21 05:46:53

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

Look at https://wiki.archlinux.org/title/PRIME# … rimary_GPU
Adjust drivers and PCI IDs.

Offline

#5 2021-06-21 13:10:13

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

As it turns out my AMD GPU is actually recognised by the the Xorg and it is loaded.

xrandr --listproviders:

Providers: number : 2
Provider 0: id: 0x46 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 3 associated providers: 1 name:Intel
Provider 1: id: 0xe2 cap: 0xd, Source Output, Source Offload, Sink Offload crtcs: 0 outputs: 0 associated providers: 1 name:Unknown AMD Radeon GPU @ pci:0000:01:00.0

But it is not used for rendering.

I tried to add a screen section as per https://wiki.archlinux.org/title/PRIME# … rimary_GPU

bat * :

───────┬────────────────────────────────────────────────────
       │ File: 07-intel.conf
───────┼────────────────────────────────────────────────────
   1   │ Section "Device"
   2   │     Identifier "Intel Grraphics"
   3   │     Driver "intel"
   4   │     Option "AccelMethod" "sna"
   5   │     Option "TearFree" "true"
   6   │     Option "DRI" "3"
   7   │ EndSection
───────┴────────────────────────────────────────────────────
───────┬────────────────────────────────────────────────────
       │ File: 08-amdgpu.conf
───────┼────────────────────────────────────────────────────
   1   │ Section "Device"
   2   │     Identifier "AMD"
   3   │     Driver "amdgpu"
   4   │     BusID "PCI:0:1:0"
   5   │     Option "TearFree" "true"
   6   │     Option "DRI" "3"
   7   │     Option "AccelMethod" "glamor"
   8   │ EndSection
   9   │
  10   │ Section "Screen"
  11   │     Identifier "AMD"
  12   │     Device "AMD"
  13   │     GPUDevice "AMD"
  14   │     Monitor "HDMI1"
  15   │ EndSection
───────┴────────────────────────────────────────────────────
───────┬────────────────────────────────────────────────────
       │ File: 10-monitors.conf
───────┼────────────────────────────────────────────────────
   1   │ Section "Monitor"
   2   │     # Monitor Identify
   3   │     Identifier  "eDP1"
   4   │
   5   │     # Setting Resolution and Modes
   6   │     Option "PreferredMode" "1366x768"
   7   │     Option "TargetRefresh" "60"
   8   │
   9   │     Option "LeftOf" "HDMI1"
  10   │
  11   │     Option "Position" "0 1008"
  12   │ EndSection
  13   │
  14   │ Section "Monitor"
  15   │     # Monitor Identify
  16   │     Identifier  "HDMI1"
  17   │
  18   │     # Setting Resolution and Modes
  19   │     Option "PreferredMode" "3840x2160"
  20   │     Option "TargetRefresh" "60"
  21   │
  22   │     Option "RightOf" "eDP1"
  23   │
  24   │     Option "Position" "2049 0"
  25   │ EndSection
───────┴────────────────────────────────────────────────────

Xorg logs:

───────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
       │ File: /home/vtimofei/.local/share/xorg/Xorg.1.log
───────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
   1   │ [   979.822] (WW) Failed to open protocol names file lib/xorg/protocol.txt
   2   │ [   979.830]
   3   │ X.Org X Server 1.20.11
   4   │ X Protocol Version 11, Revision 0
   5   │ [   979.853] Build Operating System: Linux Archlinux
   6   │ [   979.861] Current Operating System: Linux dell 5.13.0-rc6vtimofei+ #33 SMP Mon Jun 21 14:37:21 EEST 2021 x86_64
   7   │ [   979.861] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=/dev/sda9
   8   │ [   979.877] Build Date: 13 April 2021  03:12:10PM
   9   │ [   979.885]
  10   │ [   979.892] Current version of pixman: 0.40.0
  11   │ [   979.908]    Before reporting problems, check http://wiki.x.org
  12   │     to make sure that you have the latest version.
  13   │ [   979.908] Markers: (--) probed, (**) from config file, (==) default setting,
  14   │     (++) from command line, (!!) notice, (II) informational,
  15   │     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  16   │ [   979.940] (==) Log file: "/home/vtimofei/.local/share/xorg/Xorg.1.log", Time: Mon Jun 21 16:06:36 2021
  17   │ [   979.949] (==) Using config directory: "/etc/X11/xorg.conf.d"
  18   │ [   979.957] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  19   │ [   979.957] (==) No Layout section.  Using the first Screen section.
  20   │ [   979.957] (**) |-->Screen "AMD" (0)
  21   │ [   979.957] (**) |   |-->Monitor "HDMI1"
  22   │ [   979.957] (**) |   |-->Device "AMD"
  23   │ [   979.957] (**) |   |-->GPUDevice "AMD"
  24   │ [   979.957] (==) Automatically adding devices
  25   │ [   979.957] (==) Automatically enabling devices
  26   │ [   979.957] (==) Automatically adding GPU devices
  27   │ [   979.957] (==) Automatically binding GPU devices
  28   │ [   979.957] (==) Max clients allowed: 256, resource mask: 0x1fffff
  29   │ [   979.957] (WW) The directory "/usr/share/fonts/misc" does not exist.
  30   │ [   979.957]    Entry deleted from font path.
  31   │ [   979.957] (WW) The directory "/usr/share/fonts/OTF" does not exist.
  32   │ [   979.957]    Entry deleted from font path.
  33   │ [   979.957] (WW) The directory "/usr/share/fonts/Type1" does not exist.
  34   │ [   979.957]    Entry deleted from font path.
  35   │ [   979.957] (==) FontPath set to:
  36   │     /usr/share/fonts/TTF,
  37   │     /usr/share/fonts/100dpi,
  38   │     /usr/share/fonts/75dpi
  39   │ [   979.957] (==) ModulePath set to "/usr/lib/xorg/modules"
  40   │ [   979.957] (II) The server relies on udev to provide the list of input devices.
  41   │     If no devices become available, reconfigure udev or disable AutoAddDevices.
  42   │ [   979.957] (II) Module ABI versions:
  43   │ [   979.958]    X.Org ANSI C Emulation: 0.4
  44   │ [   979.958]    X.Org Video Driver: 24.1
  45   │ [   979.958]    X.Org XInput driver : 24.1
  46   │ [   979.958]    X.Org Server Extension : 10.0
  47   │ [   979.958] (++) using VT number 2
  48   │
  49   │ [   979.960] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
  50   │ [   979.962] (II) xfree86: Adding drm device (/dev/dri/card0)
  51   │ [   979.962] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
  52   │ [   979.963] (II) xfree86: Adding drm device (/dev/dri/card1)
  53   │ [   979.964] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
  54   │ [   979.971] (--) PCI:*(0@0:2:0) 8086:5916:1028:0767 rev 2, Mem @ 0xde000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
  55   │ [   979.971] (--) PCI: (1@0:0:0) 1002:6900:1028:0767 rev 195, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xdf200000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
  56   │ [   979.971] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
  57   │ [   979.971] (II) LoadModule: "glx"
  58   │ [   979.972] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
  59   │ [   979.973] (II) Module glx: vendor="X.Org Foundation"
  60   │ [   979.973]    compiled for 1.20.11, module version = 1.0.0
  61   │ [   979.973]    ABI class: X.Org Server Extension, version 10.0
  62   │ [   979.973] (II) LoadModule: "amdgpu"
  63   │ [   979.974] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
  64   │ [   979.975] (II) Module amdgpu: vendor="X.Org Foundation"
  65   │ [   979.975]    compiled for 1.20.8, module version = 19.1.0
  66   │ [   979.975]    Module class: X.Org Video Driver
  67   │ [   979.975]    ABI class: X.Org Video Driver, version 24.1
  68   │ [   979.975] (II) AMDGPU: Driver for AMD Radeon:
  69   │     All GPUs supported by the amdgpu kernel driver
  70   │ [   979.975] (EE) No devices detected.
  71   │ [   979.975] (EE)
  72   │ Fatal server error:
  73   │ [   979.975] (EE) no screens found(EE)
  74   │ [   979.975] (EE)
  75   │ Please consult the The X.Org Foundation support
  76   │      at http://wiki.x.org
  77   │  for help.
  78   │ [   979.975] (EE) Please also check the log file at "/home/vtimofei/.local/share/xorg/Xorg.1.log" for additional information.
  79   │ [   979.976] (EE)
  80   │ [   980.010] (EE) Server terminated with error (1). Closing log file.
───────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

Offline

#6 2021-06-21 13:33:08

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

You also want an "intel" Screen and

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "AMD"
    Inactive "intel"
EndSection

though "Unknown AMD Radeon GPU @ pci:0000:01:00.0" make me worry that the GPU doesn't power up.
T&ry passing

amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0

to the kernel and post a complete system journal (no grep, google deems "amdgpu: VI should always have 2 performance levels" "not critical" but I suspect that google is wrong here…)

Offline

#7 2021-06-21 13:58:57

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

sudo dmesg -H -P :

[Jun21 16:50] Linux version 5.13.0-rc6vtimofei+ (vtimofei@dell) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #33 SMP Mon Jun 21 14:37:21 EEST 2021
[  +0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz root=/dev/sda9 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[  +0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[  +0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[  +0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[  +0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[  +0.000000] BIOS-provided physical RAM map:
[  +0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000000001000-0x0000000000057fff] usable
[  +0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
[  +0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000075546fff] usable
[  +0.000000] BIOS-e820: [mem 0x0000000075547000-0x0000000075547fff] ACPI NVS
[  +0.000000] BIOS-e820: [mem 0x0000000075548000-0x0000000075548fff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000075549000-0x000000007a2e4fff] usable
[  +0.000000] BIOS-e820: [mem 0x000000007a2e5000-0x000000007a65bfff] reserved
[  +0.000000] BIOS-e820: [mem 0x000000007a65c000-0x000000007a69afff] ACPI data
[  +0.000000] BIOS-e820: [mem 0x000000007a69b000-0x000000007afd7fff] ACPI NVS
[  +0.000000] BIOS-e820: [mem 0x000000007afd8000-0x000000007b5fdfff] reserved
[  +0.000000] BIOS-e820: [mem 0x000000007b5fe000-0x000000007b5fefff] usable
[  +0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047f7fffff] usable
[  +0.000000] NX (Execute Disable) protection: active
[  +0.000000] e820: update [mem 0x7362f018-0x7363f057] usable ==> usable
[  +0.000000] e820: update [mem 0x7362f018-0x7363f057] usable ==> usable
[  +0.000000] e820: update [mem 0x73626018-0x7362ea57] usable ==> usable
[  +0.000000] e820: update [mem 0x73626018-0x7362ea57] usable ==> usable
[  +0.000000] e820: update [mem 0x73619018-0x73625857] usable ==> usable
[  +0.000000] e820: update [mem 0x73619018-0x73625857] usable ==> usable
[  +0.000000] extended physical RAM map:
[  +0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000000fff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000000001000-0x0000000000057fff] usable
[  +0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009cfff] usable
[  +0.000000] reserve setup_data: [mem 0x000000000009d000-0x000000000009ffff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000073619017] usable
[  +0.000000] reserve setup_data: [mem 0x0000000073619018-0x0000000073625857] usable
[  +0.000000] reserve setup_data: [mem 0x0000000073625858-0x0000000073626017] usable
[  +0.000000] reserve setup_data: [mem 0x0000000073626018-0x000000007362ea57] usable
[  +0.000000] reserve setup_data: [mem 0x000000007362ea58-0x000000007362f017] usable
[  +0.000000] reserve setup_data: [mem 0x000000007362f018-0x000000007363f057] usable
[  +0.000000] reserve setup_data: [mem 0x000000007363f058-0x0000000075546fff] usable
[  +0.000000] reserve setup_data: [mem 0x0000000075547000-0x0000000075547fff] ACPI NVS
[  +0.000000] reserve setup_data: [mem 0x0000000075548000-0x0000000075548fff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000075549000-0x000000007a2e4fff] usable
[  +0.000000] reserve setup_data: [mem 0x000000007a2e5000-0x000000007a65bfff] reserved
[  +0.000000] reserve setup_data: [mem 0x000000007a65c000-0x000000007a69afff] ACPI data
[  +0.000000] reserve setup_data: [mem 0x000000007a69b000-0x000000007afd7fff] ACPI NVS
[  +0.000000] reserve setup_data: [mem 0x000000007afd8000-0x000000007b5fdfff] reserved
[  +0.000000] reserve setup_data: [mem 0x000000007b5fe000-0x000000007b5fefff] usable
[  +0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000047f7fffff] usable
[  +0.000000] efi: EFI v2.40 by American Megatrends
[  +0.000000] efi: ACPI=0x7a668000 ACPI 2.0=0x7a668000 SMBIOS=0xf0000 TPMFinalLog=0x7af76000 ESRT=0x7b345598 TPMEventLog=0x755f5018
[  +0.000000] [Firmware Bug]: TPM Final Events table missing or invalid
[  +0.000000] SMBIOS 2.8 present.
[  +0.000000] DMI: Dell Inc. Inspiron 5567/02PVGT, BIOS 1.3.1 10/05/2020
[  +0.000000] tsc: Detected 2700.000 MHz processor
[  +0.000000] tsc: Detected 2699.909 MHz TSC
[  +0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[  +0.000020] e820: remove [mem 0x000a0000-0x000fffff] usable
[  +0.000027] last_pfn = 0x47f800 max_arch_pfn = 0x400000000
[  +0.000455] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[  +0.008113] last_pfn = 0x7b5ff max_arch_pfn = 0x400000000
[  +0.010954] esrt: Reserving ESRT space from 0x000000007b345598 to 0x000000007b3455d0.
[  +0.000035] Using GB pages for direct mapping
[  +0.000576] Secure boot disabled
[  +0.000009] ACPI: Early table checksum verification disabled
[  +0.000010] ACPI: RSDP 0x000000007A668000 000024 (v02 DELL  )
[  +0.000019] ACPI: XSDT 0x000000007A6680C0 0000FC (v01 DELL   CBX3     01072009 AMI  00010013)
[  +0.000027] ACPI: FACP 0x000000007A68BAA0 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[  +0.000029] ACPI: DSDT 0x000000007A668248 023857 (v02 DELL   CBX3     01072009 INTL 20160422)
[  +0.000022] ACPI: FACS 0x000000007AFD0F80 000040
[  +0.000018] ACPI: APIC 0x000000007A68BBB0 000084 (v03 DELL   CBX3     01072009 AMI  00010013)
[  +0.000022] ACPI: FPDT 0x000000007A68BC38 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[  +0.000022] ACPI: FIDT 0x000000007A68BC80 00009C (v01 DELL   CBX3     01072009 AMI  00010013)
[  +0.000022] ACPI: MCFG 0x000000007A68BD20 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[  +0.000022] ACPI: HPET 0x000000007A68BD60 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
[  +0.000022] ACPI: SSDT 0x000000007A68BD98 000322 (v01 SataRe SataTabl 00001000 INTL 20160422)
[  +0.000023] ACPI: BOOT 0x000000007A68C0C0 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[  +0.000022] ACPI: SSDT 0x000000007A68C0E8 0012DC (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[  +0.000022] ACPI: HPET 0x000000007A68D3C8 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
[  +0.000022] ACPI: SSDT 0x000000007A68D400 0006B5 (v02 INTEL  xh_OEMBD 00000000 INTL 20160422)
[  +0.000022] ACPI: UEFI 0x000000007A68DAB8 000042 (v01                 00000000      00000000)
[  +0.000022] ACPI: SSDT 0x000000007A68DB00 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[  +0.000023] ACPI: LPIT 0x000000007A68E9E0 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[  +0.000022] ACPI: WSMT 0x000000007A68EA78 000028 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[  +0.000022] ACPI: SSDT 0x000000007A68EAA0 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[  +0.000022] ACPI: SSDT 0x000000007A68ED40 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[  +0.000022] ACPI: DBGP 0x000000007A691D48 000034 (v01 INTEL           00000002 MSFT 0000005F)
[  +0.000022] ACPI: DBG2 0x000000007A691D80 000054 (v00 INTEL           00000002 MSFT 0000005F)
[  +0.000022] ACPI: SSDT 0x000000007A691DD8 005700 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[  +0.000023] ACPI: SLIC 0x000000007A6974D8 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[  +0.000022] ACPI: BGRT 0x000000007A697650 000038 (v00 ?\xe7\xf2|            01072009 AMI  00010013)
[  +0.000022] ACPI: SSDT 0x000000007A697688 000281 (v02 SgRef  SgUlt    00001000 INTL 20160422)
[  +0.000022] ACPI: SSDT 0x000000007A697910 000699 (v02 SgRef  SgPch    00001000 INTL 20160422)
[  +0.000023] ACPI: DMAR 0x000000007A697FB0 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
[  +0.000022] ACPI: TPM2 0x000000007A6980A0 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[  +0.000022] ACPI: SSDT 0x000000007A6980D8 0011AA (v01 AmdRef AmdTabl  00001000 INTL 20160422)
[  +0.000020] ACPI: Reserving FACP table memory at [mem 0x7a68baa0-0x7a68bbab]
[  +0.000013] ACPI: Reserving DSDT table memory at [mem 0x7a668248-0x7a68ba9e]
[  +0.000011] ACPI: Reserving FACS table memory at [mem 0x7afd0f80-0x7afd0fbf]
[  +0.000012] ACPI: Reserving APIC table memory at [mem 0x7a68bbb0-0x7a68bc33]
[  +0.000012] ACPI: Reserving FPDT table memory at [mem 0x7a68bc38-0x7a68bc7b]
[  +0.000011] ACPI: Reserving FIDT table memory at [mem 0x7a68bc80-0x7a68bd1b]
[  +0.000012] ACPI: Reserving MCFG table memory at [mem 0x7a68bd20-0x7a68bd5b]
[  +0.000012] ACPI: Reserving HPET table memory at [mem 0x7a68bd60-0x7a68bd97]
[  +0.000012] ACPI: Reserving SSDT table memory at [mem 0x7a68bd98-0x7a68c0b9]
[  +0.000013] ACPI: Reserving BOOT table memory at [mem 0x7a68c0c0-0x7a68c0e7]
[  +0.000012] ACPI: Reserving SSDT table memory at [mem 0x7a68c0e8-0x7a68d3c3]
[  +0.000012] ACPI: Reserving HPET table memory at [mem 0x7a68d3c8-0x7a68d3ff]
[  +0.000013] ACPI: Reserving SSDT table memory at [mem 0x7a68d400-0x7a68dab4]
[  +0.000012] ACPI: Reserving UEFI table memory at [mem 0x7a68dab8-0x7a68daf9]
[  +0.000013] ACPI: Reserving SSDT table memory at [mem 0x7a68db00-0x7a68e9dd]
[  +0.000012] ACPI: Reserving LPIT table memory at [mem 0x7a68e9e0-0x7a68ea73]
[  +0.000013] ACPI: Reserving WSMT table memory at [mem 0x7a68ea78-0x7a68ea9f]
[  +0.000013] ACPI: Reserving SSDT table memory at [mem 0x7a68eaa0-0x7a68ed3e]
[  +0.000013] ACPI: Reserving SSDT table memory at [mem 0x7a68ed40-0x7a691d41]
[  +0.000013] ACPI: Reserving DBGP table memory at [mem 0x7a691d48-0x7a691d7b]
[  +0.000013] ACPI: Reserving DBG2 table memory at [mem 0x7a691d80-0x7a691dd3]
[  +0.000014] ACPI: Reserving SSDT table memory at [mem 0x7a691dd8-0x7a6974d7]
[  +0.000013] ACPI: Reserving SLIC table memory at [mem 0x7a6974d8-0x7a69764d]
[  +0.000013] ACPI: Reserving BGRT table memory at [mem 0x7a697650-0x7a697687]
[  +0.000014] ACPI: Reserving SSDT table memory at [mem 0x7a697688-0x7a697908]
[  +0.000014] ACPI: Reserving SSDT table memory at [mem 0x7a697910-0x7a697fa8]
[  +0.000013] ACPI: Reserving DMAR table memory at [mem 0x7a697fb0-0x7a69809f]
[  +0.000014] ACPI: Reserving TPM2 table memory at [mem 0x7a6980a0-0x7a6980d3]
[  +0.000014] ACPI: Reserving SSDT table memory at [mem 0x7a6980d8-0x7a699281]
[  +0.000045] ACPI: Local APIC address 0xfee00000
[  +0.000137] No NUMA configuration found
[  +0.000007] Faking a node at [mem 0x0000000000000000-0x000000047f7fffff]
[  +0.000023] NODE_DATA(0) allocated [mem 0x47f7fc000-0x47f7fffff]
[  +0.000123] Zone ranges:
[  +0.000005]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[  +0.000012]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[  +0.000012]   Normal   [mem 0x0000000100000000-0x000000047f7fffff]
[  +0.000012] Movable zone start for each node
[  +0.000006] Early memory node ranges
[  +0.000006]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[  +0.000010]   node   0: [mem 0x0000000000059000-0x000000000009cfff]
[  +0.000009]   node   0: [mem 0x0000000000100000-0x0000000075546fff]
[  +0.000011]   node   0: [mem 0x0000000075549000-0x000000007a2e4fff]
[  +0.000009]   node   0: [mem 0x000000007b5fe000-0x000000007b5fefff]
[  +0.000010]   node   0: [mem 0x0000000100000000-0x000000047f7fffff]
[  +0.000016] Initmem setup node 0 [mem 0x0000000000001000-0x000000047f7fffff]
[  +0.000013] On node 0 totalpages: 4168319
[  +0.000006]   DMA zone: 64 pages used for memmap
[  +0.000006]   DMA zone: 155 pages reserved
[  +0.000007]   DMA zone: 3995 pages, LIFO batch:0
[  +0.000285]   DMA zone: 28773 pages in unavailable ranges
[  +0.000009]   DMA32 zone: 7756 pages used for memmap
[  +0.000006]   DMA32 zone: 496356 pages, LIFO batch:63
[  +0.003861]   DMA32 zone: 23836 pages in unavailable ranges
[  +0.000010]   Normal zone: 57312 pages used for memmap
[  +0.000006]   Normal zone: 3667968 pages, LIFO batch:63
[  +0.027042]   Normal zone: 2048 pages in unavailable ranges
[  +0.000024] Reserving Intel graphics memory at [mem 0x7d800000-0x7f7fffff]
[  +0.000288] ACPI: PM-Timer IO Port: 0x1808
[  +0.000008] ACPI: Local APIC address 0xfee00000
[  +0.000016] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[  +0.000010] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[  +0.000010] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[  +0.000010] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[  +0.000043] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[  +0.000014] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[  +0.000012] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[  +0.000012] ACPI: IRQ0 used by override.
[  +0.000008] ACPI: IRQ9 used by override.
[  +0.000011] Using ACPI (MADT) for SMP configuration information
[  +0.000008] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[  +0.000030] e820: update [mem 0x77cdf000-0x77d23fff] usable ==> reserved
[  +0.000058] TSC deadline timer available
[  +0.000007] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[  +0.000210] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[  +0.000022] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[  +0.000021] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[  +0.000010] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[  +0.000021] PM: hibernation: Registered nosave memory: [mem 0x73619000-0x73619fff]
[  +0.000021] PM: hibernation: Registered nosave memory: [mem 0x73625000-0x73625fff]
[  +0.000010] PM: hibernation: Registered nosave memory: [mem 0x73626000-0x73626fff]
[  +0.000022] PM: hibernation: Registered nosave memory: [mem 0x7362e000-0x7362efff]
[  +0.000009] PM: hibernation: Registered nosave memory: [mem 0x7362f000-0x7362ffff]
[  +0.000022] PM: hibernation: Registered nosave memory: [mem 0x7363f000-0x7363ffff]
[  +0.000022] PM: hibernation: Registered nosave memory: [mem 0x75547000-0x75547fff]
[  +0.000010] PM: hibernation: Registered nosave memory: [mem 0x75548000-0x75548fff]
[  +0.000022] PM: hibernation: Registered nosave memory: [mem 0x77cdf000-0x77d23fff]
[  +0.000023] PM: hibernation: Registered nosave memory: [mem 0x7a2e5000-0x7a65bfff]
[  +0.000009] PM: hibernation: Registered nosave memory: [mem 0x7a65c000-0x7a69afff]
[  +0.000010] PM: hibernation: Registered nosave memory: [mem 0x7a69b000-0x7afd7fff]
[  +0.000010] PM: hibernation: Registered nosave memory: [mem 0x7afd8000-0x7b5fdfff]
[  +0.000023] PM: hibernation: Registered nosave memory: [mem 0x7b5ff000-0x7d7fffff]
[  +0.000010] PM: hibernation: Registered nosave memory: [mem 0x7d800000-0x7f7fffff]
[  +0.000009] PM: hibernation: Registered nosave memory: [mem 0x7f800000-0xdfffffff]
[  +0.000010] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[  +0.000010] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[  +0.000009] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[  +0.000010] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[  +0.000010] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[  +0.000010] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[  +0.000010] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[  +0.000009] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[  +0.000010] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[  +0.000013] [mem 0x7f800000-0xdfffffff] available for PCI devices
[  +0.000012] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[  +0.010699] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[  +0.000199] percpu: Embedded 53 pages/cpu s179032 r8192 d29864 u524288
[  +0.000073] pcpu-alloc: s179032 r8192 d29864 u524288 alloc=1*2097152
[  +0.000012] pcpu-alloc: [0] 0 1 2 3
[  +0.000184] Built 1 zonelists, mobility grouping on.  Total pages: 4103032
[  +0.000010] Policy zone: Normal
[  +0.000007] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=/dev/sda9 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0
[  +0.001243] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[  +0.000487] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[  +0.000116] mem auto-init: stack:off, heap alloc:off, heap free:off
[  +0.041242] Memory: 16165860K/16673276K available (24590K kernel code, 2663K rwdata, 7620K rodata, 1832K init, 712K bss, 507156K reserved, 0K cma-reserved)
[  +0.000147] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[  +0.000024] Kernel/User page tables isolation: enabled
[  +0.000210] rcu: Hierarchical RCU implementation.
[  +0.000008] rcu: 	RCU event tracing is enabled.
[  +0.000006] rcu: 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[  +0.000010] 	Tracing variant of Tasks RCU enabled.
[  +0.000006] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[  +0.000009] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[  +0.005527] NR_IRQS: 4352, nr_irqs: 1024, preallocated irqs: 16
[  +0.000789] random: get_random_bytes called from start_kernel+0x418/0x6c4 with crng_init=0
[  +0.000091] spurious 8259A interrupt: IRQ7.
[  +0.000055] Console: colour dummy device 80x25
[  +0.003173] printk: console [tty0] enabled
[  +0.000038] ACPI: Core revision 20210331
[  +0.002410] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[  +0.000153] APIC: Switch to symmetric I/O mode setup
[  +0.003051] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[  +0.004913] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26eae8729ef, max_idle_ns: 440795235156 ns
[  +0.000036] Calibrating delay loop (skipped), value calculated using timer frequency.. 5399.81 BogoMIPS (lpj=2699909)
[  +0.000033] pid_max: default: 32768 minimum: 301
[  +0.007013] LSM: Security Framework initializing
[  +0.000077] AppArmor: AppArmor initialized
[  +0.000015] Yama: becoming mindful.
[  +0.000066] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[  +0.000052] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[  +0.001193] CPU0: Thermal monitoring enabled (TM1)
[  +0.000092] process: using mwait in idle threads
[  +0.000017] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[  +0.000017] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[  +0.000023] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[  +0.000025] Spectre V2 : Mitigation: Full generic retpoline
[  +0.000016] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[  +0.000022] Spectre V2 : Enabling Restricted Speculation for firmware calls
[  +0.000021] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[  +0.000023] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[  +0.000021] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[  +0.000031] SRBDS: Mitigation: Microcode
[  +0.000013] MDS: Mitigation: Clear CPU buffers
[  +0.013309] Freeing SMP alternatives memory: 44K
[  +0.001029] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1175
[  +0.000044] smpboot: CPU0: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[  +0.000177] mce: [Hardware Error]: Machine check events logged
[  +0.000019] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 6: ee0000000040110a
[  +0.000025] mce: [Hardware Error]: TSC 0 ADDR fef1cbc0 MISC 43880014086
[  +0.000029] mce: [Hardware Error]: PROCESSOR 0:806e9 TIME 1624283413 SOCKET 0 APIC 0 microcode d6
[  +0.000028] mce: [Hardware Error]: Machine check events logged
[  +0.000017] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 7: ee0000000040110a
[  +0.000024] mce: [Hardware Error]: TSC 0 ADDR fef1ce40 MISC 7880014086
[  +0.000028] mce: [Hardware Error]: PROCESSOR 0:806e9 TIME 1624283413 SOCKET 0 APIC 0 microcode d6
[  +0.000140] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[  +0.000059] ... version:                4
[  +0.000013] ... bit width:              48
[  +0.000014] ... generic registers:      4
[  +0.000013] ... value mask:             0000ffffffffffff
[  +0.000016] ... max period:             00007fffffffffff
[  +0.000016] ... fixed-purpose events:   3
[  +0.000013] ... event mask:             000000070000000f
[  +0.000204] rcu: Hierarchical SRCU implementation.
[  +0.000650] smp: Bringing up secondary CPUs ...
[  +0.000178] x86: Booting SMP configuration:
[  +0.000015] .... node  #0, CPUs:      #1 #2
[  +0.001257] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[  +0.000180]  #3
[  +0.000451] smp: Brought up 1 node, 4 CPUs
[  +0.000000] smpboot: Max logical packages: 1
[  +0.000000] smpboot: Total of 4 processors activated (21599.27 BogoMIPS)
[  +0.001330] devtmpfs: initialized
[  +0.000491] PM: Registering ACPI NVS region [mem 0x75547000-0x75547fff] (4096 bytes)
[  +0.000000] PM: Registering ACPI NVS region [mem 0x7a69b000-0x7afd7fff] (9687040 bytes)
[  +0.000726] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[  +0.000033] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[  +0.000510] PM: RTC time: 13:50:14, date: 2021-06-21
[  +0.000542] NET: Registered protocol family 16
[  +0.000410] audit: initializing netlink subsys (disabled)
[  +0.000031] audit: type=2000 audit(1624283413.036:1): state=initialized audit_enabled=0 res=1
[  +0.000321] thermal_sys: Registered thermal governor 'step_wise'
[  +0.000007] thermal_sys: Registered thermal governor 'user_space'
[  +0.000041] cpuidle: using governor menu
[  +0.000126] Simple Boot Flag at 0x47 set to 0x80
[  +0.000000] ACPI: bus type PCI registered
[  +0.000077] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[  +0.000033] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[  +0.000097] PCI: Using configuration type 1 for base access
[  +0.001131] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[  +0.012113] Kprobes globally optimized
[  +0.000022] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[  +0.000289] cryptomgr_test (37) used greatest stack depth: 15416 bytes left
[  +0.001061] ACPI: Added _OSI(Module Device)
[  +0.000018] ACPI: Added _OSI(Processor Device)
[  +0.000016] ACPI: Added _OSI(3.0 _SCP Extensions)
[  +0.000016] ACPI: Added _OSI(Processor Aggregator Device)
[  +0.000017] ACPI: Added _OSI(Linux-Dell-Video)
[  +0.000016] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[  +0.000018] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[  +0.162774] ACPI: 11 ACPI AML tables successfully acquired and loaded
[  +0.010151] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[  +0.026248] ACPI: Dynamic OEM Table Load:
[  +0.000063] ACPI: SSDT 0xFFFFA29A008DA800 0006B4 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[  +0.003964] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[  +0.005592] ACPI: Dynamic OEM Table Load:
[  +0.000000] ACPI: SSDT 0xFFFFA29A008D0C00 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[  +0.005583] ACPI: Dynamic OEM Table Load:
[  +0.000060] ACPI: SSDT 0xFFFFA29A008DB800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[  +0.006160] ACPI: Dynamic OEM Table Load:
[  +0.000048] ACPI: SSDT 0xFFFFA29A0084E600 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[  +0.010711] ACPI: EC: EC started
[  +0.000015] ACPI: EC: interrupt blocked
[  +0.006125] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[  +0.000022] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[  +0.000023] ACPI: Interpreter enabled
[  +0.000200] ACPI: (supports S0 S3 S4 S5)
[  +0.000015] ACPI: Using IOAPIC for interrupt routing
[  +0.000179] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[  +0.003135] ACPI: Enabled 7 GPEs in block 00 to 7F
[  +0.013649] ACPI: PM: Power Resource [WRST] (on)
[  +0.001415] ACPI: PM: Power Resource [WRST] (on)
[  +0.001392] ACPI: PM: Power Resource [WRST] (on)
[  +0.001411] ACPI: PM: Power Resource [WRST] (on)
[  +0.001409] ACPI: PM: Power Resource [WRST] (on)
[  +0.000254] ACPI: PM: Power Resource [PC09] (on)
[  +0.004963] ACPI: PM: Power Resource [WRST] (on)
[  +0.001400] ACPI: PM: Power Resource [WRST] (on)
[  +0.001415] ACPI: PM: Power Resource [WRST] (on)
[  +0.001389] ACPI: PM: Power Resource [WRST] (on)
[  +0.001412] ACPI: PM: Power Resource [WRST] (on)
[  +0.001396] ACPI: PM: Power Resource [WRST] (on)
[  +0.001397] ACPI: PM: Power Resource [WRST] (on)
[  +0.001409] ACPI: PM: Power Resource [WRST] (on)
[  +0.001408] ACPI: PM: Power Resource [WRST] (on)
[  +0.001401] ACPI: PM: Power Resource [WRST] (on)
[  +0.001398] ACPI: PM: Power Resource [WRST] (on)
[  +0.005811] ACPI: PM: Power Resource [WRST] (on)
[  +0.001401] ACPI: PM: Power Resource [WRST] (on)
[  +0.001414] ACPI: PM: Power Resource [WRST] (on)
[  +0.053703] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[  +0.000039] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[  +0.004333] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability LTR]
[  +0.001464] PCI host bridge to bus 0000:00
[  +0.000018] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[  +0.000023] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[  +0.000023] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[  +0.000030] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[  +0.000026] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[  +0.000025] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[  +0.000025] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[  +0.000026] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[  +0.000025] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[  +0.000025] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[  +0.000025] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[  +0.000025] pci_bus 0000:00: root bus resource [mem 0x7f800000-0xdfffffff window]
[  +0.000026] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[  +0.000026] pci_bus 0000:00: root bus resource [bus 00-fe]
[  +0.000057] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[  +0.000498] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[  +0.000038] pci 0000:00:02.0: reg 0x10: [mem 0xde000000-0xdeffffff 64bit]
[  +0.000034] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[  +0.000030] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[  +0.000066] pci 0000:00:02.0: BAR 2: assigned to efifb
[  +0.000813] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[  +0.000041] pci 0000:00:04.0: reg 0x10: [mem 0xdf320000-0xdf327fff 64bit]
[  +0.001240] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[  +0.000054] pci 0000:00:14.0: reg 0x10: [mem 0xdf310000-0xdf31ffff 64bit]
[  +0.000147] pci 0000:00:14.0: PME# supported from D3hot D3cold
[  +0.002337] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[  +0.000054] pci 0000:00:14.2: reg 0x10: [mem 0xdf338000-0xdf338fff 64bit]
[  +0.000704] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[  +0.000238] pci 0000:00:15.0: reg 0x10: [mem 0xdf337000-0xdf337fff 64bit]
[  +0.002115] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
[  +0.000227] pci 0000:00:15.1: reg 0x10: [mem 0xdf336000-0xdf336fff 64bit]
[  +0.002013] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[  +0.000056] pci 0000:00:16.0: reg 0x10: [mem 0xdf335000-0xdf335fff 64bit]
[  +0.000160] pci 0000:00:16.0: PME# supported from D3hot
[  +0.001154] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[  +0.000049] pci 0000:00:17.0: reg 0x10: [mem 0xdf330000-0xdf331fff]
[  +0.000038] pci 0000:00:17.0: reg 0x14: [mem 0xdf334000-0xdf3340ff]
[  +0.000036] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[  +0.000035] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[  +0.000035] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[  +0.000036] pci 0000:00:17.0: reg 0x24: [mem 0xdf333000-0xdf3337ff]
[  +0.000112] pci 0000:00:17.0: PME# supported from D3hot
[  +0.001249] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[  +0.000170] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[  +0.002113] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[  +0.000167] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[  +0.002078] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[  +0.000168] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[  +0.002100] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
[  +0.001284] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[  +0.000047] pci 0000:00:1f.2: reg 0x10: [mem 0xdf32c000-0xdf32ffff]
[  +0.001205] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[  +0.000057] pci 0000:00:1f.3: reg 0x10: [mem 0xdf328000-0xdf32bfff 64bit]
[  +0.000060] pci 0000:00:1f.3: reg 0x20: [mem 0xdf300000-0xdf30ffff 64bit]
[  +0.000119] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[  +0.002536] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[  +0.000090] pci 0000:00:1f.4: reg 0x10: [mem 0xdf332000-0xdf3320ff 64bit]
[  +0.000101] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[  +0.001337] pci 0000:01:00.0: [1002:6900] type 00 class 0x038000
[  +0.000068] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[  +0.000055] pci 0000:01:00.0: reg 0x18: [mem 0xd0000000-0xd01fffff 64bit pref]
[  +0.000046] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[  +0.000042] pci 0000:01:00.0: reg 0x24: [mem 0xdf200000-0xdf23ffff]
[  +0.000044] pci 0000:01:00.0: reg 0x30: [mem 0xdf240000-0xdf25ffff pref]
[  +0.000040] pci 0000:01:00.0: enabling Extended Tags
[  +0.000207] pci 0000:01:00.0: supports D1 D2
[  +0.000102] pci 0000:01:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1c.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
[  +0.000319] pci 0000:00:1c.0: PCI bridge to [bus 01]
[  +0.000029] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[  +0.000030] pci 0000:00:1c.0:   bridge window [mem 0xdf200000-0xdf2fffff]
[  +0.000033] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[  +0.000550] pci 0000:02:00.0: [8086:3165] type 00 class 0x028000
[  +0.000209] pci 0000:02:00.0: reg 0x10: [mem 0xdf100000-0xdf101fff 64bit]
[  +0.000675] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[  +0.002037] pci 0000:00:1c.4: PCI bridge to [bus 02]
[  +0.000032] pci 0000:00:1c.4:   bridge window [mem 0xdf100000-0xdf1fffff]
[  +0.000191] pci 0000:03:00.0: [10ec:8136] type 00 class 0x020000
[  +0.000086] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[  +0.000070] pci 0000:03:00.0: reg 0x18: [mem 0xdf000000-0xdf000fff 64bit]
[  +0.000054] pci 0000:03:00.0: reg 0x20: [mem 0xd0300000-0xd0303fff 64bit pref]
[  +0.000277] pci 0000:03:00.0: supports D1 D2
[  +0.000018] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[  +0.001294] pci 0000:00:1c.5: PCI bridge to [bus 03]
[  +0.000030] pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
[  +0.000029] pci 0000:00:1c.5:   bridge window [mem 0xdf000000-0xdf0fffff]
[  +0.000034] pci 0000:00:1c.5:   bridge window [mem 0xd0300000-0xd03fffff 64bit pref]
[  +0.010893] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[  +0.000252] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[  +0.000245] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[  +0.000244] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[  +0.000246] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[  +0.000249] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[  +0.000245] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[  +0.000243] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[  +0.005939] acpi LNXPOWER:13: Turning OFF
[  +0.000166] acpi LNXPOWER:12: Turning OFF
[  +0.000165] acpi LNXPOWER:11: Turning OFF
[  +0.000164] acpi LNXPOWER:10: Turning OFF
[  +0.000169] acpi LNXPOWER:0f: Turning OFF
[  +0.000163] acpi LNXPOWER:0e: Turning OFF
[  +0.000159] acpi LNXPOWER:0d: Turning OFF
[  +0.000164] acpi LNXPOWER:0c: Turning OFF
[  +0.000169] acpi LNXPOWER:0b: Turning OFF
[  +0.000165] acpi LNXPOWER:0a: Turning OFF
[  +0.000169] acpi LNXPOWER:09: Turning OFF
[  +0.000163] acpi LNXPOWER:08: Turning OFF
[  +0.000161] acpi LNXPOWER:07: Turning OFF
[  +0.000164] acpi LNXPOWER:06: Turning OFF
[  +0.000164] acpi LNXPOWER:04: Turning OFF
[  +0.000161] acpi LNXPOWER:03: Turning OFF
[  +0.000170] acpi LNXPOWER:02: Turning OFF
[  +0.000167] acpi LNXPOWER:01: Turning OFF
[  +0.000165] acpi LNXPOWER:00: Turning OFF
[  +0.000268] ACPI: EC: interrupt unblocked
[  +0.000015] ACPI: EC: event unblocked
[  +0.000030] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[  +0.000024] ACPI: EC: GPE=0x45
[  +0.000013] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[  +0.000030] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[  +0.001418] iommu: Default domain type: Translated
[  +0.000028] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[  +0.000000] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[  +0.000000] pci 0000:00:02.0: vgaarb: bridge control possible
[  +0.000000] vgaarb: loaded
[  +0.000055] SCSI subsystem initialized
[  +0.000435] libata version 3.00 loaded.
[  +0.000141] ACPI: bus type USB registered
[  +0.000118] usbcore: registered new interface driver usbfs
[  +0.000083] usbcore: registered new interface driver hub
[  +0.000069] usbcore: registered new device driver usb
[  +0.000103] mc: Linux media interface: v0.10
[  +0.000059] videodev: Linux video capture interface: v2.00
[  +0.000077] pps_core: LinuxPPS API ver. 1 registered
[  +0.000030] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[  +0.000058] PTP clock support registered
[  +0.000649] Registered efivars operations
[  +0.000000] Advanced Linux Sound Architecture Driver Initialized.
[  +0.000992] NetLabel: Initializing
[  +0.000025] NetLabel:  domain hash size = 128
[  +0.000028] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[  +0.000179] NetLabel:  unlabeled traffic allowed by default
[  +0.000367] PCI: Using ACPI for IRQ routing
[  +0.028993] PCI: pci_cache_line_size set to 64 bytes
[  +0.000482] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[  +0.000010] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[  +0.000007] e820: reserve RAM buffer [mem 0x73619018-0x73ffffff]
[  +0.000011] e820: reserve RAM buffer [mem 0x73626018-0x73ffffff]
[  +0.000010] e820: reserve RAM buffer [mem 0x7362f018-0x73ffffff]
[  +0.000008] e820: reserve RAM buffer [mem 0x75547000-0x77ffffff]
[  +0.000011] e820: reserve RAM buffer [mem 0x77cdf000-0x77ffffff]
[  +0.000009] e820: reserve RAM buffer [mem 0x7a2e5000-0x7bffffff]
[  +0.000013] e820: reserve RAM buffer [mem 0x7b5ff000-0x7bffffff]
[  +0.000008] e820: reserve RAM buffer [mem 0x47f800000-0x47fffffff]
[  +0.000134] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[  +0.000053] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[  +0.002287] clocksource: Switched to clocksource tsc-early
[  +0.036294] VFS: Disk quotas dquot_6.6.0
[  +0.000092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[  +0.000754] AppArmor: AppArmor Filesystem Enabled
[  +0.000083] pnp: PnP ACPI init
[  +0.001764] system 00:00: [io  0x0680-0x069f] has been reserved
[  +0.000048] system 00:00: [io  0xffff] has been reserved
[  +0.000043] system 00:00: [io  0xffff] has been reserved
[  +0.000042] system 00:00: [io  0xffff] has been reserved
[  +0.000042] system 00:00: [io  0x1800-0x18fe] has been reserved
[  +0.000045] system 00:00: [io  0x164e-0x164f] has been reserved
[  +0.000066] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.000786] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[  +0.000303] system 00:02: [io  0x1854-0x1857] has been reserved
[  +0.000066] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[  +0.002148] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[  +0.000152] pnp 00:04: Plug and Play ACPI device, IDs DLL0767 PNP0f13 (active)
[  +0.001829] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[  +0.000053] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[  +0.000049] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[  +0.000049] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[  +0.000049] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[  +0.000050] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[  +0.000050] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[  +0.000050] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[  +0.000053] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[  +0.000053] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[  +0.000067] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.000345] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[  +0.000051] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[  +0.000049] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[  +0.000051] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[  +0.000050] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[  +0.000049] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[  +0.000051] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[  +0.000065] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.002336] system 00:07: [io  0xff00-0xfffe] has been reserved
[  +0.000064] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.008637] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[  +0.000051] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[  +0.000073] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.013807] pnp: PnP ACPI: found 9 devices
[  +0.011509] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[  +0.000223] NET: Registered protocol family 2
[  +0.000302] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[  +0.032049] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[  +0.000909] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[  +0.006157] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[  +0.004829] TCP: Hash tables configured (established 131072 bind 65536)
[  +0.000108] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[  +0.001697] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[  +0.001839] NET: Registered protocol family 1
[  +0.000289] RPC: Registered named UNIX socket transport module.
[  +0.000035] RPC: Registered udp transport module.
[  +0.000028] RPC: Registered tcp transport module.
[  +0.000029] RPC: Registered tcp NFSv4.1 backchannel transport module.
[  +0.002941] pci 0000:00:1c.0: PCI bridge to [bus 01]
[  +0.000047] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[  +0.000052] pci 0000:00:1c.0:   bridge window [mem 0xdf200000-0xdf2fffff]
[  +0.000054] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[  +0.000061] pci 0000:00:1c.4: PCI bridge to [bus 02]
[  +0.000051] pci 0000:00:1c.4:   bridge window [mem 0xdf100000-0xdf1fffff]
[  +0.000059] pci 0000:00:1c.5: PCI bridge to [bus 03]
[  +0.000043] pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
[  +0.000051] pci 0000:00:1c.5:   bridge window [mem 0xdf000000-0xdf0fffff]
[  +0.000053] pci 0000:00:1c.5:   bridge window [mem 0xd0300000-0xd03fffff 64bit pref]
[  +0.000062] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[  +0.000044] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[  +0.000042] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[  +0.000046] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[  +0.000046] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[  +0.000046] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[  +0.000046] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[  +0.000046] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[  +0.000047] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[  +0.000047] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[  +0.000047] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[  +0.000047] pci_bus 0000:00: resource 15 [mem 0x7f800000-0xdfffffff window]
[  +0.000048] pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
[  +0.000049] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[  +0.000041] pci_bus 0000:01: resource 1 [mem 0xdf200000-0xdf2fffff]
[  +0.000044] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[  +0.000060] pci_bus 0000:02: resource 1 [mem 0xdf100000-0xdf1fffff]
[  +0.000046] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[  +0.000041] pci_bus 0000:03: resource 1 [mem 0xdf000000-0xdf0fffff]
[  +0.000044] pci_bus 0000:03: resource 2 [mem 0xd0300000-0xd03fffff 64bit pref]
[  +0.001139] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[  +0.003291] pci 0000:01:00.0: disabling ATS
[  +0.000267] PCI: CLS 0 bytes, default 64
[  +0.000057] DMAR: Host address width 39
[  +0.000026] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[  +0.000080] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[  +0.000055] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[  +0.000073] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[  +0.000052] DMAR: RMRR base: 0x0000007a3ad000 end: 0x0000007a3ccfff
[  +0.000038] DMAR: RMRR base: 0x0000007d000000 end: 0x0000007f7fffff
[  +0.000037] DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x000000007d000000-0x000000007f7fffff], contact BIOS vendor for fixes
[  +0.000067] DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x000000007d000000-0x000000007f7fffff]
              BIOS vendor: Dell Inc.; Ver: 1.3.1; Product Version:
[  +0.000078] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[  +0.000031] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[  +0.000045] DMAR: ACPI device "device:70" under DMAR at fed91000 as 00:15.0
[  +0.000055] DMAR: ACPI device "device:71" under DMAR at fed91000 as 00:15.1
[  +0.000112] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[  +0.000033] software IO TLB: mapped [mem 0x000000006f619000-0x0000000073619000] (64MB)
[  +0.622370] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[  +0.000027] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[  +0.000017] RAPL PMU: hw unit of domain package 2^-14 Joules
[  +0.000018] RAPL PMU: hw unit of domain dram 2^-14 Joules
[  +0.000016] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[  +0.000018] RAPL PMU: hw unit of domain psys 2^-14 Joules
[  +0.002521] Initialise system trusted keyrings
[  +0.000087] workingset: timestamp_bits=56 max_order=22 bucket_order=0
[  +0.006965] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[  +0.000689] NFS: Registering the id_resolver key type
[  +0.000027] Key type id_resolver registered
[  +0.000014] Key type id_legacy registered
[  +0.010643] NET: Registered protocol family 38
[  +0.000018] Key type asymmetric registered
[  +0.000015] Asymmetric key parser 'x509' registered
[  +0.000031] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[  +0.000023] io scheduler mq-deadline registered
[  +0.000015] io scheduler kyber registered
[  +0.000691] pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
[  +0.000755] pcieport 0000:00:1c.4: PME: Signaling with IRQ 121
[  +0.000730] pcieport 0000:00:1c.5: PME: Signaling with IRQ 122
[  +0.000275] efifb: probing for efifb
[  +0.000036] efifb: framebuffer at 0xb0000000, using 4128k, total 4128k
[  +0.000022] efifb: mode is 1366x768x32, linelength=5504, pages=1
[  +0.000020] efifb: scrolling: redraw
[  +0.000012] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[  +0.024042] Console: switching to colour frame buffer device 170x48
[  +0.020398] fb0: EFI VGA frame buffer device
[  +0.003273] ACPI: AC: AC Adapter [AC] (on-line)
[  +0.000413] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[  +0.000414] ACPI: button: Lid Switch [LID0]
[  +0.000279] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[  +0.000400] ACPI: button: Power Button [PBTN]
[  +0.004619] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[  +0.005292] ACPI: button: Sleep Button [SBTN]
[  +0.006095] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[  +0.005826] ACPI: button: Power Button [PWRF]
[  +0.006005] Monitor-Mwait will be used to enter C-1 state
[  +0.000014] Monitor-Mwait will be used to enter C-2 state
[  +0.000011] Monitor-Mwait will be used to enter C-3 state
[  +0.000009] ACPI: \_PR_.CPU0: Found 3 idle states
[  +0.005626] ACPI: \_PR_.CPU1: Found 3 idle states
[  +0.005441] ACPI: \_PR_.CPU2: Found 3 idle states
[  +0.005430] ACPI: \_PR_.CPU3: Found 3 idle states
[  +0.008722] thermal LNXTHERM:00: registered as thermal_zone0
[  +0.004693] ACPI: thermal: Thermal Zone [THM] (25 C)
[  +0.004925] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[  +0.007922] Non-volatile memory driver v1.3
[  +0.004854] Linux agpgart interface v0.103
[  +0.006903] checking generic (b0000000 408000) vs hw (de000000 1000000)
[  +0.000011] checking generic (b0000000 408000) vs hw (b0000000 10000000)
[  +0.000008] fb0: switching to inteldrmfb from EFI VGA
[  +0.005428] Console: switching to colour dummy device 80x25
[  +0.000097] i915 0000:00:02.0: vgaarb: deactivate vga console
[  +0.008170] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[  +0.000180] i915 0000:00:02.0: Direct firmware load for i915/kbl_dmc_ver1_04.bin failed with error -2
[  +0.000031] i915 0000:00:02.0: Falling back to sysfs fallback for: i915/kbl_dmc_ver1_04.bin
[  +0.022427] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[  +0.011054] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[  +0.010055] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[  +0.007135] ACPI: battery: Slot [BAT0] (battery present)
[  +0.001522] loop: module loaded
[  +0.000219] ahci 0000:00:17.0: version 3.0
[  +0.000627] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[  +0.000078] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[  +0.000031] ahci 0000:00:17.0: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst
[  +0.001167] scsi host0: ahci
[  +0.000486] scsi host1: ahci
[  +0.000243] ata1: SATA max UDMA/133 abar m2048@0xdf333000 port 0xdf333100 irq 124
[  +0.000050] ata2: SATA max UDMA/133 abar m2048@0xdf333000 port 0xdf333180 irq 124
[  +0.000949] tun: Universal TUN/TAP device driver, 1.6
[  +0.000242] e100: Intel(R) PRO/100 Network Driver
[  +0.000042] e100: Copyright(c) 1999-2006 Intel Corporation
[  +0.000134] e1000: Intel(R) PRO/1000 Network Driver
[  +0.000016] e1000: Copyright (c) 1999-2006 Intel Corporation.
[  +0.000098] e1000e: Intel(R) PRO/1000 Network Driver
[  +0.000016] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[  +0.000221] sky2: driver version 1.30
[  +0.000302] r8169 0000:03:00.0: enabling device (0000 -> 0003)
[  +0.001501] kworker/u8:3 (88) used greatest stack depth: 14496 bytes left
[  +0.000286] libphy: r8169: probed
[  +0.000504] r8169 0000:03:00.0 eth0: RTL8106e, 8c:ec:4b:19:cc:86, XID 449, IRQ 125
[  +0.000405] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[  +0.000023] ehci-pci: EHCI PCI platform driver
[  +0.000085] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[  +0.000050] ohci-pci: OHCI PCI platform driver
[  +0.000087] uhci_hcd: USB Universal Host Controller Interface driver
[  +0.000821] xhci_hcd 0000:00:14.0: xHCI Host Controller
[  +0.000173] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[  +0.001147] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[  +0.001175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[  +0.000032] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.000025] usb usb1: Product: xHCI Host Controller
[  +0.000018] usb usb1: Manufacturer: Linux 5.13.0-rc6vtimofei+ xhci-hcd
[  +0.000022] usb usb1: SerialNumber: 0000:00:14.0
[  +0.000421] hub 1-0:1.0: USB hub found
[  +0.000072] hub 1-0:1.0: 12 ports detected
[  +0.004822] xhci_hcd 0000:00:14.0: xHCI Host Controller
[  +0.000116] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[  +0.000031] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[  +0.000105] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[  +0.000029] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.000025] usb usb2: Product: xHCI Host Controller
[  +0.000019] usb usb2: Manufacturer: Linux 5.13.0-rc6vtimofei+ xhci-hcd
[  +0.000060] usb usb2: SerialNumber: 0000:00:14.0
[  +0.000371] hub 2-0:1.0: USB hub found
[  +0.000037] hub 2-0:1.0: 6 ports detected
[  +0.002643] usbcore: registered new interface driver usblp
[  +0.000087] usbcore: registered new interface driver usb-storage
[  +0.000114] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[  +0.000782] fbcon: i915drmfb (fb0) is primary device
[  +0.000777] i8042: Warning: Keylock active
[  +0.001555] serio: i8042 KBD port at 0x60,0x64 irq 1
[  +0.000013] serio: i8042 AUX port at 0x60,0x64 irq 12
[  +0.000797] rtc_cmos 00:01: RTC can wake from S4
[  +0.000070] random: fast init done
[  +0.000651] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[  +0.000515] rtc_cmos 00:01: registered as rtc0
[  +0.000082] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[  +0.000938] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[  +0.000086] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[  +0.037530] Console: switching to colour frame buffer device 170x48
[  +0.016107] i2c i2c-4: 2/2 memory slots populated (from DMI)
[  +0.000473] i2c i2c-4: Successfully instantiated SPD at 0x50
[  +0.000473] usbcore: registered new interface driver uvcvideo
[  +0.012026] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[  +0.000063] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[  +0.000185] intel_pstate: Intel P-state driver initializing
[  +0.062056] intel_pstate: HWP enabled
[  +0.006303] EFI Variables Facility v0.08 2004-May-17
[  +0.018954] hid: raw HID events driver (C) Jiri Kosina
[  +0.005810] usbcore: registered new interface driver usbhid
[  +0.005257] usbhid: USB HID core driver
[  +0.005973] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[  +0.005490] Initializing XFRM netlink socket
[  +0.010568] NET: Registered protocol family 10
[  +0.004730] Segment Routing with IPv6
[  +0.004118] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[  +0.004975] NET: Registered protocol family 17
[  +0.003959] Key type dns_resolver registered
[  +0.004364] microcode: sig=0x806e9, pf=0x80, revision=0xd6
[  +0.003871] microcode: Microcode Update Driver: v2.2.
[  +0.000010] IPI shorthand broadcast: enabled
[  +0.007647] sched_clock: Marking stable (1840586050, 8298589)->(1864103202, -15218563)
[  +0.004494] registered taskstats version 1
[  +0.004011] Loading compiled-in X.509 certificates
[  +0.004449] Key type encrypted registered
[  +0.003950] AppArmor: AppArmor sha1 policy hashing enabled
[  +0.004409] PM:   Magic number: 9:743:837
[  +0.003827] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[  +0.003883] printk: console [netcon0] enabled
[  +0.003859] netconsole: network logging started
[  +0.004006] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[  +0.005453] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  +0.004030] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[  +0.000722] ALSA device list:
[  +0.005180] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db
[  +0.006047]   No soundcards found.
[  +0.010111] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  +0.006505] ata1.00: supports DRM functions and may not be fully accessible
[  +0.004955] ata1.00: ATA-11: Samsung SSD 860 EVO 1TB, RVT04B6Q, max UDMA/133
[  +0.004196] ata1.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[  +0.006627] ata1.00: supports DRM functions and may not be fully accessible
[  +0.006904] ata1.00: configured for UDMA/133
[  +0.004286] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 860  4B6Q PQ: 0 ANSI: 5
[  +0.004608] ata1.00: Enabling discard_zeroes_data
[  +0.000003] sd 0:0:0:0: Attached scsi generic sg0 type 0
[  +0.009258] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[  +0.004397] sd 0:0:0:0: [sda] Write Protect is off
[  +0.004288] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[  +0.000041] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  +0.007756]  sda: sda1 sda2 sda5 sda6 sda7 sda8 sda9
[  +0.005464] ata1.00: Enabling discard_zeroes_data
[  +0.007633] sd 0:0:0:0: [sda] Attached SCSI disk
[  +0.013703] usb 1-1: New USB device found, idVendor=046d, idProduct=c545, bcdDevice= 2.00
[  +0.004610] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  +0.004492] usb 1-1: Product: USB Receiver
[  +0.004414] usb 1-1: Manufacturer: Logitech
[  +0.007633] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C545.0001/input/input8
[  +0.004940] hid-generic 0003:046D:C545.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-1/input0
[  +0.006752] input: Logitech USB Receiver Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C545.0002/input/input9
[  +0.056819] hid-generic 0003:046D:C545.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-1/input1
[  +0.008321] hid-generic 0003:046D:C545.0003: hiddev96,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
[  +0.122084] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[  +0.046162] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[  +0.013570] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GU90N, A1C1, max UDMA/100
[  +0.014834] ata2.00: configured for UDMA/100
[  +0.014896] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GU90N    A1C1 PQ: 0 ANSI: 5
[  +0.051641] usb 1-3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.10
[  +0.000114] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4648]
[  +0.001313] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[  +0.000013] cdrom: Uniform CD-ROM driver Revision: 3.20
[  +0.014606] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  +0.010852] tsc: Refined TSC clocksource calibration: 2711.985 MHz
[  +0.000018] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x271778613e3, max_idle_ns: 440795278579 ns
[  +0.051443] usb 1-3: Product: USB Receiver
[  +0.009165] usb 1-3: Manufacturer: Logitech
[  +0.009031] clocksource: Switched to clocksource tsc
[  +0.004333] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C52B.0004/input/input10
[  +0.007365] sr 1:0:0:0: Attached scsi CD-ROM sr0
[  +0.000219] sr 1:0:0:0: Attached scsi generic sg1 type 5
[  +0.015472] psmouse serio1: synaptics: queried min coordinates: x [1278..], y [1206..]
[  +0.005742] psmouse serio1: synaptics: The touchpad can support a better bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and RMI4_SMB are enabled to get a better touchpad experience.
[  +0.030324] hid-generic 0003:046D:C52B.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-3/input0
[  +0.010394] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0005/input/input11
[  +0.007278] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0005/input/input12
[  +0.018696] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2a1, caps: 0xf00223/0x840300/0x12e800/0x0, board id: 3240, fw id: 2374689
[  +0.039381] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0005/input/input13
[  +0.002205] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[  +0.012058] hid-generic 0003:046D:C52B.0005: input,hiddev97,hidraw4: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-3/input1
[  +0.026593] hid-generic 0003:046D:C52B.0006: hiddev98,hidraw5: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3/input2
[  +0.007117] md: Waiting for all devices to be available before autodetect
[  +0.006879] md: If you don't use raid, use raid=noautodetect
[  +0.006730] md: Autodetecting RAID arrays.
[  +0.006502] md: autorun ...
[  +0.006397] md: ... autorun DONE.
[  +0.014976] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[  +0.006609] VFS: Mounted root (ext4 filesystem) readonly on device 8:9.
[  +0.007532] devtmpfs: mounted
[  +0.007454] Freeing unused kernel image (initmem) memory: 1832K
[  +0.006561] Write protecting the kernel read-only data: 34816k
[  +0.009057] Freeing unused kernel image (text/rodata gap) memory: 2032K
[  +0.014642] Freeing unused kernel image (rodata/data gap) memory: 572K
[  +0.006241] Run /sbin/init as init process
[  +0.006103]   with arguments:
[  +0.000003]     /sbin/init
[  +0.000003]   with environment:
[  +0.000003]     HOME=/
[  +0.000003]     TERM=linux
[  +0.000003]     BOOT_IMAGE=/boot/vmlinuz
[  +0.008160] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[  +0.105622] modprobe (108) used greatest stack depth: 12256 bytes left
[  +0.009180] 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.034368] systemd[1]: Detected architecture x86-64.
[  +0.006959] usb 1-5: New USB device found, idVendor=1bcf, idProduct=2c01, bcdDevice=65.03
[  +0.011235] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  +0.007801] usb 1-5: Product: Integrated Webcam
[  +0.000006] usb 1-5: Manufacturer: SY20160903180259
[  +0.003107] usb 1-5: Found UVC 1.00 device Integrated Webcam (1bcf:2c01)
[  +0.014951] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops 0xffffffffa083ab00)
[  +0.017696] input: Integrated Webcam: Integrated W as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input15
[  +0.013948] systemd[1]: Hostname set to <dell>.
[  +0.021798] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[  +0.005417] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  +0.005856] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[  +0.004743] 10-arch (110) used greatest stack depth: 12048 bytes left
[  +0.000962] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[  +0.000007] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[  +0.016224] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[  +0.005168] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
[  +0.005589] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[  +0.048641] snd_hda_codec_hdmi hdaudioC0D2: Monitor plugged-in, Failed to power up codec ret=[-13]
[  +0.007725] usb 1-6: new high-speed USB device number 5 using xhci_hcd
[  +0.007776] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[  +0.005474] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[  +0.005376] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[  +0.005245] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[  +0.005125] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[  +0.004802] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[  +0.063758] random: lvmconfig: uninitialized urandom read (4 bytes read)
[  +0.033695] usb 1-6: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[  +0.004879] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  +0.004263] usb 1-6: Product: USB2.0-CRW
[  +0.004169] usb 1-6: Manufacturer: Generic
[  +0.004093] usb 1-6: SerialNumber: 20100201396000000
[  +0.099652] systemd[1]: Queued start job for default target Graphical Interface.
[  +0.014483] systemd[1]: Created slice Virtual Machine and Container Slice.
[  +0.005206] usb 1-8: new full-speed USB device number 6 using xhci_hcd
[  +0.008254] systemd[1]: Created slice system-getty.slice.
[  +0.008899] systemd[1]: Created slice system-modprobe.slice.
[  +0.008243] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[  +0.008701] systemd[1]: Created slice User and Session Slice.
[  +0.008458] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  +0.009025] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  +0.009760] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  +0.009897] systemd[1]: Reached target Local Encrypted Volumes.
[  +0.009775] systemd[1]: Reached target Paths.
[  +0.010032] systemd[1]: Reached target Remote File Systems.
[  +0.010426] systemd[1]: Reached target Slices.
[  +0.010089] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[  +0.010436] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[  +0.009512] usb 1-8: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
[  +0.000011] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[  +0.011781] systemd[1]: Listening on LVM2 poll daemon socket.
[  +0.011812] systemd[1]: Listening on Process Core Dump Socket.
[  +0.010950] systemd[1]: Listening on Journal Audit Socket.
[  +0.010853] systemd[1]: Listening on Journal Socket (/dev/log).
[  +0.010879] systemd[1]: Listening on Journal Socket.
[  +0.010785] systemd[1]: Listening on Network Service Netlink Socket.
[  +0.010713] systemd[1]: Listening on udev Control Socket.
[  +0.010345] systemd[1]: Listening on udev Kernel Socket.
[  +0.016473] systemd[1]: Mounting Huge Pages File System...
[  +0.011608] systemd[1]: Mounting POSIX Message Queue File System...
[  +0.012645] systemd[1]: Mounting Kernel Debug File System...
[  +0.011092] systemd[1]: Mounting Kernel Trace File System...
[  +0.011792] systemd[1]: Starting Load AppArmor profiles...
[  +0.009940] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
[  +0.006123] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[  +0.005449] random: lvm: uninitialized urandom read (4 bytes read)
[  +0.012654] systemd[1]: Starting Load Kernel Module configfs...
[  +0.014807] systemd[1]: Starting Load Kernel Module drm...
[  +0.024022] systemd[1]: Starting Load Kernel Module fuse...
[  +0.023162] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[  +0.020217] systemd[1]: Starting File System Check on Root Device...
[  +0.030918] systemd[1]: Starting Journal Service...
[  +0.036110] systemd[1]: Starting Load Kernel Modules...
[  +0.025446] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[  +0.020608] systemd[1]: Starting Coldplug All udev Devices...
[  +0.026667] systemd[1]: Mounted Huge Pages File System.
[  +0.023375] systemd[1]: Mounted POSIX Message Queue File System.
[  +0.019359] audit: type=1400 audit(1624283416.839:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-pop3" pid=143 comm="apparmor_parser"
[  +0.026611] systemd[1]: Mounted Kernel Debug File System.
[  +0.024207] systemd[1]: Mounted Kernel Trace File System.
[  +0.025339] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[  +0.012209] systemd[1]: Finished Load Kernel Module configfs.
[  +0.022405] audit: type=1130 audit(1624283416.949:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.021862] systemd[1]: Started Journal Service.
[  +0.012464] audit: type=1131 audit(1624283416.971:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.005067] [drm] amdgpu kernel modesetting enabled.
[  +0.000145] amdgpu 0000:01:00.0: enabling device (0006 -> 0007)
[  +0.000260] [drm] initializing kernel modesetting (TOPAZ 0x1002:0x6900 0x1028:0x0767 0xC3).
[  +0.000019] amdgpu 0000:01:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[  +0.003303] [drm] register mmio base: 0xDF200000
[  +0.000008] [drm] register mmio size: 262144
[  +0.000013] [drm] PCIE atomic ops is not supported
[  +0.000017] [drm] add ip block number 0 <vi_common>
[  +0.000008] [drm] add ip block number 1 <gmc_v7_0>
[  +0.000007] [drm] add ip block number 2 <iceland_ih>
[  +0.000007] [drm] add ip block number 3 <gfx_v8_0>
[  +0.000007] [drm] add ip block number 4 <sdma_v2_4>
[  +0.000008] [drm] add ip block number 5 <powerplay>
[  +0.033915] audit: type=1400 audit(1624283417.026:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-config" pid=142 comm="apparmor_parser"
[  +0.163722] audit: type=1400 audit(1624283417.043:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-auth" pid=141 comm="apparmor_parser"
[  +0.022822] audit: type=1400 audit(1624283417.067:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-dict" pid=144 comm="apparmor_parser"
[  +0.024352] audit: type=1400 audit(1624283417.055:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=151 comm="apparmor_parser"
[  +0.000020] audit: type=1300 audit(1624283417.055:8): arch=c000003e syscall=1 success=yes exit=16610 a0=6 a1=55dcf444e610 a2=40e2 a3=0 items=0 ppid=138 pid=151 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj==unconfined key=(null)
[  +0.000023] audit: type=1327 audit(1624283417.055:8): proctitle=2F7362696E2F61707061726D6F725F706172736572002D2D7265706C616365002D2D002F6574632F61707061726D6F722E64
[  +0.002285] amdgpu 0000:01:00.0: amdgpu: Fetched VBIOS from ATRM
[  +0.097864] amdgpu: ATOM BIOS: BR46872.003
[  +0.000086] [drm] GPU posting now...
[  +0.014716] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[  +0.047218] amdgpu 0000:01:00.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[  +0.000020] amdgpu 0000:01:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[  +0.000031] [drm] Detected VRAM RAM=2048M, BAR=256M
[  +0.000007] [drm] RAM width 64bits GDDR5
[  +0.000175] [drm] amdgpu: 2048M of VRAM memory ready
[  +0.000016] [drm] amdgpu: 3072M of GTT memory ready.
[  +0.000010] [drm] GART: num cpu pages 65536, num gpu pages 65536
[  +0.000695] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[  +0.002556] [drm] Chained IB support enabled!
[  +0.098550] amdgpu: hwmgr_sw_init smu backed is iceland_smu
[  +0.068832] amdgpu 0000:01:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 6, active_cu_number 5
[  +0.004200] [drm] Initialized amdgpu 3.41.0 20150101 for 0000:01:00.0 on minor 1
[  +0.048592] Intel(R) Wireless WiFi driver for Linux
[  +0.000488] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[  +0.018004] iwlwifi 0000:02:00.0: Found debug destination: EXTERNAL_DRAM
[  +0.025743] iwlwifi 0000:02:00.0: Found debug configuration: 0
[  +0.000308] iwlwifi 0000:02:00.0: loaded firmware version 29.4063824552.0 7265D-29.ucode op_mode iwlmvm
[  +0.047009] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
[  +0.024761] thermal thermal_zone1: failed to read out thermal zone (-61)
[  +0.021098] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  +0.000227] iwlwifi 0000:02:00.0: Allocated 0x00400000 bytes for firmware monitor.
[  +0.008270] iwlwifi 0000:02:00.0: base HW address: a0:c5:89:e0:82:3d
[  +0.061002] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[  +0.003535] systemd-modules (149) used greatest stack depth: 9952 bytes left
[  +0.138347] EXT4-fs (sda9): re-mounted. Opts: (null). Quota mode: none.
[  +0.082232] systemd-journald[147]: Received client request to flush runtime journal.
[  +0.035166] kauditd_printk_skb: 54 callbacks suppressed
[  +0.000008] audit: type=1130 audit(1624283418.089:33): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.029550] audit: type=1400 audit(1624283418.061:34): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nmbd" pid=178 comm="apparmor_parser"
[  +0.011219] audit: type=1300 audit(1624283418.061:34): arch=c000003e syscall=1 success=yes exit=33185 a0=6 a1=55dcf463bc20 a2=81a1 a3=0 items=0 ppid=138 pid=178 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj==unconfined key=(null)
[  +0.033926] audit: type=1327 audit(1624283418.061:34): proctitle=2F7362696E2F61707061726D6F725F706172736572002D2D7265706C616365002D2D002F6574632F61707061726D6F722E64
[  +0.063834] audit: type=1130 audit(1624283418.228:35): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.045618] audit: type=1400 audit(1624283418.228:36): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot" pid=186 comm="apparmor_parser"
[  +0.013440] audit: type=1334 audit(1624283418.285:37): prog-id=6 op=LOAD
[  +0.000015] audit: type=1334 audit(1624283418.285:38): prog-id=7 op=LOAD
[  +0.000012] audit: type=1334 audit(1624283418.285:39): prog-id=8 op=LOAD
[  +0.000012] audit: type=1300 audit(1624283418.228:36): arch=c000003e syscall=1 success=yes exit=42073 a0=6 a1=55dcf43e62c0 a2=a459 a3=0 items=0 ppid=138 pid=186 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj==unconfined key=(null)
[  +0.456927] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[  +0.412542] r8169 0000:03:00.0 enp3s0: renamed from eth0
[  +0.261949] random: crng init done
[  +0.231977] Adding 8388604k swap on /dev/sda8.  Priority:-2 extents:1 across:8388604k SS
[  +0.175195] RTL8208 Fast Ethernet r8169-300:00: attached PHY driver (mii_bus:phy_addr=r8169-300:00, irq=MAC)
[  +0.042453] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[  +0.251566] r8169 0000:03:00.0 enp3s0: Link is Down
[  +0.603064] loop0: detected capacity change from 0 to 8
[  +0.164832] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  +0.078785] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  +0.001496] iwlwifi 0000:02:00.0: FW already configured (0) - re-configuring
[  +0.043261] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  +0.079857] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  +0.001691] iwlwifi 0000:02:00.0: FW already configured (0) - re-configuring
[  +3.808690] kauditd_printk_skb: 127 callbacks suppressed
[  +0.000034] audit: type=1131 audit(1624283424.902:108): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.690299] wlp2s0: authenticate with 08:26:97:d4:56:42
[  +0.007227] wlp2s0: send auth to 08:26:97:d4:56:42 (try 1/3)
[  +0.002111] wlp2s0: authenticated
[  +0.000421] wlp2s0: associate with 08:26:97:d4:56:42 (try 1/3)
[  +0.003909] wlp2s0: RX AssocResp from 08:26:97:d4:56:42 (capab=0x911 status=0 aid=3)
[  +0.002014] wlp2s0: associated
[  +0.003738] wlp2s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 08:26:97:d4:56:42
[  +0.172993] audit: type=1131 audit(1624283425.784:109): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.003062] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[  +1.095299] audit: type=1130 audit(1624283426.883:110): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +4.011314] audit: type=1131 audit(1624283430.894:111): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +4.261950] audit: type=1100 audit(1624283435.156:112): pid=351 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.004850] audit: type=1101 audit(1624283435.161:113): pid=351 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.002455] audit: type=1103 audit(1624283435.163:114): pid=351 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.000139] audit: type=1006 audit(1624283435.163:115): pid=351 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[  +0.000021] audit: type=1300 audit(1624283435.163:115): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffcc98323a0 a2=4 a3=3e8 items=0 ppid=1 pid=351 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=984 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" subj==unconfined key=(null)
[  +0.000027] audit: type=1327 audit(1624283435.163:115): proctitle=2F62696E2F6C6F67696E002D70002D2D
[  +0.038446] audit: type=1130 audit(1624283435.202:116): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.010867] audit: type=1101 audit(1624283435.213:117): pid=421 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.000061] audit: type=1103 audit(1624283435.213:118): pid=421 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="vtimofei" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ +10.698870] kauditd_printk_skb: 11 callbacks suppressed
[  +0.000009] audit: type=1130 audit(1624283445.912:126): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +4.629648] audit: type=1104 audit(1624283450.542:127): pid=351 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.003194] audit: type=1106 audit(1624283450.543:128): pid=351 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.003437] audit: type=1131 audit(1624283450.547:129): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.004264] audit: type=1130 audit(1624283450.550:130): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.000023] audit: type=1131 audit(1624283450.550:131): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.008096] audit: type=1130 audit(1624283450.560:132): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.301306] audit: type=1131 audit(1624283450.862:133): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.130159] audit: type=1334 audit(1624283450.993:134): prog-id=18 op=UNLOAD
[  +0.000018] audit: type=1334 audit(1624283450.993:135): prog-id=17 op=UNLOAD
[  +0.000014] audit: type=1334 audit(1624283450.993:136): prog-id=16 op=UNLOAD
[  +4.435938] audit: type=1100 audit(1624283455.428:137): pid=454 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +0.001753] audit: type=1101 audit(1624283455.429:138): pid=454 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +0.000967] audit: type=1103 audit(1624283455.430:139): pid=454 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +0.000120] audit: type=1006 audit(1624283455.430:140): pid=454 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=3 res=1
[  +0.000039] audit: type=1300 audit(1624283455.430:140): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffd2deeaf20 a2=4 a3=3e8 items=0 ppid=1 pid=454 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=984 fsgid=0 tty=tty2 ses=3 comm="login" exe="/usr/bin/login" subj==unconfined key=(null)
[  +0.000014] audit: type=1327 audit(1624283455.430:140): proctitle=2F62696E2F6C6F67696E002D70002D2D
[  +0.015923] audit: type=1105 audit(1624283455.446:141): pid=454 uid=0 auid=1000 ses=3 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +0.753151] kauditd_printk_skb: 1 callbacks suppressed
[  +0.000010] audit: type=1130 audit(1624283456.199:143): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jun21 16:51] audit: type=1101 audit(1624283470.584:144): pid=660 uid=1000 auid=1000 ses=3 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/sudo" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +0.002004] audit: type=1110 audit(1624283470.586:145): pid=660 uid=1000 auid=1000 ses=3 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +0.004254] audit: type=1105 audit(1624283470.591:146): pid=660 uid=1000 auid=1000 ses=3 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +4.840304] cfg80211: failed to load regulatory.db
[  +0.000540] i915 0000:00:02.0: [drm] Failed to load DMC firmware i915/kbl_dmc_ver1_04.bin. Disabling runtime power management.
[  +0.000151] i915 0000:00:02.0: [drm] DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
[ +15.737273] audit: type=1100 audit(1624283491.169:147): pid=460 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.001627] audit: type=1101 audit(1624283491.170:148): pid=460 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.000798] audit: type=1103 audit(1624283491.171:149): pid=460 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.000123] audit: type=1006 audit(1624283491.171:150): pid=460 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=4 res=1
[  +0.000018] audit: type=1300 audit(1624283491.171:150): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffc12a2dbb0 a2=4 a3=3e8 items=0 ppid=1 pid=460 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=984 fsgid=0 tty=tty1 ses=4 comm="login" exe="/usr/bin/login" subj==unconfined key=(null)
[  +0.000024] audit: type=1327 audit(1624283491.171:150): proctitle=2F62696E2F6C6F67696E002D70002D2D
[  +0.018955] audit: type=1105 audit(1624283491.190:151): pid=460 uid=0 auid=1000 ses=4 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.000162] audit: type=1110 audit(1624283491.191:152): pid=460 uid=0 auid=1000 ses=4 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +1.941825] audit: type=1104 audit(1624283493.132:153): pid=460 uid=0 auid=1000 ses=4 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.003405] audit: type=1106 audit(1624283493.136:154): pid=460 uid=0 auid=1000 ses=4 subj==unconfined msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[ +26.326473] kauditd_printk_skb: 4 callbacks suppressed
[  +0.000026] audit: type=1100 audit(1624283519.463:159): pid=697 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=? acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=failed'
[Jun21 16:52] audit: type=1131 audit(1624283524.747:160): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.065384] audit: type=1130 audit(1624283524.812:161): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.000047] audit: type=1131 audit(1624283524.812:162): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.009255] audit: type=1130 audit(1624283524.822:163): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +9.764755] audit: type=1100 audit(1624283534.586:164): pid=699 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.001657] audit: type=1101 audit(1624283534.588:165): pid=699 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.000765] audit: type=1103 audit(1624283534.589:166): pid=699 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.000128] audit: type=1006 audit(1624283534.589:167): pid=699 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=5 res=1
[  +0.000021] audit: type=1300 audit(1624283534.589:167): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffe1c38fd50 a2=4 a3=3e8 items=0 ppid=1 pid=699 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=984 fsgid=0 tty=tty1 ses=5 comm="login" exe="/usr/bin/login" subj==unconfined key=(null)
[  +0.000012] audit: type=1327 audit(1624283534.589:167): proctitle=2F62696E2F6C6F67696E002D70002D2D
[  +0.019709] audit: type=1105 audit(1624283534.609:168): pid=699 uid=0 auid=1000 ses=5 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.000115] audit: type=1110 audit(1624283534.609:169): pid=699 uid=0 auid=1000 ses=5 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.965335] i915 0000:00:02.0: [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[  +0.351557] audit: type=1130 audit(1624283535.925:170): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +2.934104] audit: type=1130 audit(1624283538.861:171): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  +0.729049] audit: type=1400 audit(1624283539.585:172): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=809 comm="apparmor_parser"
[  +0.000041] audit: type=1300 audit(1624283539.585:172): arch=c000003e syscall=1 success=yes exit=7945 a0=4 a1=558c7e16da90 a2=1f09 a3=0 items=0 ppid=808 pid=809 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj==unconfined key=(null)
[  +0.000023] audit: type=1327 audit(1624283539.585:172): proctitle=61707061726D6F725F706172736572002D4B72002F7661722F6C69622F646F636B65722F746D702F646F636B65722D64656661756C74373739383133313339
[  +0.430185] audit: type=1325 audit(1624283540.018:173): table=nat family=2 entries=0 op=xt_register pid=829 subj==unconfined comm="modprobe"
[  +0.000093] audit: type=1300 audit(1624283540.018:173): arch=c000003e syscall=313 success=yes exit=0 a0=0 a1=55871c076270 a2=0 a3=0 items=0 ppid=8 pid=829 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" subj==unconfined key=(null)
[  +0.000024] audit: type=1327 audit(1624283540.018:173): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F6E6174
[  +0.044339] audit: type=1325 audit(1624283540.063:174): table=nat family=2 entries=5 op=xt_replace pid=851 subj==unconfined comm="iptables"
[  +0.000042] audit: type=1300 audit(1624283540.063:174): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=558d85f91a60 items=0 ppid=787 pid=851 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" subj==unconfined key=(null)
[  +0.000035] audit: type=1327 audit(1624283540.063:174): proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B4552
[  +0.003666] audit: type=1325 audit(1624283540.068:175): table=filter family=2 entries=4 op=xt_replace pid=853 subj==unconfined comm="iptables"
[ +10.834702] kauditd_printk_skb: 206 callbacks suppressed
[  +0.000008] audit: type=1131 audit(1624283550.903:246): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +9.866905] audit: type=1101 audit(1624283560.769:247): pid=1263 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.001379] audit: type=1110 audit(1624283560.770:248): pid=1263 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.006369] audit: type=1105 audit(1624283560.777:249): pid=1263 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.073980] audit: type=1106 audit(1624283560.852:250): pid=1263 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000153] audit: type=1104 audit(1624283560.852:251): pid=1263 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ +12.061914] audit: type=1101 audit(1624283572.914:252): pid=1278 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.001133] audit: type=1110 audit(1624283572.915:253): pid=1278 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.003782] audit: type=1105 audit(1624283572.918:254): pid=1278 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +2.582762] audit: type=1106 audit(1624283575.501:255): pid=1278 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000156] audit: type=1104 audit(1624283575.501:256): pid=1278 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[Jun21 16:53] audit: type=1101 audit(1624283599.906:257): pid=1296 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.002416] audit: type=1110 audit(1624283599.908:258): pid=1296 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.004191] audit: type=1105 audit(1624283599.913:259): pid=1296 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.048161] audit: type=1106 audit(1624283599.961:260): pid=1296 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000137] audit: type=1104 audit(1624283599.961:261): pid=1296 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ +15.503115] audit: type=1101 audit(1624283615.464:262): pid=1309 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.001023] audit: type=1110 audit(1624283615.465:263): pid=1309 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.002612] audit: type=1105 audit(1624283615.468:264): pid=1309 uid=1000 auid=1000 ses=5 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

bat * :

───────┬────────────────────────────────────────────────────
       │ File: 07-intel.conf
───────┼────────────────────────────────────────────────────
   1   │ Section "Device"
   2   │     Identifier "intel"
   3   │     Driver "intel"
   4   │     Option "AccelMethod" "sna"
   5   │     Option "TearFree" "true"
   6   │     Option "DRI" "3"
   7   │ EndSection
   8   │
   9   │ Section "Screen"
  10   │     Identifier "intel"
  11   │     Device "intel"
  12   │ EndSection
───────┴────────────────────────────────────────────────────
───────┬────────────────────────────────────────────────────
       │ File: 08-amdgpu.conf
───────┼────────────────────────────────────────────────────
   1   │ Section "ServerLayout"
   2   │     Identifier "layout"
   3   │     Screen 0 "AMD"
   4   │     Inactive "intel"
   5   │ EndSection
   6   │
   7   │ Section "Device"
   8   │     Identifier "AMD"
   9   │     Driver "amdgpu"
  10   │     BusID "PCI:0:1:0"
  11   │     Option "TearFree" "true"
  12   │     Option "DRI" "3"
  13   │     Option "AccelMethod" "glamor"
  14   │ EndSection
  15   │
  16   │ Section "Screen"
  17   │     Identifier "AMD"
  18   │     Device "AMD"
  19   │     GPUDevice "AMD"
  20   │     Monitor "HDMI1"
  21   │ EndSection
───────┴────────────────────────────────────────────────────
───────┬────────────────────────────────────────────────────
       │ File: 10-monitors.conf
───────┼────────────────────────────────────────────────────
   1   │ Section "Monitor"
   2   │     # Monitor Identify
   3   │     Identifier  "eDP1"
   4   │
   5   │     # Setting Resolution and Modes
   6   │     Option "PreferredMode" "1366x768"
   7   │     Option "TargetRefresh" "60"
   8   │
   9   │     Option "LeftOf" "HDMI1"
  10   │
  11   │     Option "Position" "0 1008"
  12   │ EndSection
  13   │
  14   │ Section "Monitor"
  15   │     # Monitor Identify
  16   │     Identifier  "HDMI1"
  17   │
  18   │     # Setting Resolution and Modes
  19   │     Option "PreferredMode" "3840x2160"
  20   │     Option "TargetRefresh" "60"
  21   │
  22   │     Option "RightOf" "eDP1"
  23   │
  24   │     Option "Position" "2049 0"
  25   │ EndSection
───────┴────────────────────────────────────────────────────

Xorg log:

───────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
       │ File: /home/vtimofei/.local/share/xorg/Xorg.1.log
───────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
   1   │ [   375.759] (WW) Failed to open protocol names file lib/xorg/protocol.txt
   2   │ [   375.762]
   3   │ X.Org X Server 1.20.11
   4   │ X Protocol Version 11, Revision 0
   5   │ [   375.770] Build Operating System: Linux Archlinux
   6   │ [   375.773] Current Operating System: Linux dell 5.13.0-rc6vtimofei+ #33 SMP Mon Jun 21 14:37:21 EEST 2021 x86_64
   7   │ [   375.773] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=/dev/sda9 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0
   8   │ [   375.780] Build Date: 13 April 2021  03:12:10PM
   9   │ [   375.783]
  10   │ [   375.787] Current version of pixman: 0.40.0
  11   │ [   375.794]    Before reporting problems, check http://wiki.x.org
  12   │     to make sure that you have the latest version.
  13   │ [   375.794] Markers: (--) probed, (**) from config file, (==) default setting,
  14   │     (++) from command line, (!!) notice, (II) informational,
  15   │     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  16   │ [   375.810] (==) Log file: "/home/vtimofei/.local/share/xorg/Xorg.1.log", Time: Mon Jun 21 16:56:28 2021
  17   │ [   375.815] (==) Using config directory: "/etc/X11/xorg.conf.d"
  18   │ [   375.819] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  19   │ [   375.820] (==) ServerLayout "layout"
  20   │ [   375.820] (**) |-->Screen "AMD" (0)
  21   │ [   375.820] (**) |   |-->Monitor "HDMI1"
  22   │ [   375.820] (**) |   |-->Device "AMD"
  23   │ [   375.820] (**) |   |-->GPUDevice "AMD"
  24   │ [   375.820] (**) |-->Inactive Device "intel"
  25   │ [   375.820] (==) Automatically adding devices
  26   │ [   375.820] (==) Automatically enabling devices
  27   │ [   375.820] (==) Automatically adding GPU devices
  28   │ [   375.820] (==) Automatically binding GPU devices
  29   │ [   375.820] (==) Max clients allowed: 256, resource mask: 0x1fffff
  30   │ [   375.820] (WW) The directory "/usr/share/fonts/misc" does not exist.
  31   │ [   375.820]    Entry deleted from font path.
  32   │ [   375.820] (WW) The directory "/usr/share/fonts/OTF" does not exist.
  33   │ [   375.820]    Entry deleted from font path.
  34   │ [   375.820] (WW) The directory "/usr/share/fonts/Type1" does not exist.
  35   │ [   375.820]    Entry deleted from font path.
  36   │ [   375.820] (==) FontPath set to:
  37   │     /usr/share/fonts/TTF,
  38   │     /usr/share/fonts/100dpi,
  39   │     /usr/share/fonts/75dpi
  40   │ [   375.820] (==) ModulePath set to "/usr/lib/xorg/modules"
  41   │ [   375.820] (II) The server relies on udev to provide the list of input devices.
  42   │     If no devices become available, reconfigure udev or disable AutoAddDevices.
  43   │ [   375.820] (II) Module ABI versions:
  44   │ [   375.820]    X.Org ANSI C Emulation: 0.4
  45   │ [   375.820]    X.Org Video Driver: 24.1
  46   │ [   375.820]    X.Org XInput driver : 24.1
  47   │ [   375.820]    X.Org Server Extension : 10.0
  48   │ [   375.821] (++) using VT number 2
  49   │
  50   │ [   375.823] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
  51   │ [   375.824] (II) xfree86: Adding drm device (/dev/dri/card0)
  52   │ [   375.825] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
  53   │ [   375.826] (II) xfree86: Adding drm device (/dev/dri/card1)
  54   │ [   375.826] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
  55   │ [   375.833] (--) PCI:*(0@0:2:0) 8086:5916:1028:0767 rev 2, Mem @ 0xde000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
  56   │ [   375.834] (--) PCI: (1@0:0:0) 1002:6900:1028:0767 rev 195, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xdf200000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
  57   │ [   375.834] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
  58   │ [   375.834] (II) LoadModule: "glx"
  59   │ [   375.834] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
  60   │ [   375.836] (II) Module glx: vendor="X.Org Foundation"
  61   │ [   375.836]    compiled for 1.20.11, module version = 1.0.0
  62   │ [   375.836]    ABI class: X.Org Server Extension, version 10.0
  63   │ [   375.836] (II) LoadModule: "amdgpu"
  64   │ [   375.836] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
  65   │ [   375.837] (II) Module amdgpu: vendor="X.Org Foundation"
  66   │ [   375.837]    compiled for 1.20.8, module version = 19.1.0
  67   │ [   375.837]    Module class: X.Org Video Driver
  68   │ [   375.837]    ABI class: X.Org Video Driver, version 24.1
  69   │ [   375.837] (II) LoadModule: "intel"
  70   │ [   375.838] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
  71   │ [   375.838] (II) Module intel: vendor="X.Org Foundation"
  72   │ [   375.838]    compiled for 1.20.10, module version = 2.99.917
  73   │ [   375.838]    Module class: X.Org Video Driver
  74   │ [   375.838]    ABI class: X.Org Video Driver, version 24.1
  75   │ [   375.838] (II) AMDGPU: Driver for AMD Radeon:
  76   │     All GPUs supported by the amdgpu kernel driver
  77   │ [   375.838] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
  78   │     i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
  79   │     915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
  80   │     Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
  81   │     GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
  82   │ [   375.839] (II) intel: Driver for Intel(R) HD Graphics
  83   │ [   375.839] (II) intel: Driver for Intel(R) Iris(TM) Graphics
  84   │ [   375.839] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
  85   │ [   375.840] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
  86   │ [   375.840] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
  87   │ [   375.840] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
  88   │ [   375.852] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
  89   │ [   375.852] (EE) Screen 0 deleted because of no matching config section.
  90   │ [   375.852] (II) UnloadModule: "intel"
  91   │ [   375.852] (EE) Device(s) detected, but none match those in the config file.
  92   │ [   375.853] (EE)
  93   │ Fatal server error:
  94   │ [   375.853] (EE) no screens found(EE)
  95   │ [   375.853] (EE)
  96   │ Please consult the The X.Org Foundation support
  97   │      at http://wiki.x.org
  98   │  for help.
  99   │ [   375.853] (EE) Please also check the log file at "/home/vtimofei/.local/share/xorg/Xorg.1.log" for additional information.
 100   │ [   375.853] (EE)
 101   │ [   375.887] (EE) Server terminated with error (1). Closing log file.
───────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

Offline

#8 2021-06-21 14:01:36

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

Also xrandr --listproviders is the same:

Providers: number : 2
Provider 0: id: 0x46 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 3 associated providers: 1 name:Intel
Provider 1: id: 0xe2 cap: 0xd, Source Output, Source Offload, Sink Offload crtcs: 0 outputs: 0 associated providers: 1 name:Unknown AMD Radeon GPU @ pci:0000:01:00.0

Offline

#9 2021-06-21 14:04:29

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

Although seeing the output of radeontop makes me think the AMD GPU did boot.

       radeontop 1.3, running on TOPAZ bus 01, 120 samples/sec
                                    │
              Graphics pipe   0.00% │
────────────────────────────────────┼─────────────────────────
               Event Engine   0.00% │
                                    │
Vertex Grouper + Tesselator   0.00% │
                                    │
          Texture Addresser   0.00% │
                                    │
              Shader Export   0.00% │
Sequencer Instruction Cache   0.00% │
        Shader Interpolator   0.00% │
                                    │
             Scan Converter   0.00% │
         Primitive Assembly   0.00% │
                                    │
                Depth Block   0.00% │
                Color Block   0.00% │
                                    │
            7M / 2039M VRAM   0.32% │
            10M / 3068M GTT   0.32% │

Offline

#10 2021-06-21 14:08:59

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

root=/dev/sda9

Do you have parallel OS installations? (3rd link below)

Also try the LTS kernel and pass "amdgpu.dc=0" to the kernel (obviously I'm grasping straws and throw them at the wall…)

Offline

#11 2021-06-21 14:15:28

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

I had also a Windows 10 installation which I deleted, and I have currently also a Ubuntu 20.04 installation. My home partition was created when I installed Ubuntu. By LTS kernel are you referring to the linux-lts package?

Offline

#12 2021-06-21 14:19:19

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

By LTS kernel are you referring to the linux-lts package?

Yup.

Offline

#13 2021-06-21 14:33:41

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

Not much has changed on the LTS kernel.
dmesg:

[Jun21 17:26] Linux version 5.10.45-1-lts (linux-lts@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Fri, 18 Jun 2021 09:39:32 +0000
[  +0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=/dev/sda9 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[  +0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[  +0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[  +0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[  +0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[  +0.000000] BIOS-provided physical RAM map:
[  +0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000000001000-0x0000000000057fff] usable
[  +0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
[  +0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000075546fff] usable
[  +0.000000] BIOS-e820: [mem 0x0000000075547000-0x0000000075547fff] ACPI NVS
[  +0.000000] BIOS-e820: [mem 0x0000000075548000-0x0000000075548fff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000075549000-0x000000007a2e4fff] usable
[  +0.000000] BIOS-e820: [mem 0x000000007a2e5000-0x000000007a65bfff] reserved
[  +0.000000] BIOS-e820: [mem 0x000000007a65c000-0x000000007a69afff] ACPI data
[  +0.000000] BIOS-e820: [mem 0x000000007a69b000-0x000000007afd7fff] ACPI NVS
[  +0.000000] BIOS-e820: [mem 0x000000007afd8000-0x000000007b5fdfff] reserved
[  +0.000000] BIOS-e820: [mem 0x000000007b5fe000-0x000000007b5fefff] usable
[  +0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047f7fffff] usable
[  +0.000000] NX (Execute Disable) protection: active
[  +0.000000] e820: update [mem 0x7362f018-0x7363f057] usable ==> usable
[  +0.000000] e820: update [mem 0x7362f018-0x7363f057] usable ==> usable
[  +0.000000] e820: update [mem 0x73626018-0x7362ea57] usable ==> usable
[  +0.000000] e820: update [mem 0x73626018-0x7362ea57] usable ==> usable
[  +0.000000] e820: update [mem 0x73619018-0x73625857] usable ==> usable
[  +0.000000] e820: update [mem 0x73619018-0x73625857] usable ==> usable
[  +0.000000] extended physical RAM map:
[  +0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000000fff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000000001000-0x0000000000057fff] usable
[  +0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009cfff] usable
[  +0.000000] reserve setup_data: [mem 0x000000000009d000-0x000000000009ffff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000073619017] usable
[  +0.000000] reserve setup_data: [mem 0x0000000073619018-0x0000000073625857] usable
[  +0.000000] reserve setup_data: [mem 0x0000000073625858-0x0000000073626017] usable
[  +0.000000] reserve setup_data: [mem 0x0000000073626018-0x000000007362ea57] usable
[  +0.000000] reserve setup_data: [mem 0x000000007362ea58-0x000000007362f017] usable
[  +0.000000] reserve setup_data: [mem 0x000000007362f018-0x000000007363f057] usable
[  +0.000000] reserve setup_data: [mem 0x000000007363f058-0x0000000075546fff] usable
[  +0.000000] reserve setup_data: [mem 0x0000000075547000-0x0000000075547fff] ACPI NVS
[  +0.000000] reserve setup_data: [mem 0x0000000075548000-0x0000000075548fff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000075549000-0x000000007a2e4fff] usable
[  +0.000000] reserve setup_data: [mem 0x000000007a2e5000-0x000000007a65bfff] reserved
[  +0.000000] reserve setup_data: [mem 0x000000007a65c000-0x000000007a69afff] ACPI data
[  +0.000000] reserve setup_data: [mem 0x000000007a69b000-0x000000007afd7fff] ACPI NVS
[  +0.000000] reserve setup_data: [mem 0x000000007afd8000-0x000000007b5fdfff] reserved
[  +0.000000] reserve setup_data: [mem 0x000000007b5fe000-0x000000007b5fefff] usable
[  +0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000047f7fffff] usable
[  +0.000000] efi: EFI v2.40 by American Megatrends
[  +0.000000] efi: ACPI=0x7a668000 ACPI 2.0=0x7a668000 SMBIOS=0xf0000 TPMFinalLog=0x7af76000 ESRT=0x7b345598 TPMEventLog=0x755f5018
[  +0.000000] [Firmware Bug]: TPM Final Events table missing or invalid
[  +0.000000] SMBIOS 2.8 present.
[  +0.000000] DMI: Dell Inc. Inspiron 5567/02PVGT, BIOS 1.3.1 10/05/2020
[  +0.000000] tsc: Detected 2700.000 MHz processor
[  +0.000000] tsc: Detected 2699.909 MHz TSC
[  +0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[  +0.000003] e820: remove [mem 0x000a0000-0x000fffff] usable
[  +0.000007] last_pfn = 0x47f800 max_arch_pfn = 0x400000000
[  +0.000005] MTRR default type: write-back
[  +0.000001] MTRR fixed ranges enabled:
[  +0.000001]   00000-9FFFF write-back
[  +0.000001]   A0000-BFFFF uncachable
[  +0.000001]   C0000-FFFFF write-protect
[  +0.000001] MTRR variable ranges enabled:
[  +0.000001]   0 base 0080000000 mask 7F80000000 uncachable
[  +0.000002]   1 base 007E000000 mask 7FFE000000 uncachable
[  +0.000001]   2 base 007D000000 mask 7FFF000000 uncachable
[  +0.000000]   3 disabled
[  +0.000001]   4 disabled
[  +0.000001]   5 disabled
[  +0.000000]   6 disabled
[  +0.000001]   7 disabled
[  +0.000000]   8 disabled
[  +0.000001]   9 disabled
[  +0.000368] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[  +0.000303] last_pfn = 0x7b5ff max_arch_pfn = 0x400000000
[  +0.008879] esrt: Reserving ESRT space from 0x000000007b345598 to 0x000000007b3455d0.
[  +0.000007] check: Scanning 1 areas for low memory corruption
[  +0.000006] Using GB pages for direct mapping
[  +0.000710] Secure boot disabled
[  +0.000001] RAMDISK: [mem 0x380a9000-0x38854fff]
[  +0.000003] ACPI: Early table checksum verification disabled
[  +0.000003] ACPI: RSDP 0x000000007A668000 000024 (v02 DELL  )
[  +0.000004] ACPI: XSDT 0x000000007A6680C0 0000FC (v01 DELL   CBX3     01072009 AMI  00010013)
[  +0.000006] ACPI: FACP 0x000000007A68BAA0 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[  +0.000006] ACPI: DSDT 0x000000007A668248 023857 (v02 DELL   CBX3     01072009 INTL 20160422)
[  +0.000004] ACPI: FACS 0x000000007AFD0F80 000040
[  +0.000003] ACPI: APIC 0x000000007A68BBB0 000084 (v03 DELL   CBX3     01072009 AMI  00010013)
[  +0.000003] ACPI: FPDT 0x000000007A68BC38 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[  +0.000003] ACPI: FIDT 0x000000007A68BC80 00009C (v01 DELL   CBX3     01072009 AMI  00010013)
[  +0.000003] ACPI: MCFG 0x000000007A68BD20 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[  +0.000004] ACPI: HPET 0x000000007A68BD60 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
[  +0.000003] ACPI: SSDT 0x000000007A68BD98 000322 (v01 SataRe SataTabl 00001000 INTL 20160422)
[  +0.000003] ACPI: BOOT 0x000000007A68C0C0 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[  +0.000003] ACPI: SSDT 0x000000007A68C0E8 0012DC (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[  +0.000003] ACPI: HPET 0x000000007A68D3C8 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
[  +0.000004] ACPI: SSDT 0x000000007A68D400 0006B5 (v02 INTEL  xh_OEMBD 00000000 INTL 20160422)
[  +0.000003] ACPI: UEFI 0x000000007A68DAB8 000042 (v01                 00000000      00000000)
[  +0.000003] ACPI: SSDT 0x000000007A68DB00 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[  +0.000004] ACPI: LPIT 0x000000007A68E9E0 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[  +0.000003] ACPI: WSMT 0x000000007A68EA78 000028 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[  +0.000003] ACPI: SSDT 0x000000007A68EAA0 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[  +0.000003] ACPI: SSDT 0x000000007A68ED40 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[  +0.000003] ACPI: DBGP 0x000000007A691D48 000034 (v01 INTEL           00000002 MSFT 0000005F)
[  +0.000003] ACPI: DBG2 0x000000007A691D80 000054 (v00 INTEL           00000002 MSFT 0000005F)
[  +0.000004] ACPI: SSDT 0x000000007A691DD8 005700 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[  +0.000003] ACPI: SLIC 0x000000007A6974D8 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[  +0.000003] ACPI: BGRT 0x000000007A697650 000038 (v00 ?\xe7\xf2|            01072009 AMI  00010013)
[  +0.000004] ACPI: SSDT 0x000000007A697688 000281 (v02 SgRef  SgUlt    00001000 INTL 20160422)
[  +0.000003] ACPI: SSDT 0x000000007A697910 000699 (v02 SgRef  SgPch    00001000 INTL 20160422)
[  +0.000003] ACPI: DMAR 0x000000007A697FB0 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
[  +0.000003] ACPI: TPM2 0x000000007A6980A0 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[  +0.000004] ACPI: SSDT 0x000000007A6980D8 0011AA (v01 AmdRef AmdTabl  00001000 INTL 20160422)
[  +0.000003] ACPI: Reserving FACP table memory at [mem 0x7a68baa0-0x7a68bbab]
[  +0.000001] ACPI: Reserving DSDT table memory at [mem 0x7a668248-0x7a68ba9e]
[  +0.000001] ACPI: Reserving FACS table memory at [mem 0x7afd0f80-0x7afd0fbf]
[  +0.000001] ACPI: Reserving APIC table memory at [mem 0x7a68bbb0-0x7a68bc33]
[  +0.000001] ACPI: Reserving FPDT table memory at [mem 0x7a68bc38-0x7a68bc7b]
[  +0.000001] ACPI: Reserving FIDT table memory at [mem 0x7a68bc80-0x7a68bd1b]
[  +0.000001] ACPI: Reserving MCFG table memory at [mem 0x7a68bd20-0x7a68bd5b]
[  +0.000001] ACPI: Reserving HPET table memory at [mem 0x7a68bd60-0x7a68bd97]
[  +0.000001] ACPI: Reserving SSDT table memory at [mem 0x7a68bd98-0x7a68c0b9]
[  +0.000001] ACPI: Reserving BOOT table memory at [mem 0x7a68c0c0-0x7a68c0e7]
[  +0.000001] ACPI: Reserving SSDT table memory at [mem 0x7a68c0e8-0x7a68d3c3]
[  +0.000001] ACPI: Reserving HPET table memory at [mem 0x7a68d3c8-0x7a68d3ff]
[  +0.000000] ACPI: Reserving SSDT table memory at [mem 0x7a68d400-0x7a68dab4]
[  +0.000001] ACPI: Reserving UEFI table memory at [mem 0x7a68dab8-0x7a68daf9]
[  +0.000001] ACPI: Reserving SSDT table memory at [mem 0x7a68db00-0x7a68e9dd]
[  +0.000001] ACPI: Reserving LPIT table memory at [mem 0x7a68e9e0-0x7a68ea73]
[  +0.000001] ACPI: Reserving WSMT table memory at [mem 0x7a68ea78-0x7a68ea9f]
[  +0.000001] ACPI: Reserving SSDT table memory at [mem 0x7a68eaa0-0x7a68ed3e]
[  +0.000001] ACPI: Reserving SSDT table memory at [mem 0x7a68ed40-0x7a691d41]
[  +0.000001] ACPI: Reserving DBGP table memory at [mem 0x7a691d48-0x7a691d7b]
[  +0.000001] ACPI: Reserving DBG2 table memory at [mem 0x7a691d80-0x7a691dd3]
[  +0.000001] ACPI: Reserving SSDT table memory at [mem 0x7a691dd8-0x7a6974d7]
[  +0.000001] ACPI: Reserving SLIC table memory at [mem 0x7a6974d8-0x7a69764d]
[  +0.000001] ACPI: Reserving BGRT table memory at [mem 0x7a697650-0x7a697687]
[  +0.000001] ACPI: Reserving SSDT table memory at [mem 0x7a697688-0x7a697908]
[  +0.000001] ACPI: Reserving SSDT table memory at [mem 0x7a697910-0x7a697fa8]
[  +0.000001] ACPI: Reserving DMAR table memory at [mem 0x7a697fb0-0x7a69809f]
[  +0.000001] ACPI: Reserving TPM2 table memory at [mem 0x7a6980a0-0x7a6980d3]
[  +0.000001] ACPI: Reserving SSDT table memory at [mem 0x7a6980d8-0x7a699281]
[  +0.000017] ACPI: Local APIC address 0xfee00000
[  +0.000113] No NUMA configuration found
[  +0.000001] Faking a node at [mem 0x0000000000000000-0x000000047f7fffff]
[  +0.000004] NODE_DATA(0) allocated [mem 0x47f7fc000-0x47f7fffff]
[  +0.000033] Zone ranges:
[  +0.000001]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[  +0.000001]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[  +0.000002]   Normal   [mem 0x0000000100000000-0x000000047f7fffff]
[  +0.000001]   Device   empty
[  +0.000001] Movable zone start for each node
[  +0.000001] Early memory node ranges
[  +0.000001]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[  +0.000001]   node   0: [mem 0x0000000000059000-0x000000000009cfff]
[  +0.000001]   node   0: [mem 0x0000000000100000-0x0000000075546fff]
[  +0.000001]   node   0: [mem 0x0000000075549000-0x000000007a2e4fff]
[  +0.000001]   node   0: [mem 0x000000007b5fe000-0x000000007b5fefff]
[  +0.000001]   node   0: [mem 0x0000000100000000-0x000000047f7fffff]
[  +0.000002] Initmem setup node 0 [mem 0x0000000000001000-0x000000047f7fffff]
[  +0.000002] On node 0 totalpages: 4168319
[  +0.000001]   DMA zone: 64 pages used for memmap
[  +0.000001]   DMA zone: 21 pages reserved
[  +0.000001]   DMA zone: 3995 pages, LIFO batch:0
[  +0.000295]   DMA zone: 28773 pages in unavailable ranges
[  +0.000001]   DMA32 zone: 7756 pages used for memmap
[  +0.000001]   DMA32 zone: 496356 pages, LIFO batch:63
[  +0.003846]   DMA32 zone: 23836 pages in unavailable ranges
[  +0.000001]   Normal zone: 57312 pages used for memmap
[  +0.000001]   Normal zone: 3667968 pages, LIFO batch:63
[  +0.027063]   Normal zone: 2048 pages in unavailable ranges
[  +0.000016] Reserving Intel graphics memory at [mem 0x7d800000-0x7f7fffff]
[  +0.000266] ACPI: PM-Timer IO Port: 0x1808
[  +0.000002] ACPI: Local APIC address 0xfee00000
[  +0.000006] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[  +0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[  +0.000033] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[  +0.000002] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[  +0.000001] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[  +0.000002] ACPI: IRQ0 used by override.
[  +0.000001] ACPI: IRQ9 used by override.
[  +0.000002] Using ACPI (MADT) for SMP configuration information
[  +0.000001] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[  +0.000007] e820: update [mem 0x77cdf000-0x77d23fff] usable ==> reserved
[  +0.000010] TSC deadline timer available
[  +0.000001] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[  +0.000021] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x73619000-0x73619fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x73625000-0x73625fff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x73626000-0x73626fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x7362e000-0x7362efff]
[  +0.000000] PM: hibernation: Registered nosave memory: [mem 0x7362f000-0x7362ffff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x7363f000-0x7363ffff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x75547000-0x75547fff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x75548000-0x75548fff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x77cdf000-0x77d23fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x7a2e5000-0x7a65bfff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x7a65c000-0x7a69afff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x7a69b000-0x7afd7fff]
[  +0.000000] PM: hibernation: Registered nosave memory: [mem 0x7afd8000-0x7b5fdfff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x7b5ff000-0x7d7fffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x7d800000-0x7f7fffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x7f800000-0xdfffffff]
[  +0.000000] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[  +0.000000] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[  +0.000000] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[  +0.000001] [mem 0x7f800000-0xdfffffff] available for PCI devices
[  +0.000002] Booting paravirtualized kernel on bare hardware
[  +0.000002] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[  +0.005532] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[  +0.000144] percpu: Embedded 55 pages/cpu s188416 r8192 d28672 u524288
[  +0.000008] pcpu-alloc: s188416 r8192 d28672 u524288 alloc=1*2097152
[  +0.000001] pcpu-alloc: [0] 0 1 2 3
[  +0.000024] Built 1 zonelists, mobility grouping on.  Total pages: 4103166
[  +0.000001] Policy zone: Normal
[  +0.000001] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=/dev/sda9 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0
[  +0.000966] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[  +0.000432] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[  +0.000051] mem auto-init: stack:off, heap alloc:on, heap free:off
[  +0.044144] Memory: 16167104K/16673276K available (14343K kernel code, 2030K rwdata, 8780K rodata, 1720K init, 4380K bss, 505912K reserved, 0K cma-reserved)
[  +0.000008] random: get_random_u64 called from __kmem_cache_create+0x22/0x520 with crng_init=0
[  +0.000135] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[  +0.000014] Kernel/User page tables isolation: enabled
[  +0.000019] ftrace: allocating 41490 entries in 163 pages
[  +0.015737] ftrace: allocated 163 pages with 4 groups
[  +0.000107] rcu: Hierarchical RCU implementation.
[  +0.000001] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[  +0.000001] 	Rude variant of Tasks RCU enabled.
[  +0.000001] 	Tracing variant of Tasks RCU enabled.
[  +0.000001] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[  +0.000001] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[  +0.003614] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[  +0.000595] spurious 8259A interrupt: IRQ7.
[  +0.000024] Console: colour dummy device 80x25
[  +0.000019] printk: console [tty0] enabled
[  +0.000017] ACPI: Core revision 20200925
[  +0.000327] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[  +0.000108] APIC: Switch to symmetric I/O mode setup
[  +0.000002] DMAR: Host address width 39
[  +0.000001] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[  +0.000006] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[  +0.000002] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[  +0.000004] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[  +0.000001] DMAR: RMRR base: 0x0000007a3ad000 end: 0x0000007a3ccfff
[  +0.000001] DMAR: RMRR base: 0x0000007d000000 end: 0x0000007f7fffff
[  +0.000002] DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x000000007d000000-0x000000007f7fffff], contact BIOS vendor for fixes
[  +0.000005] DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x000000007d000000-0x000000007f7fffff]
              BIOS vendor: Dell Inc.; Ver: 1.3.1; Product Version:
[  +0.000001] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[  +0.000001] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[  +0.000002] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[  +0.000001] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[  +0.000001] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[  +0.001606] DMAR-IR: Enabled IRQ remapping in x2apic mode
[  +0.000001] x2apic enabled
[  +0.000012] Switched APIC routing to cluster x2apic.
[  +0.004114] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[  +0.044399] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26eae8729ef, max_idle_ns: 440795235156 ns
[  +0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5399.81 BogoMIPS (lpj=26999090)
[  +0.000003] pid_max: default: 32768 minimum: 301
[  +0.003765] LSM: Security Framework initializing
[  +0.000005] Yama: becoming mindful.
[  +0.000044] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[  +0.000028] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[  +0.000298] mce: CPU0: Thermal monitoring enabled (TM1)
[  +0.000018] process: using mwait in idle threads
[  +0.000003] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[  +0.000001] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[  +0.000002] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[  +0.000001] Spectre V2 : Mitigation: Full generic retpoline
[  +0.000001] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[  +0.000001] Spectre V2 : Enabling Restricted Speculation for firmware calls
[  +0.000001] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[  +0.000001] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[  +0.000001] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[  +0.000006] SRBDS: Mitigation: Microcode
[  +0.000001] MDS: Mitigation: Clear CPU buffers
[  +0.000250] Freeing SMP alternatives memory: 36K
[  +0.003998] smpboot: CPU0: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[  +0.000079] mce: [Hardware Error]: Machine check events logged
[  +0.000002] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 6: ee0000000040110a
[  +0.000004] mce: [Hardware Error]: TSC 0 ADDR fef1cbc0 MISC 43880014086
[  +0.000004] mce: [Hardware Error]: PROCESSOR 0:806e9 TIME 1624285608 SOCKET 0 APIC 0 microcode d6
[  +0.000003] mce: [Hardware Error]: Machine check events logged
[  +0.000001] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 7: ee0000000040110a
[  +0.000002] mce: [Hardware Error]: TSC 0 ADDR fef1ce40 MISC 7880014086
[  +0.000003] mce: [Hardware Error]: PROCESSOR 0:806e9 TIME 1624285608 SOCKET 0 APIC 0 microcode d6
[  +0.000047] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[  +0.000011] ... version:                4
[  +0.000001] ... bit width:              48
[  +0.000000] ... generic registers:      4
[  +0.000001] ... value mask:             0000ffffffffffff
[  +0.000001] ... max period:             00007fffffffffff
[  +0.000000] ... fixed-purpose events:   3
[  +0.000001] ... event mask:             000000070000000f
[  +0.000104] rcu: Hierarchical SRCU implementation.
[  +0.000628] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[  +0.000052] smp: Bringing up secondary CPUs ...
[  +0.000087] x86: Booting SMP configuration:
[  +0.000002] .... node  #0, CPUs:      #1 #2
[  +0.000426] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[  +0.000000]  #3
[  +0.000000] smp: Brought up 1 node, 4 CPUs
[  +0.000000] smpboot: Max logical packages: 1
[  +0.000000] smpboot: Total of 4 processors activated (21599.27 BogoMIPS)
[  +0.000000] devtmpfs: initialized
[  +0.000000] x86/mm: Memory block size: 128MB
[  +0.000000] PM: Registering ACPI NVS region [mem 0x75547000-0x75547fff] (4096 bytes)
[  +0.000000] PM: Registering ACPI NVS region [mem 0x7a69b000-0x7afd7fff] (9687040 bytes)
[  +0.000000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[  +0.000000] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[  +0.000000] pinctrl core: initialized pinctrl subsystem
[  +0.000000] PM: RTC time: 14:26:49, date: 2021-06-21
[  +0.000000] NET: Registered protocol family 16
[  +0.000000] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[  +0.000000] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[  +0.000000] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[  +0.000000] audit: initializing netlink subsys (disabled)
[  +0.000000] audit: type=2000 audit(1624285608.060:1): state=initialized audit_enabled=0 res=1
[  +0.000000] thermal_sys: Registered thermal governor 'fair_share'
[  +0.000000] thermal_sys: Registered thermal governor 'bang_bang'
[  +0.000000] thermal_sys: Registered thermal governor 'step_wise'
[  +0.000000] thermal_sys: Registered thermal governor 'user_space'
[  +0.000000] thermal_sys: Registered thermal governor 'power_allocator'
[  +0.000000] cpuidle: using governor ladder
[  +0.000000] cpuidle: using governor menu
[  +0.000000] Simple Boot Flag at 0x47 set to 0x80
[  +0.000000] ACPI: bus type PCI registered
[  +0.000000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[  +0.000000] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[  +0.000000] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[  +0.000000] PCI: Using configuration type 1 for base access
[  +0.000000] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[  +0.000000] Kprobes globally optimized
[  +0.000000] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[  +0.000000] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[  +0.000000] fbcon: Taking over console
[  +0.000000] ACPI: Added _OSI(Module Device)
[  +0.000000] ACPI: Added _OSI(Processor Device)
[  +0.000000] ACPI: Added _OSI(3.0 _SCP Extensions)
[  +0.000000] ACPI: Added _OSI(Processor Aggregator Device)
[  +0.000000] ACPI: Added _OSI(Linux-Dell-Video)
[  +0.000000] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[  +0.000000] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[  +0.043074] ACPI: 11 ACPI AML tables successfully acquired and loaded
[  +0.003397] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[  +0.009358] ACPI: Dynamic OEM Table Load:
[  +0.000007] ACPI: SSDT 0xFFFF950481133800 0006B4 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[  +0.001730] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[  +0.002557] ACPI: Dynamic OEM Table Load:
[  +0.000000] ACPI: SSDT 0xFFFF950480DA2800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[  +0.000755] ACPI: Dynamic OEM Table Load:
[  +0.000006] ACPI: SSDT 0xFFFF950481132000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[  +0.002062] ACPI: Dynamic OEM Table Load:
[  +0.000004] ACPI: SSDT 0xFFFF950481176C00 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[  +0.003301] ACPI: EC: EC started
[  +0.000001] ACPI: EC: interrupt blocked
[  +0.003862] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[  +0.000000] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[  +0.000000] ACPI: Interpreter enabled
[  +0.000000] ACPI: (supports S0 S3 S4 S5)
[  +0.000000] ACPI: Using IOAPIC for interrupt routing
[  +0.000000] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[  +0.000000] ACPI: Enabled 7 GPEs in block 00 to 7F
[  +0.003654] ACPI: Power Resource [WRST] (on)
[  +0.000449] ACPI: Power Resource [WRST] (on)
[  +0.000440] ACPI: Power Resource [WRST] (on)
[  +0.000438] ACPI: Power Resource [WRST] (on)
[  +0.000441] ACPI: Power Resource [WRST] (on)
[  +0.000058] ACPI: Power Resource [PC09] (on)
[  +0.001474] ACPI: Power Resource [WRST] (on)
[  +0.000441] ACPI: Power Resource [WRST] (on)
[  +0.000437] ACPI: Power Resource [WRST] (on)
[  +0.002177] ACPI: Power Resource [WRST] (on)
[  +0.000000] ACPI: Power Resource [WRST] (on)
[  +0.000000] ACPI: Power Resource [WRST] (on)
[  +0.000000] ACPI: Power Resource [WRST] (on)
[  +0.000366] ACPI: Power Resource [WRST] (on)
[  +0.000443] ACPI: Power Resource [WRST] (on)
[  +0.000437] ACPI: Power Resource [WRST] (on)
[  +0.000438] ACPI: Power Resource [WRST] (on)
[  +0.001652] ACPI: Power Resource [WRST] (on)
[  +0.000438] ACPI: Power Resource [WRST] (on)
[  +0.000440] ACPI: Power Resource [WRST] (on)
[  +0.016950] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[  +0.000007] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[  +0.002119] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[  +0.000876] PCI host bridge to bus 0000:00
[  +0.000002] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[  +0.000001] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0x7f800000-0xdfffffff window]
[  +0.000001] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[  +0.000001] pci_bus 0000:00: root bus resource [bus 00-fe]
[  +0.000020] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[  +0.000156] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[  +0.000011] pci 0000:00:02.0: reg 0x10: [mem 0xde000000-0xdeffffff 64bit]
[  +0.000006] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[  +0.000005] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[  +0.000018] pci 0000:00:02.0: BAR 2: assigned to efifb
[  +0.000193] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[  +0.000011] pci 0000:00:04.0: reg 0x10: [mem 0xdf320000-0xdf327fff 64bit]
[  +0.000304] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[  +0.000020] pci 0000:00:14.0: reg 0x10: [mem 0xdf310000-0xdf31ffff 64bit]
[  +0.000079] pci 0000:00:14.0: PME# supported from D3hot D3cold
[  +0.000395] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[  +0.000020] pci 0000:00:14.2: reg 0x10: [mem 0xdf338000-0xdf338fff 64bit]
[  +0.000347] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[  +0.000208] pci 0000:00:15.0: reg 0x10: [mem 0xdf337000-0xdf337fff 64bit]
[  +0.001187] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
[  +0.000209] pci 0000:00:15.1: reg 0x10: [mem 0xdf336000-0xdf336fff 64bit]
[  +0.002621] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[  +0.000000] pci 0000:00:16.0: reg 0x10: [mem 0xdf335000-0xdf335fff 64bit]
[  +0.000000] pci 0000:00:16.0: PME# supported from D3hot
[  +0.000000] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[  +0.000000] pci 0000:00:17.0: reg 0x10: [mem 0xdf330000-0xdf331fff]
[  +0.000000] pci 0000:00:17.0: reg 0x14: [mem 0xdf334000-0xdf3340ff]
[  +0.000000] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[  +0.000000] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[  +0.000000] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[  +0.000000] pci 0000:00:17.0: reg 0x24: [mem 0xdf333000-0xdf3337ff]
[  +0.000000] pci 0000:00:17.0: PME# supported from D3hot
[  +0.000000] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[  +0.000000] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[  +0.000000] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[  +0.000000] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[  +0.000036] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[  +0.000090] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[  +0.000358] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
[  +0.000326] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[  +0.000014] pci 0000:00:1f.2: reg 0x10: [mem 0xdf32c000-0xdf32ffff]
[  +0.000255] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[  +0.000023] pci 0000:00:1f.3: reg 0x10: [mem 0xdf328000-0xdf32bfff 64bit]
[  +0.000027] pci 0000:00:1f.3: reg 0x20: [mem 0xdf300000-0xdf30ffff 64bit]
[  +0.000057] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[  +0.000379] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[  +0.000058] pci 0000:00:1f.4: reg 0x10: [mem 0xdf332000-0xdf3320ff 64bit]
[  +0.000071] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[  +0.000386] pci 0000:01:00.0: [1002:6900] type 00 class 0x038000
[  +0.000033] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[  +0.000022] pci 0000:01:00.0: reg 0x18: [mem 0xd0000000-0xd01fffff 64bit pref]
[  +0.000015] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[  +0.000014] pci 0000:01:00.0: reg 0x24: [mem 0xdf200000-0xdf23ffff]
[  +0.000014] pci 0000:01:00.0: reg 0x30: [mem 0xdf240000-0xdf25ffff pref]
[  +0.000012] pci 0000:01:00.0: enabling Extended Tags
[  +0.000139] pci 0000:01:00.0: supports D1 D2
[  +0.000115] pci 0000:01:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1c.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
[  +0.000087] pci 0000:00:1c.0: PCI bridge to [bus 01]
[  +0.000003] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[  +0.000003] pci 0000:00:1c.0:   bridge window [mem 0xdf200000-0xdf2fffff]
[  +0.000005] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[  +0.000289] pci 0000:02:00.0: [8086:3165] type 00 class 0x028000
[  +0.000036] pci 0000:02:00.0: reg 0x10: [mem 0xdf100000-0xdf101fff 64bit]
[  +0.000435] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[  +0.000837] pci 0000:00:1c.4: PCI bridge to [bus 02]
[  +0.000008] pci 0000:00:1c.4:   bridge window [mem 0xdf100000-0xdf1fffff]
[  +0.000094] pci 0000:03:00.0: [10ec:8136] type 00 class 0x020000
[  +0.000022] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[  +0.000027] pci 0000:03:00.0: reg 0x18: [mem 0xdf000000-0xdf000fff 64bit]
[  +0.000019] pci 0000:03:00.0: reg 0x20: [mem 0xd0300000-0xd0303fff 64bit pref]
[  +0.000130] pci 0000:03:00.0: supports D1 D2
[  +0.000001] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[  +0.000299] pci 0000:00:1c.5: PCI bridge to [bus 03]
[  +0.000007] pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
[  +0.000002] pci 0000:00:1c.5:   bridge window [mem 0xdf000000-0xdf0fffff]
[  +0.000005] pci 0000:00:1c.5:   bridge window [mem 0xd0300000-0xd03fffff 64bit pref]
[  +0.003212] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *10 11 12 14 15)
[  +0.000000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[  +0.000000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[  +0.000000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[  +0.000000] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[  +0.000000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[  +0.000000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[  +0.000000] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[  +0.003455] ACPI: EC: interrupt unblocked
[  +0.000001] ACPI: EC: event unblocked
[  +0.000013] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[  +0.000001] ACPI: EC: GPE=0x45
[  +0.000002] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[  +0.000002] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[  +0.000088] iommu: Default domain type: Translated
[  +0.000010] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[  +0.000000] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[  +0.000000] pci 0000:00:02.0: vgaarb: bridge control possible
[  +0.000000] vgaarb: loaded
[  +0.000000] SCSI subsystem initialized
[  +0.000000] libata version 3.00 loaded.
[  +0.000000] ACPI: bus type USB registered
[  +0.000000] usbcore: registered new interface driver usbfs
[  +0.000000] usbcore: registered new interface driver hub
[  +0.000000] usbcore: registered new device driver usb
[  +0.000000] pps_core: LinuxPPS API ver. 1 registered
[  +0.000000] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[  +0.000000] PTP clock support registered
[  +0.000000] EDAC MC: Ver: 3.0.0
[  +0.000000] Registered efivars operations
[  +0.000000] NetLabel: Initializing
[  +0.000000] NetLabel:  domain hash size = 128
[  +0.000000] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[  +0.000000] NetLabel:  unlabeled traffic allowed by default
[  +0.000000] PCI: Using ACPI for IRQ routing
[  +0.031110] PCI: pci_cache_line_size set to 64 bytes
[  +0.000399] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[  +0.000002] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[  +0.000001] e820: reserve RAM buffer [mem 0x73619018-0x73ffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0x73626018-0x73ffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0x7362f018-0x73ffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0x75547000-0x77ffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0x77cdf000-0x77ffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0x7a2e5000-0x7bffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0x7b5ff000-0x7bffffff]
[  +0.000001] e820: reserve RAM buffer [mem 0x47f800000-0x47fffffff]
[  +0.000005] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[  +0.000000] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[  +0.000000] clocksource: Switched to clocksource tsc-early
[  +0.007679] VFS: Disk quotas dquot_6.6.0
[  +0.000013] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[  +0.000070] pnp: PnP ACPI init
[  +0.000333] system 00:00: [io  0x0680-0x069f] has been reserved
[  +0.000002] system 00:00: [io  0xffff] has been reserved
[  +0.000001] system 00:00: [io  0xffff] has been reserved
[  +0.000001] system 00:00: [io  0xffff] has been reserved
[  +0.000002] system 00:00: [io  0x1800-0x18fe] has been reserved
[  +0.000001] system 00:00: [io  0x164e-0x164f] has been reserved
[  +0.000005] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.000119] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[  +0.000045] system 00:02: [io  0x1854-0x1857] has been reserved
[  +0.000003] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[  +0.000368] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[  +0.000016] pnp 00:04: Plug and Play ACPI device, IDs DLL0767 PNP0f13 (active)
[  +0.000308] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[  +0.000001] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[  +0.000002] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[  +0.000001] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[  +0.000001] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[  +0.000002] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[  +0.000001] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[  +0.000003] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[  +0.000001] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[  +0.000001] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[  +0.000004] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.000049] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[  +0.000001] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[  +0.000001] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[  +0.000002] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[  +0.000001] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[  +0.000001] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[  +0.000002] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[  +0.000003] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.000362] system 00:07: [io  0xff00-0xfffe] has been reserved
[  +0.000004] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.001411] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[  +0.000002] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[  +0.000003] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.002602] pnp: PnP ACPI: found 9 devices
[  +0.005623] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[  +0.000068] NET: Registered protocol family 2
[  +0.000149] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[  +0.002003] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[  +0.000077] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[  +0.000176] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[  +0.000087] TCP: Hash tables configured (established 131072 bind 65536)
[  +0.000069] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[  +0.000061] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[  +0.000043] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[  +0.000066] NET: Registered protocol family 1
[  +0.000005] NET: Registered protocol family 44
[  +0.000014] pci 0000:00:1c.0: PCI bridge to [bus 01]
[  +0.000008] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[  +0.000005] pci 0000:00:1c.0:   bridge window [mem 0xdf200000-0xdf2fffff]
[  +0.000003] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[  +0.000004] pci 0000:00:1c.4: PCI bridge to [bus 02]
[  +0.000004] pci 0000:00:1c.4:   bridge window [mem 0xdf100000-0xdf1fffff]
[  +0.000006] pci 0000:00:1c.5: PCI bridge to [bus 03]
[  +0.000002] pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
[  +0.000004] pci 0000:00:1c.5:   bridge window [mem 0xdf000000-0xdf0fffff]
[  +0.000002] pci 0000:00:1c.5:   bridge window [mem 0xd0300000-0xd03fffff 64bit pref]
[  +0.000005] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[  +0.000002] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[  +0.000001] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[  +0.000001] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[  +0.000001] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[  +0.000001] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[  +0.000001] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[  +0.000001] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[  +0.000002] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[  +0.000001] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[  +0.000001] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[  +0.000001] pci_bus 0000:00: resource 15 [mem 0x7f800000-0xdfffffff window]
[  +0.000001] pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
[  +0.000001] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[  +0.000001] pci_bus 0000:01: resource 1 [mem 0xdf200000-0xdf2fffff]
[  +0.000001] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[  +0.000001] pci_bus 0000:02: resource 1 [mem 0xdf100000-0xdf1fffff]
[  +0.000001] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[  +0.000001] pci_bus 0000:03: resource 1 [mem 0xdf000000-0xdf0fffff]
[  +0.000001] pci_bus 0000:03: resource 2 [mem 0xd0300000-0xd03fffff 64bit pref]
[  +0.000198] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[  +0.001506] pci 0000:01:00.0: disabling ATS
[  +0.000158] PCI: CLS 0 bytes, default 64
[  +0.000048] Trying to unpack rootfs image as initramfs...
[  +0.057933] Freeing initrd memory: 7856K
[  +0.000035] DMAR: ACPI device "device:70" under DMAR at fed91000 as 00:15.0
[  +0.000003] DMAR: ACPI device "device:71" under DMAR at fed91000 as 00:15.1
[  +0.000020] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[  +0.000002] software IO TLB: mapped [mem 0x000000006f619000-0x0000000073619000] (64MB)
[  +0.000348] check: Scanning for low memory corruption every 60 seconds
[  +0.000252] Initialise system trusted keyrings
[  +0.000020] Key type blacklist registered
[  +0.000044] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[  +0.000987] zbud: loaded
[  +0.009563] Key type asymmetric registered
[  +0.000001] Asymmetric key parser 'x509' registered
[  +0.000006] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[  +0.000027] io scheduler mq-deadline registered
[  +0.000001] io scheduler kyber registered
[  +0.000019] io scheduler bfq registered
[  +0.000067] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[  +0.000352] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[  +0.000071] pcieport 0000:00:1c.0: AER: enabled with IRQ 122
[  +0.000243] pcieport 0000:00:1c.4: PME: Signaling with IRQ 123
[  +0.000056] pcieport 0000:00:1c.4: AER: enabled with IRQ 123
[  +0.000229] pcieport 0000:00:1c.5: PME: Signaling with IRQ 124
[  +0.000057] pcieport 0000:00:1c.5: AER: enabled with IRQ 124
[  +0.000086] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[  +0.000032] efifb: probing for efifb
[  +0.000016] efifb: framebuffer at 0xb0000000, using 4128k, total 4128k
[  +0.000001] efifb: mode is 1366x768x32, linelength=5504, pages=1
[  +0.000001] efifb: scrolling: redraw
[  +0.000001] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[  +0.000073] Console: switching to colour frame buffer device 170x48
[  +0.001974] fb0: EFI VGA frame buffer device
[  +0.000007] intel_idle: MWAIT substates: 0x11142120
[  +0.000001] intel_idle: v0.5.1 model 0x8E
[  +0.000215] intel_idle: Local APIC timer is reliable in all C-states
[  +0.002067] ACPI: AC Adapter [AC] (on-line)
[  +0.000063] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[  +0.000032] ACPI: Lid Switch [LID0]
[  +0.000024] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[  +0.000021] ACPI: Power Button [PBTN]
[  +0.000021] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[  +0.000012] ACPI: Sleep Button [SBTN]
[  +0.000022] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[  +0.000020] ACPI: Power Button [PWRF]
[  +0.002188] thermal LNXTHERM:00: registered as thermal_zone0
[  +0.000002] ACPI: Thermal Zone [THM] (25 C)
[  +0.000177] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[  +0.002781] Non-volatile memory driver v1.3
[  +0.000001] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[  +0.000001] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[  +0.000826] ahci 0000:00:17.0: version 3.0
[  +0.000671] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[  +0.011689] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[  +0.000002] ahci 0000:00:17.0: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst
[  +0.003817] scsi host0: ahci
[  +0.000100] scsi host1: ahci
[  +0.000039] ata1: SATA max UDMA/133 abar m2048@0xdf333000 port 0xdf333100 irq 125
[  +0.000007] ata2: SATA max UDMA/133 abar m2048@0xdf333000 port 0xdf333180 irq 125
[  +0.000039] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[  +0.000004] ehci-pci: EHCI PCI platform driver
[  +0.000012] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[  +0.000002] ohci-pci: OHCI PCI platform driver
[  +0.000006] uhci_hcd: USB Universal Host Controller Interface driver
[  +0.000034] usbcore: registered new interface driver usbserial_generic
[  +0.000003] usbserial: USB Serial support registered for generic
[  +0.000390] rtc_cmos 00:01: RTC can wake from S4
[  +0.000743] rtc_cmos 00:01: registered as rtc0
[  +0.000106] rtc_cmos 00:01: setting system clock to 2021-06-21T14:26:49 UTC (1624285609)
[  +0.000012] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[  +0.000036] intel_pstate: Intel P-state driver initializing
[  +0.000144] intel_pstate: HWP enabled
[  +0.000536] ledtrig-cpu: registered to indicate activity on CPUs
[  +0.000263] hid: raw HID events driver (C) Jiri Kosina
[  +0.000112] intel_pmc_core INT33A1:00:  initialized
[  +0.000075] drop_monitor: Initializing network drop monitor service
[  +0.000050] Initializing XFRM netlink socket
[  +0.000076] NET: Registered protocol family 10
[  +0.007439] Segment Routing with IPv6
[  +0.000002] RPL Segment Routing with IPv6
[  +0.000028] NET: Registered protocol family 17
[  +0.000936] microcode: sig=0x806e9, pf=0x80, revision=0xd6
[  +0.000013] microcode: Microcode Update Driver: v2.2.
[  +0.000004] IPI shorthand broadcast: enabled
[  +0.000008] sched_clock: Marking stable (469219170, -9069209)->(475908259, -15758298)
[  +0.000070] registered taskstats version 1
[  +0.000007] Loading compiled-in X.509 certificates
[  +0.002448] battery: ACPI: Battery Slot [BAT0] (battery present)
[  +0.001017] Loaded X.509 cert 'Build time autogenerated kernel key: f33e3fc5afbd64c9ee2fd330eb1b7e06df06568a'
[  +0.000057] zswap: loaded using pool lz4/z3fold
[  +0.000081] Key type ._fscrypt registered
[  +0.000001] Key type .fscrypt registered
[  +0.000001] Key type fscrypt-provisioning registered
[  +0.001059] PM:   Magic number: 9:437:435
[  +0.000151] RAS: Correctable Errors collector initialized.
[  +0.319935] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  +0.002327] ata1.00: supports DRM functions and may not be fully accessible
[  +0.000784] ata1.00: ATA-11: Samsung SSD 860 EVO 1TB, RVT04B6Q, max UDMA/133
[  +0.000005] ata1.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[  +0.002506] ata1.00: supports DRM functions and may not be fully accessible
[  +0.002429] ata1.00: configured for UDMA/133
[  +0.012239] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 860  4B6Q PQ: 0 ANSI: 5
[  +0.000271] ata1.00: Enabling discard_zeroes_data
[  +0.000101] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[  +0.000015] sd 0:0:0:0: [sda] Write Protect is off
[  +0.000003] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[  +0.000020] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  +0.002388]  sda: sda1 sda2 sda5 sda6 sda7 sda8 sda9
[  +0.000631] ata1.00: Enabling discard_zeroes_data
[  +0.001101] sd 0:0:0:0: [sda] supports TCG Opal
[  +0.000005] sd 0:0:0:0: [sda] Attached SCSI disk
[  +0.325181] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[  +0.002779] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GU90N, A1C1, max UDMA/100
[  +0.004803] ata2.00: configured for UDMA/100
[  +0.004600] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GU90N    A1C1 PQ: 0 ANSI: 5
[  +0.060874] Freeing unused decrypted memory: 2036K
[  +0.000519] Freeing unused kernel image (initmem) memory: 1720K
[  +0.000083] Write protecting the kernel read-only data: 26624k
[  +0.000967] Freeing unused kernel image (text/rodata gap) memory: 2040K
[  +0.000565] Freeing unused kernel image (rodata/data gap) memory: 1460K
[  +0.049587] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[  +0.000004] rodata_test: all tests were successful
[  +0.000001] x86/mm: Checking user space page tables
[  +0.046786] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[  +0.000003] Run /init as init process
[  +0.000001]   with arguments:
[  +0.000001]     /init
[  +0.000000]   with environment:
[  +0.000001]     HOME=/
[  +0.000000]     TERM=linux
[  +0.000001]     BOOT_IMAGE=/boot/vmlinuz-linux-lts
[  +0.087717] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[  +0.004413] i8042: Warning: Keylock active
[  +0.001590] serio: i8042 KBD port at 0x60,0x64 irq 1
[  +0.000006] serio: i8042 AUX port at 0x60,0x64 irq 12
[  +0.006492] xhci_hcd 0000:00:14.0: xHCI Host Controller
[  +0.000007] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[  +0.001121] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[  +0.000284] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[  +0.000234] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[  +0.000001] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.000002] usb usb1: Product: xHCI Host Controller
[  +0.000001] usb usb1: Manufacturer: Linux 5.10.45-1-lts xhci-hcd
[  +0.000001] usb usb1: SerialNumber: 0000:00:14.0
[  +0.000235] hub 1-0:1.0: USB hub found
[  +0.000027] hub 1-0:1.0: 12 ports detected
[  +0.001940] xhci_hcd 0000:00:14.0: xHCI Host Controller
[  +0.000008] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[  +0.000003] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[  +0.000068] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[  +0.000002] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.000002] usb usb2: Product: xHCI Host Controller
[  +0.000001] usb usb2: Manufacturer: Linux 5.10.45-1-lts xhci-hcd
[  +0.000002] usb usb2: SerialNumber: 0000:00:14.0
[  +0.000112] hub 2-0:1.0: USB hub found
[  +0.000026] hub 2-0:1.0: 6 ports detected
[  +0.023761] random: fast init done
[  +0.001961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[  +0.028377] tsc: Refined TSC clocksource calibration: 2711.976 MHz
[  +0.000013] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x27176fcc856, max_idle_ns: 440795323297 ns
[  +0.000039] clocksource: Switched to clocksource tsc
[  +0.041569] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[  +0.000007] cdrom: Uniform CD-ROM driver Revision: 3.20
[  +0.099067] sr 1:0:0:0: Attached scsi CD-ROM sr0
[  +0.089270] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[  +0.192696] usb 1-1: New USB device found, idVendor=046d, idProduct=c545, bcdDevice= 2.00
[  +0.000006] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  +0.000003] usb 1-1: Product: USB Receiver
[  +0.000003] usb 1-1: Manufacturer: Logitech
[  +0.010783] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C545.0001/input/input6
[  +0.000297] hid-generic 0003:046D:C545.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-1/input0
[  +0.001679] input: Logitech USB Receiver Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C545.0002/input/input7
[  +0.065310] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C545.0002/input/input8
[  +0.000274] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C545.0002/input/input9
[  +0.000266] hid-generic 0003:046D:C545.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-1/input1
[  +0.001346] hid-generic 0003:046D:C545.0003: hiddev96,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
[  +0.000073] usbcore: registered new interface driver usbhid
[  +0.000003] usbhid: USB HID core driver
[  +0.077317] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[  +0.194643] usb 1-3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.10
[  +0.000007] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  +0.000003] usb 1-3: Product: USB Receiver
[  +0.000002] usb 1-3: Manufacturer: Logitech
[  +0.005341] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C52B.0004/input/input10
[  +0.026694] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
[  +0.053794] hid-generic 0003:046D:C52B.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-3/input0
[  +0.003142] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0005/input/input11
[  +0.000137] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0005/input/input12
[  +0.066336] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0005/input/input13
[  +0.000191] hid-generic 0003:046D:C52B.0005: input,hiddev97,hidraw4: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-3/input1
[  +0.002821] hid-generic 0003:046D:C52B.0006: hiddev98,hidraw5: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3/input2
[  +0.056294] 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.020720] systemd[1]: Detected architecture x86-64.
[  +0.001314] systemd[1]: Hostname set to <dell>.
[  +0.068501] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[  +0.111457] random: lvmconfig: uninitialized urandom read (4 bytes read)
[  +0.068060] systemd[1]: Queued start job for default target Graphical Interface.
[  +0.008664] usb 1-5: New USB device found, idVendor=1bcf, idProduct=2c01, bcdDevice=65.03
[  +0.000001] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  +0.000001] usb 1-5: Product: Integrated Webcam
[  +0.000001] usb 1-5: Manufacturer: SY20160903180259
[  +0.052863] systemd[1]: Created slice Virtual Machine and Container Slice.
[  +0.000927] systemd[1]: Created slice system-getty.slice.
[  +0.000517] systemd[1]: Created slice system-modprobe.slice.
[  +0.000465] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[  +0.000448] systemd[1]: Created slice User and Session Slice.
[  +0.000157] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  +0.000152] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  +0.000266] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  +0.000126] systemd[1]: Reached target Local Encrypted Volumes.
[  +0.000108] systemd[1]: Reached target Paths.
[  +0.000072] systemd[1]: Reached target Remote File Systems.
[  +0.000070] systemd[1]: Reached target Slices.
[  +0.000093] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[  +0.000159] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[  +0.001599] systemd[1]: Listening on LVM2 poll daemon socket.
[  +0.001866] systemd[1]: Listening on Process Core Dump Socket.
[  +0.000381] systemd[1]: Listening on Journal Audit Socket.
[  +0.000256] systemd[1]: Listening on Journal Socket (/dev/log).
[  +0.000294] systemd[1]: Listening on Journal Socket.
[  +0.001596] systemd[1]: Listening on Network Service Netlink Socket.
[  +0.001959] systemd[1]: Listening on udev Control Socket.
[  +0.001789] systemd[1]: Listening on udev Kernel Socket.
[  +0.003414] systemd[1]: Mounting Huge Pages File System...
[  +0.003502] systemd[1]: Mounting POSIX Message Queue File System...
[  +0.004085] systemd[1]: Mounting Kernel Debug File System...
[  +0.003956] systemd[1]: Mounting Kernel Trace File System...
[  +0.001727] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped.
[  +0.002126] systemd[1]: Starting Create list of static device nodes for the current kernel...
[  +0.003369] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[  +0.002704] systemd[1]: Starting Load Kernel Module configfs...
[  +0.002008] random: lvm: uninitialized urandom read (4 bytes read)
[  +0.001142] systemd[1]: Starting Load Kernel Module drm...
[  +0.002120] systemd[1]: Starting Load Kernel Module fuse...
[  +0.001273] systemd[1]: Condition check resulted in Load AppArmor profiles managed internally by snapd being skipped.
[  +0.000496] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[  +0.001176] systemd[1]: Starting File System Check on Root Device...
[  +0.004505] Linux agpgart interface v0.103
[  +0.001495] systemd[1]: Starting Journal Service...
[  +0.005682] systemd[1]: Starting Load Kernel Modules...
[  +0.000788] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[  +0.000970] systemd[1]: Starting Coldplug All udev Devices...
[  +0.002874] systemd[1]: Mounted Huge Pages File System.
[  +0.000914] systemd[1]: Mounted POSIX Message Queue File System.
[  +0.000857] systemd[1]: Mounted Kernel Debug File System.
[  +0.000801] systemd[1]: Mounted Kernel Trace File System.
[  +0.001058] systemd[1]: Finished Create list of static device nodes for the current kernel.
[  +0.000824] audit: type=1130 audit(1624285611.884:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.000229] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[  +0.000215] systemd[1]: Finished Load Kernel Module configfs.
[  +0.000123] fuse: init (API version 7.32)
[  +0.001166] audit: type=1130 audit(1624285611.884:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.000030] audit: type=1131 audit(1624285611.894:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.000316] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[  +0.000205] systemd[1]: Finished Load Kernel Module fuse.
[  +0.000748] audit: type=1130 audit(1624285611.894: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'
[  +0.000012] audit: type=1131 audit(1624285611.894:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.002862] systemd[1]: Mounting FUSE Control File System...
[  +0.003742] systemd[1]: Mounting Kernel Configuration File System...
[  +0.001538] systemd[1]: Mounted FUSE Control File System.
[  +0.000890] systemd[1]: Mounted Kernel Configuration File System.
[  +0.011158] systemd[1]: Finished File System Check on Root Device.
[  +0.000820] audit: type=1130 audit(1624285611.914:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.001128] systemd[1]: Starting Remount Root and Kernel File Systems...
[  +0.005746] systemd[1]: modprobe@drm.service: Deactivated successfully.
[  +0.000235] systemd[1]: Finished Load Kernel Module drm.
[  +0.000426] EXT4-fs (sda9): re-mounted. Opts: (null)
[  +0.000155] usb 1-6: new high-speed USB device number 5 using xhci_hcd
[  +0.000325] audit: type=1130 audit(1624285611.924: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'
[  +0.000016] audit: type=1131 audit(1624285611.924: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'
[  +0.001122] systemd[1]: Finished Remount Root and Kernel File Systems.
[  +0.000840] audit: type=1130 audit(1624285611.924:10): 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'
[  +0.000139] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[  +0.000930] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[  +0.000967] systemd[1]: Starting Load/Save Random Seed...
[  +0.005099] systemd[1]: Starting Create System Users...
[  +0.001023] systemd[1]: Started Journal Service.
[  +0.007223] systemd-journald[203]: Received client request to flush runtime journal.
[  +0.162586] usb 1-6: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[  +0.000003] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  +0.000002] usb 1-6: Product: USB2.0-CRW
[  +0.000001] usb 1-6: Manufacturer: Generic
[  +0.000001] usb 1-6: SerialNumber: 20100201396000000
[  +0.037166] input: DELL Wireless hotkeys as /devices/virtual/input/input15
[  +0.016016] ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20200925/nsprepkg-94)
[  +0.096535] usb 1-8: new full-speed USB device number 6 using xhci_hcd
[  +0.140741] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[  +0.043903] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[  +0.000994] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[  +0.004875] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[  +0.000320] idma64 idma64.0: Found Intel integrated DMA 64-bit
[  +0.000167] usb 1-8: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
[  +0.000003] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[  +0.031597] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[  +0.000297] idma64 idma64.1: Found Intel integrated DMA 64-bit
[  +0.027674] i2c_hid i2c-DELL0767:00: supply vdd not found, using dummy regulator
[  +0.000029] i2c_hid i2c-DELL0767:00: supply vddl not found, using dummy regulator
[  +0.062736] mousedev: PS/2 mouse device common for all mice
[  +0.004682] [drm] amdgpu kernel modesetting enabled.
[  +0.000021] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[  +0.000188] ATPX version 1, functions 0x00000033
[  +0.000126] ATPX Hybrid Graphics
[  +0.000072] CRAT table not found
[  +0.000002] Virtual CRAT table created for CPU
[  +0.000013] amdgpu: Topology: Add CPU node
[  +0.000069] checking generic (b0000000 408000) vs hw (c0000000 10000000)
[  +0.000002] checking generic (b0000000 408000) vs hw (d0000000 200000)
[  +0.000001] checking generic (b0000000 408000) vs hw (df200000 40000)
[  +0.000067] amdgpu 0000:01:00.0: enabling device (0006 -> 0007)
[  +0.000076] [drm] initializing kernel modesetting (TOPAZ 0x1002:0x6900 0x1028:0x0767 0xC3).
[  +0.000003] amdgpu 0000:01:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[  +0.000822] [drm] register mmio base: 0xDF200000
[  +0.000001] [drm] register mmio size: 262144
[  +0.000008] [drm] PCIE atomic ops is not supported
[  +0.000008] [drm] add ip block number 0 <vi_common>
[  +0.000000] [drm] add ip block number 1 <gmc_v7_0>
[  +0.000002] [drm] add ip block number 2 <iceland_ih>
[  +0.000000] [drm] add ip block number 3 <gfx_v8_0>
[  +0.000002] [drm] add ip block number 4 <sdma_v2_4>
[  +0.000001] [drm] add ip block number 5 <powerplay>
[  +0.000003] kfd kfd: TOPAZ  not supported in kfd
[  +0.000147] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[  +0.042983] amdgpu 0000:01:00.0: amdgpu: Fetched VBIOS from ATRM
[  +0.000003] amdgpu: ATOM BIOS: BR46872.003
[  +0.000056] [drm] GPU posting now...
[  +0.003808] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[  +0.002348] amdgpu 0000:01:00.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[  +0.000002] amdgpu 0000:01:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[  +0.000005] [drm] Detected VRAM RAM=2048M, BAR=256M
[  +0.000001] [drm] RAM width 64bits GDDR5
[  +0.000087] [TTM] Zone  kernel: Available graphics memory: 8143726 KiB
[  +0.000001] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[  +0.000001] [TTM] Initializing pool allocator
[  +0.000002] [TTM] Initializing DMA pool allocator
[  +0.000021] [drm] amdgpu: 2048M of VRAM memory ready
[  +0.000002] [drm] amdgpu: 3072M of GTT memory ready.
[  +0.000002] [drm] GART: num cpu pages 65536, num gpu pages 65536
[  +0.000717] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[  +0.000743] [drm] Chained IB support enabled!
[  +0.002941] amdgpu: hwmgr_sw_init smu backed is iceland_smu
[  +0.006266] amdgpu 0000:01:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 6, active_cu_number 5
[  +0.002374] [drm] Initialized amdgpu 3.40.0 20150101 for 0000:01:00.0 on minor 0
[  +0.045729] input: DELL0767:00 06CB:7E92 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-DELL0767:00/0018:06CB:7E92.0007/input/input16
[  +0.000160] input: DELL0767:00 06CB:7E92 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-DELL0767:00/0018:06CB:7E92.0007/input/input17
[  +0.000192] hid-generic 0018:06CB:7E92.0007: input,hidraw6: I2C HID v1.00 Mouse [DELL0767:00 06CB:7E92] on i2c-DELL0767:00
[  +0.022499] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[  +0.003167] intel_rapl_common: Found RAPL domain package
[  +0.000002] intel_rapl_common: Found RAPL domain dram
[  +0.000068] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[  +0.082294] mc: Linux media interface: v0.10
[  +0.014703] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[  +0.009298] Adding 8388604k swap on /dev/sda8.  Priority:-2 extents:1 across:8388604k SSFS
[  +0.016573] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  +0.001644] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[  +0.000002] cfg80211: failed to load regulatory.db
[  +0.007803] videodev: Linux video capture interface: v2.00
[  +0.001023] checking generic (b0000000 408000) vs hw (de000000 1000000)
[  +0.000002] checking generic (b0000000 408000) vs hw (b0000000 10000000)
[  +0.000001] fb0: switching to inteldrmfb from EFI VGA
[  +0.000063] Console: switching to colour dummy device 80x25
[  +0.000029] i915 0000:00:02.0: vgaarb: deactivate vga console
[  +0.008939] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[  +0.000036] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[  +0.017031] i2c i2c-3: 2/2 memory slots populated (from DMI)
[  +0.001960] i2c i2c-3: Successfully instantiated SPD at 0x50
[  +0.000642] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[  +0.002358] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[  +0.096493] input: PC Speaker as /devices/platform/pcspkr/input/input19
[  +0.000186] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[  +0.004912] Intel(R) Wireless WiFi driver for Linux
[  +0.000456] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[  +0.013701] iwlwifi 0000:02:00.0: Found debug destination: EXTERNAL_DRAM
[  +0.000003] iwlwifi 0000:02:00.0: Found debug configuration: 0
[  +0.000200] iwlwifi 0000:02:00.0: loaded firmware version 29.4063824552.0 7265D-29.ucode op_mode iwlmvm
[  +0.021903] r8169 0000:03:00.0: enabling device (0000 -> 0003)
[  +0.011658] libphy: r8169: probed
[  +0.000297] r8169 0000:03:00.0 eth0: RTL8106e, 8c:ec:4b:19:cc:86, XID 449, IRQ 131
[  +0.017444] uvcvideo: Found UVC 1.00 device Integrated Webcam (1bcf:2c01)
[  +0.055594] input: Integrated Webcam: Integrated W as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input21
[  +0.278924] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
[  +0.000706] usbcore: registered new interface driver uvcvideo
[  +0.000002] USB Video Class driver (1.1.1)
[  +0.000301] logitech-djreceiver 0003:046D:C52B.0006: hiddev97,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3/input2
[  +0.020610] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  +0.000443] iwlwifi 0000:02:00.0: Allocated 0x00400000 bytes for firmware monitor.
[  +0.000430] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
[  +0.000348] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[  +0.000002] pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
[  +0.000336] pcieport 0000:00:1c.4:    [ 0] RxErr
[  +0.020301] iwlwifi 0000:02:00.0: base HW address: a0:c5:89:e0:82:3d
[  +0.003454] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[  +0.001079] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[  +0.000001] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[  +0.000001] RAPL PMU: hw unit of domain package 2^-14 Joules
[  +0.000001] RAPL PMU: hw unit of domain dram 2^-14 Joules
[  +0.000000] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[  +0.000001] RAPL PMU: hw unit of domain psys 2^-14 Joules
[  +0.000349] usbcore: registered new interface driver rtsx_usb
[  +0.056565] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[  +0.000696] thermal thermal_zone7: failed to read out thermal zone (-61)
[  +0.037383] input: Logitech Wireless Device PID:4069 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0006/0003:046D:4069.0008/input/input22
[  +0.000144] input: Logitech Wireless Device PID:4069 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0006/0003:046D:4069.0008/input/input23
[  +0.000081] input: Logitech Wireless Device PID:4069 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0006/0003:046D:4069.0008/input/input24
[  +0.000043] input: Logitech Wireless Device PID:4069 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0006/0003:046D:4069.0008/input/input25
[  +0.000043] hid-generic 0003:046D:4069.0008: input,hidraw4: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4069] on usb-0000:00:14.0-3/input2:1
[  +0.003047] cryptd: max_cpu_qlen set to 1000
[  +0.046674] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input29
[  +0.001117] intel_rapl_common: Found RAPL domain package
[  +0.000002] intel_rapl_common: Found RAPL domain core
[  +0.000001] intel_rapl_common: Found RAPL domain uncore
[  +0.000001] intel_rapl_common: Found RAPL domain dram
[  +0.000001] intel_rapl_common: Found RAPL domain psys
[  +0.015383] iTCO_vendor_support: vendor-support=0
[  +0.010260] ee1004 3-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[  +0.012572] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[  +0.019018] r8169 0000:03:00.0 enp3s0: renamed from eth0
[  +0.051213] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[  +0.000074] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[  +0.000529] AVX2 version of gcm_enc/dec engaged.
[  +0.000001] AES CTR mode by8 optimization enabled
[  +0.006544] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[  +0.012193] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[  +0.068075] random: crng init done
[  +0.073012] Bluetooth: Core ver 2.22
[  +0.000025] NET: Registered protocol family 31
[  +0.000002] Bluetooth: HCI device and connection manager initialized
[  +0.000004] Bluetooth: HCI socket layer initialized
[  +0.000003] Bluetooth: L2CAP socket layer initialized
[  +0.000006] Bluetooth: SCO socket layer initialized
[  +0.027250] sysrq: Failed to open input device, error -19
[  +0.008188] input: DELL0767:00 06CB:7E92 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-DELL0767:00/0018:06CB:7E92.0007/input/input30
[  +0.010398] usbcore: registered new interface driver btusb
[  +0.025856] Bluetooth: hci0: read Intel version: 370810011003110e32
[  +0.000004] Bluetooth: hci0: Intel device is already patched. patch num: 32
[  +0.119953] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 1
[  +0.007330] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[  +0.000862] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input33
[  +0.054231] RTL8208 Fast Ethernet r8169-300:00: attached PHY driver [RTL8208 Fast Ethernet] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[  +0.003503] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[  +0.079602] input: DELL0767:00 06CB:7E92 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-DELL0767:00/0018:06CB:7E92.0007/input/input31
[  +0.000107] hid-multitouch 0018:06CB:7E92.0007: input,hidraw5: I2C HID v1.00 Mouse [DELL0767:00 06CB:7E92] on i2c-DELL0767:00
[  +0.000298] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[  +0.000094] vga_switcheroo: enabled
[  +0.027029] fbcon: i915drmfb (fb0) is primary device
[  +0.000072] Console: switching to colour frame buffer device 170x48
[  +0.001687] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[  +0.121227] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[  +0.000006] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  +0.000003] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[  +0.000002] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[  +0.000002] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[  +0.000003] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[  +0.000002] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
[  +0.000003] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[  +0.008678] kauditd_printk_skb: 39 callbacks suppressed
[  +0.000004] audit: type=1130 audit(1624285614.324:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.058682] input: Logitech MX Master 2S as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0006/0003:046D:4069.0008/input/input35
[  +0.000456] logitech-hidpp-device 0003:046D:4069.0008: input,hidraw4: USB HID v1.11 Keyboard [Logitech MX Master 2S] on usb-0000:00:14.0-3/input2:1
[  +0.003209] r8169 0000:03:00.0 enp3s0: Link is Down
[  +0.006326] audit: type=1130 audit(1624285614.394:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.057291] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  +0.000327] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
[  +0.000019] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[  +0.000006] pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
[  +0.000005] pcieport 0000:00:1c.4:    [ 0] RxErr
[  +0.010647] snd_hda_codec_hdmi hdaudioC0D2: Monitor plugged-in, Failed to power up codec ret=[-13]
[  +0.003622] audit: type=1130 audit(1624285614.464:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.013414] audit: type=1130 audit(1624285614.484:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.001071] audit: type=1130 audit(1624285614.484:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.050374] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  +0.001249] iwlwifi 0000:02:00.0: FW already configured (0) - re-configuring
[  +0.004843] loop: module loaded
[  +0.000722] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input34
[  +0.000812] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input36
[  +0.000058] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input37
[  +0.000086] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input38
[  +0.000075] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input39
[  +0.000031] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input40
[  +0.036459] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  +0.000276] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
[  +0.000014] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[  +0.000002] pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
[  +0.000002] pcieport 0000:00:1c.4:    [ 0] RxErr
[  +0.008887] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[  +0.069194] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  +0.001293] iwlwifi 0000:02:00.0: FW already configured (0) - re-configuring
[  +0.004147] audit: type=1130 audit(1624285614.664:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.020091] audit: type=1130 audit(1624285614.684:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.028703] audit: type=1130 audit(1624285614.714:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +4.198274] audit: type=1131 audit(1624285618.914:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.476323] wlp2s0: authenticate with 08:26:97:d4:56:42
[  +0.000380] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
[  +0.000012] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[  +0.000002] pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
[  +0.000002] pcieport 0000:00:1c.4:    [ 0] RxErr
[  +0.001505] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
[  +0.000008] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[  +0.000001] pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
[  +0.000001] pcieport 0000:00:1c.4:    [ 0] RxErr
[  +0.001546] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
[  +0.000004] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[  +0.000001] pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
[  +0.000000] pcieport 0000:00:1c.4:    [ 0] RxErr
[  +0.000824] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
[  +0.000012] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[  +0.000001] pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
[  +0.000002] pcieport 0000:00:1c.4:    [ 0] RxErr
[  +0.000776] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
[  +0.000010] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[  +0.000002] pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
[  +0.000002] pcieport 0000:00:1c.4:    [ 0] RxErr
[  +0.000655] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
[  +0.000008] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[  +0.000002] pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
[  +0.000001] pcieport 0000:00:1c.4:    [ 0] RxErr
[  +0.000887] wlp2s0: send auth to 08:26:97:d4:56:42 (try 1/3)
[  +0.001628] wlp2s0: authenticated
[  +0.005320] wlp2s0: associate with 08:26:97:d4:56:42 (try 1/3)
[  +0.002840] wlp2s0: RX AssocResp from 08:26:97:d4:56:42 (capab=0x911 status=0 aid=3)
[  +0.001573] wlp2s0: associated
[  +0.065203] wlp2s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 08:26:97:d4:56:42
[  +0.098634] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[  +0.106666] audit: type=1131 audit(1624285619.674:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Jun21 17:27] audit: type=1130 audit(1624285620.424:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +3.614845] audit: type=1131 audit(1624285624.044:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +3.394895] audit: type=1100 audit(1624285627.434:62): pid=393 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.005613] audit: type=1101 audit(1624285627.434:63): pid=393 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.001902] audit: type=1103 audit(1624285627.434:64): pid=393 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.000082] audit: type=1006 audit(1624285627.434:65): pid=393 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[  +0.054623] audit: type=1130 audit(1624285627.494:66): 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'
[  +0.005260] audit: type=1101 audit(1624285627.494:67): pid=489 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.000030] audit: type=1103 audit(1624285627.494:68): pid=489 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="vtimofei" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  +0.000046] audit: type=1006 audit(1624285627.494:69): pid=489 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[  +0.002126] audit: type=1105 audit(1624285627.494:70): pid=489 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="vtimofei" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.005712] audit: type=1334 audit(1624285627.504:71): prog-id=27 op=LOAD
[  +5.011105] kauditd_printk_skb: 4 callbacks suppressed
[  +0.000001] audit: type=1104 audit(1624285632.514:76): pid=393 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.001242] audit: type=1106 audit(1624285632.514:77): pid=393 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.001348] audit: type=1131 audit(1624285632.514:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.020079] audit: type=1130 audit(1624285632.534:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.000004] audit: type=1131 audit(1624285632.534:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.052886] audit: type=1130 audit(1624285632.594:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +2.249407] audit: type=1130 audit(1624285634.844:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +8.063551] audit: type=1131 audit(1624285642.904:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.062914] audit: type=1131 audit(1624285642.964:84): 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'
[  +0.420272] audit: type=1100 audit(1624285643.384:85): pid=526 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +0.000862] audit: type=1101 audit(1624285643.384:86): pid=526 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +0.000365] audit: type=1103 audit(1624285643.384:87): pid=526 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +0.000045] audit: type=1006 audit(1624285643.384:88): pid=526 uid=0 old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=3 res=1
[  +0.062565] audit: type=1130 audit(1624285643.454:89): 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'
[  +0.005759] audit: type=1101 audit(1624285643.454:90): pid=529 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  +0.000011] audit: type=1103 audit(1624285643.454:91): pid=529 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="vtimofei" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  +0.000095] audit: type=1006 audit(1624285643.454:92): pid=529 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=4 res=1
[  +6.120180] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
[  +0.000019] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[  +0.000005] pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
[  +0.000005] pcieport 0000:00:1c.4:    [ 0] RxErr
[ +13.007686] kauditd_printk_skb: 11 callbacks suppressed
[  +0.000002] audit: type=1101 audit(1624285662.584:104): pid=754 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/sudo" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +0.000580] audit: type=1110 audit(1624285662.584:105): pid=754 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +0.002164] audit: type=1105 audit(1624285662.584:106): pid=754 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +9.326509] audit: type=1106 audit(1624285671.914:107): pid=754 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +0.000071] audit: type=1104 audit(1624285671.914:108): pid=754 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=dell addr=? terminal=/dev/tty2 res=success'
[  +7.276956] audit: type=1100 audit(1624285679.194:109): pid=525 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.001121] audit: type=1101 audit(1624285679.194:110): pid=525 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.000415] audit: type=1103 audit(1624285679.194:111): pid=525 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.000048] audit: type=1006 audit(1624285679.194:112): pid=525 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=5 res=1
[  +0.125558] audit: type=1105 audit(1624285679.314:113): pid=525 uid=0 auid=1000 ses=5 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[  +0.000229] audit: type=1110 audit(1624285679.314:114): pid=525 uid=0 auid=1000 ses=5 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="vtimofei" exe="/usr/bin/login" hostname=dell addr=? terminal=/dev/tty1 res=success'
[Jun21 17:28] i915 0000:00:02.0: [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[  +0.306144] audit: type=1130 audit(1624285680.464:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ +12.725205] audit: type=1101 audit(1624285693.184:116): pid=1068 uid=1000 auid=1000 ses=5 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000703] audit: type=1110 audit(1624285693.184:117): pid=1068 uid=1000 auid=1000 ses=5 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.002452] audit: type=1105 audit(1624285693.184:118): pid=1068 uid=1000 auid=1000 ses=5 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +6.873928] audit: type=1106 audit(1624285700.064:119): pid=1068 uid=1000 auid=1000 ses=5 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000088] audit: type=1104 audit(1624285700.064:120): pid=1068 uid=1000 auid=1000 ses=5 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ +11.994755] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
[  +0.000017] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[  +0.000005] pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
[  +0.000004] pcieport 0000:00:1c.4:    [ 0] RxErr
[  +7.570535] audit: type=1101 audit(1624285719.624:121): pid=1111 uid=1000 auid=1000 ses=5 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000922] audit: type=1110 audit(1624285719.624:122): pid=1111 uid=1000 auid=1000 ses=5 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.002776] audit: type=1105 audit(1624285719.634:123): pid=1111 uid=1000 auid=1000 ses=5 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.024211] audit: type=1106 audit(1624285719.654:124): pid=1111 uid=1000 auid=1000 ses=5 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000052] audit: type=1104 audit(1624285719.654:125): pid=1111 uid=1000 auid=1000 ses=5 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ +10.826735] audit: type=1101 audit(1624285730.484:126): pid=1132 uid=1000 auid=1000 ses=5 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="vtimofei" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.000706] audit: type=1110 audit(1624285730.484:127): pid=1132 uid=1000 auid=1000 ses=5 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  +0.002456] audit: type=1105 audit(1624285730.484:128): pid=1132 uid=1000 auid=1000 ses=5 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

Xorg log:

───────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
       │ File: /home/vtimofei/.local/share/xorg/Xorg.1.log
───────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
   1   │ [    99.891] (WW) Failed to open protocol names file lib/xorg/protocol.txt
   2   │ [    99.892]
   3   │ X.Org X Server 1.20.11
   4   │ X Protocol Version 11, Revision 0
   5   │ [    99.893] Build Operating System: Linux Archlinux
   6   │ [    99.893] Current Operating System: Linux dell 5.10.45-1-lts #1 SMP Fri, 18 Jun 2021 09:39:32 +0000 x86_64
   7   │ [    99.893] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=/dev/sda9 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0
   8   │ [    99.894] Build Date: 13 April 2021  03:12:10PM
   9   │ [    99.895]
  10   │ [    99.895] Current version of pixman: 0.40.0
  11   │ [    99.896]    Before reporting problems, check http://wiki.x.org
  12   │     to make sure that you have the latest version.
  13   │ [    99.896] Markers: (--) probed, (**) from config file, (==) default setting,
  14   │     (++) from command line, (!!) notice, (II) informational,
  15   │     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  16   │ [    99.899] (==) Log file: "/home/vtimofei/.local/share/xorg/Xorg.1.log", Time: Mon Jun 21 17:28:28 2021
  17   │ [    99.899] (==) Using config directory: "/etc/X11/xorg.conf.d"
  18   │ [    99.900] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  19   │ [    99.900] (==) ServerLayout "layout"
  20   │ [    99.900] (**) |-->Screen "AMD" (0)
  21   │ [    99.900] (**) |   |-->Monitor "HDMI1"
  22   │ [    99.900] (**) |   |-->Device "AMD"
  23   │ [    99.900] (**) |   |-->GPUDevice "AMD"
  24   │ [    99.900] (**) |-->Inactive Device "intel"
  25   │ [    99.900] (==) Automatically adding devices
  26   │ [    99.900] (==) Automatically enabling devices
  27   │ [    99.900] (==) Automatically adding GPU devices
  28   │ [    99.900] (==) Automatically binding GPU devices
  29   │ [    99.900] (==) Max clients allowed: 256, resource mask: 0x1fffff
  30   │ [    99.900] (WW) The directory "/usr/share/fonts/misc" does not exist.
  31   │ [    99.900]    Entry deleted from font path.
  32   │ [    99.900] (WW) The directory "/usr/share/fonts/OTF" does not exist.
  33   │ [    99.900]    Entry deleted from font path.
  34   │ [    99.900] (WW) The directory "/usr/share/fonts/Type1" does not exist.
  35   │ [    99.900]    Entry deleted from font path.
  36   │ [    99.900] (==) FontPath set to:
  37   │     /usr/share/fonts/TTF,
  38   │     /usr/share/fonts/100dpi,
  39   │     /usr/share/fonts/75dpi
  40   │ [    99.900] (==) ModulePath set to "/usr/lib/xorg/modules"
  41   │ [    99.900] (II) The server relies on udev to provide the list of input devices.
  42   │     If no devices become available, reconfigure udev or disable AutoAddDevices.
  43   │ [    99.900] (II) Module ABI versions:
  44   │ [    99.900]    X.Org ANSI C Emulation: 0.4
  45   │ [    99.900]    X.Org Video Driver: 24.1
  46   │ [    99.900]    X.Org XInput driver : 24.1
  47   │ [    99.900]    X.Org Server Extension : 10.0
  48   │ [    99.901] (++) using VT number 2
  49   │
  50   │ [    99.903] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
  51   │ [    99.903] (II) xfree86: Adding drm device (/dev/dri/card1)
  52   │ [    99.904] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
  53   │ [    99.904] (II) xfree86: Adding drm device (/dev/dri/card0)
  54   │ [    99.904] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
  55   │ [    99.906] (--) PCI:*(0@0:2:0) 8086:5916:1028:0767 rev 2, Mem @ 0xde000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
  56   │ [    99.906] (--) PCI: (1@0:0:0) 1002:6900:1028:0767 rev 195, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xdf200000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
  57   │ [    99.906] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
  58   │ [    99.906] (II) LoadModule: "glx"
  59   │ [    99.906] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
  60   │ [    99.908] (II) Module glx: vendor="X.Org Foundation"
  61   │ [    99.908]    compiled for 1.20.11, module version = 1.0.0
  62   │ [    99.908]    ABI class: X.Org Server Extension, version 10.0
  63   │ [    99.908] (II) LoadModule: "amdgpu"
  64   │ [    99.908] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
  65   │ [    99.908] (II) Module amdgpu: vendor="X.Org Foundation"
  66   │ [    99.908]    compiled for 1.20.8, module version = 19.1.0
  67   │ [    99.908]    Module class: X.Org Video Driver
  68   │ [    99.908]    ABI class: X.Org Video Driver, version 24.1
  69   │ [    99.908] (II) LoadModule: "intel"
  70   │ [    99.908] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
  71   │ [    99.908] (II) Module intel: vendor="X.Org Foundation"
  72   │ [    99.908]    compiled for 1.20.10, module version = 2.99.917
  73   │ [    99.908]    Module class: X.Org Video Driver
  74   │ [    99.908]    ABI class: X.Org Video Driver, version 24.1
  75   │ [    99.908] (II) AMDGPU: Driver for AMD Radeon:
  76   │     All GPUs supported by the amdgpu kernel driver
  77   │ [    99.908] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
  78   │     i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
  79   │     915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
  80   │     Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
  81   │     GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
  82   │ [    99.909] (II) intel: Driver for Intel(R) HD Graphics
  83   │ [    99.909] (II) intel: Driver for Intel(R) Iris(TM) Graphics
  84   │ [    99.909] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
  85   │ [    99.909] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
  86   │ [    99.909] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200917
  87   │ [    99.909] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
  88   │ [    99.934] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
  89   │ [    99.934] (EE) Screen 0 deleted because of no matching config section.
  90   │ [    99.934] (II) UnloadModule: "intel"
  91   │ [    99.934] (EE) Device(s) detected, but none match those in the config file.
  92   │ [    99.934] (EE)
  93   │ Fatal server error:
  94   │ [    99.934] (EE) no screens found(EE)
  95   │ [    99.934] (EE)
  96   │ Please consult the The X.Org Foundation support
  97   │      at http://wiki.x.org
  98   │  for help.
  99   │ [    99.934] (EE) Please also check the log file at "/home/vtimofei/.local/share/xorg/Xorg.1.log" for additional information.
 100   │ [    99.934] (EE)
 101   │ [    99.948] (EE) Server terminated with error (1). Closing log file.
───────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

xrandr --listproviders

Providers: number : 2
Provider 0: id: 0x46 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 3 associated providers: 1 name:Intel
Provider 1: id: 0xe2 cap: 0xd, Source Output, Source Offload, Sink Offload crtcs: 0 outputs: 0 associated providers: 1 name:Unknown AMD Radeon GPU @ pci:0000:01:00.0

Offline

#14 2021-06-21 15:18:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

What if you remove the xf86-video-amdgpu package (and all xorg configuration file referring to it, move away all three files for the moment, because if this is gonna work, the outputs will have different names anyway) - can you access the GPU through the modesetting driver?

Offline

#15 2021-06-21 16:24:34

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

It seems than that I can:

Providers: number : 2
Provider 0: id: 0x46 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 3 associated providers: 0 name:Intel
Provider 1: id: 0xa9 cap: 0x0 crtcs: 0 outputs: 0 associated providers: 0 name:modesetting

Offline

#16 2021-06-21 18:50:17

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

What does the xorg log look like?

Does this /etc/X11/xorg.conf.d/10-gpu.conf work (and get you to use the AMD gpu as primary device)?

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "amd"
    Inactive "intel"
EndSection

Section "Device"
    Identifier  "amd"
    Driver      "modesetting"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "amd"
    Device "amd"
EndSection

Section "Device"
    Identifier  "intel"
    Driver      "intel"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Or alternatively just

Section "OutputClass"
    Identifier   "My Class"
    MatchDriver "amdgpu"
    Driver "modesetting"
    Option "PrimaryGPU" "True"
EndSection

Offline

#17 2021-06-21 19:24:19

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

None of these worked.

The log of the first one is:

───────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
       │ File: /home/vtimofei/.local/share/xorg/Xorg.1.log
───────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
   1   │ [ 16851.137] (WW) Failed to open protocol names file lib/xorg/protocol.txt
   2   │ [ 16851.139]
   3   │ X.Org X Server 1.20.11
   4   │ X Protocol Version 11, Revision 0
   5   │ [ 16851.142] Build Operating System: Linux Archlinux
   6   │ [ 16851.143] Current Operating System: Linux dell 5.10.45-1-lts #1 SMP Fri, 18 Jun 2021 09:39:32 +0000 x86_64
   7   │ [ 16851.143] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=/dev/sda9 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0
   8   │ [ 16851.146] Build Date: 13 April 2021  03:12:10PM
   9   │ [ 16851.147]
  10   │ [ 16851.148] Current version of pixman: 0.40.0
  11   │ [ 16851.151]    Before reporting problems, check http://wiki.x.org
  12   │     to make sure that you have the latest version.
  13   │ [ 16851.151] Markers: (--) probed, (**) from config file, (==) default setting,
  14   │     (++) from command line, (!!) notice, (II) informational,
  15   │     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  16   │ [ 16851.156] (==) Log file: "/home/vtimofei/.local/share/xorg/Xorg.1.log", Time: Mon Jun 21 22:07:40 2021
  17   │ [ 16851.157] (==) Using config directory: "/etc/X11/xorg.conf.d"
  18   │ [ 16851.158] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  19   │ [ 16851.158] (==) ServerLayout "layout"
  20   │ [ 16851.158] (**) |-->Screen "amd" (0)
  21   │ [ 16851.158] (**) |   |-->Monitor "<default monitor>"
  22   │ [ 16851.158] (**) |   |-->Device "amd"
  23   │ [ 16851.158] (**) |   |-->GPUDevice "intel"
  24   │ [ 16851.158] (==) No monitor specified for screen "amd".
  25   │     Using a default monitor configuration.
  26   │ [ 16851.158] (**) |-->Inactive Device "intel"
  27   │ [ 16851.158] (==) Automatically adding devices
  28   │ [ 16851.158] (==) Automatically enabling devices
  29   │ [ 16851.158] (==) Automatically adding GPU devices
  30   │ [ 16851.158] (==) Automatically binding GPU devices
  31   │ [ 16851.158] (==) Max clients allowed: 256, resource mask: 0x1fffff
  32   │ [ 16851.158] (WW) The directory "/usr/share/fonts/misc" does not exist.
  33   │ [ 16851.158]    Entry deleted from font path.
  34   │ [ 16851.158] (WW) The directory "/usr/share/fonts/OTF" does not exist.
  35   │ [ 16851.158]    Entry deleted from font path.
  36   │ [ 16851.158] (WW) The directory "/usr/share/fonts/Type1" does not exist.
  37   │ [ 16851.158]    Entry deleted from font path.
  38   │ [ 16851.158] (==) FontPath set to:
  39   │     /usr/share/fonts/TTF,
  40   │     /usr/share/fonts/100dpi,
  41   │     /usr/share/fonts/75dpi
  42   │ [ 16851.158] (==) ModulePath set to "/usr/lib/xorg/modules"
  43   │ [ 16851.158] (II) The server relies on udev to provide the list of input devices.
  44   │     If no devices become available, reconfigure udev or disable AutoAddDevices.
  45   │ [ 16851.158] (II) Module ABI versions:
  46   │ [ 16851.158]    X.Org ANSI C Emulation: 0.4
  47   │ [ 16851.158]    X.Org Video Driver: 24.1
  48   │ [ 16851.158]    X.Org XInput driver : 24.1
  49   │ [ 16851.158]    X.Org Server Extension : 10.0
  50   │ [ 16851.159] (++) using VT number 2
  51   │
  52   │ [ 16851.160] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
  53   │ [ 16851.161] (II) xfree86: Adding drm device (/dev/dri/card1)
  54   │ [ 16851.161] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
  55   │ [ 16851.161] (II) xfree86: Adding drm device (/dev/dri/card0)
  56   │ [ 16851.162] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
  57   │ [ 16851.164] (--) PCI:*(0@0:2:0) 8086:5916:1028:0767 rev 2, Mem @ 0xde000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
  58   │ [ 16851.164] (--) PCI: (1@0:0:0) 1002:6900:1028:0767 rev 195, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xdf200000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
  59   │ [ 16851.164] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
  60   │ [ 16851.164] (II) LoadModule: "glx"
  61   │ [ 16851.164] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
  62   │ [ 16851.165] (II) Module glx: vendor="X.Org Foundation"
  63   │ [ 16851.165]    compiled for 1.20.11, module version = 1.0.0
  64   │ [ 16851.165]    ABI class: X.Org Server Extension, version 10.0
  65   │ [ 16851.165] (II) LoadModule: "modesetting"
  66   │ [ 16851.165] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
  67   │ [ 16851.165] (II) Module modesetting: vendor="X.Org Foundation"
  68   │ [ 16851.165]    compiled for 1.20.11, module version = 1.20.11
  69   │ [ 16851.165]    Module class: X.Org Video Driver
  70   │ [ 16851.165]    ABI class: X.Org Video Driver, version 24.1
  71   │ [ 16851.165] (II) LoadModule: "intel"
  72   │ [ 16851.165] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
  73   │ [ 16851.166] (II) Module intel: vendor="X.Org Foundation"
  74   │ [ 16851.166]    compiled for 1.20.10, module version = 2.99.917
  75   │ [ 16851.166]    Module class: X.Org Video Driver
  76   │ [ 16851.166]    ABI class: X.Org Video Driver, version 24.1
  77   │ [ 16851.166] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
  78   │ [ 16851.166] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
  79   │     i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
  80   │     915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
  81   │     Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
  82   │     GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
  83   │ [ 16851.166] (II) intel: Driver for Intel(R) HD Graphics
  84   │ [ 16851.166] (II) intel: Driver for Intel(R) Iris(TM) Graphics
  85   │ [ 16851.166] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
  86   │ [ 16851.166] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
  87   │ [ 16851.166] (II) modeset(0): using drv /dev/dri/card0
  88   │ [ 16851.166] (II) intel(G0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200917
  89   │ [ 16851.166] (II) intel(G0): SNA compiled from 2.99.917-916-g31486f40
  90   │ [ 16851.195] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
  91   │ [ 16851.195] (II) modeset(0): Using 24bpp hw front buffer with 32bpp shadow
  92   │ [ 16851.195] (II) modeset(0): Creating default Display subsection in Screen section
  93   │     "amd" for depth/fbbpp 24/32
  94   │ [ 16851.195] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
  95   │ [ 16851.195] (==) modeset(0): RGB weight 888
  96   │ [ 16851.195] (==) modeset(0): Default visual is TrueColor
  97   │ [ 16851.195] (**) modeset(0): Cannot use glamor with 24bpp packed fb
  98   │ [ 16851.195] (II) modeset(0): ShadowFB: preferred YES, enabled FORCE
  99   │ [ 16851.195] (II) modeset(0): Double-buffered shadow updates: off
 100   │ [ 16851.195] (WW) modeset(0): No outputs definitely connected, trying again...
 101   │ [ 16851.195] (WW) modeset(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
 102   │ [ 16851.195] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
 103   │ [ 16851.195] (EE) modeset(0): No modes.
 104   │ [ 16851.195] (II) UnloadModule: "modesetting"
 105   │ [ 16851.196] (--) intel(G0): Integrated Graphics Chipset: Intel(R) HD Graphics 620
 106   │ [ 16851.196] (--) intel(G0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
 107   │ [ 16851.196] (==) intel(G0): Depth 24, (--) framebuffer bpp 32
 108   │ [ 16851.196] (==) intel(G0): RGB weight 888
 109   │ [ 16851.196] (==) intel(G0): Default visual is TrueColor
 110   │ [ 16851.198] (II) intel(G0): Output eDP1 has no monitor section
 111   │ [ 16851.199] (**) intel(G0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
 112   │ [ 16851.199] (II) intel(G0): Enabled output eDP1
 113   │ [ 16851.200] (II) intel(G0): Output HDMI1 has no monitor section
 114   │ [ 16851.200] (II) intel(G0): Enabled output HDMI1
 115   │ [ 16851.200] (--) intel(G0): Using a maximum size of 256x256 for hardware cursors
 116   │ [ 16851.200] (II) intel(G0): Output VIRTUAL1 has no monitor section
 117   │ [ 16851.200] (II) intel(G0): Enabled output VIRTUAL1
 118   │ [ 16851.201] (II) intel(G0): EDID for output eDP1
 119   │ [ 16851.201] (II) intel(G0): Manufacturer: LGD  Model: 525  Serial#: 0
 120   │ [ 16851.201] (II) intel(G0): Year: 2016  Week: 0
 121   │ [ 16851.201] (II) intel(G0): EDID Version: 1.4
 122   │ [ 16851.201] (II) intel(G0): Digital Display Input
 123   │ [ 16851.201] (II) intel(G0): 6 bits per channel
 124   │ [ 16851.201] (II) intel(G0): Digital interface is DisplayPort
 125   │ [ 16851.201] (II) intel(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
 126   │ [ 16851.201] (II) intel(G0): Gamma: 2.20
 127   │ [ 16851.201] (II) intel(G0): No DPMS capabilities specified
 128   │ [ 16851.201] (II) intel(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
 129   │ [ 16851.202] (II) intel(G0): First detailed timing is preferred mode
 130   │ [ 16851.202] (II) intel(G0): Preferred mode is native pixel format and refresh rate
 131   │ [ 16851.202] (II) intel(G0): redX: 0.567 redY: 0.344   greenX: 0.332 greenY: 0.561
 132   │ [ 16851.202] (II) intel(G0): blueX: 0.159 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
 133   │ [ 16851.202] (II) intel(G0): Manufacturer's mask: 0
 134   │ [ 16851.202] (II) intel(G0): Supported detailed timing:
 135   │ [ 16851.202] (II) intel(G0): clock: 76.3 MHz   Image Size:  344 x 194 mm
 136   │ [ 16851.202] (II) intel(G0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1610 h_border: 0
 137   │ [ 16851.202] (II) intel(G0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 790 v_border: 0
 138   │ [ 16851.202] (II) intel(G0): Supported detailed timing:
 139   │ [ 16851.202] (II) intel(G0): clock: 61.0 MHz   Image Size:  344 x 194 mm
 140   │ [ 16851.202] (II) intel(G0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1610 h_border: 0
 141   │ [ 16851.202] (II) intel(G0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 790 v_border: 0
 142   │ [ 16851.202] (II) intel(G0):  H97H1156WHU
 143   │ [ 16851.202] (II) intel(G0): Unknown vendor-specific block 0
 144   │ [ 16851.202] (II) intel(G0): EDID (in hex):
 145   │ [ 16851.202] (II) intel(G0):    00ffffffffffff0030e4250500000000
 146   │ [ 16851.202] (II) intel(G0):    001a0104952213780a42e59158558f28
 147   │ [ 16851.202] (II) intel(G0):    1e505400000001010101010101010101
 148   │ [ 16851.202] (II) intel(G0):    010101010101d01d56f4500016303020
 149   │ [ 16851.202] (II) intel(G0):    350058c21000001ad91756f450001630
 150   │ [ 16851.202] (II) intel(G0):    3020350058c21000001a000000fe0048
 151   │ [ 16851.202] (II) intel(G0):    39374831803135365748550a00000000
 152   │ [ 16851.202] (II) intel(G0):    00004131940010000009010a2020008d
 153   │ [ 16851.203] (II) intel(G0): Not using default mode "320x240" (doublescan mode not supported)
 154   │ [ 16851.203] (II) intel(G0): Not using default mode "400x300" (doublescan mode not supported)
 155   │ [ 16851.203] (II) intel(G0): Not using default mode "400x300" (doublescan mode not supported)
 156   │ [ 16851.203] (II) intel(G0): Not using default mode "512x384" (doublescan mode not supported)
 157   │ [ 16851.203] (II) intel(G0): Not using default mode "640x480" (doublescan mode not supported)
 158   │ [ 16851.203] (II) intel(G0): Not using default mode "640x512" (doublescan mode not supported)
 159   │ [ 16851.203] (II) intel(G0): Not using default mode "700x525" (doublescan mode not supported)
 160   │ [ 16851.203] (II) intel(G0): Not using default mode "320x180" (doublescan mode not supported)
 161   │ [ 16851.203] (II) intel(G0): Not using default mode "320x180" (doublescan mode not supported)
 162   │ [ 16851.203] (II) intel(G0): Not using default mode "360x202" (doublescan mode not supported)
 163   │ [ 16851.203] (II) intel(G0): Not using default mode "360x202" (doublescan mode not supported)
 164   │ [ 16851.203] (II) intel(G0): Not using default mode "432x243" (doublescan mode not supported)
 165   │ [ 16851.203] (II) intel(G0): Not using default mode "432x243" (doublescan mode not supported)
 166   │ [ 16851.203] (II) intel(G0): Not using default mode "480x270" (doublescan mode not supported)
 167   │ [ 16851.203] (II) intel(G0): Not using default mode "480x270" (doublescan mode not supported)
 168   │ [ 16851.203] (II) intel(G0): Not using default mode "512x288" (doublescan mode not supported)
 169   │ [ 16851.203] (II) intel(G0): Not using default mode "512x288" (doublescan mode not supported)
 170   │ [ 16851.203] (II) intel(G0): Not using default mode "640x360" (doublescan mode not supported)
 171   │ [ 16851.203] (II) intel(G0): Not using default mode "640x360" (doublescan mode not supported)
 172   │ [ 16851.203] (II) intel(G0): Not using default mode "684x384" (doublescan mode not supported)
 173   │ [ 16851.203] (II) intel(G0): Not using default mode "684x384" (doublescan mode not supported)
 174   │ [ 16851.203] (II) intel(G0): Not using default mode "800x450" (doublescan mode not supported)
 175   │ [ 16851.203] (II) intel(G0): Not using default mode "800x450" (doublescan mode not supported)
 176   │ [ 16851.203] (II) intel(G0): Not using default mode "960x540" (doublescan mode not supported)
 177   │ [ 16851.203] (II) intel(G0): Not using default mode "640x400" (doublescan mode not supported)
 178   │ [ 16851.203] (II) intel(G0): Not using default mode "640x400" (doublescan mode not supported)
 179   │ [ 16851.203] (II) intel(G0): Not using default mode "700x450" (doublescan mode not supported)
 180   │ [ 16851.203] (II) intel(G0): Not using default mode "700x450" (doublescan mode not supported)
 181   │ [ 16851.203] (II) intel(G0): Not using default mode "840x525" (doublescan mode not supported)
 182   │ [ 16851.203] (II) intel(G0): Not using default mode "840x525" (doublescan mode not supported)
 183   │ [ 16851.203] (II) intel(G0): Printing probed modes for output eDP1
 184   │ [ 16851.203] (II) intel(G0): Modeline "1366x768"x60.0   76.32  1366 1414 1446 1610  768 771 776 790 +hsync -vsync (47.4 kHz eP)
 185   │ [ 16851.203] (II) intel(G0): Modeline "1366x768"x48.0   61.05  1366 1414 1446 1610  768 771 776 790 +hsync -vsync (37.9 kHz e)
 186   │ [ 16851.203] (II) intel(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
 187   │ [ 16851.203] (II) intel(G0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz)
 188   │ [ 16851.203] (II) intel(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
 189   │ [ 16851.203] (II) intel(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
 190   │ [ 16851.203] (II) intel(G0): Modeline "1024x576"x60.0   46.99  1024 1064 1168 1312  576 577 580 597 -hsync +vsync (35.8 kHz)
 191   │ [ 16851.203] (II) intel(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
 192   │ [ 16851.203] (II) intel(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
 193   │ [ 16851.203] (II) intel(G0): Modeline "960x540"x60.0   40.78  960 992 1088 1216  540 541 544 559 -hsync +vsync (33.5 kHz)
 194   │ [ 16851.203] (II) intel(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
 195   │ [ 16851.203] (II) intel(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
 196   │ [ 16851.203] (II) intel(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
 197   │ [ 16851.203] (II) intel(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
 198   │ [ 16851.203] (II) intel(G0): Modeline "864x486"x60.0   32.90  864 888 976 1088  486 487 490 504 -hsync +vsync (30.2 kHz)
 199   │ [ 16851.203] (II) intel(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
 200   │ [ 16851.203] (II) intel(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
 201   │ [ 16851.203] (II) intel(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
 202   │ [ 16851.203] (II) intel(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
 203   │ [ 16851.203] (II) intel(G0): Modeline "720x405"x60.0   22.18  720 728 800 880  405 406 409 420 -hsync +vsync (25.2 kHz)
 204   │ [ 16851.204] (II) intel(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
 205   │ [ 16851.204] (II) intel(G0): Modeline "680x384"x60.0   19.68  680 688 752 824  384 385 388 398 -hsync +vsync (23.9 kHz)
 206   │ [ 16851.204] (II) intel(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
 207   │ [ 16851.204] (II) intel(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
 208   │ [ 16851.204] (II) intel(G0): Modeline "640x360"x60.0   17.19  640 640 704 768  360 361 364 373 -hsync +vsync (22.4 kHz)
 209   │ [ 16851.231] (II) intel(G0): EDID for output HDMI1
 210   │ [ 16851.231] (II) intel(G0): Manufacturer: DEL  Model: a196  Serial#: 810110540
 211   │ [ 16851.231] (II) intel(G0): Year: 2021  Week: 12
 212   │ [ 16851.231] (II) intel(G0): EDID Version: 1.3
 213   │ [ 16851.231] (II) intel(G0): Digital Display Input
 214   │ [ 16851.231] (II) intel(G0): Max Image Size [cm]: horiz.: 60  vert.: 34
 215   │ [ 16851.231] (II) intel(G0): Gamma: 2.20
 216   │ [ 16851.231] (II) intel(G0): DPMS capabilities: StandBy Suspend Off
 217   │ [ 16851.231] (II) intel(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
 218   │ [ 16851.231] (II) intel(G0): First detailed timing is preferred mode
 219   │ [ 16851.231] (II) intel(G0): redX: 0.657 redY: 0.329   greenX: 0.305 greenY: 0.645
 220   │ [ 16851.231] (II) intel(G0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
 221   │ [ 16851.231] (II) intel(G0): Supported established timings:
 222   │ [ 16851.231] (II) intel(G0): 720x400@70Hz
 223   │ [ 16851.231] (II) intel(G0): 640x480@60Hz
 224   │ [ 16851.231] (II) intel(G0): 640x480@75Hz
 225   │ [ 16851.231] (II) intel(G0): 800x600@60Hz
 226   │ [ 16851.232] (II) intel(G0): 800x600@75Hz
 227   │ [ 16851.232] (II) intel(G0): 1024x768@60Hz
 228   │ [ 16851.232] (II) intel(G0): 1024x768@75Hz
 229   │ [ 16851.232] (II) intel(G0): 1280x1024@75Hz
 230   │ [ 16851.232] (II) intel(G0): Manufacturer's mask: 0
 231   │ [ 16851.232] (II) intel(G0): Supported standard timings:
 232   │ [ 16851.232] (II) intel(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
 233   │ [ 16851.232] (II) intel(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
 234   │ [ 16851.232] (II) intel(G0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
 235   │ [ 16851.232] (II) intel(G0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
 236   │ [ 16851.232] (II) intel(G0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
 237   │ [ 16851.232] (II) intel(G0): #5: hsize: 2048  vsize 1280  refresh: 60  vid: 225
 238   │ [ 16851.232] (II) intel(G0): Supported detailed timing:
 239   │ [ 16851.232] (II) intel(G0): clock: 594.0 MHz   Image Size:  597 x 336 mm
 240   │ [ 16851.232] (II) intel(G0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
 241   │ [ 16851.232] (II) intel(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
 242   │ [ 16851.232] (II) intel(G0): Serial No: 4X91M43
 243   │ [ 16851.232] (II) intel(G0): Monitor name: DELL S2721QS
 244   │ [ 16851.232] (II) intel(G0): Ranges: V min: 40 V max: 60 Hz, H min: 130 H max: 137 kHz, PixClock max 605 MHz
 245   │ [ 16851.232] (II) intel(G0): Supported detailed timing:
 246   │ [ 16851.232] (II) intel(G0): clock: 241.5 MHz   Image Size:  597 x 336 mm
 247   │ [ 16851.232] (II) intel(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
 248   │ [ 16851.232] (II) intel(G0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
 249   │ [ 16851.232] (II) intel(G0): Number of EDID sections to follow: 1
 250   │ [ 16851.232] (II) intel(G0): EDID (in hex):
 251   │ [ 16851.232] (II) intel(G0):    00ffffffffffff0010ac96a14c4e4930
 252   │ [ 16851.232] (II) intel(G0):    0c1f0103803c2278ea5095a8544ea526
 253   │ [ 16851.232] (II) intel(G0):    0f5054a54b00714f8180a9c0a940d1c0
 254   │ [ 16851.232] (II) intel(G0):    e1000101010108e80030f2705a80b058
 255   │ [ 16851.232] (II) intel(G0):    8a0055502100001e000000ff00345839
 256   │ [ 16851.232] (II) intel(G0):    314d34330a2020202020000000fc0044
 257   │ [ 16851.232] (II) intel(G0):    454c4c20533237323151530a000000fd
 258   │ [ 16851.232] (II) intel(G0):    00283c82893c000a20202020202001c9
 259   │ [ 16851.232] (II) intel(G0):    020350f1546101020304050607101112
 260   │ [ 16851.232] (II) intel(G0):    1415161f20215d5e5f23090707830100
 261   │ [ 16851.232] (II) intel(G0):    006d030c001000384420006003020167
 262   │ [ 16851.232] (II) intel(G0):    d85dc401788001e40f010000e305c000
 263   │ [ 16851.232] (II) intel(G0):    e60605015a5a00681a00000101283ce6
 264   │ [ 16851.232] (II) intel(G0):    565e00a0a0a029503020350055502100
 265   │ [ 16851.232] (II) intel(G0):    001a0000000000000000000000000000
 266   │ [ 16851.232] (II) intel(G0):    000000000000000000000000000000d5
 267   │ [ 16851.232] (--) intel(G0): HDMI max TMDS frequency 340000KHz
 268   │ [ 16851.232] (II) intel(G0): Printing probed modes for output HDMI1
 269   │ [ 16851.232] (II) intel(G0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz e)
 270   │ [ 16851.233] (II) intel(G0): Modeline "3840x2160"x25.0  297.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (56.2 kHz e)
 271   │ [ 16851.233] (II) intel(G0): Modeline "3840x2160"x24.0  297.00  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (54.0 kHz e)
 272   │ [ 16851.233] (II) intel(G0): Modeline "3840x2160"x30.0  296.70  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.4 kHz e)
 273   │ [ 16851.233] (II) intel(G0): Modeline "3840x2160"x24.0  296.70  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (53.9 kHz e)
 274   │ [ 16851.233] (II) intel(G0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz e)
 275   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
 276   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
 277   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
 278   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080"x60.0  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
 279   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
 280   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
 281   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
 282   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
 283   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080i"x60.0   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
 284   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
 285   │ [ 16851.233] (II) intel(G0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
 286   │ [ 16851.233] (II) intel(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
 287   │ [ 16851.233] (II) intel(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
 288   │ [ 16851.233] (II) intel(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
 289   │ [ 16851.233] (II) intel(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
 290   │ [ 16851.233] (II) intel(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
 291   │ [ 16851.233] (II) intel(G0): Modeline "1280x720"x60.0   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
 292   │ [ 16851.233] (II) intel(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
 293   │ [ 16851.233] (II) intel(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
 294   │ [ 16851.233] (II) intel(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
 295   │ [ 16851.233] (II) intel(G0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
 296   │ [ 16851.233] (II) intel(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
 297   │ [ 16851.233] (II) intel(G0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
 298   │ [ 16851.233] (II) intel(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
 299   │ [ 16851.233] (II) intel(G0): Modeline "720x480"x60.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
 300   │ [ 16851.233] (II) intel(G0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
 301   │ [ 16851.233] (II) intel(G0): Modeline "720x480i"x60.0   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
 302   │ [ 16851.233] (II) intel(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
 303   │ [ 16851.233] (II) intel(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
 304   │ [ 16851.233] (II) intel(G0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
 305   │ [ 16851.233] (II) intel(G0): Modeline "720x400"x70.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
 306   │ [ 16851.233] (II) intel(G0): EDID for output VIRTUAL1
 307   │ [ 16851.233] (==) intel(G0): TearFree enabled
 308   │ [ 16851.233] (==) intel(G0): Using gamma correction (1.0, 1.0, 1.0)
 309   │ [ 16851.233] (==) intel(G0): DPI set to (96, 96)
 310   │ [ 16851.233] (II) Loading sub module "dri3"
 311   │ [ 16851.233] (II) LoadModule: "dri3"
 312   │ [ 16851.234] (II) Module "dri3" already built-in
 313   │ [ 16851.234] (II) Loading sub module "dri2"
 314   │ [ 16851.234] (II) LoadModule: "dri2"
 315   │ [ 16851.234] (II) Module "dri2" already built-in
 316   │ [ 16851.234] (II) Loading sub module "present"
 317   │ [ 16851.234] (II) LoadModule: "present"
 318   │ [ 16851.234] (II) Module "present" already built-in
 319   │ [ 16851.234] (EE) Screen(s) found, but none have a usable configuration.
 320   │ [ 16851.234] (EE)
 321   │ Fatal server error:
 322   │ [ 16851.234] (EE) no screens found(EE)
 323   │ [ 16851.234] (EE)
 324   │ Please consult the The X.Org Foundation support
 325   │      at http://wiki.x.org
 326   │  for help.
 327   │ [ 16851.234] (EE) Please also check the log file at "/home/vtimofei/.local/share/xorg/Xorg.1.log" for additional information.
 328   │ [ 16851.234] (EE)
 329   │ [ 16851.259] (EE) Server terminated with error (1). Closing log file.

The log of the second one is:

───────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
       │ File: /home/vtimofei/.local/share/xorg/Xorg.1.log
───────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
   1   │ [ 17094.780] (WW) Failed to open protocol names file lib/xorg/protocol.txt
   2   │ [ 17094.782]
   3   │ X.Org X Server 1.20.11
   4   │ X Protocol Version 11, Revision 0
   5   │ [ 17094.785] Build Operating System: Linux Archlinux
   6   │ [ 17094.787] Current Operating System: Linux dell 5.10.45-1-lts #1 SMP Fri, 18 Jun 2021 09:39:32 +0000 x86_64
   7   │ [ 17094.787] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=/dev/sda9 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0
   8   │ [ 17094.789] Build Date: 13 April 2021  03:12:10PM
   9   │ [ 17094.790]
  10   │ [ 17094.792] Current version of pixman: 0.40.0
  11   │ [ 17094.794]    Before reporting problems, check http://wiki.x.org
  12   │     to make sure that you have the latest version.
  13   │ [ 17094.794] Markers: (--) probed, (**) from config file, (==) default setting,
  14   │     (++) from command line, (!!) notice, (II) informational,
  15   │     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  16   │ [ 17094.799] (==) Log file: "/home/vtimofei/.local/share/xorg/Xorg.1.log", Time: Mon Jun 21 22:11:43 2021
  17   │ [ 17094.800] (==) Using config directory: "/etc/X11/xorg.conf.d"
  18   │ [ 17094.802] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  19   │ [ 17094.802] (==) No Layout section.  Using the first Screen section.
  20   │ [ 17094.802] (==) No screen section available. Using defaults.
  21   │ [ 17094.802] (**) |-->Screen "Default Screen Section" (0)
  22   │ [ 17094.802] (**) |   |-->Monitor "<default monitor>"
  23   │ [ 17094.802] (==) No monitor specified for screen "Default Screen Section".
  24   │     Using a default monitor configuration.
  25   │ [ 17094.802] (==) Automatically adding devices
  26   │ [ 17094.802] (==) Automatically enabling devices
  27   │ [ 17094.802] (==) Automatically adding GPU devices
  28   │ [ 17094.802] (==) Automatically binding GPU devices
  29   │ [ 17094.802] (==) Max clients allowed: 256, resource mask: 0x1fffff
  30   │ [ 17094.802] (WW) The directory "/usr/share/fonts/misc" does not exist.
  31   │ [ 17094.802]    Entry deleted from font path.
  32   │ [ 17094.802] (WW) The directory "/usr/share/fonts/OTF" does not exist.
  33   │ [ 17094.802]    Entry deleted from font path.
  34   │ [ 17094.802] (WW) The directory "/usr/share/fonts/Type1" does not exist.
  35   │ [ 17094.802]    Entry deleted from font path.
  36   │ [ 17094.802] (==) FontPath set to:
  37   │     /usr/share/fonts/TTF,
  38   │     /usr/share/fonts/100dpi,
  39   │     /usr/share/fonts/75dpi
  40   │ [ 17094.802] (==) ModulePath set to "/usr/lib/xorg/modules"
  41   │ [ 17094.802] (II) The server relies on udev to provide the list of input devices.
  42   │     If no devices become available, reconfigure udev or disable AutoAddDevices.
  43   │ [ 17094.802] (II) Module ABI versions:
  44   │ [ 17094.802]    X.Org ANSI C Emulation: 0.4
  45   │ [ 17094.802]    X.Org Video Driver: 24.1
  46   │ [ 17094.802]    X.Org XInput driver : 24.1
  47   │ [ 17094.802]    X.Org Server Extension : 10.0
  48   │ [ 17094.803] (++) using VT number 2
  49   │
  50   │ [ 17094.804] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
  51   │ [ 17094.804] (II) xfree86: Adding drm device (/dev/dri/card1)
  52   │ [ 17094.805] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
  53   │ [ 17094.805] (II) xfree86: Adding drm device (/dev/dri/card0)
  54   │ [ 17094.805] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
  55   │ [ 17094.806] (**) OutputClass "My Class" setting /dev/dri/card0 as PrimaryGPU
  56   │ [ 17094.807] (--) PCI: (0@0:2:0) 8086:5916:1028:0767 rev 2, Mem @ 0xde000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
  57   │ [ 17094.807] (--) PCI:*(1@0:0:0) 1002:6900:1028:0767 rev 195, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xdf200000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
  58   │ [ 17094.807] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
  59   │ [ 17094.807] (II) LoadModule: "glx"
  60   │ [ 17094.807] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
  61   │ [ 17094.808] (II) Module glx: vendor="X.Org Foundation"
  62   │ [ 17094.808]    compiled for 1.20.11, module version = 1.0.0
  63   │ [ 17094.808]    ABI class: X.Org Server Extension, version 10.0
  64   │ [ 17094.808] (II) Applying OutputClass "My Class" to /dev/dri/card0
  65   │ [ 17094.808]    loading driver: modesetting
  66   │ [ 17094.808] (==) Matched modesetting as autoconfigured driver 0
  67   │ [ 17094.808] (==) Matched ati as autoconfigured driver 1
  68   │ [ 17094.808] (==) Matched intel as autoconfigured driver 2
  69   │ [ 17094.808] (==) Matched fbdev as autoconfigured driver 3
  70   │ [ 17094.808] (==) Matched vesa as autoconfigured driver 4
  71   │ [ 17094.808] (==) Assigned the driver to the xf86ConfigLayout
  72   │ [ 17094.808] (II) LoadModule: "modesetting"
  73   │ [ 17094.808] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
  74   │ [ 17094.808] (II) Module modesetting: vendor="X.Org Foundation"
  75   │ [ 17094.808]    compiled for 1.20.11, module version = 1.20.11
  76   │ [ 17094.808]    Module class: X.Org Video Driver
  77   │ [ 17094.808]    ABI class: X.Org Video Driver, version 24.1
  78   │ [ 17094.808] (II) LoadModule: "ati"
  79   │ [ 17094.809] (WW) Warning, couldn't open module ati
  80   │ [ 17094.809] (EE) Failed to load module "ati" (module does not exist, 0)
  81   │ [ 17094.809] (II) LoadModule: "intel"
  82   │ [ 17094.809] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
  83   │ [ 17094.809] (II) Module intel: vendor="X.Org Foundation"
  84   │ [ 17094.809]    compiled for 1.20.10, module version = 2.99.917
  85   │ [ 17094.809]    Module class: X.Org Video Driver
  86   │ [ 17094.809]    ABI class: X.Org Video Driver, version 24.1
  87   │ [ 17094.809] (II) LoadModule: "fbdev"
  88   │ [ 17094.809] (WW) Warning, couldn't open module fbdev
  89   │ [ 17094.809] (EE) Failed to load module "fbdev" (module does not exist, 0)
  90   │ [ 17094.809] (II) LoadModule: "vesa"
  91   │ [ 17094.809] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
  92   │ [ 17094.809] (II) Module vesa: vendor="X.Org Foundation"
  93   │ [ 17094.809]    compiled for 1.20.9, module version = 2.5.0
  94   │ [ 17094.809]    Module class: X.Org Video Driver
  95   │ [ 17094.809]    ABI class: X.Org Video Driver, version 24.1
  96   │ [ 17094.809] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
  97   │ [ 17094.809] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
  98   │     i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
  99   │     915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
 100   │     Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
 101   │     GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
 102   │ [ 17094.809] (II) intel: Driver for Intel(R) HD Graphics
 103   │ [ 17094.809] (II) intel: Driver for Intel(R) Iris(TM) Graphics
 104   │ [ 17094.809] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
 105   │ [ 17094.809] (II) VESA: driver for VESA chipsets: vesa
 106   │ [ 17094.809] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
 107   │ [ 17094.809] (II) modeset(0): using drv /dev/dri/card0
 108   │ [ 17094.809] (II) modeset(G0): using drv /dev/dri/card1
 109   │ [ 17094.809] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
 110   │ [ 17094.809] (II) modeset(0): Using 24bpp hw front buffer with 32bpp shadow
 111   │ [ 17094.809] (II) modeset(0): Creating default Display subsection in Screen section
 112   │     "Default Screen Section" for depth/fbbpp 24/32
 113   │ [ 17094.809] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
 114   │ [ 17094.809] (II) Applying OutputClass "My Class" options to /dev/dri/card0
 115   │ [ 17094.809] (==) modeset(0): RGB weight 888
 116   │ [ 17094.809] (==) modeset(0): Default visual is TrueColor
 117   │ [ 17094.809] (**) modeset(0): Cannot use glamor with 24bpp packed fb
 118   │ [ 17094.809] (II) modeset(0): ShadowFB: preferred YES, enabled FORCE
 119   │ [ 17094.809] (II) modeset(0): Double-buffered shadow updates: off
 120   │ [ 17094.809] (WW) modeset(0): No outputs definitely connected, trying again...
 121   │ [ 17094.809] (WW) modeset(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
 122   │ [ 17094.809] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
 123   │ [ 17094.809] (EE) modeset(0): No modes.
 124   │ [ 17094.809] (II) UnloadModule: "modesetting"
 125   │ [ 17094.809] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
 126   │ [ 17094.809] (==) modeset(G0): RGB weight 888
 127   │ [ 17094.809] (==) modeset(G0): Default visual is TrueColor
 128   │ [ 17094.809] (II) Loading sub module "glamoregl"
 129   │ [ 17094.809] (II) LoadModule: "glamoregl"
 130   │ [ 17094.809] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
 131   │ [ 17094.812] (II) Module glamoregl: vendor="X.Org Foundation"
 132   │ [ 17094.812]    compiled for 1.20.11, module version = 1.0.1
 133   │ [ 17094.812]    ABI class: X.Org ANSI C Emulation, version 0.4
 134   │ [ 17094.840] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 620 (KBL GT2)
 135   │ [ 17094.840] (II) modeset(G0): glamor initialized
 136   │ [ 17094.841] (II) modeset(G0): Output eDP-1-1 has no monitor section
 137   │ [ 17094.868] (II) modeset(G0): Output HDMI-1-1 has no monitor section
 138   │ [ 17094.869] (II) modeset(G0): EDID for output eDP-1-1
 139   │ [ 17094.869] (II) modeset(G0): Manufacturer: LGD  Model: 525  Serial#: 0
 140   │ [ 17094.869] (II) modeset(G0): Year: 2016  Week: 0
 141   │ [ 17094.869] (II) modeset(G0): EDID Version: 1.4
 142   │ [ 17094.869] (II) modeset(G0): Digital Display Input
 143   │ [ 17094.869] (II) modeset(G0): 6 bits per channel
 144   │ [ 17094.869] (II) modeset(G0): Digital interface is DisplayPort
 145   │ [ 17094.869] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
 146   │ [ 17094.869] (II) modeset(G0): Gamma: 2.20
 147   │ [ 17094.869] (II) modeset(G0): No DPMS capabilities specified
 148   │ [ 17094.869] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
 149   │ [ 17094.869] (II) modeset(G0): First detailed timing is preferred mode
 150   │ [ 17094.869] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
 151   │ [ 17094.869] (II) modeset(G0): redX: 0.567 redY: 0.344   greenX: 0.332 greenY: 0.561
 152   │ [ 17094.869] (II) modeset(G0): blueX: 0.159 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
 153   │ [ 17094.869] (II) modeset(G0): Manufacturer's mask: 0
 154   │ [ 17094.869] (II) modeset(G0): Supported detailed timing:
 155   │ [ 17094.869] (II) modeset(G0): clock: 76.3 MHz   Image Size:  344 x 194 mm
 156   │ [ 17094.869] (II) modeset(G0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1610 h_border: 0
 157   │ [ 17094.869] (II) modeset(G0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 790 v_border: 0
 158   │ [ 17094.869] (II) modeset(G0): Supported detailed timing:
 159   │ [ 17094.869] (II) modeset(G0): clock: 61.0 MHz   Image Size:  344 x 194 mm
 160   │ [ 17094.869] (II) modeset(G0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1610 h_border: 0
 161   │ [ 17094.869] (II) modeset(G0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 790 v_border: 0
 162   │ [ 17094.869] (II) modeset(G0):  H97H1156WHU
 163   │ [ 17094.869] (II) modeset(G0): Unknown vendor-specific block 0
 164   │ [ 17094.869] (II) modeset(G0): EDID (in hex):
 165   │ [ 17094.869] (II) modeset(G0):  00ffffffffffff0030e4250500000000
 166   │ [ 17094.869] (II) modeset(G0):  001a0104952213780a42e59158558f28
 167   │ [ 17094.869] (II) modeset(G0):  1e505400000001010101010101010101
 168   │ [ 17094.869] (II) modeset(G0):  010101010101d01d56f4500016303020
 169   │ [ 17094.869] (II) modeset(G0):  350058c21000001ad91756f450001630
 170   │ [ 17094.869] (II) modeset(G0):  3020350058c21000001a000000fe0048
 171   │ [ 17094.869] (II) modeset(G0):  39374831803135365748550a00000000
 172   │ [ 17094.869] (II) modeset(G0):  00004131940010000009010a2020008d
 173   │ [ 17094.869] (II) modeset(G0): Printing probed modes for output eDP-1-1
 174   │ [ 17094.869] (II) modeset(G0): Modeline "1366x768"x60.0   76.32  1366 1414 1446 1610  768 771 776 790 +hsync -vsync (47.4 kHz eP)
 175   │ [ 17094.869] (II) modeset(G0): Modeline "1366x768"x48.0   61.05  1366 1414 1446 1610  768 771 776 790 +hsync -vsync (37.9 kHz e)
 176   │ [ 17094.869] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
 177   │ [ 17094.869] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
 178   │ [ 17094.869] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
 179   │ [ 17094.869] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
 180   │ [ 17094.869] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
 181   │ [ 17094.869] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
 182   │ [ 17094.869] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
 183   │ [ 17094.869] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
 184   │ [ 17094.869] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
 185   │ [ 17094.869] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
 186   │ [ 17094.869] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
 187   │ [ 17094.869] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
 188   │ [ 17094.869] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
 189   │ [ 17094.869] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
 190   │ [ 17094.869] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
 191   │ [ 17094.869] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
 192   │ [ 17094.869] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
 193   │ [ 17094.869] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
 194   │ [ 17094.869] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
 195   │ [ 17094.869] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
 196   │ [ 17094.869] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
 197   │ [ 17094.869] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
 198   │ [ 17094.869] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
 199   │ [ 17094.869] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
 200   │ [ 17094.869] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
 201   │ [ 17094.869] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
 202   │ [ 17094.869] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
 203   │ [ 17094.869] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
 204   │ [ 17094.869] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
 205   │ [ 17094.869] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
 206   │ [ 17094.869] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
 207   │ [ 17094.869] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
 208   │ [ 17094.869] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
 209   │ [ 17094.869] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
 210   │ [ 17094.869] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
 211   │ [ 17094.869] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
 212   │ [ 17094.869] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
 213   │ [ 17094.869] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
 214   │ [ 17094.869] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
 215   │ [ 17094.869] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
 216   │ [ 17094.869] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
 217   │ [ 17094.869] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
 218   │ [ 17094.869] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
 219   │ [ 17094.869] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
 220   │ [ 17094.869] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
 221   │ [ 17094.869] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
 222   │ [ 17094.869] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
 223   │ [ 17094.869] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
 224   │ [ 17094.869] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
 225   │ [ 17094.869] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
 226   │ [ 17094.869] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
 227   │ [ 17094.869] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
 228   │ [ 17094.869] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
 229   │ [ 17094.869] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
 230   │ [ 17094.869] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
 231   │ [ 17094.869] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
 232   │ [ 17094.869] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
 233   │ [ 17094.869] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
 234   │ [ 17094.896] (II) modeset(G0): EDID for output HDMI-1-1
 235   │ [ 17094.896] (II) modeset(G0): Manufacturer: DEL  Model: a196  Serial#: 810110540
 236   │ [ 17094.896] (II) modeset(G0): Year: 2021  Week: 12
 237   │ [ 17094.896] (II) modeset(G0): EDID Version: 1.3
 238   │ [ 17094.896] (II) modeset(G0): Digital Display Input
 239   │ [ 17094.896] (II) modeset(G0): Max Image Size [cm]: horiz.: 60  vert.: 34
 240   │ [ 17094.896] (II) modeset(G0): Gamma: 2.20
 241   │ [ 17094.896] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
 242   │ [ 17094.896] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
 243   │ [ 17094.896] (II) modeset(G0): First detailed timing is preferred mode
 244   │ [ 17094.896] (II) modeset(G0): redX: 0.657 redY: 0.329   greenX: 0.305 greenY: 0.645
 245   │ [ 17094.896] (II) modeset(G0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
 246   │ [ 17094.896] (II) modeset(G0): Supported established timings:
 247   │ [ 17094.896] (II) modeset(G0): 720x400@70Hz
 248   │ [ 17094.896] (II) modeset(G0): 640x480@60Hz
 249   │ [ 17094.896] (II) modeset(G0): 640x480@75Hz
 250   │ [ 17094.896] (II) modeset(G0): 800x600@60Hz
 251   │ [ 17094.896] (II) modeset(G0): 800x600@75Hz
 252   │ [ 17094.896] (II) modeset(G0): 1024x768@60Hz
 253   │ [ 17094.896] (II) modeset(G0): 1024x768@75Hz
 254   │ [ 17094.896] (II) modeset(G0): 1280x1024@75Hz
 255   │ [ 17094.896] (II) modeset(G0): Manufacturer's mask: 0
 256   │ [ 17094.896] (II) modeset(G0): Supported standard timings:
 257   │ [ 17094.896] (II) modeset(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
 258   │ [ 17094.896] (II) modeset(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
 259   │ [ 17094.896] (II) modeset(G0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
 260   │ [ 17094.896] (II) modeset(G0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
 261   │ [ 17094.896] (II) modeset(G0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
 262   │ [ 17094.896] (II) modeset(G0): #5: hsize: 2048  vsize 1280  refresh: 60  vid: 225
 263   │ [ 17094.896] (II) modeset(G0): Supported detailed timing:
 264   │ [ 17094.896] (II) modeset(G0): clock: 594.0 MHz   Image Size:  597 x 336 mm
 265   │ [ 17094.896] (II) modeset(G0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
 266   │ [ 17094.896] (II) modeset(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
 267   │ [ 17094.896] (II) modeset(G0): Serial No: 4X91M43
 268   │ [ 17094.896] (II) modeset(G0): Monitor name: DELL S2721QS
 269   │ [ 17094.896] (II) modeset(G0): Ranges: V min: 40 V max: 60 Hz, H min: 130 H max: 137 kHz, PixClock max 605 MHz
 270   │ [ 17094.896] (II) modeset(G0): Supported detailed timing:
 271   │ [ 17094.896] (II) modeset(G0): clock: 241.5 MHz   Image Size:  597 x 336 mm
 272   │ [ 17094.896] (II) modeset(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
 273   │ [ 17094.896] (II) modeset(G0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
 274   │ [ 17094.896] (II) modeset(G0): Number of EDID sections to follow: 1
 275   │ [ 17094.896] (II) modeset(G0): EDID (in hex):
 276   │ [ 17094.896] (II) modeset(G0):  00ffffffffffff0010ac96a14c4e4930
 277   │ [ 17094.896] (II) modeset(G0):  0c1f0103803c2278ea5095a8544ea526
 278   │ [ 17094.896] (II) modeset(G0):  0f5054a54b00714f8180a9c0a940d1c0
 279   │ [ 17094.897] (II) modeset(G0):  e1000101010108e80030f2705a80b058
 280   │ [ 17094.897] (II) modeset(G0):  8a0055502100001e000000ff00345839
 281   │ [ 17094.897] (II) modeset(G0):  314d34330a2020202020000000fc0044
 282   │ [ 17094.897] (II) modeset(G0):  454c4c20533237323151530a000000fd
 283   │ [ 17094.897] (II) modeset(G0):  00283c82893c000a20202020202001c9
 284   │ [ 17094.897] (II) modeset(G0):  020350f1546101020304050607101112
 285   │ [ 17094.897] (II) modeset(G0):  1415161f20215d5e5f23090707830100
 286   │ [ 17094.897] (II) modeset(G0):  006d030c001000384420006003020167
 287   │ [ 17094.897] (II) modeset(G0):  d85dc401788001e40f010000e305c000
 288   │ [ 17094.897] (II) modeset(G0):  e60605015a5a00681a00000101283ce6
 289   │ [ 17094.897] (II) modeset(G0):  565e00a0a0a029503020350055502100
 290   │ [ 17094.897] (II) modeset(G0):  001a0000000000000000000000000000
 291   │ [ 17094.897] (II) modeset(G0):  000000000000000000000000000000d5
 292   │ [ 17094.897] (--) modeset(G0): HDMI max TMDS frequency 340000KHz
 293   │ [ 17094.897] (II) modeset(G0): Printing probed modes for output HDMI-1-1
 294   │ [ 17094.897] (II) modeset(G0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz e)
 295   │ [ 17094.897] (II) modeset(G0): Modeline "3840x2160"x25.0  297.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (56.2 kHz e)
 296   │ [ 17094.897] (II) modeset(G0): Modeline "3840x2160"x24.0  297.00  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (54.0 kHz e)
 297   │ [ 17094.897] (II) modeset(G0): Modeline "3840x2160"x30.0  296.70  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.4 kHz e)
 298   │ [ 17094.897] (II) modeset(G0): Modeline "3840x2160"x24.0  296.70  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (53.9 kHz e)
 299   │ [ 17094.897] (II) modeset(G0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz e)
 300   │ [ 17094.897] (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
 301   │ [ 17094.897] (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
 302   │ [ 17094.897] (II) modeset(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
 303   │ [ 17094.897] (II) modeset(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
 304   │ [ 17094.897] (II) modeset(G0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
 305   │ [ 17094.897] (II) modeset(G0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
 306   │ [ 17094.897] (II) modeset(G0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
 307   │ [ 17094.897] (II) modeset(G0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
 308   │ [ 17094.897] (II) modeset(G0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
 309   │ [ 17094.897] (II) modeset(G0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
 310   │ [ 17094.897] (II) modeset(G0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
 311   │ [ 17094.897] (II) modeset(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
 312   │ [ 17094.897] (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
 313   │ [ 17094.897] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
 314   │ [ 17094.897] (II) modeset(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
 315   │ [ 17094.897] (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
 316   │ [ 17094.897] (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
 317   │ [ 17094.897] (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
 318   │ [ 17094.897] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
 319   │ [ 17094.897] (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
 320   │ [ 17094.897] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
 321   │ [ 17094.897] (II) modeset(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
 322   │ [ 17094.897] (II) modeset(G0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
 323   │ [ 17094.897] (II) modeset(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
 324   │ [ 17094.897] (II) modeset(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
 325   │ [ 17094.897] (II) modeset(G0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
 326   │ [ 17094.897] (II) modeset(G0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
 327   │ [ 17094.897] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
 328   │ [ 17094.897] (II) modeset(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
 329   │ [ 17094.897] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
 330   │ [ 17094.897] (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
 331   │ [ 17094.897] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
 332   │ [ 17094.897] (==) modeset(G0): DPI set to (96, 96)
 333   │ [ 17094.897] (II) Loading sub module "fb"
 334   │ [ 17094.897] (II) LoadModule: "fb"
 335   │ [ 17094.897] (II) Loading /usr/lib/xorg/modules/libfb.so
 336   │ [ 17094.897] (II) Module fb: vendor="X.Org Foundation"
 337   │ [ 17094.897]    compiled for 1.20.11, module version = 1.0.0
 338   │ [ 17094.897]    ABI class: X.Org ANSI C Emulation, version 0.4
 339   │ [ 17094.897] (EE) Screen(s) found, but none have a usable configuration.
 340   │ [ 17094.897] (EE)
 341   │ Fatal server error:
 342   │ [ 17094.897] (EE) no screens found(EE)
 343   │ [ 17094.897] (EE)
 344   │ Please consult the The X.Org Foundation support
 345   │      at http://wiki.x.org
 346   │  for help.
 347   │ [ 17094.897] (EE) Please also check the log file at "/home/vtimofei/.local/share/xorg/Xorg.1.log" for additional information.
 348   │ [ 17094.897] (EE)
 349   │ [ 17094.911] (EE) Server terminated with error (1). Closing log file.
───────┴─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

Offline

#18 2021-06-21 19:36:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

  87   │ [ 16851.166] (II) modeset(0): using drv /dev/dri/card0
…
  91   │ [ 16851.195] (II) modeset(0): Using 24bpp hw front buffer with 32bpp shadow
  92   │ [ 16851.195] (II) modeset(0): Creating default Display subsection in Screen section
  93   │     "amd" for depth/fbbpp 24/32
  94   │ [ 16851.195] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
  95   │ [ 16851.195] (==) modeset(0): RGB weight 888
  96   │ [ 16851.195] (==) modeset(0): Default visual is TrueColor

This could become a problem later on:

  97   │ [ 16851.195] (**) modeset(0): Cannot use glamor with 24bpp packed fb
  98   │ [ 16851.195] (II) modeset(0): ShadowFB: preferred YES, enabled FORCE
  99   │ [ 16851.195] (II) modeset(0): Double-buffered shadow updates: off
 100   │ [ 16851.195] (WW) modeset(0): No outputs definitely connected, trying again...
 101   │ [ 16851.195] (WW) modeset(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
 102   │ [ 16851.195] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
 103   │ [ 16851.195] (EE) modeset(0): No modes.
 104   │ [ 16851.195] (II) UnloadModule: "modesetting"

But the modesetting driver seems just pissed that there isn't a monitor attached to the GPU.

Option "AllowEmptyInitialConfiguration"

is an nvidia thing… do you have some monitor you can attach to the AMD chip?

Offline

#19 2021-06-22 17:08:51

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

seth wrote:

do you have some monitor you can attach to the AMD chip?

I have a monitor connected to my laptop's HDMI port, I guess it is directly connected to the Dedicated AMD GPU but I am not sure. Is there any tool to see the HW topology?

Offline

#20 2021-06-22 19:30:46

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

DELL S2721QS ?

 209   │ [ 16851.231] (II) intel(G0): EDID for output HDMI1
 210   │ [ 16851.231] (II) intel(G0): Manufacturer: DEL  Model: a196  Serial#: 810110540
 211   │ [ 16851.231] (II) intel(G0): Year: 2021  Week: 12
 212   │ [ 16851.231] (II) intel(G0): EDID Version: 1.3
 213   │ [ 16851.231] (II) intel(G0): Digital Display Input
 214   │ [ 16851.231] (II) intel(G0): Max Image Size [cm]: horiz.: 60  vert.: 34
 215   │ [ 16851.231] (II) intel(G0): Gamma: 2.20
 216   │ [ 16851.231] (II) intel(G0): DPMS capabilities: StandBy Suspend Off
 217   │ [ 16851.231] (II) intel(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
 218   │ [ 16851.231] (II) intel(G0): First detailed timing is preferred mode
 219   │ [ 16851.231] (II) intel(G0): redX: 0.657 redY: 0.329   greenX: 0.305 greenY: 0.645
 220   │ [ 16851.231] (II) intel(G0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
 221   │ [ 16851.231] (II) intel(G0): Supported established timings:
 222   │ [ 16851.231] (II) intel(G0): 720x400@70Hz
 223   │ [ 16851.231] (II) intel(G0): 640x480@60Hz
 224   │ [ 16851.231] (II) intel(G0): 640x480@75Hz
 225   │ [ 16851.231] (II) intel(G0): 800x600@60Hz
 226   │ [ 16851.232] (II) intel(G0): 800x600@75Hz
 227   │ [ 16851.232] (II) intel(G0): 1024x768@60Hz
 228   │ [ 16851.232] (II) intel(G0): 1024x768@75Hz
 229   │ [ 16851.232] (II) intel(G0): 1280x1024@75Hz
 230   │ [ 16851.232] (II) intel(G0): Manufacturer's mask: 0
 231   │ [ 16851.232] (II) intel(G0): Supported standard timings:
 232   │ [ 16851.232] (II) intel(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
 233   │ [ 16851.232] (II) intel(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
 234   │ [ 16851.232] (II) intel(G0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
 235   │ [ 16851.232] (II) intel(G0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
 236   │ [ 16851.232] (II) intel(G0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
 237   │ [ 16851.232] (II) intel(G0): #5: hsize: 2048  vsize 1280  refresh: 60  vid: 225
 238   │ [ 16851.232] (II) intel(G0): Supported detailed timing:
 239   │ [ 16851.232] (II) intel(G0): clock: 594.0 MHz   Image Size:  597 x 336 mm
 240   │ [ 16851.232] (II) intel(G0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
 241   │ [ 16851.232] (II) intel(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
 242   │ [ 16851.232] (II) intel(G0): Serial No: 4X91M43
 243   │ [ 16851.232] (II) intel(G0): Monitor name: DELL S2721QS
 244   │ [ 16851.232] (II) intel(G0): Ranges: V min: 40 V max: 60 Hz, H min: 130 H max: 137 kHz, PixClock max 605 MHz
 245   │ [ 16851.232] (II) intel(G0): Supported detailed timing:
 246   │ [ 16851.232] (II) intel(G0): clock: 241.5 MHz   Image Size:  597 x 336 mm
 247   │ [ 16851.232] (II) intel(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
 248   │ [ 16851.232] (II) intel(G0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
 249   │ [ 16851.232] (II) intel(G0): Number of EDID sections to follow: 1
 250   │ [ 16851.232] (II) intel(G0): EDID (in hex):
 251   │ [ 16851.232] (II) intel(G0):    00ffffffffffff0010ac96a14c4e4930
 252   │ [ 16851.232] (II) intel(G0):    0c1f0103803c2278ea5095a8544ea526
 253   │ [ 16851.232] (II) intel(G0):    0f5054a54b00714f8180a9c0a940d1c0
 254   │ [ 16851.232] (II) intel(G0):    e1000101010108e80030f2705a80b058
 255   │ [ 16851.232] (II) intel(G0):    8a0055502100001e000000ff00345839
 256   │ [ 16851.232] (II) intel(G0):    314d34330a2020202020000000fc0044
 257   │ [ 16851.232] (II) intel(G0):    454c4c20533237323151530a000000fd
 258   │ [ 16851.232] (II) intel(G0):    00283c82893c000a20202020202001c9
 259   │ [ 16851.232] (II) intel(G0):    020350f1546101020304050607101112
 260   │ [ 16851.232] (II) intel(G0):    1415161f20215d5e5f23090707830100
 261   │ [ 16851.232] (II) intel(G0):    006d030c001000384420006003020167
 262   │ [ 16851.232] (II) intel(G0):    d85dc401788001e40f010000e305c000
 263   │ [ 16851.232] (II) intel(G0):    e60605015a5a00681a00000101283ce6
 264   │ [ 16851.232] (II) intel(G0):    565e00a0a0a029503020350055502100
 265   │ [ 16851.232] (II) intel(G0):    001a0000000000000000000000000000
 266   │ [ 16851.232] (II) intel(G0):    000000000000000000000000000000d5
 267   │ [ 16851.232] (--) intel(G0): HDMI max TMDS frequency 340000KHz
 268   │ [ 16851.232] (II) intel(G0): Printing probed modes for output HDMI1
 269   │ [ 16851.232] (II) intel(G0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz e)
 270   │ [ 16851.233] (II) intel(G0): Modeline "3840x2160"x25.0  297.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (56.2 kHz e)
 271   │ [ 16851.233] (II) intel(G0): Modeline "3840x2160"x24.0  297.00  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (54.0 kHz e)
 272   │ [ 16851.233] (II) intel(G0): Modeline "3840x2160"x30.0  296.70  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.4 kHz e)
 273   │ [ 16851.233] (II) intel(G0): Modeline "3840x2160"x24.0  296.70  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (53.9 kHz e)
 274   │ [ 16851.233] (II) intel(G0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz e)
 275   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
 276   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
 277   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
 278   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080"x60.0  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
 279   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
 280   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
 281   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
 282   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
 283   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080i"x60.0   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
 284   │ [ 16851.233] (II) intel(G0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
 285   │ [ 16851.233] (II) intel(G0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
 286   │ [ 16851.233] (II) intel(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
 287   │ [ 16851.233] (II) intel(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
 288   │ [ 16851.233] (II) intel(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
 289   │ [ 16851.233] (II) intel(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
 290   │ [ 16851.233] (II) intel(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
 291   │ [ 16851.233] (II) intel(G0): Modeline "1280x720"x60.0   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
 292   │ [ 16851.233] (II) intel(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
 293   │ [ 16851.233] (II) intel(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
 294   │ [ 16851.233] (II) intel(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
 295   │ [ 16851.233] (II) intel(G0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
 296   │ [ 16851.233] (II) intel(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
 297   │ [ 16851.233] (II) intel(G0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
 298   │ [ 16851.233] (II) intel(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
 299   │ [ 16851.233] (II) intel(G0): Modeline "720x480"x60.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
 300   │ [ 16851.233] (II) intel(G0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
 301   │ [ 16851.233] (II) intel(G0): Modeline "720x480i"x60.0   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
 302   │ [ 16851.233] (II) intel(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
 303   │ [ 16851.233] (II) intel(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
 304   │ [ 16851.233] (II) intel(G0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
 305   │ [ 16851.233] (II) intel(G0): Modeline "720x400"x70.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)

Offline

#21 2021-06-22 21:21:19

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

Yes, that's my monitor.

Offline

#22 2021-06-22 21:35:39

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

That's attached to the intel chip.
What's the actual notebook model/vendor?

Offline

#23 2021-06-22 21:58:31

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

It is the Inspiron 15 5567, but it comes in many different "flavors".

The specs manual is https://dl.dell.com/topicspdf/inspiron- … _en-us.pdf
Mine has the 768 monitor, i5 intel, and AMD r7 m445.

Offline

#24 2021-06-22 22:24:38

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

There seems no way to toggle the GPU, but I missed

Provider 1: id: 0xa9 cap: 0x0 crtcs: 0 outputs: 0 associated providers: 0 name:modesetting

There's no crtc recorded, ie. the GPU is only a 3D device and not capable of running by itself.

Did you ever try w/ "amdgpu.dc=0"?

Otherwise try

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "amd"
    Inactive "intel"
EndSection

Section "Device"
    Identifier  "amd"
    Driver      "modesetting"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "amd"
    Device "amd"
    Monitor    "HDMI1"
EndSection

Section "Device"
    Identifier  "intel"
    Driver      "modesetting"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

The idea is to run the intel chip on the modesetting driver as well to prevent it from getting unloaded and we also try to sneak the monitor config from 10-monitors.conf in there.
The latter might need and additional

Modeline "3840x2160_60.00"  712.75  3840 4152 4576 5312  2160 2163 2168 2237 -hsync +vsync

We'll see.

Offline

#25 2021-06-22 22:28:51

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

Currently I booted my LTS kernel with:

 335   │ menuentry 'Arch Linux LTS (on /dev/sda9)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-50eab601-bd97-4a1c-9528-bc3bfcec87be' {
 336   │     insmod part_gpt
 337   │     insmod ext2
 338   │     set root='hd0,gpt9'
 339   │     if [ x$feature_platform_search_hint = xy ]; then
 340   │       search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9  50eab601-bd97-4a1c-9528-bc3bfcec87be
 341   │     else
 342   │       search --no-floppy --fs-uuid --set=root 50eab601-bd97-4a1c-9528-bc3bfcec87be
 343   │     fi
 344   │     linux /boot/vmlinuz-linux-lts root=/dev/sda9 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0
 345   │     initrd  /boot/initramfs-linux-lts.img
 346   │ }

Offline

Board footer

Powered by FluxBB