You are not logged in.

#1 2020-12-16 04:07:15

ectospasm
Member
Registered: 2015-08-28
Posts: 273

[SOLVED] ThinkPad 25 (20K7): startx error using NVIDIA GPU

SOLVED:  I removed the nvidia-drm.modeset=1 from my kernel command line in /etc/default/grub, which I had added while troubleshooting this issue.  I restored my /etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf file, and now Xorg starts using my NVIDIA GPU.  I don't think the nvidia drivers have been updated, nor has the kernel been updated since I began troubleshooting this issue.  xorg-server was updated, but the problem persisted after that update.  I don't know what else could have fixed this, but now I'm running Xorg with the NVIDIA GPU, so there's nothing left to troubleshoot.

I have two GPUs installed in this ThinkPad 25th Anniversary Edition (20K7), Intel and NVIDIA:

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
	Subsystem: Lenovo Device 2246
	Kernel driver in use: i915
	Kernel modules: i915
--
02:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 940MX] (rev a2)
	Subsystem: Lenovo Device 2246
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia

Earlier last week, I set up Xorg to use the NVIDIA GPU.  Following the NVIDIA_Optimus#Use_NVIDIA_graphics_only wiki section, I created the following file:

/etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
Section "OutputClass"    
    Identifier "intel"    
    MatchDriver "i915"
    Driver "modesetting"
EndSection

Section "OutputClass"
    Identifier "nvidia"    
    MatchDriver "nvidia-drm"    
    Driver "nvidia"   
    Option "AllowEmptyInitialConfiguration"    
    Option "PrimaryGPU" "yes"    
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection

Everything was working fine on kernel 5.9.12.arch1-1 or 5.9.13.arch1-1.  Late yesterday, I upgraded to kernel 5.9.14.arch1-1, and this configuration broke.  I get the following Xorg.0.log when launching this setup:

~/.local/share/xorg/Xorg.0.log
[    82.502] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    82.502] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[    82.502] Build Operating System: Linux Arch Linux
[    82.502] Current Operating System: Linux ferrum 5.9.14-arch1-1 #1 SMP PREEMPT Sat, 12 Dec 2020 14:37:12 +0000 x86_64
[    82.502] Kernel command line: BOOT_IMAGE=/root/boot/vmlinuz-linux root=UUID=8116aa2a-ecba-4c88-9393-7fa102bc8a8e rw rootflags=subvol=root rd.luks.name=bcec23d3-8648-4473-8d30-bf8d685ab3f8=luks rd.luks.name=7048b655-3ddd-4187-8075-189c3591a206=swap root=/dev/mapper/luks rootflags=subvol=root rd.luks.key=/etc/cryptsetup-keys.d/master.key resume=/dev/mapper/swap nvidia-drm.modeset=1 loglevel=3
[    82.502] Build Date: 10 December 2020  12:04:42PM
[    82.502]  
[    82.502] Current version of pixman: 0.40.0
[    82.503] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    82.503] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    82.503] (==) Log file: "/home/trey/.local/share/xorg/Xorg.0.log", Time: Tue Dec 15 22:18:48 2020
[    82.504] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    82.504] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    82.504] (==) No Layout section.  Using the first Screen section.
[    82.504] (==) No screen section available. Using defaults.
[    82.504] (**) |-->Screen "Default Screen Section" (0)
[    82.504] (**) |   |-->Monitor "<default monitor>"
[    82.504] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    82.504] (==) Automatically adding devices
[    82.504] (==) Automatically enabling devices
[    82.504] (==) Automatically adding GPU devices
[    82.504] (==) Automatically binding GPU devices
[    82.504] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    82.505] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    82.505] 	Entry deleted from font path.
[    82.505] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    82.505] 	Entry deleted from font path.
[    82.505] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    82.505] 	Entry deleted from font path.
[    82.505] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[    82.505] (==) ModulePath set to "/usr/lib/xorg/modules"
[    82.505] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    82.505] (II) Module ABI versions:
[    82.505] 	X.Org ANSI C Emulation: 0.4
[    82.505] 	X.Org Video Driver: 24.1
[    82.505] 	X.Org XInput driver : 24.1
[    82.505] 	X.Org Server Extension : 10.0
[    82.506] (++) using VT number 1

[    82.507] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    82.508] (II) xfree86: Adding drm device (/dev/dri/card1)
[    82.508] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[    82.508] (II) xfree86: Adding drm device (/dev/dri/card0)
[    82.509] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    82.510] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    82.510] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    82.510] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[    82.510] (--) PCI: (0@0:2:0) 8086:5916:17aa:2246 rev 2, Mem @ 0xeb000000/16777216, 0x80000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[    82.510] (--) PCI:*(2@0:0:0) 10de:134d:17aa:2246 rev 162, Mem @ 0xec000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x0000d000/128
[    82.510] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    82.510] (II) LoadModule: "glx"
[    82.511] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    82.517] (II) Module glx: vendor="X.Org Foundation"
[    82.517] 	compiled for 1.20.10, module version = 1.0.0
[    82.517] 	ABI class: X.Org Server Extension, version 10.0
[    82.517] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    82.517] 	loading driver: nvidia
[    82.517] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    82.517] 	loading driver: nvidia
[    82.517] (II) Applying OutputClass "intel" to /dev/dri/card1
[    82.517] 	loading driver: modesetting
[    82.517] (==) Matched nvidia as autoconfigured driver 0
[    82.517] (==) Matched nouveau as autoconfigured driver 1
[    82.517] (==) Matched nv as autoconfigured driver 2
[    82.517] (==) Matched modesetting as autoconfigured driver 3
[    82.517] (==) Matched intel as autoconfigured driver 4
[    82.517] (==) Matched fbdev as autoconfigured driver 5
[    82.517] (==) Matched vesa as autoconfigured driver 6
[    82.517] (==) Assigned the driver to the xf86ConfigLayout
[    82.517] (II) LoadModule: "nvidia"
[    82.517] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    82.536] (II) Module nvidia: vendor="NVIDIA Corporation"
[    82.536] 	compiled for 1.6.99.901, module version = 1.0.0
[    82.536] 	Module class: X.Org Video Driver
[    82.536] (II) LoadModule: "nouveau"
[    82.537] (WW) Warning, couldn't open module nouveau
[    82.537] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    82.537] (II) LoadModule: "nv"
[    82.538] (WW) Warning, couldn't open module nv
[    82.538] (EE) Failed to load module "nv" (module does not exist, 0)
[    82.538] (II) LoadModule: "modesetting"
[    82.538] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    82.543] (II) Module modesetting: vendor="X.Org Foundation"
[    82.543] 	compiled for 1.20.10, module version = 1.20.10
[    82.543] 	Module class: X.Org Video Driver
[    82.543] 	ABI class: X.Org Video Driver, version 24.1
[    82.543] (II) LoadModule: "intel"
[    82.544] (WW) Warning, couldn't open module intel
[    82.544] (EE) Failed to load module "intel" (module does not exist, 0)
[    82.544] (II) LoadModule: "fbdev"
[    82.544] (WW) Warning, couldn't open module fbdev
[    82.544] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    82.544] (II) LoadModule: "vesa"
[    82.544] (WW) Warning, couldn't open module vesa
[    82.544] (EE) Failed to load module "vesa" (module does not exist, 0)
[    82.545] (II) NVIDIA dlloader X Driver  455.45.01  Thu Nov  5 23:01:05 UTC 2020
[    82.545] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    82.545] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    82.545] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    82.545] (II) systemd-logind: releasing fd for 226:0
[    82.545] (II) Loading sub module "fb"
[    82.545] (II) LoadModule: "fb"
[    82.545] (II) Loading /usr/lib/xorg/modules/libfb.so
[    82.546] (II) Module fb: vendor="X.Org Foundation"
[    82.546] 	compiled for 1.20.10, module version = 1.0.0
[    82.546] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    82.546] (II) Loading sub module "wfb"
[    82.546] (II) LoadModule: "wfb"
[    82.547] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    82.548] (II) Module wfb: vendor="X.Org Foundation"
[    82.548] 	compiled for 1.20.10, module version = 1.0.0
[    82.548] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    82.548] (II) Loading sub module "ramdac"
[    82.548] (II) LoadModule: "ramdac"
[    82.548] (II) Module "ramdac" already built-in
[    82.551] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[    82.551] (EE) NVIDIA:     system's kernel log for additional error messages and
[    82.551] (EE) NVIDIA:     consult the NVIDIA README for details.
[    82.552] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[    82.552] (EE) NVIDIA:     system's kernel log for additional error messages and
[    82.552] (EE) NVIDIA:     consult the NVIDIA README for details.
[    82.552] (II) modeset(0): using drv /dev/dri/card0
[    82.552] (II) modeset(G0): using drv /dev/dri/card1
[    82.552] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    82.553] (II) modeset(0): Using 24bpp hw front buffer with 32bpp shadow
[    82.553] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    82.553] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    82.553] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    82.553] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    82.553] (==) modeset(0): RGB weight 888
[    82.553] (==) modeset(0): Default visual is TrueColor
[    82.553] (**) modeset(0): Cannot use glamor with 24bpp packed fb
[    82.553] (II) modeset(0): ShadowFB: preferred YES, enabled FORCE
[    82.553] (II) modeset(0): Double-buffered shadow updates: off
[    82.553] (WW) modeset(0): No outputs definitely connected, trying again...
[    82.553] (WW) modeset(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[    82.553] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    82.553] (EE) modeset(0): No modes.
[    82.553] (II) UnloadModule: "modesetting"
[    82.553] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    82.553] (==) modeset(G0): RGB weight 888
[    82.553] (==) modeset(G0): Default visual is TrueColor
[    82.553] (II) Loading sub module "glamoregl"
[    82.553] (II) LoadModule: "glamoregl"
[    82.553] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    82.560] (II) Module glamoregl: vendor="X.Org Foundation"
[    82.560] 	compiled for 1.20.10, module version = 1.0.1
[    82.560] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    82.950] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 620 (KBL GT2)
[    82.950] (II) modeset(G0): glamor initialized
[    82.951] (II) modeset(G0): Output eDP-1-1 has no monitor section
[    82.951] (II) modeset(G0): Output DP-1-1 has no monitor section
[    83.062] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    83.062] (II) modeset(G0): Output DP-1-2 has no monitor section
[    83.066] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[    83.067] (II) modeset(G0): EDID for output eDP-1-1
[    83.067] (II) modeset(G0): Manufacturer: AUO  Model: 103d  Serial#: 0
[    83.068] (II) modeset(G0): Year: 2016  Week: 0
[    83.068] (II) modeset(G0): EDID Version: 1.4
[    83.068] (II) modeset(G0): Digital Display Input
[    83.068] (II) modeset(G0): 6 bits per channel
[    83.068] (II) modeset(G0): Digital interface is DisplayPort
[    83.068] (II) modeset(G0): Max Image Size [cm]: horiz.: 31  vert.: 17
[    83.068] (II) modeset(G0): Gamma: 2.20
[    83.068] (II) modeset(G0): No DPMS capabilities specified
[    83.068] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[    83.068] (II) modeset(G0): First detailed timing is preferred mode
[    83.068] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    83.068] (II) modeset(G0): redX: 0.573 redY: 0.340   greenX: 0.352 greenY: 0.581
[    83.068] (II) modeset(G0): blueX: 0.164 blueY: 0.135   whiteX: 0.313 whiteY: 0.329
[    83.068] (II) modeset(G0): Manufacturer's mask: 0
[    83.068] (II) modeset(G0): Supported detailed timing:
[    83.068] (II) modeset(G0): clock: 141.0 MHz   Image Size:  309 x 173 mm
[    83.068] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2068 h_blank_end 2098 h_border: 0
[    83.068] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1084 v_blanking: 1120 v_border: 0
[    83.068] (II) modeset(G0): Unknown vendor-specific block f
[    83.068] (II) modeset(G0):  AUO
[    83.068] (II) modeset(G0):  B140HAK01.0
[    83.068] (II) modeset(G0): EDID (in hex):
[    83.068] (II) modeset(G0): 	00ffffffffffff0006af3d1000000000
[    83.068] (II) modeset(G0): 	001a0104951f117802c32592575a942a
[    83.068] (II) modeset(G0): 	22505400000001010101010101010101
[    83.068] (II) modeset(G0): 	010101010101143780b2703828403064
[    83.068] (II) modeset(G0): 	310035ad100000180000000f00000000
[    83.068] (II) modeset(G0): 	00000000000000000020000000fe0041
[    83.068] (II) modeset(G0): 	554f0a202020202020202020000000fe
[    83.068] (II) modeset(G0): 	004231343048414b30312e30200a00bd
[    83.069] (II) modeset(G0): Printing probed modes for output eDP-1-1
[    83.069] (II) modeset(G0): Modeline "1920x1080"x60.0  141.00  1920 1968 2068 2098  1080 1083 1084 1120 -hsync -vsync (67.2 kHz eP)
[    83.069] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    83.069] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    83.069] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    83.069] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    83.069] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    83.069] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    83.069] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    83.069] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    83.069] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    83.069] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    83.069] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    83.069] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    83.069] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    83.069] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    83.069] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    83.070] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    83.070] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    83.070] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    83.070] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    83.070] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    83.070] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    83.070] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    83.070] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    83.070] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    83.070] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    83.070] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    83.070] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    83.070] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    83.070] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    83.070] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    83.070] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    83.070] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    83.070] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    83.070] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    83.070] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    83.070] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    83.070] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    83.070] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    83.070] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    83.070] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    83.070] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    83.070] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    83.070] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    83.070] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    83.070] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    83.070] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    83.070] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    83.070] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    83.070] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    83.071] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    83.071] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    83.071] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    83.071] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    83.071] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    83.071] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    83.071] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    83.071] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    83.071] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    83.071] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    83.071] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    83.071] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    83.071] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    83.071] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    83.071] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    83.071] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    83.071] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    83.071] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    83.071] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    83.071] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    83.071] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    83.071] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    83.071] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    83.071] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    83.071] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    83.071] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    83.071] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    83.071] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    83.071] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    83.071] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    83.071] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    83.071] (II) modeset(G0): EDID for output DP-1-1
[    83.183] (II) modeset(G0): EDID for output HDMI-1-1
[    83.183] (II) modeset(G0): EDID for output DP-1-2
[    83.187] (II) modeset(G0): EDID for output HDMI-1-2
[    83.187] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    83.187] (==) modeset(G0): DPI set to (96, 96)
[    83.187] (II) Loading sub module "fb"
[    83.187] (II) LoadModule: "fb"
[    83.187] (II) Loading /usr/lib/xorg/modules/libfb.so
[    83.187] (II) Module fb: vendor="X.Org Foundation"
[    83.187] 	compiled for 1.20.10, module version = 1.0.0
[    83.187] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    83.187] (EE) Screen(s) found, but none have a usable configuration.
[    83.187] (EE) 
Fatal server error:
[    83.187] (EE) no screens found(EE) 
[    83.187] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    83.187] (EE) Please also check the log file at "/home/trey/.local/share/xorg/Xorg.0.log" for additional information.
[    83.187] (EE) 
[    83.198] (EE) Server terminated with error (1). Closing log file.

