You are not logged in.

#1 2019-09-11 15:31:12

Funjando
Member
Registered: 2019-09-10
Posts: 6

i3 gaps loads into a black screen with a few random colors

Hi everyone,

I'm trying to get i3 gaps up and running on a fresh arch install. When I type startx it takes me to a black screen with a blue bordered black box around the center of the screen, a tiny blue rectangle in the bottom right corner, and a long horizontal line of red quotation marks in the bottom right third of my screen. Also it appears to be completely unresponsive. I have tried all a bunch of the default commands as well as alternate MOD keys.

I installed the i3 group, xorg-server, and xorg-xinit with pacman. I copied .xinitrc to my home directory and replaced the contents with

exec i3

The screen i get after typing startx and entering i3 gaps looks like a graphically messed up version of what i understand the i3 first time screen is supposed to look like.

I have an Intel (R) Core(TM) i5-4260U CPU. On the Arch wiki Intel CPUs page is says they are essentially plug and play, but i also can't find my cpu in the wikipedia article they link as a list of all cpus. So quite confused.



EDIT: Just tried to open it again and received an error telling me

 xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error

Also to check the logs

/.local/share/xorg/Xorg.0.log

Its quite long but something that seems relevant is

[    1158.647] (WW) The directory "/usr/share/fonts/misc" does not exist.
          [    1158.647]           Entry deleted from font path. 

There are another 5 entries exactly like it but replace "/fonts/misc" with /fonts/TTF and /fonts/OTF and /fonts/Type1 and /fonts/100dpi and /fonts/75dpi


Thanks in advance and let me know if you need any more information!

Offline

#2 2019-09-11 15:38:04

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

Re: i3 gaps loads into a black screen with a few random colors

Funjando wrote:

I copied .xinitrc to my home directory and replaced the contents with

exec i3

Please see the second note from Xinit#xinitrc and restore at least that block to .xinitrc.

Funjando wrote:

/.local/share/xorg/Xorg.0.log

Its quite long but something that seems relevant is

[    1158.647] (WW) The directory "/usr/share/fonts/misc" does not exist.
          [    1158.647]           Entry deleted from font path. 

https://bbs.archlinux.org/viewtopic.php?id=57855
You can post the entire log from the console using the tip box from pastebin.
Edit:
Please also post the contents of dmesg.

Last edited by loqs (2019-09-11 15:39:05)

Offline

#3 2019-09-11 17:52:00

Funjando
Member
Registered: 2019-09-10
Posts: 6

Re: i3 gaps loads into a black screen with a few random colors

Hi,

I copied over the original, commented out the programs it had and added exec i3. This is what it looks like now.

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then







    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

#twm &
#xclock -geometry 50x50-1+1 &
#xterm -geometry 80x50+494+51 &
#xterm -geometry 80x20+494-0 &
#exec xterm -geometry 80x66+0+0 -name login
exec i3 

Log file

[  9739.116] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  9739.117] 
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
[  9739.119] Build Operating System: Linux Arch Linux
[  9739.120] Current Operating System: Linux SpookyAAir 5.2.13-arch1-1-ARCH #1 SMP PREEMPT Fri Sep 6 17:52:33 UTC 2019 x86_64
[  9739.120] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda4
[  9739.122] Build Date: 30 June 2019  09:52:01AM
[  9739.122]  
[  9739.123] Current version of pixman: 0.38.4
[  9739.125] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  9739.125] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  9739.128] (==) Log file: "/home/andreas/.local/share/xorg/Xorg.0.log", Time: Wed Sep 11 19:31:27 2019
[  9739.129] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  9739.129] (==) No Layout section.  Using the first Screen section.
[  9739.129] (==) No screen section available. Using defaults.
[  9739.129] (**) |-->Screen "Default Screen Section" (0)
[  9739.129] (**) |   |-->Monitor "<default monitor>"
[  9739.130] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  9739.130] (==) Automatically adding devices
[  9739.130] (==) Automatically enabling devices
[  9739.130] (==) Automatically adding GPU devices
[  9739.130] (==) Automatically binding GPU devices
[  9739.130] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  9739.130] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  9739.130] 	Entry deleted from font path.
[  9739.130] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  9739.130] 	Entry deleted from font path.
[  9739.130] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  9739.130] 	Entry deleted from font path.
[  9739.130] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  9739.130] 	Entry deleted from font path.
[  9739.130] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  9739.130] 	Entry deleted from font path.
[  9739.130] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  9739.130] 	Entry deleted from font path.
[  9739.130] (==) FontPath set to:
	
[  9739.130] (==) ModulePath set to "/usr/lib/xorg/modules"
[  9739.130] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  9739.130] (II) Module ABI versions:
[  9739.130] 	X.Org ANSI C Emulation: 0.4
[  9739.130] 	X.Org Video Driver: 24.0
[  9739.130] 	X.Org XInput driver : 24.1
[  9739.130] 	X.Org Server Extension : 10.0
[  9739.130] (++) using VT number 1

