You are not logged in.

#1 2018-04-25 01:59:11

leonshaw
Member
Registered: 2012-01-11
Posts: 19

VMs can't start gnome with xinit after updating to mesa 18

After updating to mesa 18, both my Virtualbox and vSphere VMs can't start gnome with xinit. I downgraded it to 17.3.7-1 and it's fine. Anyone know what happened?
.xinitrc:

#!/bin/sh

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

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

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

if [ -f "$userresources" ]; then
    xrdb -merge "$userresources"
fi

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

# start some nice programs

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

exec gnome-session

X log doesn't show much difference.

X log with mesa 18:

[   814.101]
X.Org X Server 1.19.6
Release Date: 2017-12-20
[   814.102] X Protocol Version 11, Revision 0
[   814.103] Build Operating System: Linux 4.15.6-1-ARCH x86_64
[   814.104] Current Operating System: Linux arch 4.16.3-1-ARCH #1 SMP PREEMPT Thu Apr 19 09:17:56 UTC 2018 x86_64
[   814.104] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw quiet
[   814.105] Build Date: 12 April 2018  05:31:07AM
[   814.106]
[   814.106] Current version of pixman: 0.34.0
[   814.107]    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   814.107] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   814.109] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 25 17:39:41 2018
[   814.110] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   814.110] (==) No Layout section.  Using the first Screen section.
[   814.110] (==) No screen section available. Using defaults.
[   814.110] (**) |-->Screen "Default Screen Section" (0)
[   814.110] (**) |   |-->Monitor "<default monitor>"
[   814.110] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[   814.110] (==) Automatically adding devices
[   814.110] (==) Automatically enabling devices
[   814.110] (==) Automatically adding GPU devices
[   814.110] (==) Automatically binding GPU devices
[   814.110] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   814.110] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[   814.110]    Entry deleted from font path.
[   814.110] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[   814.110]    Entry deleted from font path.
[   814.110] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   814.110]    Entry deleted from font path.
[   814.110] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   814.110]    Entry deleted from font path.
[   814.110] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[   814.110]    Entry deleted from font path.
[   814.110] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[   814.110]    Entry deleted from font path.
[   814.110] (==) FontPath set to:

[   814.110] (==) ModulePath set to "/usr/lib/xorg/modules"
[   814.110] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[   814.110] (II) Loader magic: 0x564a14d65d60
[   814.110] (II) Module ABI versions:
[   814.110]    X.Org ANSI C Emulation: 0.4
[   814.110]    X.Org Video Driver: 23.0
[   814.110]    X.Org XInput driver : 24.1
[   814.110]    X.Org Server Extension : 10.0
[   814.111] (++) using VT number 1

[   814.113] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   814.114] (II) xfree86: Adding drm device (/dev/dri/card0)
[   814.115] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   814.120] (--) PCI:*(0:0:15:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0xe8000000/134217728, 0xfe000000/8388608, I/O @ 0x00001070/16, BIOS @ 0x????????/131072
[   814.120] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   814.120] (II) LoadModule: "glx"
[   814.120] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   814.121] (II) Module glx: vendor="X.Org Foundation"
[   814.121]    compiled for 1.19.6, module version = 1.0.0
[   814.121]    ABI class: X.Org Server Extension, version 10.0
[   814.121] (==) Matched vmware as autoconfigured driver 0
[   814.121] (==) Matched vmware as autoconfigured driver 1
[   814.121] (==) Matched modesetting as autoconfigured driver 2
[   814.121] (==) Matched fbdev as autoconfigured driver 3
[   814.121] (==) Matched vesa as autoconfigured driver 4
[   814.121] (==) Assigned the driver to the xf86ConfigLayout
[   814.121] (II) LoadModule: "vmware"
[   814.121] (WW) Warning, couldn't open module vmware
[   814.121] (II) UnloadModule: "vmware"
[   814.121] (II) Unloading vmware
[   814.121] (EE) Failed to load module "vmware" (module does not exist, 0)
[   814.121] (II) LoadModule: "modesetting"
[   814.121] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   814.122] (II) Module modesetting: vendor="X.Org Foundation"
[   814.122]    compiled for 1.19.6, module version = 1.19.6
[   814.122]    Module class: X.Org Video Driver
[   814.122]    ABI class: X.Org Video Driver, version 23.0
[   814.122] (II) LoadModule: "fbdev"
[   814.122] (WW) Warning, couldn't open module fbdev
[   814.122] (II) UnloadModule: "fbdev"
[   814.122] (II) Unloading fbdev
[   814.122] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   814.122] (II) LoadModule: "vesa"
[   814.122] (WW) Warning, couldn't open module vesa
[   814.122] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   814.122] (II) modeset(0): using drv /dev/dri/card0
[   814.122] (II) modeset(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[   814.122] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   814.122] (==) modeset(0): RGB weight 888
[   814.122] (==) modeset(0): Default visual is TrueColor
[   814.122] (II) Loading sub module "glamoregl"
[   814.122] (II) LoadModule: "glamoregl"
[   814.122] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   814.123] (II) Module glamoregl: vendor="X.Org Foundation"
[   814.123]    compiled for 1.19.6, module version = 1.0.0
[   814.123]    ABI class: X.Org ANSI C Emulation, version 0.4
[   814.123] (II) glamor: OpenGL accelerated X.org driver based.
[   814.181] (II) glamor: EGL version 1.4 (DRI2):
[   814.181] EGL_MESA_drm_image required.
[   814.181] (EE) modeset(0): glamor initialization failed
[   814.181] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[   814.181] (II) modeset(0): Output Virtual-1 has no monitor section
[   814.181] (II) modeset(0): Output Virtual-2 has no monitor section
[   814.181] (II) modeset(0): Output Virtual-3 has no monitor section
[   814.181] (II) modeset(0): Output Virtual-4 has no monitor section
[   814.181] (II) modeset(0): Output Virtual-5 has no monitor section
[   814.181] (II) modeset(0): Output Virtual-6 has no monitor section
[   814.181] (II) modeset(0): Output Virtual-7 has no monitor section
[   814.181] (II) modeset(0): Output Virtual-8 has no monitor section
[   814.181] (II) modeset(0): EDID for output Virtual-1
[   814.181] (II) modeset(0): Printing probed modes for output Virtual-1
[   814.181] (II) modeset(0): Modeline "preferred"x60.0   42.75  800 850 900 950  600 650 700 750 -hsync +vsync (45.0 kHz eP)
[   814.181] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[   814.181] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[   814.181] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   814.181] (II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[   814.181] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   814.181] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   814.181] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[   814.181] (II) modeset(0): EDID for output Virtual-2
[   814.182] (II) modeset(0): EDID for output Virtual-3
[   814.182] (II) modeset(0): EDID for output Virtual-4
[   814.182] (II) modeset(0): EDID for output Virtual-5
[   814.182] (II) modeset(0): EDID for output Virtual-6
[   814.182] (II) modeset(0): EDID for output Virtual-7
[   814.182] (II) modeset(0): EDID for output Virtual-8
[   814.182] (II) modeset(0): Output Virtual-1 connected
[   814.182] (II) modeset(0): Output Virtual-2 disconnected
[   814.182] (II) modeset(0): Output Virtual-3 disconnected
[   814.182] (II) modeset(0): Output Virtual-4 disconnected
[   814.182] (II) modeset(0): Output Virtual-5 disconnected
[   814.182] (II) modeset(0): Output Virtual-6 disconnected
[   814.182] (II) modeset(0): Output Virtual-7 disconnected
[   814.182] (II) modeset(0): Output Virtual-8 disconnected
[   814.182] (II) modeset(0): Using exact sizes for initial modes
[   814.182] (II) modeset(0): Output Virtual-1 using initial mode preferred +0+0
[   814.182] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   814.182] (==) modeset(0): DPI set to (96, 96)
[   814.182] (II) Loading sub module "fb"
[   814.182] (II) LoadModule: "fb"
[   814.182] (II) Loading /usr/lib/xorg/modules/libfb.so
[   814.182] (II) Module fb: vendor="X.Org Foundation"
[   814.182]    compiled for 1.19.6, module version = 1.0.0
[   814.182]    ABI class: X.Org ANSI C Emulation, version 0.4
[   814.182] (==) Depth 24 pixmap format is 32 bpp
[   814.182] (==) modeset(0): Backing store enabled
[   814.182] (==) modeset(0): Silken mouse enabled
[   814.182] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   814.182] (==) modeset(0): DPMS enabled
[   814.183] (--) RandR disabled
[   814.185] (II) AIGLX: Screen 0 is not DRI2 capable
[   814.185] (EE) AIGLX: reverting to software rendering
[   814.186] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[   814.187] (II) IGLX: Loaded and initialized swrast
[   814.187] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   814.188] (II) modeset(0): Damage tracking initialized
[   814.188] (II) modeset(0): Setting screen physical size to 211 x 158
[   814.217] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   814.217] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   814.217] (II) LoadModule: "libinput"
[   814.217] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   814.219] (II) Module libinput: vendor="X.Org Foundation"
[   814.219]    compiled for 1.19.6, module version = 0.27.1
[   814.219]    Module class: X.Org XInput Driver
[   814.219]    ABI class: X.Org XInput driver, version 24.1
[   814.219] (II) Using input driver 'libinput' for 'Power Button'
[   814.220] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 22 paused 0
[   814.220] (**) Power Button: always reports core events
[   814.220] (**) Option "Device" "/dev/input/event0"
[   814.220] (**) Option "_source" "server/udev"
[   814.220] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   814.220] (II) event0  - Power Button: device is a keyboard
[   814.220] (II) event0  - Power Button: device removed
[   814.220] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[   814.220] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   814.221] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   814.221] (II) event0  - Power Button: device is a keyboard
[   814.221] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
[   814.221] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   814.221] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   814.222] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 25 paused 0
[   814.222] (**) AT Translated Set 2 keyboard: always reports core events
[   814.222] (**) Option "Device" "/dev/input/event1"
[   814.222] (**) Option "_source" "server/udev"
[   814.222] (II) event1  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   814.222] (II) event1  - AT Translated Set 2 keyboard: device is a keyboard
[   814.222] (II) event1  - AT Translated Set 2 keyboard: device removed
[   814.222] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
[   814.223] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 7)
[   814.223] (II) event1  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   814.224] (II) event1  - AT Translated Set 2 keyboard: device is a keyboard
[   814.224] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/event4)
[   814.224] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "libinput pointer catchall"
[   814.224] (II) Using input driver 'libinput' for 'VirtualPS/2 VMware VMMouse'
[   814.225] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[   814.225] (**) VirtualPS/2 VMware VMMouse: always reports core events
[   814.225] (**) Option "Device" "/dev/input/event4"
[   814.225] (**) Option "_source" "server/udev"
[   814.225] (II) event4  - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[   814.225] (II) event4  - VirtualPS/2 VMware VMMouse: device is a pointer
[   814.225] (II) event4  - VirtualPS/2 VMware VMMouse: device removed
[   814.225] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
[   814.225] (II) XINPUT: Adding extended input device "VirtualPS/2 VMware VMMouse" (type: MOUSE, id 8)
[   814.225] (**) Option "AccelerationScheme" "none"
[   814.225] (**) VirtualPS/2 VMware VMMouse: (accel) selected scheme none/0
[   814.225] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration factor: 2.000
[   814.225] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration threshold: 4
[   814.226] (II) event4  - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[   814.226] (II) event4  - VirtualPS/2 VMware VMMouse: device is a pointer
[   814.226] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/mouse1)
[   814.226] (II) No input driver specified, ignoring this device.
[   814.226] (II) This device may have been added with another device file.
[   814.226] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/event3)
[   814.227] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "libinput pointer catchall"
[   814.227] (II) Using input driver 'libinput' for 'VirtualPS/2 VMware VMMouse'
[   814.227] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[   814.227] (**) VirtualPS/2 VMware VMMouse: always reports core events
[   814.227] (**) Option "Device" "/dev/input/event3"
[   814.227] (**) Option "_source" "server/udev"
[   814.228] (II) event3  - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[   814.228] (II) event3  - VirtualPS/2 VMware VMMouse: device is a pointer
[   814.228] (II) event3  - VirtualPS/2 VMware VMMouse: device removed
[   814.228] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event3"
[   814.228] (II) XINPUT: Adding extended input device "VirtualPS/2 VMware VMMouse" (type: MOUSE, id 9)
[   814.228] (**) Option "AccelerationScheme" "none"
[   814.228] (**) VirtualPS/2 VMware VMMouse: (accel) selected scheme none/0
[   814.228] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration factor: 2.000
[   814.228] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration threshold: 4
[   814.228] (II) event3  - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[   814.228] (II) event3  - VirtualPS/2 VMware VMMouse: device is a pointer
[   814.229] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/mouse0)
[   814.229] (II) No input driver specified, ignoring this device.
[   814.229] (II) This device may have been added with another device file.
[   814.229] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[   814.229] (II) No input driver specified, ignoring this device.
[   814.229] (II) This device may have been added with another device file.
[   814.577] (**) Option "fd" "22"
[   814.577] (II) event0  - Power Button: device removed
[   814.577] (**) Option "fd" "25"
[   814.577] (II) event1  - AT Translated Set 2 keyboard: device removed
[   814.577] (**) Option "fd" "26"
[   814.577] (II) event4  - VirtualPS/2 VMware VMMouse: device removed
[   814.577] (**) Option "fd" "27"
[   814.577] (II) event3  - VirtualPS/2 VMware VMMouse: device removed
[   814.578] (II) UnloadModule: "libinput"
[   814.578] (II) systemd-logind: releasing fd for 13:67
[   814.646] (II) UnloadModule: "libinput"
[   814.646] (II) systemd-logind: releasing fd for 13:68
[   814.693] (II) UnloadModule: "libinput"
[   814.693] (II) systemd-logind: releasing fd for 13:65
[   814.716] (II) UnloadModule: "libinput"
[   814.716] (II) systemd-logind: releasing fd for 13:64
[   814.751] (II) Server terminated successfully (0). Closing log file.

With mesa 17:

[   759.253]
X.Org X Server 1.19.6
Release Date: 2017-12-20
[   759.254] X Protocol Version 11, Revision 0
[   759.255] Build Operating System: Linux 4.15.6-1-ARCH x86_64
[   759.256] Current Operating System: Linux arch 4.16.3-1-ARCH #1 SMP PREEMPT Thu Apr 19 09:17:56 UTC 2018 x86_64
[   759.256] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw quiet
[   759.257] Build Date: 12 April 2018  05:31:07AM
[   759.258]
[   759.258] Current version of pixman: 0.34.0
[   759.260]    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   759.260] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   759.262] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 25 17:38:46 2018
[   759.263] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   759.263] (==) No Layout section.  Using the first Screen section.
[   759.263] (==) No screen section available. Using defaults.
[   759.263] (**) |-->Screen "Default Screen Section" (0)
[   759.263] (**) |   |-->Monitor "<default monitor>"
[   759.263] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[   759.263] (==) Automatically adding devices
[   759.263] (==) Automatically enabling devices
[   759.263] (==) Automatically adding GPU devices
[   759.263] (==) Automatically binding GPU devices
[   759.263] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   759.263] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[   759.263]    Entry deleted from font path.
[   759.263] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[   759.263]    Entry deleted from font path.
[   759.263] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   759.263]    Entry deleted from font path.
[   759.263] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   759.263]    Entry deleted from font path.
[   759.263] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[   759.263]    Entry deleted from font path.
[   759.263] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[   759.263]    Entry deleted from font path.
[   759.263] (==) FontPath set to:

[   759.263] (==) ModulePath set to "/usr/lib/xorg/modules"
[   759.263] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[   759.263] (II) Loader magic: 0x55784ca57d60
[   759.263] (II) Module ABI versions:
[   759.263]    X.Org ANSI C Emulation: 0.4
[   759.263]    X.Org Video Driver: 23.0
[   759.263]    X.Org XInput driver : 24.1
[   759.263]    X.Org Server Extension : 10.0
[   759.264] (++) using VT number 1

[   759.266] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   759.266] (II) xfree86: Adding drm device (/dev/dri/card0)
[   759.267] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   759.272] (--) PCI:*(0:0:15:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0xe8000000/134217728, 0xfe000000/8388608, I/O @ 0x00001070/16, BIOS @ 0x????????/131072
[   759.272] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   759.272] (II) LoadModule: "glx"
[   759.272] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   759.274] (II) Module glx: vendor="X.Org Foundation"
[   759.274]    compiled for 1.19.6, module version = 1.0.0
[   759.274]    ABI class: X.Org Server Extension, version 10.0
[   759.274] (==) Matched vmware as autoconfigured driver 0
[   759.274] (==) Matched vmware as autoconfigured driver 1
[   759.274] (==) Matched modesetting as autoconfigured driver 2
[   759.274] (==) Matched fbdev as autoconfigured driver 3
[   759.274] (==) Matched vesa as autoconfigured driver 4
[   759.274] (==) Assigned the driver to the xf86ConfigLayout
[   759.274] (II) LoadModule: "vmware"
[   759.274] (WW) Warning, couldn't open module vmware
[   759.274] (II) UnloadModule: "vmware"
[   759.274] (II) Unloading vmware
[   759.274] (EE) Failed to load module "vmware" (module does not exist, 0)
[   759.274] (II) LoadModule: "modesetting"
[   759.274] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   759.274] (II) Module modesetting: vendor="X.Org Foundation"
[   759.274]    compiled for 1.19.6, module version = 1.19.6
[   759.274]    Module class: X.Org Video Driver
[   759.274]    ABI class: X.Org Video Driver, version 23.0
[   759.274] (II) LoadModule: "fbdev"
[   759.274] (WW) Warning, couldn't open module fbdev
[   759.274] (II) UnloadModule: "fbdev"
[   759.274] (II) Unloading fbdev
[   759.274] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   759.274] (II) LoadModule: "vesa"
[   759.274] (WW) Warning, couldn't open module vesa
[   759.274] (II) UnloadModule: "vesa"
[   759.274] (II) Unloading vesa
[   759.274] (EE) Failed to load module "vesa" (module does not exist, 0)
[   759.274] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   759.274] (II) modeset(0): using drv /dev/dri/card0
[   759.275] (II) modeset(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[   759.275] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   759.275] (==) modeset(0): RGB weight 888
[   759.275] (==) modeset(0): Default visual is TrueColor
[   759.275] (II) Loading sub module "glamoregl"
[   759.275] (II) LoadModule: "glamoregl"
[   759.275] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   759.275] (II) Module glamoregl: vendor="X.Org Foundation"
[   759.275]    compiled for 1.19.6, module version = 1.0.0
[   759.275]    ABI class: X.Org ANSI C Emulation, version 0.4
[   759.275] (II) glamor: OpenGL accelerated X.org driver based.
[   759.337] (II) glamor: EGL version 1.4 (DRI2):
[   759.337] EGL_MESA_drm_image required.
[   759.337] (EE) modeset(0): glamor initialization failed
[   759.337] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[   759.337] (II) modeset(0): Output Virtual-1 has no monitor section
[   759.337] (II) modeset(0): Output Virtual-2 has no monitor section
[   759.337] (II) modeset(0): Output Virtual-3 has no monitor section
[   759.337] (II) modeset(0): Output Virtual-4 has no monitor section
[   759.337] (II) modeset(0): Output Virtual-5 has no monitor section
[   759.337] (II) modeset(0): Output Virtual-6 has no monitor section
[   759.337] (II) modeset(0): Output Virtual-7 has no monitor section
[   759.337] (II) modeset(0): Output Virtual-8 has no monitor section
[   759.338] (II) modeset(0): EDID for output Virtual-1
[   759.338] (II) modeset(0): Printing probed modes for output Virtual-1
[   759.338] (II) modeset(0): Modeline "preferred"x60.0   42.75  800 850 900 950  600 650 700 750 -hsync +vsync (45.0 kHz eP)
[   759.338] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[   759.338] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[   759.338] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   759.338] (II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[   759.338] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   759.338] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   759.338] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[   759.338] (II) modeset(0): EDID for output Virtual-2
[   759.338] (II) modeset(0): EDID for output Virtual-3
[   759.338] (II) modeset(0): EDID for output Virtual-4
[   759.338] (II) modeset(0): EDID for output Virtual-5
[   759.338] (II) modeset(0): EDID for output Virtual-6
[   759.338] (II) modeset(0): EDID for output Virtual-7
[   759.338] (II) modeset(0): EDID for output Virtual-8
[   759.338] (II) modeset(0): Output Virtual-1 connected
[   759.338] (II) modeset(0): Output Virtual-2 disconnected
[   759.338] (II) modeset(0): Output Virtual-3 disconnected
[   759.338] (II) modeset(0): Output Virtual-4 disconnected
[   759.338] (II) modeset(0): Output Virtual-5 disconnected
[   759.338] (II) modeset(0): Output Virtual-6 disconnected
[   759.338] (II) modeset(0): Output Virtual-7 disconnected
[   759.338] (II) modeset(0): Output Virtual-8 disconnected
[   759.338] (II) modeset(0): Using exact sizes for initial modes
[   759.338] (II) modeset(0): Output Virtual-1 using initial mode preferred +0+0
[   759.338] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   759.338] (==) modeset(0): DPI set to (96, 96)
[   759.338] (II) Loading sub module "fb"
[   759.338] (II) LoadModule: "fb"
[   759.338] (II) Loading /usr/lib/xorg/modules/libfb.so
[   759.338] (II) Module fb: vendor="X.Org Foundation"
[   759.338]    compiled for 1.19.6, module version = 1.0.0
[   759.338]    ABI class: X.Org ANSI C Emulation, version 0.4
[   759.338] (==) Depth 24 pixmap format is 32 bpp
[   759.338] (==) modeset(0): Backing store enabled
[   759.338] (==) modeset(0): Silken mouse enabled
[   759.338] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   759.339] (==) modeset(0): DPMS enabled
[   759.339] (--) RandR disabled
[   759.341] (II) AIGLX: Screen 0 is not DRI2 capable
[   759.341] (EE) AIGLX: reverting to software rendering
[   759.342] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[   759.343] (II) IGLX: Loaded and initialized swrast
[   759.343] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   759.343] (II) modeset(0): Damage tracking initialized
[   759.343] (II) modeset(0): Setting screen physical size to 211 x 158
[   759.371] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   759.371] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   759.371] (II) LoadModule: "libinput"
[   759.372] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   759.373] (II) Module libinput: vendor="X.Org Foundation"
[   759.373]    compiled for 1.19.6, module version = 0.27.1
[   759.373]    Module class: X.Org XInput Driver
[   759.373]    ABI class: X.Org XInput driver, version 24.1
[   759.373] (II) Using input driver 'libinput' for 'Power Button'
[   759.374] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 22 paused 0
[   759.374] (**) Power Button: always reports core events
[   759.374] (**) Option "Device" "/dev/input/event0"
[   759.374] (**) Option "_source" "server/udev"
[   759.374] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   759.374] (II) event0  - Power Button: device is a keyboard
[   759.375] (II) event0  - Power Button: device removed
[   759.375] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[   759.375] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   759.375] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   759.375] (II) event0  - Power Button: device is a keyboard
[   759.376] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
[   759.376] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   759.376] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   759.376] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 25 paused 0
[   759.376] (**) AT Translated Set 2 keyboard: always reports core events
[   759.377] (**) Option "Device" "/dev/input/event1"
[   759.377] (**) Option "_source" "server/udev"
[   759.377] (II) event1  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   759.377] (II) event1  - AT Translated Set 2 keyboard: device is a keyboard
[   759.377] (II) event1  - AT Translated Set 2 keyboard: device removed
[   759.377] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
[   759.377] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 7)
[   759.377] (II) event1  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   759.377] (II) event1  - AT Translated Set 2 keyboard: device is a keyboard
[   759.378] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/event4)
[   759.378] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "libinput pointer catchall"
[   759.378] (II) Using input driver 'libinput' for 'VirtualPS/2 VMware VMMouse'
[   759.378] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[   759.378] (**) VirtualPS/2 VMware VMMouse: always reports core events
[   759.379] (**) Option "Device" "/dev/input/event4"
[   759.379] (**) Option "_source" "server/udev"
[   759.379] (II) event4  - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[   759.379] (II) event4  - VirtualPS/2 VMware VMMouse: device is a pointer
[   759.379] (II) event4  - VirtualPS/2 VMware VMMouse: device removed
[   759.379] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
[   759.379] (II) XINPUT: Adding extended input device "VirtualPS/2 VMware VMMouse" (type: MOUSE, id 8)
[   759.379] (**) Option "AccelerationScheme" "none"
[   759.379] (**) VirtualPS/2 VMware VMMouse: (accel) selected scheme none/0
[   759.379] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration factor: 2.000
[   759.379] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration threshold: 4
[   759.379] (II) event4  - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[   759.379] (II) event4  - VirtualPS/2 VMware VMMouse: device is a pointer
[   759.380] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/mouse1)
[   759.380] (II) No input driver specified, ignoring this device.
[   759.380] (II) This device may have been added with another device file.
[   759.380] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/event3)
[   759.380] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "libinput pointer catchall"
[   759.380] (II) Using input driver 'libinput' for 'VirtualPS/2 VMware VMMouse'
[   759.381] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[   759.381] (**) VirtualPS/2 VMware VMMouse: always reports core events
[   759.381] (**) Option "Device" "/dev/input/event3"
[   759.381] (**) Option "_source" "server/udev"
[   759.381] (II) event3  - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[   759.381] (II) event3  - VirtualPS/2 VMware VMMouse: device is a pointer
[   759.381] (II) event3  - VirtualPS/2 VMware VMMouse: device removed
[   759.381] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event3"
[   759.381] (II) XINPUT: Adding extended input device "VirtualPS/2 VMware VMMouse" (type: MOUSE, id 9)
[   759.381] (**) Option "AccelerationScheme" "none"
[   759.381] (**) VirtualPS/2 VMware VMMouse: (accel) selected scheme none/0
[   759.381] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration factor: 2.000
[   759.381] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration threshold: 4
[   759.382] (II) event3  - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[   759.382] (II) event3  - VirtualPS/2 VMware VMMouse: device is a pointer
[   759.382] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/mouse0)
[   759.382] (II) No input driver specified, ignoring this device.
[   759.382] (II) This device may have been added with another device file.
[   759.382] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[   759.382] (II) No input driver specified, ignoring this device.
[   759.382] (II) This device may have been added with another device file.
[   775.822] (**) Option "fd" "22"
[   775.822] (II) event0  - Power Button: device removed
[   775.822] (**) Option "fd" "25"
[   775.822] (II) event1  - AT Translated Set 2 keyboard: device removed
[   775.822] (**) Option "fd" "26"
[   775.823] (II) event4  - VirtualPS/2 VMware VMMouse: device removed
[   775.823] (**) Option "fd" "27"
[   775.823] (II) event3  - VirtualPS/2 VMware VMMouse: device removed
[   775.823] (II) UnloadModule: "libinput"
[   775.823] (II) systemd-logind: releasing fd for 13:67
[   775.853] (II) UnloadModule: "libinput"
[   775.853] (II) systemd-logind: releasing fd for 13:68
[   775.923] (II) UnloadModule: "libinput"
[   775.923] (II) systemd-logind: releasing fd for 13:65
[   775.963] (II) UnloadModule: "libinput"
[   775.963] (II) systemd-logind: releasing fd for 13:64
[   775.991] (II) Server terminated successfully (0). Closing log file.