The errors suggest that dmesg will have further information regarding this error.  However, I don't see anything in dmesg regarding nvidia that looks like an error:

[Tue Dec 15 22:17:25 2020] microcode: microcode updated early to revision 0xde, date = 2020-05-27
[Tue Dec 15 22:17:25 2020] Linux version 5.9.14-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Sat, 12 Dec 2020 14:37:12 +0000
[Tue Dec 15 22:17:25 2020] Command line: BOOT_IMAGE=/root/boot/vmlinuz-linux root=UUID=8116aa2a-ecba-4c88-9393-7fa102bc8a8e rw rootflags=subvol=root rd.luks.name=bcec23d3-8648-4473-8d30-bf8d685ab3f8=luks rd.luks.name=7048b655-3ddd-4187-8075-189c3591a206=swap root=/dev/mapper/luks rootflags=subvol=root rd.luks.key=/etc/cryptsetup-keys.d/master.key resume=/dev/mapper/swap nvidia-drm.modeset=1 loglevel=3
[Tue Dec 15 22:17:25 2020] KERNEL supported cpus:
[Tue Dec 15 22:17:25 2020]   Intel GenuineIntel
[Tue Dec 15 22:17:25 2020]   AMD AuthenticAMD
[Tue Dec 15 22:17:25 2020]   Hygon HygonGenuine
[Tue Dec 15 22:17:25 2020]   Centaur CentaurHauls
[Tue Dec 15 22:17:25 2020]   zhaoxin   Shanghai  
[Tue Dec 15 22:17:25 2020] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[Tue Dec 15 22:17:25 2020] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[Tue Dec 15 22:17:25 2020] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[Tue Dec 15 22:17:25 2020] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[Tue Dec 15 22:17:25 2020] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[Tue Dec 15 22:17:25 2020] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[Tue Dec 15 22:17:25 2020] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[Tue Dec 15 22:17:25 2020] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[Tue Dec 15 22:17:25 2020] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[Tue Dec 15 22:17:25 2020] BIOS-provided physical RAM map:
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x0000000000059000-0x000000000008bfff] usable
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x000000000008c000-0x00000000000fffff] reserved
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x0000000000100000-0x0000000070658fff] usable
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x0000000070659000-0x0000000070659fff] ACPI NVS
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x000000007065a000-0x000000007065afff] reserved
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x000000007065b000-0x0000000079f96fff] usable
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x0000000079f97000-0x000000007a05efff] type 20
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x000000007a05f000-0x000000007b505fff] reserved
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x000000007b506000-0x000000007b599fff] ACPI NVS
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x000000007b59a000-0x000000007b5fefff] ACPI data
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x000000007b5ff000-0x000000007b5fffff] usable
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x000000007b600000-0x000000007f7fffff] reserved
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[Tue Dec 15 22:17:25 2020] BIOS-e820: [mem 0x0000000100000000-0x000000087f7fffff] usable
[Tue Dec 15 22:17:25 2020] NX (Execute Disable) protection: active
[Tue Dec 15 22:17:25 2020] efi: EFI v2.50 by Lenovo
[Tue Dec 15 22:17:25 2020] efi: TPMFinalLog=0x7b592000 SMBIOS=0x7a697000 SMBIOS 3.0=0x7a694000 ACPI=0x7b5fe000 ACPI 2.0=0x7b5fe014 ESRT=0x7a132000 MEMATTR=0x74e17298 
[Tue Dec 15 22:17:25 2020] SMBIOS 3.0.0 present.
[Tue Dec 15 22:17:25 2020] DMI: LENOVO 20K70004US/20K70004US, BIOS N1QET67W (1.42 ) 10/03/2017
[Tue Dec 15 22:17:25 2020] tsc: Detected 2900.000 MHz processor
[Tue Dec 15 22:17:25 2020] tsc: Detected 2899.886 MHz TSC
[Tue Dec 15 22:17:25 2020] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[Tue Dec 15 22:17:25 2020] e820: remove [mem 0x000a0000-0x000fffff] usable
[Tue Dec 15 22:17:25 2020] last_pfn = 0x87f800 max_arch_pfn = 0x400000000
[Tue Dec 15 22:17:25 2020] MTRR default type: write-back
[Tue Dec 15 22:17:25 2020] MTRR fixed ranges enabled:
[Tue Dec 15 22:17:25 2020]   00000-9FFFF write-back
[Tue Dec 15 22:17:25 2020]   A0000-BFFFF uncachable
[Tue Dec 15 22:17:25 2020]   C0000-FFFFF write-protect
[Tue Dec 15 22:17:25 2020] MTRR variable ranges enabled:
[Tue Dec 15 22:17:25 2020]   0 base 0080000000 mask 7F80000000 uncachable
[Tue Dec 15 22:17:25 2020]   1 base 007E000000 mask 7FFE000000 uncachable
[Tue Dec 15 22:17:25 2020]   2 base 007D000000 mask 7FFF000000 uncachable
[Tue Dec 15 22:17:25 2020]   3 disabled
[Tue Dec 15 22:17:25 2020]   4 disabled
[Tue Dec 15 22:17:25 2020]   5 disabled
[Tue Dec 15 22:17:25 2020]   6 disabled
[Tue Dec 15 22:17:25 2020]   7 disabled
[Tue Dec 15 22:17:25 2020]   8 disabled
[Tue Dec 15 22:17:25 2020]   9 disabled
[Tue Dec 15 22:17:25 2020] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[Tue Dec 15 22:17:25 2020] last_pfn = 0x7b600 max_arch_pfn = 0x400000000
[Tue Dec 15 22:17:25 2020] esrt: Reserving ESRT space from 0x000000007a132000 to 0x000000007a132088.
[Tue Dec 15 22:17:25 2020] check: Scanning 1 areas for low memory corruption
[Tue Dec 15 22:17:25 2020] Using GB pages for direct mapping
[Tue Dec 15 22:17:25 2020] Secure boot could not be determined
[Tue Dec 15 22:17:25 2020] RAMDISK: [mem 0x33281000-0x35937fff]
[Tue Dec 15 22:17:25 2020] ACPI: Early table checksum verification disabled
[Tue Dec 15 22:17:25 2020] ACPI: RSDP 0x000000007B5FE014 000024 (v02 LENOVO)
[Tue Dec 15 22:17:25 2020] ACPI: XSDT 0x000000007B5C2188 000114 (v01 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: FACP 0x000000007B5F5000 0000F4 (v05 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: DSDT 0x000000007B5D0000 020CAF (v02 LENOVO SKL      00000000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: FACS 0x000000007B53D000 000040
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0x000000007B5FC000 0003CC (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: TPM2 0x000000007B5FB000 000034 (v03 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: UEFI 0x000000007B553000 000042 (v01 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0x000000007B5F7000 003235 (v02 LENOVO SaSsdt   00003000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0x000000007B5F6000 0005B6 (v02 LENOVO PerfTune 00001000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: HPET 0x000000007B5F4000 000038 (v01 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: APIC 0x000000007B5F3000 0000BC (v03 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: MCFG 0x000000007B5F2000 00003C (v01 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: ECDT 0x000000007B5F1000 000053 (v01 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0x000000007B5CF000 00021C (v01 LENOVO Rmv_Batt 00001000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0x000000007B5CD000 00174F (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: BOOT 0x000000007B5CC000 000028 (v01 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: BATB 0x000000007B5CB000 00004A (v02 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: SLIC 0x000000007B5CA000 000176 (v01 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0x000000007B5C8000 0017AE (v02 LENOVO CpuSsdt  00003000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0x000000007B5C7000 00056D (v02 LENOVO CtdpB    00001000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0x000000007B5C6000 000634 (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: WSMT 0x000000007B5C5000 000028 (v01 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0x000000007B5C4000 000141 (v02 LENOVO HdaDsp   00000000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0x000000007B5C3000 0004C5 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: DBGP 0x000000007B5FD000 000034 (v01 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: DBG2 0x000000007B5C1000 000054 (v00 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: MSDM 0x000000007B5C0000 000055 (v03 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0x000000007B5BF000 000024 (v01 LENOVO NvOptTbl 00001000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0x000000007B5BD000 001627 (v02 LENOVO SgPch    00001000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: DMAR 0x000000007B5BC000 0000CC (v01 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: ASF! 0x000000007B5BB000 0000A0 (v32 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: FPDT 0x000000007B5BA000 000044 (v01 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: UEFI 0x000000007B519000 00013E (v01 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] ACPI: Local APIC address 0xfee00000
[Tue Dec 15 22:17:25 2020] No NUMA configuration found
[Tue Dec 15 22:17:25 2020] Faking a node at [mem 0x0000000000000000-0x000000087f7fffff]
[Tue Dec 15 22:17:25 2020] NODE_DATA(0) allocated [mem 0x87f7fc000-0x87f7fffff]
[Tue Dec 15 22:17:25 2020] Zone ranges:
[Tue Dec 15 22:17:25 2020]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[Tue Dec 15 22:17:25 2020]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[Tue Dec 15 22:17:25 2020]   Normal   [mem 0x0000000100000000-0x000000087f7fffff]
[Tue Dec 15 22:17:25 2020]   Device   empty
[Tue Dec 15 22:17:25 2020] Movable zone start for each node
[Tue Dec 15 22:17:25 2020] Early memory node ranges
[Tue Dec 15 22:17:25 2020]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[Tue Dec 15 22:17:25 2020]   node   0: [mem 0x0000000000059000-0x000000000008bfff]
[Tue Dec 15 22:17:25 2020]   node   0: [mem 0x0000000000100000-0x0000000070658fff]
[Tue Dec 15 22:17:25 2020]   node   0: [mem 0x000000007065b000-0x0000000079f96fff]
[Tue Dec 15 22:17:25 2020]   node   0: [mem 0x000000007b5ff000-0x000000007b5fffff]
[Tue Dec 15 22:17:25 2020]   node   0: [mem 0x0000000100000000-0x000000087f7fffff]
[Tue Dec 15 22:17:25 2020] Zeroed struct page in unavailable ranges: 26848 pages
[Tue Dec 15 22:17:25 2020] Initmem setup node 0 [mem 0x0000000000001000-0x000000087f7fffff]
[Tue Dec 15 22:17:25 2020] On node 0 totalpages: 8361760
[Tue Dec 15 22:17:25 2020]   DMA zone: 64 pages used for memmap
[Tue Dec 15 22:17:25 2020]   DMA zone: 72 pages reserved
[Tue Dec 15 22:17:25 2020]   DMA zone: 3978 pages, LIFO batch:0
[Tue Dec 15 22:17:25 2020]   DMA32 zone: 7743 pages used for memmap
[Tue Dec 15 22:17:25 2020]   DMA32 zone: 495510 pages, LIFO batch:63
[Tue Dec 15 22:17:25 2020]   Normal zone: 122848 pages used for memmap
[Tue Dec 15 22:17:25 2020]   Normal zone: 7862272 pages, LIFO batch:63
[Tue Dec 15 22:17:25 2020] Reserving Intel graphics memory at [mem 0x7d800000-0x7f7fffff]
[Tue Dec 15 22:17:25 2020] ACPI: PM-Timer IO Port: 0x1808
[Tue Dec 15 22:17:25 2020] ACPI: Local APIC address 0xfee00000
[Tue Dec 15 22:17:25 2020] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[Tue Dec 15 22:17:25 2020] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[Tue Dec 15 22:17:25 2020] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[Tue Dec 15 22:17:25 2020] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[Tue Dec 15 22:17:25 2020] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[Tue Dec 15 22:17:25 2020] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[Tue Dec 15 22:17:25 2020] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[Tue Dec 15 22:17:25 2020] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[Tue Dec 15 22:17:25 2020] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[Tue Dec 15 22:17:25 2020] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[Tue Dec 15 22:17:25 2020] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[Tue Dec 15 22:17:25 2020] ACPI: IRQ0 used by override.
[Tue Dec 15 22:17:25 2020] ACPI: IRQ9 used by override.
[Tue Dec 15 22:17:25 2020] Using ACPI (MADT) for SMP configuration information
[Tue Dec 15 22:17:25 2020] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[Tue Dec 15 22:17:25 2020] TSC deadline timer available
[Tue Dec 15 22:17:25 2020] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0x0008c000-0x000fffff]
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0x70659000-0x70659fff]
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0x7065a000-0x7065afff]
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0x79f97000-0x7a05efff]
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0x7a05f000-0x7b505fff]
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0x7b506000-0x7b599fff]
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0x7b59a000-0x7b5fefff]
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0x7b600000-0x7f7fffff]
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0x7f800000-0xefffffff]
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0xf4000000-0xfe00ffff]
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[Tue Dec 15 22:17:25 2020] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xffffffff]
[Tue Dec 15 22:17:25 2020] [mem 0x7f800000-0xefffffff] available for PCI devices
[Tue Dec 15 22:17:25 2020] Booting paravirtualized kernel on bare hardware
[Tue Dec 15 22:17:25 2020] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[Tue Dec 15 22:17:25 2020] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[Tue Dec 15 22:17:25 2020] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u524288
[Tue Dec 15 22:17:25 2020] pcpu-alloc: s192512 r8192 d28672 u524288 alloc=1*2097152
[Tue Dec 15 22:17:25 2020] pcpu-alloc: [0] 0 1 2 3 
[Tue Dec 15 22:17:25 2020] Built 1 zonelists, mobility grouping on.  Total pages: 8231033
[Tue Dec 15 22:17:25 2020] Policy zone: Normal
[Tue Dec 15 22:17:25 2020] Kernel command line: BOOT_IMAGE=/root/boot/vmlinuz-linux root=UUID=8116aa2a-ecba-4c88-9393-7fa102bc8a8e rw rootflags=subvol=root rd.luks.name=bcec23d3-8648-4473-8d30-bf8d685ab3f8=luks rd.luks.name=7048b655-3ddd-4187-8075-189c3591a206=swap root=/dev/mapper/luks rootflags=subvol=root rd.luks.key=/etc/cryptsetup-keys.d/master.key resume=/dev/mapper/swap nvidia-drm.modeset=1 loglevel=3
[Tue Dec 15 22:17:25 2020] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[Tue Dec 15 22:17:25 2020] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[Tue Dec 15 22:17:25 2020] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[Tue Dec 15 22:17:25 2020] Memory: 32655200K/33447040K available (14339K kernel code, 1505K rwdata, 7952K rodata, 1660K init, 2944K bss, 791580K reserved, 0K cma-reserved)
[Tue Dec 15 22:17:25 2020] random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
[Tue Dec 15 22:17:25 2020] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[Tue Dec 15 22:17:25 2020] Kernel/User page tables isolation: enabled
[Tue Dec 15 22:17:25 2020] ftrace: allocating 40888 entries in 160 pages
[Tue Dec 15 22:17:25 2020] ftrace: allocated 160 pages with 2 groups
[Tue Dec 15 22:17:25 2020] rcu: Preemptible hierarchical RCU implementation.
[Tue Dec 15 22:17:25 2020] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[Tue Dec 15 22:17:25 2020] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[Tue Dec 15 22:17:25 2020] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[Tue Dec 15 22:17:25 2020] 	Trampoline variant of Tasks RCU enabled.
[Tue Dec 15 22:17:25 2020] 	Rude variant of Tasks RCU enabled.
[Tue Dec 15 22:17:25 2020] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[Tue Dec 15 22:17:25 2020] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[Tue Dec 15 22:17:25 2020] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[Tue Dec 15 22:17:25 2020] Console: colour dummy device 80x25
[Tue Dec 15 22:17:25 2020] printk: console [tty0] enabled
[Tue Dec 15 22:17:25 2020] ACPI: Core revision 20200717
[Tue Dec 15 22:17:25 2020] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[Tue Dec 15 22:17:25 2020] APIC: Switch to symmetric I/O mode setup
[Tue Dec 15 22:17:25 2020] DMAR: Host address width 39
[Tue Dec 15 22:17:25 2020] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[Tue Dec 15 22:17:25 2020] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[Tue Dec 15 22:17:25 2020] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[Tue Dec 15 22:17:25 2020] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[Tue Dec 15 22:17:25 2020] DMAR: RMRR base: 0x0000007aa6f000 end: 0x0000007aa8efff
[Tue Dec 15 22:17:25 2020] DMAR: RMRR base: 0x0000007d000000 end: 0x0000007f7fffff
[Tue Dec 15 22:17:25 2020] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[Tue Dec 15 22:17:25 2020] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[Tue Dec 15 22:17:25 2020] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[Tue Dec 15 22:17:25 2020] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[Tue Dec 15 22:17:25 2020] DMAR-IR: Enabled IRQ remapping in x2apic mode
[Tue Dec 15 22:17:25 2020] x2apic enabled
[Tue Dec 15 22:17:25 2020] Switched APIC routing to cluster x2apic.
[Tue Dec 15 22:17:25 2020] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[Tue Dec 15 22:17:25 2020] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
[Tue Dec 15 22:17:25 2020] Calibrating delay loop (skipped), value calculated using timer frequency.. 5802.42 BogoMIPS (lpj=9666286)
[Tue Dec 15 22:17:25 2020] pid_max: default: 32768 minimum: 301
[Tue Dec 15 22:17:25 2020] LSM: Security Framework initializing
[Tue Dec 15 22:17:25 2020] Yama: becoming mindful.
[Tue Dec 15 22:17:25 2020] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[Tue Dec 15 22:17:25 2020] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[Tue Dec 15 22:17:25 2020] mce: CPU0: Thermal monitoring enabled (TM1)
[Tue Dec 15 22:17:25 2020] process: using mwait in idle threads
[Tue Dec 15 22:17:25 2020] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[Tue Dec 15 22:17:25 2020] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[Tue Dec 15 22:17:25 2020] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[Tue Dec 15 22:17:25 2020] Spectre V2 : Mitigation: Full generic retpoline
[Tue Dec 15 22:17:25 2020] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[Tue Dec 15 22:17:25 2020] Spectre V2 : Enabling Restricted Speculation for firmware calls
[Tue Dec 15 22:17:25 2020] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[Tue Dec 15 22:17:25 2020] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[Tue Dec 15 22:17:25 2020] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[Tue Dec 15 22:17:25 2020] SRBDS: Mitigation: Microcode
[Tue Dec 15 22:17:25 2020] MDS: Mitigation: Clear CPU buffers
[Tue Dec 15 22:17:25 2020] Freeing SMP alternatives memory: 32K
[Tue Dec 15 22:17:25 2020] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[Tue Dec 15 22:17:25 2020] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[Tue Dec 15 22:17:25 2020] ... version:                4
[Tue Dec 15 22:17:25 2020] ... bit width:              48
[Tue Dec 15 22:17:25 2020] ... generic registers:      4
[Tue Dec 15 22:17:25 2020] ... value mask:             0000ffffffffffff
[Tue Dec 15 22:17:25 2020] ... max period:             00007fffffffffff
[Tue Dec 15 22:17:25 2020] ... fixed-purpose events:   3
[Tue Dec 15 22:17:25 2020] ... event mask:             000000070000000f
[Tue Dec 15 22:17:25 2020] rcu: Hierarchical SRCU implementation.
[Tue Dec 15 22:17:25 2020] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[Tue Dec 15 22:17:25 2020] smp: Bringing up secondary CPUs ...
[Tue Dec 15 22:17:25 2020] x86: Booting SMP configuration:
[Tue Dec 15 22:17:25 2020] .... node  #0, CPUs:      #1 #2
[Tue Dec 15 22:17:25 2020] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[Tue Dec 15 22:17:25 2020]  #3
[Tue Dec 15 22:17:25 2020] smp: Brought up 1 node, 4 CPUs
[Tue Dec 15 22:17:25 2020] smpboot: Max logical packages: 1
[Tue Dec 15 22:17:25 2020] smpboot: Total of 4 processors activated (23208.71 BogoMIPS)
[Tue Dec 15 22:17:25 2020] devtmpfs: initialized
[Tue Dec 15 22:17:25 2020] x86/mm: Memory block size: 128MB
[Tue Dec 15 22:17:25 2020] PM: Registering ACPI NVS region [mem 0x70659000-0x70659fff] (4096 bytes)
[Tue Dec 15 22:17:25 2020] PM: Registering ACPI NVS region [mem 0x7b506000-0x7b599fff] (606208 bytes)
[Tue Dec 15 22:17:25 2020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[Tue Dec 15 22:17:25 2020] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[Tue Dec 15 22:17:25 2020] pinctrl core: initialized pinctrl subsystem
[Tue Dec 15 22:17:25 2020] PM: RTC time: 03:17:25, date: 2020-12-16
[Tue Dec 15 22:17:25 2020] NET: Registered protocol family 16
[Tue Dec 15 22:17:25 2020] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[Tue Dec 15 22:17:25 2020] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[Tue Dec 15 22:17:25 2020] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[Tue Dec 15 22:17:25 2020] audit: initializing netlink subsys (disabled)
[Tue Dec 15 22:17:25 2020] audit: type=2000 audit(1608088645.033:1): state=initialized audit_enabled=0 res=1
[Tue Dec 15 22:17:25 2020] thermal_sys: Registered thermal governor 'fair_share'
[Tue Dec 15 22:17:25 2020] thermal_sys: Registered thermal governor 'bang_bang'
[Tue Dec 15 22:17:25 2020] thermal_sys: Registered thermal governor 'step_wise'
[Tue Dec 15 22:17:25 2020] thermal_sys: Registered thermal governor 'user_space'
[Tue Dec 15 22:17:25 2020] thermal_sys: Registered thermal governor 'power_allocator'
[Tue Dec 15 22:17:25 2020] cpuidle: using governor ladder
[Tue Dec 15 22:17:25 2020] cpuidle: using governor menu
[Tue Dec 15 22:17:25 2020] Simple Boot Flag at 0x47 set to 0x1
[Tue Dec 15 22:17:25 2020] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[Tue Dec 15 22:17:25 2020] ACPI: bus type PCI registered
[Tue Dec 15 22:17:25 2020] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[Tue Dec 15 22:17:25 2020] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[Tue Dec 15 22:17:25 2020] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[Tue Dec 15 22:17:25 2020] PCI: Using configuration type 1 for base access
[Tue Dec 15 22:17:25 2020] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[Tue Dec 15 22:17:25 2020] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[Tue Dec 15 22:17:25 2020] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[Tue Dec 15 22:17:25 2020] ACPI: Added _OSI(Module Device)
[Tue Dec 15 22:17:25 2020] ACPI: Added _OSI(Processor Device)
[Tue Dec 15 22:17:25 2020] ACPI: Added _OSI(3.0 _SCP Extensions)
[Tue Dec 15 22:17:25 2020] ACPI: Added _OSI(Processor Aggregator Device)
[Tue Dec 15 22:17:25 2020] ACPI: Added _OSI(Linux-Dell-Video)
[Tue Dec 15 22:17:25 2020] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[Tue Dec 15 22:17:25 2020] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[Tue Dec 15 22:17:25 2020] ACPI: 13 ACPI AML tables successfully acquired and loaded
[Tue Dec 15 22:17:25 2020] ACPI: EC: EC started
[Tue Dec 15 22:17:25 2020] ACPI: EC: interrupt blocked
[Tue Dec 15 22:17:25 2020] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[Tue Dec 15 22:17:25 2020] ACPI: EC: Boot ECDT EC used to handle transactions
[Tue Dec 15 22:17:25 2020] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[Tue Dec 15 22:17:25 2020] ACPI: Dynamic OEM Table Load:
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0xFFFF8F985AC97800 0006F6 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[Tue Dec 15 22:17:25 2020] ACPI: Dynamic OEM Table Load:
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0xFFFF8F985B4F9400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: Dynamic OEM Table Load:
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0xFFFF8F985B7A0000 0000BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: Dynamic OEM Table Load:
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0xFFFF8F985AC90800 000628 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: Dynamic OEM Table Load:
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0xFFFF8F985B45A000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: Dynamic OEM Table Load:
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0xFFFF8F985B4F9C00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: Dynamic OEM Table Load:
[Tue Dec 15 22:17:25 2020] ACPI: SSDT 0xFFFF8F985B4FB800 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[Tue Dec 15 22:17:25 2020] ACPI: Interpreter enabled
[Tue Dec 15 22:17:25 2020] ACPI: (supports S0 S3 S4 S5)
[Tue Dec 15 22:17:25 2020] ACPI: Using IOAPIC for interrupt routing
[Tue Dec 15 22:17:25 2020] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[Tue Dec 15 22:17:25 2020] ACPI: Enabled 7 GPEs in block 00 to 7F
[Tue Dec 15 22:17:25 2020] ACPI: Power Resource [PUBS] (on)
[Tue Dec 15 22:17:25 2020] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[Tue Dec 15 22:17:25 2020] ACPI: Power Resource [PC01] (on)
[Tue Dec 15 22:17:25 2020] ACPI: Power Resource [WRST] (on)
[Tue Dec 15 22:17:25 2020] ACPI: Power Resource [WRST] (on)
[Tue Dec 15 22:17:25 2020] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[Tue Dec 15 22:17:25 2020] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[Tue Dec 15 22:17:25 2020] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER PCIeCapability]
[Tue Dec 15 22:17:25 2020] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[Tue Dec 15 22:17:25 2020] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[Tue Dec 15 22:17:25 2020] acpi PNP0A08:00: _OSC: platform willing to grant [LTR DPC]
[Tue Dec 15 22:17:25 2020] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[Tue Dec 15 22:17:25 2020] PCI host bridge to bus 0000:00
[Tue Dec 15 22:17:25 2020] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:00: root bus resource [mem 0x7f800000-0xefffffff window]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:00: root bus resource [bus 00-3e]
[Tue Dec 15 22:17:25 2020] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[Tue Dec 15 22:17:25 2020] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[Tue Dec 15 22:17:25 2020] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit]
[Tue Dec 15 22:17:25 2020] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[Tue Dec 15 22:17:25 2020] pci 0000:00:02.0: reg 0x20: [io  0xe000-0xe03f]
[Tue Dec 15 22:17:25 2020] pci 0000:00:02.0: BAR 2: assigned to efifb
[Tue Dec 15 22:17:25 2020] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[Tue Dec 15 22:17:25 2020] pci 0000:00:14.0: reg 0x10: [mem 0xed220000-0xed22ffff 64bit]
[Tue Dec 15 22:17:25 2020] pci 0000:00:14.0: PME# supported from D3hot D3cold
[Tue Dec 15 22:17:25 2020] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[Tue Dec 15 22:17:25 2020] pci 0000:00:14.2: reg 0x10: [mem 0xed248000-0xed248fff 64bit]
[Tue Dec 15 22:17:25 2020] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[Tue Dec 15 22:17:25 2020] pci 0000:00:15.0: reg 0x10: [mem 0xed249000-0xed249fff 64bit]
[Tue Dec 15 22:17:25 2020] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[Tue Dec 15 22:17:25 2020] pci 0000:00:16.0: reg 0x10: [mem 0xed24a000-0xed24afff 64bit]
[Tue Dec 15 22:17:25 2020] pci 0000:00:16.0: PME# supported from D3hot
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.6: [8086:9d16] type 01 class 0x060400
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.2: [8086:9d1a] type 01 class 0x060400
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold
[Tue Dec 15 22:17:25 2020] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[Tue Dec 15 22:17:25 2020] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[Tue Dec 15 22:17:25 2020] pci 0000:00:1f.2: reg 0x10: [mem 0xed244000-0xed247fff]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[Tue Dec 15 22:17:25 2020] pci 0000:00:1f.3: reg 0x10: [mem 0xed240000-0xed243fff 64bit]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1f.3: reg 0x20: [mem 0xed230000-0xed23ffff 64bit]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[Tue Dec 15 22:17:25 2020] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[Tue Dec 15 22:17:25 2020] pci 0000:00:1f.4: reg 0x10: [mem 0xed24b000-0xed24b0ff 64bit]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1f.6: [8086:15d8] type 00 class 0x020000
[Tue Dec 15 22:17:25 2020] pci 0000:00:1f.6: reg 0x10: [mem 0xed200000-0xed21ffff]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[Tue Dec 15 22:17:25 2020] pci 0000:02:00.0: [10de:134d] type 00 class 0x030200
[Tue Dec 15 22:17:25 2020] pci 0000:02:00.0: reg 0x10: [mem 0xec000000-0xecffffff]
[Tue Dec 15 22:17:25 2020] pci 0000:02:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
[Tue Dec 15 22:17:25 2020] pci 0000:02:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
[Tue Dec 15 22:17:25 2020] pci 0000:02:00.0: reg 0x24: [io  0xd000-0xd07f]
[Tue Dec 15 22:17:25 2020] pci 0000:02:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[Tue Dec 15 22:17:25 2020] pci 0000:02:00.0: Enabling HDA controller
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.0: PCI bridge to [bus 02]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.0:   bridge window [mem 0xec000000-0xecffffff]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[Tue Dec 15 22:17:25 2020] pci 0000:04:00.0: [8086:24fd] type 00 class 0x028000
[Tue Dec 15 22:17:25 2020] pci 0000:04:00.0: reg 0x10: [mem 0xed100000-0xed101fff 64bit]
[Tue Dec 15 22:17:25 2020] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.6: PCI bridge to [bus 04]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.6:   bridge window [mem 0xed100000-0xed1fffff]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.0: PCI bridge to [bus 05-3d]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.0:   bridge window [mem 0xd4000000-0xea0fffff]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.0:   bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[Tue Dec 15 22:17:25 2020] pci 0000:3e:00.0: [144d:a804] type 00 class 0x010802
[Tue Dec 15 22:17:25 2020] pci 0000:3e:00.0: reg 0x10: [mem 0xed000000-0xed003fff 64bit]
[Tue Dec 15 22:17:25 2020] pci 0000:3e:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1d.2 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.2: PCI bridge to [bus 3e]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.2:   bridge window [mem 0xed000000-0xed0fffff]
[Tue Dec 15 22:17:25 2020] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[Tue Dec 15 22:17:25 2020] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[Tue Dec 15 22:17:25 2020] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[Tue Dec 15 22:17:25 2020] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[Tue Dec 15 22:17:25 2020] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[Tue Dec 15 22:17:25 2020] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[Tue Dec 15 22:17:25 2020] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[Tue Dec 15 22:17:25 2020] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[Tue Dec 15 22:17:25 2020] ACPI: EC: interrupt unblocked
[Tue Dec 15 22:17:25 2020] ACPI: EC: event unblocked
[Tue Dec 15 22:17:25 2020] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[Tue Dec 15 22:17:25 2020] ACPI: EC: GPE=0x16
[Tue Dec 15 22:17:25 2020] ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
[Tue Dec 15 22:17:25 2020] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
[Tue Dec 15 22:17:25 2020] iommu: Default domain type: Translated 
[Tue Dec 15 22:17:25 2020] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[Tue Dec 15 22:17:25 2020] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[Tue Dec 15 22:17:25 2020] pci 0000:00:02.0: vgaarb: bridge control possible
[Tue Dec 15 22:17:25 2020] vgaarb: loaded
[Tue Dec 15 22:17:25 2020] SCSI subsystem initialized
[Tue Dec 15 22:17:25 2020] libata version 3.00 loaded.
[Tue Dec 15 22:17:25 2020] ACPI: bus type USB registered
[Tue Dec 15 22:17:25 2020] usbcore: registered new interface driver usbfs
[Tue Dec 15 22:17:25 2020] usbcore: registered new interface driver hub
[Tue Dec 15 22:17:25 2020] usbcore: registered new device driver usb
[Tue Dec 15 22:17:25 2020] pps_core: LinuxPPS API ver. 1 registered
[Tue Dec 15 22:17:25 2020] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[Tue Dec 15 22:17:25 2020] PTP clock support registered
[Tue Dec 15 22:17:25 2020] EDAC MC: Ver: 3.0.0
[Tue Dec 15 22:17:25 2020] Registered efivars operations
[Tue Dec 15 22:17:25 2020] NetLabel: Initializing
[Tue Dec 15 22:17:25 2020] NetLabel:  domain hash size = 128
[Tue Dec 15 22:17:25 2020] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[Tue Dec 15 22:17:25 2020] NetLabel:  unlabeled traffic allowed by default
[Tue Dec 15 22:17:25 2020] PCI: Using ACPI for IRQ routing
[Tue Dec 15 22:17:25 2020] PCI: pci_cache_line_size set to 64 bytes
[Tue Dec 15 22:17:25 2020] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[Tue Dec 15 22:17:25 2020] e820: reserve RAM buffer [mem 0x0008c000-0x0008ffff]
[Tue Dec 15 22:17:25 2020] e820: reserve RAM buffer [mem 0x70659000-0x73ffffff]
[Tue Dec 15 22:17:25 2020] e820: reserve RAM buffer [mem 0x79f97000-0x7bffffff]
[Tue Dec 15 22:17:25 2020] e820: reserve RAM buffer [mem 0x7b600000-0x7bffffff]
[Tue Dec 15 22:17:25 2020] e820: reserve RAM buffer [mem 0x87f800000-0x87fffffff]
[Tue Dec 15 22:17:25 2020] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[Tue Dec 15 22:17:25 2020] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[Tue Dec 15 22:17:25 2020] clocksource: Switched to clocksource tsc-early
[Tue Dec 15 22:17:25 2020] VFS: Disk quotas dquot_6.6.0
[Tue Dec 15 22:17:25 2020] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[Tue Dec 15 22:17:25 2020] pnp: PnP ACPI init
[Tue Dec 15 22:17:25 2020] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[Tue Dec 15 22:17:25 2020] system 00:01: [io  0xff00-0xfffe] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[Tue Dec 15 22:17:25 2020] system 00:02: [io  0x0680-0x069f] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:02: [io  0xffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:02: [io  0xffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:02: [io  0xffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:02: [io  0x1800-0x18fe] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:02: [io  0x164e-0x164f] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[Tue Dec 15 22:17:25 2020] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[Tue Dec 15 22:17:25 2020] system 00:04: [io  0x1854-0x1857] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[Tue Dec 15 22:17:25 2020] pnp 00:05: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[Tue Dec 15 22:17:25 2020] pnp 00:06: Plug and Play ACPI device, IDs LEN008e PNP0f13 (active)
[Tue Dec 15 22:17:25 2020] system 00:07: [io  0x1800-0x189f] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [io  0x0800-0x087f] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [io  0x0880-0x08ff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [io  0x0900-0x097f] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [io  0x0980-0x09ff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [io  0x0a00-0x0a7f] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [io  0x0a80-0x0aff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [io  0x0b00-0x0b7f] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [io  0x0b80-0x0bff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [io  0x15e0-0x15ef] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [io  0x1600-0x167f] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [io  0x1640-0x165f] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [mem 0xf0000000-0xf3ffffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [mem 0xfeb00000-0xfebfffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:07: [mem 0xeffe0000-0xefffffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[Tue Dec 15 22:17:25 2020] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[Tue Dec 15 22:17:25 2020] system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:09: [mem 0xeffe0000-0xefffffff] has been reserved
[Tue Dec 15 22:17:25 2020] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[Tue Dec 15 22:17:25 2020] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:0a: [mem 0x000c0000-0x000c3fff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:0a: [mem 0x000c8000-0x000cbfff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:0a: [mem 0x000d0000-0x000d3fff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:0a: [mem 0x000d8000-0x000dbfff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:0a: [mem 0x000e0000-0x000e3fff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:0a: [mem 0x000e8000-0x000ebfff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:0a: [mem 0x00100000-0x7f7fffff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:0a: [mem 0xfec00000-0xfed3ffff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:0a: [mem 0xfed4c000-0xffffffff] could not be reserved
[Tue Dec 15 22:17:25 2020] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[Tue Dec 15 22:17:25 2020] pnp: PnP ACPI: found 11 devices
[Tue Dec 15 22:17:25 2020] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[Tue Dec 15 22:17:25 2020] NET: Registered protocol family 2
[Tue Dec 15 22:17:25 2020] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[Tue Dec 15 22:17:25 2020] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[Tue Dec 15 22:17:25 2020] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[Tue Dec 15 22:17:25 2020] TCP: Hash tables configured (established 262144 bind 65536)
[Tue Dec 15 22:17:25 2020] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[Tue Dec 15 22:17:25 2020] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[Tue Dec 15 22:17:25 2020] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[Tue Dec 15 22:17:25 2020] NET: Registered protocol family 1
[Tue Dec 15 22:17:25 2020] NET: Registered protocol family 44
[Tue Dec 15 22:17:25 2020] pci 0000:02:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 05-3d] add_size 1000
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.0: BAR 13: assigned [io  0x2000-0x2fff]
[Tue Dec 15 22:17:25 2020] pci 0000:02:00.0: BAR 6: no space for [mem size 0x00080000 pref]
[Tue Dec 15 22:17:25 2020] pci 0000:02:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.0: PCI bridge to [bus 02]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.0:   bridge window [mem 0xec000000-0xecffffff]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.6: PCI bridge to [bus 04]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1c.6:   bridge window [mem 0xed100000-0xed1fffff]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.0: PCI bridge to [bus 05-3d]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.0:   bridge window [io  0x2000-0x2fff]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.0:   bridge window [mem 0xd4000000-0xea0fffff]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.0:   bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.2: PCI bridge to [bus 3e]
[Tue Dec 15 22:17:25 2020] pci 0000:00:1d.2:   bridge window [mem 0xed000000-0xed0fffff]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:00: resource 7 [mem 0x7f800000-0xefffffff window]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:02: resource 1 [mem 0xec000000-0xecffffff]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:02: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:04: resource 1 [mem 0xed100000-0xed1fffff]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:05: resource 0 [io  0x2000-0x2fff]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xea0fffff]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:05: resource 2 [mem 0xb0000000-0xd1ffffff 64bit pref]
[Tue Dec 15 22:17:25 2020] pci_bus 0000:3e: resource 1 [mem 0xed000000-0xed0fffff]
[Tue Dec 15 22:17:25 2020] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[Tue Dec 15 22:17:25 2020] PCI: CLS 0 bytes, default 64
[Tue Dec 15 22:17:25 2020] Trying to unpack rootfs image as initramfs...
[Tue Dec 15 22:17:25 2020] Freeing initrd memory: 39644K
[Tue Dec 15 22:17:25 2020] DMAR: ACPI device "device:7a" under DMAR at fed91000 as 00:15.0
[Tue Dec 15 22:17:25 2020] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[Tue Dec 15 22:17:25 2020] software IO TLB: mapped [mem 0x751d4000-0x791d4000] (64MB)
[Tue Dec 15 22:17:25 2020] check: Scanning for low memory corruption every 60 seconds
[Tue Dec 15 22:17:25 2020] Initialise system trusted keyrings
[Tue Dec 15 22:17:25 2020] Key type blacklist registered
[Tue Dec 15 22:17:25 2020] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[Tue Dec 15 22:17:25 2020] zbud: loaded
[Tue Dec 15 22:17:25 2020] Key type asymmetric registered
[Tue Dec 15 22:17:25 2020] Asymmetric key parser 'x509' registered
[Tue Dec 15 22:17:25 2020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[Tue Dec 15 22:17:25 2020] io scheduler mq-deadline registered
[Tue Dec 15 22:17:25 2020] io scheduler kyber registered
[Tue Dec 15 22:17:25 2020] io scheduler bfq registered
[Tue Dec 15 22:17:25 2020] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[Tue Dec 15 22:17:25 2020] efifb: probing for efifb
[Tue Dec 15 22:17:25 2020] efifb: No BGRT, not showing boot graphics
[Tue Dec 15 22:17:25 2020] efifb: framebuffer at 0x80000000, using 8128k, total 8128k
[Tue Dec 15 22:17:25 2020] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[Tue Dec 15 22:17:25 2020] efifb: scrolling: redraw
[Tue Dec 15 22:17:25 2020] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[Tue Dec 15 22:17:25 2020] fbcon: Deferring console take-over
[Tue Dec 15 22:17:25 2020] fb0: EFI VGA frame buffer device
[Tue Dec 15 22:17:25 2020] intel_idle: MWAIT substates: 0x11142120
[Tue Dec 15 22:17:25 2020] intel_idle: v0.5.1 model 0x8E
[Tue Dec 15 22:17:25 2020] intel_idle: Local APIC timer is reliable in all C-states
[Tue Dec 15 22:17:25 2020] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[Tue Dec 15 22:17:25 2020] ACPI: Sleep Button [SLPB]
[Tue Dec 15 22:17:25 2020] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[Tue Dec 15 22:17:25 2020] ACPI: Lid Switch [LID]
[Tue Dec 15 22:17:25 2020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[Tue Dec 15 22:17:25 2020] ACPI: Power Button [PWRF]
[Tue Dec 15 22:17:25 2020] thermal LNXTHERM:00: registered as thermal_zone0
[Tue Dec 15 22:17:25 2020] ACPI: Thermal Zone [THM0] (52 C)
[Tue Dec 15 22:17:25 2020] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[Tue Dec 15 22:17:25 2020] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[Tue Dec 15 22:17:25 2020] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[Tue Dec 15 22:17:25 2020] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[Tue Dec 15 22:17:25 2020] nvme nvme0: pci function 0000:3e:00.0
[Tue Dec 15 22:17:25 2020] usbcore: registered new interface driver usbserial_generic
[Tue Dec 15 22:17:25 2020] usbserial: USB Serial support registered for generic
[Tue Dec 15 22:17:25 2020] rtc_cmos 00:03: RTC can wake from S4
[Tue Dec 15 22:17:25 2020] rtc_cmos 00:03: registered as rtc0
[Tue Dec 15 22:17:25 2020] rtc_cmos 00:03: setting system clock to 2020-12-16T03:17:26 UTC (1608088646)
[Tue Dec 15 22:17:25 2020] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[Tue Dec 15 22:17:25 2020] intel_pstate: Intel P-state driver initializing
[Tue Dec 15 22:17:25 2020] intel_pstate: HWP enabled
[Tue Dec 15 22:17:25 2020] ledtrig-cpu: registered to indicate activity on CPUs
[Tue Dec 15 22:17:25 2020] intel_pmc_core intel_pmc_core.0:  initialized
[Tue Dec 15 22:17:25 2020] drop_monitor: Initializing network drop monitor service
[Tue Dec 15 22:17:25 2020] NET: Registered protocol family 10
[Tue Dec 15 22:17:25 2020] Segment Routing with IPv6
[Tue Dec 15 22:17:25 2020] RPL Segment Routing with IPv6
[Tue Dec 15 22:17:25 2020] NET: Registered protocol family 17
[Tue Dec 15 22:17:25 2020] microcode: sig=0x806e9, pf=0x80, revision=0xde
[Tue Dec 15 22:17:25 2020] microcode: Microcode Update Driver: v2.2.
[Tue Dec 15 22:17:25 2020] IPI shorthand broadcast: enabled
[Tue Dec 15 22:17:25 2020] sched_clock: Marking stable (839816672, 643217)->(844780225, -4320336)
[Tue Dec 15 22:17:25 2020] registered taskstats version 1
[Tue Dec 15 22:17:25 2020] Loading compiled-in X.509 certificates
[Tue Dec 15 22:17:25 2020] Loaded X.509 cert 'Build time autogenerated kernel key: 82b5889aaa59dbf702af08992c2866a5527a56f2'
[Tue Dec 15 22:17:25 2020] zswap: loaded using pool lz4/z3fold
[Tue Dec 15 22:17:25 2020] Key type ._fscrypt registered
[Tue Dec 15 22:17:25 2020] Key type .fscrypt registered
[Tue Dec 15 22:17:25 2020] Key type fscrypt-provisioning registered
[Tue Dec 15 22:17:25 2020] PM:   Magic number: 0:275:260
[Tue Dec 15 22:17:25 2020] acpi device:6c: hash matches
[Tue Dec 15 22:17:25 2020] memory memory130: hash matches
[Tue Dec 15 22:17:25 2020] RAS: Correctable Errors collector initialized.
[Tue Dec 15 22:17:25 2020] nvme nvme0: 4/0/0 default/read/poll queues
[Tue Dec 15 22:17:25 2020]  nvme0n1: p1 p2 p3
[Tue Dec 15 22:17:25 2020] Freeing unused decrypted memory: 2040K
[Tue Dec 15 22:17:25 2020] Freeing unused kernel image (initmem) memory: 1660K
[Tue Dec 15 22:17:25 2020] Write protecting the kernel read-only data: 24576k
[Tue Dec 15 22:17:25 2020] Freeing unused kernel image (text/rodata gap) memory: 2044K
[Tue Dec 15 22:17:25 2020] Freeing unused kernel image (rodata/data gap) memory: 240K
[Tue Dec 15 22:17:25 2020] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[Tue Dec 15 22:17:25 2020] x86/mm: Checking user space page tables
[Tue Dec 15 22:17:25 2020] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[Tue Dec 15 22:17:25 2020] Run /init as init process
[Tue Dec 15 22:17:25 2020]   with arguments:
[Tue Dec 15 22:17:25 2020]     /init
[Tue Dec 15 22:17:25 2020]   with environment:
[Tue Dec 15 22:17:25 2020]     HOME=/
[Tue Dec 15 22:17:25 2020]     TERM=linux
[Tue Dec 15 22:17:25 2020]     BOOT_IMAGE=/root/boot/vmlinuz-linux
[Tue Dec 15 22:17:26 2020] systemd[1]: systemd 247.1-4-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[Tue Dec 15 22:17:26 2020] systemd[1]: Detected architecture x86-64.
[Tue Dec 15 22:17:26 2020] systemd[1]: Running in initial RAM disk.
[Tue Dec 15 22:17:26 2020] fbcon: Taking over console
[Tue Dec 15 22:17:26 2020] systemd[1]: Initializing machine ID from random generator.
[Tue Dec 15 22:17:26 2020] Console: switching to colour frame buffer device 240x67
[Tue Dec 15 22:17:26 2020] systemd[1]: Queued start job for default target Initrd Default Target.
[Tue Dec 15 22:17:26 2020] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice.
[Tue Dec 15 22:17:26 2020] systemd[1]: Created slice system-systemd\x2dhibernate\x2dresume.slice.
[Tue Dec 15 22:17:26 2020] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[Tue Dec 15 22:17:26 2020] systemd[1]: Reached target Paths.
[Tue Dec 15 22:17:26 2020] systemd[1]: Reached target Slices.
[Tue Dec 15 22:17:26 2020] systemd[1]: Reached target Swap.
[Tue Dec 15 22:17:26 2020] systemd[1]: Reached target Timers.
[Tue Dec 15 22:17:26 2020] systemd[1]: Listening on Journal Audit Socket.
[Tue Dec 15 22:17:26 2020] systemd[1]: Listening on Journal Socket (/dev/log).
[Tue Dec 15 22:17:26 2020] systemd[1]: Listening on Journal Socket.
[Tue Dec 15 22:17:26 2020] systemd[1]: Listening on udev Control Socket.
[Tue Dec 15 22:17:26 2020] systemd[1]: Listening on udev Kernel Socket.
[Tue Dec 15 22:17:26 2020] systemd[1]: Reached target Sockets.
[Tue Dec 15 22:17:26 2020] systemd[1]: Starting Create list of static device nodes for the current kernel...
[Tue Dec 15 22:17:26 2020] systemd[1]: Starting Journal Service...
[Tue Dec 15 22:17:26 2020] systemd[1]: Starting Load Kernel Modules...
[Tue Dec 15 22:17:26 2020] systemd[1]: Starting Coldplug All udev Devices...
[Tue Dec 15 22:17:26 2020] systemd[1]: Finished Create list of static device nodes for the current kernel.
[Tue Dec 15 22:17:26 2020] systemd[1]: Starting Create Static Device Nodes in /dev...
[Tue Dec 15 22:17:26 2020] systemd[1]: Finished Create Static Device Nodes in /dev.
[Tue Dec 15 22:17:26 2020] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[Tue Dec 15 22:17:26 2020] nvidia: loading out-of-tree module taints kernel.
[Tue Dec 15 22:17:26 2020] nvidia: module license 'NVIDIA' taints kernel.
[Tue Dec 15 22:17:26 2020] Disabling lock debugging due to kernel taint
[Tue Dec 15 22:17:26 2020] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[Tue Dec 15 22:17:26 2020] systemd[1]: Started Rule-based Manager for Device Events and Files.
[Tue Dec 15 22:17:26 2020] audit: type=1130 audit(1608088646.849:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:26 2020] nvidia-nvlink: Nvlink Core is being initialized, major device number 241
[Tue Dec 15 22:17:26 2020] nvidia 0000:02:00.0: enabling device (0006 -> 0007)
[Tue Dec 15 22:17:26 2020] systemd[1]: Started Journal Service.
[Tue Dec 15 22:17:26 2020] audit: type=1130 audit(1608088646.886:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:26 2020] audit: type=1130 audit(1608088646.893:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:26 2020] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[Tue Dec 15 22:17:26 2020] serio: i8042 KBD port at 0x60,0x64 irq 1
[Tue Dec 15 22:17:26 2020] serio: i8042 AUX port at 0x60,0x64 irq 12
[Tue Dec 15 22:17:26 2020] Linux agpgart interface v0.103
[Tue Dec 15 22:17:26 2020] xhci_hcd 0000:00:14.0: xHCI Host Controller
[Tue Dec 15 22:17:26 2020] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[Tue Dec 15 22:17:26 2020] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[Tue Dec 15 22:17:26 2020] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[Tue Dec 15 22:17:26 2020] cryptd: max_cpu_qlen set to 1000
[Tue Dec 15 22:17:26 2020] AVX2 version of gcm_enc/dec engaged.
[Tue Dec 15 22:17:26 2020] AES CTR mode by8 optimization enabled
[Tue Dec 15 22:17:26 2020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[Tue Dec 15 22:17:26 2020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Tue Dec 15 22:17:26 2020] usb usb1: Product: xHCI Host Controller
[Tue Dec 15 22:17:26 2020] usb usb1: Manufacturer: Linux 5.9.14-arch1-1 xhci-hcd
[Tue Dec 15 22:17:26 2020] usb usb1: SerialNumber: 0000:00:14.0
[Tue Dec 15 22:17:26 2020] hub 1-0:1.0: USB hub found
[Tue Dec 15 22:17:26 2020] hub 1-0:1.0: 12 ports detected
[Tue Dec 15 22:17:26 2020] xhci_hcd 0000:00:14.0: xHCI Host Controller
[Tue Dec 15 22:17:26 2020] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[Tue Dec 15 22:17:26 2020] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[Tue Dec 15 22:17:26 2020] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[Tue Dec 15 22:17:26 2020] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Tue Dec 15 22:17:26 2020] usb usb2: Product: xHCI Host Controller
[Tue Dec 15 22:17:26 2020] usb usb2: Manufacturer: Linux 5.9.14-arch1-1 xhci-hcd
[Tue Dec 15 22:17:26 2020] usb usb2: SerialNumber: 0000:00:14.0
[Tue Dec 15 22:17:26 2020] hub 2-0:1.0: USB hub found
[Tue Dec 15 22:17:26 2020] hub 2-0:1.0: 6 ports detected
[Tue Dec 15 22:17:26 2020] device-mapper: uevent: version 1.0.3
[Tue Dec 15 22:17:26 2020] usb: port power management may be unreliable
[Tue Dec 15 22:17:26 2020] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[Tue Dec 15 22:17:26 2020] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  455.45.01  Thu Nov  5 23:03:56 UTC 2020
[Tue Dec 15 22:17:26 2020] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  455.45.01  Thu Nov  5 22:55:44 UTC 2020
[Tue Dec 15 22:17:26 2020] nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
[Tue Dec 15 22:17:26 2020] nvidia-uvm: Loaded the UVM driver, major device number 236.
[Tue Dec 15 22:17:26 2020] [drm] [nvidia-drm] [GPU ID 0x00000200] Loading driver
[Tue Dec 15 22:17:26 2020] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[Tue Dec 15 22:17:26 2020] ACPI Warning: \_SB.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200717/nsarguments-59)
[Tue Dec 15 22:17:26 2020] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[Tue Dec 15 22:17:26 2020] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:02:00.0 on minor 0
[Tue Dec 15 22:17:26 2020] audit: type=1130 audit(1608088647.376:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:26 2020] usb 1-5: New USB device found, idVendor=5986, idProduct=111d, bcdDevice=37.56
[Tue Dec 15 22:17:26 2020] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[Tue Dec 15 22:17:26 2020] usb 1-5: Product: Integrated IR Camera
[Tue Dec 15 22:17:26 2020] usb 1-5: Manufacturer: Bison
[Tue Dec 15 22:17:26 2020] usb 1-5: SerialNumber: 200901010001
[Tue Dec 15 22:17:26 2020] tsc: Refined TSC clocksource calibration: 2904.009 MHz
[Tue Dec 15 22:17:26 2020] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc0e73964, max_idle_ns: 440795294805 ns
[Tue Dec 15 22:17:26 2020] clocksource: Switched to clocksource tsc
[Tue Dec 15 22:17:26 2020] usb 2-3: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[Tue Dec 15 22:17:26 2020] usb 2-3: New USB device found, idVendor=0bda, idProduct=0316, bcdDevice= 2.04
[Tue Dec 15 22:17:26 2020] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Tue Dec 15 22:17:26 2020] usb 2-3: Product: USB3.0-CRW
[Tue Dec 15 22:17:26 2020] usb 2-3: Manufacturer: Generic
[Tue Dec 15 22:17:26 2020] usb 2-3: SerialNumber: 20120501030900000
[Tue Dec 15 22:17:26 2020] usb-storage 2-3:1.0: USB Mass Storage device detected
[Tue Dec 15 22:17:26 2020] scsi host0: usb-storage 2-3:1.0
[Tue Dec 15 22:17:26 2020] usbcore: registered new interface driver usb-storage
[Tue Dec 15 22:17:26 2020] usbcore: registered new interface driver uas
[Tue Dec 15 22:17:27 2020] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[Tue Dec 15 22:17:27 2020] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[Tue Dec 15 22:17:27 2020] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Tue Dec 15 22:17:27 2020] usb 1-8: new high-speed USB device number 4 using xhci_hcd
[Tue Dec 15 22:17:27 2020] usb 1-8: New USB device found, idVendor=5986, idProduct=111c, bcdDevice=37.27
[Tue Dec 15 22:17:27 2020] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[Tue Dec 15 22:17:27 2020] usb 1-8: Product: Integrated Camera
[Tue Dec 15 22:17:27 2020] usb 1-8: Manufacturer: Bison
[Tue Dec 15 22:17:27 2020] usb 1-8: SerialNumber: 200901010001
[Tue Dec 15 22:17:27 2020] usb 1-9: new full-speed USB device number 5 using xhci_hcd
[Tue Dec 15 22:17:27 2020] usb 1-9: New USB device found, idVendor=138a, idProduct=0097, bcdDevice= 1.64
[Tue Dec 15 22:17:27 2020] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[Tue Dec 15 22:17:27 2020] usb 1-9: SerialNumber: 8b748019548a
[Tue Dec 15 22:17:27 2020] random: fast init done
[Tue Dec 15 22:17:27 2020] usb 1-10: new full-speed USB device number 6 using xhci_hcd
[Tue Dec 15 22:17:27 2020] scsi 0:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 6
[Tue Dec 15 22:17:27 2020] sd 0:0:0:0: [sda] Attached SCSI removable disk
[Tue Dec 15 22:17:28 2020] usb 1-10: New USB device found, idVendor=2386, idProduct=310e, bcdDevice= 0.00
[Tue Dec 15 22:17:28 2020] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Tue Dec 15 22:17:28 2020] usb 1-10: Product: Raydium Touch System
[Tue Dec 15 22:17:28 2020] usb 1-10: Manufacturer: Raydium Corporation
[Tue Dec 15 22:17:28 2020] hid: raw HID events driver (C) Jiri Kosina
[Tue Dec 15 22:17:28 2020] usbcore: registered new interface driver usbhid
[Tue Dec 15 22:17:28 2020] usbhid: USB HID core driver
[Tue Dec 15 22:17:28 2020] input: Raydium Corporation Raydium Touch System Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:2386:310E.0001/input/input6
[Tue Dec 15 22:17:28 2020] hid-generic 0003:2386:310E.0001: input,hiddev0,hidraw0: USB HID v1.10 Device [Raydium Corporation Raydium Touch System] on usb-0000:00:14.0-10/input0
[Tue Dec 15 22:17:28 2020] input: Raydium Corporation Raydium Touch System as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:2386:310E.0001/input/input8
[Tue Dec 15 22:17:28 2020] hid-multitouch 0003:2386:310E.0001: input,hiddev0,hidraw0: USB HID v1.10 Device [Raydium Corporation Raydium Touch System] on usb-0000:00:14.0-10/input0
[Tue Dec 15 22:17:30 2020] Key type encrypted registered
[Tue Dec 15 22:17:30 2020] random: systemd-cryptse: uninitialized urandom read (2 bytes read)
[Tue Dec 15 22:17:30 2020] random: systemd-cryptse: uninitialized urandom read (2 bytes read)
[Tue Dec 15 22:17:30 2020] audit: type=1130 audit(1608088651.450:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-cryptsetup@swap comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:30 2020] PM: Image not found (code -22)
[Tue Dec 15 22:17:30 2020] audit: type=1130 audit(1608088651.456:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hibernate-resume@dev-mapper-swap comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:30 2020] audit: type=1131 audit(1608088651.456:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hibernate-resume@dev-mapper-swap comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:30 2020] raid6: avx2x4   gen() 36525 MB/s
[Tue Dec 15 22:17:30 2020] raid6: avx2x4   xor() 15392 MB/s
[Tue Dec 15 22:17:30 2020] raid6: avx2x2   gen() 36050 MB/s
[Tue Dec 15 22:17:31 2020] raid6: avx2x2   xor() 22600 MB/s
[Tue Dec 15 22:17:31 2020] raid6: avx2x1   gen() 30122 MB/s
[Tue Dec 15 22:17:31 2020] raid6: avx2x1   xor() 19545 MB/s
[Tue Dec 15 22:17:31 2020] raid6: sse2x4   gen() 15640 MB/s
[Tue Dec 15 22:17:31 2020] raid6: sse2x4   xor()  8684 MB/s
[Tue Dec 15 22:17:31 2020] raid6: sse2x2   gen() 19273 MB/s
[Tue Dec 15 22:17:31 2020] raid6: sse2x2   xor() 12050 MB/s
[Tue Dec 15 22:17:31 2020] raid6: sse2x1   gen() 15742 MB/s
[Tue Dec 15 22:17:31 2020] raid6: sse2x1   xor() 10263 MB/s
[Tue Dec 15 22:17:31 2020] raid6: using algorithm avx2x4 gen() 36525 MB/s
[Tue Dec 15 22:17:31 2020] raid6: .... xor() 15392 MB/s, rmw enabled
[Tue Dec 15 22:17:31 2020] raid6: using avx2x2 recovery algorithm
[Tue Dec 15 22:17:31 2020] xor: automatically using best checksumming function   avx       
[Tue Dec 15 22:17:31 2020] Btrfs loaded, crc32c=crc32c-intel
[Tue Dec 15 22:17:31 2020] BTRFS: device fsid 8116aa2a-ecba-4c88-9393-7fa102bc8a8e devid 1 transid 228518 /dev/dm-0 scanned by systemd-udevd (151)
[Tue Dec 15 22:17:31 2020] audit: type=1130 audit(1608088652.183:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-cryptsetup@luks comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:31 2020] audit: type=1130 audit(1608088652.206:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:31 2020] BTRFS info (device dm-0): disk space caching is enabled
[Tue Dec 15 22:17:31 2020] BTRFS info (device dm-0): has skinny extents
[Tue Dec 15 22:17:31 2020] BTRFS info (device dm-0): enabling ssd optimizations
[Tue Dec 15 22:17:31 2020] audit: type=1334 audit(1608088652.300:11): prog-id=6 op=UNLOAD
[Tue Dec 15 22:17:31 2020] audit: type=1334 audit(1608088652.300:12): prog-id=5 op=UNLOAD
[Tue Dec 15 22:17:31 2020] audit: type=1334 audit(1608088652.300:13): prog-id=4 op=UNLOAD
[Tue Dec 15 22:17:31 2020] audit: type=1334 audit(1608088652.300:14): prog-id=3 op=UNLOAD
[Tue Dec 15 22:17:31 2020] audit: type=1334 audit(1608088652.330:15): prog-id=7 op=LOAD
[Tue Dec 15 22:17:31 2020] systemd[1]: systemd 247.1-4-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[Tue Dec 15 22:17:31 2020] systemd[1]: Detected architecture x86-64.
[Tue Dec 15 22:17:31 2020] systemd[1]: Set hostname to <ferrum>.
[Tue Dec 15 22:17:32 2020] systemd[1]: initrd-switch-root.service: Succeeded.
[Tue Dec 15 22:17:32 2020] systemd[1]: Stopped Switch Root.
[Tue Dec 15 22:17:32 2020] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[Tue Dec 15 22:17:32 2020] systemd[1]: Created slice system-getty.slice.
[Tue Dec 15 22:17:32 2020] systemd[1]: Created slice system-modprobe.slice.
[Tue Dec 15 22:17:32 2020] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[Tue Dec 15 22:17:32 2020] systemd[1]: Created slice User and Session Slice.
[Tue Dec 15 22:17:32 2020] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[Tue Dec 15 22:17:32 2020] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[Tue Dec 15 22:17:32 2020] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[Tue Dec 15 22:17:32 2020] systemd[1]: Reached target Local Encrypted Volumes.
[Tue Dec 15 22:17:32 2020] systemd[1]: Stopped target Switch Root.
[Tue Dec 15 22:17:32 2020] systemd[1]: Stopped target Initrd File Systems.
[Tue Dec 15 22:17:32 2020] systemd[1]: Stopped target Initrd Root File System.
[Tue Dec 15 22:17:32 2020] systemd[1]: Reached target Paths.
[Tue Dec 15 22:17:32 2020] systemd[1]: Reached target Remote File Systems.
[Tue Dec 15 22:17:32 2020] systemd[1]: Reached target Slices.
[Tue Dec 15 22:17:32 2020] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[Tue Dec 15 22:17:32 2020] systemd[1]: Listening on LVM2 metadata daemon socket.
[Tue Dec 15 22:17:32 2020] systemd[1]: Listening on LVM2 poll daemon socket.
[Tue Dec 15 22:17:32 2020] systemd[1]: Listening on Process Core Dump Socket.
[Tue Dec 15 22:17:32 2020] systemd[1]: Listening on udev Control Socket.
[Tue Dec 15 22:17:32 2020] systemd[1]: Listening on udev Kernel Socket.
[Tue Dec 15 22:17:32 2020] systemd[1]: Activating swap /dev/disk/by-uuid/e7ad4882-4324-44bd-b104-3df9cb94c259...
[Tue Dec 15 22:17:32 2020] systemd[1]: Mounting Huge Pages File System...
[Tue Dec 15 22:17:32 2020] systemd[1]: Mounting POSIX Message Queue File System...
[Tue Dec 15 22:17:32 2020] systemd[1]: Mounting Kernel Debug File System...
[Tue Dec 15 22:17:32 2020] systemd[1]: Mounting Kernel Trace File System...
[Tue Dec 15 22:17:32 2020] systemd[1]: Starting Create list of static device nodes for the current kernel...
[Tue Dec 15 22:17:32 2020] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[Tue Dec 15 22:17:32 2020] systemd[1]: Starting Load Kernel Module configfs...
[Tue Dec 15 22:17:32 2020] systemd[1]: Starting Load Kernel Module drm...
[Tue Dec 15 22:17:32 2020] systemd[1]: Starting Load Kernel Module fuse...
[Tue Dec 15 22:17:32 2020] Adding 33552380k swap on /dev/mapper/swap.  Priority:-2 extents:1 across:33552380k SSFS
[Tue Dec 15 22:17:32 2020] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[Tue Dec 15 22:17:32 2020] systemd[1]: systemd-cryptsetup@luks.service: Succeeded.
[Tue Dec 15 22:17:32 2020] systemd[1]: Stopped systemd-cryptsetup@luks.service.
[Tue Dec 15 22:17:32 2020] random: lvm: uninitialized urandom read (4 bytes read)
[Tue Dec 15 22:17:32 2020] systemd[1]: systemd-cryptsetup@swap.service: Succeeded.
[Tue Dec 15 22:17:32 2020] systemd[1]: Stopped systemd-cryptsetup@swap.service.
[Tue Dec 15 22:17:32 2020] systemd[1]: systemd-fsck-root.service: Succeeded.
[Tue Dec 15 22:17:32 2020] systemd[1]: Stopped File System Check on Root Device.
[Tue Dec 15 22:17:32 2020] systemd[1]: Stopped Journal Service.
[Tue Dec 15 22:17:32 2020] systemd[1]: Starting Journal Service...
[Tue Dec 15 22:17:32 2020] systemd[1]: Starting Load Kernel Modules...
[Tue Dec 15 22:17:32 2020] systemd[1]: Starting Remount Root and Kernel File Systems...
[Tue Dec 15 22:17:32 2020] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[Tue Dec 15 22:17:32 2020] systemd[1]: Starting Coldplug All udev Devices...
[Tue Dec 15 22:17:32 2020] fuse: init (API version 7.31)
[Tue Dec 15 22:17:32 2020] systemd[1]: sysroot.mount: Succeeded.
[Tue Dec 15 22:17:32 2020] systemd[1]: Activated swap /dev/disk/by-uuid/e7ad4882-4324-44bd-b104-3df9cb94c259.
[Tue Dec 15 22:17:32 2020] systemd[1]: Mounted Huge Pages File System.
[Tue Dec 15 22:17:32 2020] systemd[1]: Mounted POSIX Message Queue File System.
[Tue Dec 15 22:17:32 2020] systemd[1]: Mounted Kernel Debug File System.
[Tue Dec 15 22:17:32 2020] systemd[1]: Mounted Kernel Trace File System.
[Tue Dec 15 22:17:32 2020] systemd[1]: Finished Create list of static device nodes for the current kernel.
[Tue Dec 15 22:17:32 2020] systemd[1]: modprobe@configfs.service: Succeeded.
[Tue Dec 15 22:17:32 2020] systemd[1]: Finished Load Kernel Module configfs.
[Tue Dec 15 22:17:32 2020] systemd[1]: modprobe@drm.service: Succeeded.
[Tue Dec 15 22:17:32 2020] systemd[1]: Finished Load Kernel Module drm.
[Tue Dec 15 22:17:32 2020] systemd[1]: modprobe@fuse.service: Succeeded.
[Tue Dec 15 22:17:32 2020] systemd[1]: Finished Load Kernel Module fuse.
[Tue Dec 15 22:17:32 2020] systemd[1]: Reached target Swap.
[Tue Dec 15 22:17:32 2020] systemd[1]: Mounting FUSE Control File System...
[Tue Dec 15 22:17:32 2020] systemd[1]: Mounting Kernel Configuration File System...
[Tue Dec 15 22:17:32 2020] systemd[1]: Mounting Temporary Directory (/tmp)...
[Tue Dec 15 22:17:32 2020] systemd[1]: Mounted FUSE Control File System.
[Tue Dec 15 22:17:32 2020] systemd[1]: Mounted Kernel Configuration File System.
[Tue Dec 15 22:17:32 2020] systemd[1]: Mounted Temporary Directory (/tmp).
[Tue Dec 15 22:17:32 2020] systemd[1]: Started Journal Service.
[Tue Dec 15 22:17:32 2020] BTRFS info (device dm-0): use zstd compression, level 3
[Tue Dec 15 22:17:32 2020] BTRFS info (device dm-0): disk space caching is enabled
[Tue Dec 15 22:17:32 2020] vboxdrv: Found 4 processor cores
[Tue Dec 15 22:17:32 2020] vboxdrv: TSC mode is Invariant, tentative frequency 2904008929 Hz
[Tue Dec 15 22:17:32 2020] vboxdrv: Successfully loaded version 6.1.16 (interface 0x00300000)
[Tue Dec 15 22:17:32 2020] VBoxNetAdp: Successfully started.
[Tue Dec 15 22:17:32 2020] VBoxNetFlt: Successfully started.
[Tue Dec 15 22:17:32 2020] random: crng init done
[Tue Dec 15 22:17:32 2020] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1B, rev-id 16)
[Tue Dec 15 22:17:32 2020] ACPI: AC Adapter [AC] (on-line)
[Tue Dec 15 22:17:32 2020] Non-volatile memory driver v1.3
[Tue Dec 15 22:17:32 2020] battery: ACPI: Battery Slot [BAT0] (battery present)
[Tue Dec 15 22:17:32 2020] battery: ACPI: Battery Slot [BAT1] (battery present)
[Tue Dec 15 22:17:32 2020] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[Tue Dec 15 22:17:32 2020] thinkpad_acpi: http://ibm-acpi.sf.net/
[Tue Dec 15 22:17:32 2020] thinkpad_acpi: ThinkPad BIOS N1QET67W (1.42 ), EC N1QHT46W
[Tue Dec 15 22:17:32 2020] thinkpad_acpi: Lenovo ThinkPad T470, model 20K70004US
[Tue Dec 15 22:17:32 2020] thinkpad_acpi: radio switch found; radios are enabled
[Tue Dec 15 22:17:32 2020] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[Tue Dec 15 22:17:32 2020] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[Tue Dec 15 22:17:32 2020] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[Tue Dec 15 22:17:32 2020] thinkpad_acpi: battery 2 registered (start 0, stop 100)
[Tue Dec 15 22:17:32 2020] thinkpad_acpi: battery 1 registered (start 0, stop 100)
[Tue Dec 15 22:17:32 2020] battery: new extension: ThinkPad Battery Extension
[Tue Dec 15 22:17:32 2020] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input12
[Tue Dec 15 22:17:32 2020] nfc: nfc_init: NFC Core ver 0.1
[Tue Dec 15 22:17:32 2020] NET: Registered protocol family 39
[Tue Dec 15 22:17:32 2020] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[Tue Dec 15 22:17:32 2020] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[Tue Dec 15 22:17:33 2020] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[Tue Dec 15 22:17:33 2020] idma64 idma64.0: Found Intel integrated DMA 64-bit
[Tue Dec 15 22:17:33 2020] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[Tue Dec 15 22:17:33 2020] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[Tue Dec 15 22:17:33 2020] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[Tue Dec 15 22:17:33 2020] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[Tue Dec 15 22:17:33 2020] i2c i2c-1: 2/2 memory slots populated (from DMI)
[Tue Dec 15 22:17:33 2020] i2c i2c-1: Successfully instantiated SPD at 0x50
[Tue Dec 15 22:17:33 2020] i2c i2c-1: Successfully instantiated SPD at 0x51
[Tue Dec 15 22:17:33 2020] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[Tue Dec 15 22:17:33 2020] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[Tue Dec 15 22:17:33 2020] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[Tue Dec 15 22:17:33 2020] cfg80211: failed to load regulatory.db
[Tue Dec 15 22:17:33 2020] input: PC Speaker as /devices/platform/pcspkr/input/input14
[Tue Dec 15 22:17:33 2020] e1000e: Intel(R) PRO/1000 Network Driver
[Tue Dec 15 22:17:33 2020] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[Tue Dec 15 22:17:33 2020] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[Tue Dec 15 22:17:33 2020] resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than pnp 00:07 [mem 0xfed10000-0xfed13fff]
[Tue Dec 15 22:17:33 2020] caller snb_uncore_imc_init_box+0x82/0xd0 [intel_uncore] mapping multiple BARs
[Tue Dec 15 22:17:33 2020] Intel(R) Wireless WiFi driver for Linux
[Tue Dec 15 22:17:33 2020] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[Tue Dec 15 22:17:33 2020] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[Tue Dec 15 22:17:33 2020] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[Tue Dec 15 22:17:33 2020] RAPL PMU: hw unit of domain package 2^-14 Joules
[Tue Dec 15 22:17:33 2020] RAPL PMU: hw unit of domain dram 2^-14 Joules
[Tue Dec 15 22:17:33 2020] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[Tue Dec 15 22:17:33 2020] RAPL PMU: hw unit of domain psys 2^-14 Joules
[Tue Dec 15 22:17:33 2020] checking generic (80000000 7f0000) vs hw (eb000000 1000000)
[Tue Dec 15 22:17:33 2020] checking generic (80000000 7f0000) vs hw (80000000 10000000)
[Tue Dec 15 22:17:33 2020] fb0: switching to inteldrmfb from EFI VGA
[Tue Dec 15 22:17:33 2020] Console: switching to colour dummy device 80x25
[Tue Dec 15 22:17:33 2020] i915 0000:00:02.0: vgaarb: deactivate vga console
[Tue Dec 15 22:17:33 2020] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[Tue Dec 15 22:17:33 2020] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[Tue Dec 15 22:17:33 2020] iwlwifi 0000:04:00.0: loaded firmware version 36.ad812ee0.0 8265-36.ucode op_mode iwlmvm
[Tue Dec 15 22:17:33 2020] [drm] Initialized i915 1.6.0 20200715 for 0000:00:02.0 on minor 1
[Tue Dec 15 22:17:33 2020] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[Tue Dec 15 22:17:33 2020] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15
[Tue Dec 15 22:17:33 2020] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[Tue Dec 15 22:17:33 2020] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:01/input/input16
[Tue Dec 15 22:17:33 2020] fbcon: i915drmfb (fb0) is primary device
[Tue Dec 15 22:17:33 2020] Console: switching to colour frame buffer device 240x67
[Tue Dec 15 22:17:33 2020] BTRFS info (device dm-0): devid 1 device path /dev/mapper/luks changed to /dev/dm-0 scanned by systemd-udevd (345)
[Tue Dec 15 22:17:33 2020] BTRFS info (device dm-0): devid 1 device path /dev/dm-0 changed to /dev/mapper/luks scanned by systemd-udevd (345)
[Tue Dec 15 22:17:33 2020] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[Tue Dec 15 22:17:33 2020] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[Tue Dec 15 22:17:33 2020] iwlwifi 0000:04:00.0: base HW address: f8:94:c2:16:49:2d
[Tue Dec 15 22:17:33 2020] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[Tue Dec 15 22:17:33 2020] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[Tue Dec 15 22:17:33 2020] iTCO_vendor_support: vendor-support=0
[Tue Dec 15 22:17:33 2020] ee1004 1-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[Tue Dec 15 22:17:33 2020] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 00:2b:67:19:d6:74
[Tue Dec 15 22:17:33 2020] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[Tue Dec 15 22:17:33 2020] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF
[Tue Dec 15 22:17:33 2020] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[Tue Dec 15 22:17:33 2020] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[Tue Dec 15 22:17:33 2020] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=2 (0x17/0x21/0x0/0x0/0x0)
[Tue Dec 15 22:17:33 2020] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[Tue Dec 15 22:17:33 2020] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[Tue Dec 15 22:17:33 2020] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[Tue Dec 15 22:17:33 2020] snd_hda_codec_realtek hdaudioC0D0:      Dock Mic=0x19
[Tue Dec 15 22:17:33 2020] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[Tue Dec 15 22:17:33 2020] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[Tue Dec 15 22:17:33 2020] thermal thermal_zone3: failed to read out thermal zone (-61)
[Tue Dec 15 22:17:33 2020] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[Tue Dec 15 22:17:33 2020] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[Tue Dec 15 22:17:33 2020] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[Tue Dec 15 22:17:33 2020] ee1004 1-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
[Tue Dec 15 22:17:34 2020] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4760]
[Tue Dec 15 22:17:34 2020] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1094..]
[Tue Dec 15 22:17:34 2020] psmouse serio1: synaptics: Your touchpad (PNP: LEN008e PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[Tue Dec 15 22:17:34 2020] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[Tue Dec 15 22:17:34 2020] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[Tue Dec 15 22:17:34 2020] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[Tue Dec 15 22:17:34 2020] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[Tue Dec 15 22:17:34 2020] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[Tue Dec 15 22:17:34 2020] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[Tue Dec 15 22:17:34 2020] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[Tue Dec 15 22:17:34 2020] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[Tue Dec 15 22:17:34 2020] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[Tue Dec 15 22:17:34 2020] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[Tue Dec 15 22:17:34 2020] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[Tue Dec 15 22:17:34 2020] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.16, id: 0x1e2b1, caps: 0xf00ba3/0x940300/0x12e800/0x400000, board id: 3289, fw id: 2618872
[Tue Dec 15 22:17:34 2020] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[Tue Dec 15 22:17:34 2020] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13
[Tue Dec 15 22:17:34 2020] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[Tue Dec 15 22:17:34 2020] intel_rapl_common: Found RAPL domain package
[Tue Dec 15 22:17:34 2020] intel_rapl_common: Found RAPL domain core
[Tue Dec 15 22:17:34 2020] intel_rapl_common: Found RAPL domain uncore
[Tue Dec 15 22:17:34 2020] intel_rapl_common: Found RAPL domain dram
[Tue Dec 15 22:17:34 2020] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[Tue Dec 15 22:17:34 2020] mousedev: PS/2 mouse device common for all mice
[Tue Dec 15 22:17:34 2020] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[Tue Dec 15 22:17:34 2020] mc: Linux media interface: v0.10
[Tue Dec 15 22:17:34 2020] videodev: Linux video capture interface: v2.00
[Tue Dec 15 22:17:34 2020] Bluetooth: Core ver 2.22
[Tue Dec 15 22:17:34 2020] NET: Registered protocol family 31
[Tue Dec 15 22:17:34 2020] Bluetooth: HCI device and connection manager initialized
[Tue Dec 15 22:17:34 2020] Bluetooth: HCI socket layer initialized
[Tue Dec 15 22:17:34 2020] Bluetooth: L2CAP socket layer initialized
[Tue Dec 15 22:17:34 2020] Bluetooth: SCO socket layer initialized
[Tue Dec 15 22:17:35 2020] uvcvideo: Found UVC 1.00 device Integrated IR Camera (5986:111d)
[Tue Dec 15 22:17:35 2020] Bluetooth: hci0: Firmware revision 0.1 build 50 week 12 2019
[Tue Dec 15 22:17:35 2020] usbcore: registered new interface driver btusb
[Tue Dec 15 22:17:35 2020] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input27
[Tue Dec 15 22:17:35 2020] input: Integrated IR Camera: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input28
[Tue Dec 15 22:17:35 2020] uvcvideo: Found UVC 1.00 device Integrated Camera (5986:111c)
[Tue Dec 15 22:17:35 2020] uvcvideo: Failed to initialize entity for entity 6
[Tue Dec 15 22:17:35 2020] uvcvideo: Failed to register entities (-22).
[Tue Dec 15 22:17:35 2020] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input29
[Tue Dec 15 22:17:35 2020] usbcore: registered new interface driver uvcvideo
[Tue Dec 15 22:17:35 2020] USB Video Class driver (1.1.1)
[Tue Dec 15 22:17:38 2020] usb 1-9: reset full-speed USB device number 5 using xhci_hcd
[Tue Dec 15 22:17:38 2020] kauditd_printk_skb: 87 callbacks suppressed
[Tue Dec 15 22:17:38 2020] audit: type=1130 audit(1608088659.280:103): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:38 2020] audit: type=1130 audit(1608088659.280:104): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:38 2020] usb 1-9: reset full-speed USB device number 5 using xhci_hcd
[Tue Dec 15 22:17:40 2020] wlp4s0: authenticate with 18:e8:29:58:d8:d8
[Tue Dec 15 22:17:40 2020] audit: type=1131 audit(1608088660.733:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:40 2020] wlp4s0: send auth to 18:e8:29:58:d8:d8 (try 1/3)
[Tue Dec 15 22:17:40 2020] wlp4s0: authenticated
[Tue Dec 15 22:17:40 2020] wlp4s0: associate with 18:e8:29:58:d8:d8 (try 1/3)
[Tue Dec 15 22:17:40 2020] wlp4s0: RX AssocResp from 18:e8:29:58:d8:d8 (capab=0x411 status=0 aid=4)
[Tue Dec 15 22:17:40 2020] wlp4s0: associated
[Tue Dec 15 22:17:40 2020] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[Tue Dec 15 22:17:44 2020] audit: type=1131 audit(1608088664.670:106): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:44 2020] audit: type=1100 audit(1608088665.303:107): pid=539 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_fprintd acct="trey" exe="/usr/bin/login" hostname=ferrum addr=? terminal=tty1 res=success'
[Tue Dec 15 22:17:44 2020] audit: type=1101 audit(1608088665.313:108): pid=539 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="trey" exe="/usr/bin/login" hostname=ferrum addr=? terminal=tty1 res=success'
[Tue Dec 15 22:17:44 2020] audit: type=1103 audit(1608088665.316:109): pid=539 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_fprintd acct="trey" exe="/usr/bin/login" hostname=ferrum addr=? terminal=tty1 res=success'
[Tue Dec 15 22:17:44 2020] audit: type=1006 audit(1608088665.316:110): pid=539 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[Tue Dec 15 22:17:44 2020] audit: type=1130 audit(1608088665.366:111): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:44 2020] audit: type=1101 audit(1608088665.373:112): pid=920 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="trey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:44 2020] audit: type=1103 audit(1608088665.373:113): pid=920 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="trey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[Tue Dec 15 22:17:44 2020] audit: type=1006 audit(1608088665.373:114): pid=920 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[Tue Dec 15 22:17:44 2020] audit: type=1105 audit(1608088665.376:115): pid=920 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="trey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[Tue Dec 15 22:17:55 2020] kauditd_printk_skb: 5 callbacks suppressed
[Tue Dec 15 22:17:55 2020] audit: type=1101 audit(1608088675.783:121): pid=3647 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="trey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[Tue Dec 15 22:17:55 2020] audit: type=1110 audit(1608088675.783:122): pid=3647 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[Tue Dec 15 22:17:55 2020] audit: type=1105 audit(1608088675.786:123): pid=3647 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/5 res=success'
[Tue Dec 15 22:17:55 2020] audit: type=1101 audit(1608088675.893:124): pid=3754 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="trey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[Tue Dec 15 22:17:55 2020] audit: type=1110 audit(1608088675.893:125): pid=3754 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[Tue Dec 15 22:17:55 2020] audit: type=1105 audit(1608088675.896:126): pid=3754 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[Tue Dec 15 22:17:56 2020] audit: type=1101 audit(1608088677.360:127): pid=4648 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="trey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/8 res=success'
[Tue Dec 15 22:17:56 2020] audit: type=1110 audit(1608088677.360:128): pid=4648 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/8 res=success'
[Tue Dec 15 22:17:56 2020] audit: type=1105 audit(1608088677.360:129): pid=4648 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/8 res=success'
[Tue Dec 15 22:17:58 2020] audit: type=1101 audit(1608088678.913:130): pid=5968 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="trey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/10 res=success'
[Tue Dec 15 22:18:00 2020] kauditd_printk_skb: 2 callbacks suppressed
[Tue Dec 15 22:18:00 2020] audit: type=1101 audit(1608088681.506:133): pid=8834 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_time acct="trey" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
[Tue Dec 15 22:18:00 2020] audit: type=1103 audit(1608088681.506:134): pid=8834 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="trey" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
[Tue Dec 15 22:18:00 2020] audit: type=1006 audit(1608088681.506:135): pid=8834 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[Tue Dec 15 22:18:00 2020] audit: type=1105 audit(1608088681.510:136): pid=8834 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_limits,pam_unix acct="trey" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
[Tue Dec 15 22:18:00 2020] audit: type=1110 audit(1608088681.510:137): pid=8834 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="trey" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
[Tue Dec 15 22:18:01 2020] audit: type=1104 audit(1608088681.693:138): pid=8834 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="trey" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
[Tue Dec 15 22:18:01 2020] audit: type=1106 audit(1608088681.693:139): pid=8834 uid=0 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_loginuid,pam_limits,pam_unix acct="trey" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
[Tue Dec 15 22:18:01 2020] audit: type=1101 audit(1608088681.770:140): pid=9121 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="trey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/16 res=success'
[Tue Dec 15 22:18:01 2020] audit: type=1110 audit(1608088681.770:141): pid=9121 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/16 res=success'
[Tue Dec 15 22:18:01 2020] audit: type=1105 audit(1608088681.776:142): pid=9121 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/16 res=success'
[Tue Dec 15 22:18:15 2020] kauditd_printk_skb: 6 callbacks suppressed
[Tue Dec 15 22:18:15 2020] audit: type=1131 audit(1608088695.693:149): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

I've tried adding the kernel modesetting flag to my cmdline options, but that hasn't corrected the problem: 

[Tue Dec 15 22:17:25 2020] Command line: BOOT_IMAGE=/root/boot/vmlinuz-linux root=UUID=8116aa2a-ecba-4c88-9393-7fa102bc8a8e rw rootflags=subvol=root rd.luks.name=bcec23d3-8648-4473-8d30-bf8d685ab3f8=luks rd.luks.name=7048b655-3ddd-4187-8075-189c3591a206=swap root=/dev/mapper/luks rootflags=subvol=root rd.luks.key=/etc/cryptsetup-keys.d/master.key resume=/dev/mapper/swap nvidia-drm.modeset=1 loglevel=3
[Tue Dec 15 22:17:25 2020] ACPI: BOOT 0x000000007B5CC000 000028 (v01 LENOVO TP-N1Q   00001420 PTEC 00000002)
[Tue Dec 15 22:17:25 2020] Kernel command line: BOOT_IMAGE=/root/boot/vmlinuz-linux root=UUID=8116aa2a-ecba-4c88-9393-7fa102bc8a8e rw rootflags=subvol=root rd.luks.name=bcec23d3-8648-4473-8d30-bf8d685ab3f8=luks rd.luks.name=7048b655-3ddd-4187-8075-189c3591a206=swap root=/dev/mapper/luks rootflags=subvol=root rd.luks.key=/etc/cryptsetup-keys.d/master.key resume=/dev/mapper/swap nvidia-drm.modeset=1 loglevel=3

I also tried specifying the bus ID in 10-nvidia.conf:

/etc/X11/xorg.conf.d/10-nvidia.conf
Section "Device"
    Identifier          "Device0"
    Driver              "nvidia"
    VendorName          "NVIDIA Corporation"
    BusID               "PCI:0:2:0"
EndSection

But that doesn't work either.  I've tried both the nvidia and the nvidia-dkms packages, but neither work.  I'm pretty much stumped at the moment.  For now, I can clear out /etc/X11/xorg.conf.d/ of all configuration files, but that will use the Intel GPU for Xorg.

Last edited by ectospasm (2020-12-21 16:16:27)

Offline

#2 2020-12-21 16:09:53

ectospasm
Member
Registered: 2015-08-28
Posts: 273

Re: [SOLVED] ThinkPad 25 (20K7): startx error using NVIDIA GPU

In troubleshooting this issue, I had added

nvidia-drm.modeset=1

to my kernel command line (in /etc/default/grub).  When revisiting this issue, I removed that parameter from my kernel command line, and restored /etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf.  Now, Xorg loads OK with the NVIDIA GPU.

I noticed that both of my providers in

$ xrandr --listproviders

showed "modesetting" for both GPUs, and I think it was defaulting to the Intel GPU.  Removing that kernel parameter from the grub configuration, rebuilding my grub.cfg, and rebooting allowed it to work as expected.  Now

$ glxinfo | grep vendor

shows my NVIDIA GPU as the vendor, and I consider this situation solved.

Offline

Board footer

Powered by FluxBB