[  9739.132] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  9739.132] (II) xfree86: Adding drm device (/dev/dri/card0)
[  9739.133] (EE) systemd-logind: failed to take device /dev/dri/card0: Operation not permitted
[  9739.145] (--) PCI:*(0@0:2:0) 8086:0a26:106b:011b rev 9, Mem @ 0xb0000000/4194304, 0xa0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[  9739.145] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  9739.145] (II) LoadModule: "glx"
[  9739.145] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  9739.147] (II) Module glx: vendor="X.Org Foundation"
[  9739.147] 	compiled for 1.20.5, module version = 1.0.0
[  9739.147] 	ABI class: X.Org Server Extension, version 10.0
[  9739.147] (==) Matched intel as autoconfigured driver 0
[  9739.147] (==) Matched modesetting as autoconfigured driver 1
[  9739.147] (==) Matched fbdev as autoconfigured driver 2
[  9739.147] (==) Matched vesa as autoconfigured driver 3
[  9739.147] (==) Assigned the driver to the xf86ConfigLayout
[  9739.147] (II) LoadModule: "intel"
[  9739.147] (WW) Warning, couldn't open module intel
[  9739.147] (EE) Failed to load module "intel" (module does not exist, 0)
[  9739.147] (II) LoadModule: "modesetting"
[  9739.148] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  9739.148] (II) Module modesetting: vendor="X.Org Foundation"
[  9739.148] 	compiled for 1.20.5, module version = 1.20.5
[  9739.148] 	Module class: X.Org Video Driver
[  9739.148] 	ABI class: X.Org Video Driver, version 24.0
[  9739.148] (II) LoadModule: "fbdev"
[  9739.148] (WW) Warning, couldn't open module fbdev
[  9739.148] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  9739.148] (II) LoadModule: "vesa"
[  9739.148] (WW) Warning, couldn't open module vesa
[  9739.148] (EE) Failed to load module "vesa" (module does not exist, 0)
[  9739.148] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  9739.158] (II) modeset(0): using drv /dev/dri/card0
[  9739.159] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  9739.159] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  9739.159] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  9739.159] (==) modeset(0): RGB weight 888
[  9739.159] (==) modeset(0): Default visual is TrueColor
[  9739.159] (II) Loading sub module "glamoregl"
[  9739.159] (II) LoadModule: "glamoregl"
[  9739.159] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  9739.164] (II) Module glamoregl: vendor="X.Org Foundation"
[  9739.164] 	compiled for 1.20.5, module version = 1.0.1
[  9739.164] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  9739.182] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) Haswell Mobile 
[  9739.182] (II) modeset(0): glamor initialized
[  9739.183] (II) modeset(0): Output eDP-1 has no monitor section
[  9739.183] (II) modeset(0): Output DP-1 has no monitor section
[  9739.361] (II) modeset(0): Output HDMI-1 has no monitor section
[  9739.361] (II) modeset(0): Output DP-2 has no monitor section
[  9739.541] (II) modeset(0): Output HDMI-2 has no monitor section
[  9739.543] (II) modeset(0): EDID for output eDP-1
[  9739.543] (II) modeset(0): Manufacturer: APP  Model: 9cf0  Serial#: 0
[  9739.543] (II) modeset(0): Year: 2012  Week: 17
[  9739.543] (II) modeset(0): EDID Version: 1.4
[  9739.543] (II) modeset(0): Digital Display Input
[  9739.543] (II) modeset(0): 6 bits per channel
[  9739.543] (II) modeset(0): Digital interface is DisplayPort
[  9739.543] (II) modeset(0): Max Image Size [cm]: horiz.: 29  vert.: 18
[  9739.543] (II) modeset(0): Gamma: 2.20
[  9739.543] (II) modeset(0): No DPMS capabilities specified
[  9739.543] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[  9739.543] (II) modeset(0): First detailed timing is preferred mode
[  9739.543] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[  9739.543] (II) modeset(0): redX: 0.593 redY: 0.342   greenX: 0.331 greenY: 0.573
[  9739.543] (II) modeset(0): blueX: 0.152 blueY: 0.133   whiteX: 0.313 whiteY: 0.329
[  9739.543] (II) modeset(0): Manufacturer's mask: 0
[  9739.543] (II) modeset(0): Supported detailed timing:
[  9739.543] (II) modeset(0): clock: 88.9 MHz   Image Size:  30 x 179 mm
[  9739.543] (II) modeset(0): h_active: 1440  h_sync: 1488  h_sync_end 1520 h_blank_end 1600 h_border: 0
[  9739.543] (II) modeset(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 926 v_border: 0
[  9739.543] (II) modeset(0):  LSN133BT01A02
[  9739.543] (II) modeset(0): Monitor name: Color LCD
[  9739.543] (II) modeset(0): EDID (in hex):
[  9739.543] (II) modeset(0): 	00ffffffffffff000610f09c00000000
[  9739.543] (II) modeset(0): 	11160104951d127802ef059757549227
[  9739.543] (II) modeset(0): 	22505400000001010101010101010101
[  9739.543] (II) modeset(0): 	010101010101b922a0a050841a303020
[  9739.543] (II) modeset(0): 	36001eb3000000180000001000000000
[  9739.543] (II) modeset(0): 	00000000000000000000000000fe004c
[  9739.543] (II) modeset(0): 	534e31333342543031413032000000fc
[  9739.543] (II) modeset(0): 	00436f6c6f72204c43440a2020200009
[  9739.543] (WW) modeset(0): Output eDP-1: Strange aspect ratio (30/179), consider adding a quirk
[  9739.543] (II) modeset(0): Printing probed modes for output eDP-1
[  9739.543] (II) modeset(0): Modeline "1440x900"x60.0   88.89  1440 1488 1520 1600  900 903 909 926 -hsync -vsync (55.6 kHz eP)
[  9739.543] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[  9739.543] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[  9739.543] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[  9739.543] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[  9739.543] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[  9739.543] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[  9739.543] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[  9739.543] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[  9739.543] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[  9739.543] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[  9739.543] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  9739.543] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  9739.543] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  9739.543] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  9739.543] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  9739.543] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  9739.543] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  9739.543] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  9739.543] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  9739.543] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  9739.543] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  9739.543] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  9739.543] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  9739.543] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  9739.543] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  9739.543] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  9739.543] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  9739.543] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  9739.543] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  9739.543] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  9739.543] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  9739.543] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  9739.543] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  9739.543] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  9739.543] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  9739.543] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  9739.543] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  9739.543] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  9739.543] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  9739.543] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  9739.543] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  9739.543] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  9739.543] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  9739.543] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  9739.543] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  9739.543] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  9739.543] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  9739.543] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  9739.543] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  9739.543] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  9739.543] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  9739.543] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  9739.543] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  9739.543] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  9739.543] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  9739.543] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  9739.544] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  9739.544] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  9739.544] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  9739.544] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  9739.544] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  9739.544] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  9739.544] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  9739.544] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  9739.544] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  9739.544] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  9739.544] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  9739.544] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  9739.544] (II) modeset(0): EDID for output DP-1
[  9739.724] (II) modeset(0): EDID for output HDMI-1
[  9739.725] (II) modeset(0): EDID for output DP-2
[  9739.904] (II) modeset(0): EDID for output HDMI-2
[  9739.905] (II) modeset(0): Output eDP-1 connected
[  9739.905] (II) modeset(0): Output DP-1 disconnected
[  9739.905] (II) modeset(0): Output HDMI-1 disconnected
[  9739.905] (II) modeset(0): Output DP-2 disconnected
[  9739.905] (II) modeset(0): Output HDMI-2 disconnected
[  9739.905] (II) modeset(0): Using exact sizes for initial modes
[  9739.905] (II) modeset(0): Output eDP-1 using initial mode 1440x900 +0+0
[  9739.905] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  9739.905] (==) modeset(0): DPI set to (96, 96)
[  9739.905] (II) Loading sub module "fb"
[  9739.905] (II) LoadModule: "fb"
[  9739.905] (II) Loading /usr/lib/xorg/modules/libfb.so
[  9739.905] (II) Module fb: vendor="X.Org Foundation"
[  9739.905] 	compiled for 1.20.5, module version = 1.0.0
[  9739.905] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  9739.905] (EE) modeset(0): drmSetMaster failed: Permission denied
[  9739.905] (EE) 
Fatal server error:
[  9739.905] (EE) AddScreen/ScreenInit failed for driver 0
[  9739.905] (EE) 
[  9739.905] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  9739.905] (EE) 
[  9739.912] (EE) Server terminated with error (1). Closing log file.

dmesg