Offline

#2 2018-04-25 11:57:33

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: VMs can't start gnome with xinit after updating to mesa 18

Apart from the fact both logs show the vms use modesetting driver with software rendering (glamor support doesn't appear to be working), there's nothing in the logs that stand out.

Could you try starting a simple windowmanager like openbox to verify whether the problem is gnome-specific or not ?

Last edited by Lone_Wolf (2018-04-25 11:57:44)


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


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

Offline

#3 2018-04-25 16:54:41

gurnaik
Member
From: Smethwick
Registered: 2011-09-07
Posts: 13

Re: VMs can't start gnome with xinit after updating to mesa 18

I have this issue as well. Both Gnome and Budgie don't start.

KDE, LXQT, Openbox, Fluxbox, FVWM and Enlightenment16 are not affected.


---
"You know what they say: no good deed goes unpunished."

Offline

#4 2018-04-26 07:00:00

leonshaw
Member
Registered: 2012-01-11
Posts: 19

Re: VMs can't start gnome with xinit after updating to mesa 18

Lone_Wolf wrote:

Apart from the fact both logs show the vms use modesetting driver with software rendering (glamor support doesn't appear to be working), there's nothing in the logs that stand out.

Could you try starting a simple windowmanager like openbox to verify whether the problem is gnome-specific or not ?

openbox can start normally. I can see gnome complaining in the journal. Seems related to mesa 3d library?

Apr 26 22:52:31 arch dbus-daemon[2885]: [session uid=0 pid=2885] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.4' (uid=0 pid=2988 comm="/usr/lib/gnome-session-check-accelerated ")
Apr 26 22:52:31 arch systemd[376]: Starting Virtual filesystem service...
-- Subject: Unit UNIT has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit UNIT has begun starting up.
Apr 26 22:52:31 arch dbus-daemon[2885]: [session uid=0 pid=2885] Successfully activated service 'org.gtk.vfs.Daemon'
Apr 26 22:52:31 arch systemd[376]: Started Virtual filesystem service.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit UNIT has finished starting up.
--
-- The start-up result is RESULT.
Apr 26 22:52:31 arch dbus-daemon[2885]: [session uid=0 pid=2885] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.7' (uid=0 pid=2988 comm="/usr/lib/gnome-session-check-accelerated ")
Apr 26 22:52:31 arch systemd[376]: Starting Accessibility services bus...
-- Subject: Unit UNIT has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit UNIT has begun starting up.
Apr 26 22:52:31 arch dbus-daemon[2885]: [session uid=0 pid=2885] Successfully activated service 'org.a11y.Bus'
Apr 26 22:52:31 arch systemd[376]: Started Accessibility services bus.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit UNIT has finished starting up.
--
-- The start-up result is RESULT.
Apr 26 22:52:31 arch at-spi-bus-launcher[3005]: dbus-daemon[3010]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=0 pid=2988 comm="/usr/lib/gnome-session-check-accelerated ")
Apr 26 22:52:31 arch at-spi-bus-launcher[3005]: dbus-daemon[3010]: Successfully activated service 'org.a11y.atspi.Registry'
Apr 26 22:52:31 arch at-spi-bus-launcher[3005]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Apr 26 22:52:31 arch gnome-session[2981]: gnome-session-binary[2981]: WARNING: software acceleration check failed: Child process exited with code 1
Apr 26 22:52:31 arch gnome-session-binary[2981]: WARNING: software acceleration check failed: Child process exited with code 1
Apr 26 22:52:31 arch gnome-session[2981]: Unable to init server: Could not connect: Connection refused
Apr 26 22:52:31 arch gnome-session-f[3020]: Cannot open display:
Apr 26 22:52:31 arch at-spi-bus-launcher[3005]: XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
Apr 26 22:52:31 arch at-spi-bus-launcher[3005]:       after 21 requests (19 known processed) with 0 events remaining.

Last edited by leonshaw (2018-04-26 07:07:12)

Offline

#5 2018-04-26 10:12:05

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: VMs can't start gnome with xinit after updating to mesa 18

Looks like gnome-session has trouble with the lack of video acceleration .
Budgie depends on gnome-session, so it's not surprising it also has problems.


While a change in mesa between the 17.3 and 18.0 trees may have resulted in gnome start failing, in my opinion the real error is incorrect client configuration.
(SW acceleration is limited, slow and mainly usefull as fallback when the good options don't work)
The best solution is to setup video acceleration correctly for your Virtualbox and VSphere virtual machines.


For the VMware  / Vsphere ones this should be easy, https://wiki.archlinux.org/index.php/VM … figuration

VirtualBox is trickier, as you have to make changes to the guest install AND also to the virtualbox settings for the VM .
see https://wiki.archlinux.org/index.php/Vi … nux_guests .

Unfortunately all of these will have to be done on a per-vm base, hope you don't have many of them.


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


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

Offline

#6 2018-05-03 01:39:15

leonshaw
Member
Registered: 2012-01-11
Posts: 19

Re: VMs can't start gnome with xinit after updating to mesa 18

I've already enabled 3D acceleration in VM settings, and installed the packages. It works before. Even with mesa 18 + openbox, glxinfo says direct rendering is enabled. But gnome won't start.

Offline

#7 2018-05-03 07:38:22

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: VMs can't start gnome with xinit after updating to mesa 18

No improvement with mesa 18.0.2-1 ?

please post full dmesg and/or journalctl of a boot including the failing startx .


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


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

Offline

#8 2018-05-03 08:57:53

leonshaw
Member
Registered: 2012-01-11
Posts: 19

Re: VMs can't start gnome with xinit after updating to mesa 18

Sorry, I rechecked with vSphere, and found 3D support in VM settings was greyed out. It works after changing the OS type option and enabling 3D. (I don't know why glxinfo gives wrong information).

However, I've already selected 3D acceleration for my virtualbox VM but doesn't work, the same with mesa 18.0.2-1.
May it be related to the host? I'm running vSphere with a dell server, and virtualbox with macbook pro.

logs:

-- Logs begin at Wed 2018-03-21 09:09:37 CST, end at Thu 2018-05-03 16:35:43 CST. --
May 03 16:35:24 arch kernel: Linux version 4.16.6-1-ARCH (builduser@heftig-20360) (gcc version 7.3.1 20180406 (GCC)) #1 SMP PREEMPT Mon Apr 30 12:30:03 UTC 2018
May 03 16:35:24 arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b514caea-dd42-4a32-924c-b3b88aafc951 rw quiet resume=/dev/sda2
May 03 16:35:24 arch kernel: KERNEL supported cpus:
May 03 16:35:24 arch kernel:   Intel GenuineIntel
May 03 16:35:24 arch kernel:   AMD AuthenticAMD
May 03 16:35:24 arch kernel:   Centaur CentaurHauls
May 03 16:35:24 arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 03 16:35:24 arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 03 16:35:24 arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 03 16:35:24 arch kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
May 03 16:35:24 arch kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
May 03 16:35:24 arch kernel: e820: BIOS-provided physical RAM map:
May 03 16:35:24 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
May 03 16:35:24 arch kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
May 03 16:35:24 arch kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
May 03 16:35:24 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000dffeffff] usable
May 03 16:35:24 arch kernel: BIOS-e820: [mem 0x00000000dfff0000-0x00000000dfffffff] ACPI data
May 03 16:35:24 arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 03 16:35:24 arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 03 16:35:24 arch kernel: BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
May 03 16:35:24 arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000021fffffff] usable
May 03 16:35:24 arch kernel: NX (Execute Disable) protection: active
May 03 16:35:24 arch kernel: SMBIOS 2.5 present.
May 03 16:35:24 arch kernel: DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
May 03 16:35:24 arch kernel: Hypervisor detected: KVM
May 03 16:35:24 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 03 16:35:24 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 03 16:35:24 arch kernel: e820: last_pfn = 0x220000 max_arch_pfn = 0x400000000
May 03 16:35:24 arch kernel: MTRR default type: uncachable
May 03 16:35:24 arch kernel: MTRR variable ranges disabled:
May 03 16:35:24 arch kernel: MTRR: Disabled
May 03 16:35:24 arch kernel: x86/PAT: MTRRs disabled, skipping PAT initialization too.
May 03 16:35:24 arch kernel: CPU MTRRs all blank - virtualized system.
May 03 16:35:24 arch kernel: x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
May 03 16:35:24 arch kernel: e820: last_pfn = 0xdfff0 max_arch_pfn = 0x400000000
May 03 16:35:24 arch kernel: found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [        (ptrval)]
May 03 16:35:24 arch kernel: Scanning 1 areas for low memory corruption
May 03 16:35:24 arch kernel: Base memory trampoline at [        (ptrval)] 99000 size 24576
May 03 16:35:24 arch kernel: BRK [0x17f64f000, 0x17f64ffff] PGTABLE
May 03 16:35:24 arch kernel: BRK [0x17f650000, 0x17f650fff] PGTABLE
May 03 16:35:24 arch kernel: BRK [0x17f651000, 0x17f651fff] PGTABLE
May 03 16:35:24 arch kernel: BRK [0x17f652000, 0x17f652fff] PGTABLE
May 03 16:35:24 arch kernel: BRK [0x17f653000, 0x17f653fff] PGTABLE
May 03 16:35:24 arch kernel: BRK [0x17f654000, 0x17f654fff] PGTABLE
May 03 16:35:24 arch kernel: BRK [0x17f655000, 0x17f655fff] PGTABLE
May 03 16:35:24 arch kernel: BRK [0x17f656000, 0x17f656fff] PGTABLE
May 03 16:35:24 arch kernel: BRK [0x17f657000, 0x17f657fff] PGTABLE
May 03 16:35:24 arch kernel: RAMDISK: [mem 0x3718c000-0x378bdfff]
May 03 16:35:24 arch kernel: ACPI: Early table checksum verification disabled
May 03 16:35:24 arch kernel: ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX  )
May 03 16:35:24 arch kernel: ACPI: XSDT 0x00000000DFFF0030 00003C (v01 VBOX   VBOXXSDT 00000001 ASL  00000061)
May 03 16:35:24 arch kernel: ACPI: FACP 0x00000000DFFF00F0 0000F4 (v04 VBOX   VBOXFACP 00000001 ASL  00000061)
May 03 16:35:24 arch kernel: ACPI: DSDT 0x00000000DFFF0480 0021FF (v02 VBOX   VBOXBIOS 00000002 INTL 20100528)
May 03 16:35:24 arch kernel: ACPI: FACS 0x00000000DFFF0200 000040
May 03 16:35:24 arch kernel: ACPI: FACS 0x00000000DFFF0200 000040
May 03 16:35:24 arch kernel: ACPI: APIC 0x00000000DFFF0240 00006C (v02 VBOX   VBOXAPIC 00000001 ASL  00000061)
May 03 16:35:24 arch kernel: ACPI: SSDT 0x00000000DFFF02B0 0001CC (v01 VBOX   VBOXCPUT 00000002 INTL 20100528)
May 03 16:35:24 arch kernel: ACPI: Local APIC address 0xfee00000
May 03 16:35:24 arch kernel: No NUMA configuration found
May 03 16:35:24 arch kernel: Faking a node at [mem 0x0000000000000000-0x000000021fffffff]
May 03 16:35:24 arch kernel: NODE_DATA(0) allocated [mem 0x21fff8000-0x21fffbfff]
May 03 16:35:24 arch kernel: kvm-clock: cpu 0, msr 2:1fff2001, primary cpu clock
May 03 16:35:24 arch kernel: kvm-clock: Using msrs 4b564d01 and 4b564d00
May 03 16:35:24 arch kernel: kvm-clock: using sched offset of 4766096834 cycles
May 03 16:35:24 arch kernel: clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
May 03 16:35:24 arch kernel: Zone ranges:
May 03 16:35:24 arch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 03 16:35:24 arch kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
May 03 16:35:24 arch kernel:   Normal   [mem 0x0000000100000000-0x000000021fffffff]
May 03 16:35:24 arch kernel:   Device   empty
May 03 16:35:24 arch kernel: Movable zone start for each node
May 03 16:35:24 arch kernel: Early memory node ranges
May 03 16:35:24 arch kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
May 03 16:35:24 arch kernel:   node   0: [mem 0x0000000000100000-0x00000000dffeffff]
May 03 16:35:24 arch kernel:   node   0: [mem 0x0000000100000000-0x000000021fffffff]
May 03 16:35:24 arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000021fffffff]
May 03 16:35:24 arch kernel: On node 0 totalpages: 2097038
May 03 16:35:24 arch kernel:   DMA zone: 64 pages used for memmap
May 03 16:35:24 arch kernel:   DMA zone: 21 pages reserved
May 03 16:35:24 arch kernel:   DMA zone: 3998 pages, LIFO batch:0
May 03 16:35:24 arch kernel:   DMA32 zone: 14272 pages used for memmap
May 03 16:35:24 arch kernel:   DMA32 zone: 913392 pages, LIFO batch:31
May 03 16:35:24 arch kernel:   Normal zone: 18432 pages used for memmap
May 03 16:35:24 arch kernel:   Normal zone: 1179648 pages, LIFO batch:31
May 03 16:35:24 arch kernel: Reserved but unavailable: 98 pages
May 03 16:35:24 arch kernel: ACPI: PM-Timer IO Port: 0x4008
May 03 16:35:24 arch kernel: ACPI: Local APIC address 0xfee00000
May 03 16:35:24 arch kernel: IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
May 03 16:35:24 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 03 16:35:24 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
May 03 16:35:24 arch kernel: ACPI: IRQ0 used by override.
May 03 16:35:24 arch kernel: ACPI: IRQ9 used by override.
May 03 16:35:24 arch kernel: Using ACPI (MADT) for SMP configuration information
May 03 16:35:24 arch kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
May 03 16:35:24 arch kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 03 16:35:24 arch kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
May 03 16:35:24 arch kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
May 03 16:35:24 arch kernel: PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
May 03 16:35:24 arch kernel: PM: Registered nosave memory: [mem 0xdfff0000-0xdfffffff]
May 03 16:35:24 arch kernel: PM: Registered nosave memory: [mem 0xe0000000-0xfebfffff]
May 03 16:35:24 arch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
May 03 16:35:24 arch kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
May 03 16:35:24 arch kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
May 03 16:35:24 arch kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfffbffff]
May 03 16:35:24 arch kernel: PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
May 03 16:35:24 arch kernel: e820: [mem 0xe0000000-0xfebfffff] available for PCI devices
May 03 16:35:24 arch kernel: Booting paravirtualized kernel on KVM
May 03 16:35:24 arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
May 03 16:35:24 arch kernel: random: get_random_bytes called from start_kernel+0x96/0x4dc with crng_init=0
May 03 16:35:24 arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
May 03 16:35:24 arch kernel: percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u524288
May 03 16:35:24 arch kernel: pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
May 03 16:35:24 arch kernel: pcpu-alloc: [0] 0 1 2 3 
May 03 16:35:24 arch kernel: PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
May 03 16:35:24 arch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2064249
May 03 16:35:24 arch kernel: Policy zone: Normal
May 03 16:35:24 arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b514caea-dd42-4a32-924c-b3b88aafc951 rw quiet resume=/dev/sda2
May 03 16:35:24 arch kernel: Calgary: detecting Calgary via BIOS EBDA area
May 03 16:35:24 arch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
May 03 16:35:24 arch kernel: Memory: 8159936K/8388152K available (10252K kernel code, 1264K rwdata, 3372K rodata, 1464K init, 640K bss, 228216K reserved, 0K cma-reserved)
May 03 16:35:24 arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
May 03 16:35:24 arch kernel: Kernel/User page tables isolation: enabled
May 03 16:35:24 arch kernel: ftrace: allocating 31750 entries in 125 pages
May 03 16:35:24 arch kernel: Preemptible hierarchical RCU implementation.
May 03 16:35:24 arch kernel:         CONFIG_RCU_FANOUT set to non-default value of 32
May 03 16:35:24 arch kernel:         RCU dyntick-idle grace-period acceleration is enabled.
May 03 16:35:24 arch kernel:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
May 03 16:35:24 arch kernel:         RCU priority boosting: priority 1 delay 500 ms.
May 03 16:35:24 arch kernel:         Tasks RCU enabled.
May 03 16:35:24 arch kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
May 03 16:35:24 arch kernel: NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
May 03 16:35:24 arch kernel:         Offload RCU callbacks from CPUs: .
May 03 16:35:24 arch kernel: Console: colour dummy device 80x25
May 03 16:35:24 arch kernel: console [tty0] enabled
May 03 16:35:24 arch kernel: ACPI: Core revision 20180105
May 03 16:35:24 arch kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
May 03 16:35:24 arch kernel: APIC: Switch to symmetric I/O mode setup
May 03 16:35:24 arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 03 16:35:24 arch kernel: tsc: Detected 2494.226 MHz processor
May 03 16:35:24 arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23f3eb3743e, max_idle_ns: 440795257847 ns
May 03 16:35:24 arch kernel: Calibrating delay loop (skipped) preset value.. 4990.30 BogoMIPS (lpj=8314086)
May 03 16:35:24 arch kernel: pid_max: default: 32768 minimum: 301
May 03 16:35:24 arch kernel: Security Framework initialized
May 03 16:35:24 arch kernel: Yama: becoming mindful.
May 03 16:35:24 arch kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
May 03 16:35:24 arch kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
May 03 16:35:24 arch kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
May 03 16:35:24 arch kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
May 03 16:35:24 arch kernel: CPU: Physical Processor ID: 0
May 03 16:35:24 arch kernel: CPU: Processor Core ID: 0
May 03 16:35:24 arch kernel: mce: CPU supports 0 MCE banks
May 03 16:35:24 arch kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
May 03 16:35:24 arch kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
May 03 16:35:24 arch kernel: Spectre V2 : Mitigation: Full generic retpoline
May 03 16:35:24 arch kernel: Freeing SMP alternatives memory: 24K
May 03 16:35:24 arch kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz (family: 0x6, model: 0x46, stepping: 0x1)
May 03 16:35:24 arch kernel: Performance Events: unsupported p6 CPU model 70 no PMU driver, software events only.
May 03 16:35:24 arch kernel: Hierarchical SRCU implementation.
May 03 16:35:24 arch kernel: NMI watchdog: Perf event create on CPU 0 failed with -2
May 03 16:35:24 arch kernel: NMI watchdog: Perf NMI watchdog permanently disabled
May 03 16:35:24 arch kernel: smp: Bringing up secondary CPUs ...
May 03 16:35:24 arch kernel: x86: Booting SMP configuration:
May 03 16:35:24 arch kernel: .... node  #0, CPUs:      #1
May 03 16:35:24 arch kernel: kvm-clock: cpu 1, msr 2:1fff2041, secondary cpu clock
May 03 16:35:24 arch kernel: mce: CPU supports 0 MCE banks
May 03 16:35:24 arch kernel:  #2
May 03 16:35:24 arch kernel: kvm-clock: cpu 2, msr 2:1fff2081, secondary cpu clock
May 03 16:35:24 arch kernel: mce: CPU supports 0 MCE banks
May 03 16:35:24 arch kernel:  #3
May 03 16:35:24 arch kernel: kvm-clock: cpu 3, msr 2:1fff20c1, secondary cpu clock
May 03 16:35:24 arch kernel: mce: CPU supports 0 MCE banks
May 03 16:35:24 arch kernel: smp: Brought up 1 node, 4 CPUs
May 03 16:35:24 arch kernel: smpboot: Max logical packages: 1
May 03 16:35:24 arch kernel: smpboot: Total of 4 processors activated (19961.21 BogoMIPS)
May 03 16:35:24 arch kernel: devtmpfs: initialized
May 03 16:35:24 arch kernel: x86/mm: Memory block size: 128MB
May 03 16:35:24 arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
May 03 16:35:24 arch kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
May 03 16:35:24 arch kernel: pinctrl core: initialized pinctrl subsystem
May 03 16:35:24 arch kernel: RTC time:  8:35:16, date: 05/03/18
May 03 16:35:24 arch kernel: NET: Registered protocol family 16
May 03 16:35:24 arch kernel: cpuidle: using governor ladder
May 03 16:35:24 arch kernel: cpuidle: using governor menu
May 03 16:35:24 arch kernel: ACPI: bus type PCI registered
May 03 16:35:24 arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 03 16:35:24 arch kernel: PCI: Using configuration type 1 for base access
May 03 16:35:24 arch kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 03 16:35:24 arch kernel: ACPI: Added _OSI(Module Device)
May 03 16:35:24 arch kernel: ACPI: Added _OSI(Processor Device)
May 03 16:35:24 arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 03 16:35:24 arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 03 16:35:24 arch kernel: ACPI: Executed 1 blocks of module-level executable AML code
May 03 16:35:24 arch kernel: ACPI: Interpreter enabled
May 03 16:35:24 arch kernel: ACPI: (supports S0 S5)
May 03 16:35:24 arch kernel: ACPI: Using IOAPIC for interrupt routing
May 03 16:35:24 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 03 16:35:24 arch kernel: ACPI: Enabled 2 GPEs in block 00 to 07
May 03 16:35:24 arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
May 03 16:35:24 arch kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
May 03 16:35:24 arch kernel: acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
May 03 16:35:24 arch kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
May 03 16:35:24 arch kernel: PCI host bridge to bus 0000:00
May 03 16:35:24 arch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 03 16:35:24 arch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 03 16:35:24 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 03 16:35:24 arch kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfdffffff window]
May 03 16:35:24 arch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
May 03 16:35:24 arch kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
May 03 16:35:24 arch kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
May 03 16:35:24 arch kernel: pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a
May 03 16:35:24 arch kernel: pci 0000:00:01.1: reg 0x20: [io  0xd000-0xd00f]
May 03 16:35:24 arch kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
May 03 16:35:24 arch kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
May 03 16:35:24 arch kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
May 03 16:35:24 arch kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
May 03 16:35:24 arch kernel: pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000
May 03 16:35:24 arch kernel: pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe7ffffff pref]
May 03 16:35:24 arch kernel: pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000
May 03 16:35:24 arch kernel: pci 0000:00:03.0: reg 0x10: [io  0xd020-0xd03f]
May 03 16:35:24 arch kernel: pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000
May 03 16:35:24 arch kernel: pci 0000:00:04.0: reg 0x10: [io  0xd040-0xd05f]
May 03 16:35:24 arch kernel: pci 0000:00:04.0: reg 0x14: [mem 0xf0000000-0xf03fffff]
May 03 16:35:24 arch kernel: pci 0000:00:04.0: reg 0x18: [mem 0xf0400000-0xf0403fff pref]
May 03 16:35:24 arch kernel: pci 0000:00:07.0: [8086:7113] type 00 class 0x068000
May 03 16:35:24 arch kernel: pci 0000:00:07.0: quirk: [io  0x4000-0x403f] claimed by PIIX4 ACPI
May 03 16:35:24 arch kernel: pci 0000:00:07.0: quirk: [io  0x4100-0x410f] claimed by PIIX4 SMB
May 03 16:35:24 arch kernel: pci 0000:00:08.0: [1af4:1000] type 00 class 0x020000
May 03 16:35:24 arch kernel: pci 0000:00:08.0: reg 0x10: [io  0xd060-0xd07f]
May 03 16:35:24 arch kernel: pci 0000:00:0c.0: [8086:1e31] type 00 class 0x0c0330
May 03 16:35:24 arch kernel: pci 0000:00:0c.0: reg 0x10: [mem 0xf0410000-0xf041ffff]
May 03 16:35:24 arch kernel: pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601
May 03 16:35:24 arch kernel: pci 0000:00:0d.0: reg 0x10: [io  0xd080-0xd087]
May 03 16:35:24 arch kernel: pci 0000:00:0d.0: reg 0x14: [io  0xd088-0xd08b]
May 03 16:35:24 arch kernel: pci 0000:00:0d.0: reg 0x18: [io  0xd090-0xd097]
May 03 16:35:24 arch kernel: pci 0000:00:0d.0: reg 0x1c: [io  0xd098-0xd09b]
May 03 16:35:24 arch kernel: pci 0000:00:0d.0: reg 0x20: [io  0xd0a0-0xd0af]
May 03 16:35:24 arch kernel: pci 0000:00:0d.0: reg 0x24: [mem 0xf0420000-0xf0421fff]
May 03 16:35:24 arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11)
May 03 16:35:24 arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 *10 11)
May 03 16:35:24 arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *9 10 11)
May 03 16:35:24 arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 10 *11)
May 03 16:35:24 arch kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
May 03 16:35:24 arch kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 03 16:35:24 arch kernel: pci 0000:00:02.0: vgaarb: bridge control possible
May 03 16:35:24 arch kernel: vgaarb: loaded
May 03 16:35:24 arch kernel: EDAC MC: Ver: 3.0.0
May 03 16:35:24 arch kernel: PCI: Using ACPI for IRQ routing
May 03 16:35:24 arch kernel: PCI: pci_cache_line_size set to 64 bytes
May 03 16:35:24 arch kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
May 03 16:35:24 arch kernel: e820: reserve RAM buffer [mem 0xdfff0000-0xdfffffff]
May 03 16:35:24 arch kernel: NetLabel: Initializing
May 03 16:35:24 arch kernel: NetLabel:  domain hash size = 128
May 03 16:35:24 arch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 03 16:35:24 arch kernel: NetLabel:  unlabeled traffic allowed by default
May 03 16:35:24 arch kernel: clocksource: Switched to clocksource kvm-clock
May 03 16:35:24 arch kernel: VFS: Disk quotas dquot_6.6.0
May 03 16:35:24 arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 03 16:35:24 arch kernel: pnp: PnP ACPI init
May 03 16:35:24 arch kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
May 03 16:35:24 arch kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active)
May 03 16:35:24 arch kernel: pnp: PnP ACPI: found 2 devices
May 03 16:35:24 arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 03 16:35:24 arch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 03 16:35:24 arch kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 03 16:35:24 arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 03 16:35:24 arch kernel: pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfdffffff window]
May 03 16:35:24 arch kernel: NET: Registered protocol family 2
May 03 16:35:24 arch kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
May 03 16:35:24 arch kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
May 03 16:35:24 arch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
May 03 16:35:24 arch kernel: TCP: Hash tables configured (established 65536 bind 65536)
May 03 16:35:24 arch kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
May 03 16:35:24 arch kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
May 03 16:35:24 arch kernel: NET: Registered protocol family 1
May 03 16:35:24 arch kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
May 03 16:35:24 arch kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds
May 03 16:35:24 arch kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 03 16:35:24 arch kernel: PCI: CLS 0 bytes, default 64
May 03 16:35:24 arch kernel: Unpacking initramfs...
May 03 16:35:24 arch kernel: Freeing initrd memory: 7368K
May 03 16:35:24 arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 03 16:35:24 arch kernel: software IO TLB [mem 0xdbff0000-0xdfff0000] (64MB) mapped at [        (ptrval)-        (ptrval)]
May 03 16:35:24 arch kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
May 03 16:35:24 arch kernel: Scanning for low memory corruption every 60 seconds
May 03 16:35:24 arch kernel: Initialise system trusted keyrings
May 03 16:35:24 arch kernel: Key type blacklist registered
May 03 16:35:24 arch kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
May 03 16:35:24 arch kernel: zbud: loaded
May 03 16:35:24 arch kernel: Key type asymmetric registered
May 03 16:35:24 arch kernel: Asymmetric key parser 'x509' registered
May 03 16:35:24 arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
May 03 16:35:24 arch kernel: io scheduler noop registered
May 03 16:35:24 arch kernel: io scheduler deadline registered
May 03 16:35:24 arch kernel: io scheduler cfq registered (default)
May 03 16:35:24 arch kernel: io scheduler mq-deadline registered
May 03 16:35:24 arch kernel: io scheduler kyber registered
May 03 16:35:24 arch kernel: io scheduler bfq registered
May 03 16:35:24 arch kernel: vesafb: mode is 640x480x32, linelength=2560, pages=0
May 03 16:35:24 arch kernel: vesafb: scrolling: redraw
May 03 16:35:24 arch kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 03 16:35:24 arch kernel: vesafb: framebuffer at 0xe0000000, mapped to 0x        (ptrval), using 1216k, total 1216k
May 03 16:35:24 arch kernel: Console: switching to colour frame buffer device 80x30
May 03 16:35:24 arch kernel: fb0: VESA VGA frame buffer device
May 03 16:35:24 arch kernel: intel_idle: Please enable MWAIT in BIOS SETUP
May 03 16:35:24 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
May 03 16:35:24 arch kernel: ACPI: Power Button [PWRF]
May 03 16:35:24 arch kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
May 03 16:35:24 arch kernel: ACPI: Sleep Button [SLPF]
May 03 16:35:24 arch kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
May 03 16:35:24 arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input2
May 03 16:35:24 arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
May 03 16:35:24 arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 03 16:35:24 arch kernel: NET: Registered protocol family 10
May 03 16:35:24 arch kernel: Segment Routing with IPv6
May 03 16:35:24 arch kernel: NET: Registered protocol family 17
May 03 16:35:24 arch kernel: RAS: Correctable Errors collector initialized.
May 03 16:35:24 arch kernel: sched_clock: Marking stable (433480051, 0)->(803317153, -369837102)
May 03 16:35:24 arch kernel: registered taskstats version 1
May 03 16:35:24 arch kernel: Loading compiled-in X.509 certificates
May 03 16:35:24 arch kernel: zswap: loaded using pool lzo/zbud
May 03 16:35:24 arch kernel: Key type big_key registered
May 03 16:35:24 arch kernel:   Magic number: 2:95:573
May 03 16:35:24 arch kernel: hctosys: unable to open rtc device (rtc0)
May 03 16:35:24 arch kernel: Freeing unused kernel memory: 1464K
May 03 16:35:24 arch kernel: Write protecting the kernel read-only data: 16384k
May 03 16:35:24 arch kernel: Freeing unused kernel memory: 2016K
May 03 16:35:24 arch kernel: Freeing unused kernel memory: 724K
May 03 16:35:24 arch kernel: SCSI subsystem initialized
May 03 16:35:24 arch kernel: virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy driver
May 03 16:35:24 arch kernel: virtio-pci 0000:00:08.0: virtio_pci: leaving for legacy driver
May 03 16:35:24 arch kernel: libata version 3.00 loaded.
May 03 16:35:24 arch kernel: ACPI: bus type USB registered
May 03 16:35:24 arch kernel: usbcore: registered new interface driver usbfs
May 03 16:35:24 arch kernel: usbcore: registered new interface driver hub
May 03 16:35:24 arch kernel: usbcore: registered new device driver usb
May 03 16:35:24 arch kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
May 03 16:35:24 arch kernel: ata_piix 0000:00:01.1: version 2.13
May 03 16:35:24 arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 03 16:35:24 arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
May 03 16:35:24 arch kernel: scsi host0: ata_piix
May 03 16:35:24 arch kernel: scsi host1: ata_piix
May 03 16:35:24 arch kernel: ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
May 03 16:35:24 arch kernel: ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
May 03 16:35:24 arch kernel: ahci 0000:00:0d.0: version 3.0
May 03 16:35:24 arch kernel: ahci 0000:00:0d.0: SSS flag set, parallel bus scan disabled
May 03 16:35:24 arch kernel: ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
May 03 16:35:24 arch kernel: ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc 
May 03 16:35:24 arch kernel: scsi host2: ahci
May 03 16:35:24 arch kernel: scsi host3: ahci
May 03 16:35:24 arch kernel: ata3: SATA max UDMA/133 abar m8192@0xf0420000 port 0xf0420100 irq 21
May 03 16:35:24 arch kernel: ata4: SATA max UDMA/133 abar m8192@0xf0420000 port 0xf0420180 irq 21
May 03 16:35:24 arch kernel: xhci_hcd 0000:00:0c.0: xHCI Host Controller
May 03 16:35:24 arch kernel: xhci_hcd 0000:00:0c.0: new USB bus registered, assigned bus number 1
May 03 16:35:24 arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
May 03 16:35:24 arch kernel: xhci_hcd 0000:00:0c.0: hcc params 0x04000000 hci version 0x100 quirks 0x0000b930
May 03 16:35:24 arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
May 03 16:35:24 arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 03 16:35:24 arch kernel: usb usb1: Product: xHCI Host Controller
May 03 16:35:24 arch kernel: usb usb1: Manufacturer: Linux 4.16.6-1-ARCH xhci-hcd
May 03 16:35:24 arch kernel: usb usb1: SerialNumber: 0000:00:0c.0
May 03 16:35:24 arch kernel: hub 1-0:1.0: USB hub found
May 03 16:35:24 arch kernel: hub 1-0:1.0: 8 ports detected
May 03 16:35:24 arch kernel: xhci_hcd 0000:00:0c.0: xHCI Host Controller
May 03 16:35:24 arch kernel: xhci_hcd 0000:00:0c.0: new USB bus registered, assigned bus number 2
May 03 16:35:24 arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
May 03 16:35:24 arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 03 16:35:24 arch kernel: usb usb2: Product: xHCI Host Controller
May 03 16:35:24 arch kernel: usb usb2: Manufacturer: Linux 4.16.6-1-ARCH xhci-hcd
May 03 16:35:24 arch kernel: usb usb2: SerialNumber: 0000:00:0c.0
May 03 16:35:24 arch kernel: hub 2-0:1.0: USB hub found
May 03 16:35:24 arch kernel: hub 2-0:1.0: 6 ports detected
May 03 16:35:24 arch kernel: ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133
May 03 16:35:24 arch kernel: ata2.00: configured for UDMA/33
May 03 16:35:24 arch kernel: scsi 1:0:0:0: CD-ROM            VBOX     CD-ROM           1.0  PQ: 0 ANSI: 5
May 03 16:35:24 arch kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
May 03 16:35:24 arch kernel: ata3.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
May 03 16:35:24 arch kernel: ata3.00: 204800000 sectors, multi 128: LBA48 NCQ (depth 31/32)
May 03 16:35:24 arch kernel: ata3.00: configured for UDMA/133
May 03 16:35:24 arch kernel: scsi 2:0:0:0: Direct-Access     ATA      VBOX HARDDISK    1.0  PQ: 0 ANSI: 5
May 03 16:35:24 arch kernel: usb 1-1: new full-speed USB device number 2 using xhci_hcd
May 03 16:35:24 arch kernel: usb 1-1: New USB device found, idVendor=80ee, idProduct=0021
May 03 16:35:24 arch kernel: usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
May 03 16:35:24 arch kernel: usb 1-1: Product: USB Tablet
May 03 16:35:24 arch kernel: usb 1-1: Manufacturer: VirtualBox
May 03 16:35:24 arch kernel: hidraw: raw HID events driver (C) Jiri Kosina
May 03 16:35:24 arch kernel: usbcore: registered new interface driver usbhid
May 03 16:35:24 arch kernel: usbhid: USB HID core driver
May 03 16:35:24 arch kernel: input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:0c.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input5
May 03 16:35:24 arch kernel: hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:0c.0-1/input0
May 03 16:35:24 arch kernel: ata4: SATA link down (SStatus 0 SControl 300)
May 03 16:35:24 arch kernel: sd 2:0:0:0: [sda] 204800000 512-byte logical blocks: (105 GB/97.7 GiB)
May 03 16:35:24 arch kernel: sd 2:0:0:0: [sda] Write Protect is off
May 03 16:35:24 arch kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 03 16:35:24 arch kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 03 16:35:24 arch kernel:  sda: sda1 sda2
May 03 16:35:24 arch kernel: sd 2:0:0:0: [sda] Attached SCSI disk
May 03 16:35:24 arch kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray
May 03 16:35:24 arch kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
May 03 16:35:24 arch kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
May 03 16:35:24 arch kernel: tsc: Refined TSC clocksource calibration: 2494.015 MHz
May 03 16:35:24 arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23f323c9b69, max_idle_ns: 440795203452 ns
May 03 16:35:24 arch kernel: PM: Starting manual resume from disk
May 03 16:35:24 arch kernel: PM: Image not found (code -22)
May 03 16:35:24 arch kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
May 03 16:35:24 arch kernel: random: fast init done
May 03 16:35:24 arch systemd[1]: systemd 238 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)
May 03 16:35:24 arch systemd[1]: Detected virtualization oracle.
May 03 16:35:24 arch systemd[1]: Detected architecture x86-64.
May 03 16:35:24 arch systemd[1]: Set hostname to <arch>.
May 03 16:35:24 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 03 16:35:24 arch systemd[1]: Listening on LVM2 metadata daemon socket.
May 03 16:35:24 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 03 16:35:24 arch systemd[1]: Listening on Network Service Netlink Socket.
May 03 16:35:24 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 03 16:35:24 arch systemd[1]: Created slice system-getty.slice.
May 03 16:35:24 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 03 16:35:24 arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 03 16:35:24 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 03 16:35:24 arch systemd[1]: Listening on udev Kernel Socket.
May 03 16:35:24 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 03 16:35:24 arch systemd[1]: Created slice User and Session Slice.
May 03 16:35:24 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 03 16:35:24 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 03 16:35:24 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 03 16:35:24 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 03 16:35:24 arch kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered
May 03 16:35:24 arch systemd-journald[226]: Journal started
May 03 16:35:24 arch systemd-journald[226]: Runtime journal (/run/log/journal/e172c5388b1f4e4abe0b324125ceb1c9) is 8.0M, max 399.0M, 391.0M free.
May 03 16:35:24 arch systemd-modules-load[219]: Inserted module 'crypto_user'
May 03 16:35:24 arch systemd[1]: Starting Flush Journal to Persistent Storage...
May 03 16:35:24 arch systemd[1]: Started Create System Users.
May 03 16:35:24 arch systemd[1]: Starting Create Static Device Nodes in /dev...
May 03 16:35:24 arch kernel: vboxguest: host-version: 5.2.8r121009 0x1
May 03 16:35:24 arch systemd[1]: Started LVM2 metadata daemon.
May 03 16:35:24 arch kernel: vbg_heartbeat_init: Setting up heartbeat to trigger every 2000 milliseconds
May 03 16:35:24 arch kernel: input: VirtualBox mouse integration as /devices/pci0000:00/0000:00:04.0/input/input6
May 03 16:35:24 arch kernel: vboxguest: misc device minor 57, IRQ 20, I/O port d040, MMIO at 0x00000000f0000000 (size 0x0000000000400000)
May 03 16:35:24 arch systemd-modules-load[219]: Inserted module 'vboxsf'
May 03 16:35:24 arch kernel: vboxsf: loading out-of-tree module taints kernel.
May 03 16:35:24 arch kernel: Linux agpgart interface v0.103
May 03 16:35:25 arch systemd-journald[226]: Time spent on flushing to /var is 33.527ms for 440 entries.
May 03 16:35:25 arch systemd-journald[226]: System journal (/var/log/journal/e172c5388b1f4e4abe0b324125ceb1c9) is 512.1M, max 500.0M, 0B free.
May 03 16:35:25 arch kernel: vboxvideo: module is from the staging directory, the quality is unknown, you have been warned.
May 03 16:35:25 arch kernel: [drm] VRAM 08000000
May 03 16:35:25 arch kernel: [TTM] Zone  kernel: Available graphics memory: 4085766 kiB
May 03 16:35:25 arch kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
May 03 16:35:25 arch kernel: [TTM] Initializing pool allocator
May 03 16:35:25 arch kernel: [TTM] Initializing DMA pool allocator
May 03 16:35:25 arch kernel: checking generic (e0000000 130000) vs hw (e0000000 8000000)
May 03 16:35:25 arch kernel: fb: switching to vboxdrmfb from VESA VGA
May 03 16:35:25 arch kernel: Console: switching to colour dummy device 80x25
May 03 16:35:25 arch kernel: fbcon: vboxdrmfb (fb0) is primary device
May 03 16:35:25 arch kernel: Console: switching to colour frame buffer device 100x37
May 03 16:35:25 arch kernel: vboxvideo 0000:00:02.0: fb0: vboxdrmfb frame buffer device
May 03 16:35:25 arch kernel: [drm] Initialized vboxvideo 1.0.0 20130823 for 0000:00:02.0 on minor 0
May 03 16:35:25 arch systemd-modules-load[219]: Inserted module 'vboxvideo'
May 03 16:35:25 arch systemd[1]: Started Load Kernel Modules.
May 03 16:35:25 arch systemd[1]: Mounting Kernel Configuration File System...
May 03 16:35:25 arch systemd[1]: Starting Apply Kernel Variables...
May 03 16:35:25 arch systemd[1]: Mounted Kernel Configuration File System.
May 03 16:35:25 arch systemd[1]: Started Apply Kernel Variables.
May 03 16:35:25 arch systemd[1]: Started Create Static Device Nodes in /dev.
May 03 16:35:25 arch systemd[1]: Started Rebuild Hardware Database.
May 03 16:35:25 arch systemd[1]: Starting udev Kernel Device Manager...
May 03 16:35:25 arch systemd[1]: Started udev Kernel Device Manager.
May 03 16:35:25 arch systemd[1]: Starting Network Service...
May 03 16:35:25 arch systemd-networkd[247]: Enumeration completed
May 03 16:35:25 arch systemd[1]: Started Network Service.
May 03 16:35:25 arch kernel: ACPI: Battery Slot [BAT0] (battery present)
May 03 16:35:25 arch kernel: ACPI: AC Adapter [AC] (on-line)
May 03 16:35:25 arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
May 03 16:35:25 arch systemd-udevd[250]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 03 16:35:25 arch kernel: virtio_net virtio1 enp0s8: renamed from eth1
May 03 16:35:25 arch systemd-networkd[247]: eth1: Interface name change detected, eth1 has been renamed to enp0s8.
May 03 16:35:25 arch systemd-udevd[260]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 03 16:35:25 arch kernel: virtio_net virtio0 enp0s3: renamed from eth0
May 03 16:35:25 arch systemd-networkd[247]: eth0: Interface name change detected, eth0 has been renamed to enp0s3.
May 03 16:35:25 arch systemd-networkd[247]: lo: Link is not managed by us
May 03 16:35:25 arch systemd-networkd[247]: enp0s3: Link is not managed by us
May 03 16:35:25 arch systemd-networkd[247]: enp0s8: IPv6 successfully enabled
May 03 16:35:25 arch mtp-probe[263]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:0c.0/usb1/1-1"
May 03 16:35:25 arch mtp-probe[263]: bus: 1, device: 2 was not an MTP device
May 03 16:35:25 arch systemd-networkd[247]: enp0s8: Gained carrier
May 03 16:35:25 arch systemd-networkd[247]: lo: Link is not managed by us
May 03 16:35:25 arch systemd-networkd[247]: enp0s3: IPv6 successfully enabled
May 03 16:35:25 arch systemd-udevd[248]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 03 16:35:25 arch kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 10737418240 ms ovfl timer
May 03 16:35:25 arch kernel: RAPL PMU: hw unit of domain pp0-core 2^-0 Joules
May 03 16:35:25 arch kernel: RAPL PMU: hw unit of domain package 2^-0 Joules
May 03 16:35:25 arch kernel: RAPL PMU: hw unit of domain dram 2^-0 Joules
May 03 16:35:25 arch kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-0 Joules
May 03 16:35:25 arch kernel: piix4_smbus 0000:00:07.0: SMBus Host Controller at 0x4100, revision 0
May 03 16:35:25 arch systemd-networkd[247]: enp0s3: Gained carrier
May 03 16:35:25 arch systemd-networkd[247]: enp0s8: DHCPv4 address 192.168.56.101/24
May 03 16:35:25 arch systemd-networkd[247]: enp0s3: DHCPv4 address 10.0.2.15/24 via 10.0.2.1
May 03 16:35:25 arch systemd[1]: Started Flush Journal to Persistent Storage.
May 03 16:35:25 arch kernel: cryptd: max_cpu_qlen set to 1000
May 03 16:35:25 arch kernel: rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
May 03 16:35:25 arch kernel: rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
May 03 16:35:25 arch kernel: mousedev: PS/2 mouse device common for all mice
May 03 16:35:25 arch kernel: AVX2 version of gcm_enc/dec engaged.
May 03 16:35:25 arch kernel: AES CTR mode by8 optimization enabled
May 03 16:35:25 arch systemd[1]: Found device VBOX_HARDDISK 2.
May 03 16:35:25 arch systemd[1]: Activating swap /dev/sda2...
May 03 16:35:25 arch systemd[1]: Activated swap /dev/sda2.
May 03 16:35:25 arch kernel: Adding 4194300k swap on /dev/sda2.  Priority:-2 extents:1 across:4194300k FS
May 03 16:35:25 arch systemd[1]: Reached target Swap.
May 03 16:35:25 arch systemd[1]: Mounting Temporary Directory (/tmp)...
May 03 16:35:25 arch systemd[1]: Mounted Temporary Directory (/tmp).
May 03 16:35:25 arch systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
May 03 16:35:25 arch systemd[1]: Reached target Local File Systems (Pre).
May 03 16:35:25 arch systemd[1]: Reached target Local File Systems.
May 03 16:35:25 arch systemd[1]: Starting Rebuild Journal Catalog...
May 03 16:35:25 arch systemd[1]: Starting Create Volatile Files and Directories...
May 03 16:35:25 arch systemd[1]: Starting Rebuild Dynamic Linker Cache...
May 03 16:35:25 arch kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input8
May 03 16:35:25 arch systemd[1]: Started Rebuild Journal Catalog.
May 03 16:35:25 arch systemd[1]: Started Create Volatile Files and Directories.
May 03 16:35:25 arch systemd[1]: Starting Network Time Synchronization...
May 03 16:35:25 arch systemd[1]: Starting Network Name Resolution...
May 03 16:35:25 arch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 03 16:35:25 arch systemd[1]: Started Update UTMP about System Boot/Shutdown.
May 03 16:35:25 arch systemd[1]: Started Network Time Synchronization.
May 03 16:35:25 arch systemd[1]: Reached target System Time Synchronized.
May 03 16:35:25 arch systemd[1]: Started Rebuild Dynamic Linker Cache.
May 03 16:35:25 arch systemd[1]: Starting Update is Completed...
May 03 16:35:25 arch systemd[1]: Started Update is Completed.
May 03 16:35:25 arch systemd[1]: Reached target System Initialization.
May 03 16:35:25 arch systemd[1]: Started Daily rotation of log files.
May 03 16:35:25 arch systemd[1]: Started Daily verification of password and group files.
May 03 16:35:25 arch systemd[1]: Listening on D-Bus System Message Bus Socket.
May 03 16:35:25 arch systemd[1]: Reached target Sockets.
May 03 16:35:25 arch systemd[1]: Started Daily man-db cache update.
May 03 16:35:25 arch systemd[1]: Started Daily Cleanup of Temporary Directories.
May 03 16:35:25 arch systemd[1]: Reached target Timers.
May 03 16:35:25 arch systemd[1]: Reached target Basic System.
May 03 16:35:25 arch systemd[1]: Started D-Bus System Message Bus.
May 03 16:35:25 arch systemd[1]: Starting Login Service...
May 03 16:35:25 arch systemd[1]: Starting VirtualBox Guest Service...
May 03 16:35:25 arch systemd-resolved[316]: Positive Trust Anchors:
May 03 16:35:25 arch systemd-resolved[316]: . IN DS 19036 8 2 49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5
May 03 16:35:25 arch systemd-resolved[316]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
May 03 16:35:25 arch systemd-resolved[316]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
May 03 16:35:25 arch systemd-resolved[316]: Using system hostname 'arch'.
May 03 16:35:25 arch systemd-logind[323]: New seat seat0.
May 03 16:35:25 arch systemd-logind[323]: Watching system buttons on /dev/input/event0 (Power Button)
May 03 16:35:25 arch systemd-logind[323]: Watching system buttons on /dev/input/event1 (Sleep Button)
May 03 16:35:25 arch systemd[1]: Started Network Name Resolution.
May 03 16:35:25 arch systemd[1]: Reached target Host and Network Name Lookups.
May 03 16:35:25 arch systemd[1]: Reached target Network.
May 03 16:35:25 arch systemd[1]: Starting Permit User Sessions...
May 03 16:35:25 arch systemd[1]: Started OpenSSH Daemon.
May 03 16:35:25 arch systemd[1]: Started VirtualBox Guest Service.
May 03 16:35:25 arch systemd[1]: Started Permit User Sessions.
May 03 16:35:25 arch systemd-logind[323]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
May 03 16:35:25 arch systemd[1]: Started Getty on tty1.
May 03 16:35:25 arch systemd[1]: Reached target Login Prompts.
May 03 16:35:25 arch systemd[1]: Started Login Service.
May 03 16:35:25 arch systemd[1]: Reached target Multi-User System.
May 03 16:35:25 arch systemd[1]: Reached target Graphical Interface.
May 03 16:35:25 arch systemd[1]: Startup finished in 1.936s (kernel) + 1.359s (userspace) = 3.295s.
May 03 16:35:25 arch sshd[331]: Server listening on 0.0.0.0 port 22.
May 03 16:35:25 arch sshd[331]: Server listening on :: port 22.
May 03 16:35:25 arch VBoxService[332]: VBoxService 5.2.10 r121806 (verbosity: 0) linux.amd64 (Apr 17 2018 21:00:04) release log
May 03 16:35:25 arch VBoxService[332]: 00:00:00.000092 main     Log opened 2018-05-03T08:35:25.909716000Z
May 03 16:35:25 arch VBoxService[332]: 00:00:00.000164 main     OS Product: Linux
May 03 16:35:25 arch VBoxService[332]: 00:00:00.000174 main     OS Release: 4.16.6-1-ARCH
May 03 16:35:25 arch VBoxService[332]: 00:00:00.000178 main     OS Version: #1 SMP PREEMPT Mon Apr 30 12:30:03 UTC 2018
May 03 16:35:25 arch VBoxService[332]: 00:00:00.000182 main     Executable: /usr/bin/VBoxService
May 03 16:35:25 arch VBoxService[332]: 00:00:00.000182 main     Process ID: 332
May 03 16:35:25 arch VBoxService[332]: 00:00:00.000183 main     Package type: LINUX_64BITS_GENERIC (OSE)
May 03 16:35:25 arch VBoxService[332]: 00:00:00.002778 main     5.2.10 r121806 started. Verbose level = 0
May 03 16:35:26 arch systemd-networkd[247]: enp0s3: Gained IPv6LL
May 03 16:35:27 arch systemd-networkd[247]: enp0s8: Gained IPv6LL
May 03 16:35:28 arch kernel: random: crng init done
May 03 16:35:29 arch login[333]: pam_unix(login:session): session opened for user leon by LOGIN(uid=0)
May 03 16:35:29 arch systemd[1]: Created slice User Slice of leon.
May 03 16:35:29 arch systemd[1]: Starting User Manager for UID 1000...
May 03 16:35:29 arch systemd-logind[323]: New session c1 of user leon.
May 03 16:35:29 arch systemd[1]: Started Session c1 of user leon.
May 03 16:35:29 arch systemd[343]: pam_unix(systemd-user:session): session opened for user leon by (uid=0)
May 03 16:35:29 arch systemd[343]: Listening on Multimedia System.
May 03 16:35:29 arch systemd[343]: Listening on Sound System.
May 03 16:35:29 arch login[333]: LOGIN ON tty1 BY leon
May 03 16:35:29 arch systemd[343]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 03 16:35:29 arch systemd[343]: Starting D-Bus User Message Bus Socket.
May 03 16:35:29 arch systemd[343]: Reached target Timers.
May 03 16:35:29 arch systemd[343]: Reached target Paths.
May 03 16:35:29 arch systemd[343]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 03 16:35:29 arch systemd[343]: Listening on GnuPG cryptographic agent and passphrase cache.
May 03 16:35:29 arch systemd[343]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 03 16:35:29 arch systemd[343]: Listening on GnuPG network certificate management daemon.
May 03 16:35:29 arch systemd[343]: Listening on D-Bus User Message Bus Socket.
May 03 16:35:29 arch systemd[343]: Reached target Sockets.
May 03 16:35:29 arch systemd[343]: Reached target Basic System.
May 03 16:35:29 arch systemd[1]: Started User Manager for UID 1000.
May 03 16:35:29 arch systemd[343]: Starting Update XDG user dir configuration...
May 03 16:35:29 arch systemd[343]: Started Update XDG user dir configuration.
May 03 16:35:29 arch systemd[343]: Reached target Default.
May 03 16:35:29 arch systemd[343]: Startup finished in 86ms.
May 03 16:35:32 arch systemd[343]: Started D-Bus User Message Bus.
May 03 16:35:32 arch dbus-daemon[393]: [session uid=1000 pid=393] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.4' (uid=1000 pid=398 comm="/usr/lib/gnome-session-check-accelerated ")
May 03 16:35:32 arch systemd[343]: Starting Virtual filesystem service...
May 03 16:35:32 arch dbus-daemon[393]: [session uid=1000 pid=393] Successfully activated service 'org.gtk.vfs.Daemon'
May 03 16:35:32 arch systemd[343]: Started Virtual filesystem service.
May 03 16:35:32 arch kernel: fuse init (API version 7.26)
May 03 16:35:32 arch systemd[1]: Mounting FUSE Control File System...
May 03 16:35:32 arch systemd[1]: Mounted FUSE Control File System.
May 03 16:35:32 arch dbus-daemon[393]: [session uid=1000 pid=393] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.7' (uid=1000 pid=398 comm="/usr/lib/gnome-session-check-accelerated ")
May 03 16:35:32 arch systemd[343]: Starting Accessibility services bus...
May 03 16:35:32 arch dbus-daemon[393]: [session uid=1000 pid=393] Successfully activated service 'org.a11y.Bus'
May 03 16:35:32 arch systemd[343]: Started Accessibility services bus.
May 03 16:35:32 arch at-spi-bus-launcher[423]: dbus-daemon[428]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=398 comm="/usr/lib/gnome-session-check-accelerated ")
May 03 16:35:32 arch at-spi-bus-launcher[423]: dbus-daemon[428]: Successfully activated service 'org.a11y.atspi.Registry'
May 03 16:35:32 arch at-spi-bus-launcher[423]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 03 16:35:32 arch gnome-session[390]: gnome-session-binary[390]: WARNING: software acceleration check failed: Child process exited with code 1
May 03 16:35:32 arch gnome-session-binary[390]: WARNING: software acceleration check failed: Child process exited with code 1
May 03 16:35:32 arch gnome-session[390]: Unable to init server: Could not connect: Connection refused
May 03 16:35:32 arch gnome-session-f[440]: Cannot open display: 
May 03 16:35:32 arch at-spi-bus-launcher[423]: XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
May 03 16:35:32 arch at-spi-bus-launcher[423]:       after 21 requests (19 known processed) with 0 events remaining.
May 03 16:35:38 arch systemd-networkd[247]: enp0s3: Configured
May 03 16:35:43 arch sudo[449]:     leon : TTY=tty1 ; PWD=/home/leon ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 03 16:35:43 arch sudo[449]: pam_unix(sudo:session): session opened for user root by leon(uid=0)

