You are not logged in.

#1 2020-11-08 00:32:56

KNIX3
Member
Registered: 2020-11-07
Posts: 6

I have no /dev/dri/card0 and no hardware acceleration (AMD).

I am currently struggling to get hardware acceleration using my graphics card. My laptop is running everything with the CPU using llvmpipe. I am relatively familiar with software but don't know much about hardware. The most prominent issue I noticed was the failure in my Xorg logs of

[    16.595] (EE) open /dev/dri/card0: No such file or directory.

I am using the mesa drivers and if I switch to the AMDGPU-PRO I get the error that I don't have a swrast.so file. I don't actually wan't to use the proprietary drivers but I just thought I'd let you know that I tried.

I have researched this quite a bit and none of the [SOLVED] posts had solutions that worked for me.  Here are the commands I know are relevant to this issue.

cat /var/log/Xorg.0.log 
[    16.558] (WW) Failed to open protocol names file lib/xorg/protocol.txt 
[    16.558] 
X.Org X Server 1.20.9 
X Protocol Version 11, Revision 0 
[    16.558] Build Operating System: Linux Artix Linux 
[    16.558] Current Operating System: Linux artix 5.4.74-1-lts #1 SMP Sun, 01 Nov 2020 16:27:42 +0000 x86_64 
[    16.558] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=4d2e0e05-b861-4440-b030-014fe0a88cc3 rw amdgpu.si_support=1 radeon.si_support=0 loglevel=3 quiet 
[    16.558] Build Date: 02 September 2020  08:51:09AM 
[    16.558] 
[    16.559] Current version of pixman: 0.40.0 
[    16.560]    Before reporting problems, check http://wiki.x.org 
        to make sure that you have the latest version. 
[    16.560] Markers: (--) probed, (**) from config file, (==) default setting, 
        (++) from command line, (!!) notice, (II) informational, 
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown. 
[    16.562] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov  7 17:23:18 2020 
[    16.564] (==) Using system config directory "/usr/share/X11/xorg.conf.d" 
[    16.564] (==) No Layout section.  Using the first Screen section. 
[    16.564] (==) No screen section available. Using defaults. 
[    16.564] (**) |-->Screen "Default Screen Section" (0) 
[    16.564] (**) |   |-->Monitor "<default monitor>" 
[    16.565] (==) No monitor specified for screen "Default Screen Section". 
        Using a default monitor configuration. 
[    16.565] (==) Automatically adding devices 
[    16.565] (==) Automatically enabling devices 
[    16.565] (==) Automatically adding GPU devices 
[    16.565] (==) Automatically binding GPU devices 
[    16.565] (==) Max clients allowed: 256, resource mask: 0x1fffff 
[    16.567] (WW) The directory "/usr/share/fonts/OTF" does not exist. 
[    16.567]    Entry deleted from font path. 
[    16.567] (WW) The directory "/usr/share/fonts/Type1" does not exist. 
[    16.567]    Entry deleted from font path. 
[    16.568] (==) FontPath set to: 
        /usr/share/fonts/misc, 
        /usr/share/fonts/TTF, 
        /usr/share/fonts/100dpi, 
        /usr/share/fonts/75dpi 
[    16.568] (==) ModulePath set to "/usr/lib/xorg/modules" 
[    16.568] (II) The server relies on udev to provide the list of input devices. 
        If no devices become available, reconfigure udev or disable AutoAddDevices. 
[    16.568] (II) Module ABI versions: 
[    16.568]    X.Org ANSI C Emulation: 0.4 
[    16.568]    X.Org Video Driver: 24.1 
[    16.568]    X.Org XInput driver : 24.1 
[    16.568]    X.Org Server Extension : 10.0 
[    16.569] (++) using VT number 1 
[    16.571] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31 
[    16.573] (--) PCI:*(3@0:0:0) 1002:1636:1028:0a1e rev 194, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd0400000/524288, I/O @ 0x00001000/256 
[    16.573] (II) Open ACPI successful (/var/run/acpid.socket) 
[    16.573] (II) LoadModule: "glx" 
[    16.576] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so 
[    16.590] (II) Module glx: vendor="X.Org Foundation" 
[    16.590]    compiled for 1.20.9, module version = 1.0.0 
[    16.590]    ABI class: X.Org Server Extension, version 10.0 
[    16.590] (==) Matched ati as autoconfigured driver 0 
[    16.590] (==) Matched modesetting as autoconfigured driver 1 
[    16.590] (==) Matched fbdev as autoconfigured driver 2 
[    16.590] (==) Matched vesa as autoconfigured driver 3 
[    16.590] (==) Assigned the driver to the xf86ConfigLayout 
[    16.590] (II) LoadModule: "ati" 
[    16.590] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so 
[    16.591] (II) Module ati: vendor="X.Org Foundation" 
[    16.591]    compiled for 1.20.8, module version = 19.1.0 
[    16.591]    Module class: X.Org Video Driver 
[    16.591]    ABI class: X.Org Video Driver, version 24.1 
[    16.591] (II) LoadModule: "radeon" 
[    16.591] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so 
[    16.593] (II) Module radeon: vendor="X.Org Foundation" 
[    16.593]    compiled for 1.20.8, module version = 19.1.0 
[    16.593]    Module class: X.Org Video Driver 
[    16.593]    ABI class: X.Org Video Driver, version 24.1 
[    16.593] (II) LoadModule: "modesetting" 
[    16.593] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so 
[    16.594] (II) Module modesetting: vendor="X.Org Foundation" 
[    16.594]    compiled for 1.20.9, module version = 1.20.9 
[    16.594]    Module class: X.Org Video Driver 
[    16.594]    ABI class: X.Org Video Driver, version 24.1 
[    16.594] (II) LoadModule: "fbdev" 
[    16.594] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so 
[    16.594] (II) Module fbdev: vendor="X.Org Foundation" 
[    16.594]    compiled for 1.20.8, module version = 0.5.0 
[    16.594]    Module class: X.Org Video Driver 
[    16.594]    ABI class: X.Org Video Driver, version 24.1 
[    16.594] (II) LoadModule: "vesa" 
[    16.594] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so 
[    16.594] (II) Module vesa: vendor="X.Org Foundation" 
[    16.594]    compiled for 1.20.9, module version = 2.5.0 
[    16.594]    Module class: X.Org Video Driver 
[    16.594]    ABI class: X.Org Video Driver, version 24.1 
[    16.594] (II) RADEON: Driver for ATI/AMD Radeon chipsets: 
        ATI Radeon Mobility X600 (M24), ATI FireMV 2400, 
        ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL, 
        ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380), 
        ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4), 
        ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE, 
        ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE, 
        ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360, 
        ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW, 
        ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2), 
        ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000, 
        ATI Radeon X800 (R420), ATI Radeon X800PRO (R420), 
        ATI Radeon X800SE (R420), ATI FireGL X3 (R420), 
        ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420), 
        ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420), 
        ATI Radeon X850 (R480), ATI Radeon X850 XT (R480), 
        ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480), 
        ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7, 
        ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6, 
        ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9), 
        ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1, 
        ATI Radeon 9800PRO, ATI Radeon 9800XT, 
        ATI Radeon Mobility 9600/9700 (M10/M11), 
        ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11), 
        ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11), 
        ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100, 
        ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000, 
        ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C), 
        ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423), 
        ATI Radeon X800LE (R423), ATI Radeon X800SE (R423), 
        ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430), 
        ATI Radeon X800 SE (R430), ATI Radeon X800 (R430), 
        ATI FireGL V7100 (R423), ATI FireGL V5100 (R423), 
        ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26), 
        ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26), 
        ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5), 
        ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200, 
        ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200, 
        ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370), 
        ATI Radeon X600 (RV370), ATI Radeon X550 (RV370), 
        ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370), 
        ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28), 
        ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28), 
        ATI Radeon X850, ATI unknown Radeon / FireGL (R480), 
        ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410), 
        ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410), 
        ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410), 
        ATI Radeon X1800, ATI Mobility Radeon X1800 XT, 
        ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, 
        ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, 
        ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, 
        ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, 
        ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit, 
        ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300, 
        ATI FireGL V3350, ATI Mobility Radeon X1450, 
        ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, 
        ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200, 
        ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, 
        ATI FireGL V3400, ATI Mobility FireGL V5250, 
        ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, 
        ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, 
        ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor, 
        ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570, 
        ATI FireGL V7400, ATI Radeon 9100 PRO IGP, 
        ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740, 
        ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, 
        ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, 
        ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, 
        ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), 
        ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, 
        ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770, 
        AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), 
        ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, 
        ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650, 
        ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, 
        ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, 
        ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], 
        ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), 
        ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, 
        ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, 
        ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610, 
        ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, 
        ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350, 
        ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, 
        ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, 
        ATI Mobility Radeon HD 3850, ATI Radeon HD3850, 
        ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870, 
        ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, 
        ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170, 
        ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350, 
        ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, 
        ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630, 
        ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, 
        ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, 
        ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, 
        ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, 
        ATI FireGL V3600, ATI Radeon HD 2600 LE, 
        ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470, 
        ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, 
        ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700, 
        ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, 
        ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, 
        ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, 
        ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, 
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, 
        ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2, 
        ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, 
        ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250, 
        AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics, 
        AMD Radeon HD 6300 Series Graphics, 
        AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS, 
        ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370, 
        AMD Firestream 9350, ATI Radeon HD 5800 Series, 
        ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, 
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, 
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, 
        ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, 
        REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270, 
        ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series, 
        AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS, 
        AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS, 
        ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI, 
        MULLINS, KAVERI, HAWAII 
[    16.595] (II) modesetting: Driver for Modesetting Kernel Drivers: kms 
[    16.595] (II) FBDEV: driver for framebuffer: fbdev 
[    16.595] (II) VESA: driver for VESA chipsets: vesa 
[    16.595] (EE) open /dev/dri/card0: No such file or directory 
[    16.595] (WW) Falling back to old probe method for modesetting 
[    16.595] (EE) open /dev/dri/card0: No such file or directory 
[    16.595] (II) Loading sub module "fbdevhw" 
[    16.595] (II) LoadModule: "fbdevhw" 
[    16.595] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so 
[    16.595] (II) Module fbdevhw: vendor="X.Org Foundation" 
[    16.595]    compiled for 1.20.9, module version = 0.0.2 
[    16.595]    ABI class: X.Org Video Driver, version 24.1 
[    16.595] (EE) Unable to find a valid framebuffer device 
[    16.595] (WW) Falling back to old probe method for fbdev 
[    16.595] (II) Loading sub module "fbdevhw" 
[    16.595] (II) LoadModule: "fbdevhw" 
[    16.596] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so 
[    16.596] (II) Module fbdevhw: vendor="X.Org Foundation" 
[    16.596]    compiled for 1.20.9, module version = 0.0.2 
[    16.596]    ABI class: X.Org Video Driver, version 24.1 
[    16.596] (II) FBDEV(2): using default device 
[    16.596] vesa: Refusing to run on UEFI 
[    16.596] (EE) Screen 0 deleted because of no matching config section. 
[    16.596] (II) UnloadModule: "modesetting" 
[    16.596] (EE) Screen 0 deleted because of no matching config section. 
[    16.596] (II) UnloadModule: "fbdev" 
[    16.596] (II) UnloadSubModule: "fbdevhw" 
[    16.596] (II) FBDEV(0): Creating default Display subsection in Screen section 
        "Default Screen Section" for depth/fbbpp 24/32 
