You are not logged in.
Hi, I have a laptop that has AMD iGPU (Ryzen 7 5800H) and NVIDIA dGPU (RTX 3050 TI). I cleaned and installed my laptop with Arch and want to set it can run dynamic switching with Prime.
I used Linux Zen kernel and installed proprietary Nvidia drivers.
01:00.0 VGA compatible controller: NVIDIA Corporation GA107BM [GeForce RTX 3050 Ti Mobile] (rev a1)
Subsystem: Lenovo GA107BM [GeForce RTX 3050 Ti Mobile]
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
--
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] (rev c5)
Subsystem: Lenovo Cezanne [Radeon Vega Series / Radeon Vega Mobile Series]
Kernel driver in use: amdgpu
Kernel modules: amdgpu
I have the loaded Nvidia module like this.
nvidia_wmi_ec_backlight 12288 0
nvidia_drm 98304 5
nvidia_uvm 3457024 0
nvidia_modeset 1556480 10 nvidia_drm
video 73728 4 nvidia_wmi_ec_backlight,amdgpu,ideapad_laptop,nvidia_modeset
wmi 45056 4 video,nvidia_wmi_ec_backlight,wmi_bmof,ideapad_laptop
nvidia 62722048 449 nvidia_uvm,nvidia_modeset
I installed Xorg-Server, xorg-xinit, awesome, xf86-video-amdgpu and try to start xorg without additional config showing result like this
.xinitrc
#!/bin/sh
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
# twm &
# xclock -geometry 50x50-1+1 &
# xterm -geometry 80x50+494+51 &
# xterm -geometry 80x20+494-0 &
# exec xterm -geometry 80x66+0+0 -name login
# xrandr --setprovideroutputsource 1 0
#
# xrandr --setprovideroutputsource modesetting NVIDIA-0
# xrandr --setprovideroutputsource NVIDIA-G0 modesetting
# xrandr --auto
exec awesome
Xorg.0.Log
[ 3294.143]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 3294.143] Current Operating System: Linux localhost 6.5.3-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Wed, 13 Sep 2023 08:37:16 +0000 x86_64
[ 3294.143] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=7c2a7b00-23c0-4788-84e8-a789f34a7f25 rw loglevel=3 quiet nvidia_drm.modeset=1
[ 3294.143]
[ 3294.143] Current version of pixman: 0.42.2
[ 3294.143] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 3294.143] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3294.144] (==) Log file: "/home/dizzy1021/.local/share/xorg/Xorg.0.log", Time: Sun Sep 17 07:57:20 2023
[ 3294.144] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 3294.144] (==) No Layout section. Using the first Screen section.
[ 3294.144] (==) No screen section available. Using defaults.
[ 3294.144] (**) |-->Screen "Default Screen Section" (0)
[ 3294.144] (**) | |-->Monitor "<default monitor>"
[ 3294.144] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 3294.144] (==) Automatically adding devices
[ 3294.144] (==) Automatically enabling devices
[ 3294.144] (==) Automatically adding GPU devices
[ 3294.144] (==) Automatically binding GPU devices
[ 3294.144] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 3294.144] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 3294.144] Entry deleted from font path.
[ 3294.144] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 3294.144] Entry deleted from font path.
[ 3294.144] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 3294.144] Entry deleted from font path.
[ 3294.144] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 3294.144] Entry deleted from font path.
[ 3294.144] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF
[ 3294.144] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 3294.144] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 3294.144] (II) Module ABI versions:
[ 3294.144] X.Org ANSI C Emulation: 0.4
[ 3294.144] X.Org Video Driver: 25.2
[ 3294.144] X.Org XInput driver : 24.4
[ 3294.144] X.Org Server Extension : 10.0
[ 3294.144] (++) using VT number 2
[ 3294.145] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 3294.147] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 3294.147] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card0
[ 3294.147] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 3294.147] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 3294.147] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:05:00.0/drm/card1
[ 3294.147] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 3294.149] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 3294.151] (--) PCI: (1@0:0:0) 10de:25e0:17aa:3aac rev 161, Mem @ 0xd0000000/16777216, 0xfb00000000/4294967296, 0xfc00000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 3294.151] (--) PCI:*(5@0:0:0) 1002:1638:17aa:3aac rev 197, Mem @ 0xfc10000000/268435456, 0xfc20000000/2097152, 0xd1500000/524288, I/O @ 0x00001000/256
[ 3294.151] (II) Open ACPI successful (/var/run/acpid.socket)
[ 3294.151] (II) LoadModule: "glx"
[ 3294.151] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 3294.168] (II) Module glx: vendor="X.Org Foundation"
[ 3294.168] compiled for 1.21.1.8, module version = 1.0.0
[ 3294.168] ABI class: X.Org Server Extension, version 10.0
[ 3294.168] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[ 3294.168] loading driver: amdgpu
[ 3294.168] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 3294.168] loading driver: nvidia
[ 3294.168] (==) Matched amdgpu as autoconfigured driver 0
[ 3294.168] (==) Matched ati as autoconfigured driver 1
[ 3294.168] (==) Matched nvidia as autoconfigured driver 2
[ 3294.168] (==) Matched nouveau as autoconfigured driver 3
[ 3294.168] (==) Matched nv as autoconfigured driver 4
[ 3294.168] (==) Matched modesetting as autoconfigured driver 5
[ 3294.168] (==) Matched fbdev as autoconfigured driver 6
[ 3294.168] (==) Matched vesa as autoconfigured driver 7
[ 3294.168] (==) Assigned the driver to the xf86ConfigLayout
[ 3294.168] (II) LoadModule: "amdgpu"
[ 3294.168] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 3294.170] (II) Module amdgpu: vendor="X.Org Foundation"
[ 3294.170] compiled for 1.21.1.7, module version = 23.0.0
[ 3294.170] Module class: X.Org Video Driver
[ 3294.170] ABI class: X.Org Video Driver, version 25.2
[ 3294.170] (II) LoadModule: "ati"
[ 3294.170] (WW) Warning, couldn't open module ati
[ 3294.170] (EE) Failed to load module "ati" (module does not exist, 0)
[ 3294.170] (II) LoadModule: "nvidia"
[ 3294.170] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 3294.172] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 3294.172] compiled for 1.6.99.901, module version = 1.0.0
[ 3294.172] Module class: X.Org Video Driver
[ 3294.172] (II) LoadModule: "nouveau"
[ 3294.172] (WW) Warning, couldn't open module nouveau
[ 3294.172] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 3294.172] (II) LoadModule: "nv"
[ 3294.172] (WW) Warning, couldn't open module nv
[ 3294.172] (EE) Failed to load module "nv" (module does not exist, 0)
[ 3294.172] (II) LoadModule: "modesetting"
[ 3294.172] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 3294.174] (II) Module modesetting: vendor="X.Org Foundation"
[ 3294.174] compiled for 1.21.1.8, module version = 1.21.1
[ 3294.174] Module class: X.Org Video Driver
[ 3294.174] ABI class: X.Org Video Driver, version 25.2
[ 3294.174] (II) LoadModule: "fbdev"
[ 3294.174] (WW) Warning, couldn't open module fbdev
[ 3294.174] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 3294.174] (II) LoadModule: "vesa"
[ 3294.174] (WW) Warning, couldn't open module vesa
[ 3294.174] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 3294.174] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 3294.174] (II) NVIDIA dlloader X Driver 535.104.05 Sat Aug 19 01:01:11 UTC 2023
[ 3294.174] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 3294.174] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 3294.177] (WW) Falling back to old probe method for modesetting
[ 3294.177] (II) systemd-logind: releasing fd for 226:0
[ 3294.207] (II) Loading sub module "fb"
[ 3294.207] (II) LoadModule: "fb"
[ 3294.207] (II) Module "fb" already built-in
[ 3294.207] (II) Loading sub module "wfb"
[ 3294.207] (II) LoadModule: "wfb"
[ 3294.207] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 3294.208] (II) Module wfb: vendor="X.Org Foundation"
[ 3294.208] compiled for 1.21.1.8, module version = 1.0.0
[ 3294.208] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3294.208] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 3294.208] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 3294.208] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 3294.208] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 3294.208] (==) AMDGPU(0): Default visual is TrueColor
[ 3294.208] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card1
[ 3294.208] (==) AMDGPU(0): RGB weight 888
[ 3294.208] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 3294.208] (--) AMDGPU(0): Chipset: "AMD Radeon Graphics" (ChipID = 0x1638)
[ 3294.208] (II) Loading sub module "fb"
[ 3294.208] (II) LoadModule: "fb"
[ 3294.208] (II) Module "fb" already built-in
[ 3294.208] (II) Loading sub module "dri2"
[ 3294.208] (II) LoadModule: "dri2"
[ 3294.208] (II) Module "dri2" already built-in
[ 3294.209] (EE)
[ 3294.209] (EE) Backtrace:
[ 3294.211] (EE) 0: /usr/lib/Xorg (dri3_send_open_reply+0xdd) [0x555ff4bf24bd]
[ 3294.211] (EE) 1: /usr/lib/libc.so.6 (__sigaction+0x50) [0x7efeaae3e710]
[ 3294.212] (EE) 2: /usr/lib/gbm/nvidia-drm_gbm.so (NvRmShimImportMemContextFromFd+0x80b) [0x7efea38156eb]
[ 3294.212] (EE) 3: /usr/lib/gbm/nvidia-drm_gbm.so (NvRmShimImportMemContextFromFd+0xad8) [0x7efea38159b8]
[ 3294.212] (EE) unw_get_proc_name failed: no unwind info found [-10]
[ 3294.212] (EE) 4: /usr/lib/libgbm.so.1 (?+0x0) [0x7efeaa10ee19]
[ 3294.212] (EE) 5: /usr/lib/libgbm.so.1 (gbm_create_device+0x61) [0x7efeaa110ab1]
[ 3294.212] (EE) unw_get_proc_name failed: no unwind info found [-10]
[ 3294.212] (EE) 6: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (?+0x0) [0x7efeaa14622c]
[ 3294.212] (EE) 7: /usr/lib/Xorg (InitOutput+0x1762) [0x555ff4c0f552]
[ 3294.212] (EE) 8: /usr/lib/Xorg (SProcXkbDispatch+0x17c6) [0x555ff4ad4e73]
[ 3294.213] (EE) 9: /usr/lib/libc.so.6 (__libc_init_first+0x90) [0x7efeaae27cd0]
[ 3294.213] (EE) 10: /usr/lib/libc.so.6 (__libc_start_main+0x8a) [0x7efeaae27d8a]
[ 3294.213] (EE) 11: /usr/lib/Xorg (_start+0x25) [0x555ff4ad6465]
[ 3294.213] (EE)
[ 3294.213] (EE) Segmentation fault at address 0x0
[ 3294.213] (EE)
Fatal server error:
[ 3294.213] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 3294.213] (EE)
[ 3294.213] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 3294.213] (EE) Please also check the log file at "/home/dizzy1021/.local/share/xorg/Xorg.0.log" for additional information.
[ 3294.213] (EE)
After that test, I ran with reverse prime config like this
Section "ServerLayout"
Identifier "layout"
Screen 0 "amdgpu"
Inactive "nvidia"
Option "AllowNVIDIAGPUScreens"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
EndSection
Section "Device"
Identifier "amdgpu"
Driver "amdgpu"
BusID "PCI:5:0:0"
EndSection
Section "Screen"
Identifier "amdgpu"
Device "amdgpu"
EndSection
the result when i try startx again
[ 4167.475]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 4167.479] Current Operating System: Linux localhost 6.5.3-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Wed, 13 Sep 2023 08:37:16 +0000 x86_64
[ 4167.479] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=7c2a7b00-23c0-4788-84e8-a789f34a7f25 rw loglevel=3 quiet nvidia_drm.modeset=1
[ 4167.482]
[ 4167.483] Current version of pixman: 0.42.2
[ 4167.486] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 4167.486] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 4167.491] (==) Log file: "/home/dizzy1021/.local/share/xorg/Xorg.0.log", Time: Sun Sep 17 08:11:53 2023
[ 4167.491] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 4167.492] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 4167.492] (==) ServerLayout "layout"
[ 4167.492] (**) |-->Screen "amdgpu" (0)
[ 4167.492] (**) | |-->Monitor "<default monitor>"
[ 4167.492] (**) | |-->Device "amdgpu"
[ 4167.492] (**) | |-->GPUDevice "nvidia"
[ 4167.492] (==) No monitor specified for screen "amdgpu".
Using a default monitor configuration.
[ 4167.492] (**) |-->Inactive Device "nvidia"
[ 4167.492] (==) Automatically adding devices
[ 4167.492] (==) Automatically enabling devices
[ 4167.492] (==) Automatically adding GPU devices
[ 4167.492] (==) Automatically binding GPU devices
[ 4167.492] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 4167.492] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 4167.492] Entry deleted from font path.
[ 4167.492] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 4167.492] Entry deleted from font path.
[ 4167.492] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 4167.492] Entry deleted from font path.
[ 4167.492] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 4167.492] Entry deleted from font path.
[ 4167.492] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF
[ 4167.492] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 4167.492] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 4167.492] (II) Module ABI versions:
[ 4167.492] X.Org ANSI C Emulation: 0.4
[ 4167.492] X.Org Video Driver: 25.2
[ 4167.492] X.Org XInput driver : 24.4
[ 4167.492] X.Org Server Extension : 10.0
[ 4167.493] (++) using VT number 2
[ 4167.494] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 4167.495] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 4167.495] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card0
[ 4167.495] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 4167.495] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 4167.495] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:05:00.0/drm/card1
[ 4167.496] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 4167.497] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 4167.499] (--) PCI: (1@0:0:0) 10de:25e0:17aa:3aac rev 161, Mem @ 0xd0000000/16777216, 0xfb00000000/4294967296, 0xfc00000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 4167.499] (--) PCI:*(5@0:0:0) 1002:1638:17aa:3aac rev 197, Mem @ 0xfc10000000/268435456, 0xfc20000000/2097152, 0xd1500000/524288, I/O @ 0x00001000/256
[ 4167.499] (II) Open ACPI successful (/var/run/acpid.socket)
[ 4167.499] (II) LoadModule: "glx"
[ 4167.499] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 4167.516] (II) Module glx: vendor="X.Org Foundation"
[ 4167.516] compiled for 1.21.1.8, module version = 1.0.0
[ 4167.516] ABI class: X.Org Server Extension, version 10.0
[ 4167.516] (II) LoadModule: "amdgpu"
[ 4167.516] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 4167.518] (II) Module amdgpu: vendor="X.Org Foundation"
[ 4167.518] compiled for 1.21.1.7, module version = 23.0.0
[ 4167.518] Module class: X.Org Video Driver
[ 4167.518] ABI class: X.Org Video Driver, version 25.2
[ 4167.518] (II) LoadModule: "nvidia"
[ 4167.518] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 4167.519] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 4167.519] compiled for 1.6.99.901, module version = 1.0.0
[ 4167.519] Module class: X.Org Video Driver
[ 4167.519] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 4167.519] (II) NVIDIA dlloader X Driver 535.104.05 Sat Aug 19 01:01:11 UTC 2023
[ 4167.519] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 4167.522] (II) systemd-logind: releasing fd for 226:0
[ 4167.549] (II) Loading sub module "fb"
[ 4167.549] (II) LoadModule: "fb"
[ 4167.549] (II) Module "fb" already built-in
[ 4167.549] (II) Loading sub module "wfb"
[ 4167.549] (II) LoadModule: "wfb"
[ 4167.550] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 4167.551] (II) Module wfb: vendor="X.Org Foundation"
[ 4167.551] compiled for 1.21.1.8, module version = 1.0.0
[ 4167.551] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4167.551] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 4167.551] (II) AMDGPU(0): Creating default Display subsection in Screen section
"amdgpu" for depth/fbbpp 24/32
[ 4167.551] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 4167.551] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 4167.551] (==) AMDGPU(0): Default visual is TrueColor
[ 4167.551] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card1
[ 4167.551] (==) AMDGPU(0): RGB weight 888
[ 4167.551] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 4167.551] (--) AMDGPU(0): Chipset: "AMD Radeon Graphics" (ChipID = 0x1638)
[ 4167.551] (II) Loading sub module "fb"
[ 4167.551] (II) LoadModule: "fb"
[ 4167.551] (II) Module "fb" already built-in
[ 4167.551] (II) Loading sub module "dri2"
[ 4167.551] (II) LoadModule: "dri2"
[ 4167.551] (II) Module "dri2" already built-in
[ 4167.552] (EE)
[ 4167.552] (EE) Backtrace:
[ 4167.554] (EE) 0: /usr/lib/Xorg (dri3_send_open_reply+0xdd) [0x5598563734bd]
[ 4167.554] (EE) 1: /usr/lib/libc.so.6 (__sigaction+0x50) [0x7f7d7ae3e710]
[ 4167.554] (EE) 2: /usr/lib/gbm/nvidia-drm_gbm.so (NvRmShimImportMemContextFromFd+0x80b) [0x7f7d736156eb]
[ 4167.554] (EE) 3: /usr/lib/gbm/nvidia-drm_gbm.so (NvRmShimImportMemContextFromFd+0xad8) [0x7f7d736159b8]
[ 4167.554] (EE) unw_get_proc_name failed: no unwind info found [-10]
[ 4167.554] (EE) 4: /usr/lib/libgbm.so.1 (?+0x0) [0x7f7d79fd5e19]
[ 4167.554] (EE) 5: /usr/lib/libgbm.so.1 (gbm_create_device+0x61) [0x7f7d79fd7ab1]
[ 4167.554] (EE) unw_get_proc_name failed: no unwind info found [-10]
[ 4167.555] (EE) 6: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (?+0x0) [0x7f7d7a00d22c]
[ 4167.555] (EE) 7: /usr/lib/Xorg (InitOutput+0x1762) [0x559856390552]
[ 4167.555] (EE) 8: /usr/lib/Xorg (SProcXkbDispatch+0x17c6) [0x559856255e73]
[ 4167.555] (EE) 9: /usr/lib/libc.so.6 (__libc_init_first+0x90) [0x7f7d7ae27cd0]
[ 4167.555] (EE) 10: /usr/lib/libc.so.6 (__libc_start_main+0x8a) [0x7f7d7ae27d8a]
[ 4167.555] (EE) 11: /usr/lib/Xorg (_start+0x25) [0x559856257465]
[ 4167.555] (EE)
[ 4167.555] (EE) Segmentation fault at address 0x0
[ 4167.555] (EE)
Fatal server error:
[ 4167.555] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 4167.555] (EE)
[ 4167.555] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 4167.555] (EE) Please also check the log file at "/home/dizzy1021/.local/share/xorg/Xorg.0.log" for additional information.
[ 4167.555] (EE)
[ 4167.562] (EE) Server terminated with error (1). Closing log file.
and the result from journalctl -b
Sep 17 07:02:32 localhost kernel: Linux version 6.5.3-zen1-1-zen (linux-zen@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 ZEN SMP PREEMPT_DYNAMIC Wed, 13 Sep 2023 08:37:16 +0000
Sep 17 07:02:32 localhost kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=7c2a7b00-23c0-4788-84e8-a789f34a7f25 rw loglevel=3 quiet nvidia_drm.modeset=1
Sep 17 07:02:32 localhost kernel: BIOS-provided physical RAM map:
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000099fffff] usable
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x0000000009a00000-0x0000000009dfffff] reserved
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x0000000009f0f000-0x00000000bab68fff] usable
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe0fffff] reserved
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x00000003ae2fffff] usable
Sep 17 07:02:32 localhost kernel: BIOS-e820: [mem 0x00000003ae300000-0x000000042fffffff] reserved
Sep 17 07:02:32 localhost kernel: The simpledrm driver will not be probed
Sep 17 07:02:32 localhost kernel: NX (Execute Disable) protection: active
Sep 17 07:02:32 localhost kernel: e820: update [mem 0xb53b2018-0xb53da257] usable ==> usable
Sep 17 07:02:32 localhost kernel: e820: update [mem 0xb53b2018-0xb53da257] usable ==> usable
Sep 17 07:02:32 localhost kernel: e820: update [mem 0xb543c018-0xb5449857] usable ==> usable
Sep 17 07:02:32 localhost kernel: e820: update [mem 0xb543c018-0xb5449857] usable ==> usable
Sep 17 07:02:32 localhost kernel: extended physical RAM map:
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000099fffff] usable
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x0000000009a00000-0x0000000009dfffff] reserved
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x0000000009f0f000-0x00000000b53b2017] usable
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000b53b2018-0x00000000b53da257] usable
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000b53da258-0x00000000b543c017] usable
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000b543c018-0x00000000b5449857] usable
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000b5449858-0x00000000bab68fff] usable
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe0fffff] reserved
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x0000000100000000-0x00000003ae2fffff] usable
Sep 17 07:02:32 localhost kernel: reserve setup_data: [mem 0x00000003ae300000-0x000000042fffffff] reserved
Sep 17 07:02:32 localhost kernel: efi: EFI v2.7 by INSYDE Corp.
Sep 17 07:02:32 localhost kernel: efi: ACPI=0xcdffe000 ACPI 2.0=0xcdffe014 TPMFinalLog=0xcdf3f000 SMBIOS=0xcb70a000 SMBIOS 3.0=0xcb708000 MEMATTR=0xb545b018 ESRT=0xb545a418 INITRD=0xb5459b18 RNG=0xcdf98018 TPMEventLog=0xb544a018
Sep 17 07:02:32 localhost kernel: random: crng init done
Sep 17 07:02:32 localhost kernel: efi: Remove mem52: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
Sep 17 07:02:32 localhost kernel: e820: remove [mem 0xf8000000-0xfbffffff] reserved
Sep 17 07:02:32 localhost kernel: efi: Remove mem53: MMIO range=[0xfde00000-0xfdefffff] (1MB) from e820 map
Sep 17 07:02:32 localhost kernel: e820: remove [mem 0xfde00000-0xfdefffff] reserved
Sep 17 07:02:32 localhost kernel: efi: Remove mem54: MMIO range=[0xfe000000-0xfe0fffff] (1MB) from e820 map
Sep 17 07:02:32 localhost kernel: e820: remove [mem 0xfe000000-0xfe0fffff] reserved
Sep 17 07:02:32 localhost kernel: efi: Not removing mem55: MMIO range=[0xfec00000-0xfec01fff] (8KB) from e820 map
Sep 17 07:02:32 localhost kernel: efi: Not removing mem56: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Sep 17 07:02:32 localhost kernel: efi: Not removing mem57: MMIO range=[0xfec20000-0xfec20fff] (4KB) from e820 map
Sep 17 07:02:32 localhost kernel: efi: Not removing mem58: MMIO range=[0xfed80000-0xfed81fff] (8KB) from e820 map
Sep 17 07:02:32 localhost kernel: efi: Not removing mem59: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Sep 17 07:02:32 localhost kernel: efi: Remove mem60: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Sep 17 07:02:32 localhost kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Sep 17 07:02:32 localhost kernel: SMBIOS 3.3.0 present.
Sep 17 07:02:32 localhost kernel: DMI: LENOVO 82JW/LNVNB161216, BIOS HHCN24WW 11/24/2021
Sep 17 07:02:32 localhost kernel: tsc: Fast TSC calibration using PIT
Sep 17 07:02:32 localhost kernel: tsc: Detected 3193.878 MHz processor
Sep 17 07:02:32 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 17 07:02:32 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 17 07:02:32 localhost kernel: last_pfn = 0x3ae300 max_arch_pfn = 0x400000000
Sep 17 07:02:32 localhost kernel: MTRR map: 7 entries (4 fixed + 3 variable; max 21), built from 9 variable MTRRs
Sep 17 07:02:32 localhost kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Sep 17 07:02:32 localhost kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Sep 17 07:02:32 localhost kernel: esrt: Reserving ESRT space from 0x00000000b545a418 to 0x00000000b545a478.
Sep 17 07:02:32 localhost kernel: e820: update [mem 0xb545a000-0xb545afff] usable ==> reserved
Sep 17 07:02:32 localhost kernel: Using GB pages for direct mapping
Sep 17 07:02:32 localhost kernel: Secure boot disabled
Sep 17 07:02:32 localhost kernel: RAMDISK: [mem 0xa9c76000-0xb1665fff]
Sep 17 07:02:32 localhost kernel: ACPI: Early table checksum verification disabled
Sep 17 07:02:32 localhost kernel: ACPI: RSDP 0x00000000CDFFE014 000024 (v02 LENOVO)
Sep 17 07:02:32 localhost kernel: ACPI: XSDT 0x00000000CDFB2188 00014C (v01 LENOVO CB-01 00000001 01000013)
Sep 17 07:02:32 localhost kernel: ACPI: FACP 0x00000000CDFE9000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: DSDT 0x00000000CDFC9000 0190DF (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: FACS 0x00000000CDEB5000 000040
Sep 17 07:02:32 localhost kernel: ACPI: UEFI 0x00000000CDF7E000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFFC000 000CA9 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFF4000 007229 (v02 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: IVRS 0x00000000CDFF3000 0001A4 (v02 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFEF000 003A21 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFEE000 000472 (v02 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: TPM2 0x00000000CDFED000 00004C (v04 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: MSDM 0x00000000CDFEC000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: ASF! 0x00000000CDFEB000 0000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: BOOT 0x00000000CDFEA000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: HPET 0x00000000CDFE8000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: APIC 0x00000000CDFE7000 000138 (v03 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: MCFG 0x00000000CDFE6000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SLIC 0x00000000CDFE5000 000176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: WDAT 0x00000000CDFE4000 00017C (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: WDRT 0x00000000CDFE3000 000047 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFC8000 000080 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFC1000 006704 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: VFCT 0x00000000CDFB3000 00D884 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFFD000 00005C (v02 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFB1000 00005C (v02 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFB0000 0000F8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFAA000 005354 (v02 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: CRAT 0x00000000CDFA9000 000EE8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: CDIT 0x00000000CDFA8000 000029 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFA7000 000139 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFA6000 00028D (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFA5000 000D53 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFA3000 0010C5 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDFA2000 00022A (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDF9E000 0034AA (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: FPDT 0x00000000CDF9D000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: WSMT 0x00000000CDF9B000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDF9A000 00007D (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: SSDT 0x00000000CDF99000 000517 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: BGRT 0x00000000CDF9C000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
Sep 17 07:02:32 localhost kernel: ACPI: Reserving FACP table memory at [mem 0xcdfe9000-0xcdfe910b]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving DSDT table memory at [mem 0xcdfc9000-0xcdfe20de]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving FACS table memory at [mem 0xcdeb5000-0xcdeb503f]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving UEFI table memory at [mem 0xcdf7e000-0xcdf7e235]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdffc000-0xcdffcca8]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdff4000-0xcdffb228]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving IVRS table memory at [mem 0xcdff3000-0xcdff31a3]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfef000-0xcdff2a20]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfee000-0xcdfee471]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving TPM2 table memory at [mem 0xcdfed000-0xcdfed04b]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving MSDM table memory at [mem 0xcdfec000-0xcdfec054]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving ASF! table memory at [mem 0xcdfeb000-0xcdfeb0a4]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving BOOT table memory at [mem 0xcdfea000-0xcdfea027]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving HPET table memory at [mem 0xcdfe8000-0xcdfe8037]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving APIC table memory at [mem 0xcdfe7000-0xcdfe7137]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving MCFG table memory at [mem 0xcdfe6000-0xcdfe603b]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SLIC table memory at [mem 0xcdfe5000-0xcdfe5175]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving WDAT table memory at [mem 0xcdfe4000-0xcdfe417b]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving WDRT table memory at [mem 0xcdfe3000-0xcdfe3046]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfc8000-0xcdfc807f]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfc1000-0xcdfc7703]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving VFCT table memory at [mem 0xcdfb3000-0xcdfc0883]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdffd000-0xcdffd05b]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfb1000-0xcdfb105b]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfb0000-0xcdfb00f7]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfaa000-0xcdfaf353]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving CRAT table memory at [mem 0xcdfa9000-0xcdfa9ee7]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving CDIT table memory at [mem 0xcdfa8000-0xcdfa8028]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfa7000-0xcdfa7138]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfa6000-0xcdfa628c]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfa5000-0xcdfa5d52]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfa3000-0xcdfa40c4]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfa2000-0xcdfa2229]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdf9e000-0xcdfa14a9]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving FPDT table memory at [mem 0xcdf9d000-0xcdf9d043]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving WSMT table memory at [mem 0xcdf9b000-0xcdf9b027]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdf9a000-0xcdf9a07c]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdf99000-0xcdf99516]
Sep 17 07:02:32 localhost kernel: ACPI: Reserving BGRT table memory at [mem 0xcdf9c000-0xcdf9c037]
Sep 17 07:02:32 localhost kernel: No NUMA configuration found
Sep 17 07:02:32 localhost kernel: Faking a node at [mem 0x0000000000000000-0x00000003ae2fffff]
Sep 17 07:02:32 localhost kernel: NODE_DATA(0) allocated [mem 0x3ae2fb000-0x3ae2fffff]
Sep 17 07:02:32 localhost kernel: Zone ranges:
Sep 17 07:02:32 localhost kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Sep 17 07:02:32 localhost kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Sep 17 07:02:32 localhost kernel: Normal [mem 0x0000000100000000-0x00000003ae2fffff]
Sep 17 07:02:32 localhost kernel: Device empty
Sep 17 07:02:32 localhost kernel: Movable zone start for each node
Sep 17 07:02:32 localhost kernel: Early memory node ranges
Sep 17 07:02:32 localhost kernel: node 0: [mem 0x0000000000001000-0x000000000009efff]
Sep 17 07:02:32 localhost kernel: node 0: [mem 0x0000000000100000-0x00000000099fffff]
Sep 17 07:02:32 localhost kernel: node 0: [mem 0x0000000009e00000-0x0000000009efffff]
Sep 17 07:02:32 localhost kernel: node 0: [mem 0x0000000009f0f000-0x00000000bab68fff]
Sep 17 07:02:32 localhost kernel: node 0: [mem 0x00000000bbd69000-0x00000000c9f7efff]
Sep 17 07:02:32 localhost kernel: node 0: [mem 0x00000000cdfff000-0x00000000cdffffff]
Sep 17 07:02:32 localhost kernel: node 0: [mem 0x0000000100000000-0x00000003ae2fffff]
Sep 17 07:02:32 localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000003ae2fffff]
Sep 17 07:02:32 localhost kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 17 07:02:32 localhost kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 17 07:02:32 localhost kernel: On node 0, zone DMA32: 1024 pages in unavailable ranges
Sep 17 07:02:32 localhost kernel: On node 0, zone DMA32: 15 pages in unavailable ranges
Sep 17 07:02:32 localhost kernel: On node 0, zone DMA32: 4608 pages in unavailable ranges
Sep 17 07:02:32 localhost kernel: On node 0, zone DMA32: 16512 pages in unavailable ranges
Sep 17 07:02:32 localhost kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Sep 17 07:02:32 localhost kernel: On node 0, zone Normal: 7424 pages in unavailable ranges
Sep 17 07:02:32 localhost kernel: ACPI: PM-Timer IO Port: 0x408
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Sep 17 07:02:32 localhost kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Sep 17 07:02:32 localhost kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
Sep 17 07:02:32 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 17 07:02:32 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Sep 17 07:02:32 localhost kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 17 07:02:32 localhost kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
Sep 17 07:02:32 localhost kernel: e820: update [mem 0xb53db000-0xb53fffff] usable ==> reserved
Sep 17 07:02:32 localhost kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x09a00000-0x09dfffff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0efff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xb53b2000-0xb53b2fff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xb53da000-0xb53dafff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xb53db000-0xb53fffff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xb543c000-0xb543cfff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xb5449000-0xb5449fff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xb545a000-0xb545afff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xbab69000-0xbbd68fff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xc9f7f000-0xccf7efff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xccf7f000-0xcdf7efff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xcdf7f000-0xcdffefff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfebfffff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfed7ffff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed81fff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfed82000-0xfedfffff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Sep 17 07:02:32 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Sep 17 07:02:32 localhost kernel: [mem 0xd0000000-0xfebfffff] available for PCI devices
Sep 17 07:02:32 localhost kernel: Booting paravirtualized kernel on bare hardware
Sep 17 07:02:32 localhost kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Sep 17 07:02:32 localhost kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Sep 17 07:02:32 localhost kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Sep 17 07:02:32 localhost kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Sep 17 07:02:32 localhost kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Sep 17 07:02:32 localhost kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=7c2a7b00-23c0-4788-84e8-a789f34a7f25 rw loglevel=3 quiet nvidia_drm.modeset=1
Sep 17 07:02:32 localhost kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-zen", will be passed to user space.
Sep 17 07:02:32 localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Sep 17 07:02:32 localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Sep 17 07:02:32 localhost kernel: Fallback order for Node 0: 0
Sep 17 07:02:32 localhost kernel: Built 1 zonelists, mobility grouping on. Total pages: 3575231
Sep 17 07:02:32 localhost kernel: Policy zone: Normal
Sep 17 07:02:32 localhost kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 17 07:02:32 localhost kernel: software IO TLB: area num 16.
Sep 17 07:02:32 localhost kernel: Memory: 13957288K/14528572K available (18432K kernel code, 2142K rwdata, 12792K rodata, 3572K init, 3568K bss, 571024K reserved, 0K cma-reserved)
Sep 17 07:02:32 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Sep 17 07:02:32 localhost kernel: ftrace: allocating 46201 entries in 181 pages
Sep 17 07:02:32 localhost kernel: ftrace: allocated 181 pages with 5 groups
Sep 17 07:02:32 localhost kernel: Dynamic Preempt: full
Sep 17 07:02:32 localhost kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 17 07:02:32 localhost kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Sep 17 07:02:32 localhost kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Sep 17 07:02:32 localhost kernel: Trampoline variant of Tasks RCU enabled.
Sep 17 07:02:32 localhost kernel: Rude variant of Tasks RCU enabled.
Sep 17 07:02:32 localhost kernel: Tracing variant of Tasks RCU enabled.
Sep 17 07:02:32 localhost kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Sep 17 07:02:32 localhost kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Sep 17 07:02:32 localhost kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Sep 17 07:02:32 localhost kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 17 07:02:32 localhost kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 17 07:02:32 localhost kernel: Console: colour dummy device 80x25
Sep 17 07:02:32 localhost kernel: printk: console [tty0] enabled
Sep 17 07:02:32 localhost kernel: ACPI: Core revision 20230331
Sep 17 07:02:32 localhost kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Sep 17 07:02:32 localhost kernel: APIC: Switch to symmetric I/O mode setup
Sep 17 07:02:32 localhost kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Sep 17 07:02:32 localhost kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Sep 17 07:02:32 localhost kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Sep 17 07:02:32 localhost kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Sep 17 07:02:32 localhost kernel: AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
Sep 17 07:02:32 localhost kernel: Switched APIC routing to physical flat.
Sep 17 07:02:32 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 17 07:02:32 localhost kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e09b272e24, max_idle_ns: 440795253091 ns
Sep 17 07:02:32 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6387.75 BogoMIPS (lpj=3193878)
Sep 17 07:02:32 localhost kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Sep 17 07:02:32 localhost kernel: LVT offset 1 assigned for vector 0xf9
Sep 17 07:02:32 localhost kernel: LVT offset 2 assigned for vector 0xf4
Sep 17 07:02:32 localhost kernel: process: using mwait in idle threads
Sep 17 07:02:32 localhost kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Sep 17 07:02:32 localhost kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Sep 17 07:02:32 localhost kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 17 07:02:32 localhost kernel: Spectre V2 : Mitigation: Retpolines
Sep 17 07:02:32 localhost kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 17 07:02:32 localhost kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Sep 17 07:02:32 localhost kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Sep 17 07:02:32 localhost kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 17 07:02:32 localhost kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Sep 17 07:02:32 localhost kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 17 07:02:32 localhost kernel: Speculative Return Stack Overflow: IBPB-extending microcode not applied!
Sep 17 07:02:32 localhost kernel: Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
Sep 17 07:02:32 localhost kernel: Speculative Return Stack Overflow: Mitigation: safe RET, no microcode
Sep 17 07:02:32 localhost kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 17 07:02:32 localhost kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 17 07:02:32 localhost kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 17 07:02:32 localhost kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Sep 17 07:02:32 localhost kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Sep 17 07:02:32 localhost kernel: x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
Sep 17 07:02:32 localhost kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
Sep 17 07:02:32 localhost kernel: Freeing SMP alternatives memory: 48K
Sep 17 07:02:32 localhost kernel: pid_max: default: 32768 minimum: 301
Sep 17 07:02:32 localhost kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Sep 17 07:02:32 localhost kernel: landlock: Up and running.
Sep 17 07:02:32 localhost kernel: Yama: becoming mindful.
Sep 17 07:02:32 localhost kernel: LSM support for eBPF active
Sep 17 07:02:32 localhost kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 17 07:02:32 localhost kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 17 07:02:32 localhost kernel: smpboot: CPU0: AMD Ryzen 7 5800H with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
Sep 17 07:02:32 localhost kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 17 07:02:32 localhost kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 17 07:02:32 localhost kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 17 07:02:32 localhost kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Sep 17 07:02:32 localhost kernel: ... version: 0
Sep 17 07:02:32 localhost kernel: ... bit width: 48
Sep 17 07:02:32 localhost kernel: ... generic registers: 6
Sep 17 07:02:32 localhost kernel: ... value mask: 0000ffffffffffff
Sep 17 07:02:32 localhost kernel: ... max period: 00007fffffffffff
Sep 17 07:02:32 localhost kernel: ... fixed-purpose events: 0
Sep 17 07:02:32 localhost kernel: ... event mask: 000000000000003f
Sep 17 07:02:32 localhost kernel: signal: max sigframe size: 3376
Sep 17 07:02:32 localhost kernel: rcu: Hierarchical SRCU implementation.
Sep 17 07:02:32 localhost kernel: rcu: Max phase no-delay instances is 400.
Sep 17 07:02:32 localhost kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 17 07:02:32 localhost kernel: smp: Bringing up secondary CPUs ...
Sep 17 07:02:32 localhost kernel: smpboot: x86: Booting SMP configuration:
Sep 17 07:02:32 localhost kernel: .... node #0, CPUs: #2 #4 #6 #8 #10 #12 #14
Sep 17 07:02:32 localhost kernel: TSC synchronization [CPU#0 -> CPU#2]:
Sep 17 07:02:32 localhost kernel: Measured 8058739904 cycles TSC warp between CPUs, turning off TSC clock.
Sep 17 07:02:32 localhost kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Sep 17 07:02:32 localhost kernel: #1 #3 #5 #7 #9 #11 #13 #15
Sep 17 07:02:32 localhost kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Sep 17 07:02:32 localhost kernel: smp: Brought up 1 node, 16 CPUs
Sep 17 07:02:32 localhost kernel: smpboot: Max logical packages: 1
Sep 17 07:02:32 localhost kernel: smpboot: Total of 16 processors activated (102204.09 BogoMIPS)
Sep 17 07:02:32 localhost kernel: devtmpfs: initialized
Sep 17 07:02:32 localhost kernel: x86/mm: Memory block size: 128MB
Sep 17 07:02:32 localhost kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0efff] (61440 bytes)
Sep 17 07:02:32 localhost kernel: ACPI: PM: Registering ACPI NVS region [mem 0xccf7f000-0xcdf7efff] (16777216 bytes)
Sep 17 07:02:32 localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Sep 17 07:02:32 localhost kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 17 07:02:32 localhost kernel: pinctrl core: initialized pinctrl subsystem
Sep 17 07:02:32 localhost kernel: PM: RTC time: 00:02:25, date: 2023-09-17
Sep 17 07:02:32 localhost kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 17 07:02:32 localhost kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Sep 17 07:02:32 localhost kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 17 07:02:32 localhost kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 17 07:02:32 localhost kernel: audit: initializing netlink subsys (disabled)
Sep 17 07:02:32 localhost kernel: audit: type=2000 audit(1694908945.144:1): state=initialized audit_enabled=0 res=1
Sep 17 07:02:32 localhost kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 17 07:02:32 localhost kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 17 07:02:32 localhost kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 17 07:02:32 localhost kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 17 07:02:32 localhost kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 17 07:02:32 localhost kernel: cpuidle: using governor ladder
Sep 17 07:02:32 localhost kernel: cpuidle: using governor menu
Sep 17 07:02:32 localhost kernel: Simple Boot Flag at 0x44 set to 0x1
Sep 17 07:02:32 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 17 07:02:32 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Sep 17 07:02:32 localhost kernel: PCI: not using MMCONFIG
Sep 17 07:02:32 localhost kernel: PCI: Using configuration type 1 for base access
Sep 17 07:02:32 localhost kernel: PCI: Using configuration type 1 for extended access
Sep 17 07:02:32 localhost kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 17 07:02:32 localhost kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 17 07:02:32 localhost kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 17 07:02:32 localhost kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 17 07:02:32 localhost kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 17 07:02:32 localhost kernel: ACPI: Added _OSI(Module Device)
Sep 17 07:02:32 localhost kernel: ACPI: Added _OSI(Processor Device)
Sep 17 07:02:32 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 17 07:02:32 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 17 07:02:32 localhost kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.PB2], AE_NOT_FOUND (20230331/dswload2-162)
Sep 17 07:02:32 localhost kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230331/psobject-220)
Sep 17 07:02:32 localhost kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Sep 17 07:02:32 localhost kernel: ACPI: 18 ACPI AML tables successfully acquired and loaded
Sep 17 07:02:32 localhost kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 17 07:02:32 localhost kernel: ACPI: EC: EC started
Sep 17 07:02:32 localhost kernel: ACPI: EC: interrupt blocked
Sep 17 07:02:32 localhost kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Sep 17 07:02:32 localhost kernel: ACPI: Interpreter enabled
Sep 17 07:02:32 localhost kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 17 07:02:32 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Sep 17 07:02:32 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Sep 17 07:02:32 localhost kernel: [Firmware Info]: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] not reserved in ACPI motherboard resources
Sep 17 07:02:32 localhost kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as EfiMemoryMappedIO
Sep 17 07:02:32 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 17 07:02:32 localhost kernel: PCI: Using E820 reservations for host bridge windows
Sep 17 07:02:32 localhost kernel: ACPI: Enabled 5 GPEs in block 00 to 1F
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PCI0.GPP0.PG00: New power resource
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PCI0.GPP4.WL00.WRST: New power resource
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PCI0.GP17.XHC1.RHUB.HSP4.BTPR: New power resource
Sep 17 07:02:32 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 17 07:02:32 localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 17 07:02:32 localhost kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Sep 17 07:02:32 localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Sep 17 07:02:32 localhost kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Sep 17 07:02:32 localhost kernel: PCI host bridge to bus 0000:00
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfeafffff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed811ff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x450200000-0xfcffffffff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 17 07:02:32 localhost kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Sep 17 07:02:32 localhost kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.1: enabling Extended Tags
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.2: enabling Extended Tags
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
Sep 17 07:02:32 localhost kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Sep 17 07:02:32 localhost kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.0: [10de:25e0] type 00 class 0x030000
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.0: reg 0x14: [mem 0xfb00000000-0xfbffffffff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xfc00000000-0xfc01ffffff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.1: [10de:2291] type 00 class 0x040300
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.1: reg 0x10: [mem 0xd1000000-0xd1003fff]
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.1: bridge window [io 0x3000-0x3fff]
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.1: bridge window [mem 0xd0000000-0xd10fffff]
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.1: bridge window [mem 0xfb00000000-0xfc01ffffff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci 0000:02:00.0: [15b7:5006] type 00 class 0x010802
Sep 17 07:02:32 localhost kernel: pci 0000:02:00.0: reg 0x10: [mem 0xd1700000-0xd1703fff 64bit]
Sep 17 07:02:32 localhost kernel: pci 0000:02:00.0: reg 0x20: [mem 0xd1704000-0xd17040ff 64bit]
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.2: bridge window [mem 0xd1700000-0xd17fffff]
Sep 17 07:02:32 localhost kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
Sep 17 07:02:32 localhost kernel: pci 0000:03:00.0: reg 0x10: [io 0x2000-0x20ff]
Sep 17 07:02:32 localhost kernel: pci 0000:03:00.0: reg 0x18: [mem 0xd1604000-0xd1604fff 64bit]
Sep 17 07:02:32 localhost kernel: pci 0000:03:00.0: reg 0x20: [mem 0xd1600000-0xd1603fff 64bit]
Sep 17 07:02:32 localhost kernel: pci 0000:03:00.0: supports D1 D2
Sep 17 07:02:32 localhost kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.1: bridge window [mem 0xd1600000-0xd16fffff]
Sep 17 07:02:32 localhost kernel: pci 0000:04:00.0: [14c3:7961] type 00 class 0x028000
Sep 17 07:02:32 localhost kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfc02000000-0xfc020fffff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci 0000:04:00.0: reg 0x18: [mem 0xfc02100000-0xfc02103fff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci 0000:04:00.0: reg 0x20: [mem 0xfc02104000-0xfc02104fff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci 0000:04:00.0: supports D1 D2
Sep 17 07:02:32 localhost kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.2: bridge window [mem 0xfc02000000-0xfc021fffff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.0: [1002:1638] type 00 class 0x030000
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.0: reg 0x10: [mem 0xfc10000000-0xfc1fffffff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.0: reg 0x18: [mem 0xfc20000000-0xfc201fffff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.0: reg 0x20: [io 0x1000-0x10ff]
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.0: reg 0x24: [mem 0xd1500000-0xd157ffff]
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.0: enabling Extended Tags
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.0: BAR 0: assigned to efifb
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.2: reg 0x18: [mem 0xd1400000-0xd14fffff]
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.2: reg 0x24: [mem 0xd15c8000-0xd15c9fff]
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.2: enabling Extended Tags
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.3: reg 0x10: [mem 0xd1200000-0xd12fffff 64bit]
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.3: enabling Extended Tags
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.4: reg 0x10: [mem 0xd1300000-0xd13fffff 64bit]
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.4: enabling Extended Tags
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.5: reg 0x10: [mem 0xd1580000-0xd15bffff]
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.5: enabling Extended Tags
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.6: reg 0x10: [mem 0xd15c0000-0xd15c7fff]
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.6: enabling Extended Tags
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.1: PCI bridge to [bus 05]
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.1: bridge window [io 0x1000-0x1fff]
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.1: bridge window [mem 0xd1200000-0xd15fffff]
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.1: bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
Sep 17 07:02:32 localhost kernel: pci 0000:06:00.0: reg 0x24: [mem 0xd1101000-0xd11017ff]
Sep 17 07:02:32 localhost kernel: pci 0000:06:00.0: enabling Extended Tags
Sep 17 07:02:32 localhost kernel: pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Sep 17 07:02:32 localhost kernel: pci 0000:06:00.1: [1022:7901] type 00 class 0x010601
Sep 17 07:02:32 localhost kernel: pci 0000:06:00.1: reg 0x24: [mem 0xd1100000-0xd11007ff]
Sep 17 07:02:32 localhost kernel: pci 0000:06:00.1: enabling Extended Tags
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.2: PCI bridge to [bus 06]
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.2: bridge window [mem 0xd1100000-0xd11fffff]
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKA disabled
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKB disabled
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKC disabled
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKD disabled
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKE disabled
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKF disabled
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKG disabled
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Sep 17 07:02:32 localhost kernel: ACPI: PCI: Interrupt link LNKH disabled
Sep 17 07:02:32 localhost kernel: ACPI: EC: interrupt unblocked
Sep 17 07:02:32 localhost kernel: ACPI: EC: event unblocked
Sep 17 07:02:32 localhost kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 17 07:02:32 localhost kernel: ACPI: EC: GPE=0x3
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Sep 17 07:02:32 localhost kernel: iommu: Default domain type: Translated
Sep 17 07:02:32 localhost kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 17 07:02:32 localhost kernel: SCSI subsystem initialized
Sep 17 07:02:32 localhost kernel: libata version 3.00 loaded.
Sep 17 07:02:32 localhost kernel: ACPI: bus type USB registered
Sep 17 07:02:32 localhost kernel: usbcore: registered new interface driver usbfs
Sep 17 07:02:32 localhost kernel: usbcore: registered new interface driver hub
Sep 17 07:02:32 localhost kernel: usbcore: registered new device driver usb
Sep 17 07:02:32 localhost kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 17 07:02:32 localhost kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 17 07:02:32 localhost kernel: PTP clock support registered
Sep 17 07:02:32 localhost kernel: EDAC MC: Ver: 3.0.0
Sep 17 07:02:32 localhost kernel: efivars: Registered efivars operations
Sep 17 07:02:32 localhost kernel: NetLabel: Initializing
Sep 17 07:02:32 localhost kernel: NetLabel: domain hash size = 128
Sep 17 07:02:32 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Sep 17 07:02:32 localhost kernel: NetLabel: unlabeled traffic allowed by default
Sep 17 07:02:32 localhost kernel: mctp: management component transport protocol core
Sep 17 07:02:32 localhost kernel: NET: Registered PF_MCTP protocol family
Sep 17 07:02:32 localhost kernel: PCI: Using ACPI for IRQ routing
Sep 17 07:02:32 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 17 07:02:32 localhost kernel: resource: Expanded resource Reserved due to conflict with PCI Bus 0000:00
Sep 17 07:02:32 localhost kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Sep 17 07:02:32 localhost kernel: e820: reserve RAM buffer [mem 0x09a00000-0x0bffffff]
Sep 17 07:02:32 localhost kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Sep 17 07:02:32 localhost kernel: e820: reserve RAM buffer [mem 0xb53b2018-0xb7ffffff]
Sep 17 07:02:32 localhost kernel: e820: reserve RAM buffer [mem 0xb53db000-0xb7ffffff]
Sep 17 07:02:32 localhost kernel: e820: reserve RAM buffer [mem 0xb543c018-0xb7ffffff]
Sep 17 07:02:32 localhost kernel: e820: reserve RAM buffer [mem 0xb545a000-0xb7ffffff]
Sep 17 07:02:32 localhost kernel: e820: reserve RAM buffer [mem 0xbab69000-0xbbffffff]
Sep 17 07:02:32 localhost kernel: e820: reserve RAM buffer [mem 0xc9f7f000-0xcbffffff]
Sep 17 07:02:32 localhost kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Sep 17 07:02:32 localhost kernel: e820: reserve RAM buffer [mem 0x3ae300000-0x3afffffff]
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.0: vgaarb: setting as boot VGA device (overriding previous)
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.0: vgaarb: bridge control possible
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Sep 17 07:02:32 localhost kernel: vgaarb: loaded
Sep 17 07:02:32 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Sep 17 07:02:32 localhost kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Sep 17 07:02:32 localhost kernel: clocksource: Switched to clocksource hpet
Sep 17 07:02:32 localhost kernel: VFS: Disk quotas dquot_6.6.0
Sep 17 07:02:32 localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 17 07:02:32 localhost kernel: pnp: PnP ACPI init
Sep 17 07:02:32 localhost kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Sep 17 07:02:32 localhost kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Sep 17 07:02:32 localhost kernel: system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
Sep 17 07:02:32 localhost kernel: system 00:03: [io 0x0400-0x04cf] could not be reserved
Sep 17 07:02:32 localhost kernel: system 00:03: [io 0x04d0-0x04d1] has been reserved
Sep 17 07:02:32 localhost kernel: system 00:03: [io 0x04d6] has been reserved
Sep 17 07:02:32 localhost kernel: system 00:03: [io 0x0c00-0x0c01] has been reserved
Sep 17 07:02:32 localhost kernel: system 00:03: [io 0x0c14] has been reserved
Sep 17 07:02:32 localhost kernel: system 00:03: [io 0x0c50-0x0c52] has been reserved
Sep 17 07:02:32 localhost kernel: system 00:03: [io 0x0c6c] has been reserved
Sep 17 07:02:32 localhost kernel: system 00:03: [io 0x0c6f] has been reserved
Sep 17 07:02:32 localhost kernel: system 00:03: [io 0x0cd0-0x0cdb] has been reserved
Sep 17 07:02:32 localhost kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Sep 17 07:02:32 localhost kernel: pnp: PnP ACPI: found 5 devices
Sep 17 07:02:32 localhost kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 17 07:02:32 localhost kernel: NET: Registered PF_INET protocol family
Sep 17 07:02:32 localhost kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 17 07:02:32 localhost kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Sep 17 07:02:32 localhost kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 17 07:02:32 localhost kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 17 07:02:32 localhost kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 17 07:02:32 localhost kernel: TCP: Hash tables configured (established 131072 bind 65536)
Sep 17 07:02:32 localhost kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Sep 17 07:02:32 localhost kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Sep 17 07:02:32 localhost kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Sep 17 07:02:32 localhost kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 17 07:02:32 localhost kernel: NET: Registered PF_XDP protocol family
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xd1080000-0xd10fffff pref]
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.1: bridge window [io 0x3000-0x3fff]
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.1: bridge window [mem 0xd0000000-0xd10fffff]
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.1: bridge window [mem 0xfb00000000-0xfc01ffffff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.2: bridge window [mem 0xd1700000-0xd17fffff]
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.1: bridge window [mem 0xd1600000-0xd16fffff]
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.2: bridge window [mem 0xfc02000000-0xfc021fffff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.1: PCI bridge to [bus 05]
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.1: bridge window [io 0x1000-0x1fff]
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.1: bridge window [mem 0xd1200000-0xd15fffff]
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.1: bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.2: PCI bridge to [bus 06]
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.2: bridge window [mem 0xd1100000-0xd11fffff]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xf7ffffff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfeafffff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: resource 11 [mem 0xfed45000-0xfed811ff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: resource 12 [mem 0xfed81900-0xfed81fff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: resource 13 [mem 0xfedc0000-0xfedc0fff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: resource 14 [mem 0xfedc6000-0xfedc6fff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:00: resource 15 [mem 0x450200000-0xfcffffffff window]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd10fffff]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:01: resource 2 [mem 0xfb00000000-0xfc01ffffff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:02: resource 1 [mem 0xd1700000-0xd17fffff]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xd1600000-0xd16fffff]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:04: resource 2 [mem 0xfc02000000-0xfc021fffff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:05: resource 0 [io 0x1000-0x1fff]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:05: resource 1 [mem 0xd1200000-0xd15fffff]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:05: resource 2 [mem 0xfc10000000-0xfc201fffff 64bit pref]
Sep 17 07:02:32 localhost kernel: pci_bus 0000:06: resource 1 [mem 0xd1100000-0xd11fffff]
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.3: quirk_usb_early_handoff+0x0/0x820 took 44181 usecs
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.4: quirk_usb_early_handoff+0x0/0x820 took 43019 usecs
Sep 17 07:02:32 localhost kernel: PCI: CLS 64 bytes, default 64
Sep 17 07:02:32 localhost kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Sep 17 07:02:32 localhost kernel: Trying to unpack rootfs image as initramfs...
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.0: Adding to iommu group 0
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.1: Adding to iommu group 1
Sep 17 07:02:32 localhost kernel: pci 0000:00:01.2: Adding to iommu group 2
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.0: Adding to iommu group 3
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.1: Adding to iommu group 4
Sep 17 07:02:32 localhost kernel: pci 0000:00:02.2: Adding to iommu group 5
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.0: Adding to iommu group 6
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.1: Adding to iommu group 6
Sep 17 07:02:32 localhost kernel: pci 0000:00:08.2: Adding to iommu group 6
Sep 17 07:02:32 localhost kernel: pci 0000:00:14.0: Adding to iommu group 7
Sep 17 07:02:32 localhost kernel: pci 0000:00:14.3: Adding to iommu group 7
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.0: Adding to iommu group 8
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.1: Adding to iommu group 8
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.2: Adding to iommu group 8
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.3: Adding to iommu group 8
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.4: Adding to iommu group 8
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.5: Adding to iommu group 8
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.6: Adding to iommu group 8
Sep 17 07:02:32 localhost kernel: pci 0000:00:18.7: Adding to iommu group 8
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.0: Adding to iommu group 9
Sep 17 07:02:32 localhost kernel: pci 0000:01:00.1: Adding to iommu group 9
Sep 17 07:02:32 localhost kernel: pci 0000:02:00.0: Adding to iommu group 10
Sep 17 07:02:32 localhost kernel: pci 0000:03:00.0: Adding to iommu group 11
Sep 17 07:02:32 localhost kernel: pci 0000:04:00.0: Adding to iommu group 12
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.0: Adding to iommu group 6
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.2: Adding to iommu group 6
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.3: Adding to iommu group 6
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.4: Adding to iommu group 6
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.5: Adding to iommu group 6
Sep 17 07:02:32 localhost kernel: pci 0000:05:00.6: Adding to iommu group 6
Sep 17 07:02:32 localhost kernel: pci 0000:06:00.0: Adding to iommu group 6
Sep 17 07:02:32 localhost kernel: pci 0000:06:00.1: Adding to iommu group 6
Sep 17 07:02:32 localhost kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Sep 17 07:02:32 localhost kernel: pci 0000:00:00.2: PCI INT A: not connected
Sep 17 07:02:32 localhost kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Sep 17 07:02:32 localhost kernel: AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Sep 17 07:02:32 localhost kernel: AMD-Vi: Interrupt remapping enabled
Sep 17 07:02:32 localhost kernel: AMD-Vi: X2APIC enabled
Sep 17 07:02:32 localhost kernel: AMD-Vi: Virtual APIC enabled
Sep 17 07:02:32 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 17 07:02:32 localhost kernel: software IO TLB: mapped [mem 0x00000000c5038000-0x00000000c9038000] (64MB)
Sep 17 07:02:32 localhost kernel: LVT offset 0 assigned for vector 0x400
Sep 17 07:02:32 localhost kernel: perf: AMD IBS detected (0x000003ff)
Sep 17 07:02:32 localhost kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Sep 17 07:02:32 localhost kernel: Initialise system trusted keyrings
Sep 17 07:02:32 localhost kernel: Key type blacklist registered
Sep 17 07:02:32 localhost kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Sep 17 07:02:32 localhost kernel: zbud: loaded
Sep 17 07:02:32 localhost kernel: integrity: Platform Keyring initialized
Sep 17 07:02:32 localhost kernel: integrity: Machine keyring initialized
Sep 17 07:02:32 localhost kernel: Key type asymmetric registered
Sep 17 07:02:32 localhost kernel: Asymmetric key parser 'x509' registered
Sep 17 07:02:32 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Sep 17 07:02:32 localhost kernel: io scheduler mq-deadline registered
Sep 17 07:02:32 localhost kernel: io scheduler kyber registered
Sep 17 07:02:32 localhost kernel: io scheduler bfq registered
Sep 17 07:02:32 localhost kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 26
Sep 17 07:02:32 localhost kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 27
Sep 17 07:02:32 localhost kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 28
Sep 17 07:02:32 localhost kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 29
Sep 17 07:02:32 localhost kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 30
Sep 17 07:02:32 localhost kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 31
Sep 17 07:02:32 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 17 07:02:32 localhost kernel: efifb: probing for efifb
Sep 17 07:02:32 localhost kernel: efifb: showing boot graphics
Sep 17 07:02:32 localhost kernel: efifb: framebuffer at 0xfc10000000, using 8100k, total 8100k
Sep 17 07:02:32 localhost kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Sep 17 07:02:32 localhost kernel: efifb: scrolling: redraw
Sep 17 07:02:32 localhost kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Sep 17 07:02:32 localhost kernel: fbcon: Deferring console take-over
Sep 17 07:02:32 localhost kernel: fb0: EFI VGA frame buffer device
Sep 17 07:02:32 localhost kernel: ACPI: AC: AC Adapter [ADP0] (on-line)
Sep 17 07:02:32 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 17 07:02:32 localhost kernel: ACPI: button: Power Button [PWRB]
Sep 17 07:02:32 localhost kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Sep 17 07:02:32 localhost kernel: ACPI: button: Lid Switch [LID0]
Sep 17 07:02:32 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Sep 17 07:02:32 localhost kernel: ACPI: button: Power Button [PWRF]
Sep 17 07:02:32 localhost kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1226
Sep 17 07:02:32 localhost kernel: Monitor-Mwait will be used to enter C-1 state
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C00C: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C00D: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C00E: Found 3 idle states
Sep 17 07:02:32 localhost kernel: ACPI: \_SB_.PLTF.C00F: Found 3 idle states
Sep 17 07:02:32 localhost kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 17 07:02:32 localhost kernel: Non-volatile memory driver v1.3
Sep 17 07:02:32 localhost kernel: Linux agpgart interface v0.103
Sep 17 07:02:32 localhost kernel: tpm_crb MSFT0101:00: Disabling hwrng
Sep 17 07:02:32 localhost kernel: tpm tpm0: tpm_read_log_acpi: Failed to map ACPI memory
Sep 17 07:02:32 localhost kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Sep 17 07:02:32 localhost kernel: ahci 0000:06:00.0: version 3.0
Sep 17 07:02:32 localhost kernel: ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Sep 17 07:02:32 localhost kernel: ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
Sep 17 07:02:32 localhost kernel: scsi host0: ahci
Sep 17 07:02:32 localhost kernel: ata1: SATA max UDMA/133 abar m2048@0xd1101000 port 0xd1101100 irq 33
Sep 17 07:02:32 localhost kernel: ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Sep 17 07:02:32 localhost kernel: ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
Sep 17 07:02:32 localhost kernel: scsi host1: ahci
Sep 17 07:02:32 localhost kernel: ata2: SATA max UDMA/133 abar m2048@0xd1100000 port 0xd1100100 irq 35
Sep 17 07:02:32 localhost kernel: ACPI: bus type drm_connector registered
Sep 17 07:02:32 localhost kernel: usbcore: registered new interface driver usbserial_generic
Sep 17 07:02:32 localhost kernel: usbserial: USB Serial support registered for generic
Sep 17 07:02:32 localhost kernel: rtc_cmos 00:01: RTC can wake from S4
Sep 17 07:02:32 localhost kernel: rtc_cmos 00:01: registered as rtc0
Sep 17 07:02:32 localhost kernel: rtc_cmos 00:01: setting system clock to 2023-09-17T00:02:26 UTC (1694908946)
Sep 17 07:02:32 localhost kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
Sep 17 07:02:32 localhost kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 17 07:02:32 localhost kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 17 07:02:32 localhost kernel: drop_monitor: Initializing network drop monitor service
Sep 17 07:02:32 localhost kernel: Initializing XFRM netlink socket
Sep 17 07:02:32 localhost kernel: NET: Registered PF_INET6 protocol family
Sep 17 07:02:32 localhost kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 17 07:02:32 localhost kernel: Freeing initrd memory: 124864K
Sep 17 07:02:32 localhost kernel: Segment Routing with IPv6
Sep 17 07:02:32 localhost kernel: RPL Segment Routing with IPv6
Sep 17 07:02:32 localhost kernel: In-situ OAM (IOAM) with IPv6
Sep 17 07:02:32 localhost kernel: NET: Registered PF_PACKET protocol family
Sep 17 07:02:32 localhost kernel: microcode: CPU0: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU1: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU5: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU4: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU3: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU2: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU6: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU7: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU13: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU9: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU8: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU12: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU10: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU11: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU15: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: CPU14: patch_level=0x0a50000c
Sep 17 07:02:32 localhost kernel: microcode: Microcode Update Driver: v2.2.
Sep 17 07:02:32 localhost kernel: resctrl: L3 allocation detected
Sep 17 07:02:32 localhost kernel: resctrl: MB allocation detected
Sep 17 07:02:32 localhost kernel: resctrl: L3 monitoring detected
Sep 17 07:02:32 localhost kernel: IPI shorthand broadcast: enabled
Sep 17 07:02:32 localhost kernel: registered taskstats version 1
Sep 17 07:02:32 localhost kernel: Loading compiled-in X.509 certificates
Sep 17 07:02:32 localhost kernel: Loaded X.509 cert 'Build time autogenerated kernel key: caac4a093a156ede9bb07d1b3981a163422231da'
Sep 17 07:02:32 localhost kernel: zswap: loaded using pool zstd/zsmalloc
Sep 17 07:02:32 localhost kernel: Key type .fscrypt registered
Sep 17 07:02:32 localhost kernel: Key type fscrypt-provisioning registered
Sep 17 07:02:32 localhost kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 17 07:02:32 localhost kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Sep 17 07:02:32 localhost kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 17 07:02:32 localhost kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Sep 17 07:02:32 localhost kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 17 07:02:32 localhost kernel: integrity: Loaded X.509 cert ': fa1a5fbef3afd4b045147f1b6fd53c46'
Sep 17 07:02:32 localhost kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 17 07:02:32 localhost kernel: integrity: Problem loading X.509 certificate -65
Sep 17 07:02:32 localhost kernel: integrity: Error adding keys to platform keyring UEFI:db
Sep 17 07:02:32 localhost kernel: PM: Magic number: 7:254:1
Sep 17 07:02:32 localhost kernel: memory memory49: hash matches
Sep 17 07:02:32 localhost kernel: RAS: Correctable Errors collector initialized.
Sep 17 07:02:32 localhost kernel: Unstable clock detected, switching default tracing clock to "global"
If you want to keep using the local clock, then add:
"trace_clock=local"
on the kernel command line
Sep 17 07:02:32 localhost kernel: clk: Disabling unused clocks
Sep 17 07:02:32 localhost kernel: ata1: SATA link down (SStatus 0 SControl 300)
Sep 17 07:02:32 localhost kernel: ata2: SATA link down (SStatus 0 SControl 300)
Sep 17 07:02:32 localhost kernel: Freeing unused decrypted memory: 2036K
Sep 17 07:02:32 localhost kernel: Freeing unused kernel image (initmem) memory: 3572K
Sep 17 07:02:32 localhost kernel: Write protecting the kernel read-only data: 32768k
Sep 17 07:02:32 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 1544K
Sep 17 07:02:32 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 17 07:02:32 localhost kernel: rodata_test: all tests were successful
Sep 17 07:02:32 localhost kernel: Run /init as init process
Sep 17 07:02:32 localhost kernel: with arguments:
Sep 17 07:02:32 localhost kernel: /init
Sep 17 07:02:32 localhost kernel: with environment:
Sep 17 07:02:32 localhost kernel: HOME=/
Sep 17 07:02:32 localhost kernel: TERM=linux
Sep 17 07:02:32 localhost kernel: BOOT_IMAGE=/vmlinuz-linux-zen
Sep 17 07:02:32 localhost kernel: nvidia: loading out-of-tree module taints kernel.
Sep 17 07:02:32 localhost kernel: nvidia: module license 'NVIDIA' taints kernel.
Sep 17 07:02:32 localhost kernel: Disabling lock debugging due to kernel taint
Sep 17 07:02:32 localhost kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Sep 17 07:02:32 localhost kernel: nvidia: module license taints kernel.
Sep 17 07:02:32 localhost kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 237
Sep 17 07:02:32 localhost kernel:
Sep 17 07:02:32 localhost kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Sep 17 07:02:32 localhost kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Sep 17 07:02:32 localhost kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 535.104.05 Sat Aug 19 01:15:15 UTC 2023
Sep 17 07:02:32 localhost kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
Sep 17 07:02:32 localhost kernel: ACPI: video: Video Device [PEGP] (multi-head: yes rom: no post: no)
Sep 17 07:02:32 localhost kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input3
Sep 17 07:02:32 localhost kernel: ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
Sep 17 07:02:32 localhost kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0f/LNXVIDEO:01/input/input4
Sep 17 07:02:32 localhost kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 535.104.05 Sat Aug 19 00:59:57 UTC 2023
Sep 17 07:02:32 localhost kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Sep 17 07:02:32 localhost kernel: nvidia-uvm: Loaded the UVM driver, major device number 235.
Sep 17 07:02:32 localhost kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Sep 17 07:02:32 localhost kernel: ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230331/nsarguments-61)
Sep 17 07:02:32 localhost kernel: ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230331/nsarguments-61)
Sep 17 07:02:32 localhost kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-4
Sep 17 07:02:32 localhost kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-4
Sep 17 07:02:32 localhost kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Sep 17 07:02:32 localhost kernel: [drm] amdgpu kernel modesetting enabled.
Sep 17 07:02:32 localhost kernel: amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
Sep 17 07:02:32 localhost kernel: ATPX version 1, functions 0x00000001
Sep 17 07:02:32 localhost kernel: ATPX Hybrid Graphics
Sep 17 07:02:32 localhost kernel: amdgpu: CRAT table disabled by module option
Sep 17 07:02:32 localhost kernel: amdgpu: Virtual CRAT table created for CPU
Sep 17 07:02:32 localhost kernel: amdgpu: Topology: Add CPU node
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
Sep 17 07:02:32 localhost kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x17AA:0x3AAC 0xC5).
Sep 17 07:02:32 localhost kernel: [drm] register mmio base: 0xD1500000
Sep 17 07:02:32 localhost kernel: [drm] register mmio size: 524288
Sep 17 07:02:32 localhost kernel: [drm] add ip block number 0 <soc15_common>
Sep 17 07:02:32 localhost kernel: [drm] add ip block number 1 <gmc_v9_0>
Sep 17 07:02:32 localhost kernel: [drm] add ip block number 2 <vega10_ih>
Sep 17 07:02:32 localhost kernel: [drm] add ip block number 3 <psp>
Sep 17 07:02:32 localhost kernel: [drm] add ip block number 4 <smu>
Sep 17 07:02:32 localhost kernel: [drm] add ip block number 5 <dm>
Sep 17 07:02:32 localhost kernel: [drm] add ip block number 6 <gfx_v9_0>
Sep 17 07:02:32 localhost kernel: [drm] add ip block number 7 <sdma_v4_0>
Sep 17 07:02:32 localhost kernel: [drm] add ip block number 8 <vcn_v2_0>
Sep 17 07:02:32 localhost kernel: [drm] add ip block number 9 <jpeg_v2_0>
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
Sep 17 07:02:32 localhost kernel: amdgpu: ATOM BIOS: 113-CEZANNE-018
Sep 17 07:02:32 localhost kernel: [drm] VCN decode is enabled in VM mode
Sep 17 07:02:32 localhost kernel: [drm] VCN encode is enabled in VM mode
Sep 17 07:02:32 localhost kernel: [drm] JPEG decode is enabled in VM mode
Sep 17 07:02:32 localhost kernel: [drm] MCBP is enabled
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: vgaarb: deactivate vga console
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: MODE2 reset
Sep 17 07:02:32 localhost kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Sep 17 07:02:32 localhost kernel: [drm] Detected VRAM RAM=2048M, BAR=2048M
Sep 17 07:02:32 localhost kernel: [drm] RAM width 128bits DDR4
Sep 17 07:02:32 localhost kernel: [drm] amdgpu: 2048M of VRAM memory ready
Sep 17 07:02:32 localhost kernel: [drm] amdgpu: 6914M of GTT memory ready.
Sep 17 07:02:32 localhost kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Sep 17 07:02:32 localhost kernel: [drm] PCIE GART of 1024M enabled.
Sep 17 07:02:32 localhost kernel: [drm] PTB located at 0x000000F47FC00000
Sep 17 07:02:32 localhost kernel: [drm] Loading DMUB firmware via PSP: version=0x01010027
Sep 17 07:02:32 localhost kernel: [drm] Found VCN firmware Version ENC: 1.20 DEC: 6 VEP: 0 Revision: 0
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: Will use PSP to load VCN firmware
Sep 17 07:02:32 localhost kernel: [drm] reserve 0x400000 from 0xf47f800000 for PSP TMR
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: SMU is initialized successfully!
Sep 17 07:02:32 localhost kernel: [drm] Display Core v3.2.241 initialized on DCN 2.1
Sep 17 07:02:32 localhost kernel: [drm] DP-HDMI FRL PCON supported
Sep 17 07:02:32 localhost kernel: [drm] DMUB hardware initialized: version=0x01010027
Sep 17 07:02:32 localhost kernel: [drm] kiq ring mec 2 pipe 1 q 0
Sep 17 07:02:32 localhost kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Sep 17 07:02:32 localhost kernel: [drm] JPEG decode initialized successfully.
Sep 17 07:02:32 localhost kernel: amdgpu: HMM registered 2048MB device memory
Sep 17 07:02:32 localhost kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Sep 17 07:02:32 localhost kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Sep 17 07:02:32 localhost kernel: amdgpu: Virtual CRAT table created for GPU
Sep 17 07:02:32 localhost kernel: amdgpu: Topology: Add dGPU node [0x1638:0x1002]
Sep 17 07:02:32 localhost kernel: kfd kfd: amdgpu: added device 1002:1638
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 13 on hub 0
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: amdgpu: [drm] Skipping amdgpu DM backlight registration
Sep 17 07:02:32 localhost kernel: [drm] Initialized amdgpu 3.54.0 20150101 for 0000:05:00.0 on minor 1
Sep 17 07:02:32 localhost kernel: fbcon: amdgpudrmfb (fb0) is primary device
Sep 17 07:02:32 localhost kernel: fbcon: Deferring console take-over
Sep 17 07:02:32 localhost kernel: amdgpu 0000:05:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Sep 17 07:02:32 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
Sep 17 07:02:32 localhost kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Sep 17 07:02:32 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 17 07:02:32 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Sep 17 07:02:32 localhost kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
Sep 17 07:02:32 localhost kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
Sep 17 07:02:32 localhost kernel: xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Sep 17 07:02:32 localhost kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
Sep 17 07:02:32 localhost kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
Sep 17 07:02:32 localhost kernel: xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 17 07:02:32 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Sep 17 07:02:32 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 07:02:32 localhost kernel: usb usb1: Product: xHCI Host Controller
Sep 17 07:02:32 localhost kernel: usb usb1: Manufacturer: Linux 6.5.3-zen1-1-zen xhci-hcd
Sep 17 07:02:32 localhost kernel: usb usb1: SerialNumber: 0000:05:00.3
Sep 17 07:02:32 localhost kernel: hub 1-0:1.0: USB hub found
Sep 17 07:02:32 localhost kernel: hub 1-0:1.0: 4 ports detected
Sep 17 07:02:32 localhost kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 07:02:32 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Sep 17 07:02:32 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 07:02:32 localhost kernel: usb usb2: Product: xHCI Host Controller
Sep 17 07:02:32 localhost kernel: usb usb2: Manufacturer: Linux 6.5.3-zen1-1-zen xhci-hcd
Sep 17 07:02:32 localhost kernel: usb usb2: SerialNumber: 0000:05:00.3
Sep 17 07:02:32 localhost kernel: hub 2-0:1.0: USB hub found
Sep 17 07:02:32 localhost kernel: hub 2-0:1.0: 2 ports detected
Sep 17 07:02:32 localhost kernel: xhci_hcd 0000:05:00.4: xHCI Host Controller
Sep 17 07:02:32 localhost kernel: xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
Sep 17 07:02:32 localhost kernel: xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Sep 17 07:02:32 localhost kernel: xhci_hcd 0000:05:00.4: xHCI Host Controller
Sep 17 07:02:32 localhost kernel: xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
Sep 17 07:02:32 localhost kernel: xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Sep 17 07:02:32 localhost kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Sep 17 07:02:32 localhost kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 07:02:32 localhost kernel: usb usb3: Product: xHCI Host Controller
Sep 17 07:02:32 localhost kernel: usb usb3: Manufacturer: Linux 6.5.3-zen1-1-zen xhci-hcd
Sep 17 07:02:32 localhost kernel: usb usb3: SerialNumber: 0000:05:00.4
Sep 17 07:02:32 localhost kernel: hub 3-0:1.0: USB hub found
Sep 17 07:02:32 localhost kernel: hub 3-0:1.0: 4 ports detected
Sep 17 07:02:32 localhost kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 17 07:02:32 localhost kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Sep 17 07:02:32 localhost kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 07:02:32 localhost kernel: usb usb4: Product: xHCI Host Controller
Sep 17 07:02:32 localhost kernel: usb usb4: Manufacturer: Linux 6.5.3-zen1-1-zen xhci-hcd
Sep 17 07:02:32 localhost kernel: usb usb4: SerialNumber: 0000:05:00.4
Sep 17 07:02:32 localhost kernel: hub 4-0:1.0: USB hub found
Sep 17 07:02:32 localhost kernel: hub 4-0:1.0: 2 ports detected
Sep 17 07:02:32 localhost kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
Sep 17 07:02:32 localhost kernel: nvme nvme0: pci function 0000:02:00.0
Sep 17 07:02:32 localhost kernel: nvme nvme0: 16/0/0 default/read/poll queues
Sep 17 07:02:32 localhost kernel: nvme0n1: p1 p2 p3
Sep 17 07:02:32 localhost kernel: fbcon: Taking over console
Sep 17 07:02:32 localhost kernel: [drm] DSC precompute is not needed.
Sep 17 07:02:32 localhost kernel: Console: switching to colour frame buffer device 240x67
Sep 17 07:02:32 localhost kernel: EXT4-fs (nvme0n1p2): mounted filesystem 7c2a7b00-23c0-4788-84e8-a789f34a7f25 r/w with ordered data mode. Quota mode: none.
Sep 17 07:02:32 localhost systemd[1]: systemd 254.3-1-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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Sep 17 07:02:32 localhost systemd[1]: Detected architecture x86-64.
Sep 17 07:02:32 localhost systemd[1]: Hostname set to <localhost>.
Sep 17 07:02:32 localhost kernel: usb 3-2: new high-speed USB device number 2 using xhci_hcd
Sep 17 07:02:32 localhost kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Sep 17 07:02:32 localhost systemd[1]: bpf-lsm: LSM BPF program attached
Sep 17 07:02:32 localhost kernel: usb 3-2: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.55
Sep 17 07:02:32 localhost kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 07:02:32 localhost kernel: usb 3-2: Product: USB2.1 Hub
Sep 17 07:02:32 localhost kernel: usb 3-2: Manufacturer: GenesysLogic
Sep 17 07:02:32 localhost kernel: usb 1-2: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=71.00
Sep 17 07:02:32 localhost kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 07:02:32 localhost kernel: usb 1-2: Product: USB2.1 Hub
Sep 17 07:02:32 localhost kernel: usb 1-2: Manufacturer: GenesysLogic
Sep 17 07:02:32 localhost systemd[1]: Queued start job for default target Graphical Interface.
Sep 17 07:02:32 localhost systemd[1]: Created slice Slice /system/getty.
Sep 17 07:02:32 localhost systemd[1]: Created slice Slice /system/modprobe.
Sep 17 07:02:32 localhost systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 17 07:02:32 localhost systemd[1]: Created slice User and Session Slice.
Sep 17 07:02:32 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 17 07:02:32 localhost systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 17 07:02:32 localhost systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 17 07:02:32 localhost systemd[1]: Reached target Local Encrypted Volumes.
Sep 17 07:02:32 localhost systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 17 07:02:32 localhost systemd[1]: Reached target Path Units.
Sep 17 07:02:32 localhost systemd[1]: Reached target Remote File Systems.
Sep 17 07:02:32 localhost systemd[1]: Reached target Slice Units.
Sep 17 07:02:32 localhost systemd[1]: Reached target Swaps.
Sep 17 07:02:32 localhost systemd[1]: Reached target Local Verity Protected Volumes.
Sep 17 07:02:32 localhost systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 17 07:02:32 localhost systemd[1]: Listening on Process Core Dump Socket.
Sep 17 07:02:32 localhost systemd[1]: Listening on Journal Socket (/dev/log).
Sep 17 07:02:32 localhost systemd[1]: Listening on Journal Socket.
Sep 17 07:02:32 localhost systemd[1]: Listening on Network Service Netlink Socket.
Sep 17 07:02:32 localhost systemd[1]: Listening on udev Control Socket.
Sep 17 07:02:32 localhost systemd[1]: Listening on udev Kernel Socket.
Sep 17 07:02:32 localhost systemd[1]: Mounting Huge Pages File System...
Sep 17 07:02:32 localhost systemd[1]: Mounting POSIX Message Queue File System...
Sep 17 07:02:32 localhost systemd[1]: Mounting Kernel Debug File System...
Sep 17 07:02:32 localhost systemd[1]: Mounting Kernel Trace File System...
Sep 17 07:02:32 localhost systemd[1]: Mounting Temporary Directory /tmp...
Sep 17 07:02:32 localhost systemd[1]: Starting Create List of Static Device Nodes...
Sep 17 07:02:32 localhost systemd[1]: Starting Load Kernel Module configfs...
Sep 17 07:02:32 localhost systemd[1]: Starting Load Kernel Module dm_mod...
Sep 17 07:02:32 localhost systemd[1]: Starting Load Kernel Module drm...
Sep 17 07:02:32 localhost systemd[1]: Starting Load Kernel Module fuse...
Sep 17 07:02:32 localhost systemd[1]: Starting Load Kernel Module loop...
Sep 17 07:02:32 localhost systemd[1]: Starting Journal Service...
Sep 17 07:02:32 localhost systemd[1]: Starting Load Kernel Modules...
Sep 17 07:02:32 localhost systemd[1]: Starting Generate network units from Kernel command line...
Sep 17 07:02:32 localhost systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 17 07:02:32 localhost systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 17 07:02:32 localhost systemd[1]: Starting Coldplug All udev Devices...
Sep 17 07:02:32 localhost kernel: hub 1-2:1.0: USB hub found
Sep 17 07:02:32 localhost kernel: loop: module loaded
Sep 17 07:02:32 localhost kernel: hub 1-2:1.0: 3 ports detected
Sep 17 07:02:32 localhost systemd[1]: Mounted Huge Pages File System.
Sep 17 07:02:32 localhost systemd[1]: Mounted POSIX Message Queue File System.
Sep 17 07:02:32 localhost kernel: hub 3-2:1.0: USB hub found
Sep 17 07:02:32 localhost systemd[1]: Mounted Kernel Debug File System.
Sep 17 07:02:32 localhost systemd[1]: Mounted Kernel Trace File System.
Sep 17 07:02:32 localhost systemd[1]: Mounted Temporary Directory /tmp.
Sep 17 07:02:32 localhost kernel: hub 3-2:1.0: 4 ports detected
Sep 17 07:02:32 localhost kernel: device-mapper: uevent: version 1.0.3
Sep 17 07:02:32 localhost kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Sep 17 07:02:32 localhost kernel: fuse: init (API version 7.38)
Sep 17 07:02:32 localhost systemd-journald[324]: Collecting audit messages is disabled.
Sep 17 07:02:32 localhost kernel: Asymmetric key parser 'pkcs8' registered
Sep 17 07:02:32 localhost systemd[1]: Finished Create List of Static Device Nodes.
Sep 17 07:02:32 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 17 07:02:32 localhost systemd[1]: Finished Load Kernel Module configfs.
Sep 17 07:02:32 localhost systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 17 07:02:32 localhost systemd[1]: Finished Load Kernel Module dm_mod.
Sep 17 07:02:32 localhost systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 17 07:02:32 localhost systemd-journald[324]: Journal started
Sep 17 07:02:32 localhost systemd-journald[324]: Runtime Journal (/run/log/journal/81bad066e60f44a0a6863474a32e9eee) is 8.0M, max 691.4M, 683.4M free.
Sep 17 07:02:32 localhost systemd-modules-load[325]: Inserted module 'crypto_user'
Sep 17 07:02:32 localhost systemd-modules-load[325]: Inserted module 'pkcs8_key_parser'
Sep 17 07:02:32 localhost systemd[1]: Finished Load Kernel Module drm.
Sep 17 07:02:32 localhost systemd[1]: Started Journal Service.
Sep 17 07:02:32 localhost systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 17 07:02:32 localhost kernel: usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
Sep 17 07:02:32 localhost kernel: usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
Sep 17 07:02:32 localhost kernel: usb 4-2: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.55
Sep 17 07:02:32 localhost kernel: usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 07:02:32 localhost kernel: usb 4-2: Product: USB3.1 Hub
Sep 17 07:02:32 localhost kernel: usb 4-2: Manufacturer: GenesysLogic
Sep 17 07:02:32 localhost kernel: usb 2-2: New USB device found, idVendor=05e3, idProduct=0620, bcdDevice=71.00
Sep 17 07:02:32 localhost kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 07:02:32 localhost kernel: usb 2-2: Product: USB3.2 Hub
Sep 17 07:02:32 localhost kernel: usb 2-2: Manufacturer: GenesysLogic
Sep 17 07:02:32 localhost systemd[1]: Finished Load Kernel Module fuse.
Sep 17 07:02:32 localhost systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 17 07:02:32 localhost systemd[1]: Finished Load Kernel Module loop.
Sep 17 07:02:32 localhost kernel: hub 2-2:1.0: USB hub found
Sep 17 07:02:32 localhost kernel: hub 2-2:1.0: 3 ports detected
Sep 17 07:02:32 localhost kernel: usb: port power management may be unreliable
Sep 17 07:02:32 localhost kernel: hub 4-2:1.0: USB hub found
Sep 17 07:02:32 localhost kernel: hub 4-2:1.0: 4 ports detected
Sep 17 07:02:32 localhost systemd[1]: Finished Load Kernel Modules.
Sep 17 07:02:32 localhost systemd[1]: Finished Generate network units from Kernel command line.
Sep 17 07:02:32 localhost systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 17 07:02:32 localhost systemd[1]: Finished Coldplug All udev Devices.
Sep 17 07:02:32 localhost systemd[1]: Reached target Preparation for Network.
Sep 17 07:02:32 localhost systemd[1]: Mounting FUSE Control File System...
Sep 17 07:02:32 localhost systemd[1]: Mounting Kernel Configuration File System...
Sep 17 07:02:32 localhost kernel: usb 3-3: new full-speed USB device number 3 using xhci_hcd
Sep 17 07:02:32 localhost kernel: usb 1-4: new full-speed USB device number 3 using xhci_hcd
Sep 17 07:02:32 localhost systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 17 07:02:32 localhost systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 17 07:02:32 localhost systemd[1]: Starting Load/Save OS Random Seed...
Sep 17 07:02:32 localhost systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 17 07:02:32 localhost systemd[1]: Starting Apply Kernel Variables...
Sep 17 07:02:32 localhost systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 17 07:02:32 localhost systemd[1]: Mounted FUSE Control File System.
Sep 17 07:02:32 localhost systemd[1]: Mounted Kernel Configuration File System.
Sep 17 07:02:32 localhost systemd-journald[324]: Time spent on flushing to /var/log/journal/81bad066e60f44a0a6863474a32e9eee is 56.114ms for 1151 entries.
Sep 17 07:02:32 localhost systemd-journald[324]: System Journal (/var/log/journal/81bad066e60f44a0a6863474a32e9eee) is 405.1M, max 4.0G, 3.6G free.
Sep 17 07:02:32 localhost systemd-journald[324]: Received client request to flush runtime journal.
Sep 17 07:02:32 localhost systemd-journald[324]: /var/log/journal/81bad066e60f44a0a6863474a32e9eee/system.journal: Journal file uses a different sequence number ID, rotating.
Sep 17 07:02:32 localhost systemd-journald[324]: Rotating system journal.
Sep 17 07:02:32 localhost systemd[1]: Finished Load/Save OS Random Seed.
Sep 17 07:02:32 localhost systemd[1]: Finished Apply Kernel Variables.
Sep 17 07:02:32 localhost systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 17 07:02:32 localhost systemd[1]: Starting Create System Users...
Sep 17 07:02:32 localhost systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 17 07:02:32 localhost systemd[1]: Finished Create System Users.
Sep 17 07:02:32 localhost systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 17 07:02:32 localhost kernel: usb 3-3: New USB device found, idVendor=048d, idProduct=c965, bcdDevice= 1.00
Sep 17 07:02:32 localhost kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 07:02:32 localhost kernel: usb 3-3: Product: ITE Device(8295)
Sep 17 07:02:32 localhost kernel: usb 3-3: Manufacturer: ITE Tech. Inc.
Sep 17 07:02:32 localhost systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 17 07:02:32 localhost systemd[1]: Reached target Preparation for Local File Systems.
Sep 17 07:02:32 localhost systemd[1]: Set up automount EFI System Partition Automount.
Sep 17 07:02:32 localhost systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 17 07:02:32 localhost kernel: usb 1-4: New USB device found, idVendor=048d, idProduct=c101, bcdDevice= 7.00
Sep 17 07:02:32 localhost kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 07:02:32 localhost kernel: usb 1-4: Product: ITE Device(8910)
Sep 17 07:02:32 localhost kernel: usb 1-4: Manufacturer: ITE Tech. Inc.
Sep 17 07:02:32 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 17 07:02:32 localhost systemd-udevd[372]: Using default interface naming scheme 'v253'.
Sep 17 07:02:32 localhost systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 17 07:02:32 localhost systemd[1]: Starting Network Configuration...
Sep 17 07:02:32 localhost kernel: usb 3-2.1: new full-speed USB device number 4 using xhci_hcd
Sep 17 07:02:32 localhost (udev-worker)[386]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) 255'' failed with exit code 1.
Sep 17 07:02:32 localhost (udev-worker)[386]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \ -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) ${i}; done'' failed with exit code 1.
Sep 17 07:02:32 localhost systemd[1]: Found device WDC PC SN730 SDBPNTY-512G-1101 3.
Sep 17 07:02:32 localhost systemd[1]: Starting File System Check on /dev/disk/by-diskseq/1-part3...
Sep 17 07:02:32 localhost kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Sep 17 07:02:32 localhost kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Sep 17 07:02:32 localhost kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Sep 17 07:02:32 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
Sep 17 07:02:32 localhost systemd-fsck[467]: /dev/nvme0n1p3: clean, 8340/27287552 files, 2467362/109144320 blocks
Sep 17 07:02:32 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Sep 17 07:02:32 localhost kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 17 07:02:32 localhost systemd[1]: Finished File System Check on /dev/disk/by-diskseq/1-part3.
Sep 17 07:02:32 localhost kernel: input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input7
Sep 17 07:02:32 localhost kernel: ideapad_acpi VPC2004:00: Keyboard backlight control not available
Sep 17 07:02:32 localhost kernel: ideapad_acpi VPC2004:00: DYTC interface is not available
Sep 17 07:02:32 localhost systemd[1]: Mounting Home Partition...
Sep 17 07:02:32 localhost systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 17 07:02:32 localhost systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 17 07:02:32 localhost systemd[1]: Starting Virtual Console Setup...
Sep 17 07:02:32 localhost kernel: input: MSFT0001:00 04F3:31DD Mouse as /devices/platform/AMDI0010:01/i2c-0/i2c-MSFT0001:00/0018:04F3:31DD.0001/input/input8
Sep 17 07:02:32 localhost kernel: input: MSFT0001:00 04F3:31DD Touchpad as /devices/platform/AMDI0010:01/i2c-0/i2c-MSFT0001:00/0018:04F3:31DD.0001/input/input10
Sep 17 07:02:32 localhost kernel: hid-generic 0018:04F3:31DD.0001: input,hidraw0: I2C HID v1.00 Mouse [MSFT0001:00 04F3:31DD] on i2c-MSFT0001:00
Sep 17 07:02:32 localhost kernel: cryptd: max_cpu_qlen set to 1000
Sep 17 07:02:32 localhost systemd[1]: Created slice Slice /system/systemd-backlight.
Sep 17 07:02:32 localhost systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:nvidia_wmi_ec_backlight...
Sep 17 07:02:32 localhost systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 17 07:02:32 localhost kernel: EXT4-fs (nvme0n1p3): mounted filesystem 5320f3dc-cf15-44ca-a950-d8fe239d0f0e r/w with ordered data mode. Quota mode: none.
Sep 17 07:02:32 localhost systemd[1]: Mounted Home Partition.
Sep 17 07:02:32 localhost systemd[1]: Reached target Local File Systems.
Sep 17 07:02:32 localhost systemd[1]: Starting Rebuild Dynamic Linker Cache...
Sep 17 07:02:32 localhost systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 17 07:02:32 localhost systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 17 07:02:32 localhost systemd[1]: Starting Create Volatile Files and Directories...
Sep 17 07:02:32 localhost kernel: usb 3-2.1: New USB device found, idVendor=05ac, idProduct=024f, bcdDevice= 1.04
Sep 17 07:02:32 localhost kernel: usb 3-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 07:02:32 localhost kernel: usb 3-2.1: Product: Keychron K2
Sep 17 07:02:32 localhost kernel: usb 3-2.1: Manufacturer: Keychron
Sep 17 07:02:32 localhost kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 17 07:02:32 localhost kernel: sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
Sep 17 07:02:32 localhost kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Sep 17 07:02:32 localhost kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 17 07:02:32 localhost kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 17 07:02:32 localhost kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 17 07:02:32 localhost kernel: cfg80211: failed to load regulatory.db
Sep 17 07:02:32 localhost systemd-networkd[378]: /etc/systemd/network/25-wireless.network:2: Unknown key name 'name' in section 'Match', ignoring.
Sep 17 07:02:32 localhost systemd-networkd[378]: /etc/systemd/network/25-wireless.network: No valid settings found in the [Match] section, ignoring file. To match all interfaces, add Name=* in the [Match] section.
Sep 17 07:02:32 localhost kernel: AVX2 version of gcm_enc/dec engaged.
Sep 17 07:02:32 localhost kernel: AES CTR mode by8 optimization enabled
Sep 17 07:02:32 localhost systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:nvidia_wmi_ec_backlight.
Sep 17 07:02:32 localhost systemd-networkd[378]: lo: Link UP
Sep 17 07:02:32 localhost systemd-networkd[378]: lo: Gained carrier
Sep 17 07:02:32 localhost systemd-networkd[378]: Enumeration completed
Sep 17 07:02:32 localhost systemd[1]: Started Network Configuration.
Sep 17 07:02:32 localhost kernel: r8169 0000:03:00.0 eth0: RTL8168h/8111h, 88:a4:c2:45:10:bf, XID 541, IRQ 77
Sep 17 07:02:32 localhost kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 17 07:02:32 localhost kernel: r8169 0000:03:00.0 eno1: renamed from eth0
Sep 17 07:02:32 localhost systemd[1]: Finished Virtual Console Setup.
Sep 17 07:02:32 localhost kernel: input: MSFT0001:00 04F3:31DD Mouse as /devices/platform/AMDI0010:01/i2c-0/i2c-MSFT0001:00/0018:04F3:31DD.0001/input/input11
Sep 17 07:02:32 localhost kernel: input: MSFT0001:00 04F3:31DD Touchpad as /devices/platform/AMDI0010:01/i2c-0/i2c-MSFT0001:00/0018:04F3:31DD.0001/input/input13
Sep 17 07:02:32 localhost kernel: hid-multitouch 0018:04F3:31DD.0001: input,hidraw0: I2C HID v1.00 Mouse [MSFT0001:00 04F3:31DD] on i2c-MSFT0001:00
Sep 17 07:02:32 localhost systemd-networkd[378]: eth0: Interface name change detected, renamed to eno1.
Sep 17 07:02:32 localhost kernel: mousedev: PS/2 mouse device common for all mice
Sep 17 07:02:32 localhost systemd-networkd[378]: eno1: Configuring with /etc/systemd/network/20-wired.network.
Sep 17 07:02:32 localhost kernel: usb 3-4: new high-speed USB device number 5 using xhci_hcd
Sep 17 07:02:32 localhost systemd[1]: Finished Rebuild Dynamic Linker Cache.
Sep 17 07:02:32 localhost kernel: Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
Sep 17 07:02:32 localhost kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Sep 17 07:02:32 localhost kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Sep 17 07:02:32 localhost kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Sep 17 07:02:32 localhost kernel: snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
Sep 17 07:02:32 localhost systemd[1]: Finished Create Volatile Files and Directories.
Sep 17 07:02:32 localhost systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 17 07:02:32 localhost systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 17 07:02:32 localhost kernel: mt7921e 0000:04:00.0: enabling device (0000 -> 0002)
Sep 17 07:02:32 localhost kernel: ccp 0000:05:00.2: enabling device (0000 -> 0002)
Sep 17 07:02:32 localhost kernel: ccp 0000:05:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Sep 17 07:02:32 localhost systemd[1]: Starting Rebuild Journal Catalog...
Sep 17 07:02:32 localhost systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 17 07:02:32 localhost kernel: mt7921e 0000:04:00.0: ASIC revision: 79610010
Sep 17 07:02:32 localhost systemd[1]: Starting Network Name Resolution...
Sep 17 07:02:32 localhost systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 17 07:02:32 localhost kernel: ccp 0000:05:00.2: tee enabled
Sep 17 07:02:32 localhost kernel: ccp 0000:05:00.2: psp enabled
Sep 17 07:02:32 localhost kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input14
Sep 17 07:02:32 localhost kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input15
Sep 17 07:02:32 localhost kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input16
Sep 17 07:02:32 localhost kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input17
Sep 17 07:02:32 localhost kernel: kvm_amd: TSC scaling supported
Sep 17 07:02:32 localhost kernel: kvm_amd: Nested Virtualization enabled
Sep 17 07:02:32 localhost kernel: kvm_amd: Nested Paging enabled
Sep 17 07:02:32 localhost kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Sep 17 07:02:32 localhost kernel: kvm_amd: Virtual GIF supported
Sep 17 07:02:32 localhost kernel: kvm_amd: LBR virtualization supported
Sep 17 07:02:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC287: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Sep 17 07:02:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 17 07:02:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Sep 17 07:02:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Sep 17 07:02:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Sep 17 07:02:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0: Mic=0x19
Sep 17 07:02:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0: Internal Mic=0x12
Sep 17 07:02:32 localhost systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 17 07:02:32 localhost kernel: MCE: In-kernel MCE decoding enabled.
Sep 17 07:02:32 localhost kernel: usb 3-4: New USB device found, idVendor=0489, idProduct=e0cd, bcdDevice= 1.00
Sep 17 07:02:32 localhost kernel: usb 3-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
Sep 17 07:02:32 localhost kernel: usb 3-4: Product: Wireless_Device
Sep 17 07:02:32 localhost kernel: usb 3-4: Manufacturer: MediaTek Inc.
Sep 17 07:02:32 localhost kernel: usb 3-4: SerialNumber: 000000000
Sep 17 07:02:32 localhost systemd-resolved[512]: Positive Trust Anchors:
Sep 17 07:02:32 localhost systemd-resolved[512]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Sep 17 07:02:32 localhost systemd-resolved[512]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Sep 17 07:02:32 localhost systemd[1]: Finished Rebuild Journal Catalog.
Sep 17 07:02:32 localhost kernel: intel_rapl_common: Found RAPL domain package
Sep 17 07:02:32 localhost kernel: intel_rapl_common: Found RAPL domain core
Sep 17 07:02:32 localhost systemd-resolved[512]: Defaulting to hostname 'archlinux'.
Sep 17 07:02:33 localhost systemd[1]: Starting Load Kernel Module dm_mod...
Sep 17 07:02:33 localhost systemd[1]: Starting Load Kernel Module loop...
Sep 17 07:02:33 localhost systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 17 07:02:33 localhost systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 17 07:02:33 localhost systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 17 07:02:33 localhost systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 17 07:02:33 localhost systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 17 07:02:33 localhost systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 17 07:02:33 localhost systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 17 07:02:33 localhost systemd[1]: Starting Update is Completed...
Sep 17 07:02:33 localhost systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 17 07:02:33 localhost kernel: mt7921e 0000:04:00.0: HW/SW Version: 0x8a108a10, Build Time: 20230526130917a
Sep 17 07:02:33 localhost kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input18
Sep 17 07:02:33 localhost kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input19
Sep 17 07:02:33 localhost systemd[1]: Finished Load Kernel Module dm_mod.
Sep 17 07:02:33 localhost systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 17 07:02:33 localhost kernel: mt7921e 0000:04:00.0: WM Firmware Version: ____010000, Build Time: 20230526130958
Sep 17 07:02:33 localhost systemd-networkd[378]: eno1: Link UP
Sep 17 07:02:33 localhost kernel: r8169 0000:03:00.0 eno1: Link is Down
Sep 17 07:02:33 localhost systemd[1]: Finished Load Kernel Module loop.
Sep 17 07:02:33 localhost systemd[1]: Finished Update is Completed.
Sep 17 07:02:33 localhost systemd[1]: Started Network Name Resolution.
Sep 17 07:02:33 localhost systemd[1]: Reached target Host and Network Name Lookups.
Sep 17 07:02:33 localhost systemd[1]: Reached target System Initialization.
Sep 17 07:02:33 localhost systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 17 07:02:33 localhost systemd[1]: Started Daily man-db regeneration.
Sep 17 07:02:33 localhost systemd[1]: Started Daily verification of password and group files.
Sep 17 07:02:33 localhost systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 17 07:02:33 localhost systemd[1]: Reached target Timer Units.
Sep 17 07:02:33 localhost systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 17 07:02:33 localhost systemd[1]: Reached target Socket Units.
Sep 17 07:02:33 localhost systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 17 07:02:33 localhost systemd[1]: Reached target Basic System.
Sep 17 07:02:33 localhost kernel: usb 3-2.4: new full-speed USB device number 6 using xhci_hcd
Sep 17 07:02:33 localhost systemd[1]: Started ACPI event daemon.
Sep 17 07:02:33 localhost systemd[1]: Starting Save/Restore Sound Card State...
Sep 17 07:02:33 localhost systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Sep 17 07:02:33 localhost systemd[1]: Starting D-Bus System Message Bus...
Sep 17 07:02:33 localhost systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Sep 17 07:02:33 localhost systemd[1]: Reached target Network.
Sep 17 07:02:33 localhost systemd[1]: Starting NVIDIA Persistence Daemon...
Sep 17 07:02:33 localhost dhcpcd[537]: dhcpcd-10.0.2 starting
Sep 17 07:02:33 localhost nvidia-persistenced[540]: Started (540)
Sep 17 07:02:33 localhost systemd[1]: Starting User Login Management...
Sep 17 07:02:33 localhost systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 17 07:02:33 localhost systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 17 07:02:33 localhost systemd[1]: Starting Permit User Sessions...
Sep 17 07:02:33 localhost dhcpcd[541]: dev: loaded udev
Sep 17 07:02:33 localhost dhcpcd[541]: DUID 00:01:00:01:2c:86:d3:82:88:a4:c2:45:10:bf
Sep 17 07:02:33 localhost dbus-daemon[536]: dbus[536]: Unknown group "netdev" in message bus configuration file
Sep 17 07:02:33 localhost dbus-daemon[536]: dbus[536]: Unknown group "netdev" in message bus configuration file
Sep 17 07:02:33 localhost kernel: 8021q: 802.1Q VLAN Support v1.8
Sep 17 07:02:33 localhost systemd-logind[539]: New seat seat0.
Sep 17 07:02:33 localhost systemd-logind[539]: Watching system buttons on /dev/input/event2 (Power Button)
Sep 17 07:02:33 localhost systemd[1]: Finished Save/Restore Sound Card State.
Sep 17 07:02:33 localhost systemd[1]: Started D-Bus System Message Bus.
Sep 17 07:02:33 localhost systemd-logind[539]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 17 07:02:33 localhost systemd-logind[539]: Watching system buttons on /dev/input/event1 (Lid Switch)
Sep 17 07:02:33 localhost systemd[1]: Started NVIDIA Persistence Daemon.
Sep 17 07:02:33 localhost systemd-logind[539]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Sep 17 07:02:33 localhost dhcpcd[541]: no interfaces have a carrier
Sep 17 07:02:33 localhost dhcpcd[541]: eno1: waiting for carrier
Sep 17 07:02:33 localhost systemd[1]: Finished Permit User Sessions.
Sep 17 07:02:33 localhost systemd[1]: Started User Login Management.
Sep 17 07:02:33 localhost systemd[1]: Reached target Sound Card.
Sep 17 07:02:33 localhost dbus-daemon[536]: [system] Successfully activated service 'org.freedesktop.systemd1'
Sep 17 07:02:33 localhost acpid[533]: starting up with netlink and the input layer
Sep 17 07:02:33 localhost acpid[533]: 1 rule loaded
Sep 17 07:02:33 localhost acpid[533]: waiting for events: event logging is off
Sep 17 07:02:33 localhost systemd[1]: Started Getty on tty1.
Sep 17 07:02:33 localhost systemd[1]: Reached target Login Prompts.
Sep 17 07:02:33 localhost systemd[1]: Reached target Multi-User System.
Sep 17 07:02:33 localhost systemd[1]: Started TUI display manager.
Sep 17 07:02:33 localhost systemd[1]: Reached target Graphical Interface.
Sep 17 07:02:33 localhost systemd[1]: Startup finished in 5.882s (firmware) + 4.698s (loader) + 5.987s (kernel) + 1.163s (userspace) = 17.732s.
Sep 17 07:02:33 localhost kernel: usb 3-2.4: New USB device found, idVendor=17ef, idProduct=60e4, bcdDevice= 0.17
Sep 17 07:02:33 localhost kernel: usb 3-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 17 07:02:33 localhost kernel: usb 3-2.4: Product: Lenovo Legion M300 RGB Gaming Mouse
Sep 17 07:02:33 localhost kernel: usb 3-2.4: Manufacturer: Lenovo
Sep 17 07:02:33 localhost kernel: usbcore: registered new device driver apple-mfi-fastcharge
Sep 17 07:02:33 localhost kernel: snd_rn_pci_acp3x 0000:05:00.5: enabling device (0000 -> 0002)
Sep 17 07:02:33 localhost kernel: input: ITE Tech. Inc. ITE Device(8295) Keyboard as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-3/3-3:1.0/0003:048D:C965.0002/input/input20
Sep 17 07:02:33 localhost kernel: Bluetooth: Core ver 2.22
Sep 17 07:02:33 localhost kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 17 07:02:33 localhost kernel: Bluetooth: HCI device and connection manager initialized
Sep 17 07:02:33 localhost kernel: Bluetooth: HCI socket layer initialized
Sep 17 07:02:33 localhost kernel: Bluetooth: L2CAP socket layer initialized
Sep 17 07:02:33 localhost kernel: Bluetooth: SCO socket layer initialized
Sep 17 07:02:33 localhost kernel: usbcore: registered new interface driver btusb
Sep 17 07:02:33 localhost systemd[1]: Reached target Bluetooth Support.
Sep 17 07:02:33 localhost kernel: hid-generic 0003:048D:C965.0002: input,hiddev96,hidraw1: USB HID v1.10 Keyboard [ITE Tech. Inc. ITE Device(8295)] on usb-0000:05:00.4-3/input0
Sep 17 07:02:33 localhost kernel: hid-generic 0003:048D:C965.0003: hiddev97,hidraw2: USB HID v1.10 Device [ITE Tech. Inc. ITE Device(8295)] on usb-0000:05:00.4-3/input1
Sep 17 07:02:33 localhost kernel: input: ITE Tech. Inc. ITE Device(8910) Keyboard as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-4/1-4:1.0/0003:048D:C101.0004/input/input21
Sep 17 07:02:33 localhost kernel: input: ITE Tech. Inc. ITE Device(8910) Wireless Radio Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-4/1-4:1.0/0003:048D:C101.0004/input/input22
Sep 17 07:02:33 localhost kernel: hid-generic 0003:048D:C101.0004: input,hiddev98,hidraw3: USB HID v1.10 Keyboard [ITE Tech. Inc. ITE Device(8910)] on usb-0000:05:00.3-4/input0
Sep 17 07:02:33 localhost kernel: input: Lenovo Lenovo Legion M300 RGB Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2.4/3-2.4:1.0/0003:17EF:60E4.0007/input/input23
Sep 17 07:02:33 localhost kernel: input: Lenovo Lenovo Legion M300 RGB Gaming Mouse Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2.4/3-2.4:1.0/0003:17EF:60E4.0007/input/input24
Sep 17 07:02:33 localhost kernel: Bluetooth: hci0: Device setup in 142277 usecs
Sep 17 07:02:33 localhost kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Sep 17 07:02:33 localhost kernel: hid-generic 0003:17EF:60E4.0007: input,hidraw4: USB HID v1.11 Mouse [Lenovo Lenovo Legion M300 RGB Gaming Mouse] on usb-0000:05:00.4-2.4/input0
Sep 17 07:02:33 localhost kernel: input: Lenovo Lenovo Legion M300 RGB Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2.4/3-2.4:1.1/0003:17EF:60E4.0008/input/input25
Sep 17 07:02:33 localhost kernel: hid-generic 0003:17EF:60E4.0008: input,hidraw5: USB HID v1.11 Keyboard [Lenovo Lenovo Legion M300 RGB Gaming Mouse] on usb-0000:05:00.4-2.4/input1
Sep 17 07:02:33 localhost kernel: hid-generic 0003:17EF:60E4.0009: hiddev99,hidraw6: USB HID v1.11 Device [Lenovo Lenovo Legion M300 RGB Gaming Mouse] on usb-0000:05:00.4-2.4/input2
Sep 17 07:02:33 localhost kernel: usbcore: registered new interface driver usbhid
Sep 17 07:02:33 localhost kernel: usbhid: USB HID core driver
Sep 17 07:02:33 localhost kernel: Bluetooth: hci0: AOSP extensions version v1.00
Sep 17 07:02:33 localhost kernel: Bluetooth: hci0: AOSP quality report is supported
Sep 17 07:02:33 localhost systemd-logind[539]: Watching system buttons on /dev/input/event16 (ITE Tech. Inc. ITE Device(8295) Keyboard)
Sep 17 07:02:33 localhost systemd-logind[539]: Watching system buttons on /dev/input/event17 (ITE Tech. Inc. ITE Device(8910) Keyboard)
Sep 17 07:02:33 localhost systemd-logind[539]: Watching system buttons on /dev/input/event20 (Lenovo Lenovo Legion M300 RGB Gaming Mouse Consumer Control)
Sep 17 07:02:33 localhost systemd-logind[539]: Watching system buttons on /dev/input/event21 (Lenovo Lenovo Legion M300 RGB Gaming Mouse)
Sep 17 07:02:33 localhost kernel: apple 0003:05AC:024F.0005: Non-apple keyboard detected; function keys will default to fnmode=2 behavior
Sep 17 07:02:33 localhost kernel: input: Keychron Keychron K2 as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2.1/3-2.1:1.0/0003:05AC:024F.0005/input/input26
Sep 17 07:02:33 localhost kernel: apple 0003:05AC:024F.0005: input,hidraw7: USB HID v1.11 Keyboard [Keychron Keychron K2] on usb-0000:05:00.4-2.1/input0
Sep 17 07:02:33 localhost kernel: apple 0003:05AC:024F.0006: Fn key not found (Apple Wireless Keyboard clone?), disabling Fn key handling
Sep 17 07:02:33 localhost kernel: apple 0003:05AC:024F.0006: Non-apple keyboard detected; function keys will default to fnmode=2 behavior
Sep 17 07:02:33 localhost kernel: input: Keychron Keychron K2 as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2.1/3-2.1:1.1/0003:05AC:024F.0006/input/input27
Sep 17 07:02:33 localhost kernel: apple 0003:05AC:024F.0006: input,hiddev100,hidraw8: USB HID v1.11 Keyboard [Keychron Keychron K2] on usb-0000:05:00.4-2.1/input1
Sep 17 07:02:33 localhost systemd-logind[539]: Watching system buttons on /dev/input/event22 (Keychron Keychron K2)
Sep 17 07:02:33 localhost systemd-logind[539]: Watching system buttons on /dev/input/event23 (Keychron Keychron K2)
Sep 17 07:02:33 localhost dhcpcd[541]: dhcpcd_prestartinterface: Operation not possible due to RF-kill
Sep 17 07:02:33 localhost dhcpcd[541]: dhcpcd_prestartinterface: Operation not possible due to RF-kill
Sep 17 07:02:33 localhost dhcpcd[541]: wlan0: waiting for carrier
Sep 17 07:02:34 localhost root[614]: ACPI group/action undefined: button/down / DOWN
Sep 17 07:02:35 localhost root[616]: ACPI group/action undefined: button/down / DOWN
Sep 17 07:02:35 localhost root[618]: ACPI group/action undefined: button/up / UP
Sep 17 07:02:35 localhost root[620]: ACPI group/action undefined: button/up / UP
Sep 17 07:02:36 localhost root[622]: ACPI group/action undefined: button/up / UP
Sep 17 07:02:36 localhost dhcpcd[541]: eno1: carrier acquired
Sep 17 07:02:36 localhost kernel: r8169 0000:03:00.0 eno1: Link is Up - 1Gbps/Full - flow control off
Sep 17 07:02:36 localhost systemd-networkd[378]: eno1: Gained carrier
Sep 17 07:02:36 localhost dhcpcd[541]: eno1: IAID c2:45:10:bf
Sep 17 07:02:36 localhost dhcpcd[541]: eno1: adding address fe80::a535:7052:c4e1:378f
Sep 17 07:02:36 localhost root[625]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:02:37 localhost root[627]: ACPI group/action undefined: button/down / DOWN
Sep 17 07:02:37 localhost dhcpcd[541]: eno1: soliciting an IPv6 router
Sep 17 07:02:37 localhost root[629]: ACPI group/action undefined: button/down / DOWN
Sep 17 07:02:38 localhost dhcpcd[541]: eno1: rebinding lease of 192.168.1.11
Sep 17 07:02:38 localhost systemd-networkd[378]: eno1: Gained IPv6LL
Sep 17 07:02:38 localhost systemd[1]: systemd-rfkill.service: Deactivated successfully.
Sep 17 07:02:39 localhost dbus-daemon[536]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.4' (uid=0 pid=576 comm="/usr/bin/ly-dm")
Sep 17 07:02:39 localhost dbus-daemon[536]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 07:02:39 localhost ly-dm[576]: pam_unix(ly:session): session opened for user dizzy1021(uid=1000) by dizzy1021(uid=0)
Sep 17 07:02:39 localhost systemd[1]: Created slice User Slice of UID 1000.
Sep 17 07:02:39 localhost systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 17 07:02:39 localhost systemd-logind[539]: New session 1 of user dizzy1021.
Sep 17 07:02:39 localhost systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 17 07:02:39 localhost systemd[1]: Starting User Manager for UID 1000...
Sep 17 07:02:39 localhost dbus-daemon[536]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=637 comm="(systemd)")
Sep 17 07:02:39 localhost dbus-daemon[536]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 07:02:39 localhost (systemd)[637]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[dizzy1021] ruser=[<unknown>] rhost=[<unknown>]
Sep 17 07:02:39 localhost (systemd)[637]: pam_unix(systemd-user:session): session opened for user dizzy1021(uid=1000) by dizzy1021(uid=0)
Sep 17 07:02:39 localhost systemd[637]: Queued start job for default target Main User Target.
Sep 17 07:02:39 localhost systemd-journald[324]: /var/log/journal/81bad066e60f44a0a6863474a32e9eee/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Sep 17 07:02:39 localhost systemd[637]: Created slice User Application Slice.
Sep 17 07:02:39 localhost systemd[637]: Reached target Paths.
Sep 17 07:02:39 localhost systemd[637]: Reached target Timers.
Sep 17 07:02:39 localhost systemd[637]: Starting D-Bus User Message Bus Socket...
Sep 17 07:02:39 localhost systemd[637]: Listening on GnuPG network certificate management daemon.
Sep 17 07:02:39 localhost systemd[637]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 17 07:02:39 localhost systemd[637]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 17 07:02:39 localhost systemd[637]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 17 07:02:39 localhost systemd[637]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 17 07:02:39 localhost systemd[637]: Listening on p11-kit server.
Sep 17 07:02:39 localhost systemd[637]: Listening on D-Bus User Message Bus Socket.
Sep 17 07:02:39 localhost systemd[637]: Reached target Sockets.
Sep 17 07:02:39 localhost systemd[637]: Reached target Basic System.
Sep 17 07:02:39 localhost systemd[637]: Reached target Main User Target.
Sep 17 07:02:39 localhost systemd[637]: Startup finished in 74ms.
Sep 17 07:02:39 localhost systemd[1]: Started User Manager for UID 1000.
Sep 17 07:02:39 localhost systemd[1]: Started Session 1 of User dizzy1021.
Sep 17 07:02:39 localhost acpid[533]: client connected from 649[1000:1000]
Sep 17 07:02:39 localhost acpid[533]: 1 client rule loaded
Sep 17 07:02:39 localhost systemd-networkd[378]: eno1: Could not acquire DHCPv6 lease on NDisc request: Address already in use
Sep 17 07:02:39 localhost systemd-networkd[378]: eno1: Failed
Sep 17 07:02:39 localhost dhcpcd[541]: eno1: Router Advertisement from fe80::1
Sep 17 07:02:39 localhost dhcpcd[541]: eno1: no global addresses for default route
Sep 17 07:02:39 localhost dhcpcd[541]: eno1: soliciting a DHCPv6 lease
Sep 17 07:02:39 localhost acpid[533]: client connected from 649[1000:1000]
Sep 17 07:02:39 localhost acpid[533]: 1 client rule loaded
Sep 17 07:02:39 localhost kernel: Xorg[649]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Sep 17 07:02:39 localhost root[683]: ACPI group/action undefined: jack/lineout / LINEOUT
Sep 17 07:02:39 localhost root[685]: ACPI group/action undefined: jack/videoout / VIDEOOUT
Sep 17 07:02:40 localhost dhcpcd[541]: eno1: probing address 192.168.1.11/24
Sep 17 07:02:40 localhost systemd[637]: Created slice User Core Session Slice.
Sep 17 07:02:40 localhost systemd[637]: Starting D-Bus User Message Bus...
Sep 17 07:02:40 localhost systemd[637]: Started D-Bus User Message Bus.
Sep 17 07:02:44 localhost dhcpcd[541]: eno1: leased 192.168.1.11 for 86400 seconds
Sep 17 07:02:44 localhost dhcpcd[541]: eno1: adding route to 192.168.1.0/24
Sep 17 07:02:44 localhost dhcpcd[541]: eno1: adding default route via 192.168.1.1
Sep 17 07:03:45 localhost root[896]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:03:57 localhost root[1002]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:04:03 localhost dbus-daemon[693]: [session uid=1000 pid=693] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.2' (uid=1000 pid=1005 comm="/usr/lib/firefox/firefox")
Sep 17 07:04:03 localhost systemd[637]: Starting Accessibility services bus...
Sep 17 07:04:03 localhost dbus-daemon[693]: [session uid=1000 pid=693] Successfully activated service 'org.a11y.Bus'
Sep 17 07:04:03 localhost systemd[637]: Started Accessibility services bus.
Sep 17 07:08:19 localhost dbus-daemon[536]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.24' (uid=0 pid=1672 comm="sudo pacman -Syyu")
Sep 17 07:08:19 localhost dbus-daemon[536]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 07:08:21 localhost sudo[1672]: dizzy1021 : TTY=pts/1 ; PWD=/home/dizzy1021 ; USER=root ; COMMAND=/sbin/pacman -Syyu
Sep 17 07:08:21 localhost sudo[1672]: pam_unix(sudo:session): session opened for user root(uid=0) by dizzy1021(uid=1000)
Sep 17 07:08:31 localhost sudo[1672]: pam_unix(sudo:session): session closed for user root
Sep 17 07:08:37 localhost root[1839]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:10:43 localhost root[1920]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:10:44 localhost root[1922]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:10:44 localhost root[1925]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:10:47 localhost root[1927]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:10:48 localhost root[1929]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:10:48 localhost root[1931]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:10:48 localhost root[1933]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:10:48 localhost root[1935]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:10:48 localhost root[1937]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:10:49 localhost root[1939]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:10:51 localhost dbus-daemon[536]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.26' (uid=0 pid=1951 comm="sudo journalctl -b")
Sep 17 07:10:51 localhost dbus-daemon[536]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 07:10:51 localhost sudo[1951]: dizzy1021 : TTY=pts/1 ; PWD=/home/dizzy1021 ; USER=root ; COMMAND=/sbin/journalctl -b
Sep 17 07:10:51 localhost sudo[1951]: pam_unix(sudo:session): session opened for user root(uid=0) by dizzy1021(uid=1000)
Sep 17 07:10:51 localhost sudo[1951]: pam_unix(sudo:session): session closed for user root
Sep 17 07:17:38 localhost systemd[1]: Starting Cleanup of Temporary Directories...
Sep 17 07:17:38 localhost systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Sep 17 07:17:38 localhost systemd[1]: Finished Cleanup of Temporary Directories.
Sep 17 07:19:47 localhost root[2531]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:19:49 localhost root[2536]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:26:57 localhost root[2603]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:32:11 localhost root[2790]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:33:41 localhost root[2850]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:34:13 localhost root[2880]: ACPI group/action undefined: button/up / UP
Sep 17 07:34:20 localhost root[2890]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:37:28 localhost dbus-daemon[536]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.12' (uid=1000 pid=1005 comm="/usr/lib/firefox/firefox")
Sep 17 07:37:28 localhost systemd[1]: Starting Daemon for power management...
Sep 17 07:37:28 localhost systemd[1]: boot.automount: Got automount request for /boot, triggered by 539 (systemd-logind)
Sep 17 07:37:28 localhost systemd[1]: Mounting EFI System Partition Automount...
Sep 17 07:37:28 localhost systemd[1]: Mounted EFI System Partition Automount.
Sep 17 07:37:28 localhost dbus-daemon[536]: [system] Successfully activated service 'org.freedesktop.UPower'
Sep 17 07:37:28 localhost systemd[1]: Started Daemon for power management.
Sep 17 07:38:28 localhost root[2965]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:38:29 localhost root[2968]: ACPI group/action undefined: button/up / UP
Sep 17 07:38:29 localhost root[2970]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:38:31 localhost root[2972]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:38:42 localhost root[2974]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:38:43 localhost root[2976]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:38:43 localhost root[2978]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:39:07 localhost root[3048]: ACPI group/action undefined: button/up / UP
Sep 17 07:39:07 localhost root[3051]: ACPI group/action undefined: button/up / UP
Sep 17 07:39:29 localhost systemd[1]: Unmounting EFI System Partition Automount...
Sep 17 07:39:29 localhost systemd[1]: boot.mount: Deactivated successfully.
Sep 17 07:39:29 localhost systemd[1]: Unmounted EFI System Partition Automount.
Sep 17 07:41:44 localhost root[3122]: ACPI group/action undefined: button/up / UP
Sep 17 07:45:30 localhost root[3192]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:45:44 localhost root[3217]: ACPI group/action undefined: button/up / UP
Sep 17 07:45:45 localhost root[3219]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:45:45 localhost root[3221]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:45:45 localhost root[3223]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:45:45 localhost root[3225]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:45:45 localhost root[3227]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:45:45 localhost root[3229]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:45:46 localhost root[3231]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:45:46 localhost root[3233]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:45:46 localhost root[3235]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:45:46 localhost root[3237]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:45:46 localhost root[3239]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:46:03 localhost root[3275]: ACPI group/action undefined: button/up / UP
Sep 17 07:50:54 localhost root[3382]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:56:51 localhost root[3559]: ACPI group/action undefined: jack/lineout / LINEOUT
Sep 17 07:56:51 localhost root[3561]: ACPI group/action undefined: jack/videoout / VIDEOOUT
Sep 17 07:56:51 localhost systemd[1]: Created slice Slice /system/systemd-coredump.
Sep 17 07:56:51 localhost systemd[1]: Started Process Core Dump (PID 3564/UID 0).
Sep 17 07:56:51 localhost systemd-coredump[3565]: Process 649 (Xorg) of user 1000 dumped core.
Stack trace of thread 649:
#0 0x00007f3efd28e83c n/a (libc.so.6 + 0x8e83c)
#1 0x00007f3efd23e668 raise (libc.so.6 + 0x3e668)
#2 0x00007f3efd2264b8 abort (libc.so.6 + 0x264b8)
#3 0x000055c8750a95a0 OsAbort (Xorg + 0x1535a0)
#4 0x000055c8750aaa0b FatalError (Xorg + 0x154a0b)
#5 0x000055c8750b1516 n/a (Xorg + 0x15b516)
#6 0x00007f3efd23e710 n/a (libc.so.6 + 0x3e710)
#7 0x00007f3efa971682 n/a (libnvidia-glcore.so.535.104.05 + 0x1571682)
#8 0x00007f3efc579817 n/a (libGLX_nvidia.so.0 + 0x51817)
#9 0x00007f3efc579f3f n/a (libGLX_nvidia.so.0 + 0x51f3f)
#10 0x00007f3efc608009 n/a (libGLX_nvidia.so.0 + 0xe0009)
#11 0x00007f3efd240cc6 n/a (libc.so.6 + 0x40cc6)
#12 0x00007f3efd240e10 exit (libc.so.6 + 0x40e10)
#13 0x00007f3efd227cd7 n/a (libc.so.6 + 0x27cd7)
#14 0x00007f3efd227d8a __libc_start_main (libc.so.6 + 0x27d8a)
#15 0x000055c874f95465 _start (Xorg + 0x3f465)
ELF object binary architecture: AMD x86-64
Sep 17 07:56:51 localhost systemd[1]: systemd-coredump@0-3564-0.service: Deactivated successfully.
Sep 17 07:56:51 localhost ly-dm[576]: pam_unix(ly:session): session closed for user dizzy1021
Sep 17 07:56:54 localhost acpid[533]: client 649[1000:1000] has disconnected
Sep 17 07:56:54 localhost acpid[533]: client 649[1000:1000] has disconnected
Sep 17 07:56:54 localhost root[3577]: ACPI group/action undefined: button/down / DOWN
Sep 17 07:56:54 localhost root[3579]: ACPI group/action undefined: button/down / DOWN
Sep 17 07:56:54 localhost root[3581]: ACPI group/action undefined: button/down / DOWN
Sep 17 07:56:54 localhost root[3583]: ACPI group/action undefined: button/down / DOWN
Sep 17 07:56:55 localhost root[3585]: ACPI group/action undefined: button/up / UP
Sep 17 07:56:55 localhost root[3587]: ACPI group/action undefined: button/up / UP
Sep 17 07:56:55 localhost root[3589]: ACPI group/action undefined: button/up / UP
Sep 17 07:56:55 localhost root[3591]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:56:56 localhost root[3593]: ACPI group/action undefined: button/down / DOWN
Sep 17 07:56:56 localhost root[3596]: ACPI group/action undefined: button/down / DOWN
Sep 17 07:56:56 localhost root[3598]: ACPI group/action undefined: button/down / DOWN
Sep 17 07:56:58 localhost dbus-daemon[536]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.37' (uid=0 pid=576 comm="/usr/bin/ly-dm")
Sep 17 07:56:58 localhost dbus-daemon[536]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 07:56:58 localhost ly-dm[576]: pam_unix(ly:session): session opened for user dizzy1021(uid=1000) by dizzy1021(uid=0)
Sep 17 07:57:01 localhost root[3684]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:57:07 localhost root[3735]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:57:09 localhost root[3758]: ACPI group/action undefined: button/up / UP
Sep 17 07:57:10 localhost root[3760]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:57:11 localhost root[3762]: ACPI group/action undefined: button/left / LEFT
Sep 17 07:57:12 localhost systemd-logind[539]: Session 1 logged out. Waiting for processes to exit.
Sep 17 07:57:13 localhost dbus-daemon[536]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.39' (uid=0 pid=3777 comm="sudo mv -i 20-nvidia.conf 20-nvidia.conf.bak")
Sep 17 07:57:13 localhost dbus-daemon[536]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 07:57:15 localhost sudo[3777]: dizzy1021 : TTY=tty2 ; PWD=/etc/X11/xorg.conf.d ; USER=root ; COMMAND=/sbin/mv -i 20-nvidia.conf 20-nvidia.conf.bak
Sep 17 07:57:15 localhost sudo[3777]: pam_unix(sudo:session): session opened for user root(uid=0) by dizzy1021(uid=1000)
Sep 17 07:57:15 localhost sudo[3777]: pam_unix(sudo:session): session closed for user root
Sep 17 07:57:20 localhost acpid[533]: client connected from 3845[1000:1000]
Sep 17 07:57:20 localhost acpid[533]: 1 client rule loaded
Sep 17 07:57:20 localhost systemd[1]: Started Process Core Dump (PID 3848/UID 0).
Sep 17 07:57:20 localhost systemd-coredump[3849]: Process 3845 (Xorg) of user 1000 dumped core.
Stack trace of thread 3845:
#0 0x00007efeaae8e83c n/a (libc.so.6 + 0x8e83c)
#1 0x00007efeaae3e668 raise (libc.so.6 + 0x3e668)
#2 0x00007efeaae264b8 abort (libc.so.6 + 0x264b8)
#3 0x0000555ff4bea5a0 OsAbort (Xorg + 0x1535a0)
#4 0x0000555ff4beba0b FatalError (Xorg + 0x154a0b)
#5 0x0000555ff4bf2516 n/a (Xorg + 0x15b516)
#6 0x00007efeaae3e710 n/a (libc.so.6 + 0x3e710)
#7 0x00007efea38156eb n/a (nvidia-drm_gbm.so + 0x156eb)
#8 0x00007efea38159b8 n/a (nvidia-drm_gbm.so + 0x159b8)
#9 0x00007efeaa10ee19 n/a (libgbm.so.1 + 0x4e19)
#10 0x00007efeaa110ab1 gbm_create_device (libgbm.so.1 + 0x6ab1)
#11 0x00007efeaa14622c n/a (amdgpu_drv.so + 0xd22c)
#12 0x0000555ff4c0f552 InitOutput (Xorg + 0x178552)
#13 0x0000555ff4ad4e73 n/a (Xorg + 0x3de73)
#14 0x00007efeaae27cd0 n/a (libc.so.6 + 0x27cd0)
#15 0x00007efeaae27d8a __libc_start_main (libc.so.6 + 0x27d8a)
#16 0x0000555ff4ad6465 _start (Xorg + 0x3f465)
ELF object binary architecture: AMD x86-64
Sep 17 07:57:20 localhost systemd[1]: systemd-coredump@1-3848-0.service: Deactivated successfully.
Sep 17 07:57:20 localhost acpid[533]: client 3845[1000:1000] has disconnected
Sep 17 07:57:21 localhost root[3892]: ACPI group/action undefined: button/right / RIGHT
Sep 17 07:57:27 localhost root[3896]: ACPI group/action undefined: button/down / DOWN
Sep 17 07:57:34 localhost root[3898]: ACPI group/action undefined: button/down / DOWN
Sep 17 07:57:36 localhost root[3920]: ACPI group/action undefined: button/up / UP
Sep 17 07:58:07 localhost root[3983]: ACPI group/action undefined: button/up / UP
Sep 17 07:58:07 localhost root[3985]: ACPI group/action undefined: button/up / UP
Sep 17 07:58:07 localhost root[3987]: ACPI group/action undefined: button/up / UP
Sep 17 07:58:08 localhost root[3990]: ACPI group/action undefined: button/up / UP
Sep 17 07:58:08 localhost root[3992]: ACPI group/action undefined: button/up / UP
Sep 17 07:58:09 localhost root[3994]: ACPI group/action undefined: button/up / UP
Sep 17 07:58:09 localhost root[3996]: ACPI group/action undefined: button/up / UP
Sep 17 07:58:09 localhost root[3998]: ACPI group/action undefined: button/up / UP
Sep 17 07:58:10 localhost root[4000]: ACPI group/action undefined: button/up / UP
Sep 17 07:58:10 localhost root[4002]: ACPI group/action undefined: button/up / UP
Sep 17 07:58:13 localhost root[4023]: ACPI group/action undefined: button/up / UP
Sep 17 07:59:41 localhost root[4113]: ACPI group/action undefined: button/up / UP
Sep 17 07:59:41 localhost root[4115]: ACPI group/action undefined: button/up / UP
Sep 17 07:59:42 localhost root[4117]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:00:07 localhost root[4138]: ACPI group/action undefined: button/up / UP
Sep 17 08:00:11 localhost root[4159]: ACPI group/action undefined: button/up / UP
Sep 17 08:00:11 localhost root[4161]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:00:13 localhost root[4163]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:00:33 localhost root[4245]: ACPI group/action undefined: button/up / UP
Sep 17 08:00:49 localhost root[4297]: ACPI group/action undefined: button/up / UP
Sep 17 08:00:51 localhost root[4299]: ACPI group/action undefined: button/up / UP
Sep 17 08:02:50 localhost root[4324]: ACPI group/action undefined: button/up / UP
Sep 17 08:02:50 localhost root[4326]: ACPI group/action undefined: button/up / UP
Sep 17 08:02:51 localhost root[4328]: ACPI group/action undefined: button/up / UP
Sep 17 08:02:51 localhost root[4330]: ACPI group/action undefined: button/up / UP
Sep 17 08:05:13 localhost dbus-daemon[536]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.41' (uid=0 pid=4502 comm="sudo mv prime-nvidia.conf.bak prime-nvidia.conf")
Sep 17 08:05:13 localhost dbus-daemon[536]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 08:05:15 localhost sudo[4502]: dizzy1021 : TTY=tty2 ; PWD=/etc/X11/xorg.conf.d ; USER=root ; COMMAND=/sbin/mv prime-nvidia.conf.bak prime-nvidia.conf
Sep 17 08:05:15 localhost sudo[4502]: pam_unix(sudo:session): session opened for user root(uid=0) by dizzy1021(uid=1000)
Sep 17 08:05:15 localhost sudo[4502]: pam_unix(sudo:session): session closed for user root
Sep 17 08:05:21 localhost acpid[533]: client connected from 4547[1000:1000]
Sep 17 08:05:21 localhost acpid[533]: 1 client rule loaded
Sep 17 08:05:21 localhost systemd[1]: Started Process Core Dump (PID 4552/UID 0).
Sep 17 08:05:21 localhost systemd-coredump[4553]: Process 4547 (Xorg) of user 1000 dumped core.
Stack trace of thread 4547:
#0 0x00007fde4728e83c n/a (libc.so.6 + 0x8e83c)
#1 0x00007fde4723e668 raise (libc.so.6 + 0x3e668)
#2 0x00007fde472264b8 abort (libc.so.6 + 0x264b8)
#3 0x000055762ad7f5a0 OsAbort (Xorg + 0x1535a0)
#4 0x000055762ad80a0b FatalError (Xorg + 0x154a0b)
#5 0x000055762ad87516 n/a (Xorg + 0x15b516)
#6 0x00007fde4723e710 n/a (libc.so.6 + 0x3e710)
#7 0x00007fde3ee156eb n/a (nvidia-drm_gbm.so + 0x156eb)
#8 0x00007fde3ee159b8 n/a (nvidia-drm_gbm.so + 0x159b8)
#9 0x00007fde461a5e19 n/a (libgbm.so.1 + 0x4e19)
#10 0x00007fde461a7ab1 gbm_create_device (libgbm.so.1 + 0x6ab1)
#11 0x00007fde461dd22c n/a (amdgpu_drv.so + 0xd22c)
#12 0x000055762ada46c5 InitOutput (Xorg + 0x1786c5)
#13 0x000055762ac69e73 n/a (Xorg + 0x3de73)
#14 0x00007fde47227cd0 n/a (libc.so.6 + 0x27cd0)
#15 0x00007fde47227d8a __libc_start_main (libc.so.6 + 0x27d8a)
#16 0x000055762ac6b465 _start (Xorg + 0x3f465)
ELF object binary architecture: AMD x86-64
Sep 17 08:05:21 localhost systemd[1]: systemd-coredump@2-4552-0.service: Deactivated successfully.
Sep 17 08:05:22 localhost acpid[533]: client 4547[1000:1000] has disconnected
Sep 17 08:05:23 localhost root[4597]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:06:01 localhost root[4619]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:06:01 localhost root[4621]: ACPI group/action undefined: button/up / UP
Sep 17 08:06:02 localhost root[4623]: ACPI group/action undefined: button/up / UP
Sep 17 08:06:02 localhost root[4625]: ACPI group/action undefined: button/up / UP
Sep 17 08:06:02 localhost root[4627]: ACPI group/action undefined: button/up / UP
Sep 17 08:06:02 localhost root[4629]: ACPI group/action undefined: button/up / UP
Sep 17 08:06:03 localhost root[4631]: ACPI group/action undefined: button/up / UP
Sep 17 08:06:04 localhost root[4633]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:06:05 localhost root[4635]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:06:05 localhost root[4637]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:06:21 localhost root[4704]: ACPI group/action undefined: button/up / UP
Sep 17 08:06:22 localhost root[4706]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:06:22 localhost root[4708]: ACPI group/action undefined: button/up / UP
Sep 17 08:06:22 localhost root[4710]: ACPI group/action undefined: button/up / UP
Sep 17 08:06:22 localhost root[4712]: ACPI group/action undefined: button/up / UP
Sep 17 08:06:42 localhost root[4817]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:06:43 localhost root[4819]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:06:44 localhost root[4822]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:06:44 localhost root[4824]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:06:45 localhost root[4833]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:06:47 localhost dbus-daemon[536]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.43' (uid=0 pid=4838 comm="sudo mv prime-nvidia.conf prime-nvidia.conf.bak")
Sep 17 08:06:47 localhost dbus-daemon[536]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 08:06:47 localhost sudo[4838]: dizzy1021 : TTY=tty2 ; PWD=/etc/X11/xorg.conf.d ; USER=root ; COMMAND=/sbin/mv prime-nvidia.conf prime-nvidia.conf.bak
Sep 17 08:06:47 localhost sudo[4838]: pam_unix(sudo:session): session opened for user root(uid=0) by dizzy1021(uid=1000)
Sep 17 08:06:47 localhost sudo[4838]: pam_unix(sudo:session): session closed for user root
Sep 17 08:06:54 localhost root[4875]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:06:54 localhost dbus-daemon[536]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.44' (uid=0 pid=4876 comm="sudo mv reverse-prime-nvidia.conf.bak reverse-prim")
Sep 17 08:06:54 localhost dbus-daemon[536]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 08:06:54 localhost sudo[4876]: dizzy1021 : TTY=tty2 ; PWD=/etc/X11/xorg.conf.d ; USER=root ; COMMAND=/sbin/mv reverse-prime-nvidia.conf.bak reverse-prime-nvidia.conf
Sep 17 08:06:54 localhost sudo[4876]: pam_unix(sudo:session): session opened for user root(uid=0) by dizzy1021(uid=1000)
Sep 17 08:06:54 localhost sudo[4876]: pam_unix(sudo:session): session closed for user root
Sep 17 08:07:03 localhost acpid[533]: client connected from 4944[1000:1000]
Sep 17 08:07:03 localhost acpid[533]: 1 client rule loaded
Sep 17 08:07:03 localhost systemd[1]: Started Process Core Dump (PID 4947/UID 0).
Sep 17 08:07:03 localhost systemd-coredump[4948]: Process 4944 (Xorg) of user 1000 dumped core.
Stack trace of thread 4944:
#0 0x00007fd5d5c8e83c n/a (libc.so.6 + 0x8e83c)
#1 0x00007fd5d5c3e668 raise (libc.so.6 + 0x3e668)
#2 0x00007fd5d5c264b8 abort (libc.so.6 + 0x264b8)
#3 0x0000559fbf07a5a0 OsAbort (Xorg + 0x1535a0)
#4 0x0000559fbf07ba0b FatalError (Xorg + 0x154a0b)
#5 0x0000559fbf082516 n/a (Xorg + 0x15b516)
#6 0x00007fd5d5c3e710 n/a (libc.so.6 + 0x3e710)
#7 0x00007fd5cf0156eb n/a (nvidia-drm_gbm.so + 0x156eb)
#8 0x00007fd5cf0159b8 n/a (nvidia-drm_gbm.so + 0x159b8)
#9 0x00007fd5d4b90e19 n/a (libgbm.so.1 + 0x4e19)
#10 0x00007fd5d4b92ab1 gbm_create_device (libgbm.so.1 + 0x6ab1)
#11 0x00007fd5d4bc822c n/a (amdgpu_drv.so + 0xd22c)
#12 0x0000559fbf09f552 InitOutput (Xorg + 0x178552)
#13 0x0000559fbef64e73 n/a (Xorg + 0x3de73)
#14 0x00007fd5d5c27cd0 n/a (libc.so.6 + 0x27cd0)
#15 0x00007fd5d5c27d8a __libc_start_main (libc.so.6 + 0x27d8a)
#16 0x0000559fbef66465 _start (Xorg + 0x3f465)
ELF object binary architecture: AMD x86-64
Sep 17 08:07:03 localhost systemd[1]: systemd-coredump@3-4947-0.service: Deactivated successfully.
Sep 17 08:07:03 localhost acpid[533]: client 4944[1000:1000] has disconnected
Sep 17 08:07:04 localhost root[4992]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:07:06 localhost root[5018]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:07:11 localhost root[5069]: ACPI group/action undefined: button/up / UP
Sep 17 08:07:16 localhost root[5079]: ACPI group/action undefined: button/up / UP
Sep 17 08:07:20 localhost root[5081]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:07:23 localhost root[5083]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:08:10 localhost root[5164]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:10 localhost root[5166]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:26 localhost root[5256]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:26 localhost root[5258]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:26 localhost root[5260]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:26 localhost root[5262]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:27 localhost root[5264]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:27 localhost root[5266]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:27 localhost root[5268]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:28 localhost root[5270]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:28 localhost root[5272]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:29 localhost root[5274]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:29 localhost root[5276]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:29 localhost root[5278]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:30 localhost root[5280]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:30 localhost root[5282]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:30 localhost root[5284]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:30 localhost root[5286]: ACPI group/action undefined: button/up / UP
Sep 17 08:08:31 localhost root[5288]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:09:06 localhost root[5361]: ACPI group/action undefined: button/up / UP
Sep 17 08:09:10 localhost root[5401]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:10 localhost root[5403]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:11 localhost root[5405]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:11 localhost root[5407]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:09:12 localhost root[5409]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:18 localhost root[5440]: ACPI group/action undefined: button/up / UP
Sep 17 08:09:18 localhost root[5442]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:09:19 localhost root[5444]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:09:19 localhost root[5446]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:09:20 localhost root[5448]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:09:27 localhost root[5483]: ACPI group/action undefined: button/up / UP
Sep 17 08:09:28 localhost root[5485]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:45 localhost dbus-daemon[536]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.46' (uid=0 pid=5607 comm="sudo nvim reverse-prime-nvidia.conf")
Sep 17 08:09:45 localhost dbus-daemon[536]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 08:09:45 localhost sudo[5607]: dizzy1021 : TTY=tty2 ; PWD=/etc/X11/xorg.conf.d ; USER=root ; COMMAND=/sbin/nvim reverse-prime-nvidia.conf
Sep 17 08:09:45 localhost sudo[5607]: pam_unix(sudo:session): session opened for user root(uid=0) by dizzy1021(uid=1000)
Sep 17 08:09:46 localhost root[5617]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:46 localhost root[5619]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:46 localhost root[5621]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:47 localhost root[5623]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:48 localhost root[5625]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:48 localhost root[5627]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:49 localhost root[5629]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:49 localhost root[5631]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:49 localhost root[5633]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:49 localhost root[5635]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:50 localhost root[5637]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:51 localhost root[5639]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:51 localhost root[5641]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:52 localhost root[5643]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:52 localhost root[5645]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:53 localhost root[5647]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:53 localhost root[5649]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:54 localhost root[5651]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:54 localhost root[5653]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:55 localhost root[5655]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:55 localhost root[5657]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:56 localhost root[5659]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:56 localhost root[5661]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:57 localhost root[5663]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:57 localhost root[5665]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:58 localhost root[5667]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:58 localhost root[5669]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:58 localhost root[5671]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:59 localhost root[5673]: ACPI group/action undefined: button/up / UP
Sep 17 08:09:59 localhost root[5675]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:09:59 localhost root[5677]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:59 localhost root[5679]: ACPI group/action undefined: button/down / DOWN
Sep 17 08:09:59 localhost root[5681]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:10:00 localhost root[5683]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:10:00 localhost root[5685]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:10:00 localhost root[5687]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:10:00 localhost root[5689]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:10:00 localhost root[5691]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:10:00 localhost root[5693]: ACPI group/action undefined: button/left / LEFT
Sep 17 08:10:16 localhost sudo[5607]: pam_unix(sudo:session): session closed for user root
Sep 17 08:10:16 localhost root[5715]: ACPI group/action undefined: button/up / UP
Sep 17 08:10:17 localhost root[5717]: ACPI group/action undefined: button/up / UP
Sep 17 08:10:18 localhost root[5719]: ACPI group/action undefined: button/up / UP
Sep 17 08:10:22 localhost acpid[533]: client connected from 5762[1000:1000]
Sep 17 08:10:22 localhost acpid[533]: 1 client rule loaded
Sep 17 08:10:22 localhost systemd[1]: Started Process Core Dump (PID 5765/UID 0).
Sep 17 08:10:22 localhost systemd-coredump[5766]: Process 5762 (Xorg) of user 1000 dumped core.
Stack trace of thread 5762:
#0 0x00007ff0b3a8e83c n/a (libc.so.6 + 0x8e83c)
#1 0x00007ff0b3a3e668 raise (libc.so.6 + 0x3e668)
#2 0x00007ff0b3a264b8 abort (libc.so.6 + 0x264b8)
#3 0x000055743db735a0 OsAbort (Xorg + 0x1535a0)
#4 0x000055743db74a0b FatalError (Xorg + 0x154a0b)
#5 0x000055743db7b516 n/a (Xorg + 0x15b516)
#6 0x00007ff0b3a3e710 n/a (libc.so.6 + 0x3e710)
#7 0x00007ff0ac4156eb n/a (nvidia-drm_gbm.so + 0x156eb)
#8 0x00007ff0ac4159b8 n/a (nvidia-drm_gbm.so + 0x159b8)
#9 0x00007ff0b29cce19 n/a (libgbm.so.1 + 0x4e19)
#10 0x00007ff0b29ceab1 gbm_create_device (libgbm.so.1 + 0x6ab1)
#11 0x00007ff0b29e522c n/a (amdgpu_drv.so + 0xd22c)
#12 0x000055743db98552 InitOutput (Xorg + 0x178552)
#13 0x000055743da5de73 n/a (Xorg + 0x3de73)
#14 0x00007ff0b3a27cd0 n/a (libc.so.6 + 0x27cd0)
#15 0x00007ff0b3a27d8a __libc_start_main (libc.so.6 + 0x27d8a)
#16 0x000055743da5f465 _start (Xorg + 0x3f465)
ELF object binary architecture: AMD x86-64
Sep 17 08:10:22 localhost systemd[1]: systemd-coredump@4-5765-0.service: Deactivated successfully.
Sep 17 08:10:26 localhost acpid[533]: client 5762[1000:1000] has disconnected
Sep 17 08:10:27 localhost root[5809]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:10:29 localhost root[5831]: ACPI group/action undefined: button/up / UP
Sep 17 08:10:31 localhost root[5835]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:11:50 localhost root[5859]: ACPI group/action undefined: button/up / UP
Sep 17 08:11:50 localhost root[5861]: ACPI group/action undefined: button/up / UP
Sep 17 08:11:51 localhost root[5863]: ACPI group/action undefined: button/up / UP
Sep 17 08:11:53 localhost acpid[533]: client connected from 5880[1000:1000]
Sep 17 08:11:53 localhost acpid[533]: 1 client rule loaded
Sep 17 08:11:53 localhost systemd[1]: Started Process Core Dump (PID 5885/UID 0).
Sep 17 08:11:53 localhost systemd-coredump[5886]: Process 5880 (Xorg) of user 1000 dumped core.
Stack trace of thread 5880:
#0 0x00007f7d7ae8e83c n/a (libc.so.6 + 0x8e83c)
#1 0x00007f7d7ae3e668 raise (libc.so.6 + 0x3e668)
#2 0x00007f7d7ae264b8 abort (libc.so.6 + 0x264b8)
#3 0x000055985636b5a0 OsAbort (Xorg + 0x1535a0)
#4 0x000055985636ca0b FatalError (Xorg + 0x154a0b)
#5 0x0000559856373516 n/a (Xorg + 0x15b516)
#6 0x00007f7d7ae3e710 n/a (libc.so.6 + 0x3e710)
#7 0x00007f7d736156eb n/a (nvidia-drm_gbm.so + 0x156eb)
#8 0x00007f7d736159b8 n/a (nvidia-drm_gbm.so + 0x159b8)
#9 0x00007f7d79fd5e19 n/a (libgbm.so.1 + 0x4e19)
#10 0x00007f7d79fd7ab1 gbm_create_device (libgbm.so.1 + 0x6ab1)
#11 0x00007f7d7a00d22c n/a (amdgpu_drv.so + 0xd22c)
#12 0x0000559856390552 InitOutput (Xorg + 0x178552)
#13 0x0000559856255e73 n/a (Xorg + 0x3de73)
#14 0x00007f7d7ae27cd0 n/a (libc.so.6 + 0x27cd0)
#15 0x00007f7d7ae27d8a __libc_start_main (libc.so.6 + 0x27d8a)
#16 0x0000559856257465 _start (Xorg + 0x3f465)
ELF object binary architecture: AMD x86-64
Sep 17 08:11:53 localhost systemd[1]: systemd-coredump@5-5885-0.service: Deactivated successfully.
Sep 17 08:11:54 localhost acpid[533]: client 5880[1000:1000] has disconnected
Sep 17 08:11:54 localhost root[5925]: ACPI group/action undefined: button/up / UP
Sep 17 08:11:54 localhost root[5927]: ACPI group/action undefined: button/up / UP
Sep 17 08:11:55 localhost root[5929]: ACPI group/action undefined: button/up / UP
Sep 17 08:11:55 localhost root[5931]: ACPI group/action undefined: button/up / UP
Sep 17 08:11:55 localhost root[5933]: ACPI group/action undefined: button/up / UP
Sep 17 08:11:56 localhost root[5935]: ACPI group/action undefined: button/up / UP
Sep 17 08:11:56 localhost root[5937]: ACPI group/action undefined: button/up / UP
Sep 17 08:11:57 localhost root[5939]: ACPI group/action undefined: button/up / UP
Sep 17 08:11:57 localhost root[5941]: ACPI group/action undefined: button/up / UP
Sep 17 08:11:58 localhost root[5943]: ACPI group/action undefined: button/up / UP
Sep 17 08:11:58 localhost root[5945]: ACPI group/action undefined: button/up / UP
Sep 17 08:12:00 localhost root[5947]: ACPI group/action undefined: button/up / UP
Sep 17 08:12:00 localhost root[5949]: ACPI group/action undefined: button/up / UP
Sep 17 08:12:01 localhost root[5951]: ACPI group/action undefined: button/up / UP
Sep 17 08:12:10 localhost root[5961]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:13:11 localhost root[5995]: ACPI group/action undefined: button/right / RIGHT
Sep 17 08:13:19 localhost dbus-daemon[536]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.49' (uid=0 pid=5996 comm="sudo journalctl -b")
Sep 17 08:13:19 localhost dbus-daemon[536]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 08:13:19 localhost sudo[5996]: dizzy1021 : TTY=tty2 ; PWD=/etc/X11/xorg.conf.d ; USER=root ; COMMAND=/sbin/journalctl -b
Sep 17 08:13:19 localhost sudo[5996]: pam_unix(sudo:session): session opened for user root(uid=0) by dizzy1021(uid=1000)
I have been stuck for a week to solve this. Your help will be meaningful for me.
Thanks.
Last edited by dizzy1021 (2023-09-17 17:31:17)
Offline
Also https://bbs.archlinux.org/viewtopic.php?id=288817
echo $GBM_BACKEND
ls -lR /etc/gbm.conf*
Offline
Thanks for the reply, @seth.
I found the problem is because i define some variable on /etc/environtment. Xorg can start now if remove that variable.
# GBM_BACKEND=nvidia-drm
# __GLX_VENDOR_LIBRARY_NAME=nvidia
# ENABLE_VKBASALT=1
# LIBVA_DRIVER_NAME=nvidia
# WLR_NO_HARDWARE_CURSORS=1
I really appreciate your help. I wish you may success and happiness be yours.
Offline