Offline

#9 2018-05-03 09:44:11

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: VMs can't start gnome with xinit after updating to mesa 18

For the last few years direct rendering has been supported by several mesa software renderers, it's no longer useful to determine HW acceleration .
The renderer-in-use however is useful, just use glxinfo | grep -i opengl .

Do the macbook pro host and guest use the same version of virtualbox ?

-------------------


May 03 16:35:25 arch systemd[1]: Reached target Graphical Interface.
May 03 16:35:25 arch systemd[1]: Startup finished in 1.936s (kernel) + 1.359s (userspace) = 3.295s.
May 03 16:35:25 arch sshd[331]: Server listening on 0.0.0.0 port 22.
May 03 16:35:25 arch sshd[331]: Server listening on :: port 22.
May 03 16:35:25 arch VBoxService[332]: VBoxService 5.2.10 r121806 (verbosity: 0) linux.amd64 (Apr 17 2018 21:00:04) release log
May 03 16:35:25 arch VBoxService[332]: 00:00:00.000092 main     Log opened 2018-05-03T08:35:25.909716000Z
May 03 16:35:25 arch VBoxService[332]: 00:00:00.000164 main     OS Product: Linux
May 03 16:35:25 arch VBoxService[332]: 00:00:00.000174 main     OS Release: 4.16.6-1-ARCH
May 03 16:35:25 arch VBoxService[332]: 00:00:00.000178 main     OS Version: #1 SMP PREEMPT Mon Apr 30 12:30:03 UTC 2018
May 03 16:35:25 arch VBoxService[332]: 00:00:00.000182 main     Executable: /usr/bin/VBoxService
May 03 16:35:25 arch VBoxService[332]: 00:00:00.000182 main     Process ID: 332
May 03 16:35:25 arch VBoxService[332]: 00:00:00.000183 main     Package type: LINUX_64BITS_GENERIC (OSE)
May 03 16:35:25 arch VBoxService[332]: 00:00:00.002778 main     5.2.10 r121806 started. Verbose level = 0
May 03 16:35:26 arch systemd-networkd[247]: enp0s3: Gained IPv6LL
May 03 16:35:27 arch systemd-networkd[247]: enp0s8: Gained IPv6LL
May 03 16:35:28 arch kernel: random: crng init done
May 03 16:35:29 arch login[333]: pam_unix(login:session): session opened for user leon by LOGIN(uid=0)
May 03 16:35:29 arch systemd[1]: Created slice User Slice of leon.
May 03 16:35:29 arch systemd[1]: Starting User Manager for UID 1000...
May 03 16:35:29 arch systemd-logind[323]: New session c1 of user leon.
May 03 16:35:29 arch systemd[1]: Started Session c1 of user leon.
May 03 16:35:29 arch systemd[343]: pam_unix(systemd-user:session): session opened for user leon by (uid=0)
May 03 16:35:29 arch systemd[343]: Listening on Multimedia System.
May 03 16:35:29 arch systemd[343]: Listening on Sound System.
May 03 16:35:29 arch login[333]: LOGIN ON tty1 BY leon
May 03 16:35:29 arch systemd[343]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 03 16:35:29 arch systemd[343]: Starting D-Bus User Message Bus Socket.
May 03 16:35:29 arch systemd[343]: Reached target Timers.
May 03 16:35:29 arch systemd[343]: Reached target Paths.
May 03 16:35:29 arch systemd[343]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 03 16:35:29 arch systemd[343]: Listening on GnuPG cryptographic agent and passphrase cache.
May 03 16:35:29 arch systemd[343]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 03 16:35:29 arch systemd[343]: Listening on GnuPG network certificate management daemon.
May 03 16:35:29 arch systemd[343]: Listening on D-Bus User Message Bus Socket.
May 03 16:35:29 arch systemd[343]: Reached target Sockets.
May 03 16:35:29 arch systemd[343]: Reached target Basic System.
May 03 16:35:29 arch systemd[1]: Started User Manager for UID 1000.
May 03 16:35:29 arch systemd[343]: Starting Update XDG user dir configuration...
May 03 16:35:29 arch systemd[343]: Started Update XDG user dir configuration.
May 03 16:35:29 arch systemd[343]: Reached target Default.