[    16.596] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32 
[    16.596] (==) FBDEV(0): RGB weight 888 
[    16.596] (==) FBDEV(0): Default visual is TrueColor 
[    16.596] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0) 
[    16.596] (II) FBDEV(0): hardware: EFI VGA (video memory: 8128kB) 
[    16.596] (DB) xf86MergeOutputClassOptions unsupported bus type 0 
[    16.596] (II) FBDEV(0): checking modes against framebuffer device... 
[    16.596] (II) FBDEV(0): checking modes against monitor... 
[    16.596] (II) FBDEV(0): Virtual size is 1920x1080 (pitch 1920) 
[    16.596] (**) FBDEV(0):  Built-in mode "current": 207.4 MHz, 85.3 kHz, 77.2 Hz 
[    16.596] (II) FBDEV(0): Modeline "current"x0.0  207.38  1920 1952 2192 2432  1080 1084 1088 1104 -hsync -vsync -csync (85.3 kHz b) 
[    16.596] (==) FBDEV(0): DPI set to (96, 96) 
[    16.596] (II) Loading sub module "fb" 
[    16.596] (II) LoadModule: "fb" 
[    16.596] (II) Loading /usr/lib/xorg/modules/libfb.so 
[    16.596] (II) Module fb: vendor="X.Org Foundation" 
[    16.596]    compiled for 1.20.9, module version = 1.0.0 
[    16.596]    ABI class: X.Org ANSI C Emulation, version 0.4 
[    16.596] (**) FBDEV(0): using shadow framebuffer 
[    16.596] (II) Loading sub module "shadow" 
[    16.596] (II) LoadModule: "shadow" 
[    16.596] (II) Loading /usr/lib/xorg/modules/libshadow.so 
[    16.597] (II) Module shadow: vendor="X.Org Foundation" 
[    16.597]    compiled for 1.20.9, module version = 1.1.0 
[    16.597]    ABI class: X.Org ANSI C Emulation, version 0.4 
[    16.597] (II) UnloadModule: "radeon" 
[    16.597] (II) Unloading radeon 
[    16.597] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling) 
[    16.597] (==) FBDEV(0): Backing store enabled 
[    16.597] (==) FBDEV(0): DPMS enabled 
[    16.597] (II) Initializing extension Generic Event Extension 
[    16.597] (II) Initializing extension SHAPE 
[    16.597] (II) Initializing extension MIT-SHM 
[    16.597] (II) Initializing extension XInputExtension 
[    16.598] (II) Initializing extension XTEST 
[    16.598] (II) Initializing extension BIG-REQUESTS 
[    16.598] (II) Initializing extension SYNC 
[    16.598] (II) Initializing extension XKEYBOARD 
[    16.598] (II) Initializing extension XC-MISC 
[    16.598] (II) Initializing extension SECURITY 
[    16.598] (II) Initializing extension XFIXES 
[    16.598] (II) Initializing extension RENDER 
[    16.598] (II) Initializing extension RANDR 
[    16.598] (II) Initializing extension COMPOSITE 
[    16.598] (II) Initializing extension DAMAGE 
[    16.598] (II) Initializing extension MIT-SCREEN-SAVER 
[    16.598] (II) Initializing extension DOUBLE-BUFFER 
[    16.598] (II) Initializing extension RECORD 
[    16.598] (II) Initializing extension DPMS 
[    16.598] (II) Initializing extension Present 
[    16.598] (II) Initializing extension DRI3 
[    16.598] (II) Initializing extension X-Resource 
[    16.598] (II) Initializing extension XVideo 
[    16.598] (II) Initializing extension XVideo-MotionCompensation 
[    16.598] (II) Initializing extension GLX 
[    16.598] (II) AIGLX: Screen 0 is not DRI2 capable 
[    16.751] (II) IGLX: Loaded and initialized swrast 
[    16.751] (II) GLX: Initialized DRISWRAST GL provider for screen 0 
[    16.751] (II) Initializing extension XFree86-VidModeExtension 
[    16.751] (II) Initializing extension XFree86-DGA 
[    16.751] (II) Initializing extension XFree86-DRI 
[    16.751] (II) Initializing extension DRI2 
[    16.793] (II) config/udev: Adding input device Video Bus (/dev/input/event3) 
[    16.793] (**) Video Bus: Applying InputClass "evdev keyboard catchall" 
[    16.793] (**) Video Bus: Applying InputClass "libinput keyboard catchall" 
[    16.793] (II) LoadModule: "libinput" 
[    16.793] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so 
[    16.795] (II) Module libinput: vendor="X.Org Foundation" 
[    16.795]    compiled for 1.20.8, module version = 0.30.0 
[    16.795]    Module class: X.Org XInput Driver 
[    16.795]    ABI class: X.Org XInput driver, version 24.1 
[    16.795] (II) Using input driver 'libinput' for 'Video Bus' 
[    16.796] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 16 paused 0 
[    16.796] (**) Video Bus: always reports core events 
[    16.796] (**) Option "Device" "/dev/input/event3" 
[    16.796] (**) Option "_source" "server/udev" 
[    16.800] (II) event3  - Video Bus: is tagged by udev as: Keyboard 
[    16.800] (II) event3  - Video Bus: device is a keyboard 
[    16.800] (II) event3  - Video Bus: device removed 
[    16.800] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:00/input/input3/event3" 
[    16.800] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6) 
[    16.800] (II) event3  - Video Bus: is tagged by udev as: Keyboard 
[    16.800] (II) event3  - Video Bus: device is a keyboard 
[    16.800] (II) config/udev: Adding input device Power Button (/dev/input/event0) 
[    16.800] (**) Power Button: Applying InputClass "evdev keyboard catchall" 
[    16.800] (**) Power Button: Applying InputClass "libinput keyboard catchall" 
[    16.800] (II) Using input driver 'libinput' for 'Power Button' 
[    16.801] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 19 paused 0 
[    16.801] (**) Power Button: always reports core events 
[    16.801] (**) Option "Device" "/dev/input/event0" 
[    16.801] (**) Option "_source" "server/udev" 
[    16.801] (II) event0  - Power Button: is tagged by udev as: Keyboard 
[    16.801] (II) event0  - Power Button: device is a keyboard 
[    16.801] (II) event0  - Power Button: device removed 
[    16.801] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0" 
[    16.801] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7) 
[    16.802] (II) event0  - Power Button: is tagged by udev as: Keyboard 
[    16.802] (II) event0  - Power Button: device is a keyboard 
[    16.802] (II) config/udev: Adding input device Lid Switch (/dev/input/event1) 
[    16.802] (II) No input driver specified, ignoring this device. 
[    16.802] (II) This device may have been added with another device file. 
[    16.802] (II) config/udev: Adding input device Sleep Button (/dev/input/event2) 
[    16.802] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" 
[    16.802] (**) Sleep Button: Applying InputClass "libinput keyboard catchall" 
[    16.802] (II) Using input driver 'libinput' for 'Sleep Button' 
[    16.802] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 20 paused 0 
[    16.802] (**) Sleep Button: always reports core events 
[    16.802] (**) Option "Device" "/dev/input/event2" 
[    16.802] (**) Option "_source" "server/udev" 
[    16.803] (II) event2  - Sleep Button: is tagged by udev as: Keyboard 
[    16.803] (II) event2  - Sleep Button: device is a keyboard 
[    16.803] (II) event2  - Sleep Button: device removed 
[    16.803] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2" 
[    16.803] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8) 
[    16.803] (II) event2  - Sleep Button: is tagged by udev as: Keyboard 
[    16.803] (II) event2  - Sleep Button: device is a keyboard 
[    16.803] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event6) 
[    16.803] (II) No input driver specified, ignoring this device. 
[    16.803] (II) This device may have been added with another device file. 
[    16.803] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event7) 
[    16.803] (II) No input driver specified, ignoring this device. 
[    16.803] (II) This device may have been added with another device file. 
[    16.804] (II) config/udev: Adding input device Razer Razer Naga Chroma (/dev/input/event15) 
[    16.804] (**) Razer Razer Naga Chroma: Applying InputClass "evdev pointer catchall" 
[    16.804] (**) Razer Razer Naga Chroma: Applying InputClass "libinput pointer catchall" 
[    16.804] (II) Using input driver 'libinput' for 'Razer Razer Naga Chroma' 
[    16.870] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 21 paused 0 
[    16.870] (**) Razer Razer Naga Chroma: always reports core events 
[    16.870] (**) Option "Device" "/dev/input/event15" 
[    16.870] (**) Option "_source" "server/udev" 
[    16.870] (II) event15 - Razer Razer Naga Chroma: is tagged by udev as: Mouse 
[    16.871] (II) event15 - Razer Razer Naga Chroma: device is a pointer 
[    16.871] (II) event15 - Razer Razer Naga Chroma: device removed 
[    16.871] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.0/0003:1532:0053.0002/input/input20/event15" 
[    16.871] (II) XINPUT: Adding extended input device "Razer Razer Naga Chroma" (type: MOUSE, id 9) 
[    16.871] (**) Option "AccelerationScheme" "none" 
[    16.871] (**) Razer Razer Naga Chroma: (accel) selected scheme none/0 
[    16.871] (**) Razer Razer Naga Chroma: (accel) acceleration factor: 2.000 
[    16.871] (**) Razer Razer Naga Chroma: (accel) acceleration threshold: 4 
[    16.871] (II) event15 - Razer Razer Naga Chroma: is tagged by udev as: Mouse 
[    16.871] (II) event15 - Razer Razer Naga Chroma: device is a pointer 
[    16.871] (II) config/udev: Adding input device Razer Razer Naga Chroma (/dev/input/mouse3) 
[    16.871] (II) No input driver specified, ignoring this device. 
[    16.871] (II) This device may have been added with another device file. 
[    16.871] (II) config/udev: Adding input device Razer Razer Naga Chroma Keyboard (/dev/input/event16) 
[    16.872] (**) Razer Razer Naga Chroma Keyboard: Applying InputClass "evdev keyboard catchall" 
[    16.872] (**) Razer Razer Naga Chroma Keyboard: Applying InputClass "libinput keyboard catchall" 
[    16.872] (II) Using input driver 'libinput' for 'Razer Razer Naga Chroma Keyboard' 
[    16.872] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 22 paused 0 
[    16.872] (**) Razer Razer Naga Chroma Keyboard: always reports core events 
[    16.872] (**) Option "Device" "/dev/input/event16" 
[    16.872] (**) Option "_source" "server/udev" 
[    16.873] (II) event16 - Razer Razer Naga Chroma Keyboard: is tagged by udev as: Keyboard 
[    16.873] (II) event16 - Razer Razer Naga Chroma Keyboard: device is a keyboard 
[    16.873] (II) event16 - Razer Razer Naga Chroma Keyboard: device removed 
[    16.873] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:1532:0053.0003/input/input21/event16" 
[    16.873] (II) XINPUT: Adding extended input device "Razer Razer Naga Chroma Keyboard" (type: KEYBOARD, id 10) 
[    16.874] (II) event16 - Razer Razer Naga Chroma Keyboard: is tagged by udev as: Keyboard 
[    16.874] (II) event16 - Razer Razer Naga Chroma Keyboard: device is a keyboard 
[    16.874] (II) config/udev: Adding input device Razer Razer Naga Chroma Consumer Control (/dev/input/event17) 
[    16.874] (**) Razer Razer Naga Chroma Consumer Control: Applying InputClass "evdev keyboard catchall" 
[    16.874] (**) Razer Razer Naga Chroma Consumer Control: Applying InputClass "libinput keyboard catchall" 
[    16.874] (II) Using input driver 'libinput' for 'Razer Razer Naga Chroma Consumer Control' 
[    16.875] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 23 paused 0 
[    16.875] (**) Razer Razer Naga Chroma Consumer Control: always reports core events 
[    16.875] (**) Option "Device" "/dev/input/event17" 
[    16.875] (**) Option "_source" "server/udev" 
[    16.875] (II) event17 - Razer Razer Naga Chroma Consumer Control: is tagged by udev as: Keyboard 
[    16.875] (II) event17 - Razer Razer Naga Chroma Consumer Control: device is a keyboard 
[    16.875] (II) event17 - Razer Razer Naga Chroma Consumer Control: device removed 
[    16.875] (II) libinput: Razer Razer Naga Chroma Consumer Control: needs a virtual subdevice 
[    16.875] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:1532:0053.0003/input/input22/event17" 
[    16.875] (II) XINPUT: Adding extended input device "Razer Razer Naga Chroma Consumer Control" (type: MOUSE, id 11) 
[    16.875] (**) Option "AccelerationScheme" "none" 
[    16.875] (**) Razer Razer Naga Chroma Consumer Control: (accel) selected scheme none/0 
[    16.875] (**) Razer Razer Naga Chroma Consumer Control: (accel) acceleration factor: 2.000 
[    16.875] (**) Razer Razer Naga Chroma Consumer Control: (accel) acceleration threshold: 4 
[    16.876] (II) event17 - Razer Razer Naga Chroma Consumer Control: is tagged by udev as: Keyboard 
[    16.876] (II) event17 - Razer Razer Naga Chroma Consumer Control: device is a keyboard 
[    16.876] (II) config/udev: Adding input device Razer Razer Naga Chroma System Control (/dev/input/event18) 
[    16.876] (**) Razer Razer Naga Chroma System Control: Applying InputClass "evdev keyboard catchall" 
[    16.876] (**) Razer Razer Naga Chroma System Control: Applying InputClass "libinput keyboard catchall" 
[    16.876] (II) Using input driver 'libinput' for 'Razer Razer Naga Chroma System Control' 
[    16.877] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 24 paused 0 
[    16.877] (**) Razer Razer Naga Chroma System Control: always reports core events 
[    16.877] (**) Option "Device" "/dev/input/event18" 
[    16.877] (**) Option "_source" "server/udev" 
[    16.877] (II) event18 - Razer Razer Naga Chroma System Control: is tagged by udev as: Keyboard 
[    16.878] (II) event18 - Razer Razer Naga Chroma System Control: device is a keyboard 
[    16.878] (II) event18 - Razer Razer Naga Chroma System Control: device removed 
[    16.878] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:1532:0053.0003/input/input23/event18" 
[    16.878] (II) XINPUT: Adding extended input device "Razer Razer Naga Chroma System Control" (type: KEYBOARD, id 12) 
[    16.878] (II) event18 - Razer Razer Naga Chroma System Control: is tagged by udev as: Keyboard 
[    16.878] (II) event18 - Razer Razer Naga Chroma System Control: device is a keyboard 
[    16.878] (II) config/udev: Adding input device Razer Razer Naga Chroma (/dev/input/event19) 
[    16.878] (II) No input driver specified, ignoring this device. 
[    16.878] (II) This device may have been added with another device file. 
[    16.878] (II) config/udev: Adding input device Razer Razer Naga Chroma (/dev/input/event20) 
[    16.878] (**) Razer Razer Naga Chroma: Applying InputClass "evdev keyboard catchall" 
[    16.878] (**) Razer Razer Naga Chroma: Applying InputClass "libinput keyboard catchall" 
[    16.878] (II) Using input driver 'libinput' for 'Razer Razer Naga Chroma' 
[    16.879] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 25 paused 0 
[    16.879] (**) Razer Razer Naga Chroma: always reports core events 
[    16.879] (**) Option "Device" "/dev/input/event20" 
[    16.879] (**) Option "_source" "server/udev" 
[    16.879] (II) event20 - Razer Razer Naga Chroma: is tagged by udev as: Keyboard 
[    16.879] (II) event20 - Razer Razer Naga Chroma: device is a keyboard 
[    16.880] (II) event20 - Razer Razer Naga Chroma: device removed 
[    16.880] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.2/0003:1532:0053.0004/input/input25/event20" 
[    16.880] (II) XINPUT: Adding extended input device "Razer Razer Naga Chroma" (type: KEYBOARD, id 13) 
[    16.880] (II) event20 - Razer Razer Naga Chroma: is tagged by udev as: Keyboard 
[    16.880] (II) event20 - Razer Razer Naga Chroma: device is a keyboard 
[    16.880] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event12) 
[    16.880] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "evdev keyboard catchall" 
[    16.880] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall" 
[    16.880] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate' 
[    16.881] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 26 paused 0 
[    16.881] (**) Integrated_Webcam_HD: Integrate: always reports core events 
[    16.881] (**) Option "Device" "/dev/input/event12" 
[    16.881] (**) Option "_source" "server/udev" 
[    16.882] (II) event12 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard 
[    16.882] (II) event12 - Integrated_Webcam_HD: Integrate: device is a keyboard 
[    16.882] (II) event12 - Integrated_Webcam_HD: Integrate: device removed 
[    16.882] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-2/3-2:1.0/input/input16/event12" 
[    16.882] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 14) 
[    16.882] (II) event12 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard 
[    16.882] (II) event12 - Integrated_Webcam_HD: Integrate: device is a keyboard 
[    16.882] (II) config/udev: Adding input device HD-Audio Generic Headphone Mic (/dev/input/event8) 
[    16.882] (II) No input driver specified, ignoring this device. 
[    16.882] (II) This device may have been added with another device file. 
[    16.883] (II) config/udev: Adding input device DELL0A1E:00 04F3:3147 Mouse (/dev/input/event13) 
[    16.883] (**) DELL0A1E:00 04F3:3147 Mouse: Applying InputClass "evdev pointer catchall" 
[    16.883] (**) DELL0A1E:00 04F3:3147 Mouse: Applying InputClass "libinput pointer catchall" 
[    16.883] (II) Using input driver 'libinput' for 'DELL0A1E:00 04F3:3147 Mouse' 
[    16.883] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 27 paused 0 
[    16.883] (**) DELL0A1E:00 04F3:3147 Mouse: always reports core events 
[    16.883] (**) Option "Device" "/dev/input/event13" 
[    16.883] (**) Option "_source" "server/udev" 
[    16.884] (II) event13 - DELL0A1E:00 04F3:3147 Mouse: is tagged by udev as: Mouse 
[    16.884] (II) event13 - DELL0A1E:00 04F3:3147 Mouse: device is a pointer 
[    16.884] (II) event13 - DELL0A1E:00 04F3:3147 Mouse: device removed 
[    16.884] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-DELL0A1E:00/0018:04F3:3147.0001/input/input17/event13" 
[    16.884] (II) XINPUT: Adding extended input device "DELL0A1E:00 04F3:3147 Mouse" (type: MOUSE, id 15) 
[    16.884] (**) Option "AccelerationScheme" "none" 
[    16.884] (**) DELL0A1E:00 04F3:3147 Mouse: (accel) selected scheme none/0 
[    16.884] (**) DELL0A1E:00 04F3:3147 Mouse: (accel) acceleration factor: 2.000 
[    16.884] (**) DELL0A1E:00 04F3:3147 Mouse: (accel) acceleration threshold: 4 
[    16.884] (II) event13 - DELL0A1E:00 04F3:3147 Mouse: is tagged by udev as: Mouse 
[    16.884] (II) event13 - DELL0A1E:00 04F3:3147 Mouse: device is a pointer 
[    16.885] (II) config/udev: Adding input device DELL0A1E:00 04F3:3147 Mouse (/dev/input/mouse1) 
[    16.885] (II) No input driver specified, ignoring this device. 
[    16.885] (II) This device may have been added with another device file. 
[    16.885] (II) config/udev: Adding input device DELL0A1E:00 04F3:3147 Touchpad (/dev/input/event14) 
[    16.885] (**) DELL0A1E:00 04F3:3147 Touchpad: Applying InputClass "evdev touchpad catchall" 
[    16.885] (**) DELL0A1E:00 04F3:3147 Touchpad: Applying InputClass "libinput touchpad catchall" 
[    16.885] (**) DELL0A1E:00 04F3:3147 Touchpad: Applying InputClass "touchpad catchall" 
[    16.885] (**) DELL0A1E:00 04F3:3147 Touchpad: Applying InputClass "Default clickpad buttons" 
[    16.885] (II) LoadModule: "synaptics" 
[    16.885] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so 
[    16.885] (II) Module synaptics: vendor="X.Org Foundation" 
[    16.885]    compiled for 1.20.8, module version = 1.9.1 
[    16.885]    Module class: X.Org XInput Driver 
[    16.885]    ABI class: X.Org XInput driver, version 24.1 
[    16.885] (II) Using input driver 'synaptics' for 'DELL0A1E:00 04F3:3147 Touchpad' 
[    16.886] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 28 paused 0 
[    16.886] (**) DELL0A1E:00 04F3:3147 Touchpad: always reports core events 
[    16.886] (**) Option "Device" "/dev/input/event14" 
[    16.886] (II) synaptics: DELL0A1E:00 04F3:3147 Touchpad: found clickpad property 
[    16.886] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: x-axis range 0 - 3512 (res 31) 
[    16.886] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: y-axis range 0 - 2442 (res 31) 
[    16.886] (II) synaptics: DELL0A1E:00 04F3:3147 Touchpad: device does not report pressure, will use touch data. 
[    16.886] (II) synaptics: DELL0A1E:00 04F3:3147 Touchpad: device does not report finger width. 
[    16.886] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: buttons: left double triple 
[    16.886] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: Vendor 0x4f3 Product 0x3147 
[    16.886] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: invalid pressure range.  defaulting to 0 - 255 
[    16.886] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: invalid finger width range.  defaulting to 0 - 15 
[    16.886] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" 
[    16.886] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: touchpad found 
[    16.886] (**) DELL0A1E:00 04F3:3147 Touchpad: always reports core events 
[    16.886] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-DELL0A1E:00/0018:04F3:3147.0001/input/input18/event14" 
[    16.886] (II) XINPUT: Adding extended input device "DELL0A1E:00 04F3:3147 Touchpad" (type: TOUCHPAD, id 16) 
[    16.886] (**) synaptics: DELL0A1E:00 04F3:3147 Touchpad: (accel) MinSpeed is now constant deceleration 2.5 
[    16.886] (**) synaptics: DELL0A1E:00 04F3:3147 Touchpad: (accel) MaxSpeed is now 1.75 
[    16.886] (**) synaptics: DELL0A1E:00 04F3:3147 Touchpad: (accel) AccelFactor is now 0.047 
[    16.886] (**) DELL0A1E:00 04F3:3147 Touchpad: (accel) keeping acceleration scheme 1 
[    16.886] (**) DELL0A1E:00 04F3:3147 Touchpad: (accel) acceleration profile 1 
[    16.886] (**) DELL0A1E:00 04F3:3147 Touchpad: (accel) acceleration factor: 2.000 
[    16.886] (**) DELL0A1E:00 04F3:3147 Touchpad: (accel) acceleration threshold: 4 
[    16.886] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: touchpad found 
[    16.886] (II) config/udev: Adding input device DELL0A1E:00 04F3:3147 Touchpad (/dev/input/mouse2) 
[    16.886] (**) DELL0A1E:00 04F3:3147 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates" 
[    16.887] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event11) 
[    16.887] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall" 
[    16.887] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall" 
[    16.887] (II) Using input driver 'libinput' for 'Dell WMI hotkeys' 
[    16.887] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 29 paused 0 
[    16.887] (**) Dell WMI hotkeys: always reports core events 
[    16.887] (**) Option "Device" "/dev/input/event11" 
[    16.887] (**) Option "_source" "server/udev" 
[    16.887] (II) event11 - Dell WMI hotkeys: is tagged by udev as: Keyboard 
[    16.888] (II) event11 - Dell WMI hotkeys: device is a keyboard 
[    16.888] (II) event11 - Dell WMI hotkeys: device removed 
[    16.888] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input15/event11" 
[    16.888] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 17) 
[    16.888] (II) event11 - Dell WMI hotkeys: is tagged by udev as: Keyboard 
[    16.888] (II) event11 - Dell WMI hotkeys: device is a keyboard 
[    16.888] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4) 
[    16.888] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" 
[    16.888] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall" 
[    16.888] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard' 
[    16.888] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 30 paused 0 
[    16.888] (**) AT Translated Set 2 keyboard: always reports core events 
[    16.888] (**) Option "Device" "/dev/input/event4" 
[    16.888] (**) Option "_source" "server/udev" 
[    16.889] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard 
[    16.889] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard 
[    16.889] (II) event4  - AT Translated Set 2 keyboard: device removed 
[    16.889] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4" 
[    16.889] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18) 
[    16.889] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard 
[    16.889] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard 
[    16.890] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event10) 
[    16.890] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall" 
[    16.890] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall" 
[    16.890] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall" 
[    16.890] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons" 
[    16.890] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad' 
[    16.891] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 31 paused 0 
[    16.891] (**) ETPS/2 Elantech Touchpad: always reports core events 
[    16.891] (**) Option "Device" "/dev/input/event10" 
[    16.891] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property 
[    16.891] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3512 (res 31) 
[    16.891] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 2442 (res 31) 
[    16.891] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255 
[    16.891] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15 
[    16.891] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple 
[    16.891] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe 
[    16.891] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" 
[    16.891] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found 
[    16.891] (**) ETPS/2 Elantech Touchpad: always reports core events 
[    16.891] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event10" 
[    16.891] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 19) 
[    16.891] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5 
[    16.891] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75 
[    16.891] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.047 
[    16.891] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1 
[    16.891] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1 
[    16.891] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000 
[    16.891] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4 
[    16.891] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found 
[    16.891] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0) 
[    16.891] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates" 
[    16.891] (II) config/udev: Adding input device PC Speaker (/dev/input/event9) 
[    16.891] (II) No input driver specified, ignoring this device. 
[    16.891] (II) This device may have been added with another device file. 
[    16.891] (II) config/udev: Adding input device DELL Wireless hotkeys (/dev/input/event5) 
[    16.891] (**) DELL Wireless hotkeys: Applying InputClass "evdev keyboard catchall" 
[    16.891] (**) DELL Wireless hotkeys: Applying InputClass "libinput keyboard catchall" 
[    16.891] (II) Using input driver 'libinput' for 'DELL Wireless hotkeys' 
[    16.892] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0 
[    16.892] (**) DELL Wireless hotkeys: always reports core events 
[    16.892] (**) Option "Device" "/dev/input/event5" 
[    16.892] (**) Option "_source" "server/udev" 
[    16.892] (II) event5  - DELL Wireless hotkeys: is tagged by udev as: Keyboard 
[    16.892] (II) event5  - DELL Wireless hotkeys: device is a keyboard 
[    16.892] (II) event5  - DELL Wireless hotkeys: device removed 
[    16.892] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event5" 
[    16.892] (II) XINPUT: Adding extended input device "DELL Wireless hotkeys" (type: KEYBOARD, id 20) 
[    16.893] (II) event5  - DELL Wireless hotkeys: is tagged by udev as: Keyboard 
[    16.893] (II) event5  - DELL Wireless hotkeys: device is a keyboard 
[    16.894] (**) Razer Razer Naga Chroma Consumer Control: Applying InputClass "evdev keyboard catchall" 
[    16.894] (**) Razer Razer Naga Chroma Consumer Control: Applying InputClass "libinput keyboard catchall" 
[    16.894] (II) Using input driver 'libinput' for 'Razer Razer Naga Chroma Consumer Control' 
[    16.894] (II) systemd-logind: returning pre-existing fd for /dev/input/event17 13:81 
[    16.894] (**) Razer Razer Naga Chroma Consumer Control: always reports core events 
[    16.894] (**) Option "Device" "/dev/input/event17" 
[    16.894] (**) Option "_source" "_driver/libinput" 
[    16.894] (II) libinput: Razer Razer Naga Chroma Consumer Control: is a virtual subdevice 
[    16.894] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:1532:0053.0003/input/input22/event17" 
[    16.894] (II) XINPUT: Adding extended input device "Razer Razer Naga Chroma Consumer Control" (type: KEYBOARD, id 21) 
[   320.888] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 13ms, your system is too slow 
[  2000.619] (EE) event15 - Razer Razer Naga Chroma: client bug: event processing lagging behind by 12ms, your system is too slow 
[  2013.959] (EE) event15 - Razer Razer Naga Chroma: client bug: event processing lagging behind by 11ms, your system is too slow 
[  2050.009] (EE) event15 - Razer Razer Naga Chroma: client bug: event processing lagging behind by 11ms, your system is too slow 
[  2437.421] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 12ms, your system is too slow 
[  2655.789] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 13ms, your system is too slow 
[  3064.325] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 12ms, your system is too slow 
[  3468.844] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 12ms, your system is too slow 
[  3468.844] (EE) event4  - AT Translated Set 2 keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages. 
[  4265.950] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 14ms, your system is too slow 
[  4391.884] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 11ms, your system is too slow 
[  6834.949] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 13ms, your system is too slow 
[~] cat /var/log/Xorg.0.log | grep EE 
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown. 
[    16.595] (EE) open /dev/dri/card0: No such file or directory 
[    16.595] (EE) open /dev/dri/card0: No such file or directory 
[    16.595] (EE) Unable to find a valid framebuffer device 
[    16.596] (EE) Screen 0 deleted because of no matching config section. 
[    16.596] (EE) Screen 0 deleted because of no matching config section. 
[    16.598] (II) Initializing extension MIT-SCREEN-SAVER 
[   320.888] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 13ms, your system is too slow 
[  2000.619] (EE) event15 - Razer Razer Naga Chroma: client bug: event processing lagging behind by 12ms, your system is too slow 
[  2013.959] (EE) event15 - Razer Razer Naga Chroma: client bug: event processing lagging behind by 11ms, your system is too slow 
[  2050.009] (EE) event15 - Razer Razer Naga Chroma: client bug: event processing lagging behind by 11ms, your system is too slow 
[  2437.421] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 12ms, your system is too slow 
[  2655.789] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 13ms, your system is too slow 
[  3064.325] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 12ms, your system is too slow 
[  3468.844] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 12ms, your system is too slow 
[  3468.844] (EE) event4  - AT Translated Set 2 keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages. 
[  4265.950] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 14ms, your system is too slow 
[  4391.884] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 11ms, your system is too slow 
[  6834.949] (EE) event4  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 13ms, your system is too slow 
lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Renoir [1002:1636] (rev c2) (prog-if 00 [VGA controller])
[~] lspci -k 
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Root Complex 
        Subsystem: Dell Device 0a1e 
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Renoir IOMMU 
        Subsystem: Dell Device 0a1e 
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge 
00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe GPP Bridge 
        Kernel driver in use: pcieport 
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge 
00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe GPP Bridge 
        Kernel driver in use: pcieport 
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge 
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus 
        Kernel driver in use: pcieport 