[    0.000000] Linux version 5.2.13-arch1-1-ARCH (builduser@heftig-49962) (gcc version 9.1.0 (GCC)) #1 SMP PREEMPT Fri Sep 6 17:52:33 UTC 2019
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda4
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    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-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008cd13fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008cd14000-0x000000008cd52fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008cd53000-0x000000008cd63fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008cd64000-0x000000008cd8efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008cd8f000-0x000000008ce38fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ce39000-0x000000008ce8efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008ce8f000-0x000000008ced0fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ced1000-0x000000008cefefff] type 20
[    0.000000] BIOS-e820: [mem 0x000000008ceff000-0x000000008cf83fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008cf84000-0x000000008cfeffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008cff0000-0x000000008cffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000008d000000-0x000000008f9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffe10000-0x00000000ffe3ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000016f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v1.10 by Apple
[    0.000000] efi:  ACPI=0x8cd8e000  ACPI 2.0=0x8cd8e014  SMBIOS=0x8cd15000 
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Apple Inc. MacBookAir6,2/Mac-7DF21CB3ED6977E5, BIOS 110.0.0.0.0 09/17/2018
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2000.055 MHz processor
[    0.000118] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000121] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000134] last_pfn = 0x16f600 max_arch_pfn = 0x400000000
[    0.000141] MTRR default type: write-back
[    0.000142] MTRR fixed ranges enabled:
[    0.000145]   00000-9FFFF write-back
[    0.000146]   A0000-BFFFF uncachable
[    0.000148]   C0000-DFFFF write-protect
[    0.000149]   E0000-FFFFF uncachable
[    0.000150] MTRR variable ranges enabled:
[    0.000153]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000155]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000157]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.000158]   3 base 008E000000 mask 7FFE000000 uncachable
[    0.000160]   4 base 008D800000 mask 7FFF800000 uncachable
[    0.000161]   5 disabled
[    0.000162]   6 disabled
[    0.000163]   7 disabled
[    0.000164]   8 disabled
[    0.000165]   9 disabled
[    0.001569] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001848] last_pfn = 0x8d000 max_arch_pfn = 0x400000000
[    0.021111] check: Scanning 1 areas for low memory corruption
[    0.021118] Using GB pages for direct mapping
[    0.021121] BRK [0x10d001000, 0x10d001fff] PGTABLE
[    0.021124] BRK [0x10d002000, 0x10d002fff] PGTABLE
[    0.021126] BRK [0x10d003000, 0x10d003fff] PGTABLE
[    0.021178] BRK [0x10d004000, 0x10d004fff] PGTABLE
[    0.021180] BRK [0x10d005000, 0x10d005fff] PGTABLE
[    0.021395] BRK [0x10d006000, 0x10d006fff] PGTABLE
[    0.021472] BRK [0x10d007000, 0x10d007fff] PGTABLE
[    0.021657] BRK [0x10d008000, 0x10d008fff] PGTABLE
[    0.022058] Secure boot could not be determined
[    0.022060] RAMDISK: [mem 0x36e4f000-0x3771efff]
[    0.022067] ACPI: Early table checksum verification disabled
[    0.022072] ACPI: RSDP 0x000000008CD8E014 000024 (v02 APPLE )
[    0.022077] ACPI: XSDT 0x000000008CD8E1C0 00009C (v01 APPLE  Apple00  00000000      01000013)
[    0.022087] ACPI: FACP 0x000000008CD8C000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
[    0.022096] ACPI: DSDT 0x000000008CD7F000 007C21 (v03 APPLE  MacBookA 00060001 INTL 20100915)
[    0.022101] ACPI: FACS 0x000000008CD1C000 000040
[    0.022105] ACPI: FACS 0x000000008CD1C000 000040
[    0.022109] ACPI: HPET 0x000000008CD8B000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.022114] ACPI: APIC 0x000000008CD8A000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
[    0.022119] ACPI: SBST 0x000000008CD88000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.022124] ACPI: ECDT 0x000000008CD87000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.022129] ACPI: SSDT 0x000000008CD7E000 00010B (v01 APPLE  SataAhci 00001000 INTL 20100915)
[    0.022134] ACPI: SSDT 0x000000008CD7D000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20100915)
[    0.022139] ACPI: SSDT 0x000000008CD7A000 000E15 (v01 APPLE  SDUsbLpt 00001000 INTL 20100915)
[    0.022144] ACPI: SSDT 0x000000008CD76000 000032 (v01 APPLE  SsdtS3   00001000 INTL 20100915)
[    0.022149] ACPI: SSDT 0x000000008CD74000 001EB7 (v01 APPLE  PcieTbt  00001000 INTL 20100915)
[    0.022154] ACPI: SSDT 0x000000008CD67000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20100915)
[    0.022158] ACPI: SSDT 0x000000008CD66000 0005A5 (v01 PmRef  Cpu0Ist  00003000 INTL 20100915)
[    0.022163] ACPI: SSDT 0x000000008CD65000 000B83 (v01 PmRef  CpuPm    00003000 INTL 20100915)
[    0.022168] ACPI: DMAR 0x000000008CD64000 000088 (v01 APPLE  HSW      00000001 AAPL 00000001)
[    0.022173] ACPI: MCFG 0x000000008CD89000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.022184] ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
[    0.022188] ACPI: Local APIC address 0xfee00000
[    0.022316] No NUMA configuration found
[    0.022317] Faking a node at [mem 0x0000000000000000-0x000000016f5fffff]
[    0.022323] NODE_DATA(0) allocated [mem 0x16f5fc000-0x16f5fffff]
[    0.022353] Zone ranges:
[    0.022354]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.022357]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.022358]   Normal   [mem 0x0000000100000000-0x000000016f5fffff]
[    0.022360]   Device   empty
[    0.022361] Movable zone start for each node
[    0.022363] Early memory node ranges
[    0.022364]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.022366]   node   0: [mem 0x0000000000059000-0x000000000008efff]
[    0.022367]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.022368]   node   0: [mem 0x0000000000100000-0x000000008cd13fff]
[    0.022370]   node   0: [mem 0x000000008cd53000-0x000000008cd63fff]
[    0.022371]   node   0: [mem 0x000000008cd8f000-0x000000008ce38fff]
[    0.022372]   node   0: [mem 0x000000008ce8f000-0x000000008ced0fff]
[    0.022373]   node   0: [mem 0x000000008ceff000-0x000000008cf83fff]
[    0.022374]   node   0: [mem 0x000000008cff0000-0x000000008cffffff]
[    0.022375]   node   0: [mem 0x0000000100000000-0x000000016f5fffff]
[    0.022496] Zeroed struct page in unavailable ranges: 12733 pages
[    0.022499] Initmem setup node 0 [mem 0x0000000000001000-0x000000016f5fffff]
[    0.022502] On node 0 totalpages: 1033283
[    0.022504]   DMA zone: 64 pages used for memmap
[    0.022505]   DMA zone: 25 pages reserved
[    0.022506]   DMA zone: 3997 pages, LIFO batch:0
[    0.022595]   DMA32 zone: 8955 pages used for memmap
[    0.022597]   DMA32 zone: 573094 pages, LIFO batch:63
[    0.036452]   Normal zone: 7128 pages used for memmap
[    0.036454]   Normal zone: 456192 pages, LIFO batch:63
[    0.045602] Reserving Intel graphics memory at [mem 0x8da00000-0x8f9fffff]
[    0.045801] ACPI: PM-Timer IO Port: 0x1808
[    0.045805] ACPI: Local APIC address 0xfee00000
[    0.045816] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.045817] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.045818] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.045819] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.045820] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.045821] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.045823] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.045824] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.045837] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    0.045841] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.045843] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.045845] ACPI: IRQ0 used by override.
[    0.045847] ACPI: IRQ9 used by override.
[    0.045850] Using ACPI (MADT) for SMP configuration information
[    0.045853] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.045859] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.045894] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.045897] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.045900] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.045903] PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
[    0.045904] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.045907] PM: Registered nosave memory: [mem 0x8cd14000-0x8cd52fff]
[    0.045910] PM: Registered nosave memory: [mem 0x8cd64000-0x8cd8efff]
[    0.045913] PM: Registered nosave memory: [mem 0x8ce39000-0x8ce8efff]
[    0.045915] PM: Registered nosave memory: [mem 0x8ced1000-0x8cefefff]
[    0.045918] PM: Registered nosave memory: [mem 0x8cf84000-0x8cfeffff]
[    0.045921] PM: Registered nosave memory: [mem 0x8d000000-0x8f9fffff]
[    0.045922] PM: Registered nosave memory: [mem 0x8fa00000-0xe00f7fff]
[    0.045923] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[    0.045924] PM: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
[    0.045925] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.045927] PM: Registered nosave memory: [mem 0xfed20000-0xffe0ffff]
[    0.045928] PM: Registered nosave memory: [mem 0xffe10000-0xffe3ffff]
[    0.045929] PM: Registered nosave memory: [mem 0xffe40000-0xffffffff]
[    0.045932] [mem 0x8fa00000-0xe00f7fff] available for PCI devices
[    0.045936] Booting paravirtualized kernel on bare hardware
[    0.045940] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.235928] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.236264] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u524288
[    0.236277] pcpu-alloc: s184320 r8192 d28672 u524288 alloc=1*2097152
[    0.236278] pcpu-alloc: [0] 0 1 2 3 
[    0.236313] Built 1 zonelists, mobility grouping on.  Total pages: 1017111
[    0.236314] Policy zone: Normal
[    0.236317] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda4
[    0.242980] Calgary: detecting Calgary via BIOS EBDA area
[    0.242982] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.258727] Memory: 3779328K/4133132K available (12291K kernel code, 1319K rwdata, 3904K rodata, 1608K init, 3616K bss, 353804K reserved, 0K cma-reserved)
[    0.258935] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.258954] Kernel/User page tables isolation: enabled
[    0.258976] ftrace: allocating 37399 entries in 147 pages
[    0.285910] rcu: Preemptible hierarchical RCU implementation.
[    0.285912] rcu: 	CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.285912] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.285914] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.285915] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.285916] 	Tasks RCU enabled.
[    0.285918] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.285919] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.288959] NR_IRQS: 20736, nr_irqs: 728, preallocated irqs: 16
[    0.289205] rcu: 	Offload RCU callbacks from CPUs: (none).
[    0.289306] random: get_random_bytes called from start_kernel+0x37e/0x559 with crng_init=0
[    0.289344] Console: colour dummy device 80x25
[    0.289351] printk: console [tty0] enabled
[    0.289383] ACPI: Core revision 20190509
[    0.289675] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.289685] hpet clockevent registered
[    0.289691] APIC: Switch to symmetric I/O mode setup
[    0.289694] DMAR: Host address width 39
[    0.289695] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.289703] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[    0.289705] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.289710] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[    0.289712] DMAR: RMRR base: 0x0000008d800000 end: 0x0000008f9fffff
[    0.289715] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.289716] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.289717] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.290356] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.290357] x2apic enabled
[    0.290364] Switched APIC routing to cluster x2apic.
[    0.291089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.306360] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1cd4623ffd2, max_idle_ns: 440795252126 ns
[    0.306367] Calibrating delay loop (skipped), value calculated using timer frequency.. 4001.78 BogoMIPS (lpj=6666850)
[    0.306370] pid_max: default: 32768 minimum: 301
[    0.328074] LSM: Security Framework initializing
[    0.328081] Yama: becoming mindful.
[    0.329005] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.329468] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.329499] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.329517] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.329756] *** VALIDATE proc ***
[    0.329833] *** VALIDATE cgroup1 ***
[    0.329835] *** VALIDATE cgroup2 ***
[    0.329912] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.329931] process: using mwait in idle threads
[    0.329935] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.329937] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.329938] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.329940] Spectre V2 : Mitigation: Full generic retpoline
[    0.329941] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.329942] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.329946] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.329947] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.329948] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.329953] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.330250] Freeing SMP alternatives memory: 32K
[    0.332074] TSC deadline timer enabled
[    0.332077] smpboot: CPU0: Intel(R) Core(TM) i5-4260U CPU @ 1.40GHz (family: 0x6, model: 0x45, stepping: 0x1)
[    0.349708] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.349743] ... version:                3
[    0.349744] ... bit width:              48
[    0.349745] ... generic registers:      4
[    0.349747] ... value mask:             0000ffffffffffff
[    0.349748] ... max period:             00007fffffffffff
[    0.349749] ... fixed-purpose events:   3
[    0.349750] ... event mask:             000000070000000f
[    0.356380] rcu: Hierarchical SRCU implementation.
[    0.379891] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.386378] smp: Bringing up secondary CPUs ...
[    0.426386] x86: Booting SMP configuration:
[    0.426388] .... node  #0, CPUs:      #1 #2
[    0.466991] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.506390]  #3
[    0.506956] smp: Brought up 1 node, 4 CPUs
[    0.506956] smpboot: Max logical packages: 1
[    0.506956] smpboot: Total of 4 processors activated (16006.12 BogoMIPS)
[    0.509978] devtmpfs: initialized
[    0.509978] x86/mm: Memory block size: 128MB
[    0.510407] PM: Registering ACPI NVS region [mem 0x8cd14000-0x8cd52fff] (258048 bytes)
[    0.510407] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.510407] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.510407] pinctrl core: initialized pinctrl subsystem
[    0.510407] PM: RTC time: 14:49:08, date: 2019-09-11
[    0.510407] NET: Registered protocol family 16
[    0.510407] audit: initializing netlink subsys (disabled)
[    0.510407] audit: type=2000 audit(1568213348.219:1): state=initialized audit_enabled=0 res=1
[    0.510407] cpuidle: using governor ladder
[    0.510407] cpuidle: using governor menu
[    0.510407] ACPI: bus type PCI registered
[    0.510407] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.510407] PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
[    0.510407] PCI: not using MMCONFIG
[    0.510407] PCI: Using configuration type 1 for base access
[    0.510407] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.510407] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.514018] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.514018] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.516531] ACPI: Disabled all _OSI OS vendors
[    0.516534] ACPI: Added _OSI(Module Device)
[    0.516535] ACPI: Added _OSI(Processor Device)
[    0.516537] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.516538] ACPI: Added _OSI(Processor Aggregator Device)
[    0.516540] ACPI: Added _OSI(Linux-Dell-Video)
[    0.516542] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.516543] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.516545] ACPI: Added _OSI(Darwin)
[    0.535987] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.537359] ACPI: EC: EC started
[    0.537361] ACPI: EC: interrupt blocked
[    0.540370] ACPI: \: Used as first EC
[    0.540374] ACPI: \: GPE=0x4e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.540375] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.541850] ACPI: BIOS _OSI(Darwin) query honored via DMI
[    0.542961] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.543232] ACPI Error: Needed type [Reference], found [Integer] 00000000500ad821 (20190509/exresop-66)
[    0.543254] fbcon: Taking over console
[    0.543265] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Store] (20190509/dswexec-424)
[    0.543277] ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_AML_OPERAND_TYPE) (20190509/psparse-529)
[    0.544051] ACPI: Dynamic OEM Table Load:
[    0.544063] ACPI: SSDT 0xFFFF8A6D69C15000 00067C (v01 PmRef  ApIst    00003000 INTL 20100915)
[    0.545293] ACPI: Dynamic OEM Table Load:
[    0.545301] ACPI: SSDT 0xFFFF8A6D69EF8800 000119 (v01 PmRef  ApCst    00003000 INTL 20100915)
[    0.547154] ACPI: Interpreter enabled
[    0.547201] ACPI: (supports S0 S3 S4 S5)
[    0.547203] ACPI: Using IOAPIC for interrupt routing
[    0.547252] PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
[    0.548264] PCI: MMCONFIG at [mem 0xe0000000-0xe9bfffff] reserved in ACPI motherboard resources
[    0.548283] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.548742] ACPI: Enabled 4 GPEs in block 00 to 7F
[    0.566891] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.566899] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR]
[    0.566931] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-9b] only partially covers this bridge
[    0.567478] PCI host bridge to bus 0000:00
[    0.567481] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.567484] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.567486] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.567488] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.567490] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.567491] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.567493] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.567495] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.567497] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.567499] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.567501] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.567502] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.567504] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.567506] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.567508] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.567510] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.567512] pci_bus 0000:00: root bus resource [mem 0x8fa00000-0xfeafffff window]
[    0.567514] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.567516] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.567528] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    0.567690] pci 0000:00:02.0: [8086:0a26] type 00 class 0x030000
[    0.567710] pci 0000:00:02.0: reg 0x10: [mem 0xb0000000-0xb03fffff 64bit]
[    0.567720] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.567727] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.567748] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.567902] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    0.567919] pci 0000:00:03.0: reg 0x10: [mem 0xb0a10000-0xb0a13fff 64bit]
[    0.568118] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    0.568144] pci 0000:00:14.0: reg 0x10: [mem 0xb0a00000-0xb0a0ffff 64bit]
[    0.568220] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.568444] pci 0000:00:15.0: [8086:9c60] type 00 class 0x080102
[    0.568469] pci 0000:00:15.0: reg 0x10: [mem 0xb0a29000-0xb0a29fff]
[    0.568479] pci 0000:00:15.0: reg 0x14: [mem 0xb0a28000-0xb0a28fff]
[    0.568664] pci 0000:00:15.4: [8086:9c66] type 00 class 0x0c8000
[    0.568688] pci 0000:00:15.4: reg 0x10: [mem 0xb0a21000-0xb0a21fff]
[    0.568698] pci 0000:00:15.4: reg 0x14: [mem 0xb0a20000-0xb0a20fff]
[    0.568906] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[    0.568935] pci 0000:00:16.0: reg 0x10: [mem 0xb0a2a100-0xb0a2a11f 64bit]
[    0.569021] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.569142] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    0.569166] pci 0000:00:1b.0: reg 0x10: [mem 0xb0a14000-0xb0a17fff 64bit]
[    0.569253] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.569367] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
[    0.569468] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.569621] pci 0000:00:1c.1: [8086:9c12] type 01 class 0x060400
[    0.569739] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.569900] pci 0000:00:1c.2: [8086:9c14] type 01 class 0x060400
[    0.570013] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.570165] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
[    0.570268] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.570421] pci 0000:00:1c.5: [8086:9c1a] type 01 class 0x060400
[    0.570533] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.570690] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    0.570928] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    0.570951] pci 0000:00:1f.3: reg 0x10: [mem 0xb0a2a000-0xb0a2a0ff 64bit]
[    0.570976] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    0.571151] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.571248] pci 0000:02:00.0: [14e4:1570] type 00 class 0x048000
[    0.571287] pci 0000:02:00.0: reg 0x10: [mem 0xb0900000-0xb090ffff 64bit]
[    0.571307] pci 0000:02:00.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.571326] pci 0000:02:00.0: reg 0x20: [mem 0xb0800000-0xb08fffff 64bit]
[    0.571439] pci 0000:02:00.0: supports D1
[    0.571441] pci 0000:02:00.0: PME# supported from D0 D3hot
[    0.571601] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.571607] pci 0000:00:1c.1:   bridge window [mem 0xb0800000-0xb09fffff]
[    0.571613] pci 0000:00:1c.1:   bridge window [mem 0x90000000-0x9fffffff 64bit pref]
[    0.571755] pci 0000:03:00.0: [14e4:43a0] type 00 class 0x028000
[    0.571817] pci 0000:03:00.0: reg 0x10: [mem 0xb0600000-0xb0607fff 64bit]
[    0.571844] pci 0000:03:00.0: reg 0x18: [mem 0xb0400000-0xb05fffff 64bit]
[    0.572091] pci 0000:03:00.0: supports D1 D2
[    0.572093] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.572459] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.572465] pci 0000:00:1c.2:   bridge window [mem 0xb0400000-0xb06fffff]
[    0.572572] pci 0000:05:00.0: [8086:1547] type 01 class 0x060400
[    0.572650] pci 0000:05:00.0: enabling Extended Tags
[    0.572745] pci 0000:05:00.0: supports D1 D2
[    0.572747] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.579729] pci 0000:00:1c.4: PCI bridge to [bus 05-9b]
[    0.579733] pci 0000:00:1c.4:   bridge window [io  0x4000-0x6fff]
[    0.579738] pci 0000:00:1c.4:   bridge window [mem 0xb0b00000-0xbcbfffff]
[    0.579744] pci 0000:00:1c.4:   bridge window [mem 0xbcc00000-0xc8bfffff 64bit pref]
[    0.579985] pci 0000:06:00.0: [8086:1547] type 01 class 0x060400
[    0.580069] pci 0000:06:00.0: enabling Extended Tags
[    0.580171] pci 0000:06:00.0: supports D1 D2
[    0.580173] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.580318] pci 0000:06:03.0: [8086:1547] type 01 class 0x060400
[    0.580392] pci 0000:06:03.0: enabling Extended Tags
[    0.580493] pci 0000:06:03.0: supports D1 D2
[    0.580495] pci 0000:06:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.580630] pci 0000:06:04.0: [8086:1547] type 01 class 0x060400
[    0.580703] pci 0000:06:04.0: enabling Extended Tags
[    0.580805] pci 0000:06:04.0: supports D1 D2
[    0.580807] pci 0000:06:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.580942] pci 0000:06:05.0: [8086:1547] type 01 class 0x060400
[    0.581016] pci 0000:06:05.0: enabling Extended Tags
[    0.581116] pci 0000:06:05.0: supports D1 D2
[    0.581118] pci 0000:06:05.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.581255] pci 0000:06:06.0: [8086:1547] type 01 class 0x060400
[    0.581328] pci 0000:06:06.0: enabling Extended Tags
[    0.581429] pci 0000:06:06.0: supports D1 D2
[    0.581430] pci 0000:06:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.581593] pci 0000:05:00.0: PCI bridge to [bus 06-6b]
[    0.581601] pci 0000:05:00.0:   bridge window [io  0x4000-0x5fff]
[    0.581606] pci 0000:05:00.0:   bridge window [mem 0xb0b00000-0xb8bfffff]
[    0.581614] pci 0000:05:00.0:   bridge window [mem 0xbcc00000-0xc4bfffff 64bit pref]
[    0.581702] acpiphp: Slot [1] registered
[    0.581730] pci 0000:07:00.0: [8086:1547] type 00 class 0x088000
[    0.581771] pci 0000:07:00.0: reg 0x10: [mem 0xb0b00000-0xb0b3ffff]
[    0.581787] pci 0000:07:00.0: reg 0x14: [mem 0xb0b40000-0xb0b40fff]
[    0.581866] pci 0000:07:00.0: enabling Extended Tags
[    0.581996] pci 0000:07:00.0: supports D1 D2
[    0.581998] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.582321] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.582333] pci 0000:06:00.0:   bridge window [mem 0xb0b00000-0xb0bfffff]
[    0.582467] pci 0000:06:03.0: PCI bridge to [bus 08-38]
[    0.582475] pci 0000:06:03.0:   bridge window [io  0x4000-0x4fff]
[    0.582480] pci 0000:06:03.0:   bridge window [mem 0xb0c00000-0xb4bfffff]
[    0.582488] pci 0000:06:03.0:   bridge window [mem 0xbcc00000-0xc0bfffff 64bit pref]
[    0.582612] pci 0000:06:04.0: PCI bridge to [bus 39-69]
[    0.582620] pci 0000:06:04.0:   bridge window [io  0x5000-0x5fff]
[    0.582625] pci 0000:06:04.0:   bridge window [mem 0xb4c00000-0xb8bfffff]
[    0.582633] pci 0000:06:04.0:   bridge window [mem 0xc0c00000-0xc4bfffff 64bit pref]
[    0.582694] pci 0000:06:05.0: PCI bridge to [bus 6a]
[    0.582768] pci 0000:06:06.0: PCI bridge to [bus 6b]
[    0.582993] pci 0000:04:00.0: [1b4b:9183] type 00 class 0x010601
[    0.583019] pci 0000:04:00.0: reg 0x10: [io  0x2028-0x202f]
[    0.583029] pci 0000:04:00.0: reg 0x14: [io  0x2034-0x2037]
[    0.583049] pci 0000:04:00.0: reg 0x18: [io  0x2020-0x2027]
[    0.583060] pci 0000:04:00.0: reg 0x1c: [io  0x2030-0x2033]
[    0.583072] pci 0000:04:00.0: reg 0x20: [io  0x2000-0x201f]
[    0.583084] pci 0000:04:00.0: reg 0x24: [mem 0xb0700000-0xb07001ff]
[    0.583096] pci 0000:04:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[    0.583119] pci 0000:04:00.0: Enabling fixed DMA alias to 00.1
[    0.583170] pci 0000:04:00.0: PME# supported from D3hot
[    0.583461] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.583465] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    0.583470] pci 0000:00:1c.5:   bridge window [mem 0xb0700000-0xb07fffff]
[    0.585513] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.585622] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.585726] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.585829] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.585932] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.586035] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.586137] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.586239] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.586662] ACPI: EC: interrupt unblocked
[    0.586675] ACPI: EC: event unblocked
[    0.586684] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x4e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.586687] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
[    0.586823] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.586823] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.586823] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.586823] vgaarb: loaded
[    0.586823] ACPI: bus type USB registered
[    0.586823] usbcore: registered new interface driver usbfs
[    0.586823] usbcore: registered new interface driver hub
[    0.586823] usbcore: registered new device driver usb
[    0.586823] pps_core: LinuxPPS API ver. 1 registered
[    0.586823] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.586823] PTP clock support registered
[    0.586823] EDAC MC: Ver: 3.0.0
[    0.586983] Registered efivars operations
[    0.866415] PCI: Using ACPI for IRQ routing
[    0.871197] PCI: pci_cache_line_size set to 64 bytes
[    0.871384] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.871387] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.871388] e820: reserve RAM buffer [mem 0x8cd14000-0x8fffffff]
[    0.871392] e820: reserve RAM buffer [mem 0x8cd64000-0x8fffffff]
[    0.871394] e820: reserve RAM buffer [mem 0x8ce39000-0x8fffffff]
[    0.871397] e820: reserve RAM buffer [mem 0x8ced1000-0x8fffffff]
[    0.871399] e820: reserve RAM buffer [mem 0x8cf84000-0x8fffffff]
[    0.871401] e820: reserve RAM buffer [mem 0x8d000000-0x8fffffff]
[    0.871403] e820: reserve RAM buffer [mem 0x16f600000-0x16fffffff]
[    0.871560] NetLabel: Initializing
[    0.871562] NetLabel:  domain hash size = 128
[    0.871563] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.871586] NetLabel:  unlabeled traffic allowed by default
[    0.873077] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.873084] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.877440] clocksource: Switched to clocksource tsc-early
[    0.895324] VFS: Disk quotas dquot_6.6.0
[    0.895353] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.895398] *** VALIDATE hugetlbfs ***
[    0.895467] pnp: PnP ACPI init
[    0.895832] system 00:00: [mem 0xfed00000-0xfed03fff] has been reserved
[    0.895841] system 00:00: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.895930] system 00:01: [io  0xffff] has been reserved
[    0.895932] system 00:01: [io  0x1800-0x187f] has been reserved
[    0.895935] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.895941] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.895976] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.897443] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.897446] system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.897448] system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.897451] system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.897454] system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.897456] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.897459] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.897461] system 00:03: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.897464] system 00:03: [mem 0xff000000-0xffffffff] could not be reserved
[    0.897466] system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.897473] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.897588] system 00:04: [mem 0x20000000-0x201fffff] could not be reserved
[    0.897590] system 00:04: [mem 0x40000000-0x401fffff] could not be reserved
[    0.897596] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.897858] pnp: PnP ACPI: found 5 devices
[    0.904579] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.904589] pci 0000:04:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[    0.904602] pci 0000:06:05.0: bridge window [io  0x1000-0x0fff] to [bus 6a] add_size 1000
[    0.904606] pci 0000:06:05.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 6a] add_size 200000 add_align 100000
[    0.904609] pci 0000:06:05.0: bridge window [mem 0x00100000-0x000fffff] to [bus 6a] add_size 200000 add_align 100000
[    0.904611] pci 0000:06:06.0: bridge window [io  0x1000-0x0fff] to [bus 6b] add_size 1000
[    0.904614] pci 0000:06:06.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 6b] add_size 200000 add_align 100000
[    0.904616] pci 0000:06:06.0: bridge window [mem 0x00100000-0x000fffff] to [bus 6b] add_size 200000 add_align 100000
[    0.904624] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.904639] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.904645] pci 0000:00:1c.1:   bridge window [mem 0xb0800000-0xb09fffff]
[    0.904650] pci 0000:00:1c.1:   bridge window [mem 0x90000000-0x9fffffff 64bit pref]
[    0.904657] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.904662] pci 0000:00:1c.2:   bridge window [mem 0xb0400000-0xb06fffff]
[    0.904680] pci 0000:06:05.0: BAR 14: no space for [mem size 0x00200000]
[    0.904682] pci 0000:06:05.0: BAR 14: failed to assign [mem size 0x00200000]
[    0.904688] pci 0000:06:05.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    0.904690] pci 0000:06:05.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    0.904693] pci 0000:06:06.0: BAR 14: no space for [mem size 0x00200000]
[    0.904695] pci 0000:06:06.0: BAR 14: failed to assign [mem size 0x00200000]
[    0.904699] pci 0000:06:06.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    0.904701] pci 0000:06:06.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    0.904703] pci 0000:06:05.0: BAR 13: no space for [io  size 0x1000]
[    0.904705] pci 0000:06:05.0: BAR 13: failed to assign [io  size 0x1000]
[    0.904707] pci 0000:06:06.0: BAR 13: no space for [io  size 0x1000]
[    0.904709] pci 0000:06:06.0: BAR 13: failed to assign [io  size 0x1000]
[    0.904714] pci 0000:06:06.0: BAR 14: no space for [mem size 0x00200000]
[    0.904715] pci 0000:06:06.0: BAR 14: failed to assign [mem size 0x00200000]
[    0.904720] pci 0000:06:06.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    0.904722] pci 0000:06:06.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    0.904724] pci 0000:06:06.0: BAR 13: no space for [io  size 0x1000]
[    0.904726] pci 0000:06:06.0: BAR 13: failed to assign [io  size 0x1000]
[    0.904728] pci 0000:06:05.0: BAR 14: no space for [mem size 0x00200000]
[    0.904730] pci 0000:06:05.0: BAR 14: failed to assign [mem size 0x00200000]
[    0.904734] pci 0000:06:05.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    0.904736] pci 0000:06:05.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    0.904739] pci 0000:06:05.0: BAR 13: no space for [io  size 0x1000]
[    0.904741] pci 0000:06:05.0: BAR 13: failed to assign [io  size 0x1000]
[    0.904743] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.904750] pci 0000:06:00.0:   bridge window [mem 0xb0b00000-0xb0bfffff]
[    0.904762] pci 0000:06:03.0: PCI bridge to [bus 08-38]
[    0.904766] pci 0000:06:03.0:   bridge window [io  0x4000-0x4fff]
[    0.904773] pci 0000:06:03.0:   bridge window [mem 0xb0c00000-0xb4bfffff]
[    0.904779] pci 0000:06:03.0:   bridge window [mem 0xbcc00000-0xc0bfffff 64bit pref]
[    0.904787] pci 0000:06:04.0: PCI bridge to [bus 39-69]
[    0.904790] pci 0000:06:04.0:   bridge window [io  0x5000-0x5fff]
[    0.904797] pci 0000:06:04.0:   bridge window [mem 0xb4c00000-0xb8bfffff]
[    0.904802] pci 0000:06:04.0:   bridge window [mem 0xc0c00000-0xc4bfffff 64bit pref]
[    0.904810] pci 0000:06:05.0: PCI bridge to [bus 6a]
[    0.904827] pci 0000:06:06.0: PCI bridge to [bus 6b]
[    0.904843] pci 0000:05:00.0: PCI bridge to [bus 06-6b]
[    0.904846] pci 0000:05:00.0:   bridge window [io  0x4000-0x5fff]
[    0.904853] pci 0000:05:00.0:   bridge window [mem 0xb0b00000-0xb8bfffff]
[    0.904858] pci 0000:05:00.0:   bridge window [mem 0xbcc00000-0xc4bfffff 64bit pref]
[    0.904866] pci 0000:00:1c.4: PCI bridge to [bus 05-9b]
[    0.904869] pci 0000:00:1c.4:   bridge window [io  0x4000-0x6fff]
[    0.904874] pci 0000:00:1c.4:   bridge window [mem 0xb0b00000-0xbcbfffff]
[    0.904878] pci 0000:00:1c.4:   bridge window [mem 0xbcc00000-0xc8bfffff 64bit pref]
[    0.904887] pci 0000:04:00.0: BAR 6: assigned [mem 0xb0720000-0xb073ffff pref]
[    0.904890] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.904893] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    0.904898] pci 0000:00:1c.5:   bridge window [mem 0xb0700000-0xb07fffff]
[    0.904909] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.904911] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.904913] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.904915] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.904917] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.904919] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.904922] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.904923] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.904925] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.904927] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.904929] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.904931] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.904933] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.904935] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.904937] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.904939] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.904941] pci_bus 0000:00: resource 20 [mem 0x8fa00000-0xfeafffff window]
[    0.904943] pci_bus 0000:00: resource 21 [mem 0xfed40000-0xfed44fff window]
[    0.904946] pci_bus 0000:02: resource 1 [mem 0xb0800000-0xb09fffff]
[    0.904948] pci_bus 0000:02: resource 2 [mem 0x90000000-0x9fffffff 64bit pref]
[    0.904950] pci_bus 0000:03: resource 1 [mem 0xb0400000-0xb06fffff]
[    0.904952] pci_bus 0000:05: resource 0 [io  0x4000-0x6fff]
[    0.904954] pci_bus 0000:05: resource 1 [mem 0xb0b00000-0xbcbfffff]
[    0.904956] pci_bus 0000:05: resource 2 [mem 0xbcc00000-0xc8bfffff 64bit pref]
[    0.904958] pci_bus 0000:06: resource 0 [io  0x4000-0x5fff]
[    0.904960] pci_bus 0000:06: resource 1 [mem 0xb0b00000-0xb8bfffff]
[    0.904962] pci_bus 0000:06: resource 2 [mem 0xbcc00000-0xc4bfffff 64bit pref]
[    0.904964] pci_bus 0000:07: resource 1 [mem 0xb0b00000-0xb0bfffff]
[    0.904966] pci_bus 0000:08: resource 0 [io  0x4000-0x4fff]
[    0.904968] pci_bus 0000:08: resource 1 [mem 0xb0c00000-0xb4bfffff]
[    0.904970] pci_bus 0000:08: resource 2 [mem 0xbcc00000-0xc0bfffff 64bit pref]
[    0.904972] pci_bus 0000:39: resource 0 [io  0x5000-0x5fff]
[    0.904974] pci_bus 0000:39: resource 1 [mem 0xb4c00000-0xb8bfffff]
[    0.904976] pci_bus 0000:39: resource 2 [mem 0xc0c00000-0xc4bfffff 64bit pref]
[    0.904978] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    0.904980] pci_bus 0000:04: resource 1 [mem 0xb0700000-0xb07fffff]
[    0.905204] NET: Registered protocol family 2
[    0.905426] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[    0.905457] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.905549] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.905631] TCP: Hash tables configured (established 32768 bind 32768)
[    0.905676] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.905696] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.905802] NET: Registered protocol family 1
[    0.905813] NET: Registered protocol family 44
[    0.905827] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.906309] PCI: CLS 256 bytes, default 64
[    0.906361] Trying to unpack rootfs image as initramfs...
[    1.146618] Freeing initrd memory: 9024K
[    1.169743] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.169746] software IO TLB: mapped [mem 0x7d8a2000-0x818a2000] (64MB)
[    1.169909] check: Scanning for low memory corruption every 60 seconds
[    1.170834] Initialise system trusted keyrings
[    1.170846] Key type blacklist registered
[    1.170915] workingset: timestamp_bits=41 max_order=20 bucket_order=0
[    1.173136] zbud: loaded
[    1.175883] Key type asymmetric registered
[    1.175885] Asymmetric key parser 'x509' registered
[    1.175903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.175975] io scheduler mq-deadline registered
[    1.175976] io scheduler kyber registered
[    1.176055] io scheduler bfq registered
[    1.178113] pcieport 0000:06:03.0: enabling device (0000 -> 0003)
[    1.178290] pcieport 0000:06:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+ (with Cmd Compl erratum)
[    1.178519] pcieport 0000:06:04.0: enabling device (0000 -> 0003)
[    1.178701] pcieport 0000:06:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+ (with Cmd Compl erratum)
[    1.179080] pcieport 0000:06:05.0: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+ (with Cmd Compl erratum)
[    1.179446] pcieport 0000:06:06.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+ (with Cmd Compl erratum)
[    1.179663] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.179814] efifb: probing for efifb
[    1.179841] efifb: No BGRT, not showing boot graphics
[    1.179843] efifb: framebuffer at 0xa0000000, using 5440k, total 5440k
[    1.179845] efifb: mode is 1440x900x32, linelength=6144, pages=1
[    1.179845] efifb: scrolling: redraw
[    1.179848] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.179999] Console: switching to colour frame buffer device 180x56
[    1.185273] fb0: EFI VGA frame buffer device
[    1.185288] intel_idle: MWAIT substates: 0x11142120
[    1.185290] intel_idle: v0.4.1 model 0x45
[    1.185688] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.185815] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.186444] ACPI: Lid Switch [LID0]
[    1.186527] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.186539] ACPI: Power Button [PWRB]
[    1.186589] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.186601] ACPI: Sleep Button [SLPB]
[    1.186647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.189728] ACPI: Power Button [PWRF]
[    1.190955] dw_dmac_pci 0000:00:15.0: enabling device (0000 -> 0002)
[    1.191097] dw_dmac_pci 0000:00:15.0: can't derive routing for PCI INT B
[    1.191100] dw_dmac_pci 0000:00:15.0: PCI INT B: no GSI
[    1.191146] genirq: Flags mismatch irq 0. 00000080 (dw:dmac168) vs. 00015a00 (timer)
[    1.191221] dw_dmac_pci: probe of 0000:00:15.0 failed with error -16
[    1.191334] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.192195] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.192196] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.192936] usbcore: registered new interface driver usbserial_generic
[    1.192944] usbserial: USB Serial support registered for generic
[    1.192969] rtc_cmos 00:02: RTC can wake from S4
[    1.193215] rtc_cmos 00:02: registered as rtc0
[    1.193242] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.193328] intel_pstate: Intel P-state driver initializing
[    1.193656] ledtrig-cpu: registered to indicate activity on CPUs
[    1.194207] NET: Registered protocol family 10
[    1.210566] Segment Routing with IPv6
[    1.210596] NET: Registered protocol family 17
[    1.210857] mce: Using 7 MCE banks
[    1.210879] RAS: Correctable Errors collector initialized.
[    1.210913] microcode: sig=0x40651, pf=0x40, revision=0x24
[    1.211026] microcode: Microcode Update Driver: v2.2.
[    1.211047] sched_clock: Marking stable (1210557671, 464091)->(1219535917, -8514155)
[    1.211319] registered taskstats version 1
[    1.211325] Loading compiled-in X.509 certificates
[    1.215190] Loaded X.509 cert 'Build time autogenerated kernel key: ded63ef640ee46d1315aff80c529b7c655cac428'
[    1.215214] zswap: loaded using pool lzo/zbud
[    1.223532] Key type big_key registered
[    1.224463] PM:   Magic number: 3:118:839
[    1.224569] rtc_cmos 00:02: setting system clock to 2019-09-11T14:49:09 UTC (1568213349)
[    1.226221] Freeing unused decrypted memory: 2040K
[    1.226623] Freeing unused kernel image memory: 1608K
[    1.249814] Write protecting the kernel read-only data: 18432k
[    1.251120] Freeing unused kernel image memory: 2012K
[    1.251351] Freeing unused kernel image memory: 192K
[    1.268974] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.268975] x86/mm: Checking user space page tables
[    1.278179] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.278180] Run /init as init process
[    1.883202] SCSI subsystem initialized
[    1.883823] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.883833] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.884894] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[    1.884901] xhci_hcd 0000:00:14.0: cache line size of 256 is not supported
[    1.886451] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[    1.886454] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.886456] usb usb1: Product: xHCI Host Controller
[    1.886458] usb usb1: Manufacturer: Linux 5.2.13-arch1-1-ARCH xhci-hcd
[    1.886459] usb usb1: SerialNumber: 0000:00:14.0
[    1.886600] hub 1-0:1.0: USB hub found
[    1.886611] hub 1-0:1.0: 9 ports detected
[    1.886940] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.886945] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.886948] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.886999] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.02
[    1.887002] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.887003] usb usb2: Product: xHCI Host Controller
[    1.887005] usb usb2: Manufacturer: Linux 5.2.13-arch1-1-ARCH xhci-hcd
[    1.887007] usb usb2: SerialNumber: 0000:00:14.0
[    1.887147] hub 2-0:1.0: USB hub found
[    1.887159] hub 2-0:1.0: 4 ports detected
[    1.893236] libata version 3.00 loaded.
[    1.896981] ahci 0000:04:00.0: version 3.0
[    1.907285] ahci 0000:04:00.0: AHCI 0001.0000 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.907289] ahci 0000:04:00.0: flags: 64bit ncq sntf led pio slum part 
[    1.907745] scsi host0: ahci
[    1.907923] ata1: SATA max UDMA/133 abar m512@0xb0700000 port 0xb0700100 irq 54
[    2.183129] tsc: Refined TSC clocksource calibration: 2000.001 MHz
[    2.183149] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1cd42f1dc63, max_idle_ns: 440795248933 ns
[    2.183198] clocksource: Switched to clocksource tsc
[    2.216487] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    2.220882] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.221660] ata1.00: unexpected _GTF length (8)
[    2.221794] ata1.00: ATA-8: APPLE SSD SD0128F, A222821, max UDMA/133
[    2.221798] ata1.00: 236978176 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.222711] ata1.00: unexpected _GTF length (8)
[    2.222843] ata1.00: configured for UDMA/133
[    2.223339] scsi 0:0:0:0: Direct-Access     ATA      APPLE SSD SD0128 821  PQ: 0 ANSI: 5
[    2.231134] sd 0:0:0:0: [sda] 236978176 512-byte logical blocks: (121 GB/113 GiB)
[    2.231139] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.231170] sd 0:0:0:0: [sda] Write Protect is off
[    2.231175] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.231243] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.233569]  sda: sda1 sda2 sda3 sda4 sda5
[    2.234299] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.349394] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[    2.357961] usb 1-3: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
[    2.357966] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.357970] usb 1-3: Product: BRCM20702 Hub
[    2.357973] usb 1-3: Manufacturer: Apple Inc.
[    2.358627] hub 1-3:1.0: USB hub found
[    2.358744] hub 1-3:1.0: 3 ports detected
[    2.369544] random: fast init done
[    2.479881] usb 2-3: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    2.498468] usb 2-3: New USB device found, idVendor=05ac, idProduct=8406, bcdDevice= 8.20
[    2.498470] usb 2-3: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[    2.498471] usb 2-3: Product: Card Reader
[    2.498472] usb 2-3: Manufacturer: Apple
[    2.498473] usb 2-3: SerialNumber: 000000000820
[    2.501580] systemd[1]: systemd 243.0-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    2.516559] systemd[1]: Detected architecture x86-64.
[    2.521832] systemd[1]: Set hostname to <SpookyAAir>.
[    2.619719] usb 1-5: new full-speed USB device number 3 using xhci_hcd
[    2.664887] systemd[1]: Created slice system-getty.slice.
[    2.665147] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.665353] systemd[1]: Created slice User and Session Slice.
[    2.665450] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.665537] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.665739] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.665823] systemd[1]: Reached target Local Encrypted Volumes.
[    2.690585] random: lvm: uninitialized urandom read (4 bytes read)
[    2.712584] EXT4-fs (sda4): re-mounted. Opts: (null)
[    2.761137] usb 1-5: New USB device found, idVendor=05ac, idProduct=0291, bcdDevice= 1.71
[    2.761139] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.761141] usb 1-5: Product: Apple Internal Keyboard / Trackpad
[    2.761142] usb 1-5: Manufacturer: Apple Inc.
[    2.761143] usb 1-5: SerialNumber: D3H4243AAFZF94RAZ3F
[    2.833044] usb 1-3.1: new full-speed USB device number 4 using xhci_hcd
[    2.924153] usb 1-3.1: New USB device found, idVendor=05ac, idProduct=820a, bcdDevice= 1.00
[    2.924155] usb 1-3.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.996384] usb 1-3.2: new full-speed USB device number 5 using xhci_hcd
[    3.002718] audit: type=1130 audit(1568213351.271:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.010596] systemd-journald[267]: Received client request to flush runtime journal.
[    3.022113] audit: type=1130 audit(1568213351.291:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.072261] ACPI: AC Adapter [ADP1] (on-line)
[    3.087510] usb 1-3.2: New USB device found, idVendor=05ac, idProduct=820b, bcdDevice= 1.00
[    3.087514] usb 1-3.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.097578] smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
[    3.159725] usb 1-3.3: new full-speed USB device number 6 using xhci_hcd
[    3.168475] audit: type=1130 audit(1568213351.438:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.170139] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    3.172768] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    3.186324] usb-storage 2-3:1.0: USB Mass Storage device detected
[    3.206420] scsi host1: usb-storage 2-3:1.0
[    3.206572] usbcore: registered new interface driver usb-storage
[    3.214031] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    3.214033] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.214035] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.214036] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    3.214037] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    3.251369] usb 1-3.3: New USB device found, idVendor=05ac, idProduct=828f, bcdDevice= 1.50
[    3.251372] usb 1-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.251374] usb 1-3.3: Product: Bluetooth USB Host Controller
[    3.251376] usb 1-3.3: Manufacturer: Apple Inc.
[    3.264055] usbcore: registered new interface driver uas
[    3.265116] Linux agpgart interface v0.103
[    3.273015] ------------[ cut here ]------------
[    3.273018] thunderbolt 0000:07:00.0: CFG_ERROR(0:a): Invalid config space or offset
[    3.273047] WARNING: CPU: 1 PID: 282 at drivers/thunderbolt/ctl.c:269 tb_cfg_print_error.isra.0+0x78/0x1a0 [thunderbolt]
[    3.273048] Modules linked in: snd_timer agpgart acpi_cpufreq(-) uas snd thunderbolt(+) intel_rapl_perf mei_me syscopyarea usb_storage sysfillrect rfkill mei sysimgblt fb_sys_fops lpc_ich i2c_i801 soundcore bdc_pci pcspkr acpi_als pcc_cpufreq sbs(+) kfifo_buf sbshc evdev industrialio mac_hid spi_pxa2xx_platform apple_bl ac ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 sd_mod ahci libahci libata xhci_pci crc32c_intel scsi_mod xhci_hcd
[    3.273074] CPU: 1 PID: 282 Comm: systemd-udevd Not tainted 5.2.13-arch1-1-ARCH #1
[    3.273075] Hardware name: Apple Inc. MacBookAir6,2/Mac-7DF21CB3ED6977E5, BIOS 110.0.0.0.0 09/17/2018
[    3.273085] RIP: 0010:tb_cfg_print_error.isra.0+0x78/0x1a0 [thunderbolt]
[    3.273087] Code: 0f 84 3d 01 00 00 48 81 c7 b0 00 00 00 e8 a0 c0 09 e3 41 89 e8 4c 89 e9 4c 89 e2 48 89 c6 48 c7 c7 c8 63 58 c0 e8 b7 d5 b1 e2 <0f> 0b 48 83 c4 08 5b 5d 41 5c 41 5d c3 83 f8 08 75 4e 48 8b 03 8b
[    3.273089] RSP: 0000:ffffb29d809a3938 EFLAGS: 00010282
[    3.273091] RAX: 0000000000000000 RBX: ffff8a6d68175300 RCX: 0000000000000000
[    3.273092] RDX: 0000000000000007 RSI: 0000000000000082 RDI: 00000000ffffffff
[    3.273094] RBP: 000000000000000a R08: 0000000000000332 R09: 0000000000000004
[    3.273095] R10: 0000000000000000 R11: 0000000000000001 R12: ffff8a6d69f56920
[    3.273096] R13: 0000000000000000 R14: 0000000000000000 R15: ffffb29d809a3e70
[    3.273098] FS:  00007fd5176cd840(0000) GS:ffff8a6d6b080000(0000) knlGS:0000000000000000
[    3.273100] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    3.273101] CR2: 00005598ec4bd000 CR3: 00000001673ea003 CR4: 00000000001606e0
[    3.273102] Call Trace:
[    3.273115]  tb_cfg_read+0xa7/0xd0 [thunderbolt]
[    3.273126]  tb_port_find_cap+0xd3/0x170 [thunderbolt]
[    3.273136]  tb_switch_add+0x6de/0x7d0 [thunderbolt]
[    3.273145]  tb_start+0x5a/0x100 [thunderbolt]
[    3.273155]  tb_domain_add+0xa2/0x130 [thunderbolt]
[    3.273163]  nhi_probe+0x1b1/0x300 [thunderbolt]
[    3.273168]  local_pci_probe+0x42/0x80
[    3.273171]  ? pci_match_device+0xc5/0x100
[    3.273174]  pci_device_probe+0xfa/0x190
[    3.273178]  really_probe+0xf0/0x380
[    3.273181]  driver_probe_device+0xb6/0x100
[    3.273184]  device_driver_attach+0x53/0x60
[    3.273186]  __driver_attach+0x8a/0x150
[    3.273189]  ? device_driver_attach+0x60/0x60
[    3.273191]  ? device_driver_attach+0x60/0x60
[    3.273193]  bus_for_each_dev+0x89/0xd0
[    3.273196]  bus_add_driver+0x14a/0x1e0
[    3.273199]  driver_register+0x6c/0xb0
[    3.273201]  ? 0xffffffffc059e000
[    3.273210]  nhi_init+0x2d/0x1000 [thunderbolt]
[    3.273215]  do_one_initcall+0x59/0x234
[    3.273220]  do_init_module+0x5c/0x230
[    3.273224]  load_module+0x2122/0x23a0
[    3.273231]  ? __se_sys_init_module+0x114/0x180
[    3.273234]  __se_sys_init_module+0x114/0x180
[    3.273239]  do_syscall_64+0x5f/0x1d0
[    3.273244]  ? page_fault+0x8/0x30
[    3.273247]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[    3.273249] RIP: 0033:0x7fd518ee9b3e
[    3.273252] Code: 48 8b 0d 55 f3 0b 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 22 f3 0b 00 f7 d8 64 89 01 48
[    3.273253] RSP: 002b:00007fffe99624d8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[    3.273255] RAX: ffffffffffffffda RBX: 00005598ebc2f200 RCX: 00007fd518ee9b3e
[    3.273256] RDX: 00007fd518b3c84d RSI: 000000000005b171 RDI: 00007fd5161d2010
[    3.273258] RBP: 00007fd518b3c84d R08: 000000000000005f R09: 00005598ebc2d990
[    3.273259] R10: 00005598ebbbe010 R11: 0000000000000246 R12: 00007fd5161d2010
[    3.273260] R13: 00005598ebc304a0 R14: 0000000000020000 R15: 00005598ebc2f200
[    3.273264] ---[ end trace fd7ec50cac58eca4 ]---
[    3.290563] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
[    3.293090] Adding 1000444k swap on /dev/sda2.  Priority:-2 extents:1 across:1000444k SSFS
[    3.323447] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.325553] input: bcm5974 as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/input/input5
[    3.332641] cryptd: max_cpu_qlen set to 1000
[    3.343533] usbcore: registered new interface driver bcm5974
[    3.351983] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.354172] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.354175] cfg80211: failed to load regulatory.db
[    3.358589] audit: type=1130 audit(1568213351.628:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.387675] applesmc: key=561 fan=1 temp=33 index=33 acc=0 lux=2 kbd=1
[    3.387983] applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    3.395793] audit: type=1130 audit(1568213351.665:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-sda5 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.398154] iTCO_vendor_support: vendor-support=0
[    3.401843] hidraw: raw HID events driver (C) Jiri Kosina
[    3.406101] AVX2 version of gcm_enc/dec engaged.
[    3.406102] AES CTR mode by8 optimization enabled
[    3.411683] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[    3.443176] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.443233] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    3.446933] audit: type=1130 audit(1568213351.715:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.449804] usbcore: registered new interface driver usbhid
[    3.449806] usbhid: USB HID core driver
[    3.459286] audit: type=1127 audit(1568213351.728:8): pid=342 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    3.464036] mousedev: PS/2 mouse device common for all mice
[    3.469077] audit: type=1130 audit(1568213351.738:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.493531] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    3.495004] audit: type=1130 audit(1568213351.765:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.498501] input: HID 05ac:820a as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.0/0003:05AC:820A.0003/input/input6
[    3.511934] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    3.526828] intel-spi intel-spi: mx25l6405d (8192 Kbytes)
[    3.556647] hid-generic 0003:05AC:820A.0003: input,hidraw0: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:14.0-3.1/input0
[    3.556947] input: HID 05ac:820b as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:05AC:820B.0004/input/input7
[    3.557358] hid-generic 0003:05AC:820B.0004: input,hidraw1: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:14.0-3.2/input0
[    3.579752] apple 0003:05AC:0291.0001: hiddev0,hidraw2: USB HID v1.10 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-5/input0
[    3.580825] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:05AC:0291.0002/input/input8
[    3.589609] Bluetooth: Core ver 2.22
[    3.589628] NET: Registered protocol family 31
[    3.589629] Bluetooth: HCI device and connection manager initialized
[    3.589634] Bluetooth: HCI socket layer initialized
[    3.589637] Bluetooth: L2CAP socket layer initialized
[    3.589641] Bluetooth: SCO socket layer initialized
[    3.594435] Creating 1 MTD partitions on "intel-spi":
[    3.594439] 0x000000000000-0x000000800000 : "BIOS"
[    3.631050] usbcore: registered new interface driver btusb
[    3.643232] apple 0003:05AC:0291.0002: input,hiddev1,hidraw3: USB HID v1.10 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-5/input1
[    3.659877] snd_hda_codec_cirrus hdaudioC1D0: autoconfig for CS4208: line_outs=1 (0x12/0x0/0x0/0x0/0x0) type:speaker
[    3.659881] snd_hda_codec_cirrus hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.659883] snd_hda_codec_cirrus hdaudioC1D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
[    3.659885] snd_hda_codec_cirrus hdaudioC1D0:    mono: mono_out=0x0
[    3.659886] snd_hda_codec_cirrus hdaudioC1D0:    inputs:
[    3.659888] snd_hda_codec_cirrus hdaudioC1D0:      Mic=0x1c
[    3.665977] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
[    3.754239] Bluetooth: hci0: BCM: chip id 73 build 1126
[    3.755230] Bluetooth: hci0: BCM: product 05ac:828f
[    3.756233] Bluetooth: hci0: BCM: features 0x07
[    3.772235] Bluetooth: hci0: BCM20702B0 Generic USB Class 1 @ 20 MHz
[    3.774408] usb 1-3.1: USB disconnect, device number 4
[    3.878150] checking generic (a0000000 550000) vs hw (a0000000 10000000)
[    3.878153] fb0: switching to inteldrmfb from EFI VGA
[    3.878188] Console: switching to colour dummy device 80x25
[    3.878614] i915 0000:00:02.0: vgaarb: deactivate vga console
[    3.879557] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.879559] [drm] Driver supports precise vblank timestamp query.
[    3.879628] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.911246] wl: loading out-of-tree module taints kernel.
[    3.911252] wl: module license 'MIXED/Proprietary' taints kernel.
[    3.911253] Disabling lock debugging due to kernel taint
[    3.913257] wl: module verification failed: signature and/or required key missing - tainting kernel
[    3.935444] [drm] Initialized i915 1.6.0 20190417 for 0000:00:02.0 on minor 0
[    3.937010] ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
[    3.938078] acpi device:02: registered as cooling_device4
[    3.938212] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
[    3.938423] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.983758] usb 1-3.2: USB disconnect, device number 5
[    4.010548] wlan0: Broadcom BCM43a0 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)