For now, disable autologin and boot into multi-user.target .
login as user, run startx .

post journal and xorg log .


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


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

Offline

#10 2018-05-04 02:16:22

leonshaw
Member
Registered: 2012-01-11
Posts: 19

Re: VMs can't start gnome with xinit after updating to mesa 18

Host virtualbox was 5.2.8. I updated it to 5.2.10 now, and here is the log.

Journal:

-- Logs begin at Mon 2018-04-09 11:47:54 CST, end at Fri 2018-05-04 10:06:03 CST. --
May 04 10:05:42 arch kernel: Linux version 4.16.6-1-ARCH (builduser@heftig-20360) (gcc version 7.3.1 20180406 (GCC)) #1 SMP PREEMPT Mon Apr 30 12:30:03 UTC 2018
May 04 10:05:42 arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b514caea-dd42-4a32-924c-b3b88aafc951 rw quiet resume=/dev/sda2
May 04 10:05:42 arch kernel: KERNEL supported cpus:
May 04 10:05:42 arch kernel:   Intel GenuineIntel
May 04 10:05:42 arch kernel:   AMD AuthenticAMD
May 04 10:05:42 arch kernel:   Centaur CentaurHauls
May 04 10:05:42 arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 04 10:05:42 arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 04 10:05:42 arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 04 10:05:42 arch kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
May 04 10:05:42 arch kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
May 04 10:05:42 arch kernel: e820: BIOS-provided physical RAM map:
May 04 10:05:42 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
May 04 10:05:42 arch kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
May 04 10:05:42 arch kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
May 04 10:05:42 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000dffeffff] usable
May 04 10:05:42 arch kernel: BIOS-e820: [mem 0x00000000dfff0000-0x00000000dfffffff] ACPI data
May 04 10:05:42 arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 04 10:05:42 arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 04 10:05:42 arch kernel: BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
May 04 10:05:42 arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000021fffffff] usable
May 04 10:05:42 arch kernel: NX (Execute Disable) protection: active
May 04 10:05:42 arch kernel: SMBIOS 2.5 present.
May 04 10:05:42 arch kernel: DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
May 04 10:05:42 arch kernel: Hypervisor detected: KVM
May 04 10:05:42 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 04 10:05:42 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 04 10:05:42 arch kernel: e820: last_pfn = 0x220000 max_arch_pfn = 0x400000000
May 04 10:05:42 arch kernel: MTRR default type: uncachable
May 04 10:05:42 arch kernel: MTRR variable ranges disabled:
May 04 10:05:42 arch kernel: MTRR: Disabled
May 04 10:05:42 arch kernel: x86/PAT: MTRRs disabled, skipping PAT initialization too.
May 04 10:05:42 arch kernel: CPU MTRRs all blank - virtualized system.
May 04 10:05:42 arch kernel: x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
May 04 10:05:42 arch kernel: e820: last_pfn = 0xdfff0 max_arch_pfn = 0x400000000
May 04 10:05:42 arch kernel: found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [        (ptrval)]
May 04 10:05:42 arch kernel: Scanning 1 areas for low memory corruption
May 04 10:05:42 arch kernel: Base memory trampoline at [        (ptrval)] 99000 size 24576
May 04 10:05:42 arch kernel: BRK [0x9564f000, 0x9564ffff] PGTABLE
May 04 10:05:42 arch kernel: BRK [0x95650000, 0x95650fff] PGTABLE
May 04 10:05:42 arch kernel: BRK [0x95651000, 0x95651fff] PGTABLE
May 04 10:05:42 arch kernel: BRK [0x95652000, 0x95652fff] PGTABLE
May 04 10:05:42 arch kernel: BRK [0x95653000, 0x95653fff] PGTABLE
May 04 10:05:42 arch kernel: BRK [0x95654000, 0x95654fff] PGTABLE
May 04 10:05:42 arch kernel: BRK [0x95655000, 0x95655fff] PGTABLE
May 04 10:05:42 arch kernel: BRK [0x95656000, 0x95656fff] PGTABLE
May 04 10:05:42 arch kernel: BRK [0x95657000, 0x95657fff] PGTABLE
May 04 10:05:42 arch kernel: RAMDISK: [mem 0x3718c000-0x378bdfff]
May 04 10:05:42 arch kernel: ACPI: Early table checksum verification disabled
May 04 10:05:42 arch kernel: ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX  )
May 04 10:05:42 arch kernel: ACPI: XSDT 0x00000000DFFF0030 00003C (v01 VBOX   VBOXXSDT 00000001 ASL  00000061)
May 04 10:05:42 arch kernel: ACPI: FACP 0x00000000DFFF00F0 0000F4 (v04 VBOX   VBOXFACP 00000001 ASL  00000061)
May 04 10:05:42 arch kernel: ACPI: DSDT 0x00000000DFFF0480 0021FF (v02 VBOX   VBOXBIOS 00000002 INTL 20100528)
May 04 10:05:42 arch kernel: ACPI: FACS 0x00000000DFFF0200 000040
May 04 10:05:42 arch kernel: ACPI: FACS 0x00000000DFFF0200 000040
May 04 10:05:42 arch kernel: ACPI: APIC 0x00000000DFFF0240 00006C (v02 VBOX   VBOXAPIC 00000001 ASL  00000061)
May 04 10:05:42 arch kernel: ACPI: SSDT 0x00000000DFFF02B0 0001CC (v01 VBOX   VBOXCPUT 00000002 INTL 20100528)
May 04 10:05:42 arch kernel: ACPI: Local APIC address 0xfee00000
May 04 10:05:42 arch kernel: No NUMA configuration found
May 04 10:05:42 arch kernel: Faking a node at [mem 0x0000000000000000-0x000000021fffffff]
May 04 10:05:42 arch kernel: NODE_DATA(0) allocated [mem 0x21fff8000-0x21fffbfff]
May 04 10:05:42 arch kernel: kvm-clock: cpu 0, msr 2:1fff2001, primary cpu clock
May 04 10:05:42 arch kernel: kvm-clock: Using msrs 4b564d01 and 4b564d00
May 04 10:05:42 arch kernel: kvm-clock: using sched offset of 4763165115 cycles
May 04 10:05:42 arch kernel: clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
May 04 10:05:42 arch kernel: Zone ranges:
May 04 10:05:42 arch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 04 10:05:42 arch kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
May 04 10:05:42 arch kernel:   Normal   [mem 0x0000000100000000-0x000000021fffffff]
May 04 10:05:42 arch kernel:   Device   empty
May 04 10:05:42 arch kernel: Movable zone start for each node
May 04 10:05:42 arch kernel: Early memory node ranges
May 04 10:05:42 arch kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
May 04 10:05:42 arch kernel:   node   0: [mem 0x0000000000100000-0x00000000dffeffff]
May 04 10:05:42 arch kernel:   node   0: [mem 0x0000000100000000-0x000000021fffffff]
May 04 10:05:42 arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000021fffffff]
May 04 10:05:42 arch kernel: On node 0 totalpages: 2097038
May 04 10:05:42 arch kernel:   DMA zone: 64 pages used for memmap
May 04 10:05:42 arch kernel:   DMA zone: 21 pages reserved
May 04 10:05:42 arch kernel:   DMA zone: 3998 pages, LIFO batch:0
May 04 10:05:42 arch kernel:   DMA32 zone: 14272 pages used for memmap
May 04 10:05:42 arch kernel:   DMA32 zone: 913392 pages, LIFO batch:31
May 04 10:05:42 arch kernel:   Normal zone: 18432 pages used for memmap
May 04 10:05:42 arch kernel:   Normal zone: 1179648 pages, LIFO batch:31
May 04 10:05:42 arch kernel: Reserved but unavailable: 98 pages
May 04 10:05:42 arch kernel: ACPI: PM-Timer IO Port: 0x4008
May 04 10:05:42 arch kernel: ACPI: Local APIC address 0xfee00000
May 04 10:05:42 arch kernel: IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
May 04 10:05:42 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 04 10:05:42 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
May 04 10:05:42 arch kernel: ACPI: IRQ0 used by override.
May 04 10:05:42 arch kernel: ACPI: IRQ9 used by override.
May 04 10:05:42 arch kernel: Using ACPI (MADT) for SMP configuration information
May 04 10:05:42 arch kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
May 04 10:05:42 arch kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 04 10:05:42 arch kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
May 04 10:05:42 arch kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
May 04 10:05:42 arch kernel: PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
May 04 10:05:42 arch kernel: PM: Registered nosave memory: [mem 0xdfff0000-0xdfffffff]
May 04 10:05:42 arch kernel: PM: Registered nosave memory: [mem 0xe0000000-0xfebfffff]
May 04 10:05:42 arch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
May 04 10:05:42 arch kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
May 04 10:05:42 arch kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
May 04 10:05:42 arch kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfffbffff]
May 04 10:05:42 arch kernel: PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
May 04 10:05:42 arch kernel: e820: [mem 0xe0000000-0xfebfffff] available for PCI devices
May 04 10:05:42 arch kernel: Booting paravirtualized kernel on KVM
May 04 10:05:42 arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
May 04 10:05:42 arch kernel: random: get_random_bytes called from start_kernel+0x96/0x4dc with crng_init=0
May 04 10:05:42 arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
May 04 10:05:42 arch kernel: percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u524288
May 04 10:05:42 arch kernel: pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
May 04 10:05:42 arch kernel: pcpu-alloc: [0] 0 1 2 3 
May 04 10:05:42 arch kernel: PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
May 04 10:05:42 arch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2064249
May 04 10:05:42 arch kernel: Policy zone: Normal
May 04 10:05:42 arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b514caea-dd42-4a32-924c-b3b88aafc951 rw quiet resume=/dev/sda2
May 04 10:05:42 arch kernel: Calgary: detecting Calgary via BIOS EBDA area
May 04 10:05:42 arch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
May 04 10:05:42 arch kernel: Memory: 8159936K/8388152K available (10252K kernel code, 1264K rwdata, 3372K rodata, 1464K init, 640K bss, 228216K reserved, 0K cma-reserved)
May 04 10:05:42 arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
May 04 10:05:42 arch kernel: Kernel/User page tables isolation: enabled
May 04 10:05:42 arch kernel: ftrace: allocating 31750 entries in 125 pages
May 04 10:05:42 arch kernel: Preemptible hierarchical RCU implementation.
May 04 10:05:42 arch kernel:         CONFIG_RCU_FANOUT set to non-default value of 32
May 04 10:05:42 arch kernel:         RCU dyntick-idle grace-period acceleration is enabled.
May 04 10:05:42 arch kernel:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
May 04 10:05:42 arch kernel:         RCU priority boosting: priority 1 delay 500 ms.
May 04 10:05:42 arch kernel:         Tasks RCU enabled.
May 04 10:05:42 arch kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
May 04 10:05:42 arch kernel: NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
May 04 10:05:42 arch kernel:         Offload RCU callbacks from CPUs: .
May 04 10:05:42 arch kernel: Console: colour dummy device 80x25
May 04 10:05:42 arch kernel: console [tty0] enabled
May 04 10:05:42 arch kernel: ACPI: Core revision 20180105
May 04 10:05:42 arch kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
May 04 10:05:42 arch kernel: APIC: Switch to symmetric I/O mode setup
May 04 10:05:42 arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 04 10:05:42 arch kernel: tsc: Detected 2494.226 MHz processor
May 04 10:05:42 arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23f3eb3743e, max_idle_ns: 440795257847 ns
May 04 10:05:42 arch kernel: Calibrating delay loop (skipped) preset value.. 4990.30 BogoMIPS (lpj=8314086)
May 04 10:05:42 arch kernel: pid_max: default: 32768 minimum: 301
May 04 10:05:42 arch kernel: Security Framework initialized
May 04 10:05:42 arch kernel: Yama: becoming mindful.
May 04 10:05:42 arch kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
May 04 10:05:42 arch kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
May 04 10:05:42 arch kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
May 04 10:05:42 arch kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
May 04 10:05:42 arch kernel: CPU: Physical Processor ID: 0
May 04 10:05:42 arch kernel: CPU: Processor Core ID: 0
May 04 10:05:42 arch kernel: mce: CPU supports 0 MCE banks
May 04 10:05:42 arch kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
May 04 10:05:42 arch kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
May 04 10:05:42 arch kernel: Spectre V2 : Mitigation: Full generic retpoline
May 04 10:05:42 arch kernel: Freeing SMP alternatives memory: 24K
May 04 10:05:42 arch kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz (family: 0x6, model: 0x46, stepping: 0x1)
May 04 10:05:42 arch kernel: Performance Events: unsupported p6 CPU model 70 no PMU driver, software events only.
May 04 10:05:42 arch kernel: Hierarchical SRCU implementation.
May 04 10:05:42 arch kernel: NMI watchdog: Perf event create on CPU 0 failed with -2
May 04 10:05:42 arch kernel: NMI watchdog: Perf NMI watchdog permanently disabled
May 04 10:05:42 arch kernel: smp: Bringing up secondary CPUs ...
May 04 10:05:42 arch kernel: x86: Booting SMP configuration:
May 04 10:05:42 arch kernel: .... node  #0, CPUs:      #1
May 04 10:05:42 arch kernel: kvm-clock: cpu 1, msr 2:1fff2041, secondary cpu clock
May 04 10:05:42 arch kernel: mce: CPU supports 0 MCE banks
May 04 10:05:42 arch kernel:  #2
May 04 10:05:42 arch kernel: kvm-clock: cpu 2, msr 2:1fff2081, secondary cpu clock
May 04 10:05:42 arch kernel: mce: CPU supports 0 MCE banks
May 04 10:05:42 arch kernel:  #3
May 04 10:05:42 arch kernel: kvm-clock: cpu 3, msr 2:1fff20c1, secondary cpu clock
May 04 10:05:42 arch kernel: mce: CPU supports 0 MCE banks
May 04 10:05:42 arch kernel: smp: Brought up 1 node, 4 CPUs
May 04 10:05:42 arch kernel: smpboot: Max logical packages: 1
May 04 10:05:42 arch kernel: smpboot: Total of 4 processors activated (19961.21 BogoMIPS)
May 04 10:05:42 arch kernel: devtmpfs: initialized
May 04 10:05:42 arch kernel: x86/mm: Memory block size: 128MB
May 04 10:05:42 arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
May 04 10:05:42 arch kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
May 04 10:05:42 arch kernel: pinctrl core: initialized pinctrl subsystem
May 04 10:05:42 arch kernel: RTC time:  2:05:34, date: 05/04/18
May 04 10:05:42 arch kernel: NET: Registered protocol family 16
May 04 10:05:42 arch kernel: cpuidle: using governor ladder
May 04 10:05:42 arch kernel: cpuidle: using governor menu
May 04 10:05:42 arch kernel: ACPI: bus type PCI registered
May 04 10:05:42 arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 04 10:05:42 arch kernel: PCI: Using configuration type 1 for base access
May 04 10:05:42 arch kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 04 10:05:42 arch kernel: ACPI: Added _OSI(Module Device)
May 04 10:05:42 arch kernel: ACPI: Added _OSI(Processor Device)
May 04 10:05:42 arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 04 10:05:42 arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 04 10:05:42 arch kernel: ACPI: Executed 1 blocks of module-level executable AML code
May 04 10:05:42 arch kernel: ACPI: Interpreter enabled
May 04 10:05:42 arch kernel: ACPI: (supports S0 S5)
May 04 10:05:42 arch kernel: ACPI: Using IOAPIC for interrupt routing
May 04 10:05:42 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 04 10:05:42 arch kernel: ACPI: Enabled 2 GPEs in block 00 to 07
May 04 10:05:42 arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
May 04 10:05:42 arch kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
May 04 10:05:42 arch kernel: acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
May 04 10:05:42 arch kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
May 04 10:05:42 arch kernel: PCI host bridge to bus 0000:00
May 04 10:05:42 arch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 04 10:05:42 arch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 04 10:05:42 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 04 10:05:42 arch kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfdffffff window]
May 04 10:05:42 arch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
May 04 10:05:42 arch kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
May 04 10:05:42 arch kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
May 04 10:05:42 arch kernel: pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a
May 04 10:05:42 arch kernel: pci 0000:00:01.1: reg 0x20: [io  0xd000-0xd00f]
May 04 10:05:42 arch kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
May 04 10:05:42 arch kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
May 04 10:05:42 arch kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
May 04 10:05:42 arch kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
May 04 10:05:42 arch kernel: pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000
May 04 10:05:42 arch kernel: pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe7ffffff pref]
May 04 10:05:42 arch kernel: pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000
May 04 10:05:42 arch kernel: pci 0000:00:03.0: reg 0x10: [io  0xd020-0xd03f]
May 04 10:05:42 arch kernel: pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000
May 04 10:05:42 arch kernel: pci 0000:00:04.0: reg 0x10: [io  0xd040-0xd05f]
May 04 10:05:42 arch kernel: pci 0000:00:04.0: reg 0x14: [mem 0xf0000000-0xf03fffff]
May 04 10:05:42 arch kernel: pci 0000:00:04.0: reg 0x18: [mem 0xf0400000-0xf0403fff pref]
May 04 10:05:42 arch kernel: pci 0000:00:07.0: [8086:7113] type 00 class 0x068000
May 04 10:05:42 arch kernel: pci 0000:00:07.0: quirk: [io  0x4000-0x403f] claimed by PIIX4 ACPI
May 04 10:05:42 arch kernel: pci 0000:00:07.0: quirk: [io  0x4100-0x410f] claimed by PIIX4 SMB
May 04 10:05:42 arch kernel: pci 0000:00:08.0: [1af4:1000] type 00 class 0x020000
May 04 10:05:42 arch kernel: pci 0000:00:08.0: reg 0x10: [io  0xd060-0xd07f]
May 04 10:05:42 arch kernel: pci 0000:00:0c.0: [8086:1e31] type 00 class 0x0c0330
May 04 10:05:42 arch kernel: pci 0000:00:0c.0: reg 0x10: [mem 0xf0410000-0xf041ffff]
May 04 10:05:42 arch kernel: pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601
May 04 10:05:42 arch kernel: pci 0000:00:0d.0: reg 0x10: [io  0xd080-0xd087]
May 04 10:05:42 arch kernel: pci 0000:00:0d.0: reg 0x14: [io  0xd088-0xd08b]
May 04 10:05:42 arch kernel: pci 0000:00:0d.0: reg 0x18: [io  0xd090-0xd097]
May 04 10:05:42 arch kernel: pci 0000:00:0d.0: reg 0x1c: [io  0xd098-0xd09b]
May 04 10:05:42 arch kernel: pci 0000:00:0d.0: reg 0x20: [io  0xd0a0-0xd0af]
May 04 10:05:42 arch kernel: pci 0000:00:0d.0: reg 0x24: [mem 0xf0420000-0xf0421fff]
May 04 10:05:42 arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11)
May 04 10:05:42 arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 *10 11)
May 04 10:05:42 arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *9 10 11)
May 04 10:05:42 arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 10 *11)
May 04 10:05:42 arch kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
May 04 10:05:42 arch kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 04 10:05:42 arch kernel: pci 0000:00:02.0: vgaarb: bridge control possible
May 04 10:05:42 arch kernel: vgaarb: loaded
May 04 10:05:42 arch kernel: EDAC MC: Ver: 3.0.0
May 04 10:05:42 arch kernel: PCI: Using ACPI for IRQ routing
May 04 10:05:42 arch kernel: PCI: pci_cache_line_size set to 64 bytes
May 04 10:05:42 arch kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
May 04 10:05:42 arch kernel: e820: reserve RAM buffer [mem 0xdfff0000-0xdfffffff]
May 04 10:05:42 arch kernel: NetLabel: Initializing
May 04 10:05:42 arch kernel: NetLabel:  domain hash size = 128
May 04 10:05:42 arch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 04 10:05:42 arch kernel: NetLabel:  unlabeled traffic allowed by default
May 04 10:05:42 arch kernel: clocksource: Switched to clocksource kvm-clock
May 04 10:05:42 arch kernel: VFS: Disk quotas dquot_6.6.0
May 04 10:05:42 arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 04 10:05:42 arch kernel: pnp: PnP ACPI init
May 04 10:05:42 arch kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
May 04 10:05:42 arch kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active)
May 04 10:05:42 arch kernel: pnp: PnP ACPI: found 2 devices
May 04 10:05:42 arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 04 10:05:42 arch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 04 10:05:42 arch kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 04 10:05:42 arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 04 10:05:42 arch kernel: pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfdffffff window]
May 04 10:05:42 arch kernel: NET: Registered protocol family 2
May 04 10:05:42 arch kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
May 04 10:05:42 arch kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
May 04 10:05:42 arch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
May 04 10:05:42 arch kernel: TCP: Hash tables configured (established 65536 bind 65536)
May 04 10:05:42 arch kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
May 04 10:05:42 arch kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
May 04 10:05:42 arch kernel: NET: Registered protocol family 1
May 04 10:05:42 arch kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
May 04 10:05:42 arch kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds
May 04 10:05:42 arch kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 04 10:05:42 arch kernel: PCI: CLS 0 bytes, default 64
May 04 10:05:42 arch kernel: Unpacking initramfs...
May 04 10:05:42 arch kernel: Freeing initrd memory: 7368K
May 04 10:05:42 arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 04 10:05:42 arch kernel: software IO TLB [mem 0xdbff0000-0xdfff0000] (64MB) mapped at [        (ptrval)-        (ptrval)]
May 04 10:05:42 arch kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
May 04 10:05:42 arch kernel: Scanning for low memory corruption every 60 seconds
May 04 10:05:42 arch kernel: Initialise system trusted keyrings
May 04 10:05:42 arch kernel: Key type blacklist registered
May 04 10:05:42 arch kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
May 04 10:05:42 arch kernel: zbud: loaded
May 04 10:05:42 arch kernel: Key type asymmetric registered
May 04 10:05:42 arch kernel: Asymmetric key parser 'x509' registered
May 04 10:05:42 arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
May 04 10:05:42 arch kernel: io scheduler noop registered
May 04 10:05:42 arch kernel: io scheduler deadline registered
May 04 10:05:42 arch kernel: io scheduler cfq registered (default)
May 04 10:05:42 arch kernel: io scheduler mq-deadline registered
May 04 10:05:42 arch kernel: io scheduler kyber registered
May 04 10:05:42 arch kernel: io scheduler bfq registered
May 04 10:05:42 arch kernel: vesafb: mode is 640x480x32, linelength=2560, pages=0
May 04 10:05:42 arch kernel: vesafb: scrolling: redraw
May 04 10:05:42 arch kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 04 10:05:42 arch kernel: vesafb: framebuffer at 0xe0000000, mapped to 0x        (ptrval), using 1216k, total 1216k
May 04 10:05:42 arch kernel: Console: switching to colour frame buffer device 80x30
May 04 10:05:42 arch kernel: fb0: VESA VGA frame buffer device
May 04 10:05:42 arch kernel: intel_idle: Please enable MWAIT in BIOS SETUP
May 04 10:05:42 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
May 04 10:05:42 arch kernel: ACPI: Power Button [PWRF]
May 04 10:05:42 arch kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
May 04 10:05:42 arch kernel: ACPI: Sleep Button [SLPF]
May 04 10:05:42 arch kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
May 04 10:05:42 arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input2
May 04 10:05:42 arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
May 04 10:05:42 arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 04 10:05:42 arch kernel: NET: Registered protocol family 10
May 04 10:05:42 arch kernel: Segment Routing with IPv6
May 04 10:05:42 arch kernel: NET: Registered protocol family 17
May 04 10:05:42 arch kernel: RAS: Correctable Errors collector initialized.
May 04 10:05:42 arch kernel: sched_clock: Marking stable (430527940, 0)->(801323559, -370795619)
May 04 10:05:42 arch kernel: registered taskstats version 1
May 04 10:05:42 arch kernel: Loading compiled-in X.509 certificates
May 04 10:05:42 arch kernel: zswap: loaded using pool lzo/zbud
May 04 10:05:42 arch kernel: Key type big_key registered
May 04 10:05:42 arch kernel:   Magic number: 2:16:55
May 04 10:05:42 arch kernel: hctosys: unable to open rtc device (rtc0)
May 04 10:05:42 arch kernel: Freeing unused kernel memory: 1464K
May 04 10:05:42 arch kernel: Write protecting the kernel read-only data: 16384k
May 04 10:05:42 arch kernel: Freeing unused kernel memory: 2016K
May 04 10:05:42 arch kernel: Freeing unused kernel memory: 724K
May 04 10:05:42 arch kernel: ACPI: bus type USB registered
May 04 10:05:42 arch kernel: usbcore: registered new interface driver usbfs
May 04 10:05:42 arch kernel: usbcore: registered new interface driver hub
May 04 10:05:42 arch kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
May 04 10:05:42 arch kernel: usbcore: registered new device driver usb
May 04 10:05:42 arch kernel: virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy driver
May 04 10:05:42 arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 04 10:05:42 arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
May 04 10:05:42 arch kernel: virtio-pci 0000:00:08.0: virtio_pci: leaving for legacy driver
May 04 10:05:42 arch kernel: SCSI subsystem initialized
May 04 10:05:42 arch kernel: xhci_hcd 0000:00:0c.0: xHCI Host Controller
May 04 10:05:42 arch kernel: xhci_hcd 0000:00:0c.0: new USB bus registered, assigned bus number 1
May 04 10:05:42 arch kernel: libata version 3.00 loaded.
May 04 10:05:42 arch kernel: xhci_hcd 0000:00:0c.0: hcc params 0x04000000 hci version 0x100 quirks 0x0000b930
May 04 10:05:42 arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
May 04 10:05:42 arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 04 10:05:42 arch kernel: usb usb1: Product: xHCI Host Controller
May 04 10:05:42 arch kernel: usb usb1: Manufacturer: Linux 4.16.6-1-ARCH xhci-hcd
May 04 10:05:42 arch kernel: usb usb1: SerialNumber: 0000:00:0c.0
May 04 10:05:42 arch kernel: hub 1-0:1.0: USB hub found
May 04 10:05:42 arch kernel: hub 1-0:1.0: 8 ports detected
May 04 10:05:42 arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
May 04 10:05:42 arch kernel: xhci_hcd 0000:00:0c.0: xHCI Host Controller
May 04 10:05:42 arch kernel: xhci_hcd 0000:00:0c.0: new USB bus registered, assigned bus number 2
May 04 10:05:42 arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
May 04 10:05:42 arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 04 10:05:42 arch kernel: usb usb2: Product: xHCI Host Controller
May 04 10:05:42 arch kernel: usb usb2: Manufacturer: Linux 4.16.6-1-ARCH xhci-hcd
May 04 10:05:42 arch kernel: usb usb2: SerialNumber: 0000:00:0c.0
May 04 10:05:42 arch kernel: hub 2-0:1.0: USB hub found
May 04 10:05:42 arch kernel: hub 2-0:1.0: 6 ports detected
May 04 10:05:42 arch kernel: ata_piix 0000:00:01.1: version 2.13
May 04 10:05:42 arch kernel: scsi host0: ata_piix
May 04 10:05:42 arch kernel: scsi host1: ata_piix
May 04 10:05:42 arch kernel: ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
May 04 10:05:42 arch kernel: ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
May 04 10:05:42 arch kernel: ahci 0000:00:0d.0: version 3.0
May 04 10:05:42 arch kernel: ahci 0000:00:0d.0: SSS flag set, parallel bus scan disabled
May 04 10:05:42 arch kernel: ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
May 04 10:05:42 arch kernel: ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc 
May 04 10:05:42 arch kernel: scsi host2: ahci
May 04 10:05:42 arch kernel: scsi host3: ahci
May 04 10:05:42 arch kernel: ata3: SATA max UDMA/133 abar m8192@0xf0420000 port 0xf0420100 irq 21
May 04 10:05:42 arch kernel: ata4: SATA max UDMA/133 abar m8192@0xf0420000 port 0xf0420180 irq 21
May 04 10:05:42 arch kernel: ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133
May 04 10:05:42 arch kernel: ata2.00: configured for UDMA/33
May 04 10:05:42 arch kernel: scsi 1:0:0:0: CD-ROM            VBOX     CD-ROM           1.0  PQ: 0 ANSI: 5
May 04 10:05:42 arch kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
May 04 10:05:42 arch kernel: ata3.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
May 04 10:05:42 arch kernel: ata3.00: 204800000 sectors, multi 128: LBA48 NCQ (depth 31/32)
May 04 10:05:42 arch kernel: ata3.00: configured for UDMA/133
May 04 10:05:42 arch kernel: scsi 2:0:0:0: Direct-Access     ATA      VBOX HARDDISK    1.0  PQ: 0 ANSI: 5
May 04 10:05:42 arch kernel: usb 1-1: new full-speed USB device number 2 using xhci_hcd
May 04 10:05:42 arch kernel: usb 1-1: New USB device found, idVendor=80ee, idProduct=0021
May 04 10:05:42 arch kernel: usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
May 04 10:05:42 arch kernel: usb 1-1: Product: USB Tablet
May 04 10:05:42 arch kernel: usb 1-1: Manufacturer: VirtualBox
May 04 10:05:42 arch kernel: hidraw: raw HID events driver (C) Jiri Kosina
May 04 10:05:42 arch kernel: usbcore: registered new interface driver usbhid
May 04 10:05:42 arch kernel: usbhid: USB HID core driver
May 04 10:05:42 arch kernel: input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:0c.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input5
May 04 10:05:42 arch kernel: hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:0c.0-1/input0
May 04 10:05:42 arch kernel: ata4: SATA link down (SStatus 0 SControl 300)
May 04 10:05:42 arch kernel: sd 2:0:0:0: [sda] 204800000 512-byte logical blocks: (105 GB/97.7 GiB)
May 04 10:05:42 arch kernel: sd 2:0:0:0: [sda] Write Protect is off
May 04 10:05:42 arch kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 04 10:05:42 arch kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 04 10:05:42 arch kernel:  sda: sda1 sda2
May 04 10:05:42 arch kernel: sd 2:0:0:0: [sda] Attached SCSI disk
May 04 10:05:42 arch kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray
May 04 10:05:42 arch kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
May 04 10:05:42 arch kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
May 04 10:05:42 arch kernel: tsc: Refined TSC clocksource calibration: 2490.711 MHz
May 04 10:05:42 arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23e6f2fab5d, max_idle_ns: 440795273666 ns
May 04 10:05:42 arch kernel: PM: Starting manual resume from disk
May 04 10:05:42 arch kernel: PM: Image not found (code -22)
May 04 10:05:42 arch kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
May 04 10:05:42 arch kernel: random: fast init done
May 04 10:05:42 arch systemd[1]: systemd 238 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)
May 04 10:05:42 arch systemd[1]: Detected virtualization oracle.
May 04 10:05:42 arch systemd[1]: Detected architecture x86-64.
May 04 10:05:42 arch systemd[1]: Set hostname to <arch>.
May 04 10:05:42 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 04 10:05:42 arch systemd[1]: Created slice system-getty.slice.
May 04 10:05:42 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 04 10:05:42 arch systemd[1]: Listening on Journal Socket.
May 04 10:05:42 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 04 10:05:42 arch systemd[1]: Mounting POSIX Message Queue File System...
May 04 10:05:42 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 04 10:05:42 arch systemd[1]: Starting Load Kernel Modules...
May 04 10:05:42 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 04 10:05:42 arch systemd[1]: Listening on udev Kernel Socket.
May 04 10:05:42 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 04 10:05:42 arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 04 10:05:42 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 04 10:05:42 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 04 10:05:42 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 04 10:05:42 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 04 10:05:42 arch kernel: vboxguest: host-version: 5.2.10r122088 0x1
May 04 10:05:42 arch kernel: vbg_heartbeat_init: Setting up heartbeat to trigger every 2000 milliseconds
May 04 10:05:42 arch kernel: input: VirtualBox mouse integration as /devices/pci0000:00/0000:00:04.0/input/input6
May 04 10:05:42 arch kernel: vboxguest: misc device minor 57, IRQ 20, I/O port d040, MMIO at 0x00000000f0000000 (size 0x0000000000400000)
May 04 10:05:42 arch kernel: vboxsf: loading out-of-tree module taints kernel.
May 04 10:05:42 arch kernel: Linux agpgart interface v0.103
May 04 10:05:42 arch kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered
May 04 10:05:42 arch systemd-journald[227]: Journal started
May 04 10:05:42 arch systemd-journald[227]: Runtime journal (/run/log/journal/e172c5388b1f4e4abe0b324125ceb1c9) is 8.0M, max 399.0M, 391.0M free.
May 04 10:05:42 arch systemd-modules-load[219]: Inserted module 'crypto_user'
May 04 10:05:42 arch systemd-modules-load[219]: Inserted module 'vboxsf'
May 04 10:05:42 arch systemd[1]: Started udev Coldplug all Devices.
May 04 10:05:42 arch systemd[1]: Starting Flush Journal to Persistent Storage...
May 04 10:05:42 arch kernel: vboxvideo: module is from the staging directory, the quality is unknown, you have been warned.
May 04 10:05:42 arch kernel: [drm] VRAM 08000000
May 04 10:05:42 arch kernel: [TTM] Zone  kernel: Available graphics memory: 4085766 kiB
May 04 10:05:42 arch kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
May 04 10:05:42 arch kernel: [TTM] Initializing pool allocator
May 04 10:05:42 arch kernel: [TTM] Initializing DMA pool allocator
May 04 10:05:42 arch kernel: checking generic (e0000000 130000) vs hw (e0000000 8000000)
May 04 10:05:42 arch kernel: fb: switching to vboxdrmfb from VESA VGA
May 04 10:05:42 arch kernel: Console: switching to colour dummy device 80x25
May 04 10:05:42 arch kernel: fbcon: vboxdrmfb (fb0) is primary device
May 04 10:05:42 arch kernel: Console: switching to colour frame buffer device 100x37
May 04 10:05:42 arch kernel: vboxvideo 0000:00:02.0: fb0: vboxdrmfb frame buffer device
May 04 10:05:42 arch systemd-modules-load[219]: Inserted module 'vboxvideo'
May 04 10:05:42 arch systemd[1]: Started Load Kernel Modules.
May 04 10:05:42 arch systemd[1]: Mounting Kernel Configuration File System...
May 04 10:05:42 arch kernel: [drm] Initialized vboxvideo 1.0.0 20130823 for 0000:00:02.0 on minor 0
May 04 10:05:42 arch systemd[1]: Starting Apply Kernel Variables...
May 04 10:05:42 arch systemd[1]: Mounted Kernel Configuration File System.
May 04 10:05:42 arch systemd-journald[227]: Time spent on flushing to /var is 165.674ms for 456 entries.
May 04 10:05:42 arch systemd-journald[227]: System journal (/var/log/journal/e172c5388b1f4e4abe0b324125ceb1c9) is 512.1M, max 500.0M, 0B free.
May 04 10:05:42 arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
May 04 10:05:42 arch kernel: ACPI: Battery Slot [BAT0] (battery present)
May 04 10:05:42 arch kernel: ACPI: AC Adapter [AC] (on-line)
May 04 10:05:42 arch kernel: mousedev: PS/2 mouse device common for all mice
May 04 10:05:42 arch systemd[1]: Started Create Static Device Nodes in /dev.
May 04 10:05:42 arch systemd[1]: Starting udev Kernel Device Manager...
May 04 10:05:42 arch systemd[1]: Started Apply Kernel Variables.
May 04 10:05:42 arch systemd[1]: Started udev Kernel Device Manager.
May 04 10:05:42 arch systemd[1]: Starting Network Service...
May 04 10:05:42 arch systemd-networkd[245]: Enumeration completed
May 04 10:05:42 arch systemd[1]: Started Network Service.
May 04 10:05:42 arch kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 10737418240 ms ovfl timer
May 04 10:05:42 arch kernel: RAPL PMU: hw unit of domain pp0-core 2^-0 Joules
May 04 10:05:42 arch kernel: RAPL PMU: hw unit of domain package 2^-0 Joules
May 04 10:05:42 arch kernel: RAPL PMU: hw unit of domain dram 2^-0 Joules
May 04 10:05:42 arch kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-0 Joules
May 04 10:05:42 arch systemd[1]: Started Flush Journal to Persistent Storage.
May 04 10:05:42 arch kernel: cryptd: max_cpu_qlen set to 1000
May 04 10:05:42 arch kernel: AVX2 version of gcm_enc/dec engaged.
May 04 10:05:42 arch kernel: AES CTR mode by8 optimization enabled
May 04 10:05:42 arch kernel: piix4_smbus 0000:00:07.0: SMBus Host Controller at 0x4100, revision 0
May 04 10:05:42 arch systemd-udevd[252]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 04 10:05:42 arch systemd-udevd[256]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 04 10:05:42 arch kernel: virtio_net virtio1 enp0s8: renamed from eth1
May 04 10:05:42 arch kernel: rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
May 04 10:05:42 arch kernel: rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
May 04 10:05:42 arch systemd-networkd[245]: eth1: Interface name change detected, eth1 has been renamed to enp0s8.
May 04 10:05:42 arch kernel: virtio_net virtio0 enp0s3: renamed from eth0
May 04 10:05:42 arch systemd-networkd[245]: eth0: Interface name change detected, eth0 has been renamed to enp0s3.
May 04 10:05:42 arch systemd-udevd[249]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 04 10:05:42 arch systemd-networkd[245]: enp0s3: Link is not managed by us
May 04 10:05:42 arch systemd-networkd[245]: lo: Link is not managed by us
May 04 10:05:42 arch systemd-networkd[245]: enp0s8: IPv6 successfully enabled
May 04 10:05:42 arch mtp-probe[290]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:0c.0/usb1/1-1"
May 04 10:05:42 arch mtp-probe[290]: bus: 1, device: 2 was not an MTP device
May 04 10:05:42 arch systemd-networkd[245]: enp0s8: Gained carrier
May 04 10:05:42 arch systemd-networkd[245]: lo: Link is not managed by us
May 04 10:05:42 arch systemd-networkd[245]: enp0s3: IPv6 successfully enabled
May 04 10:05:42 arch systemd-networkd[245]: enp0s3: Gained carrier
May 04 10:05:42 arch systemd-networkd[245]: enp0s8: DHCPv4 address 192.168.56.101/24
May 04 10:05:42 arch systemd-networkd[245]: enp0s3: DHCPv4 address 10.0.2.15/24 via 10.0.2.1
May 04 10:05:42 arch systemd[1]: Found device VBOX_HARDDISK 2.
May 04 10:05:42 arch systemd[1]: Activating swap /dev/sda2...
May 04 10:05:42 arch systemd[1]: Activated swap /dev/sda2.
May 04 10:05:42 arch kernel: Adding 4194300k swap on /dev/sda2.  Priority:-2 extents:1 across:4194300k FS
May 04 10:05:42 arch systemd[1]: Reached target Swap.
May 04 10:05:42 arch systemd[1]: Mounting Temporary Directory (/tmp)...
May 04 10:05:42 arch systemd[1]: Mounted Temporary Directory (/tmp).
May 04 10:05:43 arch kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input8
May 04 10:05:43 arch systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
May 04 10:05:43 arch systemd[1]: Reached target Local File Systems (Pre).
May 04 10:05:43 arch systemd[1]: Reached target Local File Systems.
May 04 10:05:43 arch systemd[1]: Starting Create Volatile Files and Directories...
May 04 10:05:43 arch systemd[1]: Started Create Volatile Files and Directories.
May 04 10:05:43 arch systemd[1]: Starting Network Name Resolution...
May 04 10:05:43 arch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 04 10:05:43 arch systemd[1]: Starting Network Time Synchronization...
May 04 10:05:43 arch systemd[1]: Started Update UTMP about System Boot/Shutdown.
May 04 10:05:43 arch systemd[1]: Started Network Time Synchronization.
May 04 10:05:43 arch systemd[1]: Reached target System Time Synchronized.
May 04 10:05:43 arch systemd[1]: Reached target System Initialization.
May 04 10:05:43 arch systemd[1]: Listening on D-Bus System Message Bus Socket.
May 04 10:05:43 arch systemd[1]: Reached target Sockets.
May 04 10:05:43 arch systemd[1]: Started Daily rotation of log files.
May 04 10:05:43 arch systemd[1]: Started Daily verification of password and group files.
May 04 10:05:43 arch systemd[1]: Reached target Basic System.
May 04 10:05:43 arch systemd[1]: Starting Login Service...
May 04 10:05:43 arch systemd[1]: Started Daily man-db cache update.
May 04 10:05:43 arch systemd[1]: Started D-Bus System Message Bus.
May 04 10:05:43 arch systemd[1]: Starting VirtualBox Guest Service...
May 04 10:05:43 arch systemd[1]: Started Daily Cleanup of Temporary Directories.
May 04 10:05:43 arch systemd[1]: Reached target Timers.
May 04 10:05:43 arch systemd-logind[320]: New seat seat0.
May 04 10:05:43 arch systemd-logind[320]: Watching system buttons on /dev/input/event0 (Power Button)
May 04 10:05:43 arch systemd-logind[320]: Watching system buttons on /dev/input/event1 (Sleep Button)
May 04 10:05:43 arch systemd[1]: Started VirtualBox Guest Service.
May 04 10:05:43 arch systemd-resolved[315]: Positive Trust Anchors:
May 04 10:05:43 arch systemd-resolved[315]: . IN DS 19036 8 2 49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5
May 04 10:05:43 arch systemd-resolved[315]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
May 04 10:05:43 arch systemd-resolved[315]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
May 04 10:05:43 arch systemd-resolved[315]: Using system hostname 'arch'.
May 04 10:05:43 arch systemd[1]: Started Network Name Resolution.
May 04 10:05:43 arch systemd[1]: Reached target Host and Network Name Lookups.
May 04 10:05:43 arch systemd[1]: Reached target Network.
May 04 10:05:43 arch systemd[1]: Starting Permit User Sessions...
May 04 10:05:43 arch systemd[1]: Started OpenSSH Daemon.
May 04 10:05:43 arch systemd-logind[320]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
May 04 10:05:43 arch systemd[1]: Started Login Service.
May 04 10:05:43 arch systemd[1]: Started Permit User Sessions.
May 04 10:05:43 arch systemd[1]: Started Getty on tty1.
May 04 10:05:43 arch systemd[1]: Reached target Login Prompts.
May 04 10:05:43 arch systemd[1]: Reached target Multi-User System.
May 04 10:05:43 arch systemd[1]: Startup finished in 1.947s (kernel) + 1.257s (userspace) = 3.205s.
May 04 10:05:43 arch systemd-resolved[315]: Using degraded feature set (UDP) for DNS server 180.168.255.118.
May 04 10:05:43 arch VBoxService[331]: VBoxService 5.2.10 r121806 (verbosity: 0) linux.amd64 (Apr 17 2018 21:00:04) release log
May 04 10:05:43 arch VBoxService[331]: 00:00:00.000075 main     Log opened 2018-05-04T02:05:43.379869000Z
May 04 10:05:43 arch VBoxService[331]: 00:00:00.000110 main     OS Product: Linux
May 04 10:05:43 arch VBoxService[331]: 00:00:00.000115 main     OS Release: 4.16.6-1-ARCH
May 04 10:05:43 arch VBoxService[331]: 00:00:00.000118 main     OS Version: #1 SMP PREEMPT Mon Apr 30 12:30:03 UTC 2018
May 04 10:05:43 arch VBoxService[331]: 00:00:00.000122 main     Executable: /usr/bin/VBoxService
May 04 10:05:43 arch VBoxService[331]: 00:00:00.000122 main     Process ID: 331
May 04 10:05:43 arch VBoxService[331]: 00:00:00.000123 main     Package type: LINUX_64BITS_GENERIC (OSE)
May 04 10:05:43 arch VBoxService[331]: 00:00:00.002129 main     5.2.10 r121806 started. Verbose level = 0
May 04 10:05:38 arch systemd-timesyncd[317]: Synchronized to time server 120.25.115.19:123 (1.cn.pool.ntp.org).
May 04 10:05:38 arch sshd[333]: Server listening on 0.0.0.0 port 22.
May 04 10:05:38 arch sshd[333]: Server listening on :: port 22.
May 04 10:05:38 arch systemd-networkd[245]: enp0s8: Gained IPv6LL
May 04 10:05:39 arch systemd-networkd[245]: enp0s3: Gained IPv6LL
May 04 10:05:39 arch kernel: random: crng init done
May 04 10:05:40 arch login[335]: pam_unix(login:session): session opened for user leon by LOGIN(uid=0)
May 04 10:05:40 arch systemd[1]: Created slice User Slice of leon.
May 04 10:05:40 arch systemd[1]: Starting User Manager for UID 1000...
May 04 10:05:40 arch systemd-logind[320]: New session c1 of user leon.
May 04 10:05:40 arch systemd[1]: Started Session c1 of user leon.
May 04 10:05:40 arch systemd[346]: pam_unix(systemd-user:session): session opened for user leon by (uid=0)
May 04 10:05:40 arch systemd[346]: Listening on GnuPG network certificate management daemon.
May 04 10:05:40 arch systemd[346]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 04 10:05:40 arch login[335]: LOGIN ON tty1 BY leon
May 04 10:05:40 arch systemd[346]: Listening on Multimedia System.
May 04 10:05:40 arch systemd[346]: Reached target Timers.
May 04 10:05:40 arch systemd[346]: Starting D-Bus User Message Bus Socket.
May 04 10:05:40 arch systemd[346]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 04 10:05:40 arch systemd[346]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 04 10:05:40 arch systemd[346]: Listening on GnuPG cryptographic agent and passphrase cache.
May 04 10:05:40 arch systemd[346]: Listening on Sound System.
May 04 10:05:40 arch systemd[346]: Reached target Paths.
May 04 10:05:40 arch systemd[346]: Listening on D-Bus User Message Bus Socket.
May 04 10:05:40 arch systemd[346]: Reached target Sockets.
May 04 10:05:40 arch systemd[346]: Reached target Basic System.
May 04 10:05:40 arch systemd[1]: Started User Manager for UID 1000.
May 04 10:05:40 arch systemd[346]: Starting Update XDG user dir configuration...
May 04 10:05:40 arch systemd[346]: Started Update XDG user dir configuration.
May 04 10:05:40 arch systemd[346]: Reached target Default.
May 04 10:05:40 arch systemd[346]: Startup finished in 82ms.
May 04 10:05:44 arch systemd[346]: Started D-Bus User Message Bus.
May 04 10:05:45 arch dbus-daemon[396]: [session uid=1000 pid=396] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.4' (uid=1000 pid=401 comm="/usr/lib/gnome-session-check-accelerated ")
May 04 10:05:45 arch systemd[346]: Starting Virtual filesystem service...
May 04 10:05:45 arch dbus-daemon[396]: [session uid=1000 pid=396] Successfully activated service 'org.gtk.vfs.Daemon'
May 04 10:05:45 arch systemd[346]: Started Virtual filesystem service.
May 04 10:05:45 arch kernel: fuse init (API version 7.26)
May 04 10:05:45 arch systemd[1]: Mounting FUSE Control File System...
May 04 10:05:45 arch systemd[1]: Mounted FUSE Control File System.
May 04 10:05:45 arch dbus-daemon[396]: [session uid=1000 pid=396] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.7' (uid=1000 pid=401 comm="/usr/lib/gnome-session-check-accelerated ")
May 04 10:05:45 arch systemd[346]: Starting Accessibility services bus...
May 04 10:05:45 arch dbus-daemon[396]: [session uid=1000 pid=396] Successfully activated service 'org.a11y.Bus'
May 04 10:05:45 arch systemd[346]: Started Accessibility services bus.
May 04 10:05:45 arch at-spi-bus-launcher[426]: dbus-daemon[431]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=401 comm="/usr/lib/gnome-session-check-accelerated ")
May 04 10:05:45 arch at-spi-bus-launcher[426]: dbus-daemon[431]: Successfully activated service 'org.a11y.atspi.Registry'
May 04 10:05:45 arch at-spi-bus-launcher[426]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 04 10:05:45 arch gnome-session[393]: gnome-session-binary[393]: WARNING: software acceleration check failed: Child process exited with code 1
May 04 10:05:45 arch gnome-session-binary[393]: WARNING: software acceleration check failed: Child process exited with code 1
May 04 10:05:45 arch gnome-session[393]: Unable to init server: Could not connect: Connection refused
May 04 10:05:45 arch gnome-session-f[443]: Cannot open display: 
May 04 10:05:45 arch at-spi-bus-launcher[426]: XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
May 04 10:05:45 arch at-spi-bus-launcher[426]:       after 21 requests (19 known processed) with 0 events remaining.
May 04 10:05:51 arch systemd-networkd[245]: enp0s3: Configured
May 04 10:06:03 arch sudo[458]:     leon : TTY=tty1 ; PWD=/home/leon ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 04 10:06:03 arch sudo[458]: pam_unix(sudo:session): session opened for user root by leon(uid=0)