00:08.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus 
        Kernel driver in use: pcieport 
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 51) 
        Subsystem: Dell Device 0a1e 
        Kernel driver in use: piix4_smbus 
        Kernel modules: i2c_piix4, sp5100_tco 
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51) 
        Subsystem: Dell Device 0a1e 
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 0 
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 1 
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 2 
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 3 
        Kernel driver in use: k10temp 
        Kernel modules: k10temp 
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 4 
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 5 
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 6 
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 7 
01:00.0 Non-Volatile memory controller: KIOXIA Corporation Device 0001 
        Subsystem: KIOXIA Corporation Device 0001 
        Kernel driver in use: nvme 
02:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a) 
        Subsystem: Intel Corporation Device 4080 
        Kernel driver in use: iwlwifi 
        Kernel modules: iwlwifi 
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev c2) 
        Subsystem: Dell Device 0a1e 
        Kernel modules: amdgpu 
03:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 1637 
        Subsystem: Dell Device 0a1e 
        Kernel driver in use: snd_hda_intel 
        Kernel modules: snd_hda_intel 
03:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor 
        Subsystem: Dell Device 0a1e 
03:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir USB 3.1 
        Subsystem: Dell Device 0a1e 
        Kernel driver in use: xhci_hcd 
        Kernel modules: xhci_pci 
03:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir USB 3.1 
        Subsystem: Dell Device 0a1e 
        Kernel driver in use: xhci_hcd 
        Kernel modules: xhci_pci 
03:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] Raven/Raven2/FireFlight/Renoir Audio Processor (rev 01) 
        Subsystem: Dell Device 0a1e 
        Kernel modules: snd_pci_acp3x 
03:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller 
        Subsystem: Dell Device 0a1e 
        Kernel driver in use: snd_hda_intel 
        Kernel modules: snd_hda_intel 
04:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 81) 
        Subsystem: Dell Device 0a1e 
        Kernel driver in use: ahci 
        Kernel modules: ahci 
04:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 81) 
        Subsystem: Dell Device 0a1e 
        Kernel driver in use: ahci 
        Kernel modules: ahci 
glxinfo | grep "OpenGL vendor string" | cut -f2 -d":" | xargs
Mesa/X.org
[~] pacman -Qs libgl 
local/glew 2.2.0-2 
    The OpenGL Extension Wrangler Library 
local/glib2 2.66.2-1 
    Low level core library 
local/libglvnd 1.3.2-1 
    The GL Vendor-Neutral Dispatch library 
local/mesa 20.2.0-2 
    An open-source implementation of the OpenGL specification
[~] glxinfo -B 
name of display: :0 
display: :0  screen: 0 
direct rendering: Yes 
Extended renderer info (GLX_MESA_query_renderer): 
    Vendor: Mesa/X.org (0xffffffff) 
    Device: llvmpipe (LLVM 10.0.1, 256 bits) (0xffffffff) 
    Version: 20.2.0 
    Accelerated: no 
    Video memory: 7387MB 
    Unified memory: no 
    Preferred profile: core (0x1) 
    Max core profile version: 4.5 
    Max compat profile version: 3.1 
    Max GLES1 profile version: 1.1 
    Max GLES[23] profile version: 3.2 
OpenGL vendor string: Mesa/X.org 
OpenGL renderer string: llvmpipe (LLVM 10.0.1, 256 bits) 
OpenGL core profile version string: 4.5 (Core Profile) Mesa 20.2.0 
OpenGL core profile shading language version string: 4.50 
OpenGL core profile context flags: (none) 
OpenGL core profile profile mask: core profile 
OpenGL version string: 3.1 Mesa 20.2.0 
OpenGL shading language version string: 1.40 
OpenGL context flags: (none) 
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.2.0 
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 

Last edited by KNIX3 (2020-11-08 18:25:34)

Offline

#2 2020-11-08 01:06:43

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,739

Re: I have no /dev/dri/card0 and no hardware acceleration (AMD).

what's in your dmesg/journal? FWIW this can often be due to a race condition during early boot, enabling https://wiki.archlinux.org/index.php/Ke … _KMS_start should help with these kind of issues.

Offline

#3 2020-11-08 12:19:14

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,922

Re: I have no /dev/dri/card0 and no hardware acceleration (AMD).

Your videocard is identified as renoir, you are probably running a ryzen APU from the 4xxx family ?
If so, remove xf86-video-ati as that's meant for older cards.

Try early KMS as suggested by V1del. If that doesn't help post full dmesg / journal from 1 boot .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#4 2020-11-08 17:48:50

KNIX3
Member
Registered: 2020-11-07
Posts: 6

Re: I have no /dev/dri/card0 and no hardware acceleration (AMD).

Lone_Wolf wrote:

Your videocard is identified as renoir, you are probably running a ryzen APU from the 4xxx family ?
If so, remove xf86-video-ati as that's meant for older cards.

Try early KMS as suggested by V1del. If that doesn't help post full dmesg / journal from 1 boot .

Thank you for clarifying. I literally didn't know how old my card was so I just assumed it wasn't very new. I will try early KMS. I am running a Ryzen 4700.

Last edited by KNIX3 (2020-11-08 18:02:02)

Offline

#5 2020-11-08 18:00:11

KNIX3
Member
Registered: 2020-11-07
Posts: 6

Re: I have no /dev/dri/card0 and no hardware acceleration (AMD).

V1del wrote:

what's in your dmesg/journal? FWIW this can often be due to a race condition during early boot, enabling https://wiki.archlinux.org/index.php/Ke … _KMS_start should help with these kind of issues.

I enabled early KMS. Upon checking the Xorg logs I noticed that the majority of errors are gone. Unfortunately, I still do not have a /dev/dri/card0 and I actually don't even have a /dev/dri directory anymore. I will post the new Xorg logs and the dmesg.

Lone_Wolf wrote:

If that doesn't help post full dmesg / journal from 1 boot .

I don't know what journal means. Is it just another word for dmesg? (Just to clarify I don't know what dmesg means either but I know it's a command.)

[~] cat /var/log/Xorg.0.log 
[    30.414] (WW) Failed to open protocol names file lib/xorg/protocol.txt 
[    30.415] 
X.Org X Server 1.20.9 
X Protocol Version 11, Revision 0 
[    30.417] Build Operating System: Linux Artix Linux 
[    30.417] Current Operating System: Linux artix 5.4.74-1-lts #1 SMP Sun, 01 Nov 2020 16:27:42 +0000 x86_64 
[    30.417] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=4d2e0e05-b861-4440-b030-014fe0a88cc3 rw loglevel=3 quiet
[    30.418] Build Date: 02 September 2020  08:51:09AM 
[    30.419] 
[    30.419] Current version of pixman: 0.40.0 
[    30.420]    Before reporting problems, check http://wiki.x.org 
        to make sure that you have the latest version. 
[    30.420] Markers: (--) probed, (**) from config file, (==) default setting, 
        (++) from command line, (!!) notice, (II) informational, 
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown. 
[    30.422] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov  8 12:53:33 2020 
[    30.423] (==) Using system config directory "/usr/share/X11/xorg.conf.d" 
[    30.424] (==) No Layout section.  Using the first Screen section. 
[    30.424] (==) No screen section available. Using defaults. 
[    30.424] (**) |-->Screen "Default Screen Section" (0) 
[    30.424] (**) |   |-->Monitor "<default monitor>" 
[    30.424] (==) No monitor specified for screen "Default Screen Section". 
        Using a default monitor configuration. 
[    30.424] (==) Automatically adding devices 
[    30.424] (==) Automatically enabling devices 
[    30.424] (==) Automatically adding GPU devices 
[    30.424] (==) Automatically binding GPU devices 
[    30.424] (==) Max clients allowed: 256, resource mask: 0x1fffff 
[    30.427] (WW) The directory "/usr/share/fonts/OTF" does not exist. 
[    30.427]    Entry deleted from font path. 
[    30.427] (WW) The directory "/usr/share/fonts/Type1" does not exist. 
[    30.427]    Entry deleted from font path. 
[    30.428] (==) FontPath set to: 
        /usr/share/fonts/misc, 
        /usr/share/fonts/TTF, 
        /usr/share/fonts/100dpi, 
        /usr/share/fonts/75dpi 
[    30.428] (==) ModulePath set to "/usr/lib/xorg/modules" 
[    30.428] (II) The server relies on udev to provide the list of input devices. 
        If no devices become available, reconfigure udev or disable AutoAddDevices. 
[    30.428] (II) Module ABI versions: 
[    30.428]    X.Org ANSI C Emulation: 0.4 
[    30.428]    X.Org Video Driver: 24.1 
[    30.428]    X.Org XInput driver : 24.1 
[    30.428]    X.Org Server Extension : 10.0 
[    30.429] (++) using VT number 1 
[    30.431] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31 
[    30.432] (--) PCI:*(3@0:0:0) 1002:1636:1028:0a1e rev 194, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd0400000/524288, I/O @ 0x00001000/256 
[    30.432] (II) Open ACPI successful (/var/run/acpid.socket) 
[    30.432] (II) LoadModule: "glx" 
[    30.434] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so 
[    30.448] (II) Module glx: vendor="X.Org Foundation" 
[    30.448]    compiled for 1.20.9, module version = 1.0.0 
[    30.448]    ABI class: X.Org Server Extension, version 10.0 
[    30.448] (==) Matched ati as autoconfigured driver 0 
[    30.448] (==) Matched modesetting as autoconfigured driver 1 
[    30.448] (==) Matched fbdev as autoconfigured driver 2 
[    30.448] (==) Matched vesa as autoconfigured driver 3 
[    30.448] (==) Assigned the driver to the xf86ConfigLayout 
[    30.448] (II) LoadModule: "ati" 
[    30.448] (WW) Warning, couldn't open module ati 
[    30.448] (EE) Failed to load module "ati" (module does not exist, 0) 
[    30.448] (II) LoadModule: "modesetting" 
[    30.448] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so 
[    30.450] (II) Module modesetting: vendor="X.Org Foundation" 
[    30.450]    compiled for 1.20.9, module version = 1.20.9 
[    30.450]    Module class: X.Org Video Driver 
[    30.450]    ABI class: X.Org Video Driver, version 24.1 
[    30.450] (II) LoadModule: "fbdev" 
[    30.450] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so 
[    30.450] (II) Module fbdev: vendor="X.Org Foundation" 
[    30.450]    compiled for 1.20.8, module version = 0.5.0 
[    30.450]    Module class: X.Org Video Driver 
[    30.450]    ABI class: X.Org Video Driver, version 24.1 
[    30.450] (II) LoadModule: "vesa" 
[    30.450] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so 
[    30.450] (II) Module vesa: vendor="X.Org Foundation" 
[    30.450]    compiled for 1.20.9, module version = 2.5.0 
[    30.450]    Module class: X.Org Video Driver 
[    30.450]    ABI class: X.Org Video Driver, version 24.1 
[    30.450] (II) modesetting: Driver for Modesetting Kernel Drivers: kms 
[    30.450] (II) FBDEV: driver for framebuffer: fbdev 
[    30.450] (II) VESA: driver for VESA chipsets: vesa 
[    30.450] (EE) open /dev/dri/card0: No such file or directory 
[    30.450] (WW) Falling back to old probe method for modesetting 
[    30.450] (EE) open /dev/dri/card0: No such file or directory 
[    30.450] (II) Loading sub module "fbdevhw" 
[    30.450] (II) LoadModule: "fbdevhw" 
[    30.451] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so 
[    30.451] (II) Module fbdevhw: vendor="X.Org Foundation" 
[    30.451]    compiled for 1.20.9, module version = 0.0.2 
[    30.451]    ABI class: X.Org Video Driver, version 24.1 
[    30.451] (EE) Unable to find a valid framebuffer device 
[    30.451] (WW) Falling back to old probe method for fbdev 
[    30.451] (II) Loading sub module "fbdevhw" 
[    30.451] (II) LoadModule: "fbdevhw" 
[    30.451] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so 
[    30.451] (II) Module fbdevhw: vendor="X.Org Foundation" 
[    30.451]    compiled for 1.20.9, module version = 0.0.2 
[    30.451]    ABI class: X.Org Video Driver, version 24.1 
[    30.451] (II) FBDEV(2): using default device 
[    30.451] vesa: Refusing to run on UEFI 
[    30.451] (EE) Screen 0 deleted because of no matching config section. 
[    30.451] (II) UnloadModule: "modesetting" 
[    30.451] (EE) Screen 0 deleted because of no matching config section. 
[    30.451] (II) UnloadModule: "fbdev" 
[    30.451] (II) UnloadSubModule: "fbdevhw" 
[    30.451] (II) FBDEV(0): Creating default Display subsection in Screen section 
        "Default Screen Section" for depth/fbbpp 24/32 
