NetBSD Problem Report #57143

From www@netbsd.org  Thu Dec 29 04:15:39 2022
Return-Path: <www@netbsd.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 414951A9239
	for <gnats-bugs@gnats.NetBSD.org>; Thu, 29 Dec 2022 04:15:39 +0000 (UTC)
Message-Id: <20221229041535.017411A923A@mollari.NetBSD.org>
Date: Thu, 29 Dec 2022 04:15:34 +0000 (UTC)
From: mayuresh@acm.org
Reply-To: mayuresh@acm.org
To: gnats-bugs@NetBSD.org
Subject: Screen rotation causes loss of acceleration on i915
X-Send-Pr-Version: www-1.0

>Number:         57143
>Category:       port-amd64
>Synopsis:       Screen rotation causes loss of acceleration on i915
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    port-amd64-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 29 04:20:00 +0000 2022
>Closed-Date:    
>Last-Modified:  Sun Aug 06 06:56:57 +0000 2023
>Originator:     Mayuresh
>Release:        NetBSD 10.0_BETA (GENERIC) #0: Mon Dec 26 11:25:01 UTC 2022
>Organization:
>Environment:
NetBSD asus2n 10.0_BETA NetBSD 10.0_BETA (GENERIC) #0: Mon Dec 26 11:25:01 UTC 2022  mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
If I rotate the x11 screen (either eDP1 or HDMI1) using e.g.
xrandr --output HDMI1 --rotate left # Equally applies to eDP1 screen as well

it leads to slow refresh, even on simple client like xterm. E.g. if I open vi, I can see ~ character appearing line by line.

In the default orientation the screen works fine, simple videos play fine.

Only intel driver is seen working with UXA acceleration. SNA/None do not work. Other drivers such as modesetting, wsfb do not work.

On Linux X11 uses intel driver with SNA acceleration and it doesn't have this issue.

xorg.conf
---------
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/pkg/lib/xorg/modules"
        FontPath     "/usr/pkg/share/fonts/X11/misc"
        FontPath     "/usr/pkg/share/fonts/X11/TTF"
        FontPath     "/usr/pkg/share/fonts/X11/OTF"
        FontPath     "/usr/pkg/share/fonts/X11/Type1"
        FontPath     "/usr/pkg/share/fonts/X11/100dpi"
        FontPath     "/usr/pkg/share/fonts/X11/75dpi"
        FontPath     "/usr/pkg/share/fonts/X11/cyrillic"
        FontPath     "/usr/pkg/lib/X11/fonts/misc"
        FontPath     "/usr/pkg/lib/X11/fonts/TTF"
        FontPath     "/usr/pkg/lib/X11/fonts/OTF"
        FontPath     "/usr/pkg/lib/X11/fonts/Type1"
        FontPath     "/usr/pkg/lib/X11/fonts/100dpi"
        FontPath     "/usr/pkg/lib/X11/fonts/75dpi"
        FontPath     "/usr/pkg/lib/X11/fonts/cyrillic"
EndSection

Section "Module"
        Load  "glx"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "wsmouse"
        Option      "Device" "/dev/wsmouse"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor-eDP1"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Monitor"
        Identifier   "Monitor-HDMI1"
EndSection

Section "Device"
        Identifier  "Card0"
        Option  "AccelMethod"   "UXA"
        Driver      "intel"
        BusID       "PCI:0:2:0"
        Option  "Monitor-eDP1"  "Monitor-eDP1"
        Option  "Monitor-HDMI1" "Monitor-HDMI1"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Xorg.log on NetBSD
-------------------
[    31.235] (==) intel(0): Default visual is TrueColor
[    31.235] (**) intel(0): Option "AccelMethod" "UXA"
[    31.235] (--) intel(0): gen9 engineering sample
[    31.236] (**) intel(0): Relaxed fencing enabled
[    31.236] (**) intel(0): Wait on SwapBuffers? enabled
[    31.236] (**) intel(0): Triple buffering? enabled
[    31.236] (**) intel(0): Framebuffer tiled
[    31.236] (**) intel(0): Pixmaps tiled
[    31.236] (**) intel(0): 3D buffers tiled
[    31.236] (**) intel(0): SwapBuffers wait enabled
[    31.236] (==) intel(0): video overlay key set to 0x101fe
[    31.257] (II) intel(0): Output eDP1 using monitor section Monitor0
[    31.260] (II) intel(0): Output HDMI1 has no monitor section
[    31.281] (II) intel(0): EDID for output eDP1
[    31.281] (II) intel(0): Manufacturer: CMN  Model: 15db  Serial#: 0
[    31.281] (II) intel(0): Year: 2020  Week: 34
[    31.281] (II) intel(0): EDID Version: 1.4
[    31.281] (II) intel(0): Digital Display Input
[    31.281] (II) intel(0): 6 bits per channel
[    31.281] (II) intel(0): Digital interface is DisplayPort
[    31.281] (II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    31.281] (II) intel(0): Gamma: 2.20
[    31.281] (II) intel(0): No DPMS capabilities specified
[    31.281] (II) intel(0): Supported color encodings: RGB 4:4:4
[    31.281] (II) intel(0): First detailed timing is preferred mode
[    31.281] (II) intel(0): Preferred mode is native pixel format and refresh rate
[    31.281] (II) intel(0): redX: 0.569 redY: 0.332   greenX: 0.328 greenY: 0.581
[    31.281] (II) intel(0): blueX: 0.163 blueY: 0.147   whiteX: 0.313 whiteY: 0.329
[    31.281] (II) intel(0): Manufacturer's mask: 0
[    31.281] (II) intel(0): Supported detailed timing:
[    31.281] (II) intel(0): clock: 76.4 MHz   Image Size:  344 x 193 mm
[    31.281] (II) intel(0): h_active: 1366  h_sync: 1434  h_sync_end 1479 h_blank_end 1592 h_border: 0
[    31.281] (II) intel(0): v_active: 768  v_sync: 772  v_sync_end 779 v_blanking: 800 v_border: 0
[    31.281] (II) intel(0):  N156BGA-EA2
[    31.281] (II) intel(0):  CMN
[    31.281] (II) intel(0):  N156BGA-EA2
[    31.281] (II) intel(0): EDID (in hex):
[    31.281] (II) intel(0):     00ffffffffffff000daedb1500000000
[    31.281] (II) intel(0):     221e01049522137802c3f59155549429
[    31.281] (II) intel(0):     25505400000001010101010101010101
[    31.281] (II) intel(0):     010101010101da1d56e250002030442d
[    31.281] (II) intel(0):     470058c110000018000000fe004e3135
[    31.281] (II) intel(0):     364247412d4541320a20000000fe0043
[    31.281] (II) intel(0):     4d4e0a202020202020202020000000fe
[    31.281] (II) intel(0):     004e3135364247412d4541320a2000fa
[    31.282] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "1024x576" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "1024x576" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "1280x720" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "1280x720" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[    31.282] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[    31.282] (II) intel(0): Printing probed modes for output eDP1
[    31.282] (II) intel(0): Modeline "1366x768"x60.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    31.282] (II) intel(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    31.282] (II) intel(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    31.282] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    31.282] (II) intel(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    31.282] (II) intel(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    31.282] (II) intel(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    31.282] (II) intel(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    31.282] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    31.282] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    31.282] (II) intel(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    31.282] (II) intel(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    31.283] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    31.283] (II) intel(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    31.283] (II) intel(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    31.283] (II) intel(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    31.283] (II) intel(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    31.285] (II) intel(0): EDID for output HDMI1
[    31.285] (II) intel(0): Output eDP1 connected
[    31.286] (II) intel(0): Output HDMI1 disconnected
[    31.286] (II) intel(0): Using exact sizes for initial modes
[    31.286] (II) intel(0): Output eDP1 using initial mode 1366x768 +0+0
[    31.286] (II) intel(0): Kernel page flipping support detected, enabling
[    31.286] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    31.286] (==) intel(0): DPI set to (96, 96)
[    31.286] (II) Loading sub module "fb"
[    31.286] (II) LoadModule: "fb"
[    31.286] (II) Module "fb" already built-in
[    31.286] (II) Loading sub module "dri2"
[    31.286] (II) LoadModule: "dri2"
[    31.286] (II) Module "dri2" already built-in
[    31.286] (II) intel(0): Allocated new frame buffer 1366x768 stride 5632, tiled
[    31.287] (II) UXA(0): Driver registered support for the following operations:
[    31.287] (II)         solid
[    31.287] (II)         copy
[    31.287] (II)         put_image
[    31.287] (II)         get_image
[    31.288] (II) intel(0): [DRI2] Setup complete
[    31.288] (II) intel(0): [DRI2]   DRI driver: i965
[    31.288] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    31.288] (==) intel(0): Backing store enabled
[    31.288] (==) intel(0): Silken mouse enabled
[    31.288] (II) intel(0): Initializing HW Cursor
[    31.289] (==) intel(0): DPMS enabled
[    31.289] (==) intel(0): Intel XvMC decoder enabled
[    31.289] (WW) intel(0): Disabling Xv because no adaptors could be initialized.
[    31.289] (II) intel(0): DRI2: Enabled
[    31.289] (II) intel(0): DRI3: Disabled
[    31.311] (II) Initializing extension Generic Event Extension
[    31.311] (II) Initializing extension SHAPE
[    31.311] (II) Initializing extension MIT-SHM
[    31.311] (II) Initializing extension XInputExtension
[    31.311] (II) Initializing extension XTEST
[    31.311] (II) Initializing extension BIG-REQUESTS
[    31.311] (II) Initializing extension SYNC
[    31.311] (II) Initializing extension XKEYBOARD
[    31.311] (II) Initializing extension XC-MISC
[    31.311] (II) Initializing extension XFIXES
[    31.311] (II) Initializing extension RENDER
[    31.311] (II) Initializing extension RANDR
[    31.311] (II) Initializing extension COMPOSITE
[    31.311] (II) Initializing extension DAMAGE
[    31.311] (II) Initializing extension MIT-SCREEN-SAVER
[    31.312] (II) Initializing extension DOUBLE-BUFFER
[    31.312] (II) Initializing extension RECORD
[    31.312] (II) Initializing extension DPMS
[    31.312] (II) Initializing extension Present
[    31.312] (II) Initializing extension DRI3
[    31.312] (II) Initializing extension X-Resource
[    31.312] (II) Initializing extension XVideo
[    31.312] (II) Initializing extension XVideo-MotionCompensation
[    31.312] (II) Initializing extension GLX
[    31.751] (II) AIGLX: Loaded and initialized i965
[    31.751] (II) GLX: Initialized DRI2 GL provider for screen 0
[    31.751] (II) Initializing extension XFree86-VidModeExtension
[    31.751] (II) Initializing extension XFree86-DGA
[    31.751] (II) Initializing extension XFree86-DRI
[    31.752] (II) Initializing extension DRI2
[    31.752] (II) intel(0): Setting screen physical size to 361 x 203
[    32.474] (II) Using input driver 'mouse' for 'Mouse0'
[    32.474] (**) Option "CorePointer"
[    32.474] (**) Mouse0: always reports core events
[    32.474] (**) Option "Protocol" "wsmouse"
[    32.474] (**) Option "Device" "/dev/wsmouse"
[    32.474] (**) Mouse0: Protocol: "wsmouse"
[    32.474] (**) Mouse0: always reports core events
[    32.477] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
[    32.477] (**) Option "ZAxisMapping" "4 5 6 7"
[    32.477] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
[    32.477] (**) Mouse0: Buttons: 11
[    32.477] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 6)
[    32.477] (**) Mouse0: (accel) keeping acceleration scheme 1
[    32.477] (**) Mouse0: (accel) acceleration profile 0
[    32.477] (**) Mouse0: (accel) acceleration factor: 2.000
[    32.477] (**) Mouse0: (accel) acceleration threshold: 4
[    32.480] (II) Using input driver 'kbd' for 'Keyboard0'
[    32.480] (**) Option "CoreKeyboard"
[    32.480] (**) Keyboard0: always reports core events
[    32.480] (**) Keyboard0: always reports core events
[    32.480] (**) Option "Protocol" "standard"
[    32.480] (**) Option "XkbRules" "base"
[    32.480] (**) Option "XkbModel" "pc105"
[    32.480] (**) Option "XkbLayout" "us"
[    32.480] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 7)
[    32.679] (II) intel(0): EDID vendor "CMN", prod id 5595
[    32.679] (II) intel(0): Printing DDC gathered Modelines:
[    32.679] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    32.914] (II) intel(0): EDID vendor "CMN", prod id 5595
[    32.914] (II) intel(0): Printing DDC gathered Modelines:
[    32.914] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)

Xorg log on Linux
-----------------
[   120.150]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[   120.152] Current Operating System: Linux asus2 6.0.10_1 #1 SMP PREEMPT_DYNAMIC Mon Nov 28 03:42:58 UTC 2022 x86_64
[   120.152] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.0.10_1 root=UUID=4147e9fb-400b-449c-a1b0-a64b6b720900 ro loglevel=4
[   120.153]
[   120.154] Current version of pixman: 0.40.0
[   120.156]    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   120.156] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   120.159] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Dec 28 20:55:08 2022
[   120.180] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   120.181] (==) No Layout section.  Using the first Screen section.
[   120.181] (==) No screen section available. Using defaults.
[   120.181] (**) |-->Screen "Default Screen Section" (0)
[   120.181] (**) |   |-->Monitor "<default monitor>"
[   120.181] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[   120.181] (==) Automatically adding devices
[   120.181] (==) Automatically enabling devices
[   120.181] (==) Automatically adding GPU devices
[   120.181] (==) Automatically binding GPU devices
[   120.181] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   120.181] (WW) The directory "/usr/share/fonts/X11/OTF" does not exist.
[   120.181]    Entry deleted from font path.
[   120.181] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/TTF,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi
[   120.181] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   120.181] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[   120.181] (II) Module ABI versions:
[   120.181]    X.Org ANSI C Emulation: 0.4
[   120.181]    X.Org Video Driver: 25.2
[   120.181]    X.Org XInput driver : 24.4
[   120.181]    X.Org Server Extension : 10.0
[   120.181] (II) xfree86: Adding drm device (/dev/dri/card0)
[   120.181] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   120.192] (--) PCI:*(0@0:2:0) 8086:3184:1043:1232 rev 6, Mem @ 0xa0000000/16777216, 0x90000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   120.192] (II) Open ACPI successful (/var/run/acpid.socket)
[   120.192] (II) LoadModule: "glx"
[   120.192] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   120.269] (II) Module glx: vendor="X.Org Foundation"
[   120.269]    compiled for 1.21.1.4, module version = 1.0.0
[   120.269]    ABI class: X.Org Server Extension, version 10.0
[   120.269] (==) Matched intel as autoconfigured driver 0
[   120.270] (==) Matched modesetting as autoconfigured driver 1
[   120.270] (==) Matched fbdev as autoconfigured driver 2
[   120.270] (==) Matched vesa as autoconfigured driver 3
[   120.270] (==) Assigned the driver to the xf86ConfigLayout
[   120.270] (II) LoadModule: "intel"
[   120.270] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[   120.271] (II) Module intel: vendor="X.Org Foundation"
[   120.271]    compiled for 1.21.1.3, module version = 2.99.917
[   120.271]    Module class: X.Org Video Driver
[   120.271]    ABI class: X.Org Video Driver, version 25.2
[   120.271] (II) LoadModule: "modesetting"
[   120.272] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[   120.273] (II) Module modesetting: vendor="X.Org Foundation"
[   120.273]    compiled for 1.21.1.4, module version = 1.21.1
[   120.274]    Module class: X.Org Video Driver
[   120.274]    ABI class: X.Org Video Driver, version 25.2
[   120.274] (II) LoadModule: "fbdev"
[   120.274] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[   120.274] (II) Module fbdev: vendor="X.Org Foundation"
[   120.274]    compiled for 1.21.1.3, module version = 0.5.0
[   120.274]    Module class: X.Org Video Driver
[   120.274]    ABI class: X.Org Video Driver, version 25.2
[   120.274] (II) LoadModule: "vesa"
[   120.275] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[   120.275] (II) Module vesa: vendor="X.Org Foundation"
[   120.275]    compiled for 1.21.1.3, module version = 2.5.0
[   120.275]    Module class: X.Org Video Driver
[   120.275]    ABI class: X.Org Video Driver, version 25.2
[   120.275] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   120.276] (II) intel: Driver for Intel(R) HD Graphics
[   120.276] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   120.276] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   120.276] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   120.276] (II) FBDEV: driver for framebuffer: fbdev
[   120.277] (II) VESA: driver for VESA chipsets: vesa
[   120.277] (++) using VT number 1