X:

[     9.230] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[     9.230] X Protocol Version 11, Revision 0
[     9.230] Build Operating System: Linux 4.15.6-1-ARCH x86_64 
[     9.230] Current Operating System: Linux arch 4.16.6-1-ARCH #1 SMP PREEMPT Mon Apr 30 12:30:03 UTC 2018 x86_64
[     9.230] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b514caea-dd42-4a32-924c-b3b88aafc951 rw quiet resume=/dev/sda2
[     9.231] Build Date: 12 April 2018  05:31:07AM
[     9.231]  
[     9.231] Current version of pixman: 0.34.0
[     9.231] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     9.231] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.231] (==) Log file: "/home/leon/.local/share/xorg/Xorg.0.log", Time: Fri May  4 10:05:44 2018
[     9.237] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.237] (==) No Layout section.  Using the first Screen section.
[     9.237] (==) No screen section available. Using defaults.
[     9.237] (**) |-->Screen "Default Screen Section" (0)
[     9.237] (**) |   |-->Monitor "<default monitor>"
[     9.238] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     9.238] (==) Automatically adding devices
[     9.238] (==) Automatically enabling devices
[     9.238] (==) Automatically adding GPU devices
[     9.238] (==) Automatically binding GPU devices
[     9.238] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     9.239] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[     9.239] 	Entry deleted from font path.
[     9.242] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[     9.242] 	Entry deleted from font path.
[     9.244] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[     9.244] 	Entry deleted from font path.
[     9.244] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[     9.244] 	Entry deleted from font path.
[     9.244] (==) FontPath set to:
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[     9.244] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.244] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.244] (II) Loader magic: 0x562c5d278d60
[     9.244] (II) Module ABI versions:
[     9.244] 	X.Org ANSI C Emulation: 0.4
[     9.244] 	X.Org Video Driver: 23.0
[     9.244] 	X.Org XInput driver : 24.1
[     9.244] 	X.Org Server Extension : 10.0
[     9.244] (++) using VT number 1