[    30.451] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32 
[    30.451] (==) FBDEV(0): RGB weight 888 
[    30.451] (==) FBDEV(0): Default visual is TrueColor 
[    30.451] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0) 
[    30.451] (II) FBDEV(0): hardware: EFI VGA (video memory: 8128kB) 
[    30.451] (DB) xf86MergeOutputClassOptions unsupported bus type 0 
[    30.451] (II) FBDEV(0): checking modes against framebuffer device... 
[    30.451] (II) FBDEV(0): checking modes against monitor... 
[    30.451] (II) FBDEV(0): Virtual size is 1920x1080 (pitch 1920) 
[    30.451] (**) FBDEV(0):  Built-in mode "current": 207.4 MHz, 85.3 kHz, 77.2 Hz 
[    30.451] (II) FBDEV(0): Modeline "current"x0.0  207.38  1920 1952 2192 2432  1080 1084 1088 1104 -hsync -vsync -csync (85.3 kHz b) 
[    30.451] (==) FBDEV(0): DPI set to (96, 96) 
[    30.451] (II) Loading sub module "fb" 
[    30.451] (II) LoadModule: "fb" 
[    30.451] (II) Loading /usr/lib/xorg/modules/libfb.so 
[    30.451] (II) Module fb: vendor="X.Org Foundation" 
[    30.451]    compiled for 1.20.9, module version = 1.0.0 
[    30.451]    ABI class: X.Org ANSI C Emulation, version 0.4 
[    30.451] (**) FBDEV(0): using shadow framebuffer 
[    30.451] (II) Loading sub module "shadow" 
[    30.451] (II) LoadModule: "shadow" 
[    30.452] (II) Loading /usr/lib/xorg/modules/libshadow.so 
[    30.452] (II) Module shadow: vendor="X.Org Foundation" 
[    30.452]    compiled for 1.20.9, module version = 1.1.0 
[    30.452]    ABI class: X.Org ANSI C Emulation, version 0.4 
[    30.452] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling) 
[    30.452] (==) FBDEV(0): Backing store enabled 
[    30.452] (==) FBDEV(0): DPMS enabled 
[    30.453] (II) Initializing extension Generic Event Extension 
[    30.453] (II) Initializing extension SHAPE 
[    30.453] (II) Initializing extension MIT-SHM 
[    30.453] (II) Initializing extension XInputExtension 
[    30.453] (II) Initializing extension XTEST 
[    30.453] (II) Initializing extension BIG-REQUESTS 
[    30.453] (II) Initializing extension SYNC 
[    30.453] (II) Initializing extension XKEYBOARD 
[    30.453] (II) Initializing extension XC-MISC 
[    30.453] (II) Initializing extension SECURITY 
[    30.453] (II) Initializing extension XFIXES 
[    30.453] (II) Initializing extension RENDER 
[    30.453] (II) Initializing extension RANDR 
[    30.453] (II) Initializing extension COMPOSITE 
[    30.453] (II) Initializing extension DAMAGE 
[    30.453] (II) Initializing extension MIT-SCREEN-SAVER 
[    30.453] (II) Initializing extension DOUBLE-BUFFER 
[    30.453] (II) Initializing extension RECORD 
[    30.453] (II) Initializing extension DPMS 
[    30.453] (II) Initializing extension Present 
[    30.453] (II) Initializing extension DRI3 
[    30.453] (II) Initializing extension X-Resource 
[    30.453] (II) Initializing extension XVideo 
[    30.453] (II) Initializing extension XVideo-MotionCompensation 
[    30.453] (II) Initializing extension GLX 
[    30.453] (II) AIGLX: Screen 0 is not DRI2 capable 
[    30.614] (II) IGLX: Loaded and initialized swrast 
[    30.614] (II) GLX: Initialized DRISWRAST GL provider for screen 0 
[    30.614] (II) Initializing extension XFree86-VidModeExtension 
[    30.614] (II) Initializing extension XFree86-DGA 
[    30.614] (II) Initializing extension XFree86-DRI 
[    30.614] (II) Initializing extension DRI2 
[    30.656] (II) config/udev: Adding input device Video Bus (/dev/input/event3) 
[    30.656] (**) Video Bus: Applying InputClass "evdev keyboard catchall" 
[    30.656] (**) Video Bus: Applying InputClass "libinput keyboard catchall" 
[    30.656] (II) LoadModule: "libinput" 
[    30.656] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so 
[    30.658] (II) Module libinput: vendor="X.Org Foundation" 
[    30.658]    compiled for 1.20.8, module version = 0.30.0 
[    30.658]    Module class: X.Org XInput Driver 
[    30.658]    ABI class: X.Org XInput driver, version 24.1 
[    30.658] (II) Using input driver 'libinput' for 'Video Bus' 
[    30.659] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 16 paused 0 
[    30.659] (**) Video Bus: always reports core events 
[    30.659] (**) Option "Device" "/dev/input/event3" 
[    30.659] (**) Option "_source" "server/udev" 
[    30.662] (II) event3  - Video Bus: is tagged by udev as: Keyboard 
[    30.662] (II) event3  - Video Bus: device is a keyboard 
[    30.662] (II) event3  - Video Bus: device removed 
[    30.662] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:00/input/input3/event3" 
[    30.662] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6) 
[    30.663] (II) event3  - Video Bus: is tagged by udev as: Keyboard 
[    30.663] (II) event3  - Video Bus: device is a keyboard 
[    30.663] (II) config/udev: Adding input device Power Button (/dev/input/event0) 
[    30.663] (**) Power Button: Applying InputClass "evdev keyboard catchall" 
[    30.663] (**) Power Button: Applying InputClass "libinput keyboard catchall" 
[    30.663] (II) Using input driver 'libinput' for 'Power Button' 
[    30.664] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 19 paused 0 
[    30.664] (**) Power Button: always reports core events 
[    30.664] (**) Option "Device" "/dev/input/event0" 
[    30.664] (**) Option "_source" "server/udev" 
[    30.664] (II) event0  - Power Button: is tagged by udev as: Keyboard 
[    30.664] (II) event0  - Power Button: device is a keyboard 
[    30.664] (II) event0  - Power Button: device removed 
[    30.664] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0" 
[    30.664] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7) 
[    30.665] (II) event0  - Power Button: is tagged by udev as: Keyboard 
[    30.665] (II) event0  - Power Button: device is a keyboard 
[    30.665] (II) config/udev: Adding input device Lid Switch (/dev/input/event1) 
[    30.665] (II) No input driver specified, ignoring this device. 
[    30.665] (II) This device may have been added with another device file. 
[    30.665] (II) config/udev: Adding input device Sleep Button (/dev/input/event2) 
[    30.665] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" 
[    30.665] (**) Sleep Button: Applying InputClass "libinput keyboard catchall" 
[    30.665] (II) Using input driver 'libinput' for 'Sleep Button' 
[    30.665] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 20 paused 0 
[    30.665] (**) Sleep Button: always reports core events 
[    30.665] (**) Option "Device" "/dev/input/event2" 
[    30.665] (**) Option "_source" "server/udev" 
[    30.666] (II) event2  - Sleep Button: is tagged by udev as: Keyboard 
[    30.666] (II) event2  - Sleep Button: device is a keyboard 
[    30.666] (II) event2  - Sleep Button: device removed 
[    30.666] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2" 
[    30.666] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8) 
[    30.666] (II) event2  - Sleep Button: is tagged by udev as: Keyboard 
[    30.666] (II) event2  - Sleep Button: device is a keyboard 
[    30.666] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event6) 
[    30.666] (II) No input driver specified, ignoring this device. 
[    30.666] (II) This device may have been added with another device file. 
[    30.666] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event7) 
[    30.666] (II) No input driver specified, ignoring this device. 
[    30.666] (II) This device may have been added with another device file. 
[    30.666] (II) config/udev: Adding input device Razer Razer Naga Chroma (/dev/input/event11) 
[    30.666] (**) Razer Razer Naga Chroma: Applying InputClass "evdev pointer catchall" 
[    30.666] (**) Razer Razer Naga Chroma: Applying InputClass "libinput pointer catchall" 
[    30.666] (II) Using input driver 'libinput' for 'Razer Razer Naga Chroma' 
[    30.738] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 21 paused 0 
[    30.738] (**) Razer Razer Naga Chroma: always reports core events 
[    30.738] (**) Option "Device" "/dev/input/event11" 
[    30.738] (**) Option "_source" "server/udev" 
[    30.739] (II) event11 - Razer Razer Naga Chroma: is tagged by udev as: Mouse 
[    30.739] (II) event11 - Razer Razer Naga Chroma: device is a pointer 
[    30.739] (II) event11 - Razer Razer Naga Chroma: device removed 
[    30.739] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.0/0003:1532:0053.0002/input/input16/event11" 
[    30.739] (II) XINPUT: Adding extended input device "Razer Razer Naga Chroma" (type: MOUSE, id 9) 
[    30.740] (**) Option "AccelerationScheme" "none" 
[    30.740] (**) Razer Razer Naga Chroma: (accel) selected scheme none/0 
[    30.740] (**) Razer Razer Naga Chroma: (accel) acceleration factor: 2.000 
[    30.740] (**) Razer Razer Naga Chroma: (accel) acceleration threshold: 4 
[    30.740] (II) event11 - Razer Razer Naga Chroma: is tagged by udev as: Mouse 
[    30.741] (II) event11 - Razer Razer Naga Chroma: device is a pointer 
[    30.741] (II) config/udev: Adding input device Razer Razer Naga Chroma (/dev/input/mouse1) 
[    30.741] (II) No input driver specified, ignoring this device. 
[    30.741] (II) This device may have been added with another device file. 
[    30.741] (II) config/udev: Adding input device Razer Razer Naga Chroma Keyboard (/dev/input/event12) 
[    30.741] (**) Razer Razer Naga Chroma Keyboard: Applying InputClass "evdev keyboard catchall" 
[    30.741] (**) Razer Razer Naga Chroma Keyboard: Applying InputClass "libinput keyboard catchall" 
[    30.741] (II) Using input driver 'libinput' for 'Razer Razer Naga Chroma Keyboard' 
[    30.742] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 22 paused 0 
[    30.742] (**) Razer Razer Naga Chroma Keyboard: always reports core events 
[    30.742] (**) Option "Device" "/dev/input/event12" 
[    30.742] (**) Option "_source" "server/udev" 
[    30.743] (II) event12 - Razer Razer Naga Chroma Keyboard: is tagged by udev as: Keyboard 
[    30.743] (II) event12 - Razer Razer Naga Chroma Keyboard: device is a keyboard 
[    30.743] (II) event12 - Razer Razer Naga Chroma Keyboard: device removed 
[    30.743] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:1532:0053.0003/input/input17/event12" 
[    30.743] (II) XINPUT: Adding extended input device "Razer Razer Naga Chroma Keyboard" (type: KEYBOARD, id 10) 
[    30.744] (II) event12 - Razer Razer Naga Chroma Keyboard: is tagged by udev as: Keyboard 
[    30.744] (II) event12 - Razer Razer Naga Chroma Keyboard: device is a keyboard 
[    30.745] (II) config/udev: Adding input device Razer Razer Naga Chroma Consumer Control (/dev/input/event15) 
[    30.745] (**) Razer Razer Naga Chroma Consumer Control: Applying InputClass "evdev keyboard catchall" 
[    30.745] (**) Razer Razer Naga Chroma Consumer Control: Applying InputClass "libinput keyboard catchall" 
[    30.745] (II) Using input driver 'libinput' for 'Razer Razer Naga Chroma Consumer Control' 
[    30.746] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 23 paused 0 
[    30.746] (**) Razer Razer Naga Chroma Consumer Control: always reports core events 
[    30.746] (**) Option "Device" "/dev/input/event15" 
[    30.746] (**) Option "_source" "server/udev" 
[    30.747] (II) event15 - Razer Razer Naga Chroma Consumer Control: is tagged by udev as: Keyboard 
[    30.747] (II) event15 - Razer Razer Naga Chroma Consumer Control: device is a keyboard 
[    30.747] (II) event15 - Razer Razer Naga Chroma Consumer Control: device removed 
[    30.747] (II) libinput: Razer Razer Naga Chroma Consumer Control: needs a virtual subdevice 
[    30.747] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:1532:0053.0003/input/input18/event15" 
[    30.747] (II) XINPUT: Adding extended input device "Razer Razer Naga Chroma Consumer Control" (type: MOUSE, id 11) 
[    30.747] (**) Option "AccelerationScheme" "none" 
[    30.747] (**) Razer Razer Naga Chroma Consumer Control: (accel) selected scheme none/0 
[    30.747] (**) Razer Razer Naga Chroma Consumer Control: (accel) acceleration factor: 2.000 
[    30.747] (**) Razer Razer Naga Chroma Consumer Control: (accel) acceleration threshold: 4 
[    30.748] (II) event15 - Razer Razer Naga Chroma Consumer Control: is tagged by udev as: Keyboard 
[    30.748] (II) event15 - Razer Razer Naga Chroma Consumer Control: device is a keyboard 
[    30.749] (II) config/udev: Adding input device Razer Razer Naga Chroma System Control (/dev/input/event17) 
[    30.749] (**) Razer Razer Naga Chroma System Control: Applying InputClass "evdev keyboard catchall" 
[    30.749] (**) Razer Razer Naga Chroma System Control: Applying InputClass "libinput keyboard catchall" 
[    30.749] (II) Using input driver 'libinput' for 'Razer Razer Naga Chroma System Control' 
[    30.750] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 24 paused 0 
[    30.750] (**) Razer Razer Naga Chroma System Control: always reports core events 
[    30.750] (**) Option "Device" "/dev/input/event17" 
[    30.750] (**) Option "_source" "server/udev" 
[    30.751] (II) event17 - Razer Razer Naga Chroma System Control: is tagged by udev as: Keyboard 
[    30.751] (II) event17 - Razer Razer Naga Chroma System Control: device is a keyboard 
[    30.751] (II) event17 - Razer Razer Naga Chroma System Control: device removed 
[    30.751] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:1532:0053.0003/input/input19/event17" 
[    30.751] (II) XINPUT: Adding extended input device "Razer Razer Naga Chroma System Control" (type: KEYBOARD, id 12) 
[    30.752] (II) event17 - Razer Razer Naga Chroma System Control: is tagged by udev as: Keyboard 
[    30.752] (II) event17 - Razer Razer Naga Chroma System Control: device is a keyboard 
[    30.752] (II) config/udev: Adding input device Razer Razer Naga Chroma (/dev/input/event18) 
[    30.752] (II) No input driver specified, ignoring this device. 
[    30.752] (II) This device may have been added with another device file. 
[    30.752] (II) config/udev: Adding input device Razer Razer Naga Chroma (/dev/input/event19) 
[    30.752] (**) Razer Razer Naga Chroma: Applying InputClass "evdev keyboard catchall" 
[    30.752] (**) Razer Razer Naga Chroma: Applying InputClass "libinput keyboard catchall" 
[    30.753] (II) Using input driver 'libinput' for 'Razer Razer Naga Chroma' 
[    30.753] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 25 paused 0 
[    30.753] (**) Razer Razer Naga Chroma: always reports core events 
[    30.754] (**) Option "Device" "/dev/input/event19" 
[    30.754] (**) Option "_source" "server/udev" 
[    30.754] (II) event19 - Razer Razer Naga Chroma: is tagged by udev as: Keyboard 
[    30.754] (II) event19 - Razer Razer Naga Chroma: device is a keyboard 
[    30.755] (II) event19 - Razer Razer Naga Chroma: device removed 
[    30.755] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.2/0003:1532:0053.0004/input/input24/event19" 
[    30.755] (II) XINPUT: Adding extended input device "Razer Razer Naga Chroma" (type: KEYBOARD, id 13) 
[    30.756] (II) event19 - Razer Razer Naga Chroma: is tagged by udev as: Keyboard 
[    30.756] (II) event19 - Razer Razer Naga Chroma: device is a keyboard 
[    30.756] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event20) 
[    30.756] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "evdev keyboard catchall" 
[    30.756] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall" 
[    30.756] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate' 
[    30.758] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 26 paused 0 
[    30.758] (**) Integrated_Webcam_HD: Integrate: always reports core events 
[    30.758] (**) Option "Device" "/dev/input/event20" 
[    30.758] (**) Option "_source" "server/udev" 
[    30.758] (II) event20 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard 
[    30.758] (II) event20 - Integrated_Webcam_HD: Integrate: device is a keyboard 
[    30.759] (II) event20 - Integrated_Webcam_HD: Integrate: device removed 
[    30.759] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-2/3-2:1.0/input/input25/event20" 
[    30.759] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 14) 
[    30.759] (II) event20 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard 
[    30.759] (II) event20 - Integrated_Webcam_HD: Integrate: device is a keyboard 
[    30.760] (II) config/udev: Adding input device HD-Audio Generic Headphone Mic (/dev/input/event8) 
[    30.760] (II) No input driver specified, ignoring this device. 
[    30.760] (II) This device may have been added with another device file. 
[    30.760] (II) config/udev: Adding input device DELL0A1E:00 04F3:3147 Mouse (/dev/input/event14) 
[    30.760] (**) DELL0A1E:00 04F3:3147 Mouse: Applying InputClass "evdev pointer catchall" 
[    30.760] (**) DELL0A1E:00 04F3:3147 Mouse: Applying InputClass "libinput pointer catchall" 
[    30.760] (II) Using input driver 'libinput' for 'DELL0A1E:00 04F3:3147 Mouse' 
[    30.761] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 27 paused 0 
[    30.761] (**) DELL0A1E:00 04F3:3147 Mouse: always reports core events 
[    30.761] (**) Option "Device" "/dev/input/event14" 
[    30.761] (**) Option "_source" "server/udev" 
[    30.762] (II) event14 - DELL0A1E:00 04F3:3147 Mouse: is tagged by udev as: Mouse 
[    30.762] (II) event14 - DELL0A1E:00 04F3:3147 Mouse: device is a pointer 
[    30.762] (II) event14 - DELL0A1E:00 04F3:3147 Mouse: device removed 
[    30.762] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-DELL0A1E:00/0018:04F3:3147.0001/input/input21/event14" 
[    30.762] (II) XINPUT: Adding extended input device "DELL0A1E:00 04F3:3147 Mouse" (type: MOUSE, id 15) 
[    30.762] (**) Option "AccelerationScheme" "none" 
[    30.762] (**) DELL0A1E:00 04F3:3147 Mouse: (accel) selected scheme none/0 
[    30.762] (**) DELL0A1E:00 04F3:3147 Mouse: (accel) acceleration factor: 2.000 
[    30.762] (**) DELL0A1E:00 04F3:3147 Mouse: (accel) acceleration threshold: 4 
[    30.763] (II) event14 - DELL0A1E:00 04F3:3147 Mouse: is tagged by udev as: Mouse 
[    30.763] (II) event14 - DELL0A1E:00 04F3:3147 Mouse: device is a pointer 
[    30.764] (II) config/udev: Adding input device DELL0A1E:00 04F3:3147 Mouse (/dev/input/mouse2) 
[    30.764] (II) No input driver specified, ignoring this device. 
[    30.764] (II) This device may have been added with another device file. 
[    30.764] (II) config/udev: Adding input device DELL0A1E:00 04F3:3147 Touchpad (/dev/input/event16) 
[    30.764] (**) DELL0A1E:00 04F3:3147 Touchpad: Applying InputClass "evdev touchpad catchall" 
[    30.764] (**) DELL0A1E:00 04F3:3147 Touchpad: Applying InputClass "libinput touchpad catchall" 
[    30.764] (**) DELL0A1E:00 04F3:3147 Touchpad: Applying InputClass "touchpad catchall" 
[    30.764] (**) DELL0A1E:00 04F3:3147 Touchpad: Applying InputClass "Default clickpad buttons" 
[    30.764] (II) LoadModule: "synaptics" 
[    30.764] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so 
[    30.765] (II) Module synaptics: vendor="X.Org Foundation" 
[    30.765]    compiled for 1.20.8, module version = 1.9.1 
[    30.765]    Module class: X.Org XInput Driver 
[    30.765]    ABI class: X.Org XInput driver, version 24.1 
[    30.765] (II) Using input driver 'synaptics' for 'DELL0A1E:00 04F3:3147 Touchpad' 
[    30.766] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 28 paused 0 
[    30.766] (**) DELL0A1E:00 04F3:3147 Touchpad: always reports core events 
[    30.766] (**) Option "Device" "/dev/input/event16" 
[    30.766] (II) synaptics: DELL0A1E:00 04F3:3147 Touchpad: found clickpad property 
[    30.766] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: x-axis range 0 - 3512 (res 31) 
[    30.766] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: y-axis range 0 - 2442 (res 31) 
[    30.766] (II) synaptics: DELL0A1E:00 04F3:3147 Touchpad: device does not report pressure, will use touch data. 
[    30.766] (II) synaptics: DELL0A1E:00 04F3:3147 Touchpad: device does not report finger width. 
[    30.766] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: buttons: left double triple 
[    30.766] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: Vendor 0x4f3 Product 0x3147 
[    30.766] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: invalid pressure range.  defaulting to 0 - 255 
[    30.766] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: invalid finger width range.  defaulting to 0 - 15 
[    30.766] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" 
[    30.767] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: touchpad found 
[    30.767] (**) DELL0A1E:00 04F3:3147 Touchpad: always reports core events 
[    30.767] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-DELL0A1E:00/0018:04F3:3147.0001/input/input22/event16" 
[    30.767] (II) XINPUT: Adding extended input device "DELL0A1E:00 04F3:3147 Touchpad" (type: TOUCHPAD, id 16) 
[    30.767] (**) synaptics: DELL0A1E:00 04F3:3147 Touchpad: (accel) MinSpeed is now constant deceleration 2.5 
[    30.767] (**) synaptics: DELL0A1E:00 04F3:3147 Touchpad: (accel) MaxSpeed is now 1.75 
[    30.767] (**) synaptics: DELL0A1E:00 04F3:3147 Touchpad: (accel) AccelFactor is now 0.047 
[    30.767] (**) DELL0A1E:00 04F3:3147 Touchpad: (accel) keeping acceleration scheme 1 
[    30.767] (**) DELL0A1E:00 04F3:3147 Touchpad: (accel) acceleration profile 1 
[    30.767] (**) DELL0A1E:00 04F3:3147 Touchpad: (accel) acceleration factor: 2.000 
[    30.767] (**) DELL0A1E:00 04F3:3147 Touchpad: (accel) acceleration threshold: 4 
[    30.767] (--) synaptics: DELL0A1E:00 04F3:3147 Touchpad: touchpad found 
[    30.767] (II) config/udev: Adding input device DELL0A1E:00 04F3:3147 Touchpad (/dev/input/mouse3) 
[    30.767] (**) DELL0A1E:00 04F3:3147 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates" 
[    30.767] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event13) 
[    30.767] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall" 
[    30.767] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall" 
[    30.767] (II) Using input driver 'libinput' for 'Dell WMI hotkeys' 
[    30.769] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 29 paused 0 
[    30.769] (**) Dell WMI hotkeys: always reports core events 
[    30.769] (**) Option "Device" "/dev/input/event13" 
[    30.769] (**) Option "_source" "server/udev" 
[    30.769] (II) event13 - Dell WMI hotkeys: is tagged by udev as: Keyboard 
[    30.769] (II) event13 - Dell WMI hotkeys: device is a keyboard 
[    30.769] (II) event13 - Dell WMI hotkeys: device removed 
[    30.770] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input15/event13" 
[    30.770] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 17) 
[    30.770] (II) event13 - Dell WMI hotkeys: is tagged by udev as: Keyboard 
[    30.770] (II) event13 - Dell WMI hotkeys: device is a keyboard 
[    30.771] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4) 
[    30.771] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" 
[    30.771] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall" 
[    30.771] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard' 
[    30.772] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 30 paused 0 
[    30.772] (**) AT Translated Set 2 keyboard: always reports core events 
[    30.772] (**) Option "Device" "/dev/input/event4" 
[    30.772] (**) Option "_source" "server/udev" 
[    30.772] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard 
[    30.772] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard 
[    30.773] (II) event4  - AT Translated Set 2 keyboard: device removed 
[    30.773] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4" 
[    30.773] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18) 
[    30.774] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard 
[    30.774] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard 
[    30.775] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event10) 
[    30.775] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall" 
[    30.775] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall" 
[    30.775] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall" 
[    30.775] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons" 
[    30.775] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad' 
[    30.776] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 31 paused 0 
[    30.776] (**) ETPS/2 Elantech Touchpad: always reports core events 
[    30.776] (**) Option "Device" "/dev/input/event10" 
[    30.776] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property 
[    30.776] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3512 (res 31) 
[    30.777] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 2442 (res 31) 
[    30.777] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255 
[    30.777] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15 
[    30.777] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple 
[    30.777] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe 
[    30.777] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" 
[    30.777] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found 
[    30.777] (**) ETPS/2 Elantech Touchpad: always reports core events 
[    30.777] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event10" 
[    30.777] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 19) 
[    30.777] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5 
[    30.777] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75 
[    30.777] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.047 
[    30.777] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1 
[    30.777] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1 
[    30.777] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000 
[    30.777] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4 
[    30.777] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found 
[    30.777] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0) 
[    30.777] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates" 
[    30.777] (II) config/udev: Adding input device PC Speaker (/dev/input/event9) 
[    30.777] (II) No input driver specified, ignoring this device. 
[    30.777] (II) This device may have been added with another device file. 
[    30.778] (II) config/udev: Adding input device DELL Wireless hotkeys (/dev/input/event5) 
[    30.778] (**) DELL Wireless hotkeys: Applying InputClass "evdev keyboard catchall" 
[    30.778] (**) DELL Wireless hotkeys: Applying InputClass "libinput keyboard catchall" 
[    30.778] (II) Using input driver 'libinput' for 'DELL Wireless hotkeys' 
[    30.779] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0 
[    30.779] (**) DELL Wireless hotkeys: always reports core events 
[    30.779] (**) Option "Device" "/dev/input/event5" 
[    30.779] (**) Option "_source" "server/udev" 
[    30.779] (II) event5  - DELL Wireless hotkeys: is tagged by udev as: Keyboard 
[    30.779] (II) event5  - DELL Wireless hotkeys: device is a keyboard 
[    30.779] (II) event5  - DELL Wireless hotkeys: device removed 
[    30.779] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event5" 
[    30.779] (II) XINPUT: Adding extended input device "DELL Wireless hotkeys" (type: KEYBOARD, id 20) 
[    30.780] (II) event5  - DELL Wireless hotkeys: is tagged by udev as: Keyboard 
[    30.780] (II) event5  - DELL Wireless hotkeys: device is a keyboard 
[    30.782] (**) Razer Razer Naga Chroma Consumer Control: Applying InputClass "evdev keyboard catchall" 
[    30.782] (**) Razer Razer Naga Chroma Consumer Control: Applying InputClass "libinput keyboard catchall" 
[    30.782] (II) Using input driver 'libinput' for 'Razer Razer Naga Chroma Consumer Control' 
[    30.782] (II) systemd-logind: returning pre-existing fd for /dev/input/event15 13:79 
[    30.782] (**) Razer Razer Naga Chroma Consumer Control: always reports core events 
[    30.782] (**) Option "Device" "/dev/input/event15" 
[    30.782] (**) Option "_source" "_driver/libinput" 
[    30.782] (II) libinput: Razer Razer Naga Chroma Consumer Control: is a virtual subdevice 
[    30.782] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:1532:0053.0003/input/input18/event15" 
[    30.782] (II) XINPUT: Adding extended input device "Razer Razer Naga Chroma Consumer Control" (type: KEYBOARD, id 21) 
[~] grep "EE" /var/log/Xorg.0.log 
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown. 
[    30.448] (EE) Failed to load module "ati" (module does not exist, 0) 
[    30.450] (EE) open /dev/dri/card0: No such file or directory 
[    30.450] (EE) open /dev/dri/card0: No such file or directory 
[    30.451] (EE) Unable to find a valid framebuffer device 
[    30.451] (EE) Screen 0 deleted because of no matching config section. 
[    30.451] (EE) Screen 0 deleted because of no matching config section. 
[    30.453] (II) Initializing extension MIT-SCREEN-SAVER 
[~] dmesg 
[    0.000000] Linux version 5.4.74-1-lts (linux-lts@artixlinux) (gcc version 10.2.0 (GCC)) #1 SMP Sun, 01 Nov 2020 16:27:42 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=4d2e0e05-b861-4440-b030-014fe0a88cc3 rw loglevel=3 quiet 
[    0.000000] KERNEL supported cpus: 
[    0.000000]   Intel GenuineIntel 
[    0.000000]   AMD AuthenticAMD 
[    0.000000]   Hygon HygonGenuine 
[    0.000000]   Centaur CentaurHauls 
[    0.000000]   zhaoxin   Shanghai 
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' 
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' 
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' 
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256 
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format. 
[    0.000000] BIOS-provided physical RAM map: 
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable 
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved 
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable 
[    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved 
[    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable 
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS 
[    0.000000] BIOS-e820: [mem 0x0000000009f0d000-0x00000000ab798fff] usable 
[    0.000000] BIOS-e820: [mem 0x00000000ab799000-0x00000000ac998fff] reserved 
[    0.000000] BIOS-e820: [mem 0x00000000ac999000-0x00000000c9baefff] usable 
[    0.000000] BIOS-e820: [mem 0x00000000c9baf000-0x00000000c9f7efff] type 20 
[    0.000000] BIOS-e820: [mem 0x00000000c9f7f000-0x00000000cbf7efff] reserved 
[    0.000000] BIOS-e820: [mem 0x00000000cbf7f000-0x00000000cdf7efff] ACPI NVS 
[    0.000000] BIOS-e820: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data 
[    0.000000] BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable 
[    0.000000] BIOS-e820: [mem 0x00000000ce000000-0x00000000ceffffff] reserved 
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved 
[    0.000000] BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved 
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved 
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved 
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved 
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved 
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000fff1ffff] reserved 
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000020f33ffff] usable 
[    0.000000] BIOS-e820: [mem 0x000000020f340000-0x000000022fffffff] reserved 
[    0.000000] NX (Execute Disable) protection: active 
[    0.000000] efi: EFI v2.70 by Dell Inc. 
[    0.000000] efi:  ACPI=0xcdffe000  ACPI 2.0=0xcdffe014  TPMFinalLog=0xcdf1b000  SMBIOS=0xca70d000  SMBIOS 3.0=0xca70b000  ESRT=0xca709018  MEMATTR=0xb8e2e018 
[    0.000000] SMBIOS 3.2.0 present. 
[    0.000000] DMI: Dell Inc. Inspiron 5505/00XDDY, BIOS 1.0.0 05/13/2020 
[    0.000000] tsc: Fast TSC calibration using PIT 
[    0.000000] tsc: Detected 1996.294 MHz processor 
[    0.000544] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved 
[    0.000545] e820: remove [mem 0x000a0000-0x000fffff] usable 
[    0.000549] last_pfn = 0x20f340 max_arch_pfn = 0x400000000 
[    0.000553] MTRR default type: uncachable 
[    0.000553] MTRR fixed ranges enabled: 
[    0.000554]   00000-9FFFF write-back 
[    0.000554]   A0000-BFFFF uncachable 
[    0.000555]   C0000-FFFFF write-through 
[    0.000555] MTRR variable ranges enabled: 
[    0.000556]   0 base 000000000000 mask FFFF80000000 write-back 
[    0.000557]   1 base 000080000000 mask FFFFC0000000 write-back 
[    0.000557]   2 base 0000C0000000 mask FFFFF0000000 write-back 
[    0.000558]   3 base 0000FFF00000 mask FFFFFFF00000 write-protect 
[    0.000558]   4 base 0000FFF00000 mask FFFFFFFE0000 uncachable 
[    0.000558]   5 disabled 
[    0.000559]   6 disabled 
[    0.000559]   7 disabled 
[    0.000560] TOM2: 0000000230000000 aka 8960M 
[    0.000891] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT 
[    0.000964] last_pfn = 0xce000 max_arch_pfn = 0x400000000 
[    0.004839] esrt: Reserving ESRT space from 0x00000000ca709018 to 0x00000000ca709050. 
[    0.004849] check: Scanning 1 areas for low memory corruption 
[    0.004853] Using GB pages for direct mapping 
[    0.005392] Secure boot could not be determined 
[    0.005393] RAMDISK: [mem 0x358f7000-0x36c72fff] 
[    0.005401] ACPI: Early table checksum verification disabled 
[    0.005404] ACPI: RSDP 0x00000000CDFFE014 000024 (v02 DELL  ) 
[    0.005407] ACPI: XSDT 0x00000000CDFCB188 00012C (v01 DELL   WN09     00000002      01000013) 
[    0.005411] ACPI: FACP 0x00000000CDFEE000 00010C (v05 DELL   WN09     00000002 ASL  01000013) 
[    0.005415] ACPI: DSDT 0x00000000CDFDF000 008A95 (v01 DELL   WN09     00000002 ASL  01000013) 
[    0.005416] ACPI: FACS 0x00000000CDF18000 000040 
[    0.005418] ACPI: UEFI 0x00000000CDF7E000 000236 (v01 INSYDE H2O BIOS 00000001 ACPI 00040000) 
[    0.005419] ACPI: SSDT 0x00000000CDFF5000 007216 (v02 AMD    AmdTable 00000002 MSFT 04000000) 
[    0.005421] ACPI: IVRS 0x00000000CDFF4000 0001A4 (v02 DELL   WN09     00000001 ASL  00000000) 
[    0.005423] ACPI: SSDT 0x00000000CDFF3000 00046D (v01 Insyde TPMACPI  00001000 INTL 20130117) 
[    0.005424] ACPI: TPM2 0x00000000CDFF2000 000034 (v04 DELL   WN09     00000002 ASL  01000013) 
[    0.005426] ACPI: MSDM 0x00000000CDFF1000 000055 (v03 DELL   WN09     00000001 ASL  00040000) 
[    0.005427] ACPI: ASF! 0x00000000CDFF0000 0000A5 (v32 DELL   WN09     00000002 ASL  01000013) 
[    0.005429] ACPI: BOOT 0x00000000CDFEF000 000028 (v01 DELL   WN09     00000002 ASL  01000013) 
[    0.005430] ACPI: HPET 0x00000000CDFED000 000038 (v01 DELL   WN09     00000002 ASL  01000013) 
[    0.005432] ACPI: APIC 0x00000000CDFEC000 000138 (v03 DELL   WN09     00000002 ASL  01000013) 
[    0.005433] ACPI: MCFG 0x00000000CDFEB000 00003C (v01 DELL   WN09     00000002 ASL  01000013) 
[    0.005435] ACPI: SLIC 0x00000000CDFEA000 000176 (v01 DELL   WN09     00000002 ASL  01000013) 
[    0.005437] ACPI: SSDT 0x00000000CDFDE000 000080 (v01 AMDyde EDK2     00000002      01000013) 
[    0.005438] ACPI: WSMT 0x00000000CDFDD000 000028 (v01 DELL   WN09     00000001 ASL  00040000) 
[    0.005440] ACPI: VFCT 0x00000000CDFCF000 00D484 (v01 DELL   WN09     00000001 ASL  31504F47) 
[    0.005441] ACPI: SSDT 0x00000000CDFCE000 0000F8 (v01 AMD    PcdTabl  00001000 INTL 20130117) 
[    0.005443] ACPI: SSDT 0x00000000CDFCC000 001BF4 (v01 AMD    AmdTable 00000001 AMD  00000001) 
[    0.005444] ACPI: CRAT 0x00000000CDFFD000 000F28 (v01 DELL   WN09     00000001 ASL  00000001) 
[    0.005446] ACPI: CDIT 0x00000000CDFCA000 000029 (v01 DELL   WN09     00000001 ASL  00000001) 
[    0.005447] ACPI: SSDT 0x00000000CDFC9000 00028D (v01 AMD    AmdTable 00000001 INTL 20130117) 
[    0.005449] ACPI: SSDT 0x00000000CDFC8000 000D37 (v01 AMD    AmdTable 00000001 INTL 20130117) 
[    0.005450] ACPI: SSDT 0x00000000CDFC6000 0010A5 (v01 AMD    AmdTable 00000001 INTL 20130117) 
[    0.005452] ACPI: SSDT 0x00000000CDFC2000 0030C8 (v01 AMD    AmdTable 00000001 INTL 20130117) 
[    0.005453] ACPI: FPDT 0x00000000CDFC1000 000044 (v01 DELL   WN09     00000002 ASL  01000013) 
[    0.005455] ACPI: SSDT 0x00000000CDFE9000 0001EE (v01 AMD    AmdTable 00000001 INTL 20130117) 
[    0.005457] ACPI: SSDT 0x00000000CDFE8000 00020A (v01 AMD    AmdTable 00000001 INTL 20130117) 
[    0.005458] ACPI: SSDT 0x00000000CDFBF000 000CCF (v01 AMD    AmdTable 00000001 INTL 20130117) 
[    0.005460] ACPI: SSDT 0x00000000CDFBE000 000463 (v01 AMD    AmdTable 00000001 INTL 20130117) 
[    0.005461] ACPI: SSDT 0x00000000CDFBD000 00007D (v01 AMD    AmdTable 00000001 INTL 20130117) 
[    0.005463] ACPI: SSDT 0x00000000CDFBC000 00053B (v01 AMD    AmdTable 00000001 INTL 20130117) 
[    0.005464] ACPI: SSDT 0x00000000CDFBB000 000517 (v01 AMD    AmdTable 00000001 INTL 20130117) 
[    0.005466] ACPI: BGRT 0x00000000CDFC0000 000038 (v01 DELL   WN09     00000001 ASL  00040000) 
[    0.005472] ACPI: Local APIC address 0xfee00000 
[    0.005516] No NUMA configuration found 
[    0.005517] Faking a node at [mem 0x0000000000000000-0x000000020f33ffff] 
[    0.005519] NODE_DATA(0) allocated [mem 0x20f33c000-0x20f33ffff] 
[    0.005540] Zone ranges: 
[    0.005540]   DMA      [mem 0x0000000000001000-0x0000000000ffffff] 
[    0.005541]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff] 
[    0.005542]   Normal   [mem 0x0000000100000000-0x000000020f33ffff] 
[    0.005542]   Device   empty 
[    0.005543] Movable zone start for each node 
[    0.005543] Early memory node ranges 
[    0.005544]   node   0: [mem 0x0000000000001000-0x000000000009efff] 
[    0.005544]   node   0: [mem 0x0000000000100000-0x0000000009afffff] 
[    0.005545]   node   0: [mem 0x0000000009e00000-0x0000000009efffff] 
[    0.005545]   node   0: [mem 0x0000000009f0d000-0x00000000ab798fff] 
[    0.005546]   node   0: [mem 0x00000000ac999000-0x00000000c9baefff] 
[    0.005546]   node   0: [mem 0x00000000cdfff000-0x00000000cdffffff] 
[    0.005546]   node   0: [mem 0x0000000100000000-0x000000020f33ffff] 
[    0.005732] Zeroed struct page in unavailable ranges: 34431 pages 
[    0.005733] Initmem setup node 0 [mem 0x0000000000001000-0x000000020f33ffff] 
[    0.005733] On node 0 totalpages: 1931649 
[    0.005735]   DMA zone: 64 pages used for memmap 
[    0.005735]   DMA zone: 23 pages reserved 
[    0.005736]   DMA zone: 3998 pages, LIFO batch:0 
[    0.005775]   DMA32 zone: 12763 pages used for memmap 
[    0.005775]   DMA32 zone: 816803 pages, LIFO batch:63 
[    0.017067]   Normal zone: 17357 pages used for memmap 
[    0.017069]   Normal zone: 1110848 pages, LIFO batch:63 
[    0.030703] ACPI: PM-Timer IO Port: 0x408 
[    0.030706] ACPI: Local APIC address 0xfee00000 
[    0.030712] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) 
[    0.030712] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) 
[    0.030713] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) 
[    0.030713] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) 
[    0.030714] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) 
[    0.030714] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) 
[    0.030714] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) 
[    0.030715] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) 
[    0.030715] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) 
[    0.030715] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) 
[    0.030716] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) 
[    0.030716] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) 
[    0.030716] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) 
[    0.030717] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1]) 
[    0.030717] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1]) 
[    0.030717] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1]) 
[    0.030731] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23 
[    0.030735] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55 
[    0.030737] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 
[    0.030738] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) 
[    0.030739] ACPI: IRQ0 used by override. 
[    0.030739] ACPI: IRQ9 used by override. 
[    0.030741] Using ACPI (MADT) for SMP configuration information 
[    0.030742] ACPI: HPET id: 0x10228210 base: 0xfed00000 
[    0.030752] e820: update [mem 0xb8e35000-0xb8e8cfff] usable ==> reserved 
[    0.030761] smpboot: Allowing 16 CPUs, 8 hotplug CPUs 
[    0.030786] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] 
[    0.030787] PM: Registered nosave memory: [mem 0x0009f000-0x000bffff] 
[    0.030788] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff] 
[    0.030789] PM: Registered nosave memory: [mem 0x09b00000-0x09dfffff] 
[    0.030791] PM: Registered nosave memory: [mem 0x09f00000-0x09f0cfff] 
[    0.030792] PM: Registered nosave memory: [mem 0xab799000-0xac998fff] 
[    0.030793] PM: Registered nosave memory: [mem 0xb8e35000-0xb8e8cfff] 
[    0.030794] PM: Registered nosave memory: [mem 0xc9baf000-0xc9f7efff] 
[    0.030794] PM: Registered nosave memory: [mem 0xc9f7f000-0xcbf7efff] 
[    0.030795] PM: Registered nosave memory: [mem 0xcbf7f000-0xcdf7efff] 
[    0.030795] PM: Registered nosave memory: [mem 0xcdf7f000-0xcdffefff] 
[    0.030796] PM: Registered nosave memory: [mem 0xce000000-0xceffffff] 
[    0.030797] PM: Registered nosave memory: [mem 0xcf000000-0xf7ffffff] 
[    0.030797] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff] 
[    0.030798] PM: Registered nosave memory: [mem 0xfc000000-0xfddfffff] 
[    0.030798] PM: Registered nosave memory: [mem 0xfde00000-0xfdefffff] 
[    0.030798] PM: Registered nosave memory: [mem 0xfdf00000-0xfebfffff] 
[    0.030799] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] 
[    0.030799] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff] 
[    0.030800] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff] 
[    0.030800] PM: Registered nosave memory: [mem 0xfec11000-0xfed7ffff] 
[    0.030800] PM: Registered nosave memory: [mem 0xfed80000-0xfed80fff] 
[    0.030801] PM: Registered nosave memory: [mem 0xfed81000-0xfedfffff] 
[    0.030801] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] 
[    0.030802] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] 
[    0.030802] PM: Registered nosave memory: [mem 0xff000000-0xfff1ffff] 
[    0.030802] PM: Registered nosave memory: [mem 0xfff20000-0xffffffff] 
[    0.030804] [mem 0xcf000000-0xf7ffffff] available for PCI devices 
[    0.030805] Booting paravirtualized kernel on bare hardware 
[    0.030809] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns 
[    0.106016] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1 
[    0.107269] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144 
[    0.107278] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152 
[    0.107278] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.107305] Built 1 zonelists, mobility grouping on.  Total pages: 1901442 
[    0.107306] Policy zone: Normal 
[    0.107307] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=4d2e0e05-b861-4440-b030-014fe0a88cc3 rw loglevel=3 quiet 
[    0.109360] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) 
[    0.110419] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) 
[    0.110468] mem auto-init: stack:byref_all, heap alloc:on, heap free:off 
[    0.122403] Calgary: detecting Calgary via BIOS EBDA area 
[    0.122404] Calgary: Unable to locate Rio Grande table in EBDA - bailing! 
[    0.142009] Memory: 7372184K/7726596K available (12291K kernel code, 1331K rwdata, 4004K rodata, 1708K init, 3396K bss, 354412K reserved, 0K cma-reserved) 
[    0.142017] random: get_random_u64 called from __kmem_cache_create+0x3e/0x600 with crng_init=0 
[    0.142173] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1 
[    0.142188] ftrace: allocating 37486 entries in 147 pages 
[    0.155894] rcu: Hierarchical RCU implementation. 
[    0.155895] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16. 
[    0.155896] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. 
[    0.155896] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16 
[    0.158030] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16 
[    0.158476] Console: colour dummy device 80x25 
[    0.158487] printk: console [tty0] enabled 
[    0.158508] ACPI: Core revision 20190816 
[    0.158724] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns 
[    0.158745] APIC: Switch to symmetric I/O mode setup 
[    0.159866] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160 
[    0.159867] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160 
[    0.159868] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160 
[    0.159868] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160 
[    0.258528] Switched APIC routing to physical flat. 
[    0.259265] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 
[    0.308746] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398d039000f, max_idle_ns: 881590786514 ns 
[    0.308752] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.58 BogoMIPS (lpj=19962940) 
[    0.308753] pid_max: default: 32768 minimum: 301 
[    0.318815] LSM: Security Framework initializing 
[    0.318821] Yama: becoming mindful. 
[    0.318868] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) 
[    0.318884] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) 
[    0.318898] *** VALIDATE tmpfs *** 
[    0.319076] *** VALIDATE proc *** 
[    0.319138] *** VALIDATE cgroup1 *** 
[    0.319139] *** VALIDATE cgroup2 *** 
[    0.319195] x86/cpu: User Mode Instruction Prevention (UMIP) activated 
[    0.319244] LVT offset 1 assigned for vector 0xf9 
[    0.319349] LVT offset 2 assigned for vector 0xf4 
[    0.319377] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512 
[    0.319377] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0 
[    0.319382] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization 
[    0.319384] Spectre V2 : Mitigation: Full AMD retpoline 
[    0.319385] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch 
[    0.319385] Spectre V2 : Enabling Restricted Speculation for firmware calls 
[    0.319387] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier 
[    0.319388] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp 
[    0.319788] Freeing SMP alternatives memory: 32K 
[    0.444625] smpboot: CPU0: AMD Ryzen 7 4700U with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1) 
[    0.444705] Performance Events: Fam17h+ core perfctr, AMD PMU driver. 
[    0.444709] ... version:                0 
[    0.444709] ... bit width:              48 
[    0.444709] ... generic registers:      6 
[    0.444710] ... value mask:             0000ffffffffffff 
[    0.444710] ... max period:             00007fffffffffff 
[    0.444710] ... fixed-purpose events:   0 
[    0.444710] ... event mask:             000000000000003f 
[    0.444742] rcu: Hierarchical SRCU implementation. 
[    0.445182] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. 
[    0.445331] smp: Bringing up secondary CPUs ... 
[    0.445417] x86: Booting SMP configuration: 
[    0.445418] .... node  #0, CPUs:        #1  #2  #3  #4 
[    0.447782] TSC synchronization [CPU#0 -> CPU#4]: 
[    0.447782] Measured 2980 cycles TSC warp between CPUs, turning off TSC clock. 
[    0.447782] tsc: Marking TSC unstable due to check_tsc_sync_source failed 
[    0.448839]   #5  #6  #7 
[    0.449099] smp: Brought up 1 node, 8 CPUs 
[    0.449099] smpboot: Max logical packages: 2 
[    0.449099] smpboot: Total of 8 processors activated (31940.70 BogoMIPS) 
[    0.449628] devtmpfs: initialized 
[    0.449628] x86/mm: Memory block size: 128MB 
[    0.449628] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes) 
[    0.449628] PM: Registering ACPI NVS region [mem 0xcbf7f000-0xcdf7efff] (33554432 bytes) 
[    0.449628] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns 
[    0.449628] futex hash table entries: 4096 (order: 6, 262144 bytes, linear) 
[    0.449628] pinctrl core: initialized pinctrl subsystem 
[    0.449628] PM: RTC time: 17:53:02, date: 2020-11-08 
[    0.449628] NET: Registered protocol family 16 
[    0.449628] audit: initializing netlink subsys (disabled) 
[    0.449628] audit: type=2000 audit(1604857982.210:1): state=initialized audit_enabled=0 res=1 
[    0.449628] cpuidle: using governor ladder 
[    0.449628] cpuidle: using governor menu 
[    0.449628] Simple Boot Flag at 0x44 set to 0x80 
[    0.449628] ACPI: bus type PCI registered 
[    0.449628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 
[    0.449628] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) 
[    0.449628] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 
[    0.449628] PCI: Using configuration type 1 for base access 
[    0.450292] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages 
[    0.450292] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages 
[    0.458859] ACPI: Added _OSI(Module Device) 
[    0.458860] ACPI: Added _OSI(Processor Device) 
[    0.458861] ACPI: Added _OSI(3.0 _SCP Extensions) 
[    0.458862] ACPI: Added _OSI(Processor Aggregator Device) 
[    0.458863] ACPI: Added _OSI(Linux-Dell-Video) 
[    0.458864] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) 
[    0.458865] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) 
[    0.467095] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0], AE_NOT_FOUND (20190816/dswload2-162) 
[    0.467100] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220) 
[    0.467101] ACPI: Skipping parse of AML opcode: Scope (0x0010) 
[    0.469616] ACPI: 17 ACPI AML tables successfully acquired and loaded 
[    0.499126] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored 
[    0.680460] ACPI: EC: EC started 
[    0.680461] ACPI: EC: interrupt blocked 
[    0.680483] ACPI: \_SB_.PCI0.LPC0.EC__: Used as first EC 
[    0.680484] ACPI: \_SB_.PCI0.LPC0.EC__: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62 
[    0.680485] ACPI: \_SB_.PCI0.LPC0.EC__: Boot DSDT EC used to handle transactions 
[    0.680485] ACPI: Interpreter enabled 
[    0.680497] ACPI: (supports S0 S4 S5) 
[    0.680498] ACPI: Using IOAPIC for interrupt routing 
[    0.680649] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 
[    0.681873] ACPI: Power Resource [WRST] (on) 
[    0.682218] ACPI: Power Resource [P0U0] (on) 
[    0.682279] ACPI: Power Resource [P3U0] (off) 
[    0.682679] ACPI: Power Resource [P0U1] (on) 
[    0.682741] ACPI: Power Resource [P3U1] (off) 
[    0.683175] ACPI: Power Resource [P0S0] (on) 
[    0.683192] ACPI: Power Resource [P3S0] (on) 
[    0.683263] ACPI: Power Resource [P0S1] (on) 
[    0.683279] ACPI: Power Resource [P3S1] (on) 
[    0.810078] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 
[    0.810087] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] 
[    0.810438] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR] 
[    0.810707] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability] 
[    0.810717] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge 
[    0.810938] PCI host bridge to bus 0000:00 
[    0.810940] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window] 
[    0.810941] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window] 
[    0.810941] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] 
[    0.810942] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window] 
[    0.810942] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window] 
[    0.810943] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window] 
[    0.810943] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window] 
[    0.810944] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] 
[    0.810944] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] 
[    0.810945] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] 
[    0.810945] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] 
[    0.810946] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] 
[    0.810946] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] 
[    0.810947] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window] 
[    0.810947] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window] 
[    0.810948] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window] 
[    0.810949] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window] 
[    0.810949] pci_bus 0000:00: root bus resource [mem 0x250200000-0xfcffffffff window] 
[    0.810950] pci_bus 0000:00: root bus resource [bus 00-ff] 
[    0.810957] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000 
[    0.811037] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600 
[    0.811135] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000 
[    0.811198] pci 0000:00:01.2: [1022:1634] type 01 class 0x060400 
[    0.811284] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold 
[    0.811373] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000 
[    0.811436] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400 
[    0.811519] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold 
[    0.811604] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000 
[    0.811663] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400 
[    0.811692] pci 0000:00:08.1: enabling Extended Tags 
[    0.811725] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold 
[    0.811786] pci 0000:00:08.2: [1022:1635] type 01 class 0x060400 
[    0.811816] pci 0000:00:08.2: enabling Extended Tags 
[    0.811849] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold 
[    0.811928] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 
[    0.812055] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 
[    0.812177] pci 0000:00:18.0: [1022:1448] type 00 class 0x060000 
[    0.812217] pci 0000:00:18.1: [1022:1449] type 00 class 0x060000 
[    0.812257] pci 0000:00:18.2: [1022:144a] type 00 class 0x060000 
[    0.812296] pci 0000:00:18.3: [1022:144b] type 00 class 0x060000 
[    0.812340] pci 0000:00:18.4: [1022:144c] type 00 class 0x060000 
[    0.812379] pci 0000:00:18.5: [1022:144d] type 00 class 0x060000 
[    0.812419] pci 0000:00:18.6: [1022:144e] type 00 class 0x060000 
[    0.812464] pci 0000:00:18.7: [1022:144f] type 00 class 0x060000 
[    0.812578] pci 0000:01:00.0: [1e0f:0001] type 00 class 0x010802 
[    0.812606] pci 0000:01:00.0: reg 0x10: [mem 0xd0600000-0xd0603fff 64bit] 
[    0.812710] pci 0000:01:00.0: PME# supported from D0 D3hot 
[    0.812807] pci 0000:00:01.2: PCI bridge to [bus 01] 
[    0.812811] pci 0000:00:01.2:   bridge window [mem 0xd0600000-0xd06fffff] 
[    0.812894] pci 0000:02:00.0: [8086:2723] type 00 class 0x028000 
[    0.812924] pci 0000:02:00.0: reg 0x10: [mem 0xd0500000-0xd0503fff 64bit] 
[    0.813117] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold 
[    0.813417] pci 0000:00:02.2: PCI bridge to [bus 02] 
[    0.813421] pci 0000:00:02.2:   bridge window [mem 0xd0500000-0xd05fffff] 
[    0.813482] pci 0000:03:00.0: [1002:1636] type 00 class 0x030000 
[    0.813501] pci 0000:03:00.0: reg 0x10: [mem 0xfce0000000-0xfcefffffff 64bit pref] 
[    0.813510] pci 0000:03:00.0: reg 0x18: [mem 0xfcf0000000-0xfcf01fffff 64bit pref] 
[    0.813515] pci 0000:03:00.0: reg 0x20: [io  0x1000-0x10ff] 
[    0.813520] pci 0000:03:00.0: reg 0x24: [mem 0xd0400000-0xd047ffff] 
[    0.813529] pci 0000:03:00.0: enabling Extended Tags 
[    0.813536] pci 0000:03:00.0: BAR 0: assigned to efifb 
[    0.813582] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold 
[    0.813657] pci 0000:03:00.1: [1002:1637] type 00 class 0x040300 
[    0.813668] pci 0000:03:00.1: reg 0x10: [mem 0xd04c8000-0xd04cbfff] 
[    0.813692] pci 0000:03:00.1: enabling Extended Tags 
[    0.813723] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold 
[    0.813770] pci 0000:03:00.2: [1022:15df] type 00 class 0x108000 
[    0.813788] pci 0000:03:00.2: reg 0x18: [mem 0xd0300000-0xd03fffff] 
[    0.813798] pci 0000:03:00.2: reg 0x24: [mem 0xd04cc000-0xd04cdfff] 
[    0.813805] pci 0000:03:00.2: enabling Extended Tags 
[    0.813890] pci 0000:03:00.3: [1022:1639] type 00 class 0x0c0330 
[    0.813906] pci 0000:03:00.3: reg 0x10: [mem 0xd0100000-0xd01fffff 64bit] 
[    0.813933] pci 0000:03:00.3: enabling Extended Tags 
[    0.813967] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold 
[    0.814014] pci 0000:03:00.4: [1022:1639] type 00 class 0x0c0330 
[    0.814029] pci 0000:03:00.4: reg 0x10: [mem 0xd0200000-0xd02fffff 64bit] 
[    0.814056] pci 0000:03:00.4: enabling Extended Tags 
[    0.814091] pci 0000:03:00.4: PME# supported from D0 D3hot D3cold 
[    0.814143] pci 0000:03:00.5: [1022:15e2] type 00 class 0x048000 
[    0.814155] pci 0000:03:00.5: reg 0x10: [mem 0xd0480000-0xd04bffff] 
[    0.814178] pci 0000:03:00.5: enabling Extended Tags 
[    0.814210] pci 0000:03:00.5: PME# supported from D0 D3hot D3cold 
[    0.814257] pci 0000:03:00.6: [1022:15e3] type 00 class 0x040300 
[    0.814268] pci 0000:03:00.6: reg 0x10: [mem 0xd04c0000-0xd04c7fff] 
[    0.814292] pci 0000:03:00.6: enabling Extended Tags 
[    0.814324] pci 0000:03:00.6: PME# supported from D0 D3hot D3cold 
[    0.814406] pci 0000:00:08.1: PCI bridge to [bus 03] 
[    0.814409] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff] 
[    0.814410] pci 0000:00:08.1:   bridge window [mem 0xd0100000-0xd04fffff] 
[    0.814413] pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref] 
[    0.814450] pci 0000:04:00.0: [1022:7901] type 00 class 0x010601 
[    0.814488] pci 0000:04:00.0: reg 0x24: [mem 0xd0001000-0xd00017ff] 
[    0.814496] pci 0000:04:00.0: enabling Extended Tags 
[    0.814590] pci 0000:04:00.1: [1022:7901] type 00 class 0x010601 
[    0.814625] pci 0000:04:00.1: reg 0x24: [mem 0xd0000000-0xd00007ff] 
[    0.814634] pci 0000:04:00.1: enabling Extended Tags 
[    0.814732] pci 0000:00:08.2: PCI bridge to [bus 04] 
[    0.814736] pci 0000:00:08.2:   bridge window [mem 0xd0000000-0xd00fffff] 
[    0.815268] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled. 
[    0.815325] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled. 
[    0.815368] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled. 
[    0.818802] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled. 
[    0.818852] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled. 
[    0.818891] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled. 
[    0.818930] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled. 
[    0.818968] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled. 
[    0.969068] ACPI: EC: interrupt unblocked 
[    0.969087] ACPI: EC: event unblocked 
[    0.969100] ACPI: \_SB_.PCI0.LPC0.EC__: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62 
[    0.969101] ACPI: \_SB_.PCI0.LPC0.EC__: Boot DSDT EC used to handle transactions and events 
[    1.088920] iommu: Default domain type: Translated 
[    1.088942] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none 
[    1.088942] pci 0000:03:00.0: vgaarb: bridge control possible 
[    1.088942] pci 0000:03:00.0: vgaarb: setting as boot device 
[    1.088942] vgaarb: loaded 
[    1.089044] ACPI: bus type USB registered 
[    1.089060] usbcore: registered new interface driver usbfs 
[    1.089068] usbcore: registered new interface driver hub 
[    1.089093] usbcore: registered new device driver usb 
[    1.260987] pps_core: LinuxPPS API ver. 1 registered 
[    1.260989] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> 
[    1.260992] PTP clock support registered 
[    1.261003] EDAC MC: Ver: 3.0.0 
[    1.261178] Registered efivars operations 
[    1.261178] PCI: Using ACPI for IRQ routing 
[    1.261178] PCI: pci_cache_line_size set to 64 bytes 
[    1.261178] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] 
[    1.261178] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff] 
[    1.261178] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff] 
[    1.261178] e820: reserve RAM buffer [mem 0xab799000-0xabffffff] 
[    1.261178] e820: reserve RAM buffer [mem 0xb8e35000-0xbbffffff] 
[    1.261178] e820: reserve RAM buffer [mem 0xc9baf000-0xcbffffff] 
[    1.261178] e820: reserve RAM buffer [mem 0xce000000-0xcfffffff] 
[    1.261178] e820: reserve RAM buffer [mem 0x20f340000-0x20fffffff] 
[    1.261258] NetLabel: Initializing 
[    1.261258] NetLabel:  domain hash size = 128 
[    1.261258] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO 
[    1.261267] NetLabel:  unlabeled traffic allowed by default 
[    1.268790] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 
[    1.268792] hpet0: 3 comparators, 32-bit 14.318180 MHz counter 
[    1.271536] clocksource: Switched to clocksource hpet 
[    1.278566] *** VALIDATE bpf *** 
[    1.278637] VFS: Disk quotas dquot_6.6.0 
[    1.278652] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 
[    1.278677] *** VALIDATE ramfs *** 
[    1.278679] *** VALIDATE hugetlbfs *** 
[    1.278725] pnp: PnP ACPI init 
[    1.278725] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved 
[    1.278725] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved 
[    1.278725] system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved 
[    1.278725] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) 
[    1.278725] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) 
[    1.278725] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active) 
[    1.278725] system 00:03: [io  0x0400-0x04cf] has been reserved 
[    1.278725] system 00:03: [io  0x04d0-0x04d1] has been reserved 
[    1.278725] system 00:03: [io  0x04d6] has been reserved 
[    1.278725] system 00:03: [io  0x0c00-0x0c01] has been reserved 
[    1.278725] system 00:03: [io  0x0c14] has been reserved 
[    1.278725] system 00:03: [io  0x0c50-0x0c52] has been reserved 
[    1.278725] system 00:03: [io  0x0c6c] has been reserved 
[    1.278725] system 00:03: [io  0x0c6f] has been reserved 
[    1.278725] system 00:03: [io  0x0cd0-0x0cdb] has been reserved 
[    1.278725] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) 
[    1.278725] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved 
[    1.278725] system 00:04: [mem 0xff000000-0xffffffff] could not be reserved 
[    1.278725] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active) 
[    1.278725] pnp 00:05: Plug and Play ACPI device, IDs DLL0a1e PNP0f13 (active) 
[    1.419055] pnp: PnP ACPI: found 6 devices 
[    1.423100] thermal_sys: Registered thermal governor 'fair_share' 
[    1.423101] thermal_sys: Registered thermal governor 'bang_bang' 
[    1.423101] thermal_sys: Registered thermal governor 'step_wise' 
[    1.423101] thermal_sys: Registered thermal governor 'user_space' 
[    1.423102] thermal_sys: Registered thermal governor 'power_allocator' 
[    1.427694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns 
[    1.427760] pci 0000:00:01.2: PCI bridge to [bus 01] 
[    1.427772] pci 0000:00:01.2:   bridge window [mem 0xd0600000-0xd06fffff] 
[    1.427786] pci 0000:00:02.2: PCI bridge to [bus 02] 
[    1.427797] pci 0000:00:02.2:   bridge window [mem 0xd0500000-0xd05fffff] 
[    1.427813] pci 0000:00:08.1: PCI bridge to [bus 03] 
[    1.427816] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff] 
[    1.427820] pci 0000:00:08.1:   bridge window [mem 0xd0100000-0xd04fffff] 
[    1.427823] pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref] 
[    1.427829] pci 0000:00:08.2: PCI bridge to [bus 04] 
[    1.427833] pci 0000:00:08.2:   bridge window [mem 0xd0000000-0xd00fffff] 
[    1.427842] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window] 
[    1.427843] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window] 
[    1.427845] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] 
[    1.427847] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window] 
[    1.427849] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window] 
[    1.427850] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window] 
[    1.427852] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window] 
[    1.427853] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window] 
[    1.427855] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window] 
[    1.427856] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window] 
[    1.427858] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window] 
[    1.427860] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window] 
[    1.427861] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window] 
[    1.427863] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window] 
[    1.427864] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window] 
[    1.427866] pci_bus 0000:00: resource 19 [mem 0xd0000000-0xf7ffffff window] 
[    1.427868] pci_bus 0000:00: resource 20 [mem 0xfc000000-0xfed3ffff window] 
[    1.427869] pci_bus 0000:00: resource 21 [mem 0x250200000-0xfcffffffff window] 
[    1.427871] pci_bus 0000:01: resource 1 [mem 0xd0600000-0xd06fffff] 
[    1.427873] pci_bus 0000:02: resource 1 [mem 0xd0500000-0xd05fffff] 
[    1.427875] pci_bus 0000:03: resource 0 [io  0x1000-0x1fff] 
[    1.427877] pci_bus 0000:03: resource 1 [mem 0xd0100000-0xd04fffff] 
[    1.427879] pci_bus 0000:03: resource 2 [mem 0xfce0000000-0xfcf01fffff 64bit pref] 
[    1.427881] pci_bus 0000:04: resource 1 [mem 0xd0000000-0xd00fffff] 
[    1.428024] NET: Registered protocol family 2 
[    1.428321] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) 
[    1.428433] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) 
[    1.428820] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) 
[    1.429010] TCP: Hash tables configured (established 65536 bind 65536) 
[    1.429111] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) 
[    1.429168] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) 
[    1.429273] NET: Registered protocol family 1 
[    1.429278] NET: Registered protocol family 44 
[    1.429391] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0 
[    1.567567] pci 0000:03:00.4: quirk_usb_early_handoff+0x0/0x6d5 took 133355 usecs 
[    1.567576] PCI: CLS 64 bytes, default 64 
[    1.567617] Trying to unpack rootfs image as initramfs... 
[    1.749002] Freeing initrd memory: 19952K 
[    1.749033] pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter. 
[    1.749152] pci 0000:00:00.2: can't derive routing for PCI INT A 
[    1.749153] pci 0000:00:00.2: PCI INT A: not connected 
[    1.749414] pci 0000:00:01.0: Adding to iommu group 0 
[    1.749569] pci 0000:00:01.2: Adding to iommu group 1 
[    1.749698] pci 0000:00:02.0: Adding to iommu group 2 
[    1.749832] pci 0000:00:02.2: Adding to iommu group 3 
[    1.749959] pci 0000:00:08.0: Adding to iommu group 4 
[    1.749973] pci 0000:00:08.1: Adding to iommu group 4 
[    1.749987] pci 0000:00:08.2: Adding to iommu group 4 
[    1.750109] pci 0000:00:14.0: Adding to iommu group 5 
[    1.750120] pci 0000:00:14.3: Adding to iommu group 5 
[    1.750254] pci 0000:00:18.0: Adding to iommu group 6 
[    1.750267] pci 0000:00:18.1: Adding to iommu group 6 
[    1.750278] pci 0000:00:18.2: Adding to iommu group 6 
[    1.750288] pci 0000:00:18.3: Adding to iommu group 6 
[    1.750298] pci 0000:00:18.4: Adding to iommu group 6 
[    1.750309] pci 0000:00:18.5: Adding to iommu group 6 
[    1.750319] pci 0000:00:18.6: Adding to iommu group 6 
[    1.750330] pci 0000:00:18.7: Adding to iommu group 6 
[    1.750468] pci 0000:01:00.0: Adding to iommu group 7 
[    1.750629] pci 0000:02:00.0: Adding to iommu group 8 
[    1.750654] pci 0000:03:00.0: Adding to iommu group 4 
[    1.750665] pci 0000:03:00.1: Adding to iommu group 4 
[    1.750678] pci 0000:03:00.2: Adding to iommu group 4 
[    1.750689] pci 0000:03:00.3: Adding to iommu group 4 
[    1.750699] pci 0000:03:00.4: Adding to iommu group 4 
[    1.750710] pci 0000:03:00.5: Adding to iommu group 4 
[    1.750722] pci 0000:03:00.6: Adding to iommu group 4 
[    1.750735] pci 0000:04:00.0: Adding to iommu group 4 
[    1.750746] pci 0000:04:00.1: Adding to iommu group 4 
[    1.751089] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40 
[    1.751090] pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade): 
[    1.751091]  PPR X2APIC NX GT IA GA PC GA_vAPIC 
[    1.751093] AMD-Vi: Interrupt remapping enabled 
[    1.751093] AMD-Vi: Virtual APIC enabled 
[    1.751093] AMD-Vi: X2APIC enabled 
[    1.751316] AMD-Vi: Lazy IO/TLB flushing enabled 
[    1.751969] amd_uncore: AMD NB counters detected 
[    1.751972] amd_uncore: AMD LLC counters detected 
[    1.752545] LVT offset 0 assigned for vector 0x400 
[    1.752828] perf: AMD IBS detected (0x000003ff) 
[    1.752863] check: Scanning for low memory corruption every 60 seconds 
[    1.753158] Initialise system trusted keyrings 
[    1.753170] Key type blacklist registered 
[    1.753273] workingset: timestamp_bits=41 max_order=21 bucket_order=0 
[    1.753908] zbud: loaded 
[    1.755064] Key type asymmetric registered 
[    1.755065] Asymmetric key parser 'x509' registered 
[    1.755071] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) 
[    1.755365] io scheduler mq-deadline registered 
[    1.755365] io scheduler kyber registered 
[    1.755381] io scheduler bfq registered 
[    1.755819] pcieport 0000:00:01.2: PME: Signaling with IRQ 26 
[    1.755916] pcieport 0000:00:02.2: PME: Signaling with IRQ 27 
[    1.755990] pcieport 0000:00:08.1: PME: Signaling with IRQ 28 
[    1.756142] pcieport 0000:00:08.2: PME: Signaling with IRQ 29 
[    1.756186] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 
[    1.756232] efifb: probing for efifb 
[    1.756275] efifb: showing boot graphics 
[    1.757483] efifb: framebuffer at 0xfce0000000, using 8128k, total 8128k 
[    1.757483] efifb: mode is 1920x1080x32, linelength=7680, pages=1 
[    1.757483] efifb: scrolling: redraw 
[    1.757485] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 
[    1.757556] fbcon: Deferring console take-over 
[    1.757557] fb0: EFI VGA frame buffer device 
[    1.757593] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 
[    1.757610] ACPI: Power Button [PWRB] 
[    1.757642] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1 
[    1.757648] ACPI: Lid Switch [LID] 
[    1.757660] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2 
[    1.757667] ACPI: Sleep Button [SBTN] 
[    1.757721] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no) 
[    1.758025] acpi device:0e: registered as cooling_device0 
[    1.758070] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:00/input/input3 
[    1.758142] Monitor-Mwait will be used to enter C-1 state 
[    1.949357] thermal LNXTHERM:00: registered as thermal_zone0 
[    1.949360] ACPI: Thermal Zone [THM] (63 C) 
[    1.950057] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled 
[    1.951399] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de> 
[    1.953687] nvme nvme0: pci function 0000:01:00.0 
[    1.953745] usbcore: registered new interface driver usbserial_generic 
[    1.953748] usbserial: USB Serial support registered for generic 
[    1.953770] rtc_cmos 00:01: RTC can wake from S4 
[    1.954039] rtc_cmos 00:01: registered as rtc0 
[    1.954051] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs 
[    1.954492] ledtrig-cpu: registered to indicate activity on CPUs 
[    1.954627] drop_monitor: Initializing network drop monitor service 
[    1.954800] NET: Registered protocol family 10 
[    1.960157] Segment Routing with IPv6 
[    1.960188] NET: Registered protocol family 17 
[    1.961652] RAS: Correctable Errors collector initialized. 
[    1.961720] microcode: CPU0: patch_level=0x08600102 
[    1.961753] microcode: CPU1: patch_level=0x08600102 
[    1.961779] microcode: CPU2: patch_level=0x08600102 
[    1.961804] microcode: CPU3: patch_level=0x08600102 
[    1.961838] microcode: CPU4: patch_level=0x08600102 
[    1.961882] microcode: CPU5: patch_level=0x08600102 
[    1.961916] microcode: CPU6: patch_level=0x08600102 
[    1.961957] microcode: CPU7: patch_level=0x08600102 
[    1.962058] microcode: Microcode Update Driver: v2.2. 
[    1.962387] *** VALIDATE rdt *** 
[    1.962396] resctrl: L3 allocation detected 
[    1.962396] resctrl: L3DATA allocation detected 
[    1.962396] resctrl: L3CODE allocation detected 
[    1.962397] resctrl: MB allocation detected 
[    1.962397] resctrl: L3 monitoring detected 
[    1.962404] IPI shorthand broadcast: enabled 
[    1.962492] registered taskstats version 1 
[    1.962501] Loading compiled-in X.509 certificates 
[    1.964784] Loaded X.509 cert 'Build time autogenerated kernel key: 6bc93f4d4830576ef137d6c4d8bf7184798919b3' 
[    1.964847] zswap: loaded using pool lzo/zbud 
[    1.965156] Key type ._fscrypt registered 
[    1.965157] Key type .fscrypt registered 
[    1.968241] Key type big_key registered 
[    1.968558] PM:   Magic number: 12:773:895 
[    1.968665] rtc_cmos 00:01: setting system clock to 2020-11-08T17:53:04 UTC (1604857984) 
[    1.968749] Unstable clock detected, switching default tracing clock to "global" 
               If you want to keep using the local clock, then add: 
                 "trace_clock=local" 
               on the kernel command line 