[   120.277] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[   120.278] (WW) Falling back to old probe method for modesetting
[   120.278] (WW) Falling back to old probe method for fbdev
[   120.278] (II) Loading sub module "fbdevhw"
[   120.278] (II) LoadModule: "fbdevhw"
[   120.279] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[   120.292] (II) Module fbdevhw: vendor="X.Org Foundation"
[   120.292]    compiled for 1.21.1.4, module version = 0.0.2
[   120.292]    ABI class: X.Org Video Driver, version 25.2
[   120.305] (--) intel(0): gen9 engineering sample
[   120.305] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2; using a maximum of 4 threads
[   120.305] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[   120.305] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   120.305] (==) intel(0): RGB weight 888
[   120.305] (==) intel(0): Default visual is TrueColor
[   120.307] (II) intel(0): Output eDP1 has no monitor section
[   120.307] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   120.307] (II) intel(0): Enabled output eDP1
[   120.307] (II) intel(0): Output HDMI1 has no monitor section
[   120.308] (II) intel(0): Enabled output HDMI1
[   120.308] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   120.308] (II) intel(0): Output VIRTUAL1 has no monitor section
[   120.308] (II) intel(0): Enabled output VIRTUAL1
[   120.308] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
[   120.313] (==) intel(0): TearFree enabled
[   120.313] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   120.313] (==) intel(0): DPI set to (96, 96)
[   120.313] (II) Loading sub module "dri3"
[   120.313] (II) LoadModule: "dri3"
[   120.313] (II) Module "dri3" already built-in
[   120.314] (II) Loading sub module "dri2"
[   120.314] (II) LoadModule: "dri2"
[   120.314] (II) Module "dri2" already built-in
[   120.314] (II) Loading sub module "present"
[   120.314] (II) LoadModule: "present"
[   120.314] (II) Module "present" already built-in
[   120.314] (II) UnloadModule: "modesetting"
[   120.314] (II) Unloading modesetting
[   120.314] (II) UnloadModule: "fbdev"
[   120.314] (II) Unloading fbdev
[   120.314] (II) UnloadSubModule: "fbdevhw"
[   120.314] (II) Unloading fbdevhw
[   120.314] (II) UnloadModule: "vesa"
[   120.314] (II) Unloading vesa
[   120.324] (II) intel(0): SNA initialized with Geminilake (gen9) backend
[   120.324] (==) intel(0): Backing store enabled
[   120.324] (==) intel(0): Silken mouse enabled
[   120.324] (II) intel(0): HW Cursor enabled
[   120.324] (==) intel(0): DPMS enabled
[   120.324] (==) intel(0): Display hotplug detection enabled
[   120.325] (II) intel(0): [DRI2] Setup complete
[   120.325] (II) intel(0): [DRI2]   DRI driver: i965
[   120.325] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   120.325] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[   120.325] (II) intel(0): hardware support for Present enabled
[   120.325] (II) Initializing extension Generic Event Extension
[   120.325] (II) Initializing extension SHAPE
[   120.325] (II) Initializing extension MIT-SHM
[   120.325] (II) Initializing extension XInputExtension
[   120.326] (II) Initializing extension XTEST
[   120.326] (II) Initializing extension BIG-REQUESTS
[   120.326] (II) Initializing extension SYNC
[   120.326] (II) Initializing extension XKEYBOARD
[   120.326] (II) Initializing extension XC-MISC
[   120.326] (II) Initializing extension SECURITY
[   120.326] (II) Initializing extension XFIXES
[   120.326] (II) Initializing extension RENDER
[   120.327] (II) Initializing extension RANDR
[   120.327] (II) Initializing extension COMPOSITE
[   120.327] (II) Initializing extension DAMAGE
[   120.327] (II) Initializing extension MIT-SCREEN-SAVER
[   120.327] (II) Initializing extension DOUBLE-BUFFER
[   120.327] (II) Initializing extension RECORD
[   120.327] (II) Initializing extension DPMS
[   120.328] (II) Initializing extension Present
[   120.328] (II) Initializing extension DRI3
[   120.328] (II) Initializing extension X-Resource
[   120.328] (II) Initializing extension XVideo
[   120.328] (II) Initializing extension XVideo-MotionCompensation
[   120.328] (II) Initializing extension GLX
[   120.329] (EE) AIGLX error: dlopen of /usr/lib64/dri/i965_dri.so failed (/usr/lib64/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[   120.329] (EE) AIGLX error: unable to load driver i965
[   120.950] (II) IGLX: Loaded and initialized swrast
[   120.950] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   120.950] (II) Initializing extension XFree86-VidModeExtension
[   120.950] (II) Initializing extension XFree86-DGA
[   120.950] (II) Initializing extension XFree86-DRI
[   120.950] (II) Initializing extension DRI2
[   120.966] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   120.972] (II) intel(0): Setting screen physical size to 361 x 203
[   121.374] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
[   121.374] (**) Asus Wireless Radio Control: Applying InputClass "evdev keyboard catchall"
[   121.374] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[   121.374] (II) LoadModule: "libinput"
[   121.374] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[   121.426] (II) Module libinput: vendor="X.Org Foundation"
[   121.426]    compiled for 1.21.1.3, module version = 1.2.1
[   121.426]    Module class: X.Org XInput Driver
[   121.426]    ABI class: X.Org XInput driver, version 24.4
[   121.426] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[   121.426] (**) Asus Wireless Radio Control: always reports core events
[   121.426] (**) Option "Device" "/dev/input/event6"
[   121.451] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[   121.451] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[   121.451] (II) event6  - Asus Wireless Radio Control: device removed
[   121.466] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6/event6"
[   121.466] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 6)
[   121.467] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[   121.467] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[   121.467] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[   121.467] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   121.467] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   121.467] (II) Using input driver 'libinput' for 'Video Bus'
[   121.467] (**) Video Bus: always reports core events
[   121.468] (**) Option "Device" "/dev/input/event5"
[   121.468] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   121.468] (II) event5  - Video Bus: device is a keyboard
[   121.468] (II) event5  - Video Bus: device removed
[   121.476] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[   121.476] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   121.477] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   121.477] (II) event5  - Video Bus: device is a keyboard
[   121.477] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   121.478] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   121.478] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   121.478] (II) Using input driver 'libinput' for 'Power Button'
[   121.478] (**) Power Button: always reports core events
[   121.478] (**) Option "Device" "/dev/input/event1"
[   121.478] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   121.478] (II) event1  - Power Button: device is a keyboard
[   121.479] (II) event1  - Power Button: device removed
[   121.492] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/PNP0C09:01/PNP0C0C:00/input/input1/event1"
[   121.492] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   121.493] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   121.493] (II) event1  - Power Button: device is a keyboard
[   121.494] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[   121.494] (II) No input driver specified, ignoring this device.
[   121.494] (II) This device may have been added with another device file.
[   121.494] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[   121.494] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   121.494] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   121.494] (II) Using input driver 'libinput' for 'Power Button'
[   121.494] (**) Power Button: always reports core events
[   121.494] (**) Option "Device" "/dev/input/event4"
[   121.494] (II) event4  - Power Button: is tagged by udev as: Keyboard
[   121.495] (II) event4  - Power Button: device is a keyboard
[   121.495] (II) event4  - Power Button: device removed
[   121.506] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:01/input/input4/event4"
[   121.506] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[   121.507] (II) event4  - Power Button: is tagged by udev as: Keyboard
[   121.507] (II) event4  - Power Button: device is a keyboard
[   121.507] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[   121.507] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   121.507] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   121.507] (II) Using input driver 'libinput' for 'Sleep Button'
[   121.507] (**) Sleep Button: always reports core events
[   121.507] (**) Option "Device" "/dev/input/event3"
[   121.508] (II) event3  - Sleep Button: is tagged by udev as: Keyboard
[   121.508] (II) event3  - Sleep Button: device is a keyboard
[   121.508] (II) event3  - Sleep Button: device removed
[   121.516] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event3"
[   121.516] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[   121.517] (II) event3  - Sleep Button: is tagged by udev as: Keyboard
[   121.517] (II) event3  - Sleep Button: device is a keyboard
[   121.518] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[   121.518] (II) No input driver specified, ignoring this device.
[   121.518] (II) This device may have been added with another device file.
[   121.518] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[   121.518] (II) No input driver specified, ignoring this device.
[   121.518] (II) This device may have been added with another device file.
[   121.518] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event12)
[   121.518] (II) No input driver specified, ignoring this device.
[   121.518] (II) This device may have been added with another device file.
[   121.518] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event13)
[   121.518] (II) No input driver specified, ignoring this device.
[   121.518] (II) This device may have been added with another device file.
[   121.519] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event14)
[   121.519] (II) No input driver specified, ignoring this device.
[   121.519] (II) This device may have been added with another device file.
[   121.519] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[   121.519] (II) No input driver specified, ignoring this device.
[   121.519] (II) This device may have been added with another device file.
[   121.519] (II) config/udev: Adding input device USB2.0 VGA UVC WebCam: USB2.0 V (/dev/input/event15)
[   121.519] (**) USB2.0 VGA UVC WebCam: USB2.0 V: Applying InputClass "evdev keyboard catchall"
[   121.519] (**) USB2.0 VGA UVC WebCam: USB2.0 V: Applying InputClass "libinput keyboard catchall"
[   121.519] (II) Using input driver 'libinput' for 'USB2.0 VGA UVC WebCam: USB2.0 V'
[   121.519] (**) USB2.0 VGA UVC WebCam: USB2.0 V: always reports core events
[   121.519] (**) Option "Device" "/dev/input/event15"
[   121.520] (II) event15 - USB2.0 VGA UVC WebCam: USB2.0 V: is tagged by udev as: Keyboard
[   121.520] (II) event15 - USB2.0 VGA UVC WebCam: USB2.0 V: device is a keyboard
[   121.520] (II) event15 - USB2.0 VGA UVC WebCam: USB2.0 V: device removed
[   121.538] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-5/1-5:1.0/input/input15/event15"
[   121.538] (II) XINPUT: Adding extended input device "USB2.0 VGA UVC WebCam: USB2.0 V" (type: KEYBOARD, id 11)
[   121.539] (II) event15 - USB2.0 VGA UVC WebCam: USB2.0 V: is tagged by udev as: Keyboard
[   121.539] (II) event15 - USB2.0 VGA UVC WebCam: USB2.0 V: device is a keyboard
[   121.540] (II) config/udev: Adding input device ELAN1200:00 04F3:3067 Mouse (/dev/input/event16)
[   121.540] (**) ELAN1200:00 04F3:3067 Mouse: Applying InputClass "evdev pointer catchall"
[   121.540] (**) ELAN1200:00 04F3:3067 Mouse: Applying InputClass "libinput pointer catchall"
[   121.540] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3067 Mouse'
[   121.540] (**) ELAN1200:00 04F3:3067 Mouse: always reports core events
[   121.540] (**) Option "Device" "/dev/input/event16"
[   121.540] (II) event16 - ELAN1200:00 04F3:3067 Mouse: is tagged by udev as: Mouse
[   121.541] (II) event16 - ELAN1200:00 04F3:3067 Mouse: device is a pointer
[   121.541] (II) event16 - ELAN1200:00 04F3:3067 Mouse: device removed
[   121.558] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:17.1/i2c_designware.1/i2c-6/i2c-ELAN1200:00/0018:04F3:3067.0001/input/input18/event16"
[   121.558] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3067 Mouse" (type: MOUSE, id 12)
[   121.558] (**) Option "AccelerationScheme" "none"
[   121.558] (**) ELAN1200:00 04F3:3067 Mouse: (accel) selected scheme none/0
[   121.558] (**) ELAN1200:00 04F3:3067 Mouse: (accel) acceleration factor: 2.000
[   121.558] (**) ELAN1200:00 04F3:3067 Mouse: (accel) acceleration threshold: 4
[   121.559] (II) event16 - ELAN1200:00 04F3:3067 Mouse: is tagged by udev as: Mouse
[   121.559] (II) event16 - ELAN1200:00 04F3:3067 Mouse: device is a pointer
[   121.560] (II) config/udev: Adding input device ELAN1200:00 04F3:3067 Mouse (/dev/input/mouse0)
[   121.560] (II) No input driver specified, ignoring this device.
[   121.560] (II) This device may have been added with another device file.
[   121.560] (II) config/udev: Adding input device ELAN1200:00 04F3:3067 Touchpad (/dev/input/event17)
[   121.560] (**) ELAN1200:00 04F3:3067 Touchpad: Applying InputClass "evdev touchpad catchall"
[   121.560] (**) ELAN1200:00 04F3:3067 Touchpad: Applying InputClass "libinput touchpad catchall"
[   121.560] (**) ELAN1200:00 04F3:3067 Touchpad: Applying InputClass "touchpad catchall"
[   121.560] (**) ELAN1200:00 04F3:3067 Touchpad: Applying InputClass "Default clickpad buttons"
[   121.560] (II) LoadModule: "synaptics"
[   121.560] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[   121.579] (II) Module synaptics: vendor="X.Org Foundation"
[   121.579]    compiled for 1.20.0, module version = 1.9.1
[   121.579]    Module class: X.Org XInput Driver
[   121.579]    ABI class: X.Org XInput driver, version 24.1
[   121.579] (II) Using input driver 'synaptics' for 'ELAN1200:00 04F3:3067 Touchpad'
[   121.579] (**) ELAN1200:00 04F3:3067 Touchpad: always reports core events
[   121.579] (**) Option "Device" "/dev/input/event17"
[   121.593] (II) synaptics: ELAN1200:00 04F3:3067 Touchpad: found clickpad property
[   121.593] (--) synaptics: ELAN1200:00 04F3:3067 Touchpad: x-axis range 0 - 3200 (res 31)
[   121.593] (--) synaptics: ELAN1200:00 04F3:3067 Touchpad: y-axis range 0 - 2198 (res 31)
[   121.593] (II) synaptics: ELAN1200:00 04F3:3067 Touchpad: device does not report pressure, will use touch data.
[   121.593] (II) synaptics: ELAN1200:00 04F3:3067 Touchpad: device does not report finger width.
[   121.593] (--) synaptics: ELAN1200:00 04F3:3067 Touchpad: buttons: left double triple
[   121.593] (--) synaptics: ELAN1200:00 04F3:3067 Touchpad: Vendor 0x4f3 Product 0x3067
[   121.593] (--) synaptics: ELAN1200:00 04F3:3067 Touchpad: invalid pressure range.  defaulting to 0 - 255
[   121.593] (--) synaptics: ELAN1200:00 04F3:3067 Touchpad: invalid finger width range.  defaulting to 0 - 15
[   121.593] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[   121.593] (--) synaptics: ELAN1200:00 04F3:3067 Touchpad: touchpad found
[   121.593] (**) ELAN1200:00 04F3:3067 Touchpad: always reports core events
[   121.605] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:17.1/i2c_designware.1/i2c-6/i2c-ELAN1200:00/0018:04F3:3067.0001/input/input19/event17"
[   121.605] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3067 Touchpad" (type: TOUCHPAD, id 13)
[   121.605] (**) synaptics: ELAN1200:00 04F3:3067 Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[   121.605] (**) synaptics: ELAN1200:00 04F3:3067 Touchpad: (accel) MaxSpeed is now 1.75
[   121.605] (**) synaptics: ELAN1200:00 04F3:3067 Touchpad: (accel) AccelFactor is now 0.052
[   121.605] (**) ELAN1200:00 04F3:3067 Touchpad: (accel) keeping acceleration scheme 1
[   121.605] (**) ELAN1200:00 04F3:3067 Touchpad: (accel) acceleration profile 1
[   121.605] (**) ELAN1200:00 04F3:3067 Touchpad: (accel) acceleration factor: 2.000
[   121.605] (**) ELAN1200:00 04F3:3067 Touchpad: (accel) acceleration threshold: 4
[   121.605] (--) synaptics: ELAN1200:00 04F3:3067 Touchpad: touchpad found
[   121.606] (II) config/udev: Adding input device ELAN1200:00 04F3:3067 Touchpad (/dev/input/mouse1)
[   121.606] (**) ELAN1200:00 04F3:3067 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[   121.606] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
[   121.606] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   121.606] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   121.606] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[   121.606] (**) Asus WMI hotkeys: always reports core events
[   121.606] (**) Option "Device" "/dev/input/event8"
[   121.607] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   121.607] (II) event8  - Asus WMI hotkeys: device is a keyboard
[   121.607] (II) event8  - Asus WMI hotkeys: device removed
[   121.615] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input9/event8"
[   121.615] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[   121.616] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   121.616] (II) event8  - Asus WMI hotkeys: device is a keyboard
[   121.616] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   121.616] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   121.616] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   121.616] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   121.616] (**) AT Translated Set 2 keyboard: always reports core events
[   121.616] (**) Option "Device" "/dev/input/event0"
[   121.617] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   121.617] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[   121.618] (II) event0  - AT Translated Set 2 keyboard: device removed
[   121.629] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   121.629] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[   121.630] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   121.630] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[   121.631] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[   121.631] (II) No input driver specified, ignoring this device.
[   121.631] (II) This device may have been added with another device file.
[   121.837] (II) intel(0): EDID vendor "CMN", prod id 5595
[   121.837] (II) intel(0): Printing DDC gathered Modelines:
[   121.837] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
~                                                                                                                                                                                                                                                                                                   