[     9.246] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[     9.246] (II) xfree86: Adding drm device (/dev/dri/card0)
[     9.247] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[     9.248] (--) PCI:*(0:0:2:0) 80ee:beef:0000:0000 rev 0, Mem @ 0xe0000000/134217728, BIOS @ 0x????????/131072
[     9.248] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     9.248] (II) LoadModule: "glx"
[     9.256] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.264] (II) Module glx: vendor="X.Org Foundation"
[     9.264] 	compiled for 1.19.6, module version = 1.0.0
[     9.264] 	ABI class: X.Org Server Extension, version 10.0
[     9.264] (==) Matched vboxvideo as autoconfigured driver 0
[     9.264] (==) Matched vboxvideo as autoconfigured driver 1
[     9.264] (==) Matched modesetting as autoconfigured driver 2
[     9.264] (==) Matched fbdev as autoconfigured driver 3
[     9.264] (==) Matched vesa as autoconfigured driver 4
[     9.264] (==) Assigned the driver to the xf86ConfigLayout
[     9.264] (II) LoadModule: "vboxvideo"
[     9.264] (WW) Warning, couldn't open module vboxvideo
[     9.264] (II) UnloadModule: "vboxvideo"
[     9.264] (II) Unloading vboxvideo
[     9.264] (EE) Failed to load module "vboxvideo" (module does not exist, 0)
[     9.264] (II) LoadModule: "modesetting"
[     9.264] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.265] (II) Module modesetting: vendor="X.Org Foundation"
[     9.265] 	compiled for 1.19.6, module version = 1.19.6
[     9.265] 	Module class: X.Org Video Driver
[     9.265] 	ABI class: X.Org Video Driver, version 23.0
[     9.265] (II) LoadModule: "fbdev"
[     9.265] (WW) Warning, couldn't open module fbdev
[     9.265] (II) UnloadModule: "fbdev"
[     9.265] (II) Unloading fbdev
[     9.265] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     9.265] (II) LoadModule: "vesa"
[     9.265] (WW) Warning, couldn't open module vesa
[     9.265] (II) UnloadModule: "vesa"
[     9.265] (II) Unloading vesa
[     9.265] (EE) Failed to load module "vesa" (module does not exist, 0)
[     9.265] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     9.265] (II) modeset(0): using drv /dev/dri/card0
[     9.265] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[     9.265] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     9.265] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     9.265] (==) modeset(0): RGB weight 888
[     9.265] (==) modeset(0): Default visual is TrueColor
[     9.265] (II) Loading sub module "glamoregl"
[     9.265] (II) LoadModule: "glamoregl"
[     9.265] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     9.271] (II) Module glamoregl: vendor="X.Org Foundation"
[     9.271] 	compiled for 1.19.6, module version = 1.0.0
[     9.271] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.271] (II) glamor: OpenGL accelerated X.org driver based.
[     9.442] (II) glamor: EGL version 1.4 (DRI2):
[     9.442] EGL_MESA_drm_image required.
[     9.443] (EE) modeset(0): glamor initialization failed
[     9.443] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[     9.444] (II) modeset(0): Output VGA-1 has no monitor section
[     9.444] (II) modeset(0): EDID for output VGA-1
[     9.444] (II) modeset(0): Manufacturer: VBX  Model: 0  Serial#: 50332672
[     9.444] (II) modeset(0): Year: 1990  Week: 1
[     9.444] (II) modeset(0): EDID Version: 1.3
[     9.444] (II) modeset(0): Digital Display Input
[     9.444] (II) modeset(0): Indeterminate output size
[     9.444] (II) modeset(0): Gamma: 2.20
[     9.444] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[     9.444] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     9.444] (II) modeset(0): Default color space is primary color space
[     9.444] (II) modeset(0): First detailed timing is preferred mode
[     9.444] (II) modeset(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[     9.444] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[     9.444] (II) modeset(0): Manufacturer's mask: 0
[     9.444] (II) modeset(0): Supported detailed timing:
[     9.444] (II) modeset(0): clock: 47.8 MHz   Image Size:  0 x 0 mm
[     9.444] (II) modeset(0): h_active: 1024  h_sync: 1026  h_sync_end 1028 h_blank_end 1030 h_border: 0
[     9.444] (II) modeset(0): v_active: 768  v_sync: 768  v_sync_end 802 v_blanking: 774 v_border: 0
[     9.444] (II) modeset(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz, PixClock max 1005 MHz
[     9.444] (II) modeset(0): Monitor name: VBOX monitor
[     9.444] (II) modeset(0): EDID (in hex):
[     9.444] (II) modeset(0): 	00ffffffffffff005858000000040003
[     9.444] (II) modeset(0): 	0100010380000078eeee91a3544c9926
[     9.444] (II) modeset(0): 	0f505400000001010101010101010101
[     9.444] (II) modeset(0): 	010101010101af120006400006300202
[     9.444] (II) modeset(0): 	0202000000000000000000fd0000c800
[     9.444] (II) modeset(0): 	c864000a202020202020000000fc0056
[     9.444] (II) modeset(0): 	424f58206d6f6e69746f720a00000010
[     9.444] (II) modeset(0): 	000a2020202020202020202020200019
[     9.444] (II) modeset(0): Printing probed modes for output VGA-1
[     9.444] (II) modeset(0): Modeline "1024x768"x59.9   63.53  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz P)
[     9.444] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2752 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[     9.444] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz e)
[     9.444] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[     9.444] (II) modeset(0): Modeline "1856x1392"x60.0  218.25  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[     9.444] (II) modeset(0): Modeline "1792x1344"x60.0  204.75  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[     9.444] (II) modeset(0): Modeline "2048x1152"x60.0  162.00  2048 2074 2154 2250  1152 1153 1156 1200 +hsync +vsync (72.0 kHz e)
[     9.444] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[     9.444] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
[     9.444] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[     9.444] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[     9.444] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[     9.444] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[     9.444] (II) modeset(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[     9.444] (II) modeset(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[     9.444] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[     9.444] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     9.444] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[     9.444] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     9.444] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     9.444] (II) modeset(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[     9.444] (II) modeset(0): Modeline "1366x768"x60.0   72.00  1366 1380 1436 1500  768 769 772 800 +hsync +vsync (48.0 kHz e)
[     9.444] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[     9.444] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[     9.444] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     9.444] (II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[     9.444] (II) modeset(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[     9.444] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     9.444] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     9.444] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     9.444] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     9.444] (II) modeset(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[     9.444] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.444] (II) modeset(0): Output VGA-1 connected
[     9.444] (II) modeset(0): Using exact sizes for initial modes
[     9.444] (II) modeset(0): Output VGA-1 using initial mode 1024x768 +0+0
[     9.444] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.444] (==) modeset(0): DPI set to (96, 96)
[     9.444] (II) Loading sub module "fb"
[     9.444] (II) LoadModule: "fb"
[     9.444] (II) Loading /usr/lib/xorg/modules/libfb.so
[     9.445] (II) Module fb: vendor="X.Org Foundation"
[     9.445] 	compiled for 1.19.6, module version = 1.0.0
[     9.445] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.445] (==) Depth 24 pixmap format is 32 bpp
[     9.449] (==) modeset(0): Backing store enabled
[     9.449] (==) modeset(0): Silken mouse enabled
[     9.449] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     9.450] (==) modeset(0): DPMS enabled
[     9.450] (--) RandR disabled
[     9.452] (II) AIGLX: Screen 0 is not DRI2 capable
[     9.452] (EE) AIGLX: reverting to software rendering
[     9.456] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[     9.456] (II) IGLX: Loaded and initialized swrast
[     9.456] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     9.457] (II) modeset(0): Damage tracking initialized
[     9.457] (II) modeset(0): Setting screen physical size to 270 x 203
[     9.516] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     9.516] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     9.516] (II) LoadModule: "libinput"
[     9.518] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     9.525] (II) Module libinput: vendor="X.Org Foundation"
[     9.525] 	compiled for 1.19.6, module version = 0.27.1
[     9.525] 	Module class: X.Org XInput Driver
[     9.525] 	ABI class: X.Org XInput driver, version 24.1
[     9.525] (II) Using input driver 'libinput' for 'Power Button'
[     9.526] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 19 paused 0
[     9.526] (**) Power Button: always reports core events
[     9.526] (**) Option "Device" "/dev/input/event0"
[     9.526] (**) Option "_source" "server/udev"
[     9.526] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     9.526] (II) event0  - Power Button: device is a keyboard
[     9.526] (II) event0  - Power Button: device removed
[     9.526] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[     9.526] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     9.526] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     9.526] (II) event0  - Power Button: device is a keyboard
[     9.527] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     9.527] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     9.527] (II) Using input driver 'libinput' for 'Sleep Button'
[     9.527] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 22 paused 0
[     9.527] (**) Sleep Button: always reports core events
[     9.527] (**) Option "Device" "/dev/input/event1"
[     9.527] (**) Option "_source" "server/udev"
[     9.527] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     9.527] (II) event1  - Sleep Button: device is a keyboard
[     9.527] (II) event1  - Sleep Button: device removed
[     9.527] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input1/event1"
[     9.527] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[     9.528] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     9.528] (II) event1  - Sleep Button: device is a keyboard
[     9.528] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[     9.528] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     9.528] (II) Using input driver 'libinput' for 'Video Bus'
[     9.528] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 23 paused 0
[     9.529] (**) Video Bus: always reports core events
[     9.529] (**) Option "Device" "/dev/input/event2"
[     9.529] (**) Option "_source" "server/udev"
[     9.529] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[     9.529] (II) event2  - Video Bus: device is a keyboard
[     9.529] (II) event2  - Video Bus: device removed
[     9.529] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input2/event2"
[     9.529] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     9.529] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[     9.529] (II) event2  - Video Bus: device is a keyboard
[     9.529] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event5)
[     9.529] (**) VirtualBox mouse integration: Applying InputClass "libinput pointer catchall"
[     9.529] (II) Using input driver 'libinput' for 'VirtualBox mouse integration'
[     9.530] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 24 paused 0
[     9.530] (**) VirtualBox mouse integration: always reports core events
[     9.530] (**) Option "Device" "/dev/input/event5"
[     9.530] (**) Option "_source" "server/udev"
[     9.530] (II) event5  - VirtualBox mouse integration: is tagged by udev as: Mouse
[     9.530] (II) event5  - VirtualBox mouse integration: device is a pointer
[     9.530] (II) event5  - VirtualBox mouse integration: device removed
[     9.531] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input6/event5"
[     9.531] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: MOUSE, id 9)
[     9.531] (**) Option "AccelerationScheme" "none"
[     9.531] (**) VirtualBox mouse integration: (accel) selected scheme none/0
[     9.531] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
[     9.531] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
[     9.531] (II) event5  - VirtualBox mouse integration: is tagged by udev as: Mouse
[     9.531] (II) event5  - VirtualBox mouse integration: device is a pointer
[     9.531] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/js1)
[     9.531] (II) No input driver specified, ignoring this device.
[     9.531] (II) This device may have been added with another device file.
[     9.531] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/mouse1)
[     9.531] (II) No input driver specified, ignoring this device.
[     9.531] (II) This device may have been added with another device file.
[     9.532] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event4)
[     9.532] (**) VirtualBox USB Tablet: Applying InputClass "libinput pointer catchall"
[     9.532] (II) Using input driver 'libinput' for 'VirtualBox USB Tablet'
[     9.590] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[     9.590] (**) VirtualBox USB Tablet: always reports core events
[     9.590] (**) Option "Device" "/dev/input/event4"
[     9.590] (**) Option "_source" "server/udev"
[     9.591] (II) event4  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[     9.591] (II) event4  - VirtualBox USB Tablet: device is a pointer
[     9.591] (II) event4  - VirtualBox USB Tablet: device removed
[     9.591] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:0c.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input5/event4"
[     9.591] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: MOUSE, id 10)
[     9.591] (**) Option "AccelerationScheme" "none"
[     9.591] (**) VirtualBox USB Tablet: (accel) selected scheme none/0
[     9.591] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[     9.591] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[     9.591] (II) event4  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[     9.591] (II) event4  - VirtualBox USB Tablet: device is a pointer
[     9.592] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js0)
[     9.592] (II) No input driver specified, ignoring this device.
[     9.592] (II) This device may have been added with another device file.
[     9.592] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse0)
[     9.592] (II) No input driver specified, ignoring this device.
[     9.592] (II) This device may have been added with another device file.
[     9.592] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     9.592] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     9.592] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     9.593] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 26 paused 0
[     9.593] (**) AT Translated Set 2 keyboard: always reports core events
[     9.593] (**) Option "Device" "/dev/input/event3"
[     9.593] (**) Option "_source" "server/udev"
[     9.593] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     9.593] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     9.593] (II) event3  - AT Translated Set 2 keyboard: device removed
[     9.593] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     9.593] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[     9.594] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     9.594] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     9.594] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event7)
[     9.594] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[     9.594] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[     9.595] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 27 paused 0
[     9.595] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[     9.595] (**) Option "Device" "/dev/input/event7"
[     9.595] (**) Option "_source" "server/udev"
[     9.595] (II) event7  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[     9.595] (II) event7  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[     9.595] (II) event7  - ImExPS/2 Generic Explorer Mouse: device removed
[     9.595] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event7"
[     9.595] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 12)
[     9.595] (**) Option "AccelerationScheme" "none"
[     9.595] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[     9.595] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[     9.595] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[     9.595] (II) event7  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[     9.595] (II) event7  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[     9.596] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse2)
[     9.596] (II) No input driver specified, ignoring this device.
[     9.596] (II) This device may have been added with another device file.
[     9.596] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     9.596] (II) No input driver specified, ignoring this device.
[     9.596] (II) This device may have been added with another device file.
[    10.174] (**) Option "fd" "19"
[    10.174] (II) event0  - Power Button: device removed
[    10.174] (**) Option "fd" "22"
[    10.174] (II) event1  - Sleep Button: device removed
[    10.174] (**) Option "fd" "23"
[    10.174] (II) event2  - Video Bus: device removed
[    10.174] (**) Option "fd" "24"
[    10.174] (II) event5  - VirtualBox mouse integration: device removed
[    10.174] (**) Option "fd" "25"
[    10.174] (II) event4  - VirtualBox USB Tablet: device removed
[    10.174] (**) Option "fd" "26"
[    10.174] (II) event3  - AT Translated Set 2 keyboard: device removed
[    10.174] (**) Option "fd" "27"
[    10.174] (II) event7  - ImExPS/2 Generic Explorer Mouse: device removed
[    10.175] (II) UnloadModule: "libinput"
[    10.175] (II) systemd-logind: releasing fd for 13:71
[    10.175] (II) UnloadModule: "libinput"
[    10.175] (II) systemd-logind: releasing fd for 13:67
[    10.176] (II) UnloadModule: "libinput"
[    10.176] (II) systemd-logind: releasing fd for 13:68
[    10.176] (II) UnloadModule: "libinput"
[    10.176] (II) systemd-logind: releasing fd for 13:69
[    10.176] (II) UnloadModule: "libinput"
[    10.176] (II) systemd-logind: releasing fd for 13:66
[    10.177] (II) UnloadModule: "libinput"
[    10.177] (II) systemd-logind: releasing fd for 13:65
[    10.177] (II) UnloadModule: "libinput"
[    10.177] (II) systemd-logind: releasing fd for 13:64
[    10.182] (II) Server terminated successfully (0). Closing log file.