[    2.218898] nvme nvme0: allocated 61 MiB host memory buffer. 
[    2.373542] nvme nvme0: 16/0/0 default/read/poll queues 
[    2.377808]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 
[    2.381173] Freeing unused decrypted memory: 2040K 
[    2.381567] Freeing unused kernel image memory: 1708K 
[    2.418823] Write protecting the kernel read-only data: 18432k 
[    2.419688] Freeing unused kernel image memory: 2012K 
[    2.419902] Freeing unused kernel image memory: 92K 
[    2.427505] x86/mm: Checked W+X mappings: passed, no W+X pages found. 
[    2.427506] Run /init as init process 
[    2.451321] udevd[166]: starting version 3.2.9 
[    2.451399] random: udevd: uninitialized urandom read (16 bytes read) 
[    2.451416] random: udevd: uninitialized urandom read (16 bytes read) 
[    2.451894] udevd[167]: starting eudev-3.2.9 
[    2.453810] Linux agpgart interface v0.103 
[    2.536557] [drm] amdgpu kernel modesetting enabled. 
[    2.536786] Parsing CRAT table with 0 nodes 
[    2.536792] Virtual CRAT table created for CPU 
[    2.536792] Parsing CRAT table with 1 nodes 
[    2.536794] Creating topology SYSFS entries 
[    2.536812] Topology: Add CPU node 
[    2.536812] Finished initializing topology 
[    2.536942] [drm] This hardware requires experimental hardware support. 
               See modparam exp_hw_support 