[    4.016130] wl 0000:03:00.0 wlp3s0: renamed from wlan0
[    4.080540] intel_rapl: Found RAPL domain package
[    4.080543] intel_rapl: Found RAPL domain core
[    4.080544] intel_rapl: Found RAPL domain uncore
[    4.080546] intel_rapl: Found RAPL domain dram
[    4.211531] scsi 1:0:0:0: Direct-Access     APPLE    SD Card Reader   3.00 PQ: 0 ANSI: 6
[    4.213414] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[    4.313253] fbcon: i915drmfb (fb0) is primary device
[    5.742004] Console: switching to colour frame buffer device 180x56
[    5.765650] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[    5.768748] kauditd_printk_skb: 6 callbacks suppressed
[    5.768750] audit: type=1130 audit(1568213354.038:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.827475] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
[    5.828131] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
[    5.828209] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[    5.828288] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[    5.829434] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[    9.023489] audit: type=1131 audit(1568213357.295:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.134339] random: crng init done
[   20.140397] audit: type=1130 audit(1568213368.411:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.982792] audit: type=1006 audit(1568213369.251:20): pid=361 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   21.002643] audit: type=1130 audit(1568213369.271:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.009671] audit: type=1006 audit(1568213369.278:22): pid=413 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   21.082066] audit: type=1130 audit(1568213369.351:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  947.199422] audit: type=1130 audit(1568214295.468:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  947.199652] audit: type=1131 audit(1568214295.468:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10201.995289] audit: type=1130 audit(1568223550.268:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wlp3s0\x2dTelia\x2dA06FB1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10202.035099] 8021q: 802.1Q VLAN Support v1.8

btw this whole pastebin thing just blew my mind. Awesome tip thank you!

Offline

Board footer

Powered by FluxBB