When I downgrade mesa to 17.3.7:

$ glxinfo |grep -i opengl
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 6.0, 256 bits)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 17.3.7
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.3.7
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 17.3.7
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:

It shows vmware while I'm using virtualbox. Does it mean hardware acceleration has never worked?

Offline

#11 2018-05-05 11:59:13

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: VMs can't start gnome with xinit after updating to mesa 18

OpenGL renderer string: llvmpipe (LLVM 6.0, 256 bits)

llvmpipe is a software renderer with decent performance (especially on modern multi-core cpus ) . It lists VMware,inc as vendor because they started with it.

Does it mean hardware acceleration has never worked?

.
correct.

Why mesa 17.3 can use llvmpipe and mesa 18 doesn't still eludes me, but your best chance to get 'real' HW acceleration* is to get vboxvideo working .

first step is to verify you got vbox guest additions, see https://wiki.archlinux.org/index.php/Vi … _Additions
Once they are installed continue on that wiki page , verify all necessary vbox kernel modules are loaded and the guest services are started correctly .

Test, post journal , xorg log and glxinfo output again.


* how real can gpu acceleration on a virtual gpu be ?

Last edited by Lone_Wolf (2018-05-05 12:01:18)


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


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

Offline

#12 2018-05-07 04:24:26

leonshaw
Member
Registered: 2012-01-11
Posts: 19