[    2.542284] random: udevd: uninitialized urandom read (16 bytes read) 
[    2.556823] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 
[    2.560725] serio: i8042 KBD port at 0x60,0x64 irq 1 
[    2.560728] serio: i8042 AUX port at 0x60,0x64 irq 12 
[    2.560940] SCSI subsystem initialized 
[    2.563144] xhci_hcd 0000:03:00.3: xHCI Host Controller 
[    2.563149] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 1 
[    2.563237] xhci_hcd 0000:03:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410 
[    2.563544] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04 
[    2.563546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 
[    2.563548] usb usb1: Product: xHCI Host Controller 
[    2.563549] usb usb1: Manufacturer: Linux 5.4.74-1-lts xhci-hcd 
[    2.563550] usb usb1: SerialNumber: 0000:03:00.3 
[    2.563673] hub 1-0:1.0: USB hub found 
[    2.563679] hub 1-0:1.0: 4 ports detected 
[    2.564240] xhci_hcd 0000:03:00.3: xHCI Host Controller 
[    2.564242] xhci_hcd 0000:03:00.3: new USB bus registered, assigned bus number 2 
[    2.564244] xhci_hcd 0000:03:00.3: Host supports USB 3.1 Enhanced SuperSpeed 
[    2.564283] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. 
[    2.564299] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04 
[    2.564300] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 
[    2.564301] usb usb2: Product: xHCI Host Controller 
[    2.564301] usb usb2: Manufacturer: Linux 5.4.74-1-lts xhci-hcd 
[    2.564302] usb usb2: SerialNumber: 0000:03:00.3 
[    2.564354] hub 2-0:1.0: USB hub found 
[    2.564359] hub 2-0:1.0: 2 ports detected 
[    2.564692] xhci_hcd 0000:03:00.4: xHCI Host Controller 
[    2.564695] xhci_hcd 0000:03:00.4: new USB bus registered, assigned bus number 3 
[    2.564787] xhci_hcd 0000:03:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410 
[    2.565102] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04 
[    2.565102] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 
[    2.565103] usb usb3: Product: xHCI Host Controller 
[    2.565104] usb usb3: Manufacturer: Linux 5.4.74-1-lts xhci-hcd 
[    2.565105] usb usb3: SerialNumber: 0000:03:00.4 
[    2.565160] hub 3-0:1.0: USB hub found 
[    2.565193] hub 3-0:1.0: 4 ports detected 
[    2.565673] xhci_hcd 0000:03:00.4: xHCI Host Controller 
[    2.565675] xhci_hcd 0000:03:00.4: new USB bus registered, assigned bus number 4 
[    2.565677] xhci_hcd 0000:03:00.4: Host supports USB 3.1 Enhanced SuperSpeed 
[    2.565704] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. 
[    2.565711] libata version 3.00 loaded. 
[    2.565892] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04 
[    2.565892] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 
[    2.565893] usb usb4: Product: xHCI Host Controller 
[    2.565894] usb usb4: Manufacturer: Linux 5.4.74-1-lts xhci-hcd 
[    2.565894] usb usb4: SerialNumber: 0000:03:00.4 
[    2.565988] hub 4-0:1.0: USB hub found 
[    2.565992] hub 4-0:1.0: 2 ports detected 
[    2.567533] ahci 0000:04:00.0: version 3.0 
[    2.567661] ahci 0000:04:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode 
[    2.567662] ahci 0000:04:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    2.567828] scsi host0: ahci 
[    2.567911] ata1: SATA max UDMA/133 abar m2048@0xd0001000 port 0xd0001100 irq 67 
[    2.568026] ahci 0000:04:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode 
[    2.568027] ahci 0000:04:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    2.568165] scsi host1: ahci 
[    2.568206] ata2: SATA max UDMA/133 abar m2048@0xd0000000 port 0xd0000100 irq 69 
[    2.591972] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 
[    2.902096] ata1: SATA link down (SStatus 0 SControl 300) 
[    2.902105] ata2: SATA link down (SStatus 0 SControl 300) 
[    2.952072] usb 3-1: new high-speed USB device number 2 using xhci_hcd 
[    2.963254] fbcon: Taking over console 
[    2.963341] Console: switching to colour frame buffer device 240x67 
[    2.992171] EXT4-fs (nvme0n1p8): mounted filesystem with ordered data mode. Opts: (null) 
[    3.063272] random: fast init done 
[    3.154958] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.54 
[    3.154961] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 
[    3.154964] usb 3-1: Product: USB2.1 Hub 
[    3.154965] usb 3-1: Manufacturer: GenesysLogic 
[    3.219460] hub 3-1:1.0: USB hub found 
[    3.220039] hub 3-1:1.0: 4 ports detected 
[    3.299285] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd 
[    3.330855] EXT4-fs (nvme0n1p8): re-mounted. Opts: (null) 
[    3.342835] usb 4-1: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.54 
[    3.342837] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 
[    3.342838] usb 4-1: Product: USB3.1 Hub 
[    3.342838] usb 4-1: Manufacturer: GenesysLogic 
[    3.366245] hub 4-1:1.0: USB hub found 
[    3.366535] hub 4-1:1.0: 4 ports detected 
[    3.428254] udevd[479]: starting version 3.2.9 
[    3.443282] udevd[480]: starting eudev-3.2.9 
[    3.474557] acpi-tad ACPI000E:00: Missing _PRW 
[    3.474786] acpi_cpufreq: overriding BIOS provided _PSD data 
[    3.482379] input: DELL Wireless hotkeys as /devices/virtual/input/input6 
[    3.488787] usb 3-2: new high-speed USB device number 3 using xhci_hcd 
[    3.489549] hidraw: raw HID events driver (C) Jiri Kosina 
[    3.495736] i2c_hid i2c-DELL0A1E:00: i2c-DELL0A1E:00 supply vdd not found, using dummy regulator 
[    3.495748] i2c_hid i2c-DELL0A1E:00: i2c-DELL0A1E:00 supply vddl not found, using dummy regulator 
[    3.509889] ACPI: AC Adapter [AC] (on-line) 
[    3.517160] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found 
[    3.525719] vboxdrv: loading out-of-tree module taints kernel. 
[    3.525875] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel 
[    3.529022] vboxdrv: Found 8 processor cores 
[    3.569538] vboxdrv: TSC mode is Invariant, tentative frequency 1996239291 Hz 
[    3.569539] vboxdrv: Successfully loaded version 6.1.16 (interface 0x00300000) 
[    3.673216] VBoxNetAdp: Successfully started. 
[    3.677395] VBoxNetFlt: Successfully started. 
[    3.689891] cfg80211: Loading compiled-in X.509 certificates for regulatory database 
[    3.691983] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' 
[    3.692531] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 
[    3.692533] cfg80211: failed to load regulatory.db 
[    3.704186] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002) 
[    3.704268] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client 
[    3.704286] snd_hda_intel 0000:03:00.6: enabling device (0000 -> 0002) 
[    3.705749] Intel(R) Wireless WiFi driver for Linux 
[    3.705749] Copyright(c) 2003- 2015 Intel Corporation 
[    3.705831] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002) 
[    3.712072] usb 3-2: New USB device found, idVendor=0bda, idProduct=565a, bcdDevice=81.76 
[    3.712074] usb 3-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2 
[    3.712075] usb 3-2: Product: Integrated_Webcam_HD 
[    3.712075] usb 3-2: Manufacturer: CN0HK46K8LG0005UHC0KA02 
[    3.712076] usb 3-2: SerialNumber: 200901010001 
[    3.714029] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:03:00.1/sound/card0/input7 
[    3.714067] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:03:00.1/sound/card0/input8 
[    3.714377] iwlwifi 0000:02:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 58.3.35.22 
[    3.714378] iwlwifi 0000:02:00.0: Found debug destination: EXTERNAL_DRAM 
[    3.714379] iwlwifi 0000:02:00.0: Found debug configuration: 0 
[    3.714627] iwlwifi 0000:02:00.0: loaded firmware version 50.3e391d3e.0 op_mode iwlmvm 
[    3.739501] battery: ACPI: Battery Slot [BAT0] (battery present) 
[    3.769329] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3204: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker 
[    3.769332] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) 
[    3.769334] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0) 
[    3.769335] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0 
[    3.769336] snd_hda_codec_realtek hdaudioC1D0:    inputs: 
[    3.769337] snd_hda_codec_realtek hdaudioC1D0:      Headset Mic=0x19 
[    3.769339] snd_hda_codec_realtek hdaudioC1D0:      Headphone Mic=0x1a 
[    3.818803] usb 3-1.2: new full-speed USB device number 4 using xhci_hcd 
[    3.998718] usb 3-1.2: New USB device found, idVendor=1532, idProduct=0053, bcdDevice= 2.00 
[    3.998722] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 
[    3.998724] usb 3-1.2: Product: Razer Naga Chroma 
[    3.998725] usb 3-1.2: Manufacturer: Razer 
[    4.019211] iwlwifi 0000:02:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340 
[    4.041783] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM 
[    4.042873] iwlwifi 0000:02:00.0: Allocated 0x00400000 bytes for firmware monitor. 
[    4.139027] usb 3-3: new full-speed USB device number 5 using xhci_hcd 
[    4.199923] iwlwifi 0000:02:00.0: base HW address: c8:b2:9b:95:42:d7 
[    4.213662] thermal thermal_zone1: failed to read out thermal zone (-61) 
[    4.385613] usb 3-3: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01 
[    4.385617] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 
[    4.390110] snd_pci_acp3x 0000:03:00.5: enabling device (0000 -> 0002) 
[    4.390233] snd_pci_acp3x 0000:03:00.5: Invalid ACP audio mode : 0 
[    4.407262] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0 
[    4.407264] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection 
[    4.407344] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20 
[    4.409492] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver 
[    4.409600] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address 
[    4.409606] sp5100-tco sp5100-tco: Watchdog hardware is disabled 
[    4.552097] usb 3-4: new full-speed USB device number 6 using xhci_hcd 
[    4.621603] input: HD-Audio Generic Headphone Mic as /devices/pci0000:00/0000:00:08.1/0000:03:00.6/sound/card1/input9 
[    4.771809] usb 3-4: New USB device found, idVendor=27c6, idProduct=538d, bcdDevice= 1.00 
[    4.771813] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 
[    4.771816] usb 3-4: Product: FingerPrint 
[    4.771817] usb 3-4: Manufacturer: Goodix 
[    5.161161] input: PC Speaker as /devices/platform/pcspkr/input/input10 
[    5.387924] cryptd: max_cpu_qlen set to 1000 
[    5.402665] AVX2 version of gcm_enc/dec engaged. 
[    5.402666] AES CTR mode by8 optimization enabled 
[    5.648160] kvm: Nested Virtualization enabled 
[    5.648175] kvm: Nested Paging enabled 
[    5.648176] SVM: Virtual VMLOAD VMSAVE supported 
[    5.648176] SVM: Virtual GIF supported 
[    5.652132] MCE: In-kernel MCE decoding enabled. 
[    5.656427] EDAC amd64: Node 0: DRAM ECC disabled. 
[    5.656429] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load. 
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'. 
                (Note that use of the override may cause unknown side effects.) 