dmesg on Linux
--------------
[    0.000000] Linux version 6.0.10_1 (voidlinux@voidlinux) (gcc (GCC) 10.2.1 20201203, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT_DYNAMIC Mon Nov 28 03:42:58 UTC 2022
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.0.10_1 root=UUID=4147e9fb-400b-449c-a1b0-a64b6b720900 ro loglevel=4
[    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 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[3]:  576, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  640, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 2032
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000012151000-0x000000007603ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000076040000-0x0000000079a20fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079a21000-0x0000000079a64fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000079a65000-0x0000000079ac4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000079ac5000-0x0000000079e6efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079e6f000-0x0000000079f55fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000079f56000-0x000000007a972fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a973000-0x000000007a973fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007a974000-0x000000007a975fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a976000-0x000000007aa40fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007aa41000-0x000000007aac0fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007aac1000-0x000000007affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0x79a64000 ACPI 2.0=0x79a64014 TPMFinalLog=0x79a91000 SMBIOS=0x79d2c000 SMBIOS 3.0=0x79d2b000 ESRT=0x728d9a18
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X540MAR_X543MA/X540MAR, BIOS X540MAR.301 03/31/2022
[    0.000000] tsc: Detected 1094.400 MHz processor
[    0.000000] [Firmware Bug]: TSC ADJUST: CPU0: -126441715 force to 0
[    0.000026] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000030] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000046] last_pfn = 0x180000 max_arch_pfn = 0x400000000
[    0.000088] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000242] last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.005207] esrt: Reserving ESRT space from 0x00000000728d9a18 to 0x00000000728d9a50.
[    0.005214] e820: update [mem 0x728d9000-0x728d9fff] usable ==> reserved
[    0.005244] Using GB pages for direct mapping
[    0.006118] Secure boot disabled
[    0.006119] RAMDISK: [mem 0x2e451000-0x3321ffff]
[    0.006125] ACPI: Early table checksum verification disabled
[    0.006130] ACPI: RSDP 0x0000000079A64014 000024 (v02 _ASUS_)
[    0.006135] ACPI: XSDT 0x0000000079A63728 0000EC (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.006141] ACPI: FACP 0x0000000079A62000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.006148] ACPI: DSDT 0x0000000079A51000 0104FE (v02 _ASUS_ Notebook 01072009 INTL 20160930)
[    0.006153] ACPI: FACS 0x0000000079AC3000 000040
[    0.006157] ACPI: FPDT 0x0000000079A50000 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.006161] ACPI: FIDT 0x0000000079A4F000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.006165] ACPI: MCFG 0x0000000079A4E000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.006169] ACPI: ECDT 0x0000000079A4D000 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.006173] ACPI: MSDM 0x0000000079A4C000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
[    0.006177] ACPI: SSDT 0x0000000079A4B000 0000B1 (v01 Intel_ ADebTabl 00001000 INTL 20160930)
[    0.006182] ACPI: DBG2 0x0000000079A4A000 000072 (v00 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.006186] ACPI: DBGP 0x0000000079A49000 000034 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.006190] ACPI: HPET 0x0000000079A47000 000038 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.006195] ACPI: LPIT 0x0000000079A46000 00005C (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.006199] ACPI: APIC 0x0000000079A45000 000084 (v04 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.006203] ACPI: NPKT 0x0000000079A44000 000065 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.006207] ACPI: SSDT 0x0000000079A39000 00408E (v02 INTEL  DptfTab  00000003 BRXT 0100000D)
[    0.006211] ACPI: SSDT 0x0000000079A38000 00014E (v01 Intel_ Platform 00001000 INTL 20160930)
[    0.006215] ACPI: SSDT 0x0000000079A37000 000517 (v02 PmRef  Cpu0Ist  00003000 INTL 20160930)
[    0.006220] ACPI: SSDT 0x0000000079A36000 000775 (v02 CpuRef CpuSsdt  00003000 INTL 20160930)
[    0.006224] ACPI: SSDT 0x0000000079A35000 00035F (v02 PmRef  Cpu0Tst  00003000 INTL 20160930)
[    0.006228] ACPI: SSDT 0x0000000079A34000 0001E6 (v02 PmRef  ApTst    00003000 INTL 20160930)
[    0.006232] ACPI: SSDT 0x0000000079A31000 00286F (v02 SaSsdt SaSsdt   00003000 INTL 20160930)
[    0.006236] ACPI: TPM2 0x0000000079A2F000 000034 (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.006240] ACPI: BGRT 0x0000000079A30000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.006245] ACPI: DMAR 0x0000000079A48000 0000A8 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.006249] ACPI: WDAT 0x0000000079A2E000 000104 (v01                 00000000      00000000)
[    0.006253] ACPI: WSMT 0x0000000079A43000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.006256] ACPI: Reserving FACP table memory at [mem 0x79a62000-0x79a62113]
[    0.006258] ACPI: Reserving DSDT table memory at [mem 0x79a51000-0x79a614fd]
[    0.006259] ACPI: Reserving FACS table memory at [mem 0x79ac3000-0x79ac303f]
[    0.006261] ACPI: Reserving FPDT table memory at [mem 0x79a50000-0x79a50043]
[    0.006262] ACPI: Reserving FIDT table memory at [mem 0x79a4f000-0x79a4f09b]
[    0.006263] ACPI: Reserving MCFG table memory at [mem 0x79a4e000-0x79a4e03b]
[    0.006264] ACPI: Reserving ECDT table memory at [mem 0x79a4d000-0x79a4d0c0]
[    0.006266] ACPI: Reserving MSDM table memory at [mem 0x79a4c000-0x79a4c054]
[    0.006267] ACPI: Reserving SSDT table memory at [mem 0x79a4b000-0x79a4b0b0]
[    0.006268] ACPI: Reserving DBG2 table memory at [mem 0x79a4a000-0x79a4a071]
[    0.006269] ACPI: Reserving DBGP table memory at [mem 0x79a49000-0x79a49033]
[    0.006271] ACPI: Reserving HPET table memory at [mem 0x79a47000-0x79a47037]
[    0.006272] ACPI: Reserving LPIT table memory at [mem 0x79a46000-0x79a4605b]
[    0.006273] ACPI: Reserving APIC table memory at [mem 0x79a45000-0x79a45083]
[    0.006274] ACPI: Reserving NPKT table memory at [mem 0x79a44000-0x79a44064]
[    0.006276] ACPI: Reserving SSDT table memory at [mem 0x79a39000-0x79a3d08d]
[    0.006277] ACPI: Reserving SSDT table memory at [mem 0x79a38000-0x79a3814d]
[    0.006278] ACPI: Reserving SSDT table memory at [mem 0x79a37000-0x79a37516]
[    0.006279] ACPI: Reserving SSDT table memory at [mem 0x79a36000-0x79a36774]
[    0.006281] ACPI: Reserving SSDT table memory at [mem 0x79a35000-0x79a3535e]
[    0.006282] ACPI: Reserving SSDT table memory at [mem 0x79a34000-0x79a341e5]
[    0.006283] ACPI: Reserving SSDT table memory at [mem 0x79a31000-0x79a3386e]
[    0.006284] ACPI: Reserving TPM2 table memory at [mem 0x79a2f000-0x79a2f033]
[    0.006286] ACPI: Reserving BGRT table memory at [mem 0x79a30000-0x79a30037]
[    0.006287] ACPI: Reserving DMAR table memory at [mem 0x79a48000-0x79a480a7]
[    0.006289] ACPI: Reserving WDAT table memory at [mem 0x79a2e000-0x79a2e103]
[    0.006290] ACPI: Reserving WSMT table memory at [mem 0x79a43000-0x79a43027]
[    0.006415] No NUMA configuration found
[    0.006416] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[    0.006421] NODE_DATA(0) allocated [mem 0x17fffb000-0x17fffffff]
[    0.006456] Zone ranges:
[    0.006458]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006460]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006462]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[    0.006465]   Device   empty
[    0.006466] Movable zone start for each node
[    0.006467] Early memory node ranges
[    0.006468]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.006470]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.006471]   node   0: [mem 0x0000000000100000-0x000000000fffffff]
[    0.006473]   node   0: [mem 0x0000000012151000-0x000000007603ffff]
[    0.006474]   node   0: [mem 0x0000000079f56000-0x000000007a972fff]
[    0.006475]   node   0: [mem 0x000000007a976000-0x000000007aa40fff]
[    0.006477]   node   0: [mem 0x000000007aac1000-0x000000007affffff]
[    0.006478]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.006480] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[    0.006485] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006488] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006520] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.010592] On node 0, zone DMA32: 8529 pages in unavailable ranges
[    0.010824] On node 0, zone DMA32: 16150 pages in unavailable ranges
[    0.010828] On node 0, zone DMA32: 3 pages in unavailable ranges
[    0.010841] On node 0, zone DMA32: 128 pages in unavailable ranges
[    0.015579] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.015601] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.015798] ACPI: PM-Timer IO Port: 0x408
[    0.015809] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[    0.015812] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[    0.015813] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[    0.015815] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[    0.015849] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
[    0.015853] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.015855] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.015861] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.015862] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.015875] e820: update [mem 0x73579000-0x73591fff] usable ==> reserved
[    0.015898] TSC deadline timer available
[    0.015899] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.015947] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.015950] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.015954] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.015957] PM: hibernation: Registered nosave memory: [mem 0x10000000-0x12150fff]
[    0.015960] PM: hibernation: Registered nosave memory: [mem 0x728d9000-0x728d9fff]
[    0.015963] PM: hibernation: Registered nosave memory: [mem 0x73579000-0x73591fff]
[    0.015966] PM: hibernation: Registered nosave memory: [mem 0x76040000-0x79a20fff]
[    0.015967] PM: hibernation: Registered nosave memory: [mem 0x79a21000-0x79a64fff]
[    0.015968] PM: hibernation: Registered nosave memory: [mem 0x79a65000-0x79ac4fff]
[    0.015969] PM: hibernation: Registered nosave memory: [mem 0x79ac5000-0x79e6efff]
[    0.015970] PM: hibernation: Registered nosave memory: [mem 0x79e6f000-0x79f55fff]
[    0.015973] PM: hibernation: Registered nosave memory: [mem 0x7a973000-0x7a973fff]
[    0.015974] PM: hibernation: Registered nosave memory: [mem 0x7a974000-0x7a975fff]
[    0.015977] PM: hibernation: Registered nosave memory: [mem 0x7aa41000-0x7aac0fff]
[    0.015980] PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x7fffffff]
[    0.015981] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xcfffffff]
[    0.015982] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xd0ffffff]
[    0.015983] PM: hibernation: Registered nosave memory: [mem 0xd1000000-0xd3708fff]
[    0.015984] PM: hibernation: Registered nosave memory: [mem 0xd3709000-0xd3709fff]
[    0.015985] PM: hibernation: Registered nosave memory: [mem 0xd370a000-0xdfffffff]
[    0.015986] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.015987] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfe041fff]
[    0.015988] PM: hibernation: Registered nosave memory: [mem 0xfe042000-0xfe044fff]
[    0.015989] PM: hibernation: Registered nosave memory: [mem 0xfe045000-0xfe8fffff]
[    0.015990] PM: hibernation: Registered nosave memory: [mem 0xfe900000-0xfe902fff]
[    0.015992] PM: hibernation: Registered nosave memory: [mem 0xfe903000-0xfebfffff]
[    0.015993] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.015994] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.015995] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.015996] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfedfffff]
[    0.015997] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.015998] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
[    0.015999] PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.016001] [mem 0x80000000-0xcfffffff] available for PCI devices
[    0.016002] Booting paravirtualized kernel on bare hardware
[    0.016007] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.021514] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.021866] percpu: Embedded 56 pages/cpu s191464 r8192 d29720 u524288
[    0.021879] pcpu-alloc: s191464 r8192 d29720 u524288 alloc=1*2097152
[    0.021883] pcpu-alloc: [0] 0 1 2 3
[    0.021928] Fallback order for Node 0: 0
[    0.021935] Built 1 zonelists, mobility grouping on.  Total pages: 987353
[    0.021937] Policy zone: Normal
[    0.021939] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.0.10_1 root=UUID=4147e9fb-400b-449c-a1b0-a64b6b720900 ro loglevel=4
[    0.022012] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.0.10_1", will be passed to user space.
[    0.022523] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.022794] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.022849] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.022867] software IO TLB: area num 4.
[    0.053600] Memory: 3604664K/4012744K available (14342K kernel code, 3314K rwdata, 7512K rodata, 1956K init, 2888K bss, 407820K reserved, 0K cma-reserved)
[    0.054468] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.054498] ftrace: allocating 40511 entries in 159 pages
[    0.062306] ftrace: allocated 159 pages with 6 groups
[    0.063227] Dynamic Preempt: voluntary
[    0.063313] rcu: Preemptible hierarchical RCU implementation.
[    0.063315] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.063317]  Trampoline variant of Tasks RCU enabled.
[    0.063317]  Rude variant of Tasks RCU enabled.
[    0.063318]  Tracing variant of Tasks RCU enabled.
[    0.063319] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.063320] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.070397] NR_IRQS: 16640, nr_irqs: 1024, preallocated irqs: 16
[    0.070658] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.070799] random: crng init done
[    0.070836] Console: colour dummy device 80x25
[    0.070863] printk: console [tty0] enabled
[    0.070889] ACPI: Core revision 20220331
[    0.071211] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.071304] APIC: Switch to symmetric I/O mode setup
[    0.071307] DMAR: Host address width 39
[    0.071309] DMAR: DRHD base: 0x000000fed64000 flags: 0x0
[    0.071318] DMAR: dmar0: reg_base_addr fed64000 ver 1:0 cap 1c0000c40660462 ecap 9e2ff0505e
[    0.071321] DMAR: DRHD base: 0x000000fed65000 flags: 0x1
[    0.071328] DMAR: dmar1: reg_base_addr fed65000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.071332] DMAR: RMRR base: 0x000000799b0000 end: 0x000000799cffff
[    0.071334] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[    0.071338] DMAR-IR: IOAPIC id 1 under DRHD base  0xfed65000 IOMMU 1
[    0.071340] DMAR-IR: HPET id 0 under DRHD base 0xfed65000
[    0.071341] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.073310] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.073314] x2apic enabled
[    0.073337] Switched APIC routing to cluster x2apic.
[    0.077872] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.082264] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[    0.082276] Calibrating delay loop (skipped), value calculated using timer frequency.. 2188.80 BogoMIPS (lpj=1094400)
[    0.082280] pid_max: default: 32768 minimum: 301
[    0.088308] LSM: Security Framework initializing
[    0.088315] Yama: becoming mindful.
[    0.088363] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.088375] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.088727] CPU0: Thermal monitoring enabled (TM1)
[    0.088731] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.088831] process: using mwait in idle threads
[    0.088834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.088836] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.088842] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.088845] Spectre V2 : Mitigation: Enhanced IBRS
[    0.088847] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.088849] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.088851] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.108485] Freeing SMP alternatives memory: 36K
[    0.108615] smpboot: CPU0: Intel(R) Pentium(R) Silver N5030 CPU @ 1.10GHz (family: 0x6, model: 0x7a, stepping: 0x8)
[    0.108804] cblist_init_generic: Setting adjustable number of callback queues.
[    0.108807] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.108829] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.108849] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.108868] Performance Events: PEBS fmt3+, Goldmont plus events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.108908] ... version:                4
[    0.108909] ... bit width:              48
[    0.108910] ... generic registers:      4
[    0.108910] ... value mask:             0000ffffffffffff
[    0.108912] ... max period:             00007fffffffffff
[    0.108913] ... fixed-purpose events:   3
[    0.108914] ... event mask:             000000070000000f
[    0.109015] Estimated ratio of average max frequency by base frequency (times 1024): 2885
[    0.109042] rcu: Hierarchical SRCU implementation.
[    0.109043] rcu:     Max phase no-delay instances is 400.
[    0.109372] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.109451] smp: Bringing up secondary CPUs ...
[    0.109586] x86: Booting SMP configuration:
[    0.109588] .... node  #0, CPUs:      #1
[    0.004504] [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors
[    0.110462]  #2 #3
[    0.112358] smp: Brought up 1 node, 4 CPUs
[    0.112358] smpboot: Max logical packages: 1
[    0.112358] smpboot: Total of 4 processors activated (8755.20 BogoMIPS)
[    0.112897] devtmpfs: initialized
[    0.112897] x86/mm: Memory block size: 128MB
[    0.113715] ACPI: PM: Registering ACPI NVS region [mem 0x79a65000-0x79ac4fff] (393216 bytes)
[    0.113715] ACPI: PM: Registering ACPI NVS region [mem 0x7a973000-0x7a973fff] (4096 bytes)
[    0.113715] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.113715] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.113715] pinctrl core: initialized pinctrl subsystem
[    0.114706] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.114820] audit: initializing netlink subsys (disabled)
[    0.114858] audit: type=2000 audit(1672281196.040:1): state=initialized audit_enabled=0 res=1
[    0.114858] thermal_sys: Registered thermal governor 'bang_bang'
[    0.114858] thermal_sys: Registered thermal governor 'step_wise'
[    0.114858] thermal_sys: Registered thermal governor 'user_space'
[    0.114858] thermal_sys: Registered thermal governor 'power_allocator'
[    0.114858] cpuidle: using governor ladder
[    0.114858] cpuidle: using governor menu
[    0.114858] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.114858] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.114858] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.114858] PCI: Using configuration type 1 for base access
[    0.116725] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.117287] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.117289] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.117291] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.117292] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.117369] ACPI: Added _OSI(Module Device)
[    0.117371] ACPI: Added _OSI(Processor Device)
[    0.117372] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.117374] ACPI: Added _OSI(Processor Aggregator Device)
[    0.117375] ACPI: Added _OSI(Linux-Dell-Video)
[    0.117376] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.117378] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.129816] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.130622] ACPI: EC: EC started
[    0.130623] ACPI: EC: interrupt blocked
[    0.131735] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.131737] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.134986] ACPI: Dynamic OEM Table Load:
[    0.134996] ACPI: SSDT 0xFFFF96C4C0DEC600 000190 (v02 PmRef  Cpu0Cst  00003001 INTL 20160930)
[    0.135933] ACPI: Dynamic OEM Table Load:
[    0.135940] ACPI: SSDT 0xFFFF96C4C0DED600 0001E6 (v02 PmRef  ApIst    00003000 INTL 20160930)
[    0.136724] ACPI: Dynamic OEM Table Load:
[    0.136731] ACPI: SSDT 0xFFFF96C4C118EE00 0000C9 (v02 PmRef  ApCst    00003000 INTL 20160930)
[    0.138173] ACPI: Interpreter enabled
[    0.138211] ACPI: PM: (supports S0 S3 S4 S5)
[    0.138213] ACPI: Using IOAPIC for interrupt routing
[    0.138250] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.138252] PCI: Using E820 reservations for host bridge windows
[    0.138617] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.142721] ACPI: PM: Power Resource [DRST]
[    0.142960] ACPI: PM: Power Resource [DRST]
[    0.143192] ACPI: PM: Power Resource [DRST]
[    0.143438] ACPI: PM: Power Resource [DRST]
[    0.143673] ACPI: PM: Power Resource [DRST]
[    0.143912] ACPI: PM: Power Resource [DRST]
[    0.144290] ACPI: PM: Power Resource [WRST]
[    0.148673] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.148683] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.149458] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability LTR]
[    0.150409] PCI host bridge to bus 0000:00
[    0.150412] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.150414] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.150416] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.150418] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.150420] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    0.150422] pci_bus 0000:00: root bus resource [mem 0x7c000001-0xcfffffff window]
[    0.150424] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
[    0.150425] pci_bus 0000:00: root bus resource [mem 0xfea00000-0xfeafffff window]
[    0.150427] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed003ff window]
[    0.150429] pci_bus 0000:00: root bus resource [mem 0xfed01000-0xfed01fff window]
[    0.150430] pci_bus 0000:00: root bus resource [mem 0xfed03000-0xfed03fff window]
[    0.150432] pci_bus 0000:00: root bus resource [mem 0xfed06000-0xfed06fff window]
[    0.150436] pci_bus 0000:00: root bus resource [mem 0xfed08000-0xfed09fff window]
[    0.150438] pci_bus 0000:00: root bus resource [mem 0xfed80000-0xfedbffff window]
[    0.150439] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1cfff window]
[    0.150441] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xfeefffff window]
[    0.150443] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.150474] pci 0000:00:00.0: [8086:31f0] type 00 class 0x060000
[    0.150611] pci 0000:00:00.1: [8086:318c] type 00 class 0x118000
[    0.150635] pci 0000:00:00.1: reg 0x10: [mem 0x80000000-0x80007fff 64bit]
[    0.150774] pci 0000:00:00.3: [8086:3190] type 00 class 0x088000
[    0.150786] pci 0000:00:00.3: reg 0x10: [mem 0xa1224000-0xa1224fff 64bit]
[    0.150908] pci 0000:00:02.0: [8086:3184] type 00 class 0x030000
[    0.150918] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit]
[    0.150924] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.150929] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.150946] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.150950] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.151171] pci 0000:00:0e.0: [8086:3198] type 00 class 0x040300
[    0.151190] pci 0000:00:0e.0: reg 0x10: [mem 0xa1210000-0xa1213fff 64bit]
[    0.151211] pci 0000:00:0e.0: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit]
[    0.151261] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[    0.152479] pci 0000:00:0f.0: [8086:319a] type 00 class 0x078000
[    0.152506] pci 0000:00:0f.0: reg 0x10: [mem 0xa1223000-0xa1223fff 64bit]
[    0.152597] pci 0000:00:0f.0: PME# supported from D3hot
[    0.152711] pci 0000:00:12.0: [8086:31e3] type 00 class 0x010601
[    0.152725] pci 0000:00:12.0: reg 0x10: [mem 0xa1214000-0xa1215fff]
[    0.152733] pci 0000:00:12.0: reg 0x14: [mem 0xa1222000-0xa12220ff]
[    0.152740] pci 0000:00:12.0: reg 0x18: [io  0xf090-0xf097]
[    0.152748] pci 0000:00:12.0: reg 0x1c: [io  0xf080-0xf083]
[    0.152755] pci 0000:00:12.0: reg 0x20: [io  0xf060-0xf07f]
[    0.152763] pci 0000:00:12.0: reg 0x24: [mem 0xa1221000-0xa12217ff]
[    0.152798] pci 0000:00:12.0: PME# supported from D3hot
[    0.152878] pci 0000:00:13.0: [8086:31d8] type 01 class 0x060400
[    0.152941] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[    0.153045] pci 0000:00:13.3: [8086:31db] type 01 class 0x060400
[    0.153106] pci 0000:00:13.3: PME# supported from D0 D3hot D3cold
[    0.153221] pci 0000:00:15.0: [8086:31a8] type 00 class 0x0c0330
[    0.153238] pci 0000:00:15.0: reg 0x10: [mem 0xa1200000-0xa120ffff 64bit]
[    0.153307] pci 0000:00:15.0: PME# supported from D3hot D3cold
[    0.153444] pci 0000:00:17.0: [8086:31b4] type 00 class 0x118000
[    0.153465] pci 0000:00:17.0: reg 0x10: [mem 0xa1220000-0xa1220fff 64bit]
[    0.153479] pci 0000:00:17.0: reg 0x18: [mem 0xa121f000-0xa121ffff 64bit]
[    0.153604] pci 0000:00:17.1: [8086:31b6] type 00 class 0x118000
[    0.153629] pci 0000:00:17.1: reg 0x10: [mem 0xa121e000-0xa121efff 64bit]
[    0.153643] pci 0000:00:17.1: reg 0x18: [mem 0xa121d000-0xa121dfff 64bit]
[    0.153788] pci 0000:00:18.0: [8086:31bc] type 00 class 0x118000
[    0.153807] pci 0000:00:18.0: reg 0x10: [mem 0xa121c000-0xa121cfff 64bit]
[    0.153821] pci 0000:00:18.0: reg 0x18: [mem 0xa121b000-0xa121bfff 64bit]
[    0.153944] pci 0000:00:18.1: [8086:31be] type 00 class 0x118000
[    0.153965] pci 0000:00:18.1: reg 0x10: [mem 0xa121a000-0xa121afff 64bit]
[    0.153978] pci 0000:00:18.1: reg 0x18: [mem 0xa1219000-0xa1219fff 64bit]
[    0.154101] pci 0000:00:18.2: [8086:31c0] type 00 class 0x118000
[    0.154122] pci 0000:00:18.2: reg 0x10: [mem 0xfea10000-0xfea10fff 64bit]
[    0.154136] pci 0000:00:18.2: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[    0.154258] pci 0000:00:18.3: [8086:31ee] type 00 class 0x118000
[    0.154280] pci 0000:00:18.3: reg 0x10: [mem 0xa1218000-0xa1218fff 64bit]
[    0.154312] pci 0000:00:18.3: reg 0x18: [mem 0xa1217000-0xa1217fff 64bit]
[    0.154473] pci 0000:00:1f.0: [8086:31e8] type 00 class 0x060100
[    0.154695] pci 0000:00:1f.1: [8086:31d4] type 00 class 0x0c0500
[    0.154750] pci 0000:00:1f.1: reg 0x10: [mem 0xa1216000-0xa12160ff 64bit]
[    0.154808] pci 0000:00:1f.1: reg 0x20: [io  0xf040-0xf05f]
[    0.154969] pci 0000:00:13.0: PCI bridge to [bus 01]
[    0.155035] pci 0000:02:00.0: [10ec:c821] type 00 class 0x028000
[    0.155055] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.155078] pci 0000:02:00.0: reg 0x18: [mem 0xa1100000-0xa110ffff 64bit]
[    0.155109] pci 0000:02:00.0: Upstream bridge's Max Payload Size set to 128 (was 256, max 256)
[    0.155115] pci 0000:02:00.0: Max Payload Size set to 128 (was 128, max 128)
[    0.155205] pci 0000:02:00.0: supports D1 D2
[    0.155207] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.155360] pci 0000:00:13.3: PCI bridge to [bus 02]
[    0.155364] pci 0000:00:13.3:   bridge window [io  0xe000-0xefff]
[    0.155368] pci 0000:00:13.3:   bridge window [mem 0xa1100000-0xa11fffff]
[    0.156715] ACPI: PCI: Interrupt link LNKA configured for IRQ 3
[    0.156785] ACPI: PCI: Interrupt link LNKB configured for IRQ 4
[    0.156855] ACPI: PCI: Interrupt link LNKC configured for IRQ 5
[    0.156923] ACPI: PCI: Interrupt link LNKD configured for IRQ 6
[    0.156992] ACPI: PCI: Interrupt link LNKE configured for IRQ 7
[    0.157060] ACPI: PCI: Interrupt link LNKF configured for IRQ 9
[    0.157128] ACPI: PCI: Interrupt link LNKG configured for IRQ 10
[    0.157196] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.162785] ACPI: EC: interrupt unblocked
[    0.162788] ACPI: EC: event unblocked
[    0.162805] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.162807] ACPI: EC: GPE=0x25
[    0.162808] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
[    0.162811] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.162874] iommu: Default domain type: Translated
[    0.162876] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.163005] pps_core: LinuxPPS API ver. 1 registered
[    0.163006] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.163009] PTP clock support registered
[    0.163019] EDAC MC: Ver: 3.0.0
[    0.163099] Registered efivars operations
[    0.163468] mctp: management component transport protocol core
[    0.163470] NET: Registered PF_MCTP protocol family
[    0.163476] PCI: Using ACPI for IRQ routing
[    0.192046] PCI: pci_cache_line_size set to 64 bytes
[    0.192125] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.192128] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.192131] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.192133] e820: reserve RAM buffer [mem 0x728d9000-0x73ffffff]
[    0.192134] e820: reserve RAM buffer [mem 0x73579000-0x73ffffff]
[    0.192135] e820: reserve RAM buffer [mem 0x76040000-0x77ffffff]
[    0.192137] e820: reserve RAM buffer [mem 0x7a973000-0x7bffffff]
[    0.192138] e820: reserve RAM buffer [mem 0x7aa41000-0x7bffffff]
[    0.192140] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    0.192158] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.192158] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.192158] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.192158] vgaarb: loaded
[    0.192295] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.192304] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.194311] clocksource: Switched to clocksource tsc-early
[    0.194465] VFS: Disk quotas dquot_6.6.0
[    0.194480] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.194561] pnp: PnP ACPI init
[    0.194649] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.194653] system 00:00: [io  0x0400-0x047f] could not be reserved
[    0.194655] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.194657] system 00:00: [io  0x0600-0x061f] has been reserved
[    0.194659] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.194956] system 00:02: [mem 0xe0000000-0xefffffff] has been reserved
[    0.194959] system 00:02: [mem 0xfea00000-0xfeafffff] could not be reserved
[    0.194962] system 00:02: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.194964] system 00:02: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.194966] system 00:02: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.194969] system 00:02: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.194971] system 00:02: [mem 0xfed80000-0xfedbffff] has been reserved
[    0.194973] system 00:02: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.194976] system 00:02: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.195499] pnp: PnP ACPI: found 4 devices
[    0.202003] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.202104] NET: Registered PF_INET protocol family
[    0.202211] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.203555] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.203607] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.203663] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.203774] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.203834] TCP: Hash tables configured (established 32768 bind 32768)
[    0.203915] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.203945] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.203964] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.204013] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.204022] NET: Registered PF_XDP protocol family
[    0.204050] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009e000-0x000fffff]
[    0.204057] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffc000001 64bit] for e820 entry [mem 0x7b000000-0x7fffffff]
[    0.204064] clipped [mem size 0x00050000 64bit] to [mem size 0xffffffffffff0000 64bit] for e820 entry [mem 0x0009e000-0x000fffff]
[    0.204067] clipped [mem size 0x03ffffff 64bit] to [mem size 0x00000000 64bit] for e820 entry [mem 0x7b000000-0x7fffffff]
[    0.204071] pci 0000:00:18.2: BAR 2: assigned [mem 0x80008000-0x80008fff 64bit]
[    0.204087] pci 0000:00:13.0: PCI bridge to [bus 01]
[    0.204096] pci 0000:00:13.3: PCI bridge to [bus 02]
[    0.204099] pci 0000:00:13.3:   bridge window [io  0xe000-0xefff]
[    0.204103] pci 0000:00:13.3:   bridge window [mem 0xa1100000-0xa11fffff]
[    0.204109] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.204111] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.204113] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.204115] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.204117] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
[    0.204119] pci_bus 0000:00: resource 9 [mem 0x7c000001-0xcfffffff window]
[    0.204120] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xefffffff window]
[    0.204122] pci_bus 0000:00: resource 11 [mem 0xfea00000-0xfeafffff window]
[    0.204124] pci_bus 0000:00: resource 12 [mem 0xfed00000-0xfed003ff window]
[    0.204126] pci_bus 0000:00: resource 13 [mem 0xfed01000-0xfed01fff window]
[    0.204127] pci_bus 0000:00: resource 14 [mem 0xfed03000-0xfed03fff window]
[    0.204129] pci_bus 0000:00: resource 15 [mem 0xfed06000-0xfed06fff window]
[    0.204131] pci_bus 0000:00: resource 16 [mem 0xfed08000-0xfed09fff window]
[    0.204132] pci_bus 0000:00: resource 17 [mem 0xfed80000-0xfedbffff window]
[    0.204134] pci_bus 0000:00: resource 18 [mem 0xfed1c000-0xfed1cfff window]
[    0.204136] pci_bus 0000:00: resource 19 [mem 0xfee00000-0xfeefffff window]
[    0.204138] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.204140] pci_bus 0000:02: resource 1 [mem 0xa1100000-0xa11fffff]
[    0.204668] PCI: CLS 64 bytes, default 64
[    0.204691] DMAR: No ATSR found
[    0.204693] DMAR: No SATC found
[    0.204695] DMAR: IOMMU feature fl1gp_support inconsistent
[    0.204696] DMAR: IOMMU feature pgsel_inv inconsistent
[    0.204697] DMAR: IOMMU feature nwfs inconsistent
[    0.204698] DMAR: IOMMU feature eafs inconsistent
[    0.204699] DMAR: IOMMU feature prs inconsistent
[    0.204700] DMAR: IOMMU feature nest inconsistent
[    0.204701] DMAR: IOMMU feature mts inconsistent
[    0.204702] DMAR: IOMMU feature sc_support inconsistent
[    0.204703] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    0.204704] DMAR: dmar0: Using Queued invalidation
[    0.204708] DMAR: dmar1: Using Queued invalidation
[    0.204744] Trying to unpack rootfs image as initramfs...
[    0.204854] pci 0000:00:00.0: Adding to iommu group 0
[    0.204864] pci 0000:00:00.1: Adding to iommu group 0
[    0.204873] pci 0000:00:00.3: Adding to iommu group 0
[    0.204890] pci 0000:00:02.0: Adding to iommu group 1
[    0.204901] pci 0000:00:0e.0: Adding to iommu group 2
[    0.204915] pci 0000:00:0f.0: Adding to iommu group 3
[    0.204929] pci 0000:00:12.0: Adding to iommu group 4
[    0.204943] pci 0000:00:13.0: Adding to iommu group 5
[    0.204955] pci 0000:00:13.3: Adding to iommu group 6
[    0.204967] pci 0000:00:15.0: Adding to iommu group 7
[    0.204982] pci 0000:00:17.0: Adding to iommu group 8
[    0.204993] pci 0000:00:17.1: Adding to iommu group 8
[    0.205012] pci 0000:00:18.0: Adding to iommu group 9
[    0.205021] pci 0000:00:18.1: Adding to iommu group 9
[    0.205031] pci 0000:00:18.2: Adding to iommu group 9
[    0.205041] pci 0000:00:18.3: Adding to iommu group 9
[    0.205056] pci 0000:00:1f.0: Adding to iommu group 10
[    0.205068] pci 0000:00:1f.1: Adding to iommu group 10
[    0.205080] pci 0000:02:00.0: Adding to iommu group 11
[    0.206462] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.206465] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.206466] software IO TLB: mapped [mem 0x0000000067000000-0x000000006b000000] (64MB)
[    0.206528] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[    0.206662] clocksource: Switched to clocksource tsc
[    0.207095] Initialise system trusted keyrings
[    0.207172] workingset: timestamp_bits=40 max_order=20 bucket_order=0
[    0.208590] zbud: loaded
[    0.217031] Key type asymmetric registered
[    0.217033] Asymmetric key parser 'x509' registered
[    1.080760] Freeing initrd memory: 79676K
[    1.083576] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    1.083621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.083666] io scheduler mq-deadline registered
[    1.083668] io scheduler kyber registered
[    1.083712] io scheduler bfq registered
[    1.084302] pcieport 0000:00:13.0: PME: Signaling with IRQ 122
[    1.084524] pcieport 0000:00:13.3: PME: Signaling with IRQ 123
[    1.086524] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.087852] e1000e: Intel(R) PRO/1000 Network Driver
[    1.087854] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.087907] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    1.087909] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.093328] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.093508] mousedev: PS/2 mouse device common for all mice
[    1.093554] rtc_cmos 00:03: RTC can wake from S4
[    1.094341] rtc_cmos 00:03: registered as rtc0
[    1.094484] rtc_cmos 00:03: setting system clock to 2022-12-29T02:33:17 UTC (1672281197)
[    1.094528] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
[    1.094762] intel_pstate: Intel P-state driver initializing
[    1.095240] ledtrig-cpu: registered to indicate activity on CPUs
[    1.095278] efifb: probing for efifb
[    1.095296] efifb: Ignoring BGRT: unexpected or invalid BMP data
[    1.095297] efifb: framebuffer at 0x90000000, using 1920k, total 1920k
[    1.095299] efifb: mode is 800x600x32, linelength=3200, pages=1
[    1.095301] efifb: scrolling: redraw
[    1.095302] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.095406] fbcon: Deferring console take-over
[    1.095408] fb0: EFI VGA frame buffer device
[    1.108396] NET: Registered PF_INET6 protocol family
[    1.108828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.112042] Segment Routing with IPv6
[    1.112045] RPL Segment Routing with IPv6
[    1.112056] In-situ OAM (IOAM) with IPv6
[    1.112081] NET: Registered PF_PACKET protocol family
[    1.112173] Key type dns_resolver registered
[    1.112666] microcode: sig=0x706a8, pf=0x1, revision=0x1c
[    1.112748] microcode: Microcode Update Driver: v2.2.
[    1.112876] resctrl: L2 allocation detected
[    1.112884] IPI shorthand broadcast: enabled
[    1.112910] sched_clock: Marking stable (1109353170, 3504237)->(1114311997, -1454590)
[    1.113064] registered taskstats version 1
[    1.113185] Loading compiled-in X.509 certificates
[    1.113423] zswap: loaded using pool lzo/zbud
[    1.113714] Key type .fscrypt registered
[    1.113716] Key type fscrypt-provisioning registered
[    1.116403] Freeing unused kernel image (initmem) memory: 1956K
[    1.124591] Write protecting the kernel read-only data: 24576k
[    1.125459] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    1.125697] Freeing unused kernel image (rodata/data gap) memory: 680K
[    1.126454] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.126462] Run /init as init process
[    1.126464]   with arguments:
[    1.126466]     /init
[    1.126467]   with environment:
[    1.126468]     HOME=/
[    1.126469]     TERM=linux
[    1.126470]     BOOT_IMAGE=/boot/vmlinuz-6.0.10_1
[    1.204320] raid6: sse2x4   gen() 10312 MB/s
[    1.221321] raid6: sse2x2   gen() 10447 MB/s
[    1.238315] raid6: sse2x1   gen()  8709 MB/s
[    1.238317] raid6: using algorithm sse2x2 gen() 10447 MB/s
[    1.255316] raid6: .... xor() 7065 MB/s, rmw enabled
[    1.255317] raid6: using ssse3x2 recovery algorithm
[    1.255960] xor: measuring software checksum speed
[    1.256622]    prefetch64-sse  : 14992 MB/sec
[    1.257398]    generic_sse     : 12809 MB/sec
[    1.257400] xor: using function: prefetch64-sse (14992 MB/sec)
[    1.373101] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=no
[    1.479708] device-mapper: uevent: version 1.0.3
[    1.479837] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    1.493079] systemd-udevd[304]: starting version 3.2.11
[    1.494799] udevd[305]: starting eudev-3.2.11
[    1.514678] dracut: rd.md=0: removing MD RAID activation
[    1.559919] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/PNP0C09:01/PNP0C0C:00/input/input1
[    1.559964] ACPI: button: Power Button [PWRB]
[    1.560029] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/PNP0C09:01/PNP0C0D:01/input/input2
[    1.560058] ACPI: button: Lid Switch [LID]
[    1.560124] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[    1.560150] ACPI: button: Sleep Button [SLPB]
[    1.560189] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:01/input/input4
[    1.560213] ACPI: button: Power Button [PWRB]
[    1.585795] ACPI: battery: Slot [BAT0] (battery present)
[    1.586980] hid: raw HID events driver (C) Jiri Kosina
[    1.591189] Linux agpgart interface v0.103
[    1.601005] SCSI subsystem initialized
[    1.607126] cryptd: max_cpu_qlen set to 1000
[    1.616696] SSE version of gcm_enc/dec engaged.
[    1.618223] libata version 3.00 loaded.
[    1.637488] ACPI: bus type drm_connector registered
[    1.642415] ACPI: bus type USB registered
[    1.642449] usbcore: registered new interface driver usbfs
[    1.642459] usbcore: registered new interface driver hub
[    1.642476] usbcore: registered new device driver usb
[    1.644898] ahci 0000:00:12.0: version 3.0
[    1.655285] ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.655295] ahci 0000:00:12.0: flags: 64bit ncq sntf pm clo only pmp pio slum part deso sadm sds apst
[    1.655764] scsi host0: ahci
[    1.655973] scsi host1: ahci
[    1.656031] ata1: SATA max UDMA/133 abar m2048@0xa1221000 port 0xa1221100 irq 124
[    1.656035] ata2: SATA max UDMA/133 abar m2048@0xa1221000 port 0xa1221180 irq 124
[    1.968882] ata2: SATA link down (SStatus 4 SControl 300)
[    2.129508] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.131779] ata1.00: ATA-10: TOSHIBA MQ04ABF100, JU0C2J, max UDMA/100
[    2.132849] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.138321] ata1.00: configured for UDMA/100
[    2.138680] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MQ04ABF1 2J   PQ: 0 ANSI: 5
[    2.141408] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    2.141420] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[    2.142584] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    2.142921] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    2.142927] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[    2.142931] xhci_hcd 0000:00:15.0: Host supports USB 3.0 SuperSpeed
[    2.142996] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
[    2.143000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.143002] usb usb1: Product: xHCI Host Controller
[    2.143004] usb usb1: Manufacturer: Linux 6.0.10_1 xhci-hcd
[    2.143006] usb usb1: SerialNumber: 0000:00:15.0
[    2.143218] hub 1-0:1.0: USB hub found
[    2.143239] hub 1-0:1.0: 9 ports detected
[    2.144554] sd 0:0:0:0: [sda] Drive-managed SMR disk
[    2.144561] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    2.144564] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.144567] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
[    2.144571] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.144574] usb usb2: Product: xHCI Host Controller
[    2.144576] usb usb2: Manufacturer: Linux 6.0.10_1 xhci-hcd
[    2.144577] usb usb2: SerialNumber: 0000:00:15.0
[    2.144580] sd 0:0:0:0: [sda] Write Protect is off
[    2.144584] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.144607] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.144638] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    2.144753] hub 2-0:1.0: USB hub found
[    2.144772] hub 2-0:1.0: 7 ports detected
[    2.218459]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[    2.219340] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.387284] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    2.514074] usb 1-1: New USB device found, idVendor=13d3, idProduct=3529, bcdDevice= 1.10
[    2.514078] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.514080] usb 1-1: Product: Bluetooth Radio
[    2.514082] usb 1-1: Manufacturer: Realtek
[    2.514083] usb 1-1: SerialNumber: 00e04c000001
[    2.576430] i915 0000:00:02.0: [drm] Unknown revid 0x06
[    2.576833] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    2.576996] i915 0000:00:02.0: vgaarb: deactivate vga console
[    2.577056] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    2.577131] i915 0000:00:02.0: [drm] couldn't get memory information
[    2.577404] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.578578] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4)
[    2.630289] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    2.688106] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    2.689247] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.689556] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    2.716676] fbcon: i915drmfb (fb0) is primary device
[    2.716680] fbcon: Deferring console take-over
[    2.716683] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    2.756599] usb 1-2: New USB device found, idVendor=0bda, idProduct=8179, bcdDevice= 0.00
[    2.756610] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.756613] usb 1-2: Product: 802.11n NIC
[    2.756615] usb 1-2: Manufacturer: Realtek
[    2.756617] usb 1-2: SerialNumber: 00E04C0001
[    2.871444] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[    3.023401] usb 1-5: New USB device found, idVendor=13d3, idProduct=5a11, bcdDevice=17.02
[    3.023420] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    3.023427] usb 1-5: Product: USB2.0 VGA UVC WebCam
[    3.023433] usb 1-5: Manufacturer: Azurewave
[    3.023438] usb 1-5: SerialNumber:
[    3.140449] usb 1-6: new high-speed USB device number 5 using xhci_hcd
[    3.267757] usb 1-6: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[    3.267766] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.267769] usb 1-6: Product: USB2.0-CRW
[    3.267771] usb 1-6: Manufacturer: Generic
[    3.267773] usb 1-6: SerialNumber: 20100201396000000
[    3.271929] usbcore: registered new interface driver rtsx_usb
[    3.419142] EXT4-fs (sda4): mounted filesystem with ordered data mode. Quota mode: none.
[    3.640890] EXT4-fs (sda4): unmounting filesystem.
[    3.648450] dracut: Checking ext4: /dev/disk/by-uuid/4147e9fb-400b-449c-a1b0-a64b6b720900
[    3.648658] dracut: issuing e2fsck -a  /dev/disk/by-uuid/4147e9fb-400b-449c-a1b0-a64b6b720900
[    4.037365] dracut: /dev/disk/by-uuid/4147e9fb-400b-449c-a1b0-a64b6b720900: clean, 449955/28164096 files, 44321576/112640078 blocks
[    4.040213] dracut: Mounting /dev/disk/by-uuid/4147e9fb-400b-449c-a1b0-a64b6b720900 with -o defaults,ro
[    4.064505] EXT4-fs (sda4): mounted filesystem with ordered data mode. Quota mode: none.
[    4.410809] dracut: Mounted root filesystem /dev/sda4
[    4.517294] dracut: Switching root
[    4.685729] fbcon: Taking over console
[    4.687423] Console: switching to colour frame buffer device 170x48
[    5.577115] fuse: init (API version 7.36)
[    5.678610] Non-volatile memory driver v1.3
[    5.695685] loop: module loaded
[    5.733499] tun: Universal TUN/TAP device driver, 1.6
[    5.745270] PPP generic driver version 2.4.2
[    5.863822] VFIO - User Level meta-driver version: 0.3
[    6.001366] Bluetooth: Core ver 2.22
[    6.001403] NET: Registered PF_BLUETOOTH protocol family
[    6.001405] Bluetooth: HCI device and connection manager initialized
[    6.001411] Bluetooth: HCI socket layer initialized
[    6.001414] Bluetooth: L2CAP socket layer initialized
[    6.001419] Bluetooth: SCO socket layer initialized
[    6.078390] NET: Registered PF_VSOCK protocol family
[    6.363183] udevd[614]: starting version 3.2.11
[    6.895645] udevd[615]: starting eudev-3.2.11
[    7.061608] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6
[    7.077973] Consider using thermal netlink events interface
[    7.122818] ACPI: AC: AC Adapter [AC0] (off-line)
[    7.300073] thermal LNXTHERM:00: registered as thermal_zone3
[    7.300080] ACPI: thermal: Thermal Zone [THRM] (35 C)
[    7.397819] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    7.399352] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.402270] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.411201] snd_hda_intel 0000:00:0e.0: bound 0000:00:02.0 (ops __SCT__tp_func_intel_frontbuffer_flush [i915])
[    7.440137] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    7.440521] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    7.440926] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    7.441353] idma64 idma64.3: Found Intel integrated DMA 64-bit
[    7.447870] i801_smbus 0000:00:1f.1: SPD Write Disable is set
[    7.447945] i801_smbus 0000:00:1f.1: SMBus using PCI interrupt
[    7.448037] i2c i2c-4: 4/4 memory slots populated (from DMI)
[    7.493151] asus_wmi: ASUS WMI generic driver loaded
[    7.494400] asus_wmi: Initialization: 0x1
[    7.494444] asus_wmi: BIOS WMI version: 9.0
[    7.494474] asus_wmi: SFUN value: 0x21
[    7.494478] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[    7.494481] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[    7.495985] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input8
[    7.513928] asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
[    7.514059] asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
[    7.518942] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    7.518946] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    7.518948] RAPL PMU: hw unit of domain package 2^-14 Joules
[    7.518949] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    7.518950] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    7.523245] ACPI: battery: new extension: ASUS Battery Extension
[    7.542445] intel_rapl_common: Found RAPL domain package
[    7.542451] intel_rapl_common: Found RAPL domain core
[    7.542453] intel_rapl_common: Found RAPL domain uncore
[    7.542456] intel_rapl_common: Found RAPL domain dram
[    7.586864] mei_hdcp 0000:00:0f.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops __SCT__tp_func_intel_frontbuffer_flush [i915])
[    7.588532] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    7.588539] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.588541] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    7.588544] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    7.588545] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    7.588547] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[    7.588549] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x1b
[    7.588551] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x13
[    7.618983] mc: Linux media interface: v0.10
[    7.682551] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:0e.0/sound/card0/input9
[    7.682639] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input10
[    7.682711] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input11
[    7.682784] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input12
[    7.682852] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input13
[    7.682923] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input14
[    7.800817] videodev: Linux video capture interface: v2.00
[    7.812385] r8188eu: module is from the staging directory, the quality is unknown, you have been warned.
[    7.831937] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
[    7.840423] rtw_8821ce 0000:02:00.0: enabling device (0000 -> 0003)
[    7.853775] EEPROM ID = 0x8129
[    7.854786] usbcore: registered new interface driver r8188eu
[    7.856230] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    7.856247] cfg80211: failed to load regulatory.db
[    7.883165] rtw_8821ce 0000:02:00.0: Firmware version 24.11.0, H2C version 12
[    7.921713] usbcore: registered new interface driver btusb
[    8.149754] usb 1-5: Found UVC 1.00 device USB2.0 VGA UVC WebCam (13d3:5a11)
[    8.152663] input: USB2.0 VGA UVC WebCam: USB2.0 V as /devices/pci0000:00/0000:00:15.0/usb1/1-5/1-5:1.0/input/input15
[    8.152815] usbcore: registered new interface driver uvcvideo
[    8.154524] intel_telemetry_core Init
[    8.270440] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    8.284754] dw-apb-uart.2: ttyS0 at MMIO 0xa121c000 (irq = 4, base_baud = 115200) is a 16550A
[    8.288420] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    8.296766] dw-apb-uart.3: ttyS1 at MMIO 0xa121a000 (irq = 5, base_baud = 115200) is a 16550A
[    8.310361] dw-apb-uart.4: ttyS2 at MMIO 0xfea10000 (irq = 6, base_baud = 115200) is a 16550A
[    8.314658] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    8.322739] dw-apb-uart.5: ttyS3 at MMIO 0xa1218000 (irq = 7, base_baud = 115200) is a 16550A
[    8.332203] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    8.468173] rtw_8821ce 0000:02:00.0 wlo1: renamed from wlan1
[    8.478434] r8188eu 1-2:1.0 wlp0s21f0u2: renamed from wlan0
[    8.551481] input: ELAN1200:00 04F3:3067 Mouse as /devices/pci0000:00/0000:00:17.1/i2c_designware.1/i2c-6/i2c-ELAN1200:00/0018:04F3:3067.0001/input/input16
[    8.551795] input: ELAN1200:00 04F3:3067 Touchpad as /devices/pci0000:00/0000:00:17.1/i2c_designware.1/i2c-6/i2c-ELAN1200:00/0018:04F3:3067.0001/input/input17
[    8.552078] hid-generic 0018:04F3:3067.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1200:00 04F3:3067] on i2c-ELAN1200:00
[    8.762371] input: ELAN1200:00 04F3:3067 Mouse as /devices/pci0000:00/0000:00:17.1/i2c_designware.1/i2c-6/i2c-ELAN1200:00/0018:04F3:3067.0001/input/input18
[    8.762854] input: ELAN1200:00 04F3:3067 Touchpad as /devices/pci0000:00/0000:00:17.1/i2c_designware.1/i2c-6/i2c-ELAN1200:00/0018:04F3:3067.0001/input/input19
[    8.763311] hid-multitouch 0018:04F3:3067.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1200:00 04F3:3067] on i2c-ELAN1200:00
[   10.175022] EXT4-fs (sda4): re-mounted. Quota mode: none.
[   11.356803] EXT4-fs (sda4): re-mounted. Quota mode: none.
[   11.471092] Adding 8191996k swap on /dev/sda5.  Priority:-2 extents:1 across:8191996k FS
[   12.364191] udevd[748]: starting version 3.2.11
[   12.371718] udevd[748]: starting eudev-3.2.11
[   17.352767] wlo1: authenticate with ac:37:28:5d:0d:fd
[   17.849453] wlo1: send auth to ac:37:28:5d:0d:fd (try 1/3)
[   17.850315] wlo1: authenticated
[   17.857489] wlo1: associate with ac:37:28:5d:0d:fd (try 1/3)
[   17.860764] wlo1: RX AssocResp from ac:37:28:5d:0d:fd (capab=0x1911 status=0 aid=2)
[   17.861119] wlo1: associated
[   19.172711] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