Re: VMs can't start gnome with xinit after updating to mesa 18

I've already installed virtualbox-guest-utils and virtualbox-guest-dkms. And kernel modules are loaded:

$ lsmod|grep vbox
vboxvideo              45056  1
ttm                   122880  1 vboxvideo
drm_kms_helper        200704  1 vboxvideo
drm                   466944  4 vboxvideo,ttm,drm_kms_helper
vboxsf                 32768  0
vboxguest              40960  2 vboxsf

Also tried virtualbox-guest-modules-arch but no difference.

Offline

#13 2018-05-07 10:10:40

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: VMs can't start gnome with xinit after updating to mesa 18

One final try then :

Although VboxClient-all is supposed to run automatically, for now run it manually before you start x .

post xorg log & glxinfo from that try.


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


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

Offline

#14 2018-05-08 01:45:43

leonshaw
Member
Registered: 2012-01-11
Posts: 19

Re: VMs can't start gnome with xinit after updating to mesa 18

[    24.767] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[    24.767] X Protocol Version 11, Revision 0
[    24.767] Build Operating System: Linux 4.15.6-1-ARCH x86_64 
[    24.767] Current Operating System: Linux arch 4.16.7-1-ARCH #1 SMP PREEMPT Wed May 2 21:12:36 UTC 2018 x86_64
[    24.767] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b514caea-dd42-4a32-924c-b3b88aafc951 rw quiet resume=/dev/sda2
[    24.767] Build Date: 12 April 2018  05:31:07AM
[    24.768]  
[    24.768] Current version of pixman: 0.34.0
[    24.768] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    24.768] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    24.768] (==) Log file: "/home/leon/.local/share/xorg/Xorg.0.log", Time: Tue May  8 09:44:44 2018
[    24.776] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    24.777] (==) No Layout section.  Using the first Screen section.
[    24.777] (==) No screen section available. Using defaults.
[    24.777] (**) |-->Screen "Default Screen Section" (0)
[    24.777] (**) |   |-->Monitor "<default monitor>"
[    24.777] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    24.777] (==) Automatically adding devices
[    24.777] (==) Automatically enabling devices
[    24.777] (==) Automatically adding GPU devices
[    24.777] (==) Automatically binding GPU devices
[    24.777] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    24.781] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[    24.781] 	Entry deleted from font path.
[    24.783] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    24.783] 	Entry deleted from font path.
[    24.785] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[    24.785] 	Entry deleted from font path.
[    24.785] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[    24.785] 	Entry deleted from font path.
[    24.785] (==) FontPath set to:
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[    24.785] (==) ModulePath set to "/usr/lib/xorg/modules"
[    24.785] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    24.785] (II) Loader magic: 0x55ab362e4d60
[    24.785] (II) Module ABI versions:
[    24.785] 	X.Org ANSI C Emulation: 0.4
[    24.785] 	X.Org Video Driver: 23.0
[    24.785] 	X.Org XInput driver : 24.1
[    24.785] 	X.Org Server Extension : 10.0
[    24.786] (++) using VT number 1

[    24.787] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    24.787] (II) xfree86: Adding drm device (/dev/dri/card0)
[    24.788] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    24.789] (--) PCI:*(0:0:2:0) 80ee:beef:0000:0000 rev 0, Mem @ 0xe0000000/134217728, BIOS @ 0x????????/131072
[    24.789] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    24.789] (II) LoadModule: "glx"
[    24.795] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    24.803] (II) Module glx: vendor="X.Org Foundation"
[    24.803] 	compiled for 1.19.6, module version = 1.0.0
[    24.803] 	ABI class: X.Org Server Extension, version 10.0
[    24.803] (==) Matched vboxvideo as autoconfigured driver 0
[    24.803] (==) Matched vboxvideo as autoconfigured driver 1
[    24.803] (==) Matched modesetting as autoconfigured driver 2
[    24.803] (==) Matched fbdev as autoconfigured driver 3
[    24.803] (==) Matched vesa as autoconfigured driver 4
[    24.803] (==) Assigned the driver to the xf86ConfigLayout
[    24.803] (II) LoadModule: "vboxvideo"
[    24.803] (WW) Warning, couldn't open module vboxvideo
[    24.803] (II) UnloadModule: "vboxvideo"
[    24.803] (II) Unloading vboxvideo
[    24.803] (EE) Failed to load module "vboxvideo" (module does not exist, 0)
[    24.803] (II) LoadModule: "modesetting"
[    24.803] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    24.804] (II) Module modesetting: vendor="X.Org Foundation"
[    24.804] 	compiled for 1.19.6, module version = 1.19.6
[    24.804] 	Module class: X.Org Video Driver
[    24.804] 	ABI class: X.Org Video Driver, version 23.0
[    24.804] (II) LoadModule: "fbdev"
[    24.804] (WW) Warning, couldn't open module fbdev
[    24.804] (II) UnloadModule: "fbdev"
[    24.804] (II) Unloading fbdev
[    24.804] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    24.804] (II) LoadModule: "vesa"
[    24.804] (WW) Warning, couldn't open module vesa
[    24.804] (II) UnloadModule: "vesa"
[    24.804] (II) Unloading vesa
[    24.804] (EE) Failed to load module "vesa" (module does not exist, 0)
[    24.804] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    24.804] (II) modeset(0): using drv /dev/dri/card0
[    24.805] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    24.805] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    24.805] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    24.805] (==) modeset(0): RGB weight 888
[    24.805] (==) modeset(0): Default visual is TrueColor
[    24.805] (II) Loading sub module "glamoregl"
[    24.805] (II) LoadModule: "glamoregl"
[    24.805] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    24.810] (II) Module glamoregl: vendor="X.Org Foundation"
[    24.810] 	compiled for 1.19.6, module version = 1.0.0
[    24.810] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    24.810] (II) glamor: OpenGL accelerated X.org driver based.
[    24.954] (II) glamor: EGL version 1.4 (DRI2):
[    24.954] EGL_MESA_drm_image required.
[    24.955] (EE) modeset(0): glamor initialization failed
[    24.955] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[    24.955] (II) modeset(0): Output VGA-1 has no monitor section
[    24.956] (II) modeset(0): EDID for output VGA-1
[    24.956] (II) modeset(0): Manufacturer: VBX  Model: 0  Serial#: 117967680
[    24.956] (II) modeset(0): Year: 1990  Week: 1
[    24.956] (II) modeset(0): EDID Version: 1.3
[    24.956] (II) modeset(0): Digital Display Input
[    24.956] (II) modeset(0): Indeterminate output size
[    24.956] (II) modeset(0): Gamma: 2.20
[    24.956] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[    24.956] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    24.956] (II) modeset(0): Default color space is primary color space
[    24.956] (II) modeset(0): First detailed timing is preferred mode
[    24.956] (II) modeset(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    24.956] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[    24.956] (II) modeset(0): Manufacturer's mask: 0
[    24.956] (II) modeset(0): Supported detailed timing:
[    24.956] (II) modeset(0): clock: 312.7 MHz   Image Size:  0 x 0 mm
[    24.956] (II) modeset(0): h_active: 2880  h_sync: 2882  h_sync_end 2884 h_blank_end 2886 h_border: 0
[    24.956] (II) modeset(0): v_active: 1800  v_sync: 1800  v_sync_end 1834 v_blanking: 1806 v_border: 0
[    24.956] (II) modeset(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz, PixClock max 1005 MHz
[    24.956] (II) modeset(0): Monitor name: VBOX monitor
[    24.956] (II) modeset(0): EDID (in hex):
[    24.956] (II) modeset(0): 	00ffffffffffff0058580000400b0807
[    24.956] (II) modeset(0): 	0100010380000078eeee91a3544c9926
[    24.956] (II) modeset(0): 	0f505400000001010101010101010101
[    24.956] (II) modeset(0): 	010101010101287a4006b00806700202
[    24.956] (II) modeset(0): 	0202000000000000000000fd0000c800
[    24.956] (II) modeset(0): 	c864000a202020202020000000fc0056
[    24.956] (II) modeset(0): 	424f58206d6f6e69746f720a00000010
[    24.956] (II) modeset(0): 	000a20202020202020202020202000ed
[    24.956] (II) modeset(0): Printing probed modes for output VGA-1
[    24.956] (II) modeset(0): Modeline "2880x1800"x60.0  442.16  2880 3104 3416 3952  1800 1803 1809 1865 -hsync +vsync (111.9 kHz P)
[    24.956] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2752 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[    24.956] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz e)
[    24.956] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[    24.956] (II) modeset(0): Modeline "1856x1392"x60.0  218.25  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[    24.956] (II) modeset(0): Modeline "1792x1344"x60.0  204.75  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[    24.956] (II) modeset(0): Modeline "2048x1152"x60.0  162.00  2048 2074 2154 2250  1152 1153 1156 1200 +hsync +vsync (72.0 kHz e)
[    24.956] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[    24.956] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
[    24.956] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[    24.956] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    24.956] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    24.956] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    24.956] (II) modeset(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[    24.956] (II) modeset(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    24.956] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    24.956] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    24.956] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    24.956] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    24.956] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    24.956] (II) modeset(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    24.956] (II) modeset(0): Modeline "1366x768"x60.0   72.00  1366 1380 1436 1500  768 769 772 800 +hsync +vsync (48.0 kHz e)
[    24.956] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[    24.956] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    24.956] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    24.956] (II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[    24.956] (II) modeset(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[    24.956] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    24.956] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    24.956] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    24.956] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    24.956] (II) modeset(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    24.956] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    24.956] (II) modeset(0): Output VGA-1 connected
[    24.956] (II) modeset(0): Using exact sizes for initial modes
[    24.956] (II) modeset(0): Output VGA-1 using initial mode 2880x1800 +0+0
[    24.956] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    24.956] (==) modeset(0): DPI set to (96, 96)
[    24.956] (II) Loading sub module "fb"
[    24.956] (II) LoadModule: "fb"
[    24.956] (II) Loading /usr/lib/xorg/modules/libfb.so
[    24.957] (II) Module fb: vendor="X.Org Foundation"
[    24.957] 	compiled for 1.19.6, module version = 1.0.0
[    24.957] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    24.957] (==) Depth 24 pixmap format is 32 bpp
[    24.958] (==) modeset(0): Backing store enabled
[    24.958] (==) modeset(0): Silken mouse enabled
[    24.959] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    24.959] (==) modeset(0): DPMS enabled
[    24.959] (--) RandR disabled
[    24.962] (II) AIGLX: Screen 0 is not DRI2 capable
[    24.962] (EE) AIGLX: reverting to software rendering
[    24.965] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[    24.966] (II) IGLX: Loaded and initialized swrast
[    24.966] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    24.968] (II) modeset(0): Damage tracking initialized
[    24.968] (II) modeset(0): Setting screen physical size to 762 x 476
[    25.028] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    25.028] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    25.028] (II) LoadModule: "libinput"
[    25.028] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    25.037] (II) Module libinput: vendor="X.Org Foundation"
[    25.037] 	compiled for 1.19.6, module version = 0.27.1
[    25.037] 	Module class: X.Org XInput Driver
[    25.037] 	ABI class: X.Org XInput driver, version 24.1
[    25.037] (II) Using input driver 'libinput' for 'Power Button'
[    25.037] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 19 paused 0
[    25.037] (**) Power Button: always reports core events
[    25.038] (**) Option "Device" "/dev/input/event0"
[    25.038] (**) Option "_source" "server/udev"
[    25.038] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    25.038] (II) event0  - Power Button: device is a keyboard
[    25.038] (II) event0  - Power Button: device removed
[    25.038] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[    25.038] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    25.038] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    25.038] (II) event0  - Power Button: device is a keyboard
[    25.038] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    25.038] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    25.038] (II) Using input driver 'libinput' for 'Sleep Button'
[    25.039] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 22 paused 0
[    25.039] (**) Sleep Button: always reports core events
[    25.039] (**) Option "Device" "/dev/input/event1"
[    25.039] (**) Option "_source" "server/udev"
[    25.039] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    25.039] (II) event1  - Sleep Button: device is a keyboard
[    25.039] (II) event1  - Sleep Button: device removed
[    25.039] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input1/event1"
[    25.039] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[    25.039] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    25.039] (II) event1  - Sleep Button: device is a keyboard
[    25.040] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[    25.040] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    25.040] (II) Using input driver 'libinput' for 'Video Bus'
[    25.040] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 23 paused 0
[    25.040] (**) Video Bus: always reports core events
[    25.040] (**) Option "Device" "/dev/input/event2"
[    25.040] (**) Option "_source" "server/udev"
[    25.041] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[    25.041] (II) event2  - Video Bus: device is a keyboard
[    25.041] (II) event2  - Video Bus: device removed
[    25.041] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input2/event2"
[    25.041] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    25.041] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[    25.041] (II) event2  - Video Bus: device is a keyboard
[    25.041] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event5)
[    25.041] (**) VirtualBox mouse integration: Applying InputClass "libinput pointer catchall"
[    25.041] (II) Using input driver 'libinput' for 'VirtualBox mouse integration'
[    25.042] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 24 paused 0
[    25.042] (**) VirtualBox mouse integration: always reports core events
[    25.042] (**) Option "Device" "/dev/input/event5"
[    25.042] (**) Option "_source" "server/udev"
[    25.042] (II) event5  - VirtualBox mouse integration: is tagged by udev as: Mouse
[    25.042] (II) event5  - VirtualBox mouse integration: device is a pointer
[    25.042] (II) event5  - VirtualBox mouse integration: device removed
[    25.042] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input6/event5"
[    25.042] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: MOUSE, id 9)
[    25.042] (**) Option "AccelerationScheme" "none"
[    25.042] (**) VirtualBox mouse integration: (accel) selected scheme none/0
[    25.042] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
[    25.042] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
[    25.042] (II) event5  - VirtualBox mouse integration: is tagged by udev as: Mouse
[    25.042] (II) event5  - VirtualBox mouse integration: device is a pointer
[    25.042] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/js1)
[    25.042] (II) No input driver specified, ignoring this device.
[    25.043] (II) This device may have been added with another device file.
[    25.043] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/mouse1)
[    25.043] (II) No input driver specified, ignoring this device.
[    25.043] (II) This device may have been added with another device file.
[    25.043] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event4)
[    25.043] (**) VirtualBox USB Tablet: Applying InputClass "libinput pointer catchall"
[    25.043] (II) Using input driver 'libinput' for 'VirtualBox USB Tablet'
[    25.105] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[    25.105] (**) VirtualBox USB Tablet: always reports core events
[    25.105] (**) Option "Device" "/dev/input/event4"
[    25.105] (**) Option "_source" "server/udev"
[    25.105] (II) event4  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[    25.105] (II) event4  - VirtualBox USB Tablet: device is a pointer
[    25.105] (II) event4  - VirtualBox USB Tablet: device removed
[    25.105] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:0c.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input5/event4"
[    25.105] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: MOUSE, id 10)
[    25.105] (**) Option "AccelerationScheme" "none"
[    25.105] (**) VirtualBox USB Tablet: (accel) selected scheme none/0
[    25.105] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[    25.105] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[    25.106] (II) event4  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[    25.106] (II) event4  - VirtualBox USB Tablet: device is a pointer
[    25.106] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js0)
[    25.106] (II) No input driver specified, ignoring this device.
[    25.106] (II) This device may have been added with another device file.
[    25.107] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse0)
[    25.107] (II) No input driver specified, ignoring this device.
[    25.107] (II) This device may have been added with another device file.
[    25.107] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    25.107] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    25.107] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    25.108] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 26 paused 0
[    25.108] (**) AT Translated Set 2 keyboard: always reports core events
[    25.108] (**) Option "Device" "/dev/input/event3"
[    25.108] (**) Option "_source" "server/udev"
[    25.108] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    25.108] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    25.108] (II) event3  - AT Translated Set 2 keyboard: device removed
[    25.108] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    25.108] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    25.109] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    25.109] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    25.109] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event7)
[    25.109] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[    25.109] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[    25.109] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 27 paused 0
[    25.109] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[    25.109] (**) Option "Device" "/dev/input/event7"
[    25.110] (**) Option "_source" "server/udev"
[    25.110] (II) event7  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    25.110] (II) event7  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    25.110] (II) event7  - ImExPS/2 Generic Explorer Mouse: device removed
[    25.110] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event7"
[    25.110] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 12)
[    25.110] (**) Option "AccelerationScheme" "none"
[    25.110] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[    25.110] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[    25.110] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[    25.110] (II) event7  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    25.110] (II) event7  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    25.110] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse2)
[    25.110] (II) No input driver specified, ignoring this device.
[    25.110] (II) This device may have been added with another device file.
[    25.111] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    25.111] (II) No input driver specified, ignoring this device.
[    25.111] (II) This device may have been added with another device file.
[    25.619] (**) Option "fd" "19"
[    25.619] (II) event0  - Power Button: device removed
[    25.619] (**) Option "fd" "22"
[    25.619] (II) event1  - Sleep Button: device removed
[    25.619] (**) Option "fd" "23"
[    25.619] (II) event2  - Video Bus: device removed
[    25.619] (**) Option "fd" "24"
[    25.619] (II) event5  - VirtualBox mouse integration: device removed
[    25.619] (**) Option "fd" "25"
[    25.619] (II) event4  - VirtualBox USB Tablet: device removed
[    25.620] (**) Option "fd" "26"
[    25.620] (II) event3  - AT Translated Set 2 keyboard: device removed
[    25.620] (**) Option "fd" "27"
[    25.620] (II) event7  - ImExPS/2 Generic Explorer Mouse: device removed
[    25.620] (II) UnloadModule: "libinput"
[    25.620] (II) systemd-logind: releasing fd for 13:71
[    25.670] (II) UnloadModule: "libinput"
[    25.670] (II) systemd-logind: releasing fd for 13:67
[    25.727] (II) UnloadModule: "libinput"
[    25.727] (II) systemd-logind: releasing fd for 13:68
[    25.812] (II) UnloadModule: "libinput"
[    25.812] (II) systemd-logind: releasing fd for 13:69
[    25.920] (II) UnloadModule: "libinput"
[    25.920] (II) systemd-logind: releasing fd for 13:66
[    26.031] (II) UnloadModule: "libinput"
[    26.031] (II) systemd-logind: releasing fd for 13:65
[    26.083] (II) UnloadModule: "libinput"
[    26.083] (II) systemd-logind: releasing fd for 13:64
[    26.142] (II) Server terminated successfully (0). Closing log file.

X failed to start so glxinfo gives no output.

Offline

#15 2018-05-08 11:52:55

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: VMs can't start gnome with xinit after updating to mesa 18

graphics in virtualbox linux guests has always been a weak point.
I had hoped the inclusion of vbox kernel module in linus kernel-tree would help, but apparently there's a reason why vboxvideo is still in kernel staging area.

Ok, we failed to get vbox hardware acceleration working for an archlinux guest vm on the macbook.
Mesa 17.3.9 is probably going to be the last release, so downgrading mesa doesn't seem like a good idea.

You could switch to another DE/WM that doesn't need hw acceleration , like openbox, lxqt, lxde , maybe xfce.
Other hypervisors might work better, what host OS are you running on the macbook ?


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


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

Offline

#16 2018-05-10 03:36:31

leonshaw
Member
Registered: 2012-01-11
Posts: 19

Re: VMs can't start gnome with xinit after updating to mesa 18

Host is running macOS 10.13.4. VMware Fusion is fine with hardware acceleration, but I don't have a license.
As a workaround, I replaced gnome-session-check-accelerated with a symbolic link to /usr/bin/true. So far everything works as before.

BTW, I debugged gnome-session-check-accelerated, and found that gdk_window_create_gl_context returned null, causing the check failure.

Offline

#17 2018-05-23 02:10:44

leonshaw
Member
Registered: 2012-01-11
Posts: 19

Re: VMs can't start gnome with xinit after updating to mesa 18

Update:

After upgrading to mesa-18.0.4-1, gnome start with llvmpipe without changes. However, glxinfo outputs:

$ glxinfo 
name of display: :0
libGL error: pci id for fd 4: 80ee:beef, driver (null)
libGL error: No driver found
libGL error: failed to load driver: (null)
...

mesa doesn't have a driver for virtualbox?

Last edited by leonshaw (2018-05-23 02:11:18)

Offline

#18 2018-05-23 12:24:02

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: VMs can't start gnome with xinit after updating to mesa 18

Nope, virtualbox used to be a commercial product for a big part of it's life and still has many traces of that.
There's very little interaction between virtualbox and opensource projects like mesa, xorg, qemu , linux kernel

Even the recent inclusion of the virtualbox kernel modules in linus kernel tree, doesn't appear to have had a big impact on quality/stability .


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


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

Offline

Board footer

Powered by FluxBB