[    5.970117] EDAC amd64: Node 0: DRAM ECC disabled. 
[    5.970120] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load. 
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'. 
                (Note that use of the override may cause unknown side effects.) 
[    5.975524] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f1001) 
[    5.985412] psmouse serio1: elantech: Synaptics capabilities query result 0x00, 0x1a, 0x12. 
[    5.994774] psmouse serio1: elantech: Elan sample query result 00, 6a, a6 
[    6.045199] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input11 
[    6.302763] EDAC amd64: Node 0: DRAM ECC disabled. 
[    6.302764] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load. 
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'. 
                (Note that use of the override may cause unknown side effects.) 
[    6.619899] EDAC amd64: Node 0: DRAM ECC disabled. 
[    6.619901] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load. 
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'. 
                (Note that use of the override may cause unknown side effects.) 
[    6.621037] input: DELL0A1E:00 04F3:3147 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-DELL0A1E:00/0018:04F3:3147.0001/input/input12 
[    6.621184] input: DELL0A1E:00 04F3:3147 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-DELL0A1E:00/0018:04F3:3147.0001/input/input13 
[    6.621300] hid-generic 0018:04F3:3147.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL0A1E:00 04F3:3147] on i2c-DELL0A1E:00 
[    6.623219] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input15 
[    6.657827] mc: Linux media interface: v0.10 
[    6.665687] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0 
[    6.681097] input: Razer Razer Naga Chroma as /devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.0/0003:1532:0053.0002/input/input16 
[    6.769313] hid-generic 0003:1532:0053.0002: input,hidraw0: USB HID v1.11 Mouse [Razer Razer Naga Chroma] on usb-0000:03:00.4-1.2/input0 
[    6.773271] input: Razer Razer Naga Chroma Keyboard as /devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:1532:0053.0003/input/input17 
[    6.779501] input: DELL0A1E:00 04F3:3147 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-DELL0A1E:00/0018:04F3:3147.0001/input/input21 
[    6.852386] input: Razer Razer Naga Chroma Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:1532:0053.0003/input/input18 
[    6.852601] input: DELL0A1E:00 04F3:3147 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-DELL0A1E:00/0018:04F3:3147.0001/input/input22 
[    6.852782] input: Razer Razer Naga Chroma System Control as /devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:1532:0053.0003/input/input19 
[    6.853064] hid-multitouch 0018:04F3:3147.0001: input,hidraw1: I2C HID v1.00 Mouse [DELL0A1E:00 04F3:3147] on i2c-DELL0A1E:00 
[    6.853126] input: Razer Razer Naga Chroma as /devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.1/0003:1532:0053.0003/input/input20 
[    6.853352] hid-generic 0003:1532:0053.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer Naga Chroma] on usb-0000:03:00.4-1.2/input1 
[    6.857031] input: Razer Razer Naga Chroma as /devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-1/3-1.2/3-1.2:1.2/0003:1532:0053.0004/input/input24 
[    6.935801] hid-generic 0003:1532:0053.0004: input,hidraw3: USB HID v1.11 Keyboard [Razer Razer Naga Chroma] on usb-0000:03:00.4-1.2/input2 
[    6.935848] usbcore: registered new interface driver usbhid 
[    6.935848] usbhid: USB HID core driver 
[    7.052786] videodev: Linux video capture interface: v2.00 
[    7.053252] EDAC amd64: Node 0: DRAM ECC disabled. 
[    7.053256] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load. 
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'. 
                (Note that use of the override may cause unknown side effects.) 