dmesg on NetBSD with boot -vx. Note: Without -vx the display goes blank during mode switch.

        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/pkg/lib/xorg/modules"
        FontPath     "/usr/pkg/share/fonts/X11/misc"
        FontPath     "/usr/pkg/share/fonts/X11/TTF"
        FontPath     "/usr/pkg/share/fonts/X11/OTF"
        FontPath     "/usr/pkg/share/fonts/X11/Type1"
        FontPath     "/usr/pkg/share/fonts/X11/100dpi"
        FontPath     "/usr/pkg/share/fonts/X11/75dpi"
        FontPath     "/usr/pkg/share/fonts/X11/cyrillic"
        FontPath     "/usr/pkg/lib/X11/fonts/misc"
[     1.000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
[     1.000000]     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
[     1.000000]     2018, 2019, 2020, 2021, 2022
[     1.000000]     The NetBSD Foundation, Inc.  All rights reserved.
[     1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
[     1.000000]     The Regents of the University of California.  All rights reserved.

[     1.000000] NetBSD 10.0_BETA (GENERIC) #0: Mon Dec 26 11:25:01 UTC 2022
[     1.000000]         mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC
[     1.000000] total memory = 3918 MB
[     1.000000] avail memory = 3761 MB
[     1.000000] pool redzone disabled for 'buf2k'
[     1.000000] pool redzone disabled for 'buf4k'
[     1.000000] pool redzone disabled for 'buf32k'
[     1.000000] pool redzone disabled for 'buf64k'
[     1.000000] pool redzone disabled for 'sigacts'
[     1.000000] pool redzone disabled for 'mclpl'
[     1.000000] pool redzone disabled for 'dirhashblk'
[     1.000000] pool redzone disabled for 'dirhashblk'
[     1.000000] timecounter: Timecounters tick every 10.000 msec
[     1.000000] Kernelized RAIDframe activated
[     1.000000] RTC BIOS diagnostic error 0x3f<config_unit,memory_size,fixed_disk,invalid_time>
[     1.000000] timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
[     1.000004] efi: systbl at pa 79e6e018
[     1.000004] efi: systbl mapped at va ffffb3011c9cd018
[     1.000004] efi: signature 5453595320494249 revision 20046 crc32 65336fdf
[     1.000004] efi: firmware revision 5000d
[     1.000004] efi: runtime services at pa 0x79e6eb98
[     1.000004] efi: boot services at pa 0x0
[     1.000004] efi: cfgtbl at pa 79e6ec98
[     1.000004] efi: cfgtbl mapped at va ffffb3011c9cfc98
[     1.000004] efi: 12 cfgtbl entries:
[     1.000004] efi: 0x7a26f950 05ad34ba-6f02-4214-952e-4da0398e2bb9
[     1.000004] efi: 0x75a1a018 7739f24c-93d7-11d4-9a3a-0090273fc14d
[     1.000004] efi: 0x7a26f2b0 4c19049f-4137-4dd3-9c10-8b97a83ffdfa
[     1.000004] efi: 0x7a270870 49152e77-1ada-4764-b7a2-7afefed95e8b
[     1.000004] efi: 0x79e6c398 00781ca1-5de3-405f-abb8-379c3c076984
[     1.000004] efi: 0x79a64000 eb9d2d30-2d88-11d3-9a16-0090273fc14d ACPI 1.0
[     1.000004] efi: 0x79a64014 8868e871-e4f1-11d3-bc22-0080c73c8881 ACPI 2.0
[     1.000004] efi: 0x79a91000 1e2ed096-30e2-4254-bd89-863bbef82325
[     1.000004] efi: 0x79d2c000 eb9d2d31-2d88-11d3-9a16-0090273fc14d SMBIOS
[     1.000004] efi: 0x79d2b000 f2fd1544-9794-4a2c-992e-e5bbcf20e394 SMBIOS3
[     1.000004] efi: 0x799fad98 4e28ca50-d582-44ac-a11f-e3d56526db34
[     1.000004] efi: 0x728d9a18 b122a263-3661-4f68-9929-78f8b0d62180
[     1.000004] efi_runtime_init: map 938 pages at 0 to 0x79ac5000 type 6 attrs 0x800000000000000f
[     1.000004] efi_runtime_init: map 231 pages at 0 to 0x79e6f000 type 5 attrs 0x800000000000000f
[     1.000004] efi_runtime_init: map 2 pages at 0 to 0x7a974000 type 6 attrs 0x800000000000000f
[     1.000004] efi_runtime_init: map 128 pages at 0 to 0x7aa41000 type 6 attrs 0x800000000000000f
[     1.000004] efi_runtime_init: map 4096 pages at 0 to 0xd0000000 type 11 attrs 0x8000000000000001
[     1.000004] efi_runtime_init: map 1 pages at 0 to 0xd3709000 type 11 attrs 0x8000000000000001
[     1.000004] efi_runtime_init: map 65536 pages at 0 to 0xe0000000 type 11 attrs 0x8000000000000001
[     1.000004] efi_runtime_init: map 1 pages at 0 to 0xfe042000 type 11 attrs 0x8000000000000001
[     1.000004] efi_runtime_init: map 1 pages at 0 to 0xfe043000 type 11 attrs 0x800000000000100d
[     1.000004] efi_runtime_init: map 1 pages at 0 to 0xfe044000 type 11 attrs 0x8000000000000001
[     1.000004] efi_runtime_init: map 3 pages at 0 to 0xfe900000 type 11 attrs 0x8000000000000001
[     1.000004] efi_r



>How-To-Repeat:
Looks specific to this hardware. Rotate screen using xrandr (or using Rotate option in xorg.conf). Try command line operations such as opening vi editor to notice the slow refresh.
>Fix:
Not known.

>Release-Note:

>Audit-Trail:
From: Mayuresh <mayuresh@acm.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: port-amd64/57143: Screen rotation causes loss of acceleration on
 i915
Date: Thu, 29 Dec 2022 09:55:23 +0530

 --nwjk7ro5wwjsxswn
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline

 `dmesg on NetBSD' in the PR seems truncated. Re-attaching.

 --nwjk7ro5wwjsxswn
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="dmesg.asus2n"

 [     1.000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 [     1.000000]     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
 [     1.000000]     2018, 2019, 2020, 2021, 2022
 [     1.000000]     The NetBSD Foundation, Inc.  All rights reserved.
 [     1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
 [     1.000000]     The Regents of the University of California.  All rights reserved.

 [     1.000000] NetBSD 10.0_BETA (GENERIC) #0: Mon Dec 26 11:25:01 UTC 2022
 [     1.000000] 	mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC
 [     1.000000] total memory = 3918 MB
 [     1.000000] avail memory = 3761 MB
 [     1.000000] pool redzone disabled for 'buf2k'
 [     1.000000] pool redzone disabled for 'buf4k'
 [     1.000000] pool redzone disabled for 'buf32k'
 [     1.000000] pool redzone disabled for 'buf64k'
 [     1.000000] pool redzone disabled for 'sigacts'
 [     1.000000] pool redzone disabled for 'mclpl'
 [     1.000000] pool redzone disabled for 'dirhashblk'
 [     1.000000] pool redzone disabled for 'dirhashblk'
 [     1.000000] timecounter: Timecounters tick every 10.000 msec
 [     1.000000] Kernelized RAIDframe activated
 [     1.000000] RTC BIOS diagnostic error 0x3f<config_unit,memory_size,fixed_disk,invalid_time>
 [     1.000000] timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
 [     1.000004] efi: systbl at pa 79e6e018
 [     1.000004] efi: systbl mapped at va ffffb3011c9cd018
 [     1.000004] efi: signature 5453595320494249 revision 20046 crc32 65336fdf
 [     1.000004] efi: firmware revision 5000d
 [     1.000004] efi: runtime services at pa 0x79e6eb98
 [     1.000004] efi: boot services at pa 0x0
 [     1.000004] efi: cfgtbl at pa 79e6ec98
 [     1.000004] efi: cfgtbl mapped at va ffffb3011c9cfc98
 [     1.000004] efi: 12 cfgtbl entries:
 [     1.000004] efi: 0x7a26f950 05ad34ba-6f02-4214-952e-4da0398e2bb9
 [     1.000004] efi: 0x75a1a018 7739f24c-93d7-11d4-9a3a-0090273fc14d
 [     1.000004] efi: 0x7a26f2b0 4c19049f-4137-4dd3-9c10-8b97a83ffdfa
 [     1.000004] efi: 0x7a270870 49152e77-1ada-4764-b7a2-7afefed95e8b
 [     1.000004] efi: 0x79e6c398 00781ca1-5de3-405f-abb8-379c3c076984
 [     1.000004] efi: 0x79a64000 eb9d2d30-2d88-11d3-9a16-0090273fc14d ACPI 1.0
 [     1.000004] efi: 0x79a64014 8868e871-e4f1-11d3-bc22-0080c73c8881 ACPI 2.0
 [     1.000004] efi: 0x79a91000 1e2ed096-30e2-4254-bd89-863bbef82325
 [     1.000004] efi: 0x79d2c000 eb9d2d31-2d88-11d3-9a16-0090273fc14d SMBIOS
 [     1.000004] efi: 0x79d2b000 f2fd1544-9794-4a2c-992e-e5bbcf20e394 SMBIOS3
 [     1.000004] efi: 0x799fad98 4e28ca50-d582-44ac-a11f-e3d56526db34
 [     1.000004] efi: 0x728d9a18 b122a263-3661-4f68-9929-78f8b0d62180
 [     1.000004] efi_runtime_init: map 938 pages at 0 to 0x79ac5000 type 6 attrs 0x800000000000000f
 [     1.000004] efi_runtime_init: map 231 pages at 0 to 0x79e6f000 type 5 attrs 0x800000000000000f
 [     1.000004] efi_runtime_init: map 2 pages at 0 to 0x7a974000 type 6 attrs 0x800000000000000f
 [     1.000004] efi_runtime_init: map 128 pages at 0 to 0x7aa41000 type 6 attrs 0x800000000000000f
 [     1.000004] efi_runtime_init: map 4096 pages at 0 to 0xd0000000 type 11 attrs 0x8000000000000001
 [     1.000004] efi_runtime_init: map 1 pages at 0 to 0xd3709000 type 11 attrs 0x8000000000000001
 [     1.000004] efi_runtime_init: map 65536 pages at 0 to 0xe0000000 type 11 attrs 0x8000000000000001
 [     1.000004] efi_runtime_init: map 1 pages at 0 to 0xfe042000 type 11 attrs 0x8000000000000001
 [     1.000004] efi_runtime_init: map 1 pages at 0 to 0xfe043000 type 11 attrs 0x800000000000100d
 [     1.000004] efi_runtime_init: map 1 pages at 0 to 0xfe044000 type 11 attrs 0x8000000000000001
 [     1.000004] efi_runtime_init: map 3 pages at 0 to 0xfe900000 type 11 attrs 0x8000000000000001
 [     1.000004] efi_runtime_init: map 1 pages at 0 to 0xfec00000 type 11 attrs 0x8000000000000001
 [     1.000004] efi_runtime_init: map 1 pages at 0 to 0xfed01000 type 11 attrs 0x8000000000000001
 [     1.000004] efi_runtime_init: map 1 pages at 0 to 0xfee00000 type 11 attrs 0x8000000000000001
 [     1.000004] efi_runtime_init: map 2048 pages at 0 to 0xff800000 type 11 attrs 0x8000000000000001
 [     1.000004] SMBIOS rev. 3.2.0 @ 0x79d29000
 [     1.000004] mainbus0 (root)
 [     1.000004] ACPI: RSDP 0x0000000079A64014 000024 (v02 _ASUS_)
 [     1.000004] ACPI: XSDT 0x0000000079A63728 0000EC (v01 _ASUS_ Notebook 01072009 AMI  01000013)
 [     1.000004] ACPI: FACP 0x0000000079A62000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
 [     1.000004] ACPI: DSDT 0x0000000079A51000 0104FE (v02 _ASUS_ Notebook 01072009 INTL 20160930)
 [     1.000004] ACPI: FACS 0x0000000079AC3000 000040
 [     1.000004] ACPI: FPDT 0x0000000079A50000 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
 [     1.000004] ACPI: FIDT 0x0000000079A4F000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
 [     1.000004] ACPI: MCFG 0x0000000079A4E000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
 [     1.000004] ACPI: ECDT 0x0000000079A4D000 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
 [     1.000004] ACPI: MSDM 0x0000000079A4C000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
 [     1.000004] ACPI: SSDT 0x0000000079A4B000 0000B1 (v01 Intel_ ADebTabl 00001000 INTL 20160930)
 [     1.000004] ACPI: DBG2 0x0000000079A4A000 000072 (v00 INTEL  GLK-SOC  00000003 BRXT 0100000D)
 [     1.000004] ACPI: DBGP 0x0000000079A49000 000034 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
 [     1.000004] ACPI: HPET 0x0000000079A47000 000038 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
 [     1.000004] ACPI: LPIT 0x0000000079A46000 00005C (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
 [     1.000004] ACPI: APIC 0x0000000079A45000 000084 (v04 INTEL  GLK-SOC  00000003 BRXT 0100000D)
 [     1.000004] ACPI: NPKT 0x0000000079A44000 000065 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
 [     1.000004] ACPI: SSDT 0x0000000079A39000 00408E (v02 INTEL  DptfTab  00000003 BRXT 0100000D)
 [     1.000004] ACPI: SSDT 0x0000000079A38000 00014E (v01 Intel_ Platform 00001000 INTL 20160930)
 [     1.000004] ACPI: SSDT 0x0000000079A37000 000517 (v02 PmRef  Cpu0Ist  00003000 INTL 20160930)
 [     1.000004] ACPI: SSDT 0x0000000079A36000 000775 (v02 CpuRef CpuSsdt  00003000 INTL 20160930)
 [     1.000004] ACPI: SSDT 0x0000000079A35000 00035F (v02 PmRef  Cpu0Tst  00003000 INTL 20160930)
 [     1.000004] ACPI: SSDT 0x0000000079A34000 0001E6 (v02 PmRef  ApTst    00003000 INTL 20160930)
 [     1.000004] ACPI: SSDT 0x0000000079A31000 00286F (v02 SaSsdt SaSsdt   00003000 INTL 20160930)
 [     1.000004] ACPI: TPM2 0x0000000079A2F000 000034 (v04 _ASUS_ Notebook 00000001 AMI  00000000)
 [     1.000004] ACPI: BGRT 0x0000000079A30000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
 [     1.000004] ACPI: DMAR 0x0000000079A48000 0000A8 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
 [     1.000004] ACPI: WDAT 0x0000000079A2E000 000104 (v01                 00000000      00000000)
 [     1.000004] ACPI: WSMT 0x0000000079A43000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
 [     1.000004] ACPI: 9 ACPI AML tables successfully acquired and loaded
 [     1.000004] ioapic0 at mainbus0 apid 1: pa 0xfec00000, version 0x20, 120 pins
 [     1.000004] cpu0 at mainbus0 apid 0
 [     1.000004] cpu0: 64 page colors
 [     1.000004] cpu0: Use lfence to serialize rdtsc
 [     1.000004] cpu0: lapic_per_second set to 19200000
 [     1.000004] cpu0: TSC freq CPUID 1094400000 Hz
 [     1.000004] cpu0: TSC freq from CPUID 1094400000 Hz
 [     1.000004] cpu0: [re]calibrating local timer
 [     1.000004] cpu0: apic clock running at 19 MHz
 [     1.000004] cpu0: Intel(R) Pentium(R) Silver N5030 CPU @ 1.10GHz, id 0x706a8
 [     1.000004] cpu0: node 0, package 0, core 0, smt 0
 [     1.000004] cpu1 at mainbus0 apid 2
 [     1.000004] cpu1: 2 page colors
 [     1.000004] i82489_ipi_init: ESR 00000040
 [     1.000004] cpu1: Intel(R) Pentium(R) Silver N5030 CPU @ 1.10GHz, id 0x706a8
 [     1.000004] cpu1: node 0, package 0, core 1, smt 0
 [     1.000004] cpu2 at mainbus0 apid 4
 [     1.000004] cpu2: 2 page colors
 [     1.000004] cpu2: Intel(R) Pentium(R) Silver N5030 CPU @ 1.10GHz, id 0x706a8
 [     1.000004] cpu2: node 0, package 0, core 2, smt 0
 [     1.000004] cpu3 at mainbus0 apid 6
 [     1.000004] cpu3: 2 page colors
 [     1.000004] cpu3: Intel(R) Pentium(R) Silver N5030 CPU @ 1.10GHz, id 0x706a8
 [     1.000004] cpu3: node 0, package 0, core 3, smt 0
 [     1.000004] acpi0 at mainbus0: Intel ACPICA 20221020
 [     1.000004] acpi0: X/RSDT: OemId <_ASUS_,Notebook,01072009>, AslId <AMI ,01000013>
 [     1.000004] allocated pic ioapic0 type level pin 9 level 6 to cpu0 slot 0 idt entry 96
 [     1.000004] acpi0: autoconfiguration error: failed to look up EC object \_SB.PCI0.LPCB.EC0: AE_NOT_FOUND
 [     1.000004] acpi0: MCFG: segment 0, bus 0-255, address 0x00000000e0000000
 [     1.000004] MCFG: MEMMAP: 0x0000000000000000-0x0000000000057fff, size=0x0000000000058000, type=1(Memory)
 [     1.000004] MCFG: MEMMAP: 0x0000000000058000-0x0000000000058fff, size=0x0000000000001000, type=2(Reserved)
 [     1.000004] MCFG: MEMMAP: 0x0000000000059000-0x000000000009dfff, size=0x0000000000045000, type=1(Memory)
 [     1.000004] MCFG: MEMMAP: 0x000000000009e000-0x00000000000fffff, size=0x0000000000062000, type=2(Reserved)
 [     1.000004] MCFG: MEMMAP: 0x0000000000100000-0x000000000fffffff, size=0x000000000ff00000, type=1(Memory)
 [     1.000004] MCFG: MEMMAP: 0x0000000010000000-0x0000000012150fff, size=0x0000000002151000, type=2(Reserved)
 [     1.000004] MCFG: MEMMAP: 0x0000000012151000-0x000000007603ffff, size=0x0000000063eef000, type=1(Memory)
 [     1.000004] MCFG: MEMMAP: 0x0000000076040000-0x0000000079a20fff, size=0x00000000039e1000, type=2(Reserved)
 [     1.000004] MCFG: MEMMAP: 0x0000000079a21000-0x0000000079a64fff, size=0x0000000000044000, type=3(ACPI)
 [     1.000004] MCFG: MEMMAP: 0x0000000079a65000-0x0000000079ac4fff, size=0x0000000000060000, type=4(NVS)
 [     1.000004] MCFG: MEMMAP: 0x0000000079ac5000-0x0000000079f55fff, size=0x0000000000491000, type=2(Reserved)
 [     1.000004] MCFG: MEMMAP: 0x0000000079f56000-0x000000007a972fff, size=0x0000000000a1d000, type=1(Memory)
 [     1.000004] MCFG: MEMMAP: 0x000000007a973000-0x000000007a973fff, size=0x0000000000001000, type=4(NVS)
 [     1.000004] MCFG: MEMMAP: 0x000000007a974000-0x000000007a975fff, size=0x0000000000002000, type=2(Reserved)
 [     1.000004] MCFG: MEMMAP: 0x000000007a976000-0x000000007aa40fff, size=0x00000000000cb000, type=1(Memory)
 [     1.000004] MCFG: MEMMAP: 0x000000007aa41000-0x000000007aac0fff, size=0x0000000000080000, type=2(Reserved)
 [     1.000004] MCFG: MEMMAP: 0x000000007aac1000-0x000000007affffff, size=0x000000000053f000, type=1(Memory)
 [     1.000004] MCFG: MEMMAP: 0x000000007b000000-0x000000007fffffff, size=0x0000000005000000, type=2(Reserved)
 [     1.000004] MCFG: MEMMAP: 0x00000000d0000000-0x00000000d0ffffff, size=0x0000000001000000, type=2(Reserved)
 [     1.000004] MCFG: MEMMAP: 0x00000000d3709000-0x00000000d3709fff, size=0x0000000000001000, type=2(Reserved)
 [     1.000004] MCFG: MEMMAP: 0x00000000e0000000-0x00000000efffffff, size=0x0000000010000000, type=2(Reserved)
 [     1.000004] acpi0: MCFG: segment 0, bus 0-255, address 0x00000000e0000000
 [     1.000004] ACPI: Dynamic OEM Table Load:
 [     1.000004] ACPI: SSDT 0xFFFFA4DA85ACE208 000190 (v02 PmRef  Cpu0Cst  00003001 INTL 20160930)
 [     1.000004] ACPI: Dynamic OEM Table Load:
 [     1.000004] ACPI: SSDT 0xFFFFA4DA0EA71288 0001E6 (v02 PmRef  ApIst    00003000 INTL 20160930)
 [     1.000004] ACPI: Dynamic OEM Table Load:
 [     1.000004] ACPI: SSDT 0xFFFFA4DA0E8CF6C8 0000C9 (v02 PmRef  ApCst    00003000 INTL 20160930)
 [     1.000004] acpi0: SCI interrupting at int 9
 [     1.000004] timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
 [     1.025343] acpi0: ACPI-Fast 32-bit timer
 [     1.025343] hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
 [     1.025343] timecounter: Timecounter "hpet0" frequency 19200000 Hz quality 2000
 [     1.028658] acpiec0 at acpi0 (H_EC, PNP0C09-1): not present
 [     1.028658] acpiec1 at acpi0 (EC0, PNP0C09): io 0x62,0x66
 [     1.028658] attimer1 at acpi0 (TIMR, PNP0100): io 0x40-0x43,0x50-0x53 irq 0
 [     1.028658] acpiacad0 at acpi0 (AC0, ACPI0003): ACPI AC Adapter
 [     1.028658] acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 [     1.028658] acpilid0 at acpi0 (LID, PNP0C0D): ACPI Lid Switch
 [     1.028658] acpibat0 at acpi0 (BAT0, PNP0C0A-0): ACPI Battery
 [     1.028658] acpibat0: ACPI 4.0 functionality present
 [     1.028658] pckbc1 at acpi0 (PS2K, ATK3001) (kbd port): io 0x60,0x64 irq 1
 [     1.028658] ETPD (ELAN1200) at acpi0 not configured
 [     1.028658] acpivga0 at acpi0 (GFX0): ACPI Display Adapter
 [     1.028658] acpivga0: capabilities: _DOS _DOD
 [     1.028658] acpiout0 at acpivga0 (DD01, 0x0100): ACPI Display Output Device
 [     1.028658] acpiout0: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout1 at acpivga0 (DD02, 0x0002): ACPI Display Output Device
 [     1.028658] acpiout1: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout2 at acpivga0 (DD03, 0x0200): ACPI Display Output Device
 [     1.028658] acpiout2: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout3 at acpivga0 (DD04, 0x0004): ACPI Display Output Device
 [     1.028658] acpiout3: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout4 at acpivga0 (DD05, 0x0005): ACPI Display Output Device
 [     1.028658] acpiout4: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout5 at acpivga0 (DD06, 0x0006): ACPI Display Output Device
 [     1.028658] acpiout5: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout6 at acpivga0 (DD07, 0x0007): ACPI Display Output Device
 [     1.028658] acpiout6: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout7 at acpivga0 (DD08, 0x0008): ACPI Display Output Device
 [     1.028658] acpiout7: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout8 at acpivga0 (DD09, 0x0009): ACPI Display Output Device
 [     1.028658] acpiout8: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout9 at acpivga0 (DD0A, 0x000a): ACPI Display Output Device
 [     1.028658] acpiout9: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout10 at acpivga0 (DD0B, 0x000b): ACPI Display Output Device
 [     1.028658] acpiout10: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout11 at acpivga0 (DD0C, 0x000c): ACPI Display Output Device
 [     1.028658] acpiout11: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout12 at acpivga0 (DD0D, 0x000d): ACPI Display Output Device
 [     1.028658] acpiout12: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout13 at acpivga0 (DD0E, 0x000e): ACPI Display Output Device
 [     1.028658] acpiout13: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout14 at acpivga0 (DD0F, 0x000f): ACPI Display Output Device
 [     1.028658] acpiout14: capabilities: _DCS _DGS _DSS
 [     1.028658] acpiout15 at acpivga0 (DD1F, 0x0400): ACPI Display Output Device
 [     1.028658] acpiout15: capabilities: _BCL _BCM _BQC _DCS _DGS _DSS
 [     1.028658] acpiout15: brightness levels: [1-100]
 [     1.028658] acpivga0: output device acpiout0 not connected
 [     1.028658] acpivga0: output device acpiout1 not connected
 [     1.028658] acpivga0: output device acpiout2 not connected
 [     1.028658] acpivga0: output device acpiout3 not connected
 [     1.028658] acpivga0: output device acpiout4 not connected
 [     1.028658] acpivga0: output device acpiout5 not connected
 [     1.028658] acpivga0: output device acpiout6 not connected
 [     1.028658] acpivga0: output device acpiout7 not connected
 [     1.028658] acpivga0: output device acpiout8 not connected
 [     1.028658] acpivga0: output device acpiout9 not connected
 [     1.028658] acpivga0: output device acpiout10 not connected
 [     1.028658] acpivga0: output device acpiout11 not connected
 [     1.028658] acpivga0: output device acpiout12 not connected
 [     1.028658] acpivga0: output device acpiout13 not connected
 [     1.028658] acpivga0: output device acpiout14 not connected
 [     1.028658] acpivga0: connected output devices:
 [     1.028658] acpivga0:   0x0400 (acpiout15): Unknown Output Device, head 0
 [     1.028658] acpibut1 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
 [     1.028658] acpibut2 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 [     1.028658] igpio0 at acpi0 (GPO1, INT3453-1): mem 0xd0c40000-0xd0c40cee irq 14
 [     1.028658] gpio0 at igpio0: 35 pins
 [     1.028658] igpio1 at acpi0 (GPO0, INT3453-2): mem 0xd0c50000-0xd0c50afe irq 14
 [     1.028658] gpio1 at igpio1: 35 pins
 [     1.028658] igpio2 at acpi0 (GPO2, INT3453-3): mem 0xd0c90000-0xd0c907be irq 15
 [     1.028658] gpio2 at igpio2: 35 pins
 [     1.028658] igpio3 at acpi0 (GPO3, INT3453-4): mem 0xd0c80000-0xd0c8082e irq 14
 [     1.028658] gpio3 at igpio3: 35 pins
 [     1.028658] PEPD (INT33A1) at acpi0 not configured
 [     1.028658] TPM (MSFT0101) at acpi0 not configured
 [     1.028658] acpiwmi0 at acpi0 (ATKD, PNP0C14-ATK): ACPI WMI Interface
 [     1.028658] acpiwmi0: {97845ED0-4E6D-11DE-8A39-0800200C9A66} oid 424E count 01 flags 02
 [     1.028658] acpiwmi0: {0B3CBB35-E3C2-45ED-91C2-4C5A6D195D1C} oid 00FF count 01 flags 08
 [     1.028658] acpiwmi0: {05901221-D566-11D1-B2F0-00A0C9062910} oid 4F4D count 01 flags 00
 [     1.028658] acpiwmi0: failed to enable expensive WExx: AE_NOT_FOUND
 [     1.028658] acpiwmibus at acpiwmi0 not configured
 [     1.028658] ASHS (ATK4002) at acpi0 not configured
 [     1.028658] ASUP (ASUS2018) at acpi0 not configured
 [     1.028658] IETM (INT3400) at acpi0 not configured
 [     1.028658] SEN1 (INT3403) at acpi0 not configured
 [     1.028658] acpitz0 at acpi0 (THRM): cpu0 cpu1 cpu2 cpu3
 [     1.028658] acpitz0: polling interval 30.0 seconds
 [     1.028658] acpitz0: levels: critical 108.0 C, passive 110.0 C, passive cooling
 [     1.028658] ACPI: Enabled 3 GPEs in block 00 to 7F
 [     1.028658] pckbd0 at pckbc1 (kbd slot)
 [     1.028658] allocated pic ioapic0 type edge pin 1 level 6 to cpu0 slot 1 idt entry 97
 [     1.028658] pckbc1: using irq 1 for kbd slot
 [     1.028658] wskbd0 at pckbd0: console keyboard
 [     1.028658] pmsprobe: reset error 5
 [     1.028658] pci0 at mainbus0 bus 0: configuration mode 1
 [     1.028658] acpi0: MCFG: 000:00:0: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [     1.028658] acpi0: MCFG: 000:00:0: Ok (cfg[0x100]=0x00000000 extconf=N)
 [     1.028658] acpi0: MCFG: 000:00:1: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [     1.028658] acpi0: MCFG: 000:00:1: Ok (cfg[0x100]=0x00000000 extconf=N)
 [     1.028658] acpi0: MCFG: 000:00:3: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [     1.028658] acpi0: MCFG: 000:00:3: Ok (cfg[0x100]=0x00000000 extconf=N)
 [     1.028658] acpi0: MCFG: 000:02:0: Ok (cfg[0x100]=0x2001001b extconf=Y)
 [     1.028658] acpi0: MCFG: 000:14:0: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [     1.028658] acpi0: MCFG: 000:14:0: Ok (cfg[0x100]=0x00000000 extconf=N)
 [     1.028658] acpi0: MCFG: 000:15:0: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [     1.028658] acpi0: MCFG: 000:15:0: Ok (cfg[0x100]=0x00000000 extconf=N)
 [     1.028658] acpi0: MCFG: 000:18:0: invalid config space (cfg[0x100]=0xffffffff, alias=false)
 [     1.028658] acpi0: MCFG: 000:18:0: Ok (cfg[0x100]=0xffffffff extconf=N)
 [     1.028658] acpi0: MCFG: 000:19:0: Ok (cfg[0x100]=0x14000000 extconf=Y)
 [     1.028658] acpi0: MCFG: 000:19:3: Ok (cfg[0x100]=0x14000000 extconf=Y)
 [     1.028658] acpi0: MCFG: 000:21:0: invalid config space (cfg[0x100]=0x31a88086, alias=true)
 [     1.028658] acpi0: MCFG: 000:21:0: Ok (cfg[0x100]=0x31a88086 extconf=N)
 [     1.028658] acpi0: MCFG: 000:23:0: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [     1.028658] acpi0: MCFG: 000:23:0: Ok (cfg[0x100]=0x00000000 extconf=N)
 [     1.028658] acpi0: MCFG: 000:23:1: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [     1.028658] acpi0: MCFG: 000:23:1: Ok (cfg[0x100]=0x00000000 extconf=N)
 [     1.028658] acpi0: MCFG: 000:24:0: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [     1.028658] acpi0: MCFG: 000:24:0: Ok (cfg[0x100]=0x00000000 extconf=N)
 [     1.028658] acpi0: MCFG: 000:24:1: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [     1.028658] acpi0: MCFG: 000:24:1: Ok (cfg[0x100]=0x00000000 extconf=N)
 [     1.028658] acpi0: MCFG: 000:24:2: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [     1.028658] acpi0: MCFG: 000:24:2: Ok (cfg[0x100]=0x00000000 extconf=N)
 [     1.028658] acpi0: MCFG: 000:24:3: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [     1.028658] acpi0: MCFG: 000:24:3: Ok (cfg[0x100]=0x00000000 extconf=N)
 [     1.028658] acpi0: MCFG: 000:31:0: invalid config space (cfg[0x100]=0x00000000, alias=false)
 [     1.028658] acpi0: MCFG: 000:31:0: Ok (cfg[0x100]=0x00000000 extconf=N)
 [     1.028658] acpi0: MCFG: 000:31:1: invalid config space (cfg[0x100]=0x31d48086, alias=true)
 [     1.028658] acpi0: MCFG: 000:31:1: Ok (cfg[0x100]=0x31d48086 extconf=N)
 [     1.028658] acpi0: MCFG: bus 0: valid devices
 [     1.028658] acpi0: MCFG: 000:00:0
 [     1.028658] acpi0: MCFG: 000:00:1
 [     1.028658] acpi0: MCFG: 000:00:3
 [     1.028658] acpi0: MCFG: 000:02:0
 [     1.028658] acpi0: MCFG: 000:14:0
 [     1.028658] acpi0: MCFG: 000:15:0
 [     1.028658] acpi0: MCFG: 000:18:0
 [     1.028658] acpi0: MCFG: 000:19:0
 [     1.028658] acpi0: MCFG: 000:19:3
 [     1.028658] acpi0: MCFG: 000:21:0
 [     1.028658] acpi0: MCFG: 000:23:0
 [     1.028658] acpi0: MCFG: 000:23:1
 [     1.028658] acpi0: MCFG: 000:24:0
 [     1.028658] acpi0: MCFG: 000:24:1
 [     1.028658] acpi0: MCFG: 000:24:2
 [     1.028658] acpi0: MCFG: 000:24:3
 [     1.028658] acpi0: MCFG: 000:31:0
 [     1.028658] acpi0: MCFG: 000:31:1
 [     1.028658] acpi0: acpimcfg_map_bus done
 [     1.028658] pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 [     1.028658] pchb0 at pci0 dev 0 function 0: Intel Gemini Lake Host Bridge (rev. 0x06)
 [     1.028658] Intel Gemini Lake DPTF (miscellaneous DASP, revision 0x06) at pci0 dev 0 function 1 not configured
 [     1.028658] Intel Gemini Lake GNA (miscellaneous system, revision 0x06) at pci0 dev 0 function 3 not configured
 [     1.028658] i915drmkms0 at pci0 dev 2 function 0: Intel UHD Graphics 605 (rev. 0x06)
 [     1.028658] pci_mem_find: void region
 [     1.028658] i915drmkms0: WARNING: power management not supported
 [     1.028658] hdaudio0 at pci0 dev 14 function 0: HD Audio Controller
 [     1.028658] allocated pic msi0 type edge pin 0 level 7 to cpu0 slot 16 idt entry 112
 [     1.028658] hdaudio0: interrupting at msi0 vec 0
 [     1.028658] hdaudio0: HDA ver. 1.0, OSS 6, ISS 7, BSS 0, SDO 1, 64-bit
 [     1.028658] hdafg0 at hdaudio0 vendor 0x10EC product 0x0256 nid 0x01: Realtek product 0256
 [     1.028658] hdafg0: DAC00 2ch: Speaker [Built-In]
 [     1.028658]     nid=14 [pin: Speaker (Built-In)]
 [     1.028658]            nid=02 [audio output] [source: dac]
 [     1.028658] hdafg0: DAC01 2ch: HP Out [Jack]
 [     1.028658]     nid=21 [pin: HP Out (Black Jack)]
 [     1.028658]            nid=03 [audio output] [source: dac]
 [     1.028658] hdafg0: ADC02 2ch: Mic In [Built-In]
 [     1.028658]     nid=1B [pin: Mic In (Built-In)]
 [     1.028658] hdafg0: 2ch/2ch 44100Hz 48000Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 AC3
 [     1.028658] audio0 at hdafg0: playback, capture, full duplex, independent
 [     1.028658] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
 [     1.028658] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
 [     1.028658] spkr0 at audio0: PC Speaker (synthesized)
 [     1.028658] wsbell at spkr0 not configured
 [     1.028658] hdafg1 at hdaudio0 vendor 0x8086 product 0x280D nid 0x01: Intel HDMI/DP
 [     1.028658] hdafg1: DP00 8ch: Digital Out [Jack]
 [     1.028658]     nid=03 [pin: Digital Out (Jack)]
 [     1.028658]            nid=02 [audio output] [source: dac]
 [     1.028658] hdafg1: 8ch/0ch 48000Hz PCM16*
 [     1.028658] audio1 at hdafg1: playback, capture, full duplex, independent
 [     1.028658] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
 [     1.028658] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
 [     1.028658] spkr1 at audio1: PC Speaker (synthesized)
 [     1.028658] wsbell at spkr1 not configured
 [     1.028658] Intel Gemini Lake TXE HECI 1 (miscellaneous communications, revision 0x06) at pci0 dev 15 function 0 not configured
 [     1.028658] ahcisata0 at pci0 dev 18 function 0: Intel Gemini Lake SATA (rev. 0x06)
 [     1.028658] ahcisata0: 64-bit DMA
 [     1.028658] ahcisata0: AHCI revision 1.31, 2 ports, 32 slots, CAP 0xe536ff01<PSC,SSC,PMD,SPM,SAM,ISS=0x3=Gen3,SCLO,SALP,SSNTF,SNCQ,S64A>
 [     1.028658] allocated pic msi1 type edge pin 0 level 6 to cpu0 slot 17 idt entry 98
 [     1.028658] ahcisata0: interrupting at msi1 vec 0
 [     1.028658] atabus0 at ahcisata0 channel 0
 [     1.028658] atabus1 at ahcisata0 channel 1
 [     1.028658] ppb0 at pci0 dev 19 function 0: Intel Gemini Lake PCIe x4 (rev. 0xf6)
 [     1.028658] ppb0: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x2 @ 5.0GT/s
 [     1.028658] pci1 at ppb0 bus 1
 [     1.028658] acpi0: MCFG: bus 1: no valid devices.
 [     1.028658] acpi0: acpimcfg_map_bus done
 [     1.028658] pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.028658] ppb1 at pci0 dev 19 function 3: Intel Gemini Lake PCIe x4 (rev. 0xf6)
 [     1.028658] ppb1: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
 [     1.028658] ppb1: link is x1 @ 2.5GT/s
 [     1.028658] pci2 at ppb1 bus 2
 [     1.028658] acpi0: MCFG: 002:00:0: Ok (cfg[0x100]=0x14820001 extconf=Y)
 [     1.028658] acpi0: MCFG: bus 2: valid devices
 [     1.028658] acpi0: MCFG: 002:00:0
 [     1.028658] acpi0: acpimcfg_map_bus done
 [     1.028658] pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.028658] Realtek Semiconductor RTL8821CE 802.11ac PCIe NIC (miscellaneous network) at pci2 dev 0 function 0 not configured
 [     1.028658] xhci0 at pci0 dev 21 function 0: Intel Gemini Lake USB Host (xHCI) (rev. 0x06)
 [     1.028658] xhci0: 64-bit DMA
 [     1.028658] allocated pic msi2 type edge pin 0 level 6 to cpu0 slot 18 idt entry 99
 [     1.028658] xhci0: interrupting at msi2 vec 0
 [     1.028658] xhci0: xHCI version 1.0
 [     1.028658] xhci0: hcs1=10000820 hcs2=94000054 hcs3=200000a
 [     1.028658] xhci0: hcc=0x200077c1<XECP=0x2000,MAXPSA=0x7,SEC,SPC,PAE,NSS,LTC,AC64>
 [     1.028658] xhci0: xECP 8000
 [     1.028658] xhci0: ECR: 0x02000802
 [     1.028658] xhci0:  SP: 0x02000802 0x20425355 0x30110901 0x00000000
 [     1.028658] xhci0:  hs ports 1 - 9
 [     1.028658] xhci0: ECR: 0x03001402
 [     1.028658] xhci0:  SP: 0x03001402 0x20425355 0x7000070a 0x00000000
 [     1.028658] xhci0:  ss ports 10 - 16
 [     1.028658] xhci0: ECR: 0x004dffc0
 [     1.028658] xhci0: ECR: 0x00002201
 [     1.028658] xhci0: ECR: 0x000003c6
 [     1.028658] xhci0: ECR: 0x001f40c7
 [     1.028658] xhci0: ECR: 0x000040c2
 [     1.028658] xhci0: ECR: 0x0005100a
 [     1.028658] xhci0: ECR: 0x000030c3
 [     1.028658] xhci0: ECR: 0x000040c4
 [     1.028658] xhci0: ECR: 0x0000ffc5
 [     1.028658] xhci0: ECR: 0x000045c8
 [     1.028658] xhci0: ECR: 0x000012c9
 [     1.028658] xhci0: ECR: 0x000000cb
 [     1.028658] xhci0: PAGESIZE 0x00000001
 [     1.028658] xhci0: sc_pgsz 0x00001000
 [     1.028658] xhci0: sc_maxslots 0x00000020
 [     1.028658] xhci0: sc_maxports 16
 [     1.028658] xhci0: sc_maxspbuf 18
 [     1.028658] xhci0: eventst: 0x00000001079f0fc0 0xffffb3011cc7cfc0 1000
 [     1.028658] xhci0: dcbaa: 0x00000001079f2000 0xffffb3011cc7d000 1000
 [     1.028658] xhci0: current IMOD 1000
 [     1.028658] xhci0: USBCMD 0x00000005
 [     1.028658] xhci0: USB3PRM / USB3.0 configurable ports: 0x00000000
 [     1.028658] xhci0: USB3_PSSEN / Enabled USB3.0 ports under xHCI: 0x00000000
 [     1.028658] xhci0: XUSB2PRM / USB2.0 ports can switch from EHCI to xHCI:0x00000000
 [     1.028658] xhci0: XUSB2PR / USB2.0 ports under xHCI: 0x00000000
 [     1.028658] usb0 at xhci0: USB revision 3.0
 [     1.028658] usb1 at xhci0: USB revision 2.0
 [     1.028658] dwiic0 at pci0 dev 23 function 0dwiic0: status 0x100006 reset 0x7 rlo 0xa1220000 rhi 0x0
 [     1.028658] : I2C controller instance 4
 [     1.028658] allocated pic ioapic0 type level pin 31 level 6 to cpu0 slot 2 idt entry 100
 [     1.028658] dwiic0: interrupting at ioapic0 pin 31
 [     1.028658] dwiic0: status 0x100006 reset 0x3 rlo 0xa1220004 rhi 0x0
 [     1.028658] iic0 at dwiic0: I2C bus
 [     1.028658] dwiic1 at pci0 dev 23 function 1dwiic1: status 0x100006 reset 0x7 rlo 0xa121e000 rhi 0x0
 [     1.028658] : I2C controller instance 5
 [     1.028658] allocated pic ioapic0 type level pin 32 level 6 to cpu0 slot 3 idt entry 101
 [     1.028658] dwiic1: interrupting at ioapic0 pin 32
 [     1.028658] dwiic1: status 0x100006 reset 0x3 rlo 0xa121e004 rhi 0x0
 [     1.028658] iic1 at dwiic1: I2C bus
 [     1.028658] ihidev0 at iic1 addr 0x15: vendor 0x4f3 product 0x3067, ETPD
 [     1.028658] ihidev0: 11 report ids
 [     1.028658] allocated pic ioapic0 type level pin 60 level 6 to cpu0 slot 4 idt entry 102
 [     1.028658] ihidev0: interrupting at irq 60
 [     1.028658] ims0 at ihidev0 reportid 1: 2 buttons, W and Z dirs
 [     1.028658] wsmouse0 at ims0 mux 0
 [     1.028658] hid at ihidev0 reportid 2 not configured
 [     1.028658] hid at ihidev0 reportid 3 not configured
 [     1.028658] hid at ihidev0 reportid 4 not configured
 [     1.028658] hid at ihidev0 reportid 5 not configured
 [     1.028658] hid at ihidev0 reportid 6 not configured
 [     1.028658] hid at ihidev0 reportid 7 not configured
 [     1.028658] hid at ihidev0 reportid 11 not configured
 [     1.028658] Intel Gemini Lake UART 0 (miscellaneous DASP, revision 0x06) at pci0 dev 24 function 0 not configured
 [     1.028658] Intel product 31be (miscellaneous DASP, revision 0x06) at pci0 dev 24 function 1 not configured
 [     1.028658] Intel Gemini Lake UART 2 (miscellaneous DASP, revision 0x06) at pci0 dev 24 function 2 not configured
 [     1.028658] Intel product 31ee (miscellaneous DASP, revision 0x06) at pci0 dev 24 function 3 not configured
 [     1.028658] pcib0 at pci0 dev 31 function 0: Intel Gemini Lake LPC (rev. 0x06)
 [     1.028658] ichsmb0 at pci0 dev 31 function 1: Intel Gemini Lake SMBus (rev. 0x06)
 [     1.028658] allocated pic ioapic0 type level pin 20 level 6 to cpu0 slot 5 idt entry 103
 [     1.028658] ichsmb0: interrupting at ioapic0 pin 20
 [     1.028658] iic2 at ichsmb0: I2C bus
 [     1.028658] isa0 at pcib0
 [     1.028658] pcppi0 at isa0 port 0x61
 [     1.028658] spkr2 at pcppi0: PC Speaker
 [     1.028658] wsbell at spkr2 not configured
 [     1.028658] midi0 at pcppi0: PC speaker
 [     1.028658] sysbeep0 at pcppi0
 [     1.028658] attimer1: attached to pcppi0
 [     1.028658] cpu0: unknown i686 model 7a, can't get bus clock (0x0)
 [     1.028658] acpicpu0 at cpu0: ACPI CPU
 [     1.028658] acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
 [     1.028658] acpicpu0: C2: FFH, lat  50 us, pow    10 mW
 [     1.028658] acpicpu0: C3: FFH, lat 150 us, pow    10 mW
 [     1.028658] acpicpu0: P0: FFH, lat  10 us, pow     0 mW, 1101 MHz, turbo boost
 [     1.028658] acpicpu0: P1: FFH, lat  10 us, pow     0 mW, 1100 MHz
 [     1.028658] acpicpu0: P2: FFH, lat  10 us, pow     0 mW, 1000 MHz
 [     1.028658] acpicpu0: P3: FFH, lat  10 us, pow     0 mW,  900 MHz
 [     1.028658] acpicpu0: P4: FFH, lat  10 us, pow     0 mW,  800 MHz
 [     1.028658] acpicpu0: T0: FFH, lat   1 us, pow     0 mW, 100 %
 [     1.028658] acpicpu0: T1: FFH, lat   1 us, pow     0 mW,  88 %
 [     1.028658] acpicpu0: T2: FFH, lat   1 us, pow     0 mW,  75 %
 [     1.028658] acpicpu0: T3: FFH, lat   1 us, pow     0 mW,  63 %
 [     1.028658] acpicpu0: T4: FFH, lat   1 us, pow     0 mW,  50 %
 [     1.028658] acpicpu0: T5: FFH, lat   1 us, pow     0 mW,  38 %
 [     1.028658] acpicpu0: T6: FFH, lat   1 us, pow     0 mW,  25 %
 [     1.028658] acpicpu0: T7: FFH, lat   1 us, pow     0 mW,  13 %
 [     1.028658] acpicpu0: id 1, lapic id 0, cap 0x0bfd, flags 0x002ae217
 [     1.028658] acpicpu0: P-state coordination: 4 CPUs, domain 0, type HW_ALL
 [     1.028658] acpicpu0: T-state coordination: 1 CPUs, domain 0, type SW_ALL
 [     1.028658] coretemp0 at cpu0: thermal sensor, 1 C resolution, Tjmax=105
 [     1.028658] acpicpu1 at cpu1: ACPI CPU
 [     1.028658] acpicpu1: id 2, lapic id 2, cap 0x0bfd, flags 0x002ae217
 [     1.028658] acpicpu1: P-state coordination: 4 CPUs, domain 0, type HW_ALL
 [     1.028658] acpicpu1: T-state coordination: 1 CPUs, domain 1, type SW_ALL
 [     1.028658] coretemp1 at cpu1: thermal sensor, 1 C resolution, Tjmax=105
 [     1.028658] acpicpu2 at cpu2: ACPI CPU
 [     1.028658] acpicpu2: id 3, lapic id 4, cap 0x0bfd, flags 0x002ae217
 [     1.028658] acpicpu2: P-state coordination: 4 CPUs, domain 0, type HW_ALL
 [     1.028658] acpicpu2: T-state coordination: 1 CPUs, domain 2, type SW_ALL
 [     1.028658] coretemp2 at cpu2: thermal sensor, 1 C resolution, Tjmax=105
 [     1.028658] acpicpu3 at cpu3: ACPI CPU
 [     1.028658] acpicpu3: id 4, lapic id 6, cap 0x0bfd, flags 0x002ae217
 [     1.028658] acpicpu3: P-state coordination: 4 CPUs, domain 0, type HW_ALL
 [     1.028658] acpicpu3: T-state coordination: 1 CPUs, domain 3, type SW_ALL
 [     1.028658] coretemp3 at cpu3: thermal sensor, 1 C resolution, Tjmax=105
 [     1.028658] SRAT: 0 NUMA nodes
 [     1.028658] Initializing SSP: 855aa14899eb5b4a 9a83862c84c49fde da3e39df5e0e02e7 49c15511fa77f62f 6e5ec37b0115e227 3493f93e6b33a56d 819f58a7084a5823 595eae180fbfbc98 
 [     1.028658] cpu0: TSC freq from HPET 1094401000 Hz
 [     1.028658] cpu0: TSC freq CPUID 1094400000 Hz
 [     1.028658] cpu0: TSC freq calibrated 1094401000 Hz
 [     1.028658] cpu0: [re]calibrating local timer
 [     1.028658] cpu0: apic clock running at 19 MHz
 [     1.028658] timecounter: Timecounter "lapic" frequency 19200000 Hz quality -100
 [     1.028658] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 [     1.028658] UVM: using package allocation scheme, 1 package(s) per bucket
 [     1.028658] cpu1: TSC skew=-126469236 drift=216
 [     1.028658] cpu1: running
 [     1.028658] cpu2: TSC skew=-126469141 drift=-95
 [     1.028658] cpu2: running
 [     1.101474] cpu3: running
 [     1.101474] cpu3: TSC skew=-126469117 drift=331
 [     1.154598] timecounter: Timecounter "TSC" frequency 1094401000 Hz quality 3000
 [     1.155710] acpibat0: ASUSTeK LIon rechargeable battery
 [     1.177807] acpibat0: model number ASUS Battery, serial number  
 [     1.207807] acpibat0: granularity: low->warn 0.345 Wh, warn->full 0.345 Wh
 [     1.227807] uhub0 at usb0: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 3.00/1.00, addr 0
 [     1.257807] uhub0: 7 ports with 7 removable, self powered
 [     1.287807] uhub1 at usb1: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 0
 [     1.317807] uhub1: 9 ports with 9 removable, self powered
 [     1.337807] acpiacad0: AC adapter offline.
 [     1.367808] acpiacad0: AC adapter not connected
 [     1.397808] acpicpu3: ACPI CPUs started
 [     1.417808] IPsec: Initialized Security Association Processing.
 [     1.437820] ahcisata0 port 0: device present, speed: 6.0Gb/s
 [     1.453534] aes: Intel AES-NI
 [     1.477808] chacha: x86 SSE2 ChaCha
 [     1.507808] wd0 at atabus0adiantum: self-test passed
 [     1.527806]  drive 0aes_ccm: self-test passed

 [     1.577807] blake2s: self-test passed
 [     1.607806] wd0: <TOSHIBA MQ04ABF100>
 [     1.637806] wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 [     1.657806] wd0: 931 GB, 1938021 cyl, 16 head, 63 sec, 512 bytes/sect x 1953525168 sectors (4096 bytes/physsect; first aligned sector: 8)
 [     1.757808] wd0: GPT GUID: a100f8ab-a255-4edf-99dd-f26e1788a3a2
 [     1.777806] dk0 at wd0: "EFI system partition", 532480 blocks at 2048, type: msdos
 [     1.807806] dk1 at wd0: "Microsoft reserved partition", 32768 blocks at 534528, type: <unknown>
 [     1.837806] dk2 at wd0: "Basic data partition", 102401423 blocks at 567296, type: ntfs
 [     1.867806] dk3 at wd0: "f7393130-e9bf-884c-8c93-3e52fe270c33", 901120625 blocks at 102968719, type: ext2fs
 [     1.887806] dk4 at wd0: "26b4f4ca-9b75-634c-8163-1fe4453f42d2", 16384000 blocks at 1004089344, type: <unknown>
 [     1.917806] dk5 at wd0: "81228e0a-c8ba-47db-9045-70599fd085c0", 931000320 blocks at 1020473344, type: ffs
 [     1.947806] autoconfiguration error: wd0: wedge named 'Basic data partition' already existed, using '81228e0a-c8ba-47db-9045-70599fd085c0'
 [     1.967806] dk6 at wd0: "49025a13-1517-48ab-958e-3377d1a8c166", 1638400 blocks at 1951475712, type: <unknown>
 [     1.997806] autoconfiguration error: wd0: wedge named 'Basic data partition' already existed, using '49025a13-1517-48ab-958e-3377d1a8c166'
 [     2.027806] dk7 at wd0: "04d35a70-5f1b-4535-9580-22e72c805a75", 409600 blocks at 1953114112, type: <unknown>
 [     2.057806] autoconfiguration error: wd0: wedge named 'Basic data partition' already existed, using '04d35a70-5f1b-4535-9580-22e72c805a75'
 [     2.077806] wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100), WRITE DMA FUA, NCQ (32 tags)
 [     2.107806] wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100) (using DMA), NCQ (31 tags)
 [     2.177807] ubt0 at uhub1 port 1
 [     2.207806] ubt0: Realtek (0x13d3) Bluetooth Radio (0x3529), rev 1.10/1.10, addr 1
 [     2.697807] urtwn0 at uhub1 port 2
 [     2.727805] urtwn0: Realtek (0x0bda) 802.11n NIC (0x8179), rev 2.00/0.00, addr 2
 [     2.857807] urtwn0: MAC/BB RTL8188EU, RF 6052 1T1R, address d0:37:45:e7:11:0f
 [     2.887805] urtwn0: 1 rx pipe, 2 tx pipes
 [     2.917805] urtwn0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
 [     2.937805] urtwn0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
 [     3.187806] ahcisata0 port 1: PHY offline
 [     3.467806] uvideo0 at uhub1 port 5 configuration 1 interface 0: Azurewave (0x13d3) USB2.0 VGA UVC WebCam (0x5a11), rev 2.00/17.02, addr 3
 [     3.517806] video0 at uvideo0pool redzone disabled for 'video'
 [     3.547806] : Azurewave (0x13d3) USB2.0 VGA UVC WebCam (0x5a11), rev 2.00/17.02, addr 3
 [     4.037806] ugen0 at uhub1 port 6
 [     4.067805] ugen0: Generic (0x0bda) USB2.0-CRW (0x0129), rev 2.00/39.60, addr 4
 [     4.097805] crypto: assign driver 0, flags 2
 [     4.117805] crypto: driver 0 registers alg 1 flags 0 maxoplen 0
 [     4.147805] crypto: driver 0 registers alg 2 flags 0 maxoplen 0
 [     4.177822] crypto: driver 0 registers alg 3 flags 0 maxoplen 0
 [     4.197805] crypto: driver 0 registers alg 4 flags 0 maxoplen 0
 [     4.227819] crypto: driver 0 registers alg 5 flags 0 maxoplen 0
 [     4.257805] crypto: driver 0 registers alg 26 flags 0 maxoplen 0
 [     4.277817] crypto: driver 0 registers alg 27 flags 0 maxoplen 0
 [     4.307805] crypto: driver 0 registers alg 29 flags 0 maxoplen 0
 [     4.337805] crypto: driver 0 registers alg 33 flags 0 maxoplen 0
 [     4.357805] crypto: driver 0 registers alg 17 flags 0 maxoplen 0
 [     4.387805] crypto: driver 0 registers alg 6 flags 0 maxoplen 0
 [     4.417805] crypto: driver 0 registers alg 19 flags 0 maxoplen 0
 [     4.437805] crypto: driver 0 registers alg 7 flags 0 maxoplen 0
 [     4.467804] crypto: driver 0 registers alg 20 flags 0 maxoplen 0
 [     4.487804] crypto: driver 0 registers alg 15 flags 0 maxoplen 0
 [     4.517804] crypto: driver 0 registers alg 24 flags 0 maxoplen 0
 [     4.547804] crypto: driver 0 registers alg 25 flags 0 maxoplen 0
 [     4.567804] crypto: driver 0 registers alg 8 flags 0 maxoplen 0
 [     4.597804] crypto: driver 0 registers alg 21 flags 0 maxoplen 0
 [     4.627804] crypto: driver 0 registers alg 16 flags 0 maxoplen 0
 [     4.647803] crypto: driver 0 registers alg 9 flags 0 maxoplen 0
 [     4.677803] crypto: driver 0 registers alg 10 flags 0 maxoplen 0
 [     4.707803] crypto: driver 0 registers alg 13 flags 0 maxoplen 0
 [     4.727803] crypto: driver 0 registers alg 14 flags 0 maxoplen 0
 [     4.757803] crypto: driver 0 registers alg 28 flags 0 maxoplen 0
 [     4.787803] crypto: driver 0 registers alg 30 flags 0 maxoplen 0
 [     4.807803] crypto: driver 0 registers alg 31 flags 0 maxoplen 0
 [     4.837803] crypto: driver 0 registers alg 32 flags 0 maxoplen 0
 [     4.867803] crypto: driver 0 registers alg 11 flags 0 maxoplen 0
 [     4.887803] crypto: driver 0 registers alg 18 flags 0 maxoplen 0
 [     4.917803] crypto: driver 0 registers alg 23 flags 0 maxoplen 0
 [     4.947803] crypto: driver 0 registers alg 22 flags 0 maxoplen 0
 [     4.967803] cgd: self-test aes-xts-256
 [     4.997803] cgd: self-test aes-xts-512
 [     5.027803] cgd: self-test aes-cbc-128
 [     5.047803] cgd: self-test aes-cbc-256
 [     5.077803] cgd: self-test 3des-cbc-192
 [     5.097803] cgd: self-test blowfish-cbc-448
 [     5.127803] cgd: self-test aes-cbc-128 (encblkno8)
 [     5.157803] cgd: self-tests passed
 [     5.177803] swwdog0: software watchdog initialized
 [     5.387804] Searching for RAID components...
 [     5.417804] WARNING: 4 errors while detecting hardware; check system log.
 [     5.447804] boot device: wd0
 [     5.467804] root on dk5
 [     5.527804] root file system type: ffs
 [     5.557804] kern.module.path=/stand/amd64/10.0/modules
 [     5.587804] pci_mem_find: void region
 [     5.587804] i915drmkms0: map 5 failed
 [     5.587804] clock: unknown CMOS layout
 [     5.587804] i915drmkms0 {drm:netbsd:i915_driver_probe+0x32d} WOPCM: 1024K
 [     5.618823] i915drmkms0 {drm:netbsd:intel_uc_init_early+0x9c} enable_guc=0 (guc:no submission:no huc:no)
 [     5.618823] {drm:netbsd:i915_gem_init_early+0x67} fake context support initialized
 [     5.618823] pci_mem_find: void region
 [     5.618823] pci_mem_find: void region
 [     5.618823] pci_mem_find: void region
 [     5.618823] pci_mem_find: void region
 [     5.628333] pci_mem_find: void region
 [     5.628333] pci_mem_find: void region
 [     5.628333] pci_mem_find: void region
 [     5.628333] pci_mem_find: void region
 [     5.628333] pci_mem_find: void region
 [     5.628333] pci_mem_find: void region
 [     5.628333] pci_mem_find: void region
 [     5.628333] pci_mem_find: void region
 [     5.628333] i915drmkms0 {drm:netbsd:intel_uncore_init_mmio+0x2b4} unclaimed mmio detected on uncore init, clearing
 [     5.637948] {drm:netbsd:i915_ggtt_probe_hw+0x3bd} GGTT size = 4096M
 [     5.637948] {drm:netbsd:i915_ggtt_probe_hw+0x3db} GMADR size = 256M
 [     5.637948] {drm:netbsd:i915_ggtt_probe_hw+0x404} DSM size = 0M
 [     5.637948] {drm:netbsd:i915_driver_probe+0x649} Initialized 2 GT workarounds on global
 [     5.647889] {drm:netbsd:intel_opregion_setup+0x4c} graphic opregion physical addr: 0x79a8a018
 [     5.647889] {drm:netbsd:intel_opregion_setup+0x142} ACPI OpRegion version 2.0.0
 [     5.647889] {drm:netbsd:intel_opregion_setup+0x166} Public ACPI methods supported
 [     5.647889] {drm:netbsd:intel_opregion_setup+0x413} ASLE supported
 [     5.647889] [drm] couldn't get memory information
 [     5.647889] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 [     5.659169] [drm] Driver supports precise vblank timestamp query.
 [     5.659169] {drm:netbsd:intel_cdclk_init+0x77} Current CDCLK 316800 kHz, VCO 633600 kHz, ref 19200 kHz, bypass 19200 kHz, voltage level 13
 [     5.659169] {drm:netbsd:__intel_display_power_get_domain.part.0+0xab} DDI PHY 1 already enabled, won't reprogram it
 [     5.659169] allocated pic msi3 type edge pin 0 level 6 to cpu0 slot 19 idt entry 104
 [     5.659169] i915drmkms0: interrupting at msi3 vec 0 (i915drmkms0)
 [     5.667836] {drm:netbsd:intel_dump_cdclk_state+0x36} Current CDCLK 79200 kHz, VCO 633600 kHz, ref 19200 kHz, bypass 19200 kHz, voltage level 4
 [     5.667836] {drm:netbsd:intel_update_max_cdclk+0x8d} Max CD clock rate: 316800 kHz
 [     5.667836] {drm:netbsd:intel_modeset_init+0x1992} Max dotclock rate: 633600 kHz
 [     5.687804] {drm:netbsd:intel_rc6_init+0x1c4} BIOS enabled RC states: HW_CTRL off HW_RC6 off SW_TARGET_STATE 4
 [     5.687804] {drm:netbsd:intel_rc6_init+0x233} RC6 Base address not as expected.
 [     5.699015] i915drmkms0: notice: RC6 and powersaving disabled by BIOS
 [     5.699015] {drm:netbsd:intel_engines_init+0x429} Initialized 5 engine workarounds on rcs'0
 [     5.699015] {drm:netbsd:intel_engines_init+0x431} Initialized 5 whitelist workarounds on rcs'0
 [     5.699015] {drm:netbsd:intel_engines_init+0x439} Initialized 11 context workarounds on rcs'0
 [     5.767804] [drm] Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4)
 [     5.807804] {drm:netbsd:intel_engines_driver_register+0x10d} renamed rcs'0 to rcs0
 [     5.818708] {drm:netbsd:intel_engines_driver_register+0x10d} renamed bcs'0 to bcs0
 [     5.818708] {drm:netbsd:intel_engines_driver_register+0x10d} renamed vcs'0 to vcs0
 [     5.818708] {drm:netbsd:intel_engines_driver_register+0x10d} renamed vecs'0 to vecs0
 [     5.818708] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on minor 0
 [     5.857803] intelfb0 at i915drmkms0
 [     5.868311] i915 device info: pciid=0x3184 rev=0x06 platform=GEMINILAKE (subplatform=0x0) gen=9
 [     5.887804] i915 device info: engines: 47
 [     5.917804] i915 device info: gen: 9
 [     5.937803] i915 device info: gt: 0
 [     5.967803] i915 device info: iommu: n/a
 [     5.997803] i915 device info: memory-regions: 5
 [     6.017803] i915 device info: page-sizes: 11000
 [     6.047803] i915 device info: platform: GEMINILAKE
 [     6.067803] i915 device info: ppgtt-size: 48
 [     6.097803] i915 device info: ppgtt-type: 2
 [     6.117803] i915 device info: is_mobile: no
 [     6.147803] i915 device info: is_lp: yes
 [     6.177803] i915 device info: require_force_probe: no
 [     6.197803] i915 device info: is_dgfx: no
 [     6.227803] i915 device info: has_64bit_reloc: yes
 [     6.247803] i915 device info: gpu_reset_clobbers_display: no
 [     6.277803] i915 device info: has_reset_engine: yes
 [     6.307803] i915 device info: has_fpga_dbg: yes
 [     6.327803] i915 device info: has_global_mocs: no
 [     6.357803] i915 device info: has_gt_uc: yes
 [     6.377803] i915 device info: has_l3_dpf: no
 [     6.407803] i915 device info: has_llc: no
 [     6.437803] i915 device info: has_logical_ring_contexts: yes
 [     6.457803] i915 device info: has_logical_ring_elsq: no
 [     6.487803] i915 device info: has_logical_ring_preemption: yes
 [     6.507803] i915 device info: has_pooled_eu: yes
 [     6.537803] i915 device info: has_rc6: yes
 [     6.567803] i915 device info: has_rc6p: no
 [     6.587803] i915 device info: has_rps: yes
 [     6.617803] i915 device info: has_runtime_pm: yes
 [     6.637803] i915 device info: has_snoop: yes
 [     6.667803] i915 device info: has_coherent_ggtt: no
 [     6.697803] i915 device info: unfenced_needs_alignment: no
 [     6.717803] i915 device info: hws_needs_physical: no
 [     6.747803] i915 device info: cursor_needs_physical: no
 [     6.767803] i915 device info: has_csr: yes
 [     6.797803] i915 device info: has_ddi: yes
 [     6.827803] i915 device info: has_dp_mst: yes
 [     6.847803] i915 device info: has_dsb: no
 [     6.877801] i915 device info: has_dsc: no
 [     6.897801] i915 device info: has_fbc: no
 [     6.927801] i915 device info: has_gmch: no
 [     6.947801] i915 device info: has_hdcp: yes
 [     6.977801] i915 device info: has_hotplug: yes
 [     7.007801] i915 device info: has_ipc: yes
 [     7.027801] i915 device info: has_modular_fia: no
 [     7.057801] i915 device info: has_overlay: no
 [     7.077801] i915 device info: has_psr: yes
 [     7.107801] i915 device info: overlay_needs_physical: no
 [     7.137801] i915 device info: supports_tv: no
 [     7.157801] i915 device info: slice total: 1, mask=0001
 [     7.187801] i915 device info: subslice total: 3
 [     7.207801] i915 device info: slice0: 3 subslices, mask=00000007
 [     7.237801] i915 device info: EU total: 18
 [     7.267801] i915 device info: EU per subslice: 6
 [     7.287801] i915 device info: has slice power gating: no
 [     7.317801] i915 device info: has subslice power gating: yes
 [     7.337801] i915 device info: has EU power gating: yes
 [     7.367801] i915 device info: CS timestamp frequency: 19200 kHz
 [     7.397801] [drm] DRM_I915_DEBUG enabled
 [     7.417801] [drm] DRM_I915_DEBUG_GEM enabled
 [     7.447801] intelfb0: framebuffer at 0x90040000, size 1366x768, depth 32, stride 5504
 [     7.517802] max_dotclock according to supported modes: 76420
 [     7.897801] wsdisplay0 at intelfb0 kbdmux 1: console (default, vt100 emulation), using wskbd0
 [     7.967800] wsmux1: connecting to wsdisplay0
 [    16.367795] max_dotclock according to supported modes: 76420
 [    16.367795] wsdisplay0: screen 1 added (default, vt100 emulation)
 [    16.367795] max_dotclock according to supported modes: 76420
 [    16.367795] wsdisplay0: screen 2 added (default, vt100 emulation)
 [    16.367795] max_dotclock according to supported modes: 76420
 [    16.367795] wsdisplay0: screen 3 added (default, vt100 emulation)
 [    16.367795] max_dotclock according to supported modes: 76420
 [    16.367795] wsdisplay0: screen 4 added (default, vt100 emulation)
 [  1056.874094] i915drmkms0: notice: Resetting rcs0 for preemption time out
 [  1056.874094] i915drmkms0: notice: firefox[1585] context reset due to GPU hang
 [  1056.874094] {drm:netbsd:__i915_request_reset+0x47b} context firefox[1585]: guilty 1, banned
 [  1056.874094] {drm:netbsd:__i915_request_reset+0x564} client firefox[1585]: gained 4 ban score, now 4
 [  1061.824127] i915drmkms0: notice: Resetting rcs0 for preemption time out
 [  1061.824127] i915drmkms0: notice: firefox[1585] context reset due to GPU hang
 [  1061.824127] {drm:netbsd:__i915_request_reset+0x47b} context firefox[1585]: guilty 1, banned
 [  1061.824127] {drm:netbsd:__i915_request_reset+0x564} client firefox[1585]: gained 4 ban score, now 8
 [  1062.934133] i915drmkms0: notice: Resetting rcs0 for preemption time out
 [  1062.934133] i915drmkms0: notice: firefox[1585] context reset due to GPU hang
 [  1062.934133] {drm:netbsd:__i915_request_reset+0x47b} context firefox[1585]: guilty 1, banned
 [  1062.934133] {drm:netbsd:__i915_request_reset+0x564} client firefox[1585]: gained 4 ban score, now 12

 --nwjk7ro5wwjsxswn--

From: Taylor R Campbell <riastradh@NetBSD.org>
To: mayuresh@acm.org
Cc: gnats-bugs@NetBSD.org
Subject: Re: port-amd64/57143: Screen rotation causes loss of acceleration on i915
Date: Sun, 9 Jul 2023 22:28:04 +0000

 This is a multi-part message in MIME format.
 --=_iH22Mq8cEGadrlwrn55fhppMX7+AHtfW

 Can you please try with the attached patch on top of a current kernel
 and see if it still reproduces?

 --=_iH22Mq8cEGadrlwrn55fhppMX7+AHtfW
 Content-Type: text/plain; charset="ISO-8859-1"; name="i915rotateremap"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment; filename="i915rotateremap.patch"

 From cdc07f918cec0d2bed86f0ac8d2c1848e9f9dceb Mon Sep 17 00:00:00 2001
 From: Taylor R Campbell <riastradh@NetBSD.org>
 Date: Sun, 9 Jul 2023 22:00:18 +0000
 Subject: [PATCH] WIP: i915: Implement rotate and remap views.

 ---
  .../bsd/drm2/dist/drm/i915/gt/intel_ggtt.c    | 186 ++++++++++++------
  1 file changed, 126 insertions(+), 60 deletions(-)

 diff --git a/sys/external/bsd/drm2/dist/drm/i915/gt/intel_ggtt.c b/sys/exte=
 rnal/bsd/drm2/dist/drm/i915/gt/intel_ggtt.c
 index 4da9f00317c4..044d632a80cb 100644
 --- a/sys/external/bsd/drm2/dist/drm/i915/gt/intel_ggtt.c
 +++ b/sys/external/bsd/drm2/dist/drm/i915/gt/intel_ggtt.c
 @@ -1433,7 +1433,30 @@ void i915_gem_restore_gtt_mappings(struct drm_i915_p=
 rivate *i915)
  		setup_private_pat(ggtt->vm.gt->uncore);
  }
 =20
 -#ifndef __NetBSD__
 +#ifdef __NetBSD__
 +static int
 +ensure_view_dmamap(struct drm_i915_gem_object *obj, struct sg_table *st)
 +{
 +	int ret;
 +
 +	/* XXX KASSERT?  */
 +	if (obj->mm.pages->sgl->sg_dmamap =3D=3D NULL)
 +		return 0;
 +
 +	/* XXX errno NetBSD->Linux */
 +	ret =3D -bus_dmamap_create(obj->base.dev->dmat,
 +	    (bus_size_t)st->nents << PAGE_SHIFT,
 +	    st->nents, PAGE_SIZE, 0, BUS_DMA_NOWAIT,
 +	    &st->sgl->sg_dmamap);
 +	if (ret) {
 +		st->sgl->sg_dmamap =3D NULL;
 +		return ret;
 +	}
 +
 +	st->sgl->sg_dmat =3D obj->base.dev->dmat;
 +	return 0;
 +}
 +#endif
 =20
  static struct scatterlist *
  rotate_pages(struct drm_i915_gem_object *obj, unsigned int offset,
 @@ -1447,18 +1470,43 @@ rotate_pages(struct drm_i915_gem_object *obj, unsig=
 ned int offset,
  	for (column =3D 0; column < width; column++) {
  		src_idx =3D stride * (height - 1) + column + offset;
  		for (row =3D 0; row < height; row++) {
 +#ifdef __NetBSD__
 +			/*
 +			 * XXX Do we need to handle >1-page segments
 +			 * here?
 +			 */
 +			CTASSERT(PAGE_SIZE =3D=3D I915_GTT_PAGE_SIZE);
 +			KASSERTMSG(src_idx <=3D obj->mm.pages->sgl->sg_npgs,
 +			    "src_idx=3D%u npgs=3D%u",
 +			    src_idx, obj->mm.pages->sgl->sg_npgs);
 +			sg->sg_pgs[st->nents] =3D
 +			    obj->mm.pages->sgl->sg_pgs[src_idx / PAGE_SIZE];
 +			if (obj->mm.pages->sgl->sg_dmamap) {
 +				bus_dmamap_t m =3D obj->mm.pages->sgl->sg_dmamap;
 +
 +				KASSERTMSG(src_idx <=3D m->dm_nsegs,
 +				    "src_idx=3D%u dm_nsegs=3D%d",
 +				    src_idx, m->dm_nsegs);
 +				sg->sg_dmamap->dm_segs[st->nents].ds_addr =3D
 +				    m->dm_segs[src_idx / PAGE_SIZE].ds_addr;
 +				sg->sg_dmamap->dm_segs[st->nents].ds_len =3D
 +				    PAGE_SIZE;
 +			}
 +#endif
  			st->nents++;
  			/*
  			 * We don't need the pages, but need to initialize
  			 * the entries so the sg list can be happily traversed.
  			 * The only thing we need are DMA addresses.
  			 */
 +#ifndef __NetBSD__
  			sg_set_page(sg, NULL, I915_GTT_PAGE_SIZE, 0);
  			sg_dma_address(sg) =3D
  				i915_gem_object_get_dma_address(obj, src_idx);
  			sg_dma_len(sg) =3D I915_GTT_PAGE_SIZE;
  			sg =3D sg_next(sg);
  			src_idx -=3D stride;
 +#endif
  		}
  	}
 =20
 @@ -1484,6 +1532,14 @@ intel_rotate_pages(struct intel_rotation_info *rot_i=
 nfo,
  	if (ret)
  		goto err_sg_alloc;
 =20
 +#ifdef __NetBSD__
 +	ret =3D ensure_view_dmamap(obj, st);
 +	if (ret) {
 +		sg_free_table(st);
 +		goto err_sg_alloc;
 +	}
 +#endif
 +
  	st->nents =3D 0;
  	sg =3D st->sgl;
 =20
 @@ -1493,6 +1549,10 @@ intel_rotate_pages(struct intel_rotation_info *rot_i=
 nfo,
  				  rot_info->plane[i].stride, st, sg);
  	}
 =20
 +#ifdef __NetBSD__
 +	KASSERTMSG(st->nents =3D=3D size, "nents=3D%u size=3D%u", st->nents, size=
 );
 +#endif
 +
  	return st;
 =20
  err_sg_alloc:
 @@ -1513,6 +1573,7 @@ remap_pages(struct drm_i915_gem_object *obj, unsigned=
  int offset,
  {
  	unsigned int row;
 =20
 +	/* height pages */
  	for (row =3D 0; row < height; row++) {
  		unsigned int left =3D width * I915_GTT_PAGE_SIZE;
 =20
 @@ -1530,12 +1591,38 @@ remap_pages(struct drm_i915_gem_object *obj, unsign=
 ed int offset,
 =20
  			length =3D min(left, length);
 =20
 +#ifdef __NetBSD__
 +			/*
 +			 * XXX Do we need to handle >1-page segments
 +			 * here?
 +			 */
 +			KASSERTMSG(length <=3D PAGE_SIZE, "length=3D%u", length);
 +			KASSERTMSG(offset <=3D obj->mm.pages->sgl->sg_npgs,
 +			    "offset=3D%u npgs=3D%u",
 +			    offset, obj->mm.pages->sgl->sg_npgs);
 +			sg->sg_pgs[st->nents] =3D
 +			    obj->mm.pages->sgl->sg_pgs[offset / PAGE_SIZE];
 +			if (obj->mm.pages->sgl->sg_dmamap) {
 +				bus_dmamap_t m =3D obj->mm.pages->sgl->sg_dmamap;
 +
 +				KASSERTMSG(offset <=3D m->dm_nsegs,
 +				    "offset=3D%u dm_nsegs=3D%d",
 +				    offset, m->dm_nsegs);
 +				sg->sg_dmamap->dm_segs[st->nents].ds_addr =3D
 +				    addr;
 +				sg->sg_dmamap->dm_segs[st->nents].ds_len =3D
 +				    length;
 +			}
 +#endif
 +
  			st->nents++;
 =20
 +#ifndef __NetBSD__
  			sg_set_page(sg, NULL, length, 0);
  			sg_dma_address(sg) =3D addr;
  			sg_dma_len(sg) =3D length;
  			sg =3D sg_next(sg);
 +#endif
 =20
  			offset +=3D length / I915_GTT_PAGE_SIZE;
  			left -=3D length;
 @@ -1566,6 +1653,14 @@ intel_remap_pages(struct intel_remapped_info *rem_in=
 fo,
  	if (ret)
  		goto err_sg_alloc;
 =20
 +#ifdef __NetBSD__
 +	ret =3D ensure_view_dmamap(obj, st);
 +	if (ret) {
 +		sg_free_table(st);
 +		goto err_sg_alloc;
 +	}
 +#endif
 +
  	st->nents =3D 0;
  	sg =3D st->sgl;
 =20
 @@ -1575,6 +1670,10 @@ intel_remap_pages(struct intel_remapped_info *rem_in=
 fo,
  				 rem_info->plane[i].stride, st, sg);
  	}
 =20
 +#ifdef __NetBSD__
 +	KASSERTMSG(st->nents =3D=3D size, "nents=3D%u size=3D%u", st->nents, size=
 );
 +#endif
 +
  	i915_sg_trim(st);
 =20
  	return st;
 @@ -1589,15 +1688,36 @@ err_st_alloc:
  	return ERR_PTR(ret);
  }
 =20
 -#endif	/* __NetBSD__ */
 -
  static noinline struct sg_table *
  intel_partial_pages(const struct i915_ggtt_view *view,
  		    struct drm_i915_gem_object *obj)
  {
 +	struct sg_table *st;
 +	struct scatterlist *sg, *iter;
 +	unsigned int count =3D view->partial.size;
 +	unsigned int offset;
 +	int ret;
 +
 +	st =3D kmalloc(sizeof(*st), GFP_KERNEL);
 +	if (!st) {
 +		ret =3D -ENOMEM;
 +		goto err_st_alloc;
 +	}
 +
 +	ret =3D sg_alloc_table(st, count, GFP_KERNEL);
 +	if (ret)
 +		goto err_sg_alloc;
 +
  #ifdef __NetBSD__
 -	struct sg_table *st =3D NULL;
 -	int ret =3D -ENOMEM;
 +	__USE(sg);
 +	__USE(iter);
 +	__USE(offset);
 +
 +	ret =3D ensure_view_dmamap(obj, st);
 +	if (ret) {
 +		sg_free_table(st);
 +		goto err_sg_alloc;
 +	}
 =20
  	KASSERTMSG(view->partial.offset <=3D obj->base.size >> PAGE_SHIFT,
  	    "obj=3D%p size=3D0x%zx; view offset=3D0x%zx size=3D0x%zx",
 @@ -1615,29 +1735,6 @@ intel_partial_pages(const struct i915_ggtt_view *vie=
 w,
  	KASSERTMSG(view->partial.size <=3D INT_MAX, "view size=3D0x%zx",
  	    (size_t)view->partial.size);
 =20
 -	st =3D kmalloc(sizeof(*st), GFP_KERNEL);
 -	if (st =3D=3D NULL)
 -		goto fail;
 -	ret =3D sg_alloc_table(st, view->partial.size, GFP_KERNEL);
 -	if (ret) {
 -		kfree(st);
 -		st =3D NULL;
 -		goto fail;
 -	}
 -
 -	/* XXX errno NetBSD->Linux */
 -	if (obj->mm.pages->sgl->sg_dmamap) { /* XXX KASSERT?  */
 -		ret =3D -bus_dmamap_create(obj->base.dev->dmat,
 -		    (bus_size_t)view->partial.size << PAGE_SHIFT,
 -		    view->partial.size, PAGE_SIZE, 0, BUS_DMA_NOWAIT,
 -		    &st->sgl->sg_dmamap);
 -		if (ret) {
 -			st->sgl->sg_dmamap =3D NULL;
 -			goto fail;
 -		}
 -		st->sgl->sg_dmat =3D obj->base.dev->dmat;
 -	}
 -
  	/*
  	 * Copy over the pages.  The view's offset and size are in
  	 * units of pages already.
 @@ -1690,31 +1787,8 @@ intel_partial_pages(const struct i915_ggtt_view *vie=
 w,
  		}
  	}
 =20
 -	/* Success!  */
  	return st;
 -
 -fail:	if (st) {
 -		sg_free_table(st);
 -		kfree(st);
 -	}
 -	return ERR_PTR(ret);
  #else
 -	struct sg_table *st;
 -	struct scatterlist *sg, *iter;
 -	unsigned int count =3D view->partial.size;
 -	unsigned int offset;
 -	int ret;
 -
 -	st =3D kmalloc(sizeof(*st), GFP_KERNEL);
 -	if (!st) {
 -		ret =3D -ENOMEM;
 -		goto err_st_alloc;
 -	}
 -
 -	ret =3D sg_alloc_table(st, count, GFP_KERNEL);
 -	if (ret)
 -		goto err_sg_alloc;
 -
  	iter =3D i915_gem_object_get_sg(obj, view->partial.offset, &offset);
  	GEM_BUG_ON(!iter);
 =20
 @@ -1743,12 +1817,12 @@ fail:	if (st) {
  		iter =3D __sg_next(iter);
  		offset =3D 0;
  	} while (1);
 +#endif
 =20
  err_sg_alloc:
  	kfree(st);
  err_st_alloc:
  	return ERR_PTR(ret);
 -#endif	/* __NetBSD__ */
  }
 =20
  static int
 @@ -1773,21 +1847,13 @@ i915_get_ggtt_vma_pages(struct i915_vma *vma)
  		return 0;
 =20
  	case I915_GGTT_VIEW_ROTATED:
 -#ifdef __NetBSD__
 -		vma->pages =3D ERR_PTR(-ENODEV);
 -#else
  		vma->pages =3D
  			intel_rotate_pages(&vma->ggtt_view.rotated, vma->obj);
 -#endif
  		break;
 =20
  	case I915_GGTT_VIEW_REMAPPED:
 -#ifdef __NetBSD__
 -		vma->pages =3D ERR_PTR(-ENODEV);
 -#else
  		vma->pages =3D
  			intel_remap_pages(&vma->ggtt_view.remapped, vma->obj);
 -#endif
  		break;
 =20
  	case I915_GGTT_VIEW_PARTIAL:

 --=_iH22Mq8cEGadrlwrn55fhppMX7+AHtfW--

State-Changed-From-To: open->feedback
State-Changed-By: riastradh@NetBSD.org
State-Changed-When: Tue, 18 Jul 2023 22:28:33 +0000
State-Changed-Why:
feedback requested with patch


From: Mayuresh <mayuresh@acm.org>
To: Taylor R Campbell <riastradh@NetBSD.org>
Cc: gnats-bugs@NetBSD.org
Subject: Re: port-amd64/57143: Screen rotation causes loss of acceleration on
 i915
Date: Thu, 20 Jul 2023 11:30:27 +0530

 There was offline conversation with Taylor.

 The shared patch did not solve the loss of acceleration when rotated.

 dmesg.boot and Xorg.0.log (post patch) is shared offline.

 -- 
 Mayuresh

State-Changed-From-To: feedback->open
State-Changed-By: riastradh@NetBSD.org
State-Changed-When: Sun, 06 Aug 2023 06:56:57 +0000
State-Changed-Why:
feedback received, sorry for the excessive reminders


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.47 2022/09/11 19:34:41 kim Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2023 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.