You are not logged in.
I recently booted and updated arch after about 2 weeks away to find my display is no longer being detected properly. Relevent specs are:
monitor: LG 34WK95C-W (3440x1440 with freesync and a refresh rate of 45-75Hz)
video driver: mesa (amdgpu) 21.0.3-3
xorg driver: xf86-video-amdgpu 19.1.0-2
xorg server: 1.20.11-1
Initially I only had the following config:
/etc/X11/xorg/xorg.conf.d/20-amdgpu.conf
Section "Device"
Identifier "Vega64"
Driver "amdgpu"
Option "VariableRefresh" "true"
Option "TearFree" "true"
EndSectionI tried adding config files to explicitly specifiy the resolution per the wiki via two more files:
/etc/X11/xorg/xorg.conf.d/10-monitor.conf
Section "Monitor"
Identifier "LG Ultrawide"
# 3440x1440 59.94 Hz (CVT) hsync: 89.48 kHz; pclk: 419.50 MHz
Modeline "3440x1440_60.00" 419.50 3440 3696 4064 4688 1440 1443 1453 1493 -hsync +vsync
# 3440x1440 44.98 Hz (CVT) hsync: 66.57 kHz; pclk: 306.75 MHz
Modeline "3440x1440_45.00" 306.75 3440 3664 4024 4608 1440 1443 1453 1480 -hsync +vsync
# 3440x1440 74.95 Hz (CVT) hsync: 112.87 kHz; pclk: 532.75 MHz
Modeline "3440x1440_75.00" 532.75 3440 3704 4080 4720 1440 1443 1453 1506 -hsync +vsync
Option "Predered Mode" "3440x1440_75"
EndSectionMode lines where generated via:
cvt 3440 1440 75 >> 10-monitor.conf
" 60 "
" 45 "The other file is:
/etc/X11/xorg.conf.d/30-monitor
Section "Screen"
Identifier "Screen0"
Monitor "LG Ultrawide"
Device "Vega64"
SubSection "Display"
Modes "3440x1440_60"
ViewPort 0 0
Depth 24
EndSubSection
EndSectionHowever adding these two files causes the monitor not to display anything (which I think indicates an unsuported resolution). As such they are currently disabled
xrandr output:
Screen 0: minimum 320 x 200, current 1152 x 864, maximum 16384 x 16384
DisplayPort-0 connected primary 1152x864+0+0 (normal left inverted right x axis y axis) 800mm x 335mm
1600x900 60.00
1280x1024 60.02
1280x800 59.81
1152x864 75.00* 59.97
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
832x624 74.55
800x600 75.00 60.32
720x576 50.00
720x480 60.00 59.94
640x480 75.00 60.00 59.94
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
DisplayPort-2 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 disconnected (normal left inverted right x axis y axis)My log in /local/share/xorg/Xorg.0.log shows the following:
[ 9.553] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 9.553]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 9.553] Build Operating System: Linux Archlinux
[ 9.553] Current Operating System: Linux gaming 5.12.1-zen2-1-zen #1 ZEN SMP PREEMPT Tue, 04 May 2021 04:17:52 +0000 x86_64
[ 9.553] Kernel command line: pci=nommconf root=UUID=da48b042-e792-4677-828a-64e1fe5a5086 rw initrd=\initramfs-linux-zen.img
[ 9.553] Build Date: 13 April 2021 03:12:10PM
[ 9.553]
[ 9.553] Current version of pixman: 0.40.0
[ 9.553] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 9.553] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 9.553] (==) Log file: "/home/ryan/.local/share/xorg/Xorg.0.log", Time: Sat May 8 13:01:25 2021
[ 9.554] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 9.554] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 9.554] (==) No Layout section. Using the first Screen section.
[ 9.554] (==) No screen section available. Using defaults.
[ 9.554] (**) |-->Screen "Default Screen Section" (0)
[ 9.554] (**) | |-->Monitor "<default monitor>"
[ 9.554] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 9.554] (**) | |-->Device "Vega64"
[ 9.554] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 9.554] (==) Automatically adding devices
[ 9.554] (==) Automatically enabling devices
[ 9.554] (==) Automatically adding GPU devices
[ 9.554] (==) Automatically binding GPU devices
[ 9.554] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 9.554] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 9.554] Entry deleted from font path.
[ 9.554] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 9.554] Entry deleted from font path.
[ 9.554] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 9.554] Entry deleted from font path.
[ 9.554] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 9.554] Entry deleted from font path.
[ 9.554] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 9.554] Entry deleted from font path.
[ 9.554] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 9.554] Entry deleted from font path.
[ 9.554] (==) FontPath set to:
[ 9.554] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 9.554] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 9.554] (II) Module ABI versions:
[ 9.554] X.Org ANSI C Emulation: 0.4
[ 9.554] X.Org Video Driver: 24.1
[ 9.554] X.Org XInput driver : 24.1
[ 9.554] X.Org Server Extension : 10.0
[ 9.554] (++) using VT number 1
[ 9.555] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 9.555] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 9.555] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 9.558] (--) PCI:*(13@0:0:0) 1002:687f:1002:6b76 rev 193, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcd00000/524288, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 9.558] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 9.558] (II) LoadModule: "glx"
[ 9.558] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 9.580] (II) Module glx: vendor="X.Org Foundation"
[ 9.580] compiled for 1.20.11, module version = 1.0.0
[ 9.580] ABI class: X.Org Server Extension, version 10.0
[ 9.580] (II) LoadModule: "amdgpu"
[ 9.580] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 9.587] (II) Module amdgpu: vendor="X.Org Foundation"
[ 9.587] compiled for 1.20.8, module version = 19.1.0
[ 9.587] Module class: X.Org Video Driver
[ 9.587] ABI class: X.Org Video Driver, version 24.1
[ 9.587] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 9.587] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 9.587] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 9.587] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 9.587] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 9.587] (==) AMDGPU(0): Default visual is TrueColor
[ 9.587] (**) AMDGPU(0): Option "TearFree" "true"
[ 9.587] (**) AMDGPU(0): Option "VariableRefresh" "true"
[ 9.587] (==) AMDGPU(0): RGB weight 888
[ 9.587] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 9.587] (--) AMDGPU(0): Chipset: "Radeon RX Vega" (ChipID = 0x687f)
[ 9.587] (II) Loading sub module "fb"
[ 9.587] (II) LoadModule: "fb"
[ 9.587] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 9.588] (II) Module fb: vendor="X.Org Foundation"
[ 9.588] compiled for 1.20.11, module version = 1.0.0
[ 9.588] ABI class: X.Org ANSI C Emulation, version 0.4
[ 9.588] (II) Loading sub module "dri2"
[ 9.588] (II) LoadModule: "dri2"
[ 9.588] (II) Module "dri2" already built-in
[ 9.763] (II) Loading sub module "glamoregl"
[ 9.763] (II) LoadModule: "glamoregl"
[ 9.763] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 9.779] (II) Module glamoregl: vendor="X.Org Foundation"
[ 9.779] compiled for 1.20.11, module version = 1.0.1
[ 9.779] ABI class: X.Org ANSI C Emulation, version 0.4
[ 9.800] (II) AMDGPU(0): glamor X acceleration enabled on Radeon RX Vega (VEGA10, DRM 3.40.0, 5.12.1-zen2-1-zen, LLVM 11.1.0)
[ 9.800] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 9.800] (**) AMDGPU(0): TearFree property default: on
[ 9.800] (**) AMDGPU(0): VariableRefresh: enabled
[ 9.800] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 9.800] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[ 9.800] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[ 9.800] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[ 9.800] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[ 9.815] (II) AMDGPU(0): EDID for output DisplayPort-0
[ 9.815] (II) AMDGPU(0): Manufacturer: GSM Model: 76e4 Serial#: 60960
[ 9.815] (II) AMDGPU(0): Year: 2016 Week: 11
[ 9.815] (II) AMDGPU(0): EDID Version: 1.4
[ 9.815] (II) AMDGPU(0): Digital Display Input
[ 9.815] (II) AMDGPU(0): 10 bits per channel
[ 9.815] (II) AMDGPU(0): Digital interface is DisplayPort
[ 9.815] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 80 vert.: 34
[ 9.815] (II) AMDGPU(0): Gamma: 2.20
[ 9.815] (II) AMDGPU(0): DPMS capabilities: StandBy
[ 9.815] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[ 9.815] (II) AMDGPU(0): Default color space is primary color space
[ 9.815] (II) AMDGPU(0): First detailed timing is preferred mode
[ 9.815] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[ 9.815] (II) AMDGPU(0): Display is continuous-frequency
[ 9.815] (II) AMDGPU(0): redX: 0.651 redY: 0.332 greenX: 0.307 greenY: 0.631
[ 9.815] (II) AMDGPU(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 9.815] (II) AMDGPU(0): Supported established timings:
[ 9.815] (II) AMDGPU(0): 640x480@60Hz
[ 9.815] (II) AMDGPU(0): 640x480@75Hz
[ 9.815] (II) AMDGPU(0): 800x600@60Hz
[ 9.815] (II) AMDGPU(0): 800x600@75Hz
[ 9.815] (II) AMDGPU(0): 832x624@75Hz
[ 9.815] (II) AMDGPU(0): 1024x768@60Hz
[ 9.815] (II) AMDGPU(0): 1024x768@75Hz
[ 9.815] (II) AMDGPU(0): 1280x1024@75Hz
[ 9.815] (II) AMDGPU(0): 1152x864@75Hz
[ 9.815] (II) AMDGPU(0): Manufacturer's mask: 0
[ 9.815] (II) AMDGPU(0): Supported standard timings:
[ 9.815] (II) AMDGPU(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497
[ 9.815] (II) AMDGPU(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 9.815] (II) AMDGPU(0): #2: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 9.815] (II) AMDGPU(0): #3: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 9.815] (II) AMDGPU(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 9.815] (II) AMDGPU(0): #5: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 9.815] (II) AMDGPU(0): #6: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 9.815] (II) AMDGPU(0): Supported detailed timing:
[ 9.815] (II) AMDGPU(0): clock: 319.8 MHz Image Size: 800 x 335 mm
[ 9.815] (II) AMDGPU(0): h_active: 3440 h_sync: 3488 h_sync_end 3520 h_blank_end 3600 h_border: 0
[ 9.815] (II) AMDGPU(0): v_active: 1440 v_sync: 1443 v_sync_end 1453 v_blanking: 1481 v_border: 0
[ 9.815] (II) AMDGPU(0): Supported detailed timing:
[ 9.815] (II) AMDGPU(0): clock: 429.8 MHz Image Size: 800 x 335 mm
[ 9.815] (II) AMDGPU(0): h_active: 3440 h_sync: 3584 h_sync_end 3680 h_blank_end 3880 h_border: 0
[ 9.815] (II) AMDGPU(0): v_active: 1440 v_sync: 1448 v_sync_end 1452 v_blanking: 1476 v_border: 0
[ 9.815] (II) AMDGPU(0): Ranges: V min: 55 V max: 75 Hz, H min: 90 H max: 90 kHz, PixClock max 435 MHz
[ 9.815] (II) AMDGPU(0): Monitor name: LG ULTRAWIDE
[ 9.815] (II) AMDGPU(0): Supported detailed timing:
[ 9.815] (II) AMDGPU(0): clock: 157.8 MHz Image Size: 800 x 335 mm
[ 9.815] (II) AMDGPU(0): h_active: 3440 h_sync: 3488 h_sync_end 3520 h_blank_end 3600 h_border: 0
[ 9.815] (II) AMDGPU(0): v_active: 1440 v_sync: 1443 v_sync_end 1453 v_blanking: 1461 v_border: 0
[ 9.815] (II) AMDGPU(0): Supported detailed timing:
[ 9.815] (II) AMDGPU(0): clock: 185.6 MHz Image Size: 800 x 335 mm
[ 9.815] (II) AMDGPU(0): h_active: 2560 h_sync: 2624 h_sync_end 2688 h_blank_end 2784 h_border: 0
[ 9.815] (II) AMDGPU(0): v_active: 1080 v_sync: 1083 v_sync_end 1093 v_blanking: 1111 v_border: 0
[ 9.815] (II) AMDGPU(0): Supported detailed timing:
[ 9.815] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 800 x 335 mm
[ 9.815] (II) AMDGPU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 9.815] (II) AMDGPU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 9.815] (II) AMDGPU(0): Supported detailed timing:
[ 9.815] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 800 x 335 mm
[ 9.815] (II) AMDGPU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 9.815] (II) AMDGPU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 9.815] (II) AMDGPU(0): Number of EDID sections to follow: 1
[ 9.815] (II) AMDGPU(0): EDID (in hex):
[ 9.815] (II) AMDGPU(0): 00ffffffffffff001e6de47620ee0000
[ 9.815] (II) AMDGPU(0): 0b1a0104b55022789fca95a6554ea126
[ 9.815] (II) AMDGPU(0): 0f5054256b807140818081c0a9c0b300
[ 9.815] (II) AMDGPU(0): d1c081000101e77c70a0d0a029503020
[ 9.815] (II) AMDGPU(0): 3a00204f3100001ae4a770b8d1a02450
[ 9.815] (II) AMDGPU(0): 90608400204f3100001a000000fd0037
[ 9.815] (II) AMDGPU(0): 4b5a5a2b010a202020202020000000fc
[ 9.815] (II) AMDGPU(0): 004c4720554c545241574944450a015c
[ 9.815] (II) AMDGPU(0): 020316712309060749100403011f1359
[ 9.815] (II) AMDGPU(0): 5a12830100009f3d70a0d0a015503020
[ 9.815] (II) AMDGPU(0): 3a00204f3100001a7e4800e0a0381f40
[ 9.815] (II) AMDGPU(0): 40403a00204f31000018011d007251d0
[ 9.815] (II) AMDGPU(0): 1e206e285500204f3100001e8c0ad08a
[ 9.815] (II) AMDGPU(0): 20e02d10103e9600204f310000180000
[ 9.815] (II) AMDGPU(0): 00000000000000000000000000000000
[ 9.815] (II) AMDGPU(0): 000000000000000000000000000000aa
[ 9.815] (II) AMDGPU(0): Printing probed modes for output DisplayPort-0
[ 9.815] (II) AMDGPU(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "1152x864"x60.0 81.77 1152 1216 1336 1520 864 867 871 897 -hsync +vsync (53.8 kHz)
[ 9.815] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 9.815] (II) AMDGPU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 9.815] (II) AMDGPU(0): EDID for output DisplayPort-1
[ 9.815] (II) AMDGPU(0): EDID for output DisplayPort-2
[ 9.815] (II) AMDGPU(0): EDID for output HDMI-A-0
[ 9.815] (II) AMDGPU(0): Output DisplayPort-0 connected
[ 9.815] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[ 9.815] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[ 9.815] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[ 9.815] (II) AMDGPU(0): Using exact sizes for initial modes
[ 9.815] (II) AMDGPU(0): Output DisplayPort-0 using initial mode 1152x864 +0+0
[ 9.815] (II) AMDGPU(0): mem size init: gart size :1fe55c000 vram size: s:1fd14d000 visible:f68d000
[ 9.815] (==) AMDGPU(0): DPI set to (96, 96)
[ 9.815] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 9.815] (II) Loading sub module "ramdac"
[ 9.815] (II) LoadModule: "ramdac"
[ 9.815] (II) Module "ramdac" already built-in
[ 9.815] (II) AMDGPU(0): [DRI2] Setup complete
[ 9.815] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 9.815] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 9.815] (II) AMDGPU(0): Front buffer pitch: 4608 bytes
[ 9.815] (II) AMDGPU(0): SYNC extension fences enabled
[ 9.815] (II) AMDGPU(0): Present extension enabled
[ 9.815] (==) AMDGPU(0): DRI3 enabled
[ 9.815] (==) AMDGPU(0): Backing store enabled
[ 9.815] (II) AMDGPU(0): Direct rendering enabled
[ 9.838] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 9.838] (II) AMDGPU(0): Acceleration enabled
[ 9.838] (==) AMDGPU(0): DPMS enabled
[ 9.838] (==) AMDGPU(0): Silken mouse disabled
[ 9.838] (II) AMDGPU(0): Set up textured video (glamor)
[ 9.847] (II) Initializing extension Generic Event Extension
[ 9.847] (II) Initializing extension SHAPE
[ 9.847] (II) Initializing extension MIT-SHM
[ 9.847] (II) Initializing extension XInputExtension
[ 9.847] (II) Initializing extension XTEST
[ 9.847] (II) Initializing extension BIG-REQUESTS
[ 9.847] (II) Initializing extension SYNC
[ 9.847] (II) Initializing extension XKEYBOARD
[ 9.847] (II) Initializing extension XC-MISC
[ 9.847] (II) Initializing extension SECURITY
[ 9.847] (II) Initializing extension XFIXES
[ 9.847] (II) Initializing extension RENDER
[ 9.847] (II) Initializing extension RANDR
[ 9.847] (II) Initializing extension COMPOSITE
[ 9.847] (II) Initializing extension DAMAGE
[ 9.847] (II) Initializing extension MIT-SCREEN-SAVER
[ 9.847] (II) Initializing extension DOUBLE-BUFFER
[ 9.847] (II) Initializing extension RECORD
[ 9.847] (II) Initializing extension DPMS
[ 9.847] (II) Initializing extension Present
[ 9.847] (II) Initializing extension DRI3
[ 9.847] (II) Initializing extension X-Resource
[ 9.847] (II) Initializing extension XVideo
[ 9.847] (II) Initializing extension XVideo-MotionCompensation
[ 9.847] (II) Initializing extension GLX
[ 9.850] (II) AIGLX: Loaded and initialized radeonsi
[ 9.850] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 9.850] (II) Initializing extension XFree86-VidModeExtension
[ 9.850] (II) Initializing extension XFree86-DGA
[ 9.850] (II) Initializing extension XFree86-DRI
[ 9.850] (II) Initializing extension DRI2
[ 9.850] (II) AMDGPU(0): Setting screen physical size to 304 x 228
[ 10.123] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 10.123] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 10.123] (II) LoadModule: "libinput"
[ 10.123] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 10.126] (II) Module libinput: vendor="X.Org Foundation"
[ 10.126] compiled for 1.20.11, module version = 1.0.1
[ 10.126] Module class: X.Org XInput Driver
[ 10.126] ABI class: X.Org XInput driver, version 24.1
[ 10.126] (II) Using input driver 'libinput' for 'Power Button'
[ 10.126] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 19 paused 0
[ 10.126] (**) Power Button: always reports core events
[ 10.126] (**) Option "Device" "/dev/input/event1"
[ 10.126] (**) Option "_source" "server/udev"
[ 10.128] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 10.128] (II) event1 - Power Button: device is a keyboard
[ 10.128] (II) event1 - Power Button: device removed
[ 10.128] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 10.128] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 10.129] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 10.129] (II) event1 - Power Button: device is a keyboard
[ 10.129] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 10.129] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 10.129] (II) Using input driver 'libinput' for 'Power Button'
[ 10.129] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 22 paused 0
[ 10.129] (**) Power Button: always reports core events
[ 10.129] (**) Option "Device" "/dev/input/event0"
[ 10.129] (**) Option "_source" "server/udev"
[ 10.130] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 10.130] (II) event0 - Power Button: device is a keyboard
[ 10.130] (II) event0 - Power Button: device removed
[ 10.130] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 10.130] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 10.130] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 10.130] (II) event0 - Power Button: device is a keyboard
[ 10.130] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event9)
[ 10.130] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput pointer catchall"
[ 10.130] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[ 10.183] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 23 paused 0
[ 10.183] (**) Logitech Gaming Mouse G502: always reports core events
[ 10.183] (**) Option "Device" "/dev/input/event9"
[ 10.183] (**) Option "_source" "server/udev"
[ 10.183] (II) event9 - Logitech Gaming Mouse G502: is tagged by udev as: Mouse
[ 10.183] (II) event9 - Logitech Gaming Mouse G502: device set to 2400 DPI
[ 10.183] (II) event9 - Logitech Gaming Mouse G502: device is a pointer
[ 10.183] (II) event9 - Logitech Gaming Mouse G502: device removed
[ 10.183] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:08:00.1/usb1/1-1/1-1:1.0/0003:046D:C332.0004/input/input10/event9"
[ 10.183] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 8)
[ 10.183] (**) Option "AccelerationScheme" "none"
[ 10.183] (**) Logitech Gaming Mouse G502: (accel) selected scheme none/0
[ 10.183] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[ 10.183] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[ 10.184] (II) event9 - Logitech Gaming Mouse G502: is tagged by udev as: Mouse
[ 10.184] (II) event9 - Logitech Gaming Mouse G502: device set to 2400 DPI
[ 10.184] (II) event9 - Logitech Gaming Mouse G502: device is a pointer
[ 10.184] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/mouse1)
[ 10.184] (II) No input driver specified, ignoring this device.
[ 10.184] (II) This device may have been added with another device file.
[ 10.185] (II) config/udev: Adding input device Logitech Gaming Mouse G502 Keyboard (/dev/input/event10)
[ 10.185] (**) Logitech Gaming Mouse G502 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 10.185] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502 Keyboard'
[ 10.185] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 24 paused 0
[ 10.185] (**) Logitech Gaming Mouse G502 Keyboard: always reports core events
[ 10.185] (**) Option "Device" "/dev/input/event10"
[ 10.185] (**) Option "_source" "server/udev"
[ 10.186] (II) event10 - Logitech Gaming Mouse G502 Keyboard: is tagged by udev as: Keyboard
[ 10.186] (II) event10 - Logitech Gaming Mouse G502 Keyboard: device is a keyboard
[ 10.186] (II) event10 - Logitech Gaming Mouse G502 Keyboard: device removed
[ 10.186] (II) libinput: Logitech Gaming Mouse G502 Keyboard: needs a virtual subdevice
[ 10.186] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:08:00.1/usb1/1-1/1-1:1.1/0003:046D:C332.0005/input/input11/event10"
[ 10.186] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502 Keyboard" (type: MOUSE, id 9)
[ 10.186] (**) Option "AccelerationScheme" "none"
[ 10.186] (**) Logitech Gaming Mouse G502 Keyboard: (accel) selected scheme none/0
[ 10.186] (**) Logitech Gaming Mouse G502 Keyboard: (accel) acceleration factor: 2.000
[ 10.186] (**) Logitech Gaming Mouse G502 Keyboard: (accel) acceleration threshold: 4
[ 10.186] (II) event10 - Logitech Gaming Mouse G502 Keyboard: is tagged by udev as: Keyboard
[ 10.186] (II) event10 - Logitech Gaming Mouse G502 Keyboard: device is a keyboard
[ 10.187] (II) config/udev: Adding input device Conexant CONEXANT USB AUDIO Consumer Control (/dev/input/event17)
[ 10.187] (**) Conexant CONEXANT USB AUDIO Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.187] (II) Using input driver 'libinput' for 'Conexant CONEXANT USB AUDIO Consumer Control'
[ 10.187] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 25 paused 0
[ 10.187] (**) Conexant CONEXANT USB AUDIO Consumer Control: always reports core events
[ 10.187] (**) Option "Device" "/dev/input/event17"
[ 10.187] (**) Option "_source" "server/udev"
[ 10.188] (II) event17 - Conexant CONEXANT USB AUDIO Consumer Control: is tagged by udev as: Keyboard
[ 10.188] (II) event17 - Conexant CONEXANT USB AUDIO Consumer Control: device is a keyboard
[ 10.188] (II) event17 - Conexant CONEXANT USB AUDIO Consumer Control: device removed
[ 10.188] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:08:00.1/usb1/1-2/1-2:1.3/0003:046D:0A5C.0007/input/input27/event17"
[ 10.188] (II) XINPUT: Adding extended input device "Conexant CONEXANT USB AUDIO Consumer Control" (type: KEYBOARD, id 10)
[ 10.189] (II) event17 - Conexant CONEXANT USB AUDIO Consumer Control: is tagged by udev as: Keyboard
[ 10.189] (II) event17 - Conexant CONEXANT USB AUDIO Consumer Control: device is a keyboard
[ 10.189] (II) config/udev: Adding input device Conexant CONEXANT USB AUDIO (/dev/input/event19)
[ 10.189] (**) Conexant CONEXANT USB AUDIO: Applying InputClass "libinput keyboard catchall"
[ 10.189] (II) Using input driver 'libinput' for 'Conexant CONEXANT USB AUDIO'
[ 10.189] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 26 paused 0
[ 10.189] (**) Conexant CONEXANT USB AUDIO: always reports core events
[ 10.189] (**) Option "Device" "/dev/input/event19"
[ 10.189] (**) Option "_source" "server/udev"
[ 10.190] (II) event19 - Conexant CONEXANT USB AUDIO: is tagged by udev as: Keyboard
[ 10.190] (II) event19 - Conexant CONEXANT USB AUDIO: device is a keyboard
[ 10.190] (II) event19 - Conexant CONEXANT USB AUDIO: device removed
[ 10.190] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:08:00.1/usb1/1-2/1-2:1.3/0003:046D:0A5C.0007/input/input28/event19"
[ 10.190] (II) XINPUT: Adding extended input device "Conexant CONEXANT USB AUDIO" (type: KEYBOARD, id 11)
[ 10.191] (II) event19 - Conexant CONEXANT USB AUDIO: is tagged by udev as: Keyboard
[ 10.191] (II) event19 - Conexant CONEXANT USB AUDIO: device is a keyboard
[ 10.191] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event11)
[ 10.191] (II) No input driver specified, ignoring this device.
[ 10.191] (II) This device may have been added with another device file.
[ 10.191] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event12)
[ 10.191] (II) No input driver specified, ignoring this device.
[ 10.191] (II) This device may have been added with another device file.
[ 10.191] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event13)
[ 10.191] (II) No input driver specified, ignoring this device.
[ 10.191] (II) This device may have been added with another device file.
[ 10.191] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event14)
[ 10.191] (II) No input driver specified, ignoring this device.
[ 10.191] (II) This device may have been added with another device file.
[ 10.192] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event15)
[ 10.192] (II) No input driver specified, ignoring this device.
[ 10.192] (II) This device may have been added with another device file.
[ 10.192] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event16)
[ 10.192] (II) No input driver specified, ignoring this device.
[ 10.192] (II) This device may have been added with another device file.
[ 10.192] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard (/dev/input/event3)
[ 10.192] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 10.192] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard'
[ 10.192] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[ 10.192] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: always reports core events
[ 10.192] (**) Option "Device" "/dev/input/event3"
[ 10.192] (**) Option "_source" "server/udev"
[ 10.193] (II) event3 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 10.193] (II) event3 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device is a keyboard
[ 10.193] (II) event3 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device removed
[ 10.193] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.0/0003:0951:16B7.0001/input/input3/event3"
[ 10.193] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard" (type: KEYBOARD, id 12)
[ 10.194] (II) event3 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 10.194] (II) event3 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device is a keyboard
[ 10.194] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse (/dev/input/event4)
[ 10.194] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 10.194] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse'
[ 10.194] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 28 paused 0
[ 10.194] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: always reports core events
[ 10.194] (**) Option "Device" "/dev/input/event4"
[ 10.194] (**) Option "_source" "server/udev"
[ 10.195] (II) event4 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 10.195] (II) event4 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: device is a pointer
[ 10.195] (II) event4 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: device removed
[ 10.195] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.1/0003:0951:16B7.0002/input/input4/event4"
[ 10.195] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse" (type: MOUSE, id 13)
[ 10.195] (**) Option "AccelerationScheme" "none"
[ 10.195] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: (accel) selected scheme none/0
[ 10.195] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[ 10.195] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[ 10.195] (II) event4 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 10.196] (II) event4 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: device is a pointer
[ 10.196] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse (/dev/input/mouse0)
[ 10.196] (II) No input driver specified, ignoring this device.
[ 10.196] (II) This device may have been added with another device file.
[ 10.196] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control (/dev/input/event5)
[ 10.196] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 10.196] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control'
[ 10.196] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 29 paused 0
[ 10.196] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: always reports core events
[ 10.196] (**) Option "Device" "/dev/input/event5"
[ 10.196] (**) Option "_source" "server/udev"
[ 10.197] (II) event5 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 10.197] (II) event5 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: device is a keyboard
[ 10.197] (II) event5 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: device removed
[ 10.197] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.1/0003:0951:16B7.0002/input/input5/event5"
[ 10.197] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control" (type: KEYBOARD, id 14)
[ 10.198] (II) event5 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 10.198] (II) event5 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: device is a keyboard
[ 10.198] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control (/dev/input/event7)
[ 10.198] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.198] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control'
[ 10.198] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 30 paused 0
[ 10.198] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: always reports core events
[ 10.198] (**) Option "Device" "/dev/input/event7"
[ 10.198] (**) Option "_source" "server/udev"
[ 10.199] (II) event7 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 10.199] (II) event7 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: device is a keyboard
[ 10.199] (II) event7 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: device removed
[ 10.199] (II) libinput: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: needs a virtual subdevice
[ 10.199] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.1/0003:0951:16B7.0002/input/input6/event7"
[ 10.199] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control" (type: MOUSE, id 15)
[ 10.199] (**) Option "AccelerationScheme" "none"
[ 10.199] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[ 10.199] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 10.199] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 10.199] (II) event7 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 10.199] (II) event7 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: device is a keyboard
[ 10.200] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard (/dev/input/event8)
[ 10.200] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 10.200] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard'
[ 10.200] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 31 paused 0
[ 10.200] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: always reports core events
[ 10.200] (**) Option "Device" "/dev/input/event8"
[ 10.200] (**) Option "_source" "server/udev"
[ 10.201] (II) event8 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 10.201] (II) event8 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device is a keyboard
[ 10.201] (II) event8 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device removed
[ 10.201] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.1/0003:0951:16B7.0002/input/input8/event8"
[ 10.201] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard" (type: KEYBOARD, id 16)
[ 10.201] (II) event8 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 10.201] (II) event8 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device is a keyboard
[ 10.202] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event18)
[ 10.202] (II) No input driver specified, ignoring this device.
[ 10.202] (II) This device may have been added with another device file.
[ 10.202] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event20)
[ 10.202] (II) No input driver specified, ignoring this device.
[ 10.202] (II) This device may have been added with another device file.
[ 10.202] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event21)
[ 10.202] (II) No input driver specified, ignoring this device.
[ 10.202] (II) This device may have been added with another device file.
[ 10.202] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event22)
[ 10.202] (II) No input driver specified, ignoring this device.
[ 10.202] (II) This device may have been added with another device file.
[ 10.202] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event23)
[ 10.202] (II) No input driver specified, ignoring this device.
[ 10.202] (II) This device may have been added with another device file.
[ 10.202] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event24)
[ 10.202] (II) No input driver specified, ignoring this device.
[ 10.202] (II) This device may have been added with another device file.
[ 10.202] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event25)
[ 10.202] (II) No input driver specified, ignoring this device.
[ 10.202] (II) This device may have been added with another device file.
[ 10.203] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6)
[ 10.203] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 10.203] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 10.203] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 32 paused 0
[ 10.203] (**) Eee PC WMI hotkeys: always reports core events
[ 10.203] (**) Option "Device" "/dev/input/event6"
[ 10.203] (**) Option "_source" "server/udev"
[ 10.203] (II) event6 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 10.203] (II) event6 - Eee PC WMI hotkeys: device is a keyboard
[ 10.203] (II) event6 - Eee PC WMI hotkeys: device removed
[ 10.203] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input9/event6"
[ 10.203] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 17)
[ 10.204] (II) event6 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 10.204] (II) event6 - Eee PC WMI hotkeys: device is a keyboard
[ 10.204] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[ 10.204] (II) No input driver specified, ignoring this device.
[ 10.204] (II) This device may have been added with another device file.
[ 10.206] (**) Logitech Gaming Mouse G502 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 10.206] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502 Keyboard'
[ 10.206] (II) systemd-logind: returning pre-existing fd for /dev/input/event10 13:74
[ 10.206] (**) Logitech Gaming Mouse G502 Keyboard: always reports core events
[ 10.206] (**) Option "Device" "/dev/input/event10"
[ 10.206] (**) Option "_source" "_driver/libinput"
[ 10.206] (II) libinput: Logitech Gaming Mouse G502 Keyboard: is a virtual subdevice
[ 10.206] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:08:00.1/usb1/1-1/1-1:1.1/0003:046D:C332.0005/input/input11/event10"
[ 10.206] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502 Keyboard" (type: KEYBOARD, id 18)
[ 10.206] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.206] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control'
[ 10.206] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 10.206] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: always reports core events
[ 10.206] (**) Option "Device" "/dev/input/event7"
[ 10.206] (**) Option "_source" "_driver/libinput"
[ 10.206] (II) libinput: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: is a virtual subdevice
[ 10.206] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.1/0003:0951:16B7.0002/input/input6/event7"
[ 10.206] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control" (type: KEYBOARD, id 19)
[ 15.704] (II) AMDGPU(0): EDID vendor "GSM", prod id 30436
[ 15.704] (II) AMDGPU(0): Using EDID range info for horizontal sync
[ 15.704] (II) AMDGPU(0): Using EDID range info for vertical refresh
[ 15.704] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 15.704] (II) AMDGPU(0): Modeline "3440x1440"x0.0 319.75 3440 3488 3520 3600 1440 1443 1453 1481 +hsync -vsync (88.8 kHz eP)
[ 15.704] (II) AMDGPU(0): Modeline "3440x1440"x0.0 429.80 3440 3584 3680 3880 1440 1448 1452 1476 +hsync -vsync (110.8 kHz e)
[ 15.704] (II) AMDGPU(0): Modeline "3440x1440"x0.0 157.75 3440 3488 3520 3600 1440 1443 1453 1461 +hsync -vsync (43.8 kHz e)
[ 15.704] (II) AMDGPU(0): Modeline "2560x1080"x0.0 185.58 2560 2624 2688 2784 1080 1083 1093 1111 -hsync -vsync (66.7 kHz e)
[ 15.704] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 15.704] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 15.704] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 15.704] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 15.704] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 15.704] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 15.704] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 15.704] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 15.705] (II) AMDGPU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 15.705] (II) AMDGPU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 15.705] (II) AMDGPU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 15.705] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 15.705] (II) AMDGPU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 15.705] (II) AMDGPU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 15.705] (II) AMDGPU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 15.705] (II) AMDGPU(0): Modeline "1152x864"x60.0 81.75 1152 1216 1336 1520 864 867 871 897 -hsync +vsync (53.8 kHz e)
[ 15.705] (II) AMDGPU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 15.705] (II) AMDGPU(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz e)
[ 15.705] (II) AMDGPU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 15.705] (II) AMDGPU(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 260.430] (EE) event3 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: client bug: event processing lagging behind by 15ms, your system is too slow
[ 294.294] (EE) event3 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: client bug: event processing lagging behind by 11ms, your system is too slow
[ 339.593] (EE) event3 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: client bug: event processing lagging behind by 31ms, your system is too slow
[ 373.327] (EE) event3 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: client bug: event processing lagging behind by 11ms, your system is too slow
[ 458.163] (EE) event3 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: client bug: event processing lagging behind by 29ms, your system is too slow
[ 458.163] (EE) event3 - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[ 681.807] (II) AMDGPU(0): EDID vendor "GSM", prod id 30436
[ 681.807] (II) AMDGPU(0): Using hsync ranges from config file
[ 681.807] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 681.807] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 681.807] (II) AMDGPU(0): Modeline "3440x1440"x0.0 319.75 3440 3488 3520 3600 1440 1443 1453 1481 +hsync -vsync (88.8 kHz eP)
[ 681.807] (II) AMDGPU(0): Modeline "3440x1440"x0.0 429.80 3440 3584 3680 3880 1440 1448 1452 1476 +hsync -vsync (110.8 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "3440x1440"x0.0 157.75 3440 3488 3520 3600 1440 1443 1453 1461 +hsync -vsync (43.8 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "2560x1080"x0.0 185.58 2560 2624 2688 2784 1080 1083 1093 1111 -hsync -vsync (66.7 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "1152x864"x60.0 81.75 1152 1216 1336 1520 864 867 871 897 -hsync +vsync (53.8 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 681.807] (II) AMDGPU(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)There appear to be modelines for 3440x1440 resolutions but I'm not sure how to turn them on
I tried copying the modelines from the log and adding them via xrandr:
xradr --newmode "3440x1440" 319.75 3440 3488 3520 3600 1440 1443 1453 1481 +hsync -vsync
xrandr --addmode DisplayPort-0 "3440x1440"
xrandr --output DisplayPort-0 --mode "3440x1440"But this fails with:
Configure crtc 0 failedThe mode is listed for the display though:
$xrandr
Screen 0: minimum 320 x 200, current 1152 x 864, maximum 16384 x 16384
DisplayPort-0 connected primary 1152x864+0+0 (normal left inverted right x axis y axis) 800mm x 335mm
1600x900 60.00
1280x1024 60.02
1280x800 59.81
1152x864 75.00* 59.97
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
832x624 74.55
800x600 75.00 60.32
720x576 50.00
720x480 60.00 59.94
640x480 75.00 60.00 59.94
3440x1440 59.97
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
DisplayPort-2 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 disconnected (normal left inverted right x axis y axis)General specs:
CPU: Ryzen 7 5800X
GPU: AMD ATI Radeon RX Vega 56/64
Kernel: 5.12.1-zen2-1-zen
WM: i3wm
Memory: 1840MiB / 32074MiB
Any help would be appreciated
Last edited by rao000 (2021-05-09 15:06:31)
Offline
Remove the explicit mpodelines and xf86-video-amdgpu (you'll then be using the modesetting driver on top of the amdgpu kernel module)
=> Do you get all modes now?
Online
I've done some more troubleshooting, I swtiched to sway (like i3 but uses wayland) to eliminate xorg as an issue, this did not fix it but makes me think it wasn't xorg's fault. I then switched DP cables with no success but switched to an HDMI cable and hey! there's my resolution again. Great!
I went to bed soon after, got up this morning and updated arch (including the latest radeon-vulkan and lib32-mesa drivers) and now can't get a tty at all. I removed amdgpu from the initramfs and can now see the boot but the moment it should take me to login I get the same graphical gliches and a frozen screen. I can still get in via ssh, which is how I removed amdgpu from mkinitcpio.conf but both HDMI and Display Port are giving me the same frozen screen. So it looks like a driver issue with amdgpu.
I'm cloning the amdgpu-pro-installer from the AUR and will install that and report back
Last edited by rao000 (2021-05-09 15:07:37)
Offline
Won't help - amdgpu-pro just adds some opengl libraries.
Try passing "amdgpu.dc=0 amdgpu.audio=0 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0" to the kernel commandline.
Online
I set them and verified via efibootmgr to no effect.
efibootmgr --verbose
Boot0000* Arch Linux HD(1,GPT,d0c5b65e-e168-41d8-b8e7-98ed48285ebe,0x800,0x76800)/File(\vmlinuz-linux-zen)p.c.i.=.n.o.m.m.c.o.n.f. .r.o.o.t.=.U.U.I.D.=.d.a.4.8.b.0.4.2.-.e.7.9.2.-.4.6.7.7.-.8.2.8.a.-.6.4.e.1.f.e.5.a.5.0.8.6. .r.w. .i.n.i.t.r.d.=.\.i.n.i.t.r.a.m.f.s.-.l.i.n.u.x.-.z.e.n...i.m.g. .a.m.d.g.p.u...a.u.d.i.o.=.0. .a.m.d.g.p.u...d.p.m.=.0. .a.m.d.g.p.u...a.s.p.m.=.0. .a.m.d.g.p.u...r.u.n.p.m.=.0. .a.m.d.g.p.u...b.a.p.m.=.0.Last edited by rao000 (2021-05-09 16:20:30)
Offline
I switched to the mainline linux kernel (was using zen) and was able to lanuch sway. Interestingly I get the same resolution (800 x 450) via display port weather or not the kernel parameters you suggested are set. Swapping to HDMI I get 1720x720. So back to the original issue of the propper resolution not being detected. One thing I can't seem to find is any way to force a resolution via wayland. I'll also post my dmesg output, which has stuff about amdgpu, although nothing stands out to me
[ 0.000000] Linux version 5.12.1-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Sun, 02 May 2021 12:43:58 +0000
[ 0.000000] Command line: pci=nommconf root=UUID=da48b042-e792-4677-828a-64e1fe5a5086 rw initrd=\initramfs-linux.img amdgpu.audio=0 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 0x200: 'Protection Keys User registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 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-0x000000000008ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x0000000000090fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000091000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009cfefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009cff000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a20e000-0x00000000ca219fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ca21a000-0x00000000ca56efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ca56f000-0x00000000ca6cafff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000ca6cb000-0x00000000ca9fefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ca9ff000-0x00000000cbbfefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cbbff000-0x00000000ccffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000082f37ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000082f380000-0x000000082fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0xbe3c4018-0xbe3d2067] usable ==> usable
[ 0.000000] e820: update [mem 0xbe3c4018-0xbe3d2067] usable ==> usable
[ 0.000000] e820: update [mem 0xbe3aa018-0xbe3c3257] usable ==> usable
[ 0.000000] e820: update [mem 0xbe3aa018-0xbe3c3257] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000000fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000001000-0x000000000008ffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000090000-0x0000000000090fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000091000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009cfefff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000009cff000-0x0000000009ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000000a20e000-0x00000000be3aa017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000be3aa018-0x00000000be3c3257] usable
[ 0.000000] reserve setup_data: [mem 0x00000000be3c3258-0x00000000be3c4017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000be3c4018-0x00000000be3d2067] usable
[ 0.000000] reserve setup_data: [mem 0x00000000be3d2068-0x00000000ca219fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000ca21a000-0x00000000ca56efff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ca56f000-0x00000000ca6cafff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000ca6cb000-0x00000000ca9fefff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000ca9ff000-0x00000000cbbfefff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000cbbff000-0x00000000ccffffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000082f37ffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000082f380000-0x000000082fffffff] reserved
[ 0.000000] efi: EFI v2.70 by American Megatrends
[ 0.000000] efi: ACPI=0xca6ca000 ACPI 2.0=0xca6ca014 SMBIOS=0xcba05000 SMBIOS 3.0=0xcba04000 MEMATTR=0xc8998018 ESRT=0xc946fe98 RNG=0xcba38718
[ 0.000000] efi: seeding entropy pool
[ 0.000000] SMBIOS 3.3.0 present.
[ 0.000000] DMI: System manufacturer System Product Name/TUF GAMING X570-PLUS (WI-FI), BIOS 3001 12/04/2020
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 4200.147 MHz processor
[ 0.000122] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000124] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000128] last_pfn = 0x82f380 max_arch_pfn = 0x400000000
[ 0.000783] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001000] total RAM covered: 3327M
[ 0.001118] Found optimal setting for mtrr clean up
[ 0.001118] gran_size: 64K chunk_size: 128M num_reg: 4 lose cover RAM: 0G
[ 0.001187] e820: update [mem 0xcb240000-0xcb24ffff] usable ==> reserved
[ 0.001191] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[ 0.001194] last_pfn = 0xcd000 max_arch_pfn = 0x400000000
[ 0.003935] esrt: Reserving ESRT space from 0x00000000c946fe98 to 0x00000000c946fed0.
[ 0.003939] e820: update [mem 0xc946f000-0xc946ffff] usable ==> reserved
[ 0.003952] check: Scanning 1 areas for low memory corruption
[ 0.003956] Using GB pages for direct mapping
[ 0.004386] Secure boot disabled
[ 0.004387] RAMDISK: [mem 0x7e971000-0x7fffffff]
[ 0.004389] ACPI: Early table checksum verification disabled
[ 0.004392] ACPI: RSDP 0x00000000CA6CA014 000024 (v02 ALASKA)
[ 0.004394] ACPI: XSDT 0x00000000CA6C9728 0000DC (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.004398] ACPI: FACP 0x00000000CA6C2000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.004402] ACPI: DSDT 0x00000000CA6B6000 00B8DC (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.004403] ACPI: FACS 0x00000000CA9E2000 000040
[ 0.004405] ACPI: SSDT 0x00000000CA6C8000 00092A (v02 AMD AmdTable 00000002 MSFT 04000000)
[ 0.004407] ACPI: SSDT 0x00000000CA6C4000 003AAF (v01 AMD AMD AOD 00000001 INTL 20120913)
[ 0.004408] ACPI: SSDT 0x00000000CA6C3000 0000FC (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
[ 0.004410] ACPI: FIDT 0x00000000CA6B5000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.004412] ACPI: FPDT 0x00000000CA5B4000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.004414] ACPI: MCFG 0x00000000CA6B3000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.004415] ACPI: HPET 0x00000000CA6B2000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.004417] ACPI: SSDT 0x00000000CA6B1000 000024 (v01 AMD BIXBY 00001000 INTL 20120913)
[ 0.004418] ACPI: IVRS 0x00000000CA6AF000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000000)
[ 0.004420] ACPI: VFCT 0x00000000CA6A0000 00EC84 (v01 ALASKA A M I 00000001 AMD 31504F47)
[ 0.004422] ACPI: BGRT 0x00000000CA69F000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.004423] ACPI: WPBT 0x00000000CA5C6000 00003C (v01 ALASKA A M I 00000001 ASUS 00000001)
[ 0.004425] ACPI: PCCT 0x00000000CA5C5000 00006E (v02 AMD AmdTable 00000001 AMD 00000000)
[ 0.004426] ACPI: SSDT 0x00000000CA5C1000 003849 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.004428] ACPI: CRAT 0x00000000CA5C0000 000E98 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.004429] ACPI: CDIT 0x00000000CA5BF000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.004431] ACPI: SSDT 0x00000000CA5BE000 000293 (v01 AMD QOGIRDGP 00000001 INTL 20120913)
[ 0.004433] ACPI: SSDT 0x00000000CA5BC000 0010B4 (v01 AMD QOGIRTPX 00000001 INTL 20120913)
[ 0.004434] ACPI: SSDT 0x00000000CA5BB000 00052C (v01 AMD QOGIRNOI 00000001 INTL 20120913)
[ 0.004436] ACPI: SSDT 0x00000000CA5B7000 00381A (v01 AMD QOGIRN 00000001 INTL 20120913)
[ 0.004437] ACPI: WSMT 0x00000000CA5B6000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.004439] ACPI: APIC 0x00000000CA5B5000 00015E (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.004440] ACPI: Reserving FACP table memory at [mem 0xca6c2000-0xca6c2113]
[ 0.004441] ACPI: Reserving DSDT table memory at [mem 0xca6b6000-0xca6c18db]
[ 0.004442] ACPI: Reserving FACS table memory at [mem 0xca9e2000-0xca9e203f]
[ 0.004442] ACPI: Reserving SSDT table memory at [mem 0xca6c8000-0xca6c8929]
[ 0.004443] ACPI: Reserving SSDT table memory at [mem 0xca6c4000-0xca6c7aae]
[ 0.004443] ACPI: Reserving SSDT table memory at [mem 0xca6c3000-0xca6c30fb]
[ 0.004444] ACPI: Reserving FIDT table memory at [mem 0xca6b5000-0xca6b509b]
[ 0.004444] ACPI: Reserving FPDT table memory at [mem 0xca5b4000-0xca5b4043]
[ 0.004445] ACPI: Reserving MCFG table memory at [mem 0xca6b3000-0xca6b303b]
[ 0.004445] ACPI: Reserving HPET table memory at [mem 0xca6b2000-0xca6b2037]
[ 0.004446] ACPI: Reserving SSDT table memory at [mem 0xca6b1000-0xca6b1023]
[ 0.004446] ACPI: Reserving IVRS table memory at [mem 0xca6af000-0xca6af0cf]
[ 0.004447] ACPI: Reserving VFCT table memory at [mem 0xca6a0000-0xca6aec83]
[ 0.004447] ACPI: Reserving BGRT table memory at [mem 0xca69f000-0xca69f037]
[ 0.004448] ACPI: Reserving WPBT table memory at [mem 0xca5c6000-0xca5c603b]
[ 0.004448] ACPI: Reserving PCCT table memory at [mem 0xca5c5000-0xca5c506d]
[ 0.004449] ACPI: Reserving SSDT table memory at [mem 0xca5c1000-0xca5c4848]
[ 0.004449] ACPI: Reserving CRAT table memory at [mem 0xca5c0000-0xca5c0e97]
[ 0.004450] ACPI: Reserving CDIT table memory at [mem 0xca5bf000-0xca5bf028]
[ 0.004450] ACPI: Reserving SSDT table memory at [mem 0xca5be000-0xca5be292]
[ 0.004451] ACPI: Reserving SSDT table memory at [mem 0xca5bc000-0xca5bd0b3]
[ 0.004452] ACPI: Reserving SSDT table memory at [mem 0xca5bb000-0xca5bb52b]
[ 0.004452] ACPI: Reserving SSDT table memory at [mem 0xca5b7000-0xca5ba819]
[ 0.004453] ACPI: Reserving WSMT table memory at [mem 0xca5b6000-0xca5b6027]
[ 0.004453] ACPI: Reserving APIC table memory at [mem 0xca5b5000-0xca5b515d]
[ 0.004459] ACPI: Local APIC address 0xfee00000
[ 0.004495] No NUMA configuration found
[ 0.004496] Faking a node at [mem 0x0000000000000000-0x000000082f37ffff]
[ 0.004498] NODE_DATA(0) allocated [mem 0x82f37c000-0x82f37ffff]
[ 0.004526] Zone ranges:
[ 0.004527] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.004528] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.004529] Normal [mem 0x0000000100000000-0x000000082f37ffff]
[ 0.004530] Device empty
[ 0.004530] Movable zone start for each node
[ 0.004531] Early memory node ranges
[ 0.004531] node 0: [mem 0x0000000000001000-0x000000000008ffff]
[ 0.004532] node 0: [mem 0x0000000000091000-0x000000000009ffff]
[ 0.004532] node 0: [mem 0x0000000000100000-0x0000000009cfefff]
[ 0.004533] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.004533] node 0: [mem 0x000000000a20e000-0x00000000ca219fff]
[ 0.004534] node 0: [mem 0x00000000cbbff000-0x00000000ccffffff]
[ 0.004534] node 0: [mem 0x0000000100000000-0x000000082f37ffff]
[ 0.004536] Initmem setup node 0 [mem 0x0000000000001000-0x000000082f37ffff]
[ 0.004538] On node 0 totalpages: 8365610
[ 0.004538] DMA zone: 64 pages used for memmap
[ 0.004539] DMA zone: 23 pages reserved
[ 0.004539] DMA zone: 3998 pages, LIFO batch:0
[ 0.004641] DMA zone: 28770 pages in unavailable ranges
[ 0.004642] DMA32 zone: 12941 pages used for memmap
[ 0.004642] DMA32 zone: 828172 pages, LIFO batch:63
[ 0.006813] DMA32 zone: 19700 pages in unavailable ranges
[ 0.006814] Normal zone: 117710 pages used for memmap
[ 0.006815] Normal zone: 7533440 pages, LIFO batch:63
[ 0.033373] Normal zone: 3200 pages in unavailable ranges
[ 0.034207] ACPI: PM-Timer IO Port: 0x808
[ 0.034208] ACPI: Local APIC address 0xfee00000
[ 0.034213] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.034224] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[ 0.034229] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[ 0.034231] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.034232] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.034233] ACPI: IRQ0 used by override.
[ 0.034234] ACPI: IRQ9 used by override.
[ 0.034235] Using ACPI (MADT) for SMP configuration information
[ 0.034236] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.034242] e820: update [mem 0xc6785000-0xc6935fff] usable ==> reserved
[ 0.034250] smpboot: Allowing 32 CPUs, 16 hotplug CPUs
[ 0.034269] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.034270] PM: hibernation: Registered nosave memory: [mem 0x00090000-0x00090fff]
[ 0.034271] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.034272] PM: hibernation: Registered nosave memory: [mem 0x09cff000-0x09ffffff]
[ 0.034273] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[ 0.034274] PM: hibernation: Registered nosave memory: [mem 0xbe3aa000-0xbe3aafff]
[ 0.034275] PM: hibernation: Registered nosave memory: [mem 0xbe3c3000-0xbe3c3fff]
[ 0.034276] PM: hibernation: Registered nosave memory: [mem 0xbe3c4000-0xbe3c4fff]
[ 0.034277] PM: hibernation: Registered nosave memory: [mem 0xbe3d2000-0xbe3d2fff]
[ 0.034278] PM: hibernation: Registered nosave memory: [mem 0xc6785000-0xc6935fff]
[ 0.034279] PM: hibernation: Registered nosave memory: [mem 0xc946f000-0xc946ffff]
[ 0.034280] PM: hibernation: Registered nosave memory: [mem 0xca21a000-0xca56efff]
[ 0.034280] PM: hibernation: Registered nosave memory: [mem 0xca56f000-0xca6cafff]
[ 0.034281] PM: hibernation: Registered nosave memory: [mem 0xca6cb000-0xca9fefff]
[ 0.034281] PM: hibernation: Registered nosave memory: [mem 0xca9ff000-0xcbbfefff]
[ 0.034282] PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xcfffffff]
[ 0.034283] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xefffffff]
[ 0.034283] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[ 0.034283] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfd1fffff]
[ 0.034284] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd2fffff]
[ 0.034284] PM: hibernation: Registered nosave memory: [mem 0xfd300000-0xfd3fffff]
[ 0.034285] PM: hibernation: Registered nosave memory: [mem 0xfd400000-0xfd5fffff]
[ 0.034285] PM: hibernation: Registered nosave memory: [mem 0xfd600000-0xfe9fffff]
[ 0.034285] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[ 0.034286] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[ 0.034286] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[ 0.034287] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[ 0.034287] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 0.034287] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[ 0.034288] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.034288] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[ 0.034289] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[ 0.034289] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[ 0.034289] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[ 0.034290] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[ 0.034290] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[ 0.034290] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[ 0.034291] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[ 0.034291] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
[ 0.034292] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.034293] [mem 0xd0000000-0xefffffff] available for PCI devices
[ 0.034293] Booting paravirtualized kernel on bare hardware
[ 0.034295] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.036912] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:32 nr_node_ids:1
[ 0.037581] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[ 0.037586] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[ 0.037587] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.037593] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
[ 0.037613] Built 1 zonelists, mobility grouping on. Total pages: 8234872
[ 0.037614] Policy zone: Normal
[ 0.037615] Kernel command line: pci=nommconf root=UUID=da48b042-e792-4677-828a-64e1fe5a5086 rw initrd=\initramfs-linux.img amdgpu.audio=0 amdgpu.dpm=0 amdgpu.aspm=0 amdgpu.runpm=0 amdgpu.bapm=0
[ 0.037664] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.037664] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[ 0.037665] printk: log_buf_len min size: 131072 bytes
[ 0.037775] printk: log_buf_len: 262144 bytes
[ 0.037776] printk: early log buf free: 112408(85%)
[ 0.039089] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.039747] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.039889] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[ 0.077732] Memory: 32658836K/33462440K available (14344K kernel code, 2040K rwdata, 8988K rodata, 1652K init, 4348K bss, 803344K reserved, 0K cma-reserved)
[ 0.077735] random: get_random_u64 called from __kmem_cache_create+0x22/0x530 with crng_init=0
[ 0.077799] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[ 0.077806] ftrace: allocating 41952 entries in 164 pages
[ 0.088041] ftrace: allocated 164 pages with 3 groups
[ 0.088125] rcu: Preemptible hierarchical RCU implementation.
[ 0.088126] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.088126] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[ 0.088127] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.088128] Trampoline variant of Tasks RCU enabled.
[ 0.088128] Rude variant of Tasks RCU enabled.
[ 0.088128] Tracing variant of Tasks RCU enabled.
[ 0.088129] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.088129] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[ 0.090070] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[ 0.090291] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.090386] Console: colour dummy device 80x25
[ 0.090395] printk: console [tty0] enabled
[ 0.090407] ACPI: Core revision 20210105
[ 0.090519] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.090535] APIC: Switch to symmetric I/O mode setup
[ 0.091318] Switched APIC routing to physical flat.
[ 0.091922] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.107202] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3c8aecebc2c, max_idle_ns: 440795392023 ns
[ 0.107205] Calibrating delay loop (skipped), value calculated using timer frequency.. 8403.30 BogoMIPS (lpj=14000490)
[ 0.107207] pid_max: default: 32768 minimum: 301
[ 0.108130] efi: memattr: Entry attributes invalid: RO and XP bits both cleared
[ 0.108132] efi: memattr: ! 0x000000090000-0x000000090fff [Runtime Code|RUN| | | | | | | | | | | | | ]
[ 0.108657] LSM: Security Framework initializing
[ 0.108661] Yama: becoming mindful.
[ 0.108665] LSM support for eBPF active
[ 0.108701] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.108731] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.108882] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.108926] LVT offset 1 assigned for vector 0xf9
[ 0.109072] LVT offset 2 assigned for vector 0xf4
[ 0.109113] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 0.109113] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[ 0.109115] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.109116] Spectre V2 : Mitigation: Full AMD retpoline
[ 0.109116] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.109117] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.109118] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.109118] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.109119] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.109311] Freeing SMP alternatives memory: 36K
[ 0.218695] smpboot: CPU0: AMD Ryzen 7 5800X 8-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[ 0.218785] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.218787] ... version: 0
[ 0.218788] ... bit width: 48
[ 0.218788] ... generic registers: 6
[ 0.218788] ... value mask: 0000ffffffffffff
[ 0.218789] ... max period: 00007fffffffffff
[ 0.218789] ... fixed-purpose events: 0
[ 0.218790] ... event mask: 000000000000003f
[ 0.218827] rcu: Hierarchical SRCU implementation.
[ 0.219072] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.219198] smp: Bringing up secondary CPUs ...
[ 0.219256] x86: Booting SMP configuration:
[ 0.219256] .... node #0, CPUs: #1
[ 0.003618] __common_interrupt: 1.55 No irq handler for vector
[ 0.220603] #2
[ 0.003618] __common_interrupt: 2.55 No irq handler for vector
[ 0.222696] #3
[ 0.003618] __common_interrupt: 3.55 No irq handler for vector
[ 0.223941] #4
[ 0.003618] __common_interrupt: 4.55 No irq handler for vector
[ 0.227257] #5
[ 0.003618] __common_interrupt: 5.55 No irq handler for vector
[ 0.229349] #6
[ 0.003618] __common_interrupt: 6.55 No irq handler for vector
[ 0.230591] #7
[ 0.003618] __common_interrupt: 7.55 No irq handler for vector
[ 0.233926] #8
[ 0.003618] __common_interrupt: 8.55 No irq handler for vector
[ 0.236044] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.236044] #9
[ 0.003618] __common_interrupt: 9.55 No irq handler for vector
[ 0.237259] #10
[ 0.003618] __common_interrupt: 10.55 No irq handler for vector
[ 0.240596] #11 #12 #13 #14 #15
[ 0.250565] smp: Brought up 1 node, 16 CPUs
[ 0.250565] smpboot: Max logical packages: 2
[ 0.250565] smpboot: Total of 16 processors activated (134458.90 BogoMIPS)
[ 0.251609] devtmpfs: initialized
[ 0.251609] x86/mm: Memory block size: 128MB
[ 0.251609] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[ 0.251609] PM: Registering ACPI NVS region [mem 0xca6cb000-0xca9fefff] (3358720 bytes)
[ 0.251609] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.251609] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.251609] pinctrl core: initialized pinctrl subsystem
[ 0.253906] PM: RTC time: 16:39:40, date: 2021-05-09
[ 0.253984] NET: Registered protocol family 16
[ 0.254153] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.254278] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.254402] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.254406] audit: initializing netlink subsys (disabled)
[ 0.254410] audit: type=2000 audit(1620578380.163:1): state=initialized audit_enabled=0 res=1
[ 0.254410] thermal_sys: Registered thermal governor 'fair_share'
[ 0.254410] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.254410] thermal_sys: Registered thermal governor 'step_wise'
[ 0.254410] thermal_sys: Registered thermal governor 'user_space'
[ 0.254410] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.254410] cpuidle: using governor ladder
[ 0.254410] cpuidle: using governor menu
[ 0.254410] Detected 1 PCC Subspaces
[ 0.254410] Registering PCC driver as Mailbox controller
[ 0.254410] ACPI: bus type PCI registered
[ 0.254410] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.254410] PCI: Using configuration type 1 for base access
[ 0.254410] PCI: Using configuration type 1 for extended access
[ 0.254713] Kprobes globally optimized
[ 0.254715] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.254715] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.254715] fbcon: Taking over console
[ 0.254715] ACPI: Added _OSI(Module Device)
[ 0.254715] ACPI: Added _OSI(Processor Device)
[ 0.254715] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.254715] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.254715] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.254715] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.254715] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.261756] ACPI: 10 ACPI AML tables successfully acquired and loaded
[ 0.262579] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.263072] ACPI: Interpreter enabled
[ 0.263082] ACPI: (supports S0 S3 S4 S5)
[ 0.263083] ACPI: Using IOAPIC for interrupt routing
[ 0.263303] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.263463] ACPI: Enabled 2 GPEs in block 00 to 1F
[ 0.268607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.268610] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.268755] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[ 0.268893] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.269136] PCI host bridge to bus 0000:00
[ 0.269137] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.269138] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.269139] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.269139] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.269140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.269140] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.269141] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfec02fff window]
[ 0.269142] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[ 0.269142] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.269152] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[ 0.269237] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
[ 0.269326] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[ 0.269395] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
[ 0.269420] pci 0000:00:01.1: enabling Extended Tags
[ 0.269469] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.269574] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
[ 0.269598] pci 0000:00:01.2: enabling Extended Tags
[ 0.269647] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 0.269748] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[ 0.269815] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[ 0.269882] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
[ 0.269953] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[ 0.270049] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[ 0.270114] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[ 0.270181] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[ 0.270246] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[ 0.270269] pci 0000:00:07.1: enabling Extended Tags
[ 0.270309] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 0.270397] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[ 0.270462] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[ 0.270486] pci 0000:00:08.1: enabling Extended Tags
[ 0.270531] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.270646] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.270753] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.270867] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[ 0.270905] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[ 0.270944] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[ 0.270982] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[ 0.271020] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[ 0.271057] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[ 0.271095] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[ 0.271132] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[ 0.271221] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
[ 0.271239] pci 0000:01:00.0: reg 0x10: [mem 0xfcf00000-0xfcf03fff 64bit]
[ 0.271428] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.271433] pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.271489] pci 0000:02:00.0: [1022:57ad] type 01 class 0x060400
[ 0.271544] pci 0000:02:00.0: enabling Extended Tags
[ 0.271629] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.271731] pci 0000:02:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
[ 0.271780] pci 0000:00:01.2: PCI bridge to [bus 02-0a]
[ 0.271783] pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
[ 0.271784] pci 0000:00:01.2: bridge window [mem 0xfc200000-0xfc9fffff]
[ 0.272043] pci 0000:03:01.0: [1022:57a3] type 01 class 0x060400
[ 0.272113] pci 0000:03:01.0: enabling Extended Tags
[ 0.272350] pci 0000:03:01.0: PME# supported from D0 D3hot D3cold
[ 0.272694] pci 0000:03:02.0: [1022:57a3] type 01 class 0x060400
[ 0.272763] pci 0000:03:02.0: enabling Extended Tags
[ 0.273017] pci 0000:03:02.0: PME# supported from D0 D3hot D3cold
[ 0.273371] pci 0000:03:04.0: [1022:57a3] type 01 class 0x060400
[ 0.273441] pci 0000:03:04.0: enabling Extended Tags
[ 0.273679] pci 0000:03:04.0: PME# supported from D0 D3hot D3cold
[ 0.274034] pci 0000:03:05.0: [1022:57a3] type 01 class 0x060400
[ 0.274104] pci 0000:03:05.0: enabling Extended Tags
[ 0.274342] pci 0000:03:05.0: PME# supported from D0 D3hot D3cold
[ 0.274693] pci 0000:03:08.0: [1022:57a4] type 01 class 0x060400
[ 0.274763] pci 0000:03:08.0: enabling Extended Tags
[ 0.274941] pci 0000:03:08.0: PME# supported from D0 D3hot D3cold
[ 0.275136] pci 0000:03:09.0: [1022:57a4] type 01 class 0x060400
[ 0.275206] pci 0000:03:09.0: enabling Extended Tags
[ 0.275365] pci 0000:03:09.0: PME# supported from D0 D3hot D3cold
[ 0.275555] pci 0000:03:0a.0: [1022:57a4] type 01 class 0x060400
[ 0.275624] pci 0000:03:0a.0: enabling Extended Tags
[ 0.275783] pci 0000:03:0a.0: PME# supported from D0 D3hot D3cold
[ 0.275975] pci 0000:02:00.0: PCI bridge to [bus 03-0a]
[ 0.275981] pci 0000:02:00.0: bridge window [io 0xf000-0xffff]
[ 0.275984] pci 0000:02:00.0: bridge window [mem 0xfc200000-0xfc9fffff]
[ 0.276095] pci 0000:04:00.0: [144d:a804] type 00 class 0x010802
[ 0.276124] pci 0000:04:00.0: reg 0x10: [mem 0xfc900000-0xfc903fff 64bit]
[ 0.276452] pci 0000:03:01.0: PCI bridge to [bus 04]
[ 0.276460] pci 0000:03:01.0: bridge window [mem 0xfc900000-0xfc9fffff]
[ 0.276573] pci 0000:05:00.0: [144d:a804] type 00 class 0x010802
[ 0.276602] pci 0000:05:00.0: reg 0x10: [mem 0xfc800000-0xfc803fff 64bit]
[ 0.276925] pci 0000:03:02.0: PCI bridge to [bus 05]
[ 0.276933] pci 0000:03:02.0: bridge window [mem 0xfc800000-0xfc8fffff]
[ 0.277047] pci 0000:06:00.0: [8086:2526] type 00 class 0x028000
[ 0.277078] pci 0000:06:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[ 0.277263] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 0.277404] pci 0000:03:04.0: PCI bridge to [bus 06]
[ 0.277412] pci 0000:03:04.0: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.277528] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000
[ 0.277554] pci 0000:07:00.0: reg 0x10: [io 0xf000-0xf0ff]
[ 0.277590] pci 0000:07:00.0: reg 0x18: [mem 0xfc604000-0xfc604fff 64bit]
[ 0.277612] pci 0000:07:00.0: reg 0x20: [mem 0xfc600000-0xfc603fff 64bit]
[ 0.277757] pci 0000:07:00.0: supports D1 D2
[ 0.277757] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.277927] pci 0000:03:05.0: PCI bridge to [bus 07]
[ 0.277933] pci 0000:03:05.0: bridge window [io 0xf000-0xffff]
[ 0.277937] pci 0000:03:05.0: bridge window [mem 0xfc600000-0xfc6fffff]
[ 0.278059] pci 0000:08:00.0: [1022:1485] type 00 class 0x130000
[ 0.278126] pci 0000:08:00.0: enabling Extended Tags
[ 0.278291] pci 0000:08:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[ 0.278485] pci 0000:08:00.1: [1022:149c] type 00 class 0x0c0330
[ 0.278789] pci 0000:08:00.1: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
[ 0.279552] pci 0000:08:00.1: enabling Extended Tags
[ 0.280079] pci 0000:08:00.1: PME# supported from D0 D3hot D3cold
[ 0.280388] pci 0000:08:00.3: [1022:149c] type 00 class 0x0c0330
[ 0.280413] pci 0000:08:00.3: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[ 0.280472] pci 0000:08:00.3: enabling Extended Tags
[ 0.280551] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[ 0.280671] pci 0000:03:08.0: PCI bridge to [bus 08]
[ 0.280679] pci 0000:03:08.0: bridge window [mem 0xfc200000-0xfc3fffff]
[ 0.280783] pci 0000:09:00.0: [1022:7901] type 00 class 0x010601
[ 0.280852] pci 0000:09:00.0: reg 0x24: [mem 0xfc500000-0xfc5007ff]
[ 0.280871] pci 0000:09:00.0: enabling Extended Tags
[ 0.280973] pci 0000:09:00.0: PME# supported from D3hot D3cold
[ 0.281057] pci 0000:09:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[ 0.281100] pci 0000:03:09.0: PCI bridge to [bus 09]
[ 0.281109] pci 0000:03:09.0: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.281211] pci 0000:0a:00.0: [1022:7901] type 00 class 0x010601
[ 0.281281] pci 0000:0a:00.0: reg 0x24: [mem 0xfc400000-0xfc4007ff]
[ 0.281300] pci 0000:0a:00.0: enabling Extended Tags
[ 0.281399] pci 0000:0a:00.0: PME# supported from D3hot D3cold
[ 0.281482] pci 0000:0a:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[ 0.281526] pci 0000:03:0a.0: PCI bridge to [bus 0a]
[ 0.281534] pci 0000:03:0a.0: bridge window [mem 0xfc400000-0xfc4fffff]
[ 0.281632] pci 0000:0b:00.0: [1022:1470] type 01 class 0x060400
[ 0.281645] pci 0000:0b:00.0: reg 0x10: [mem 0xfce00000-0xfce03fff]
[ 0.281734] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold
[ 0.281829] pci 0000:00:03.1: PCI bridge to [bus 0b-0d]
[ 0.281832] pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
[ 0.281834] pci 0000:00:03.1: bridge window [mem 0xfcd00000-0xfcefffff]
[ 0.281837] pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[ 0.281888] pci 0000:0c:00.0: [1022:1471] type 01 class 0x060400
[ 0.281983] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
[ 0.282238] pci 0000:0b:00.0: PCI bridge to [bus 0c-0d]
[ 0.282242] pci 0000:0b:00.0: bridge window [io 0xe000-0xefff]
[ 0.282245] pci 0000:0b:00.0: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.282249] pci 0000:0b:00.0: bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[ 0.282310] pci 0000:0d:00.0: [1002:687f] type 00 class 0x030000
[ 0.282327] pci 0000:0d:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.282337] pci 0000:0d:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
[ 0.282344] pci 0000:0d:00.0: reg 0x20: [io 0xe000-0xe0ff]
[ 0.282351] pci 0000:0d:00.0: reg 0x24: [mem 0xfcd00000-0xfcd7ffff]
[ 0.282358] pci 0000:0d:00.0: reg 0x30: [mem 0xfcd80000-0xfcd9ffff pref]
[ 0.282381] pci 0000:0d:00.0: BAR 0: assigned to efifb
[ 0.282444] pci 0000:0d:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.282557] pci 0000:0d:00.1: [1002:aaf8] type 00 class 0x040300
[ 0.282568] pci 0000:0d:00.1: reg 0x10: [mem 0xfcda0000-0xfcda3fff]
[ 0.282651] pci 0000:0d:00.1: PME# supported from D1 D2 D3hot D3cold
[ 0.282730] pci 0000:0c:00.0: PCI bridge to [bus 0d]
[ 0.282734] pci 0000:0c:00.0: bridge window [io 0xe000-0xefff]
[ 0.282736] pci 0000:0c:00.0: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.282740] pci 0000:0c:00.0: bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[ 0.282787] pci 0000:0e:00.0: [1022:148a] type 00 class 0x130000
[ 0.282815] pci 0000:0e:00.0: enabling Extended Tags
[ 0.282916] pci 0000:00:07.1: PCI bridge to [bus 0e]
[ 0.282968] pci 0000:0f:00.0: [1022:1485] type 00 class 0x130000
[ 0.283000] pci 0000:0f:00.0: enabling Extended Tags
[ 0.283118] pci 0000:0f:00.1: [1022:1486] type 00 class 0x108000
[ 0.283133] pci 0000:0f:00.1: reg 0x18: [mem 0xfcb00000-0xfcbfffff]
[ 0.283144] pci 0000:0f:00.1: reg 0x24: [mem 0xfcc08000-0xfcc09fff]
[ 0.283153] pci 0000:0f:00.1: enabling Extended Tags
[ 0.283252] pci 0000:0f:00.3: [1022:149c] type 00 class 0x0c0330
[ 0.283265] pci 0000:0f:00.3: reg 0x10: [mem 0xfca00000-0xfcafffff 64bit]
[ 0.283294] pci 0000:0f:00.3: enabling Extended Tags
[ 0.283340] pci 0000:0f:00.3: PME# supported from D0 D3hot D3cold
[ 0.283410] pci 0000:0f:00.4: [1022:1487] type 00 class 0x040300
[ 0.283418] pci 0000:0f:00.4: reg 0x10: [mem 0xfcc00000-0xfcc07fff]
[ 0.283444] pci 0000:0f:00.4: enabling Extended Tags
[ 0.283487] pci 0000:0f:00.4: PME# supported from D0 D3hot D3cold
[ 0.283558] pci 0000:00:08.1: PCI bridge to [bus 0f]
[ 0.283562] pci 0000:00:08.1: bridge window [mem 0xfca00000-0xfccfffff]
[ 0.283880] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[ 0.283922] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[ 0.283957] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[ 0.283999] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[ 0.284036] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[ 0.284068] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[ 0.284100] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[ 0.284132] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[ 0.284532] iommu: Default domain type: Translated
[ 0.284539] pci 0000:0d:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.284539] pci 0000:0d:00.0: vgaarb: bridge control possible
[ 0.284539] pci 0000:0d:00.0: vgaarb: setting as boot device
[ 0.284539] vgaarb: loaded
[ 0.284539] SCSI subsystem initialized
[ 0.284539] libata version 3.00 loaded.
[ 0.284539] ACPI: bus type USB registered
[ 0.284539] usbcore: registered new interface driver usbfs
[ 0.284539] usbcore: registered new interface driver hub
[ 0.284539] usbcore: registered new device driver usb
[ 0.284539] pps_core: LinuxPPS API ver. 1 registered
[ 0.284539] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.284539] PTP clock support registered
[ 0.284539] EDAC MC: Ver: 3.0.0
[ 0.284539] Registered efivars operations
[ 0.284539] NetLabel: Initializing
[ 0.284539] NetLabel: domain hash size = 128
[ 0.284539] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.284539] NetLabel: unlabeled traffic allowed by default
[ 0.284539] PCI: Using ACPI for IRQ routing
[ 0.284539] PCI: pci_cache_line_size set to 64 bytes
[ 0.284539] e820: reserve RAM buffer [mem 0x09cff000-0x0bffffff]
[ 0.284539] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.284539] e820: reserve RAM buffer [mem 0xbe3aa018-0xbfffffff]
[ 0.284539] e820: reserve RAM buffer [mem 0xbe3c4018-0xbfffffff]
[ 0.284539] e820: reserve RAM buffer [mem 0xc6785000-0xc7ffffff]
[ 0.284539] e820: reserve RAM buffer [mem 0xc946f000-0xcbffffff]
[ 0.284539] e820: reserve RAM buffer [mem 0xca21a000-0xcbffffff]
[ 0.284539] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
[ 0.284539] e820: reserve RAM buffer [mem 0x82f380000-0x82fffffff]
[ 0.284539] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.284539] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.285938] clocksource: Switched to clocksource tsc-early
[ 0.288053] VFS: Disk quotas dquot_6.6.0
[ 0.288061] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.288101] pnp: PnP ACPI init
[ 0.288156] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.288159] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.288226] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
[ 0.288228] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.288251] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.288345] system 00:03: [io 0x0290-0x029f] has been reserved
[ 0.288346] system 00:03: [io 0x0200-0x021f] has been reserved
[ 0.288348] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.288527] pnp 00:04: [dma 0 disabled]
[ 0.288545] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.288718] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 0.288719] system 00:05: [io 0x040b] has been reserved
[ 0.288720] system 00:05: [io 0x04d6] has been reserved
[ 0.288720] system 00:05: [io 0x0c00-0x0c01] has been reserved
[ 0.288721] system 00:05: [io 0x0c14] has been reserved
[ 0.288722] system 00:05: [io 0x0c50-0x0c51] has been reserved
[ 0.288722] system 00:05: [io 0x0c52] has been reserved
[ 0.288723] system 00:05: [io 0x0c6c] has been reserved
[ 0.288723] system 00:05: [io 0x0c6f] has been reserved
[ 0.288724] system 00:05: [io 0x0cd8-0x0cdf] has been reserved
[ 0.288725] system 00:05: [io 0x0800-0x089f] has been reserved
[ 0.288725] system 00:05: [io 0x0b00-0x0b0f] has been reserved
[ 0.288726] system 00:05: [io 0x0b20-0x0b3f] has been reserved
[ 0.288727] system 00:05: [io 0x0900-0x090f] has been reserved
[ 0.288727] system 00:05: [io 0x0910-0x091f] has been reserved
[ 0.288728] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.288729] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.288731] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.288732] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.288733] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.288734] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.288735] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.288737] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.289079] pnp: PnP ACPI: found 6 devices
[ 0.294203] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.294233] NET: Registered protocol family 2
[ 0.294421] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.294546] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.294723] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.294767] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.294853] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[ 0.294900] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.294958] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.295023] NET: Registered protocol family 1
[ 0.295026] NET: Registered protocol family 44
[ 0.295033] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.295036] pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.295041] pci 0000:03:01.0: PCI bridge to [bus 04]
[ 0.295046] pci 0000:03:01.0: bridge window [mem 0xfc900000-0xfc9fffff]
[ 0.295055] pci 0000:03:02.0: PCI bridge to [bus 05]
[ 0.295059] pci 0000:03:02.0: bridge window [mem 0xfc800000-0xfc8fffff]
[ 0.295068] pci 0000:03:04.0: PCI bridge to [bus 06]
[ 0.295073] pci 0000:03:04.0: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.295081] pci 0000:03:05.0: PCI bridge to [bus 07]
[ 0.295083] pci 0000:03:05.0: bridge window [io 0xf000-0xffff]
[ 0.295088] pci 0000:03:05.0: bridge window [mem 0xfc600000-0xfc6fffff]
[ 0.295097] pci 0000:03:08.0: PCI bridge to [bus 08]
[ 0.295102] pci 0000:03:08.0: bridge window [mem 0xfc200000-0xfc3fffff]
[ 0.295110] pci 0000:03:09.0: PCI bridge to [bus 09]
[ 0.295115] pci 0000:03:09.0: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.295124] pci 0000:03:0a.0: PCI bridge to [bus 0a]
[ 0.295128] pci 0000:03:0a.0: bridge window [mem 0xfc400000-0xfc4fffff]
[ 0.295137] pci 0000:02:00.0: PCI bridge to [bus 03-0a]
[ 0.295139] pci 0000:02:00.0: bridge window [io 0xf000-0xffff]
[ 0.295143] pci 0000:02:00.0: bridge window [mem 0xfc200000-0xfc9fffff]
[ 0.295152] pci 0000:00:01.2: PCI bridge to [bus 02-0a]
[ 0.295153] pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
[ 0.295155] pci 0000:00:01.2: bridge window [mem 0xfc200000-0xfc9fffff]
[ 0.295160] pci 0000:0c:00.0: PCI bridge to [bus 0d]
[ 0.295161] pci 0000:0c:00.0: bridge window [io 0xe000-0xefff]
[ 0.295164] pci 0000:0c:00.0: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.295167] pci 0000:0c:00.0: bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[ 0.295171] pci 0000:0b:00.0: PCI bridge to [bus 0c-0d]
[ 0.295173] pci 0000:0b:00.0: bridge window [io 0xe000-0xefff]
[ 0.295176] pci 0000:0b:00.0: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.295178] pci 0000:0b:00.0: bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[ 0.295182] pci 0000:00:03.1: PCI bridge to [bus 0b-0d]
[ 0.295184] pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
[ 0.295186] pci 0000:00:03.1: bridge window [mem 0xfcd00000-0xfcefffff]
[ 0.295187] pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[ 0.295190] pci 0000:00:07.1: PCI bridge to [bus 0e]
[ 0.295196] pci 0000:00:08.1: PCI bridge to [bus 0f]
[ 0.295199] pci 0000:00:08.1: bridge window [mem 0xfca00000-0xfccfffff]
[ 0.295203] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.295204] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.295205] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.295205] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.295206] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.295206] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.295207] pci_bus 0000:00: resource 10 [mem 0xd0000000-0xfec02fff window]
[ 0.295208] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[ 0.295208] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
[ 0.295209] pci_bus 0000:02: resource 0 [io 0xf000-0xffff]
[ 0.295210] pci_bus 0000:02: resource 1 [mem 0xfc200000-0xfc9fffff]
[ 0.295210] pci_bus 0000:03: resource 0 [io 0xf000-0xffff]
[ 0.295211] pci_bus 0000:03: resource 1 [mem 0xfc200000-0xfc9fffff]
[ 0.295212] pci_bus 0000:04: resource 1 [mem 0xfc900000-0xfc9fffff]
[ 0.295213] pci_bus 0000:05: resource 1 [mem 0xfc800000-0xfc8fffff]
[ 0.295214] pci_bus 0000:06: resource 1 [mem 0xfc700000-0xfc7fffff]
[ 0.295215] pci_bus 0000:07: resource 0 [io 0xf000-0xffff]
[ 0.295215] pci_bus 0000:07: resource 1 [mem 0xfc600000-0xfc6fffff]
[ 0.295216] pci_bus 0000:08: resource 1 [mem 0xfc200000-0xfc3fffff]
[ 0.295217] pci_bus 0000:09: resource 1 [mem 0xfc500000-0xfc5fffff]
[ 0.295217] pci_bus 0000:0a: resource 1 [mem 0xfc400000-0xfc4fffff]
[ 0.295218] pci_bus 0000:0b: resource 0 [io 0xe000-0xefff]
[ 0.295218] pci_bus 0000:0b: resource 1 [mem 0xfcd00000-0xfcefffff]
[ 0.295219] pci_bus 0000:0b: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[ 0.295220] pci_bus 0000:0c: resource 0 [io 0xe000-0xefff]
[ 0.295220] pci_bus 0000:0c: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 0.295221] pci_bus 0000:0c: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[ 0.295221] pci_bus 0000:0d: resource 0 [io 0xe000-0xefff]
[ 0.295222] pci_bus 0000:0d: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 0.295223] pci_bus 0000:0d: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[ 0.295223] pci_bus 0000:0f: resource 1 [mem 0xfca00000-0xfccfffff]
[ 0.295588] pci 0000:0d:00.1: D0 power state depends on 0000:0d:00.0
[ 0.295719] PCI: CLS 64 bytes, default 64
[ 0.295742] Trying to unpack rootfs image as initramfs...
[ 0.371612] Freeing initrd memory: 23100K
[ 0.371627] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.371656] pci 0000:00:01.0: Adding to iommu group 0
[ 0.371663] pci 0000:00:01.1: Adding to iommu group 1
[ 0.371669] pci 0000:00:01.2: Adding to iommu group 2
[ 0.371676] pci 0000:00:02.0: Adding to iommu group 3
[ 0.371683] pci 0000:00:03.0: Adding to iommu group 4
[ 0.371689] pci 0000:00:03.1: Adding to iommu group 5
[ 0.371696] pci 0000:00:04.0: Adding to iommu group 6
[ 0.371702] pci 0000:00:05.0: Adding to iommu group 7
[ 0.371710] pci 0000:00:07.0: Adding to iommu group 8
[ 0.371716] pci 0000:00:07.1: Adding to iommu group 9
[ 0.371724] pci 0000:00:08.0: Adding to iommu group 10
[ 0.371730] pci 0000:00:08.1: Adding to iommu group 11
[ 0.371738] pci 0000:00:14.0: Adding to iommu group 12
[ 0.371744] pci 0000:00:14.3: Adding to iommu group 12
[ 0.371764] pci 0000:00:18.0: Adding to iommu group 13
[ 0.371769] pci 0000:00:18.1: Adding to iommu group 13
[ 0.371773] pci 0000:00:18.2: Adding to iommu group 13
[ 0.371778] pci 0000:00:18.3: Adding to iommu group 13
[ 0.371783] pci 0000:00:18.4: Adding to iommu group 13
[ 0.371787] pci 0000:00:18.5: Adding to iommu group 13
[ 0.371792] pci 0000:00:18.6: Adding to iommu group 13
[ 0.371796] pci 0000:00:18.7: Adding to iommu group 13
[ 0.371803] pci 0000:01:00.0: Adding to iommu group 14
[ 0.371809] pci 0000:02:00.0: Adding to iommu group 15
[ 0.371838] pci 0000:03:01.0: Adding to iommu group 16
[ 0.371867] pci 0000:03:02.0: Adding to iommu group 17
[ 0.371896] pci 0000:03:04.0: Adding to iommu group 18
[ 0.371924] pci 0000:03:05.0: Adding to iommu group 19
[ 0.371932] pci 0000:03:08.0: Adding to iommu group 20
[ 0.371939] pci 0000:03:09.0: Adding to iommu group 21
[ 0.371947] pci 0000:03:0a.0: Adding to iommu group 22
[ 0.371976] pci 0000:04:00.0: Adding to iommu group 23
[ 0.372004] pci 0000:05:00.0: Adding to iommu group 24
[ 0.372033] pci 0000:06:00.0: Adding to iommu group 25
[ 0.372061] pci 0000:07:00.0: Adding to iommu group 26
[ 0.372063] pci 0000:08:00.0: Adding to iommu group 20
[ 0.372065] pci 0000:08:00.1: Adding to iommu group 20
[ 0.372068] pci 0000:08:00.3: Adding to iommu group 20
[ 0.372070] pci 0000:09:00.0: Adding to iommu group 21
[ 0.372072] pci 0000:0a:00.0: Adding to iommu group 22
[ 0.372078] pci 0000:0b:00.0: Adding to iommu group 27
[ 0.372084] pci 0000:0c:00.0: Adding to iommu group 28
[ 0.372107] pci 0000:0d:00.0: Adding to iommu group 29
[ 0.372116] pci 0000:0d:00.1: Adding to iommu group 30
[ 0.372122] pci 0000:0e:00.0: Adding to iommu group 31
[ 0.372130] pci 0000:0f:00.0: Adding to iommu group 32
[ 0.372137] pci 0000:0f:00.1: Adding to iommu group 33
[ 0.372145] pci 0000:0f:00.3: Adding to iommu group 34
[ 0.372152] pci 0000:0f:00.4: Adding to iommu group 35
[ 0.375964] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 0.375965] pci 0000:00:00.2: AMD-Vi: Extended features (0x58f77ef22294ade):
[ 0.375966] PPR X2APIC NX GT IA GA PC GA_vAPIC
[ 0.375969] AMD-Vi: Interrupt remapping enabled
[ 0.375969] AMD-Vi: Virtual APIC enabled
[ 0.375969] AMD-Vi: X2APIC enabled
[ 0.376014] AMD-Vi: Lazy IO/TLB flushing enabled
[ 0.376407] amd_uncore: 4 amd_df counters detected
[ 0.376411] amd_uncore: 6 amd_l3 counters detected
[ 0.376532] LVT offset 0 assigned for vector 0x400
[ 0.376592] perf: AMD IBS detected (0x000003ff)
[ 0.376595] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.377180] check: Scanning for low memory corruption every 60 seconds
[ 0.377405] Initialise system trusted keyrings
[ 0.377411] Key type blacklist registered
[ 0.377430] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[ 0.377879] zbud: loaded
[ 0.380468] Key type asymmetric registered
[ 0.380469] Asymmetric key parser 'x509' registered
[ 0.380472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.380492] io scheduler mq-deadline registered
[ 0.380492] io scheduler kyber registered
[ 0.380502] io scheduler bfq registered
[ 0.380687] pcieport 0000:00:01.1: AER: enabled with IRQ 27
[ 0.380815] pcieport 0000:00:01.2: AER: enabled with IRQ 28
[ 0.380928] pcieport 0000:00:03.1: AER: enabled with IRQ 29
[ 0.381087] pcieport 0000:00:07.1: AER: enabled with IRQ 31
[ 0.381186] pcieport 0000:00:08.1: AER: enabled with IRQ 32
[ 0.383138] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.383152] efifb: probing for efifb
[ 0.383160] efifb: framebuffer at 0xd0000000, using 19440k, total 19440k
[ 0.383161] efifb: mode is 3440x1440x32, linelength=13824, pages=1
[ 0.383161] efifb: scrolling: redraw
[ 0.383162] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.383203] Console: switching to colour frame buffer device 215x45
[ 0.386987] fb0: EFI VGA frame buffer device
[ 0.387049] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.387062] ACPI: button: Power Button [PWRB]
[ 0.387076] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.387816] ACPI: button: Power Button [PWRF]
[ 0.391143] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1165
[ 0.391987] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.392118] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.393073] Non-volatile memory driver v1.3
[ 0.393074] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 0.393538] nvme nvme0: pci function 0000:01:00.0
[ 0.393584] nvme nvme1: pci function 0000:04:00.0
[ 0.393609] nvme nvme2: pci function 0000:05:00.0
[ 0.393630] ahci 0000:09:00.0: version 3.0
[ 0.393841] ahci 0000:09:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[ 0.393843] ahci 0000:09:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[ 0.393933] scsi host0: ahci
[ 0.393962] ata1: SATA max UDMA/133 abar m2048@0xfc500000 port 0xfc500100 irq 49
[ 0.394079] ahci 0000:0a:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[ 0.394081] ahci 0000:0a:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[ 0.394162] scsi host1: ahci
[ 0.394181] ata2: SATA max UDMA/133 abar m2048@0xfc400000 port 0xfc400100 irq 50
[ 0.394194] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.394198] ehci-pci: EHCI PCI platform driver
[ 0.394204] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.394205] ohci-pci: OHCI PCI platform driver
[ 0.394209] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.394225] usbcore: registered new interface driver usbserial_generic
[ 0.394227] usbserial: USB Serial support registered for generic
[ 0.394261] rtc_cmos 00:02: RTC can wake from S4
[ 0.394422] rtc_cmos 00:02: registered as rtc0
[ 0.394452] rtc_cmos 00:02: setting system clock to 2021-05-09T16:39:40 UTC (1620578380)
[ 0.394459] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.394536] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.394636] hid: raw HID events driver (C) Jiri Kosina
[ 0.394666] drop_monitor: Initializing network drop monitor service
[ 0.394699] Initializing XFRM netlink socket
[ 0.394740] NET: Registered protocol family 10
[ 0.396782] Segment Routing with IPv6
[ 0.396783] RPL Segment Routing with IPv6
[ 0.396792] NET: Registered protocol family 17
[ 0.397240] microcode: CPU0: patch_level=0x0a201009
[ 0.397244] microcode: CPU1: patch_level=0x0a201009
[ 0.397247] microcode: CPU2: patch_level=0x0a201009
[ 0.397250] microcode: CPU3: patch_level=0x0a201009
[ 0.397252] microcode: CPU4: patch_level=0x0a201009
[ 0.397255] microcode: CPU5: patch_level=0x0a201009
[ 0.397258] microcode: CPU6: patch_level=0x0a201009
[ 0.397262] microcode: CPU7: patch_level=0x0a201009
[ 0.397265] microcode: CPU8: patch_level=0x0a201009
[ 0.397268] microcode: CPU9: patch_level=0x0a201009
[ 0.397270] microcode: CPU10: patch_level=0x0a201009
[ 0.397273] microcode: CPU11: patch_level=0x0a201009
[ 0.397276] microcode: CPU12: patch_level=0x0a201009
[ 0.397279] microcode: CPU13: patch_level=0x0a201009
[ 0.397282] microcode: CPU14: patch_level=0x0a201009
[ 0.397284] microcode: CPU15: patch_level=0x0a201009
[ 0.397286] microcode: Microcode Update Driver: v2.2.
[ 0.397366] resctrl: L3 allocation detected
[ 0.397366] resctrl: L3DATA allocation detected
[ 0.397367] resctrl: L3CODE allocation detected
[ 0.397367] resctrl: MB allocation detected
[ 0.397368] resctrl: L3 monitoring detected
[ 0.397369] IPI shorthand broadcast: enabled
[ 0.397375] sched_clock: Marking stable (397076069, 285150)->(495453389, -98092170)
[ 0.397419] registered taskstats version 1
[ 0.397425] Loading compiled-in X.509 certificates
[ 0.398539] Loaded X.509 cert 'Build time autogenerated kernel key: be58a462f143e89e86f5e2396e34dbf5ed014d41'
[ 0.399146] zswap: loaded using pool lz4/z3fold
[ 0.399203] Key type ._fscrypt registered
[ 0.399203] Key type .fscrypt registered
[ 0.399204] Key type fscrypt-provisioning registered
[ 0.399476] PM: Magic number: 5:499:691
[ 0.399587] RAS: Correctable Errors collector initialized.
[ 0.400448] nvme nvme0: missing or invalid SUBNQN field.
[ 0.400456] nvme nvme0: Shutdown timeout set to 8 seconds
[ 0.407244] nvme nvme2: 7/0/0 default/read/poll queues
[ 0.409614] nvme nvme1: 7/0/0 default/read/poll queues
[ 0.410692] nvme2n1: p1 p2
[ 0.413104] nvme1n1: p1 p2
[ 0.426598] nvme nvme0: 32/0/0 default/read/poll queues
[ 0.429296] nvme0n1: p1 p2
[ 0.710036] ata1: SATA link down (SStatus 0 SControl 300)
[ 0.710630] ata2: SATA link down (SStatus 0 SControl 300)
[ 0.711149] Freeing unused decrypted memory: 2036K
[ 0.711287] Freeing unused kernel image (initmem) memory: 1652K
[ 0.711289] Write protecting the kernel read-only data: 26624k
[ 0.711501] Freeing unused kernel image (text/rodata gap) memory: 2036K
[ 0.711610] Freeing unused kernel image (rodata/data gap) memory: 1252K
[ 0.734398] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.734400] rodata_test: all tests were successful
[ 0.734402] Run /init as init process
[ 0.734403] with arguments:
[ 0.734403] /init
[ 0.734404] with environment:
[ 0.734404] HOME=/
[ 0.734404] TERM=linux
[ 0.750214] Linux agpgart interface v0.103
[ 0.831983] [drm] amdgpu kernel modesetting enabled.
[ 0.832020] amdgpu: Ignoring ACPI CRAT on non-APU system
[ 0.832021] Virtual CRAT table created for CPU
[ 0.832026] amdgpu: Topology: Add CPU node
[ 0.832067] checking generic (d0000000 12fc000) vs hw (d0000000 10000000)
[ 0.832068] fb0: switching to amdgpudrmfb from EFI VGA
[ 0.832099] Console: switching to colour dummy device 80x25
[ 0.832114] amdgpu 0000:0d:00.0: vgaarb: deactivate vga console
[ 0.832133] amdgpu 0000:0d:00.0: enabling device (0006 -> 0007)
[ 0.832188] [drm] initializing kernel modesetting (VEGA10 0x1002:0x687F 0x1002:0x6B76 0xC1).
[ 0.832190] amdgpu 0000:0d:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[ 0.832195] [drm] register mmio base: 0xFCD00000
[ 0.832195] [drm] register mmio size: 524288
[ 0.832208] [drm] add ip block number 0 <soc15_common>
[ 0.832209] [drm] add ip block number 1 <gmc_v9_0>
[ 0.832209] [drm] add ip block number 2 <vega10_ih>
[ 0.832209] [drm] add ip block number 3 <psp>
[ 0.832210] [drm] add ip block number 4 <gfx_v9_0>
[ 0.832210] [drm] add ip block number 5 <sdma_v4_0>
[ 0.832210] [drm] add ip block number 6 <powerplay>
[ 0.832211] [drm] add ip block number 7 <dm>
[ 0.832211] [drm] add ip block number 8 <uvd_v7_0>
[ 0.832211] [drm] add ip block number 9 <vce_v4_0>
[ 0.832232] amdgpu 0000:0d:00.0: amdgpu: Fetched VBIOS from VFCT
[ 0.832233] amdgpu: ATOM BIOS: 113-D0500100-102
[ 0.832251] [drm] UVD(0) is enabled in VM mode
[ 0.832252] [drm] UVD(0) ENC is enabled in VM mode
[ 0.832252] [drm] VCE enabled in VM mode
[ 0.832264] amdgpu 0000:0d:00.0: amdgpu: HBM ECC is not presented.
[ 0.832264] amdgpu 0000:0d:00.0: amdgpu: SRAM ECC is not presented.
[ 0.832266] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 0.832270] amdgpu 0000:0d:00.0: amdgpu: VRAM: 8176M 0x000000F400000000 - 0x000000F5FEFFFFFF (8176M used)
[ 0.832271] amdgpu 0000:0d:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[ 0.832272] amdgpu 0000:0d:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[ 0.832277] [drm] Detected VRAM RAM=8176M, BAR=256M
[ 0.832278] [drm] RAM width 2048bits HBM
[ 0.832303] [TTM] Zone kernel: Available graphics memory: 16422284 KiB
[ 0.832304] [TTM] Zone dma32: Available graphics memory: 2097152 KiB
[ 0.832319] [drm] amdgpu: 8176M of VRAM memory ready
[ 0.832320] [drm] amdgpu: 8176M of GTT memory ready.
[ 0.832321] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 0.832475] [drm] PCIE GART of 512M enabled (table at 0x000000F4012E6000).
[ 0.833378] amdgpu: hwmgr_sw_init smu backed is vega10_smu
[ 0.833437] [drm] Found UVD firmware Version: 66.43 Family ID: 17
[ 0.833438] [drm] PSP loading UVD firmware
[ 0.833788] [drm] Found VCE firmware Version: 57.6 Binary ID: 4
[ 0.833796] [drm] PSP loading VCE firmware
[ 1.021883] [drm] reserve 0x400000 from 0xf5fec00000 for PSP TMR
[ 1.095643] [drm] kiq ring mec 2 pipe 1 q 0
[ 1.095993] [drm] Display Core initialized with v3.2.122!
[ 1.160932] [drm] UVD and UVD ENC initialized successfully.
[ 1.361473] [drm] VCE initialized successfully.
[ 1.362056] kfd kfd: Allocated 3969056 bytes on gart
[ 1.362098] Virtual CRAT table created for GPU
[ 1.362156] amdgpu: Topology: Add dGPU node [0x687f:0x1002]
[ 1.362157] kfd kfd: added device 1002:687f
[ 1.362158] amdgpu 0000:0d:00.0: amdgpu: SE 4, SH per SE 1, CU per SH 16, active_cu_number 64
[ 1.363639] [drm] fb mappable at 0xD16D4000
[ 1.363640] [drm] vram apper at 0xD0000000
[ 1.363640] [drm] size 19906560
[ 1.363641] [drm] fb depth is 24
[ 1.363641] [drm] pitch is 13824
[ 1.363660] fbcon: amdgpudrmfb (fb0) is primary device
[ 1.393877] tsc: Refined TSC clocksource calibration: 4200.000 MHz
[ 1.393881] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8a615336c, max_idle_ns: 440795257976 ns
[ 1.393898] clocksource: Switched to clocksource tsc
[ 1.463891] Console: switching to colour frame buffer device 215x45
[ 1.484235] amdgpu 0000:0d:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 1.513884] amdgpu 0000:0d:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[ 1.513885] amdgpu 0000:0d:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1.513886] amdgpu 0000:0d:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1.513887] amdgpu 0000:0d:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1.513887] amdgpu 0000:0d:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1.513888] amdgpu 0000:0d:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1.513888] amdgpu 0000:0d:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1.513889] amdgpu 0000:0d:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1.513889] amdgpu 0000:0d:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1.513890] amdgpu 0000:0d:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1.513890] amdgpu 0000:0d:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[ 1.513891] amdgpu 0000:0d:00.0: amdgpu: ring page0 uses VM inv eng 1 on hub 1
[ 1.513891] amdgpu 0000:0d:00.0: amdgpu: ring sdma1 uses VM inv eng 4 on hub 1
[ 1.513892] amdgpu 0000:0d:00.0: amdgpu: ring page1 uses VM inv eng 5 on hub 1
[ 1.513892] amdgpu 0000:0d:00.0: amdgpu: ring uvd_0 uses VM inv eng 6 on hub 1
[ 1.513893] amdgpu 0000:0d:00.0: amdgpu: ring uvd_enc_0.0 uses VM inv eng 7 on hub 1
[ 1.513893] amdgpu 0000:0d:00.0: amdgpu: ring uvd_enc_0.1 uses VM inv eng 8 on hub 1
[ 1.513894] amdgpu 0000:0d:00.0: amdgpu: ring vce0 uses VM inv eng 9 on hub 1
[ 1.513894] amdgpu 0000:0d:00.0: amdgpu: ring vce1 uses VM inv eng 10 on hub 1
[ 1.513895] amdgpu 0000:0d:00.0: amdgpu: ring vce2 uses VM inv eng 11 on hub 1
[ 1.519247] [drm] Initialized amdgpu 3.40.0 20150101 for 0000:0d:00.0 on minor 0
[ 1.553545] xhci_hcd 0000:08:00.1: xHCI Host Controller
[ 1.553549] xhci_hcd 0000:08:00.1: new USB bus registered, assigned bus number 1
[ 1.553720] xhci_hcd 0000:08:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[ 1.554137] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[ 1.554138] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.554139] usb usb1: Product: xHCI Host Controller
[ 1.554140] usb usb1: Manufacturer: Linux 5.12.1-arch1-1 xhci-hcd
[ 1.554140] usb usb1: SerialNumber: 0000:08:00.1
[ 1.554195] hub 1-0:1.0: USB hub found
[ 1.554204] hub 1-0:1.0: 6 ports detected
[ 1.554583] xhci_hcd 0000:08:00.1: xHCI Host Controller
[ 1.554585] xhci_hcd 0000:08:00.1: new USB bus registered, assigned bus number 2
[ 1.554586] xhci_hcd 0000:08:00.1: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.554601] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.554610] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[ 1.554611] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.554612] usb usb2: Product: xHCI Host Controller
[ 1.554612] usb usb2: Manufacturer: Linux 5.12.1-arch1-1 xhci-hcd
[ 1.554613] usb usb2: SerialNumber: 0000:08:00.1
[ 1.554651] hub 2-0:1.0: USB hub found
[ 1.554658] hub 2-0:1.0: 4 ports detected
[ 1.554949] xhci_hcd 0000:08:00.3: xHCI Host Controller
[ 1.554952] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
[ 1.555106] xhci_hcd 0000:08:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[ 1.555397] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[ 1.555398] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.555399] usb usb3: Product: xHCI Host Controller
[ 1.555400] usb usb3: Manufacturer: Linux 5.12.1-arch1-1 xhci-hcd
[ 1.555400] usb usb3: SerialNumber: 0000:08:00.3
[ 1.555441] hub 3-0:1.0: USB hub found
[ 1.555452] hub 3-0:1.0: 6 ports detected
[ 1.555821] xhci_hcd 0000:08:00.3: xHCI Host Controller
[ 1.555822] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
[ 1.555823] xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.555833] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.555841] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[ 1.555842] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.555843] usb usb4: Product: xHCI Host Controller
[ 1.555843] usb usb4: Manufacturer: Linux 5.12.1-arch1-1 xhci-hcd
[ 1.555844] usb usb4: SerialNumber: 0000:08:00.3
[ 1.555890] hub 4-0:1.0: USB hub found
[ 1.555898] hub 4-0:1.0: 4 ports detected
[ 1.556198] xhci_hcd 0000:0f:00.3: xHCI Host Controller
[ 1.556201] xhci_hcd 0000:0f:00.3: new USB bus registered, assigned bus number 5
[ 1.556302] xhci_hcd 0000:0f:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[ 1.556539] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[ 1.556540] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.556540] usb usb5: Product: xHCI Host Controller
[ 1.556541] usb usb5: Manufacturer: Linux 5.12.1-arch1-1 xhci-hcd
[ 1.556542] usb usb5: SerialNumber: 0000:0f:00.3
[ 1.556584] hub 5-0:1.0: USB hub found
[ 1.556589] hub 5-0:1.0: 4 ports detected
[ 1.556685] xhci_hcd 0000:0f:00.3: xHCI Host Controller
[ 1.556686] xhci_hcd 0000:0f:00.3: new USB bus registered, assigned bus number 6
[ 1.556687] xhci_hcd 0000:0f:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.556695] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.556704] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[ 1.556705] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.556705] usb usb6: Product: xHCI Host Controller
[ 1.556706] usb usb6: Manufacturer: Linux 5.12.1-arch1-1 xhci-hcd
[ 1.556706] usb usb6: SerialNumber: 0000:0f:00.3
[ 1.556743] hub 6-0:1.0: USB hub found
[ 1.556747] hub 6-0:1.0: 4 ports detected
[ 1.567048] raid6: skip pq benchmark and using algorithm avx2x4
[ 1.567049] raid6: using avx2x2 recovery algorithm
[ 1.567531] xor: automatically using best checksumming function avx
[ 1.592529] Btrfs loaded, crc32c=crc32c-intel, zoned=yes
[ 1.592731] BTRFS: device fsid da48b042-e792-4677-828a-64e1fe5a5086 devid 2 transid 78830 /dev/nvme1n1p2 scanned by systemd-udevd (282)
[ 1.592823] BTRFS: device fsid da48b042-e792-4677-828a-64e1fe5a5086 devid 1 transid 78830 /dev/nvme0n1p2 scanned by systemd-udevd (271)
[ 1.592921] BTRFS: device fsid da48b042-e792-4677-828a-64e1fe5a5086 devid 3 transid 78830 /dev/nvme2n1p2 scanned by systemd-udevd (277)
[ 1.616371] BTRFS info (device nvme0n1p2): disk space caching is enabled
[ 1.616373] BTRFS info (device nvme0n1p2): has skinny extents
[ 1.623495] random: fast init done
[ 1.656262] BTRFS info (device nvme0n1p2): enabling ssd optimizations
[ 1.739982] systemd[1]: systemd 248-5-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)
[ 1.753914] systemd[1]: Detected architecture x86-64.
[ 1.754382] systemd[1]: Hostname set to <gaming.pitch.duckdns.org>.
[ 1.780120] random: lvmconfig: uninitialized urandom read (4 bytes read)
[ 1.808081] systemd[1]: Queued start job for default target Graphical Interface.
[ 1.808481] systemd[1]: Created slice system-getty.slice.
[ 1.808664] systemd[1]: Created slice system-modprobe.slice.
[ 1.808829] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 1.808972] systemd[1]: Created slice User and Session Slice.
[ 1.809049] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 1.809125] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 1.809239] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 1.809318] systemd[1]: Reached target Local Encrypted Volumes.
[ 1.809378] systemd[1]: Reached target Paths.
[ 1.809422] systemd[1]: Reached target Remote File Systems.
[ 1.809470] systemd[1]: Reached target Slices.
[ 1.809515] systemd[1]: Reached target Swap.
[ 1.809559] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[ 1.809644] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 1.809736] systemd[1]: Listening on LVM2 poll daemon socket.
[ 1.810216] systemd[1]: Listening on Process Core Dump Socket.
[ 1.810444] systemd[1]: Listening on Journal Audit Socket.
[ 1.810537] systemd[1]: Listening on Journal Socket (/dev/log).
[ 1.810645] systemd[1]: Listening on Journal Socket.
[ 1.811042] systemd[1]: Listening on udev Control Socket.
[ 1.811128] systemd[1]: Listening on udev Kernel Socket.
[ 1.811519] systemd[1]: Mounting Huge Pages File System...
[ 1.811862] systemd[1]: Mounting POSIX Message Queue File System...
[ 1.812208] systemd[1]: Mounting Kernel Debug File System...
[ 1.812556] systemd[1]: Mounting Kernel Trace File System...
[ 1.813594] systemd[1]: Mounting Temporary Directory (/tmp)...
[ 1.814658] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 1.815701] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 1.816755] random: lvm: uninitialized urandom read (4 bytes read)
[ 1.816848] systemd[1]: Starting Load Kernel Module configfs...
[ 1.817947] systemd[1]: Starting Load Kernel Module drm...
[ 1.819055] systemd[1]: Starting Load Kernel Module fuse...
[ 1.820457] systemd[1]: Starting Set Up Additional Binary Formats...
[ 1.821921] systemd[1]: Starting Journal Service...
[ 1.823182] systemd[1]: Starting Load Kernel Modules...
[ 1.824327] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 1.825186] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[ 1.825466] systemd[1]: Starting Coldplug All udev Devices...
[ 1.826465] BTRFS info (device nvme0n1p2): use zlib compression, level 3
[ 1.826470] BTRFS info (device nvme0n1p2): disk space caching is enabled
[ 1.826970] fuse: init (API version 7.33)
[ 1.827132] systemd[1]: Mounted Huge Pages File System.
[ 1.828075] systemd[1]: Mounted POSIX Message Queue File System.
[ 1.828975] systemd[1]: Mounted Kernel Debug File System.
[ 1.829874] systemd[1]: Mounted Kernel Trace File System.
[ 1.830820] systemd[1]: Mounted Temporary Directory (/tmp).
[ 1.831785] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 1.832687] audit: type=1130 audit(1620578381.932: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'
[ 1.832774] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 1.832853] systemd[1]: Finished Load Kernel Module configfs.
[ 1.833737] audit: type=1130 audit(1620578381.932: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'
[ 1.833742] audit: type=1131 audit(1620578381.932: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'
[ 1.833828] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 1.833923] systemd[1]: Finished Load Kernel Module drm.
[ 1.834795] audit: type=1130 audit(1620578381.936:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.834799] audit: type=1131 audit(1620578381.936:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.834905] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 1.834981] systemd[1]: Finished Load Kernel Module fuse.
[ 1.835834] audit: type=1130 audit(1620578381.936:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.835839] audit: type=1131 audit(1620578381.936:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.835947] systemd[1]: Finished Load Kernel Modules.
[ 1.836793] audit: type=1130 audit(1620578381.936:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.836900] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 1.837815] audit: type=1130 audit(1620578381.939: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'
[ 1.838074] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 367 (systemd-binfmt)
[ 1.838411] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[ 1.839650] systemd[1]: Mounting FUSE Control File System...
[ 1.840737] systemd[1]: Mounting Kernel Configuration File System...
[ 1.841494] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 1.841867] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 1.842151] systemd[1]: Starting Load/Save Random Seed...
[ 1.843261] systemd[1]: Starting Apply Kernel Variables...
[ 1.844104] systemd[1]: Condition check resulted in Create System Users being skipped.
[ 1.844383] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 1.845551] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[ 1.846435] systemd[1]: Mounted FUSE Control File System.
[ 1.847188] systemd[1]: Mounted Kernel Configuration File System.
[ 1.853295] systemd[1]: Started Journal Service.
[ 1.858070] systemd-journald[368]: Received client request to flush runtime journal.
[ 1.883878] usb 5-2: new full-speed USB device number 2 using xhci_hcd
[ 1.883885] usb 3-5: new full-speed USB device number 2 using xhci_hcd
[ 1.887246] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[ 1.915581] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 1.915658] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 1.915719] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 1.916492] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 1.932322] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 1.932326] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 1.932381] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 1.934123] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 1.934357] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[ 1.934407] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[ 1.934413] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[ 1.957844] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[ 1.957846] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 1.959724] cryptd: max_cpu_qlen set to 1000
[ 1.964783] ccp 0000:0f:00.1: enabling device (0000 -> 0002)
[ 1.964938] ccp 0000:0f:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[ 1.967337] AVX2 version of gcm_enc/dec engaged.
[ 1.967361] AES CTR mode by8 optimization enabled
[ 2.046854] usb 3-5: New USB device found, idVendor=8087, idProduct=0025, bcdDevice= 0.02
[ 2.046859] usb 3-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.049715] usb 5-2: New USB device found, idVendor=0951, idProduct=16b7, bcdDevice= 1.17
[ 2.049718] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.049719] usb 5-2: Product: HyperX Alloy FPS Mechanical Gaming Keyboard
[ 2.049721] usb 5-2: Manufacturer: Kingston
[ 2.052623] usb 1-1: New USB device found, idVendor=046d, idProduct=c332, bcdDevice= 3.01
[ 2.052626] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.052628] usb 1-1: Product: Gaming Mouse G502
[ 2.052629] usb 1-1: Manufacturer: Logitech
[ 2.052630] usb 1-1: SerialNumber: 015F35693630
[ 2.055608] libphy: r8169: probed
[ 2.055795] r8169 0000:07:00.0 eth0: RTL8168h/8111h, f0:2f:74:ca:87:f4, XID 541, IRQ 119
[ 2.055798] r8169 0000:07:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[ 2.058354] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 2.058732] r8169 0000:07:00.0 enp7s0: renamed from eth0
[ 2.060556] asus_wmi: ASUS WMI generic driver loaded
[ 2.061789] snd_hda_intel 0000:0d:00.1: enabling device (0000 -> 0002)
[ 2.061850] snd_hda_intel 0000:0d:00.1: Handle vga_switcheroo audio client
[ 2.061851] snd_hda_intel 0000:0d:00.1: Force to non-snoop mode
[ 2.061992] snd_hda_intel 0000:0f:00.4: enabling device (0000 -> 0002)
[ 2.063329] asus_wmi: Initialization: 0x0
[ 2.063362] asus_wmi: BIOS WMI version: 0.9
[ 2.063542] asus_wmi: SFUN value: 0x0
[ 2.063544] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[ 2.064125] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input3
[ 2.065934] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 2.067288] kvm: Nested Virtualization enabled
[ 2.067300] SVM: kvm: Nested Paging enabled
[ 2.067301] SVM: Virtual VMLOAD VMSAVE supported
[ 2.067301] SVM: Virtual GIF supported
[ 2.073338] MCE: In-kernel MCE decoding enabled.
[ 2.074577] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:0b:00.0/0000:0c:00.0/0000:0d:00.1/sound/card0/input4
[ 2.074629] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:0b:00.0/0000:0c:00.0/0000:0d:00.1/sound/card0/input5
[ 2.074658] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:0b:00.0/0000:0c:00.0/0000:0d:00.1/sound/card0/input6
[ 2.074684] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:0b:00.0/0000:0c:00.0/0000:0d:00.1/sound/card0/input7
[ 2.074711] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:0b:00.0/0000:0c:00.0/0000:0d:00.1/sound/card0/input8
[ 2.074736] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:0b:00.0/0000:0c:00.0/0000:0d:00.1/sound/card0/input9
[ 2.078814] input: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.0/0003:0951:16B7.0001/input/input10
[ 2.090952] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 2.090955] cfg80211: failed to load regulatory.db
[ 2.133965] hid-generic 0003:0951:16B7.0001: input,hidraw0: USB HID v1.11 Keyboard [Kingston HyperX Alloy FPS Mechanical Gaming Keyboard] on usb-0000:0f:00.3-2/input0
[ 2.137894] input: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.1/0003:0951:16B7.0002/input/input11
[ 2.137921] input: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.1/0003:0951:16B7.0002/input/input12
[ 2.168266] snd_hda_codec_realtek hdaudioC1D0: ALCS1200A: SKU not ready 0x00000000
[ 2.168745] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALCS1200A: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[ 2.168748] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 2.168750] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 2.168752] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 2.168753] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0
[ 2.168754] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 2.168755] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
[ 2.168756] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
[ 2.168762] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
[ 2.170790] Intel(R) Wireless WiFi driver for Linux
[ 2.171230] intel_rapl_common: Found RAPL domain package
[ 2.171231] intel_rapl_common: Found RAPL domain core
[ 2.180489] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0f:00.4/sound/card1/input16
[ 2.180544] usb 3-6: new full-speed USB device number 3 using xhci_hcd
[ 2.183878] usb 1-2: new full-speed USB device number 3 using xhci_hcd
[ 2.187638] iwlwifi 0000:06:00.0: enabling device (0000 -> 0002)
[ 2.190017] iwlwifi 0000:06:00.0: WRT: Overriding region id 0
[ 2.190018] iwlwifi 0000:06:00.0: WRT: Overriding region id 1
[ 2.190019] iwlwifi 0000:06:00.0: WRT: Overriding region id 2
[ 2.190020] iwlwifi 0000:06:00.0: WRT: Overriding region id 3
[ 2.190020] iwlwifi 0000:06:00.0: WRT: Overriding region id 4
[ 2.190020] iwlwifi 0000:06:00.0: WRT: Overriding region id 6
[ 2.190021] iwlwifi 0000:06:00.0: WRT: Overriding region id 8
[ 2.190021] iwlwifi 0000:06:00.0: WRT: Overriding region id 9
[ 2.190022] iwlwifi 0000:06:00.0: WRT: Overriding region id 10
[ 2.190022] iwlwifi 0000:06:00.0: WRT: Overriding region id 11
[ 2.190023] iwlwifi 0000:06:00.0: WRT: Overriding region id 15
[ 2.190023] iwlwifi 0000:06:00.0: WRT: Overriding region id 16
[ 2.190024] iwlwifi 0000:06:00.0: WRT: Overriding region id 18
[ 2.190024] iwlwifi 0000:06:00.0: WRT: Overriding region id 19
[ 2.190025] iwlwifi 0000:06:00.0: WRT: Overriding region id 20
[ 2.190025] iwlwifi 0000:06:00.0: WRT: Overriding region id 21
[ 2.190025] iwlwifi 0000:06:00.0: WRT: Overriding region id 28
[ 2.190169] iwlwifi 0000:06:00.0: loaded firmware version 46.6f9f215c.0 9260-th-b0-jf-b0-46.ucode op_mode iwlmvm
[ 2.193931] input: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.1/0003:0951:16B7.0002/input/input13
[ 2.193940] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0f:00.4/sound/card1/input17
[ 2.193962] input: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.1/0003:0951:16B7.0002/input/input15
[ 2.193972] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0f:00.4/sound/card1/input18
[ 2.193995] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0f:00.4/sound/card1/input19
[ 2.194004] hid-generic 0003:0951:16B7.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Kingston HyperX Alloy FPS Mechanical Gaming Keyboard] on usb-0000:0f:00.3-2/input1
[ 2.194011] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0f:00.4/sound/card1/input20
[ 2.194028] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0f:00.4/sound/card1/input21
[ 2.194046] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0f:00.4/sound/card1/input22
[ 2.196828] hid-generic 0003:0951:16B7.0003: hiddev97,hidraw2: USB HID v1.11 Device [Kingston HyperX Alloy FPS Mechanical Gaming Keyboard] on usb-0000:0f:00.3-2/input2
[ 2.203700] input: Logitech Gaming Mouse G502 as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:08:00.1/usb1/1-1/1-1:1.0/0003:046D:C332.0004/input/input23
[ 2.203736] hid-generic 0003:046D:C332.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Gaming Mouse G502] on usb-0000:08:00.1-1/input0
[ 2.211757] input: Logitech Gaming Mouse G502 Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:08:00.1/usb1/1-1/1-1:1.1/0003:046D:C332.0005/input/input24
[ 2.225743] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[ 2.270621] hid-generic 0003:046D:C332.0005: input,hiddev98,hidraw4: USB HID v1.11 Keyboard [Logitech Gaming Mouse G502] on usb-0000:08:00.1-1/input1
[ 2.270645] usbcore: registered new interface driver usbhid
[ 2.270646] usbhid: USB HID core driver
[ 2.276375] mousedev: PS/2 mouse device common for all mice
[ 2.337853] usb 3-6: config 1 has an invalid interface number: 2 but max is 1
[ 2.337855] usb 3-6: config 1 has no interface number 1
[ 2.349850] usb 3-6: New USB device found, idVendor=0b05, idProduct=18f3, bcdDevice= 1.00
[ 2.349852] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.349853] usb 3-6: Product: AURA LED Controller
[ 2.349854] usb 3-6: Manufacturer: AsusTek Computer Inc.
[ 2.349855] usb 3-6: SerialNumber: 9876543210
[ 2.360550] Generic FE-GE Realtek PHY r8169-700:00: attached PHY driver (mii_bus:phy_addr=r8169-700:00, irq=MAC)
[ 2.364919] hid-generic 0003:0B05:18F3.0006: hiddev99,hidraw5: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:08:00.3-6/input2
[ 2.514012] r8169 0000:07:00.0 enp7s0: Link is Down
[ 2.531683] usb 1-2: New USB device found, idVendor=046d, idProduct=0a5c, bcdDevice= 1.00
[ 2.531685] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.531686] usb 1-2: Product: CONEXANT USB AUDIO
[ 2.531687] usb 1-2: Manufacturer: Conexant
[ 2.531688] usb 1-2: SerialNumber: 000000000000
[ 2.540643] Bluetooth: Core ver 2.22
[ 2.540662] NET: Registered protocol family 31
[ 2.540663] Bluetooth: HCI device and connection manager initialized
[ 2.540667] Bluetooth: HCI socket layer initialized
[ 2.540674] Bluetooth: L2CAP socket layer initialized
[ 2.540677] Bluetooth: SCO socket layer initialized
[ 2.551460] usbcore: registered new interface driver btusb
[ 2.553867] Bluetooth: hci0: Firmware revision 0.1 build 168 week 48 2020
[ 2.563642] iwlwifi 0000:06:00.0: Detected Intel(R) Wireless-AC 9260 160MHz, REV=0x324
[ 2.565345] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 2.565347] Bluetooth: BNEP filters: protocol multicast
[ 2.565349] Bluetooth: BNEP socket layer initialized
[ 2.570235] thermal thermal_zone0: failed to read out thermal zone (-61)
[ 2.610571] iwlwifi 0000:06:00.0: base HW address: 04:6c:59:b0:86:eb
[ 2.643615] input: Conexant CONEXANT USB AUDIO Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:08:00.1/usb1/1-2/1-2:1.3/0003:046D:0A5C.0007/input/input27
[ 2.676652] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 2.677583] iwlwifi 0000:06:00.0 wlp6s0: renamed from wlan0
[ 2.697280] input: Conexant CONEXANT USB AUDIO as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:08:00.1/usb1/1-2/1-2:1.3/0003:046D:0A5C.0007/input/input28
[ 2.697334] hid-generic 0003:046D:0A5C.0007: input,hiddev100,hidraw6: USB HID v1.11 Device [Conexant CONEXANT USB AUDIO] on usb-0000:08:00.1-2/input3
[ 2.711856] Bluetooth: hci0: MSFT filter_enable is already on
[ 2.776212] NET: Registered protocol family 38
[ 2.776592] mc: Linux media interface: v0.10
[ 2.904836] urandom_read: 6 callbacks suppressed
[ 2.904838] random: NetworkManager: uninitialized urandom read (6 bytes read)
[ 2.938720] usbcore: registered new interface driver snd-usb-audio
[ 3.467218] random: crng init done
[ 6.308931] r8169 0000:07:00.0 enp7s0: Link is Up - 1Gbps/Full - flow control off
[ 6.308935] IPv6: ADDRCONF(NETDEV_CHANGE): enp7s0: link becomes ready
[ 7.274586] kauditd_printk_skb: 42 callbacks suppressed
[ 7.274588] audit: type=1100 audit(1620578387.376:53): pid=565 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ryan" exe="/usr/bin/login" hostname=gaming.pitch.duckdns.org addr=? terminal=/dev/tty1 res=success'
[ 7.280615] audit: type=1101 audit(1620578387.382:54): pid=565 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ryan" exe="/usr/bin/login" hostname=gaming.pitch.duckdns.org addr=? terminal=/dev/tty1 res=success'
[ 7.281086] audit: type=1103 audit(1620578387.382:55): pid=565 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ryan" exe="/usr/bin/login" hostname=gaming.pitch.duckdns.org addr=? terminal=/dev/tty1 res=success'
[ 7.281112] audit: type=1006 audit(1620578387.382:56): pid=565 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[ 7.281117] audit: type=1300 audit(1620578387.382:56): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffdcd5e6fe0 a2=4 a3=3e8 items=0 ppid=1 pid=565 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
[ 7.281118] audit: type=1327 audit(1620578387.382:56): proctitle=2F62696E2F6C6F67696E002D70002D2D0020202020
[ 7.286605] audit: type=1130 audit(1620578387.386:57): 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'
[ 7.288935] audit: type=1101 audit(1620578387.389:58): pid=628 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ryan" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.288950] audit: type=1103 audit(1620578387.389:59): pid=628 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="ryan" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 7.288971] audit: type=1006 audit(1620578387.389:60): pid=628 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 8.762157] Bluetooth: RFCOMM TTY layer initialized
[ 8.762161] Bluetooth: RFCOMM socket layer initialized
[ 8.762164] Bluetooth: RFCOMM ver 1.11
[ 10.026841] Bluetooth: hci0: MSFT filter_enable is already on
[ 18.011550] kauditd_printk_skb: 13 callbacks suppressed
[ 18.011552] audit: type=1131 audit(1620578398.116:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.597276] audit: type=1131 audit(1620578412.699:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.727229] audit: type=1334 audit(1620578412.829:72): prog-id=25 op=UNLOAD
[ 32.727231] audit: type=1334 audit(1620578412.829:73): prog-id=24 op=UNLOAD
[ 32.727232] audit: type=1334 audit(1620578412.829:74): prog-id=23 op=UNLOAD
[ 39.769321] audit: type=1131 audit(1620578419.869:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 100.217761] audit: type=1130 audit(1620578480.663:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 337.749643] audit: type=1100 audit(1620578718.059:77): pid=1857 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ryan" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 337.750104] audit: type=1101 audit(1620578718.059:78): pid=1857 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ryan" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 337.750337] audit: type=1110 audit(1620578718.059:79): pid=1857 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 337.751412] audit: type=1105 audit(1620578718.062:80): pid=1857 uid=1000 auid=1000 ses=1 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'Last edited by rao000 (2021-05-09 16:49:45)
Offline
One thing I can't seem to find is any way to force a resolution via wayland.
No idea whether this works, https://raw.githubusercontent.com/torva … modedb.rst
Otherwise you could *try* whether forcing it on X11 helps?
The cable-switching (are there any docks or adapters involved?) findings don't sound like it's a software thing…
Online
Well there are no docks or KVMs in between. I swapped the cables and the card (I had a second because when I built the system I thought corssfire was still in vogue). Same issue. Also updated my motherboard bios and vbios. I also tried the linux-lts kernel to see if that made a difference. No dice on all counts. I'll give the link you posted a shot but if it fails. . I'm not sure what to do after.
Last edited by rao000 (2021-05-10 01:04:00)
Offline
I tried setting the video via the kernel, no joy. I also plugged in my laptop (also running wayland/sway using intel integrated graphics) and it detected the monitor and set the resolution correctly.
So unless both cards are bad it's something in amdgpu
Offline
So I'm pretty embarassed to admit I found the issue in my sway config file:
output * scale 2Thanks a lot for your help
Last edited by rao000 (2021-05-10 01:52:01)
Offline
Well…
Otherwise you could *try* whether forcing it on X11 helps?
![]()
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Online