[    7.060278] mousedev: PS/2 mouse device common for all mice 
[    7.080277] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:565a) 
[    7.083655] Bluetooth: Core ver 2.22 
[    7.083670] NET: Registered protocol family 31 
[    7.083671] Bluetooth: HCI device and connection manager initialized 
[    7.083673] Bluetooth: HCI socket layer initialized 
[    7.083674] Bluetooth: L2CAP socket layer initialized 
[    7.083676] Bluetooth: SCO socket layer initialized 
[    7.088664] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:08.1/0000:03:00.4/usb3/3-2/3-2:1.0/input/input25 
[    7.088767] usbcore: registered new interface driver uvcvideo 
[    7.088768] USB Video Class driver (1.1.1) 
[    7.090104] usbcore: registered new interface driver btusb 
[    7.092743] Bluetooth: hci0: Firmware revision 0.0 build 121 week 36 2020 
[    7.220017] EDAC amd64: Node 0: DRAM ECC disabled. 
[    7.220018] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load. 
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'. 
                (Note that use of the override may cause unknown side effects.) 
[    7.285702] ACPI: button: The lid device is not compliant to SW_LID. 
[    7.553246] EDAC amd64: Node 0: DRAM ECC disabled. 
[    7.553249] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load. 
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'. 
                (Note that use of the override may cause unknown side effects.) 
[    7.970206] EDAC amd64: Node 0: DRAM ECC disabled. 
[    7.970209] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load. 
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'. 
                (Note that use of the override may cause unknown side effects.) 
[    9.029373] EXT4-fs (nvme0n1p8): re-mounted. Opts: (null) 
[    9.080621] FAT-fs (nvme0n1p7): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. 
[    9.084138] EXT4-fs (nvme0n1p9): mounted filesystem with ordered data mode. Opts: (null) 
[    9.299008] random: crng init done 
[    9.299009] random: 7 urandom warning(s) missed due to ratelimiting 
[    9.460988] udevd[1042]: starting version 3.2.9 
[    9.462133] udevd[1042]: starting eudev-3.2.9 
[    9.920176] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM 
[   10.019108] elogind[1044]: Watching system buttons on /dev/input/event0 (Power Button) 
[   10.081740] iwlwifi 0000:02:00.0: FW already configured (0) - re-configuring 
[   10.115986] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM 
[   10.272604] iwlwifi 0000:02:00.0: FW already configured (0) - re-configuring 
[   10.585997] elogind[1044]: Watching system buttons on /dev/input/event1 (Lid Switch) 
[   10.586229] elogind[1044]: Watching system buttons on /dev/input/event2 (Sleep Button) 
[   10.985861] elogind[1044]: Watching system buttons on /dev/input/event12 (Razer Razer Naga Chroma Keyboard) 
[   10.986037] elogind[1044]: Watching system buttons on /dev/input/event15 (Razer Razer Naga Chroma Consumer Control) 
[   10.986170] elogind[1044]: Watching system buttons on /dev/input/event17 (Razer Razer Naga Chroma System Control) 
[   10.986313] elogind[1044]: Watching system buttons on /dev/input/event19 (Razer Razer Naga Chroma) 
[   11.339297] elogind[1044]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard) 
[   11.485847] elogind[1044]: New seat seat0. 
[   18.351836] wlp2s0: authenticate with f4:17:b8:10:b8:69 
[   18.357425] wlp2s0: send auth to f4:17:b8:10:b8:69 (try 1/3) 
[   18.382815] wlp2s0: authenticated 
[   18.402293] wlp2s0: associate with f4:17:b8:10:b8:69 (try 1/3) 
[   18.418875] wlp2s0: RX AssocResp from f4:17:b8:10:b8:69 (capab=0x1011 status=0 aid=2) 
[   18.425147] wlp2s0: associated 
[   18.425210] wlp2s0: Limiting TX power to 28 (30 - 2) dBm as advertised by f4:17:b8:10:b8:69 
[   18.452296] iwlwifi 0000:02:00.0: Unhandled alg: 0x707 
[   18.452308] iwlwifi 0000:02:00.0: Unhandled alg: 0x707 
[   18.452311] iwlwifi 0000:02:00.0: Unhandled alg: 0x707 
[   18.452313] iwlwifi 0000:02:00.0: Unhandled alg: 0x707 
[   18.452319] iwlwifi 0000:02:00.0: Unhandled alg: 0x707 
[   18.452322] iwlwifi 0000:02:00.0: Unhandled alg: 0x707 
[   18.586711] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready 
[   30.396768] elogind[1044]: New session 1 of user nathan. 

My system is still using llvmpipe.

Last edited by KNIX3 (2020-11-08 18:28:09)

Offline

#6 2020-11-08 22:27:40

seth
Member
Registered: 2012-09-03
Posts: 51,237

Re: I have no /dev/dri/card0 and no hardware acceleration (AMD).

[    2.536942] [drm] This hardware requires experimental hardware support. 
               See modparam exp_hw_support 

Offline

#7 2020-11-08 23:28:02

KNIX3
Member
Registered: 2020-11-07
Posts: 6

Re: I have no /dev/dri/card0 and no hardware acceleration (AMD).

seth wrote:
[    2.536942] [drm] This hardware requires experimental hardware support. 
               See modparam exp_hw_support 

How do I "See modparam exp_hw_support"?
I am more than willing to try the experimental support, but how do I continue from here?

Offline

#8 2020-11-08 23:53:18

KNIX3
Member
Registered: 2020-11-07
Posts: 6

Re: I have no /dev/dri/card0 and no hardware acceleration (AMD).

Well upon looking up the error Seth posted I found someone else with the exact same issue. Seth had been there too and said to not use the lts kernel. Everything fixed when I booted into the main kernel but I wonder why this is the case. Is there any way to use my graphics card on linux-lts? After all I need my graphics card for important things that I will need to be able to do if the main kernel breaks like edit my video projects. I'm pretty sure I can't even use an external monitor without the graphics card.

Offline

#9 2020-11-09 00:41:24

loqs
Member
Registered: 2014-03-06
Posts: 17,373

Re: I have no /dev/dri/card0 and no hardware acceleration (AMD).

KNIX3 wrote:
seth wrote:
[    2.536942] [drm] This hardware requires experimental hardware support. 
               See modparam exp_hw_support 

How do I "See modparam exp_hw_support"?

See Kernel_module#Setting_module_options,  looks to be an option for the amdgpu module.

Last edited by loqs (2020-11-09 00:41:43)

Online

#10 2020-11-09 13:54:57

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,922

Re: I have no /dev/dri/card0 and no hardware acceleration (AMD).

[    30.417] Build Operating System: Linux Artix Linux 
[    30.417] Current Operating System: Linux artix 5.4.74-1-lts #1 SMP Sun, 01 Nov 2020 16:27:42 +0000 x86_64 

Unfortunately you're not running archlinux but the Artix Linux distribution . You'll have to ask for help on https://forum.artixlinux.org/ .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB