Closed takanotume24 closed 4 years ago
It seems that Xorg server is crashing when Simulator tries to use Vulkan. Can you please check Xorg server log file after it crashes, maybe it it will have more useful error message. Check also kernel log messages (dmesg) which could have also something useful.
And what about Nvidia driver version? Have you tried updating it to latest?
@bshin-lge pointed me to this ticket via https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto/issues/222#note_273342327
Here are the contents of my Xorg.0.log
file:
[104984.352] (--) Log file renamed from "/var/log/Xorg.pid-25331.log" to "/var/log/Xorg.0.log"
[104984.352]
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[104984.352] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[104984.352] Current Operating System: Linux haggis 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64
[104984.352] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=12339cac-ded9-417c-bbf8-8d5636f566ea ro quiet
[104984.352] Build Date: 05 March 2019 08:11:12PM
[104984.352] xorg-server 2:1.20.4-1 (https://www.debian.org/support)
[104984.352] Current version of pixman: 0.36.0
[104984.352] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[104984.352] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[104984.352] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 16 16:41:07 2020
[104984.352] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[104984.352] (==) No Layout section. Using the first Screen section.
[104984.352] (==) No screen section available. Using defaults.
[104984.352] (**) |-->Screen "Default Screen Section" (0)
[104984.352] (**) | |-->Monitor "<default monitor>"
[104984.353] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[104984.353] (==) Automatically adding devices
[104984.353] (==) Automatically enabling devices
[104984.353] (==) Automatically adding GPU devices
[104984.353] (==) Max clients allowed: 256, resource mask: 0x1fffff
[104984.353] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[104984.353] Entry deleted from font path.
[104984.353] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[104984.353] (==) ModulePath set to "/usr/lib/xorg/modules"
[104984.353] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[104984.353] (II) Loader magic: 0x563488b80e20
[104984.353] (II) Module ABI versions:
[104984.353] X.Org ANSI C Emulation: 0.4
[104984.353] X.Org Video Driver: 24.0
[104984.353] X.Org XInput driver : 24.1
[104984.353] X.Org Server Extension : 10.0
[104984.353] (++) using VT number 7
[104984.353] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[104984.354] (II) xfree86: Adding drm device (/dev/dri/card0)
[104984.355] (--) PCI:*(1@0:0:0) 10de:13c2:1462:3160 rev 161, Mem @ 0xee000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[104984.355] (II) LoadModule: "glx"
[104984.355] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[104984.356] (II) Module glx: vendor="X.Org Foundation"
[104984.356] compiled for 1.20.4, module version = 1.0.0
[104984.356] ABI class: X.Org Server Extension, version 10.0
[104984.356] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[104984.356] loading driver: nvidia
[104984.576] (==) Matched nvidia as autoconfigured driver 0
[104984.576] (==) Matched nouveau as autoconfigured driver 1
[104984.576] (==) Matched nv as autoconfigured driver 2
[104984.576] (==) Matched modesetting as autoconfigured driver 3
[104984.576] (==) Matched fbdev as autoconfigured driver 4
[104984.576] (==) Matched vesa as autoconfigured driver 5
[104984.576] (==) Assigned the driver to the xf86ConfigLayout
[104984.576] (II) LoadModule: "nvidia"
[104984.577] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[104984.577] (II) Module nvidia: vendor="NVIDIA Corporation"
[104984.577] compiled for 4.0.2, module version = 1.0.0
[104984.577] Module class: X.Org Video Driver
[104984.577] (II) LoadModule: "nouveau"
[104984.577] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[104984.577] (II) Module nouveau: vendor="X.Org Foundation"
[104984.577] compiled for 1.20.3, module version = 1.0.16
[104984.577] Module class: X.Org Video Driver
[104984.577] ABI class: X.Org Video Driver, version 24.0
[104984.577] (II) LoadModule: "nv"
[104984.577] (WW) Warning, couldn't open module nv
[104984.577] (EE) Failed to load module "nv" (module does not exist, 0)
[104984.577] (II) LoadModule: "modesetting"
[104984.577] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[104984.577] (II) Module modesetting: vendor="X.Org Foundation"
[104984.577] compiled for 1.20.4, module version = 1.20.4
[104984.577] Module class: X.Org Video Driver
[104984.577] ABI class: X.Org Video Driver, version 24.0
[104984.577] (II) LoadModule: "fbdev"
[104984.577] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[104984.577] (II) Module fbdev: vendor="X.Org Foundation"
[104984.577] compiled for 1.20.0, module version = 0.5.0
[104984.577] Module class: X.Org Video Driver
[104984.577] ABI class: X.Org Video Driver, version 24.0
[104984.577] (II) LoadModule: "vesa"
[104984.577] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[104984.577] (II) Module vesa: vendor="X.Org Foundation"
[104984.577] compiled for 1.20.1, module version = 2.4.0
[104984.577] Module class: X.Org Video Driver
[104984.577] ABI class: X.Org Video Driver, version 24.0
[104984.577] (II) NVIDIA dlloader X Driver 418.74 Wed May 1 11:26:02 CDT 2019
[104984.577] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[104984.577] (II) NOUVEAU driver Date: Mon Jan 28 23:25:58 2019 -0500
[104984.577] (II) NOUVEAU driver for NVIDIA chipset families :
[104984.577] RIVA TNT (NV04)
[104984.577] RIVA TNT2 (NV05)
[104984.577] GeForce 256 (NV10)
[104984.577] GeForce 2 (NV11, NV15)
[104984.578] GeForce 4MX (NV17, NV18)
[104984.578] GeForce 3 (NV20)
[104984.578] GeForce 4Ti (NV25, NV28)
[104984.578] GeForce FX (NV3x)
[104984.578] GeForce 6 (NV4x)
[104984.578] GeForce 7 (G7x)
[104984.578] GeForce 8 (G8x)
[104984.578] GeForce 9 (G9x)
[104984.578] GeForce GTX 2xx/3xx (GT2xx)
[104984.578] GeForce GTX 4xx/5xx (GFxxx)
[104984.578] GeForce GTX 6xx/7xx (GKxxx)
[104984.578] GeForce GTX 9xx (GMxxx)
[104984.578] GeForce GTX 10xx (GPxxx)
[104984.578] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[104984.578] (II) FBDEV: driver for framebuffer: fbdev
[104984.578] (II) VESA: driver for VESA chipsets: vesa
[104984.586] (II) Loading sub module "fb"
[104984.586] (II) LoadModule: "fb"
[104984.586] (II) Loading /usr/lib/xorg/modules/libfb.so
[104984.586] (II) Module fb: vendor="X.Org Foundation"
[104984.586] compiled for 1.20.4, module version = 1.0.0
[104984.586] ABI class: X.Org ANSI C Emulation, version 0.4
[104984.586] (II) Loading sub module "wfb"
[104984.586] (II) LoadModule: "wfb"
[104984.586] (II) Loading /usr/lib/xorg/modules/libwfb.so
[104984.586] (II) Module wfb: vendor="X.Org Foundation"
[104984.586] compiled for 1.20.4, module version = 1.0.0
[104984.586] ABI class: X.Org ANSI C Emulation, version 0.4
[104984.586] (II) Loading sub module "ramdac"
[104984.586] (II) LoadModule: "ramdac"
[104984.586] (II) Module "ramdac" already built-in
[104984.586] (WW) Falling back to old probe method for modesetting
[104984.586] (WW) Falling back to old probe method for fbdev
[104984.586] (II) Loading sub module "fbdevhw"
[104984.586] (II) LoadModule: "fbdevhw"
[104984.586] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[104984.586] (II) Module fbdevhw: vendor="X.Org Foundation"
[104984.586] compiled for 1.20.4, module version = 0.0.2
[104984.586] ABI class: X.Org Video Driver, version 24.0
[104984.587] (EE) open /dev/fb0: No such file or directory
[104984.587] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[104984.587] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[104984.587] (==) NVIDIA(0): RGB weight 888
[104984.587] (==) NVIDIA(0): Default visual is TrueColor
[104984.587] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[104984.587] (**) NVIDIA(0): Enabling 2D acceleration
[104984.587] (II) Loading sub module "glxserver_nvidia"
[104984.587] (II) LoadModule: "glxserver_nvidia"
[104984.587] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[104984.590] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[104984.590] compiled for 4.0.2, module version = 1.0.0
[104984.590] Module class: X.Org Server Extension
[104984.590] (II) NVIDIA GLX Module 418.74 Wed May 1 11:24:49 CDT 2019
[104984.591] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[104984.591] (--) NVIDIA(0): CRT-0
[104984.591] (--) NVIDIA(0): DFP-0
[104984.591] (--) NVIDIA(0): DFP-1 (boot)
[104984.591] (--) NVIDIA(0): DFP-2
[104984.591] (--) NVIDIA(0): DFP-3
[104984.591] (--) NVIDIA(0): DFP-4
[104984.592] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 970 (GM204-A) at PCI:1:0:0 (GPU-0)
[104984.592] (--) NVIDIA(0): Memory: 4194304 kBytes
[104984.592] (--) NVIDIA(0): VideoBIOS: 84.04.2f.00.f1
[104984.592] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[104984.596] (--) NVIDIA(GPU-0): CRT-0: disconnected
[104984.596] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[104984.596] (--) NVIDIA(GPU-0):
[104984.600] (--) NVIDIA(GPU-0): DFP-0: disconnected
[104984.600] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[104984.600] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[104984.600] (--) NVIDIA(GPU-0):
[104984.631] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): connected
[104984.631] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): Internal TMDS
[104984.631] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): 600.0 MHz maximum pixel clock
[104984.631] (--) NVIDIA(GPU-0):
[104984.631] (--) NVIDIA(GPU-0): DFP-2: disconnected
[104984.631] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[104984.631] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[104984.631] (--) NVIDIA(GPU-0):
[104984.631] (--) NVIDIA(GPU-0): DFP-3: disconnected
[104984.631] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[104984.631] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[104984.631] (--) NVIDIA(GPU-0):
[104984.632] (--) NVIDIA(GPU-0): DFP-4: disconnected
[104984.632] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[104984.632] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[104984.632] (--) NVIDIA(GPU-0):
[104984.635] (==) NVIDIA(0):
[104984.635] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[104984.635] (==) NVIDIA(0): will be used as the requested mode.
[104984.635] (==) NVIDIA(0):
[104984.635] (II) NVIDIA(0): Validated MetaModes:
[104984.635] (II) NVIDIA(0): "DFP-1:nvidia-auto-select"
[104984.635] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 2160
[104984.641] (--) NVIDIA(0): DPI set to (139, 140); computed from "UseEdidDpi" X config
[104984.641] (--) NVIDIA(0): option
[104984.641] (II) UnloadModule: "nouveau"
[104984.641] (II) Unloading nouveau
[104984.641] (II) UnloadModule: "modesetting"
[104984.641] (II) Unloading modesetting
[104984.641] (II) UnloadModule: "fbdev"
[104984.641] (II) Unloading fbdev
[104984.641] (II) UnloadSubModule: "fbdevhw"
[104984.641] (II) Unloading fbdevhw
[104984.641] (II) UnloadModule: "vesa"
[104984.641] (II) Unloading vesa
[104984.641] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[104984.641] (II) NVIDIA: access.
[104984.644] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[104984.644] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[104984.644] (II) NVIDIA(0): configuration option may not be set correctly. When the
[104984.644] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[104984.644] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[104984.644] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[104984.644] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[104984.644] (II) NVIDIA(0): Config Options in the README.
[104984.658] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[104984.708] (==) NVIDIA(0): Disabling shared memory pixmaps
[104984.709] (==) NVIDIA(0): Backing store enabled
[104984.709] (==) NVIDIA(0): Silken mouse enabled
[104984.709] (==) NVIDIA(0): DPMS enabled
[104984.709] (II) Loading sub module "dri2"
[104984.709] (II) LoadModule: "dri2"
[104984.709] (II) Module "dri2" already built-in
[104984.709] (II) NVIDIA(0): [DRI2] Setup complete
[104984.709] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[104984.709] (II) Initializing extension Generic Event Extension
[104984.709] (II) Initializing extension SHAPE
[104984.709] (II) Initializing extension MIT-SHM
[104984.709] (II) Initializing extension XInputExtension
[104984.709] (II) Initializing extension XTEST
[104984.709] (II) Initializing extension BIG-REQUESTS
[104984.709] (II) Initializing extension SYNC
[104984.709] (II) Initializing extension XKEYBOARD
[104984.710] (II) Initializing extension XC-MISC
[104984.710] (II) Initializing extension SECURITY
[104984.710] (II) Initializing extension XFIXES
[104984.710] (II) Initializing extension RENDER
[104984.710] (II) Initializing extension RANDR
[104984.710] (II) Initializing extension COMPOSITE
[104984.710] (II) Initializing extension DAMAGE
[104984.710] (II) Initializing extension MIT-SCREEN-SAVER
[104984.710] (II) Initializing extension DOUBLE-BUFFER
[104984.710] (II) Initializing extension RECORD
[104984.710] (II) Initializing extension DPMS
[104984.710] (II) Initializing extension Present
[104984.710] (II) Initializing extension DRI3
[104984.710] (II) Initializing extension X-Resource
[104984.711] (II) Initializing extension XVideo
[104984.711] (II) Initializing extension XVideo-MotionCompensation
[104984.711] (II) Initializing extension SELinux
[104984.711] (II) SELinux: Disabled on system
[104984.711] (II) Initializing extension GLX
[104984.711] (II) Initializing extension GLX
[104984.711] (II) Indirect GLX disabled.
[104984.711] (II) GLX: Another vendor is already registered for screen 0
[104984.711] (II) Initializing extension XFree86-VidModeExtension
[104984.711] (II) Initializing extension XFree86-DGA
[104984.711] (II) Initializing extension XFree86-DRI
[104984.711] (II) Initializing extension DRI2
[104984.711] (II) Initializing extension NV-GLX
[104984.711] (II) Initializing extension NV-CONTROL
[104984.711] (II) Initializing extension XINERAMA
[104984.739] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[104984.739] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[104984.739] (II) LoadModule: "libinput"
[104984.739] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[104984.741] (II) Module libinput: vendor="X.Org Foundation"
[104984.741] compiled for 1.20.4, module version = 0.28.2
[104984.741] Module class: X.Org XInput Driver
[104984.741] ABI class: X.Org XInput driver, version 24.1
[104984.741] (II) Using input driver 'libinput' for 'Power Button'
[104984.741] (**) Power Button: always reports core events
[104984.741] (**) Option "Device" "/dev/input/event2"
[104984.742] (**) Option "_source" "server/udev"
[104984.742] (II) event2 - Power Button: is tagged by udev as: Keyboard
[104984.743] (II) event2 - Power Button: device is a keyboard
[104984.743] (II) event2 - Power Button: device removed
[104984.789] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[104984.789] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[104984.789] (**) Option "xkb_model" "pc105"
[104984.789] (**) Option "xkb_layout" "us"
[104984.790] (II) event2 - Power Button: is tagged by udev as: Keyboard
[104984.790] (II) event2 - Power Button: device is a keyboard
[104984.791] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[104984.791] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[104984.791] (II) Using input driver 'libinput' for 'Power Button'
[104984.791] (**) Power Button: always reports core events
[104984.791] (**) Option "Device" "/dev/input/event1"
[104984.791] (**) Option "_source" "server/udev"
[104984.792] (II) event1 - Power Button: is tagged by udev as: Keyboard
[104984.792] (II) event1 - Power Button: device is a keyboard
[104984.792] (II) event1 - Power Button: device removed
[104984.813] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[104984.813] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[104984.813] (**) Option "xkb_model" "pc105"
[104984.813] (**) Option "xkb_layout" "us"
[104984.814] (II) event1 - Power Button: is tagged by udev as: Keyboard
[104984.814] (II) event1 - Power Button: device is a keyboard
[104984.815] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[104984.815] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[104984.815] (II) Using input driver 'libinput' for 'Sleep Button'
[104984.815] (**) Sleep Button: always reports core events
[104984.815] (**) Option "Device" "/dev/input/event0"
[104984.815] (**) Option "_source" "server/udev"
[104984.817] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[104984.817] (II) event0 - Sleep Button: device is a keyboard
[104984.817] (II) event0 - Sleep Button: device removed
[104984.833] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[104984.833] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[104984.833] (**) Option "xkb_model" "pc105"
[104984.833] (**) Option "xkb_layout" "us"
[104984.835] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[104984.835] (II) event0 - Sleep Button: device is a keyboard
[104984.836] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[104984.837] (II) No input driver specified, ignoring this device.
[104984.837] (II) This device may have been added with another device file.
[104984.837] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event20)
[104984.837] (II) No input driver specified, ignoring this device.
[104984.837] (II) This device may have been added with another device file.
[104984.838] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event21)
[104984.838] (II) No input driver specified, ignoring this device.
[104984.838] (II) This device may have been added with another device file.
[104984.839] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event22)
[104984.839] (II) No input driver specified, ignoring this device.
[104984.839] (II) This device may have been added with another device file.
[104984.841] (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard (/dev/input/event4)
[104984.841] (**) Logitech G413 Carbon Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[104984.841] (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard'
[104984.841] (**) Logitech G413 Carbon Mechanical Gaming Keyboard: always reports core events
[104984.841] (**) Option "Device" "/dev/input/event4"
[104984.841] (**) Option "_source" "server/udev"
[104984.844] (II) event4 - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[104984.844] (II) event4 - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
[104984.844] (II) event4 - Logitech G413 Carbon Mechanical Gaming Keyboard: device removed
[104984.869] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:046D:C33A.0001/input/input4/event4"
[104984.869] (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard" (type: KEYBOARD, id 9)
[104984.869] (**) Option "xkb_model" "pc105"
[104984.869] (**) Option "xkb_layout" "us"
[104984.872] (II) event4 - Logitech G413 Carbon Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[104984.872] (II) event4 - Logitech G413 Carbon Mechanical Gaming Keyboard: device is a keyboard
[104984.874] (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard Keyboard (/dev/input/event5)
[104984.874] (**) Logitech G413 Carbon Mechanical Gaming Keyboard Keyboard: Applying InputClass "libinput keyboard catchall"
[104984.874] (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard Keyboard'
[104984.874] (**) Logitech G413 Carbon Mechanical Gaming Keyboard Keyboard: always reports core events
[104984.874] (**) Option "Device" "/dev/input/event5"
[104984.874] (**) Option "_source" "server/udev"
[104984.877] (II) event5 - Logitech G413 Carbon Mechanical Gaming Keyboard Keyboard: is tagged by udev as: Keyboard
[104984.877] (II) event5 - Logitech G413 Carbon Mechanical Gaming Keyboard Keyboard: device is a keyboard
[104984.878] (II) event5 - Logitech G413 Carbon Mechanical Gaming Keyboard Keyboard: device removed
[104984.901] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.1/0003:046D:C33A.0002/input/input5/event5"
[104984.901] (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard Keyboard" (type: KEYBOARD, id 10)
[104984.901] (**) Option "xkb_model" "pc105"
[104984.901] (**) Option "xkb_layout" "us"
[104984.904] (II) event5 - Logitech G413 Carbon Mechanical Gaming Keyboard Keyboard: is tagged by udev as: Keyboard
[104984.904] (II) event5 - Logitech G413 Carbon Mechanical Gaming Keyboard Keyboard: device is a keyboard
[104984.906] (II) config/udev: Adding input device Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control (/dev/input/event7)
[104984.906] (**) Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[104984.906] (II) Using input driver 'libinput' for 'Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control'
[104984.906] (**) Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: always reports core events
[104984.906] (**) Option "Device" "/dev/input/event7"
[104984.906] (**) Option "_source" "server/udev"
[104984.909] (II) event7 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[104984.909] (II) event7 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device is a keyboard
[104984.909] (II) event7 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device removed
[104984.940] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.1/0003:046D:C33A.0002/input/input6/event7"
[104984.941] (II) XINPUT: Adding extended input device "Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control" (type: KEYBOARD, id 11)
[104984.941] (**) Option "xkb_model" "pc105"
[104984.941] (**) Option "xkb_layout" "us"
[104984.944] (II) event7 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[104984.944] (II) event7 - Logitech G413 Carbon Mechanical Gaming Keyboard Consumer Control: device is a keyboard
[104984.946] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event14)
[104984.946] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
[104984.946] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[104984.946] (**) Logitech USB Receiver: always reports core events
[104984.946] (**) Option "Device" "/dev/input/event14"
[104984.946] (**) Option "_source" "server/udev"
[104984.949] (II) event14 - Logitech USB Receiver: is tagged by udev as: Keyboard
[104984.949] (II) event14 - Logitech USB Receiver: device is a keyboard
[104984.949] (II) event14 - Logitech USB Receiver: device removed
[104984.965] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:046D:C539.0003/input/input17/event14"
[104984.965] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 12)
[104984.965] (**) Option "xkb_model" "pc105"
[104984.965] (**) Option "xkb_layout" "us"
[104984.968] (II) event14 - Logitech USB Receiver: is tagged by udev as: Keyboard
[104984.968] (II) event14 - Logitech USB Receiver: device is a keyboard
[104984.970] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/event16)
[104984.970] (**) Logitech USB Receiver Mouse: Applying InputClass "libinput pointer catchall"
[104984.970] (II) Using input driver 'libinput' for 'Logitech USB Receiver Mouse'
[104984.970] (**) Logitech USB Receiver Mouse: always reports core events
[104984.970] (**) Option "Device" "/dev/input/event16"
[104984.970] (**) Option "_source" "server/udev"
[104984.973] (II) event16 - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[104984.973] (II) event16 - Logitech USB Receiver Mouse: device set to 1600 DPI
[104984.973] (II) event16 - Logitech USB Receiver Mouse: device is a pointer
[104984.973] (II) event16 - Logitech USB Receiver Mouse: device removed
[104985.017] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.1/0003:046D:C539.0004/input/input18/event16"
[104985.017] (II) XINPUT: Adding extended input device "Logitech USB Receiver Mouse" (type: MOUSE, id 13)
[104985.017] (**) Option "AccelerationScheme" "none"
[104985.017] (**) Logitech USB Receiver Mouse: (accel) selected scheme none/0
[104985.017] (**) Logitech USB Receiver Mouse: (accel) acceleration factor: 2.000
[104985.017] (**) Logitech USB Receiver Mouse: (accel) acceleration threshold: 4
[104985.020] (II) event16 - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[104985.020] (II) event16 - Logitech USB Receiver Mouse: device set to 1600 DPI
[104985.020] (II) event16 - Logitech USB Receiver Mouse: device is a pointer
[104985.022] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/mouse0)
[104985.022] (II) No input driver specified, ignoring this device.
[104985.022] (II) This device may have been added with another device file.
[104985.024] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event17)
[104985.024] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[104985.024] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[104985.024] (**) Logitech USB Receiver Consumer Control: always reports core events
[104985.024] (**) Option "Device" "/dev/input/event17"
[104985.024] (**) Option "_source" "server/udev"
[104985.027] (II) event17 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[104985.027] (II) event17 - Logitech USB Receiver Consumer Control: device is a keyboard
[104985.027] (II) event17 - Logitech USB Receiver Consumer Control: device removed
[104985.045] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
[104985.045] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.1/0003:046D:C539.0004/input/input19/event17"
[104985.045] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 14)
[104985.045] (**) Option "AccelerationScheme" "none"
[104985.045] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
[104985.045] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[104985.045] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
[104985.048] (II) event17 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[104985.048] (II) event17 - Logitech USB Receiver Consumer Control: device is a keyboard
[104985.050] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event18)
[104985.050] (**) Logitech USB Receiver System Control: Applying InputClass "libinput keyboard catchall"
[104985.050] (II) Using input driver 'libinput' for 'Logitech USB Receiver System Control'
[104985.050] (**) Logitech USB Receiver System Control: always reports core events
[104985.050] (**) Option "Device" "/dev/input/event18"
[104985.050] (**) Option "_source" "server/udev"
[104985.053] (II) event18 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[104985.053] (II) event18 - Logitech USB Receiver System Control: device is a keyboard
[104985.053] (II) event18 - Logitech USB Receiver System Control: device removed
[104985.084] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.1/0003:046D:C539.0004/input/input20/event18"
[104985.085] (II) XINPUT: Adding extended input device "Logitech USB Receiver System Control" (type: KEYBOARD, id 15)
[104985.085] (**) Option "xkb_model" "pc105"
[104985.085] (**) Option "xkb_layout" "us"
[104985.088] (II) event18 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[104985.088] (II) event18 - Logitech USB Receiver System Control: device is a keyboard
[104985.089] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
[104985.089] (II) No input driver specified, ignoring this device.
[104985.089] (II) This device may have been added with another device file.
[104985.090] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event9)
[104985.090] (II) No input driver specified, ignoring this device.
[104985.090] (II) This device may have been added with another device file.
[104985.091] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event10)
[104985.091] (II) No input driver specified, ignoring this device.
[104985.091] (II) This device may have been added with another device file.
[104985.091] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event11)
[104985.092] (II) No input driver specified, ignoring this device.
[104985.092] (II) This device may have been added with another device file.
[104985.092] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event12)
[104985.092] (II) No input driver specified, ignoring this device.
[104985.092] (II) This device may have been added with another device file.
[104985.093] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event13)
[104985.093] (II) No input driver specified, ignoring this device.
[104985.093] (II) This device may have been added with another device file.
[104985.094] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event15)
[104985.094] (II) No input driver specified, ignoring this device.
[104985.094] (II) This device may have been added with another device file.
[104985.095] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[104985.095] (II) No input driver specified, ignoring this device.
[104985.095] (II) This device may have been added with another device file.
[104985.096] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[104985.096] (II) No input driver specified, ignoring this device.
[104985.096] (II) This device may have been added with another device file.
[104985.106] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[104985.106] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[104985.106] (**) Logitech USB Receiver Consumer Control: always reports core events
[104985.106] (**) Option "Device" "/dev/input/event17"
[104985.106] (**) Option "_source" "_driver/libinput"
[104985.106] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
[104985.106] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.1/0003:046D:C539.0004/input/input19/event17"
[104985.106] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 16)
[104985.106] (**) Option "xkb_model" "pc105"
[104985.106] (**) Option "xkb_layout" "us"
[104985.111] (EE) Failed to open authorization file "/var/run/sddm/{8313d761-e3e9-4233-ab80-336a4d929c71}": No such file or directory
[104991.075] (--) NVIDIA(GPU-0): CRT-0: disconnected
[104991.075] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[104991.075] (--) NVIDIA(GPU-0):
[104991.079] (--) NVIDIA(GPU-0): DFP-0: disconnected
[104991.079] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[104991.079] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[104991.079] (--) NVIDIA(GPU-0):
[104991.114] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): connected
[104991.114] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): Internal TMDS
[104991.114] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): 600.0 MHz maximum pixel clock
[104991.114] (--) NVIDIA(GPU-0):
[104991.114] (--) NVIDIA(GPU-0): DFP-2: disconnected
[104991.114] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[104991.114] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[104991.114] (--) NVIDIA(GPU-0):
[104991.114] (--) NVIDIA(GPU-0): DFP-3: disconnected
[104991.114] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[104991.114] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[104991.114] (--) NVIDIA(GPU-0):
[104991.114] (--) NVIDIA(GPU-0): DFP-4: disconnected
[104991.114] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[104991.114] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[104991.114] (--) NVIDIA(GPU-0):
[104991.477] (--) NVIDIA(GPU-0): CRT-0: disconnected
[104991.477] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[104991.477] (--) NVIDIA(GPU-0):
[104991.482] (--) NVIDIA(GPU-0): DFP-0: disconnected
[104991.482] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[104991.482] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[104991.482] (--) NVIDIA(GPU-0):
[104991.516] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): connected
[104991.516] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): Internal TMDS
[104991.516] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): 600.0 MHz maximum pixel clock
[104991.516] (--) NVIDIA(GPU-0):
[104991.516] (--) NVIDIA(GPU-0): DFP-2: disconnected
[104991.516] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[104991.516] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[104991.516] (--) NVIDIA(GPU-0):
[104991.516] (--) NVIDIA(GPU-0): DFP-3: disconnected
[104991.516] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[104991.516] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[104991.516] (--) NVIDIA(GPU-0):
[104991.516] (--) NVIDIA(GPU-0): DFP-4: disconnected
[104991.516] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[104991.516] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[104991.516] (--) NVIDIA(GPU-0):
[182390.286] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): connected
[182390.287] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): Internal TMDS
[182390.287] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): 600.0 MHz maximum pixel clock
[182390.287] (--) NVIDIA(GPU-0):
[182390.321] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): connected
[182390.321] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): Internal TMDS
[182390.321] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): 600.0 MHz maximum pixel clock
[182390.321] (--) NVIDIA(GPU-0):
[188501.029] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): connected
[188501.029] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): Internal TMDS
[188501.029] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): 600.0 MHz maximum pixel clock
[188501.029] (--) NVIDIA(GPU-0):
[188501.060] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): connected
[188501.060] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): Internal TMDS
[188501.060] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): 600.0 MHz maximum pixel clock
[188501.060] (--) NVIDIA(GPU-0):
[424657.638] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): connected
[424657.638] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): Internal TMDS
[424657.638] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): 600.0 MHz maximum pixel clock
[424657.638] (--) NVIDIA(GPU-0):
[424657.672] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): connected
[424657.672] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): Internal TMDS
[424657.672] (--) NVIDIA(GPU-0): BenQ EW3270U (DFP-1): 600.0 MHz maximum pixel clock
[424657.672] (--) NVIDIA(GPU-0):
[427434.787] (EE)
[427434.787] (EE) Backtrace:
[427434.788] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x139) [0x563488af32c9]
[427434.789] (EE) 1: /lib/x86_64-linux-gnu/libpthread.so.0 (funlockfile+0x50) [0x7f217608e77f]
[427434.790] (EE) unw_get_proc_name failed: no unwind info found [-10]
[427434.790] (EE) 2: /usr/lib/xorg/modules/drivers/nvidia_drv.so (?+0x0) [0x7f2174922f70]
[427434.790] (EE) unw_get_proc_name failed: no unwind info found [-10]
[427434.790] (EE) 3: /usr/lib/xorg/modules/drivers/nvidia_drv.so (?+0x0) [0x7f2174922fb0]
[427434.791] (EE) unw_get_proc_name failed: no unwind info found [-10]
[427434.791] (EE) 4: /usr/lib/xorg/modules/drivers/nvidia_drv.so (?+0x0) [0x7f2174923290]
[427434.791] (EE) 5: /usr/lib/xorg/modules/drivers/nvidia_drv.so (nvidiaAddDrawableHandler+0xa9783) [0x7f2174a9c8d3]
[427434.792] (EE) 6: /usr/lib/xorg/modules/drivers/nvidia_drv.so (nvidiaAddDrawableHandler+0xaa91b) [0x7f2174a9e51b]
[427434.792] (EE) 7: /usr/lib/xorg/modules/drivers/nvidia_drv.so (nvidiaAddDrawableHandler+0x837f3) [0x7f2174a50903]
[427434.793] (EE) 8: /usr/lib/xorg/modules/drivers/nvidia_drv.so (nvidiaAddDrawableHandler+0x86eae) [0x7f2174a5734e]
[427434.793] (EE) 9: /usr/lib/xorg/modules/drivers/nvidia_drv.so (nvidiaAddDrawableHandler+0x8c51a) [0x7f2174a6228a]
[427434.794] (EE) 10: /usr/lib/xorg/modules/drivers/nvidia_drv.so (nvidiaAddDrawableHandler+0x6cd3e) [0x7f2174a234ce]
[427434.795] (EE) 11: /lib/x86_64-linux-gnu/libXext.so.6 (nvidiaAddDrawableHandler+0x4f9896) [0x7f217533cbfc]
[427434.795] (EE)
[427434.795] (EE) Floating point exception at address 0x7f2174922f7a
[427434.795] (EE)
Fatal server error:
[427434.795] (EE) Caught signal 8 (Floating point exception). Server aborting
[427434.795] (EE)
[427434.795] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[427434.795] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[427434.795] (EE)
[427435.083] (EE) Server terminated with error (1). Closing log file.
I did some research and found this Debian ticket https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939839 I have nvidia-418 installed, I'll try again with nvidia-435
Thank you for the investigation.
I send Xorg Server logs and dmesg.
/var/log/Xorg.0.log.old
[ 7.512] (--) Log file renamed from "/var/log/Xorg.pid-1092.log" to "/var/log/Xorg.0.log"
[ 7.513]
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[ 7.513] Build Operating System: Linux 4.4.0-148-generic x86_64 Ubuntu
[ 7.513] Current Operating System: Linux takuya-HP-ZBook-Studio-G3 5.0.0-37-generic #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 x86_64
[ 7.513] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-37-generic root=UUID=52f68d66-3ea2-4656-a06f-b01beccac52b ro quiet splash vt.handoff=1
[ 7.513] Build Date: 02 May 2019 08:06:54AM
[ 7.513] xorg-server-hwe-18.04 2:1.20.4-1ubuntu3~18.04.1 (For technical support please see http://www.ubuntu.com/support)
[ 7.513] Current version of pixman: 0.34.0
[ 7.513] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 7.513] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 7.513] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 4 21:54:49 2020
[ 7.514] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 7.514] (==) No Layout section. Using the first Screen section.
[ 7.514] (==) No screen section available. Using defaults.
[ 7.514] (**) |-->Screen "Default Screen Section" (0)
[ 7.514] (**) | |-->Monitor "<default monitor>"
[ 7.515] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 7.515] (==) Automatically adding devices
[ 7.515] (==) Automatically enabling devices
[ 7.515] (==) Automatically adding GPU devices
[ 7.515] (==) Automatically binding GPU devices
[ 7.515] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 7.515] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 7.515] Entry deleted from font path.
[ 7.515] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 7.515] Entry deleted from font path.
[ 7.515] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 7.515] Entry deleted from font path.
[ 7.515] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 7.515] Entry deleted from font path.
[ 7.515] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 7.515] Entry deleted from font path.
[ 7.515] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 7.515] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 7.515] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 7.515] (II) Loader magic: 0x557ee5562020
[ 7.515] (II) Module ABI versions:
[ 7.515] X.Org ANSI C Emulation: 0.4
[ 7.515] X.Org Video Driver: 24.0
[ 7.515] X.Org XInput driver : 24.1
[ 7.515] X.Org Server Extension : 10.0
[ 7.516] (++) using VT number 1
[ 7.517] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
[ 7.519] (--) PCI:*(1@0:0:0) 10de:13b1:103c:8108 rev 162, Mem @ 0xe3000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/131072
[ 7.519] (II) LoadModule: "glx"
[ 7.520] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 7.522] (II) Module glx: vendor="X.Org Foundation"
[ 7.522] compiled for 1.20.4, module version = 1.0.0
[ 7.522] ABI class: X.Org Server Extension, version 10.0
[ 7.643] (==) Matched nouveau as autoconfigured driver 0
[ 7.643] (==) Matched modesetting as autoconfigured driver 1
[ 7.643] (==) Matched fbdev as autoconfigured driver 2
[ 7.643] (==) Matched vesa as autoconfigured driver 3
[ 7.643] (==) Assigned the driver to the xf86ConfigLayout
[ 7.643] (II) LoadModule: "nouveau"
[ 7.643] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 7.644] (II) Module nouveau: vendor="X.Org Foundation"
[ 7.644] compiled for 1.20.4, module version = 1.0.16
[ 7.644] Module class: X.Org Video Driver
[ 7.644] ABI class: X.Org Video Driver, version 24.0
[ 7.644] (II) LoadModule: "modesetting"
[ 7.645] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 7.646] (II) Module modesetting: vendor="X.Org Foundation"
[ 7.646] compiled for 1.20.4, module version = 1.20.4
[ 7.646] Module class: X.Org Video Driver
[ 7.646] ABI class: X.Org Video Driver, version 24.0
[ 7.646] (II) LoadModule: "fbdev"
[ 7.646] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 7.646] (II) Module fbdev: vendor="X.Org Foundation"
[ 7.646] compiled for 1.20.1, module version = 0.5.0
[ 7.646] Module class: X.Org Video Driver
[ 7.646] ABI class: X.Org Video Driver, version 24.0
[ 7.646] (II) LoadModule: "vesa"
[ 7.646] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 7.647] (II) Module vesa: vendor="X.Org Foundation"
[ 7.647] compiled for 1.20.1, module version = 2.4.0
[ 7.647] Module class: X.Org Video Driver
[ 7.647] ABI class: X.Org Video Driver, version 24.0
[ 7.647] (II) NOUVEAU driver Date: Mon Jan 28 23:25:58 2019 -0500
[ 7.647] (II) NOUVEAU driver for NVIDIA chipset families :
[ 7.647] RIVA TNT (NV04)
[ 7.647] RIVA TNT2 (NV05)
[ 7.647] GeForce 256 (NV10)
[ 7.647] GeForce 2 (NV11, NV15)
[ 7.647] GeForce 4MX (NV17, NV18)
[ 7.647] GeForce 3 (NV20)
[ 7.647] GeForce 4Ti (NV25, NV28)
[ 7.647] GeForce FX (NV3x)
[ 7.647] GeForce 6 (NV4x)
[ 7.647] GeForce 7 (G7x)
[ 7.647] GeForce 8 (G8x)
[ 7.647] GeForce 9 (G9x)
[ 7.647] GeForce GTX 2xx/3xx (GT2xx)
[ 7.647] GeForce GTX 4xx/5xx (GFxxx)
[ 7.647] GeForce GTX 6xx/7xx (GKxxx)
[ 7.647] GeForce GTX 9xx (GMxxx)
[ 7.647] GeForce GTX 10xx (GPxxx)
[ 7.647] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 7.647] (II) FBDEV: driver for framebuffer: fbdev
[ 7.647] (II) VESA: driver for VESA chipsets: vesa
[ 7.768] (EE) [drm] Failed to open DRM device for pci:0000:01:00.0: -19
[ 7.768] (EE) open /dev/dri/card0: No such file or directory
[ 7.768] (WW) Falling back to old probe method for modesetting
[ 7.768] (EE) open /dev/dri/card0: No such file or directory
[ 7.768] (II) Loading sub module "fbdevhw"
[ 7.768] (II) LoadModule: "fbdevhw"
[ 7.768] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 7.769] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 7.769] compiled for 1.20.4, module version = 0.0.2
[ 7.769] ABI class: X.Org Video Driver, version 24.0
[ 7.769] (EE) open /dev/fb0: No such file or directory
[ 7.769] (WW) Falling back to old probe method for fbdev
[ 7.769] (II) Loading sub module "fbdevhw"
[ 7.769] (II) LoadModule: "fbdevhw"
[ 7.769] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 7.769] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 7.769] compiled for 1.20.4, module version = 0.0.2
[ 7.769] ABI class: X.Org Video Driver, version 24.0
[ 7.769] (EE) open /dev/fb0: No such file or directory
[ 7.769] vesa: Ignoring device with a bound kernel driver
[ 7.769] (EE) Screen 0 deleted because of no matching config section.
[ 7.769] (II) UnloadModule: "modesetting"
[ 7.769] (EE) Screen 0 deleted because of no matching config section.
[ 7.769] (II) UnloadModule: "fbdev"
[ 7.769] (II) UnloadSubModule: "fbdevhw"
[ 7.769] (EE) Screen 0 deleted because of no matching config section.
[ 7.769] (II) UnloadModule: "vesa"
[ 7.769] (EE) Device(s) detected, but none match those in the config file.
[ 7.891] (==) Matched nouveau as autoconfigured driver 0
[ 7.891] (==) Matched modesetting as autoconfigured driver 1
[ 7.891] (==) Matched fbdev as autoconfigured driver 2
[ 7.891] (==) Matched vesa as autoconfigured driver 3
[ 7.891] (==) Assigned the driver to the xf86ConfigLayout
[ 7.891] (II) LoadModule: "nouveau"
[ 7.891] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 7.891] (II) Module nouveau: vendor="X.Org Foundation"
[ 7.891] compiled for 1.20.4, module version = 1.0.16
[ 7.891] Module class: X.Org Video Driver
[ 7.891] ABI class: X.Org Video Driver, version 24.0
[ 7.891] (II) UnloadModule: "nouveau"
[ 7.891] (II) Unloading nouveau
[ 7.891] (II) Failed to load module "nouveau" (already loaded, 0)
[ 7.891] (II) LoadModule: "modesetting"
[ 7.891] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 7.891] (II) Module modesetting: vendor="X.Org Foundation"
[ 7.891] compiled for 1.20.4, module version = 1.20.4
[ 7.891] Module class: X.Org Video Driver
[ 7.891] ABI class: X.Org Video Driver, version 24.0
[ 7.891] (II) UnloadModule: "modesetting"
[ 7.891] (II) Unloading modesetting
[ 7.891] (II) Failed to load module "modesetting" (already loaded, 0)
[ 7.891] (II) LoadModule: "fbdev"
[ 7.891] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 7.891] (II) Module fbdev: vendor="X.Org Foundation"
[ 7.891] compiled for 1.20.1, module version = 0.5.0
[ 7.891] Module class: X.Org Video Driver
[ 7.891] ABI class: X.Org Video Driver, version 24.0
[ 7.891] (II) UnloadModule: "fbdev"
[ 7.891] (II) Unloading fbdev
[ 7.891] (II) Failed to load module "fbdev" (already loaded, 0)
[ 7.891] (II) LoadModule: "vesa"
[ 7.891] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 7.891] (II) Module vesa: vendor="X.Org Foundation"
[ 7.891] compiled for 1.20.1, module version = 2.4.0
[ 7.891] Module class: X.Org Video Driver
[ 7.891] ABI class: X.Org Video Driver, version 24.0
[ 7.891] (II) UnloadModule: "vesa"
[ 7.891] (II) Unloading vesa
[ 7.891] (II) Failed to load module "vesa" (already loaded, 0)
[ 7.891] (II) NOUVEAU driver Date: Mon Jan 28 23:25:58 2019 -0500
[ 7.891] (II) NOUVEAU driver for NVIDIA chipset families :
[ 7.891] RIVA TNT (NV04)
[ 7.891] RIVA TNT2 (NV05)
[ 7.891] GeForce 256 (NV10)
[ 7.891] GeForce 2 (NV11, NV15)
[ 7.891] GeForce 4MX (NV17, NV18)
[ 7.891] GeForce 3 (NV20)
[ 7.891] GeForce 4Ti (NV25, NV28)
[ 7.891] GeForce FX (NV3x)
[ 7.892] GeForce 6 (NV4x)
[ 7.892] GeForce 7 (G7x)
[ 7.892] GeForce 8 (G8x)
[ 7.892] GeForce 9 (G9x)
[ 7.892] GeForce GTX 2xx/3xx (GT2xx)
[ 7.892] GeForce GTX 4xx/5xx (GFxxx)
[ 7.892] GeForce GTX 6xx/7xx (GKxxx)
[ 7.892] GeForce GTX 9xx (GMxxx)
[ 7.892] GeForce GTX 10xx (GPxxx)
[ 7.892] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 7.892] (II) FBDEV: driver for framebuffer: fbdev
[ 7.892] (II) VESA: driver for VESA chipsets: vesa
[ 8.013] (EE) [drm] Failed to open DRM device for pci:0000:01:00.0: -19
[ 8.013] (EE) open /dev/dri/card0: No such file or directory
[ 8.013] (WW) Falling back to old probe method for modesetting
[ 8.013] (EE) open /dev/dri/card0: No such file or directory
[ 8.013] (II) Loading sub module "fbdevhw"
[ 8.013] (II) LoadModule: "fbdevhw"
[ 8.013] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 8.013] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 8.013] compiled for 1.20.4, module version = 0.0.2
[ 8.013] ABI class: X.Org Video Driver, version 24.0
[ 8.013] (WW) Falling back to old probe method for fbdev
[ 8.013] (II) Loading sub module "fbdevhw"
[ 8.013] (II) LoadModule: "fbdevhw"
[ 8.013] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 8.013] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 8.013] compiled for 1.20.4, module version = 0.0.2
[ 8.013] ABI class: X.Org Video Driver, version 24.0
[ 8.013] vesa: Ignoring device with a bound kernel driver
[ 8.013] (EE) Screen 0 deleted because of no matching config section.
[ 8.013] (II) UnloadModule: "modesetting"
[ 8.013] (EE) Screen 0 deleted because of no matching config section.
[ 8.013] (II) UnloadModule: "fbdev"
[ 8.013] (II) UnloadSubModule: "fbdevhw"
[ 8.013] (II) UnloadSubModule: "fbdevhw"
[ 8.013] (II) UnloadSubModule: "fbdevhw"
[ 8.013] (EE) Screen 0 deleted because of no matching config section.
[ 8.013] (II) UnloadModule: "vesa"
[ 8.013] (EE) Device(s) detected, but none match those in the config file.
[ 8.013] (EE)
Fatal server error:
[ 8.014] (EE) no screens found(EE)
[ 8.014] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 8.014] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 8.014] (EE)
[ 8.557] (EE) Server terminated with error (1). Closing log file.
/var/log/Xorg.0.log
[ 22.250] (--) Log file renamed from "/var/log/Xorg.pid-1517.log" to "/var/log/Xorg.0.log"
[ 22.251]
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[ 22.251] Build Operating System: Linux 4.4.0-148-generic x86_64 Ubuntu
[ 22.251] Current Operating System: Linux takuya-HP-ZBook-Studio-G3 5.0.0-37-generic #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 x86_64
[ 22.251] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-37-generic root=UUID=52f68d66-3ea2-4656-a06f-b01beccac52b ro quiet splash vt.handoff=1
[ 22.251] Build Date: 02 May 2019 08:06:54AM
[ 22.251] xorg-server-hwe-18.04 2:1.20.4-1ubuntu3~18.04.1 (For technical support please see http://www.ubuntu.com/support)
[ 22.251] Current version of pixman: 0.34.0
[ 22.251] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 22.251] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 22.252] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 4 22:00:06 2020
[ 22.252] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 22.253] (==) No Layout section. Using the first Screen section.
[ 22.253] (==) No screen section available. Using defaults.
[ 22.253] (**) |-->Screen "Default Screen Section" (0)
[ 22.253] (**) | |-->Monitor "<default monitor>"
[ 22.254] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 22.254] (==) Automatically adding devices
[ 22.254] (==) Automatically enabling devices
[ 22.254] (==) Automatically adding GPU devices
[ 22.254] (==) Automatically binding GPU devices
[ 22.254] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 22.254] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 22.254] Entry deleted from font path.
[ 22.254] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 22.254] Entry deleted from font path.
[ 22.254] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 22.254] Entry deleted from font path.
[ 22.254] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 22.254] Entry deleted from font path.
[ 22.254] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 22.254] Entry deleted from font path.
[ 22.254] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 22.254] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 22.254] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 22.254] (II) Loader magic: 0x55d66186d020
[ 22.254] (II) Module ABI versions:
[ 22.254] X.Org ANSI C Emulation: 0.4
[ 22.254] X.Org Video Driver: 24.0
[ 22.254] X.Org XInput driver : 24.1
[ 22.254] X.Org Server Extension : 10.0
[ 22.255] (++) using VT number 2
[ 22.258] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[ 22.259] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 22.260] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[ 22.260] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 22.261] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 22.263] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 22.263] (**) OutputClass "Nvidia Prime" ModulePath extended to "/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[ 22.263] (**) OutputClass "Nvidia Prime" setting /dev/dri/card1 as PrimaryGPU
[ 22.266] (--) PCI: (0@0:2:0) 8086:191b:103c:80d4 rev 6, Mem @ 0xe3000000/16777216, 0x40000000/268435456, I/O @ 0x00007000/64, BIOS @ 0x????????/131072
[ 22.266] (--) PCI:*(1@0:0:0) 10de:13b1:103c:80d4 rev 162, Mem @ 0xe4000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 22.266] (II) LoadModule: "glx"
[ 22.267] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 22.269] (II) Module glx: vendor="X.Org Foundation"
[ 22.269] compiled for 1.20.4, module version = 1.0.0
[ 22.269] ABI class: X.Org Server Extension, version 10.0
[ 22.269] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 22.269] loading driver: nvidia
[ 22.269] (II) Applying OutputClass "Nvidia Prime" to /dev/dri/card1
[ 22.269] loading driver: nvidia
[ 22.510] (==) Matched nvidia as autoconfigured driver 0
[ 22.510] (==) Matched nouveau as autoconfigured driver 1
[ 22.510] (==) Matched modesetting as autoconfigured driver 2
[ 22.510] (==) Matched fbdev as autoconfigured driver 3
[ 22.510] (==) Matched vesa as autoconfigured driver 4
[ 22.510] (==) Assigned the driver to the xf86ConfigLayout
[ 22.510] (II) LoadModule: "nvidia"
[ 22.510] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
[ 22.515] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 22.515] compiled for 1.6.99.901, module version = 1.0.0
[ 22.515] Module class: X.Org Video Driver
[ 22.516] (II) LoadModule: "nouveau"
[ 22.516] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 22.517] (II) Module nouveau: vendor="X.Org Foundation"
[ 22.517] compiled for 1.20.4, module version = 1.0.16
[ 22.517] Module class: X.Org Video Driver
[ 22.517] ABI class: X.Org Video Driver, version 24.0
[ 22.517] (II) LoadModule: "modesetting"
[ 22.518] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 22.519] (II) Module modesetting: vendor="X.Org Foundation"
[ 22.519] compiled for 1.20.4, module version = 1.20.4
[ 22.519] Module class: X.Org Video Driver
[ 22.519] ABI class: X.Org Video Driver, version 24.0
[ 22.519] (II) LoadModule: "fbdev"
[ 22.519] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 22.519] (II) Module fbdev: vendor="X.Org Foundation"
[ 22.519] compiled for 1.20.1, module version = 0.5.0
[ 22.519] Module class: X.Org Video Driver
[ 22.519] ABI class: X.Org Video Driver, version 24.0
[ 22.519] (II) LoadModule: "vesa"
[ 22.520] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 22.520] (II) Module vesa: vendor="X.Org Foundation"
[ 22.520] compiled for 1.20.1, module version = 2.4.0
[ 22.520] Module class: X.Org Video Driver
[ 22.520] ABI class: X.Org Video Driver, version 24.0
[ 22.521] (II) NVIDIA dlloader X Driver 435.21 Sun Aug 25 08:17:08 CDT 2019
[ 22.521] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 22.521] (II) NOUVEAU driver Date: Mon Jan 28 23:25:58 2019 -0500
[ 22.521] (II) NOUVEAU driver for NVIDIA chipset families :
[ 22.521] RIVA TNT (NV04)
[ 22.521] RIVA TNT2 (NV05)
[ 22.521] GeForce 256 (NV10)
[ 22.522] GeForce 2 (NV11, NV15)
[ 22.522] GeForce 4MX (NV17, NV18)
[ 22.522] GeForce 3 (NV20)
[ 22.522] GeForce 4Ti (NV25, NV28)
[ 22.522] GeForce FX (NV3x)
[ 22.522] GeForce 6 (NV4x)
[ 22.522] GeForce 7 (G7x)
[ 22.523] GeForce 8 (G8x)
[ 22.523] GeForce 9 (G9x)
[ 22.523] GeForce GTX 2xx/3xx (GT2xx)
[ 22.523] GeForce GTX 4xx/5xx (GFxxx)
[ 22.523] GeForce GTX 6xx/7xx (GKxxx)
[ 22.523] GeForce GTX 9xx (GMxxx)
[ 22.523] GeForce GTX 10xx (GPxxx)
[ 22.523] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 22.523] (II) FBDEV: driver for framebuffer: fbdev
[ 22.523] (II) VESA: driver for VESA chipsets: vesa
[ 22.523] (II) systemd-logind: releasing fd for 226:1
[ 22.526] (II) Loading sub module "fb"
[ 22.526] (II) LoadModule: "fb"
[ 22.526] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 22.527] (II) Module fb: vendor="X.Org Foundation"
[ 22.527] compiled for 1.20.4, module version = 1.0.0
[ 22.527] ABI class: X.Org ANSI C Emulation, version 0.4
[ 22.527] (II) Loading sub module "wfb"
[ 22.527] (II) LoadModule: "wfb"
[ 22.527] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 22.528] (II) Module wfb: vendor="X.Org Foundation"
[ 22.528] compiled for 1.20.4, module version = 1.0.0
[ 22.529] ABI class: X.Org ANSI C Emulation, version 0.4
[ 22.529] (II) Loading sub module "ramdac"
[ 22.529] (II) LoadModule: "ramdac"
[ 22.529] (II) Module "ramdac" already built-in
[ 22.530] (WW) Falling back to old probe method for modesetting
[ 22.530] (WW) Falling back to old probe method for fbdev
[ 22.530] (II) Loading sub module "fbdevhw"
[ 22.530] (II) LoadModule: "fbdevhw"
[ 22.530] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 22.531] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 22.531] compiled for 1.20.4, module version = 0.0.2
[ 22.531] ABI class: X.Org Video Driver, version 24.0
[ 22.531] (II) modeset(G0): using drv /dev/dri/card0
[ 22.531] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 22.531] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 22.531] (==) NVIDIA(0): RGB weight 888
[ 22.531] (==) NVIDIA(0): Default visual is TrueColor
[ 22.531] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 22.532] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 22.532] (II) Applying OutputClass "Nvidia Prime" options to /dev/dri/card1
[ 22.532] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 22.532] (**) NVIDIA(0): Option "IgnoreDisplayDevices" "CRT"
[ 22.532] (**) NVIDIA(0): Enabling 2D acceleration
[ 22.532] (II) Loading sub module "glxserver_nvidia"
[ 22.532] (II) LoadModule: "glxserver_nvidia"
[ 22.533] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/libglxserver_nvidia.so
[ 22.573] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 22.573] compiled for 1.6.99.901, module version = 1.0.0
[ 22.573] Module class: X.Org Server Extension
[ 22.574] (II) NVIDIA GLX Module 435.21 Sun Aug 25 08:14:27 CDT 2019
[ 22.575] (II) NVIDIA: The X server does not support PRIME Render Offload.
[ 22.629] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 22.629] (--) NVIDIA(0): DFP-0
[ 22.629] (--) NVIDIA(0): DFP-1
[ 22.629] (--) NVIDIA(0): DFP-2
[ 22.629] (--) NVIDIA(0): DFP-3
[ 22.630] (II) NVIDIA(0): NVIDIA GPU Quadro M1000M (GM107GL-A) at PCI:1:0:0 (GPU-0)
[ 22.630] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 22.630] (--) NVIDIA(0): VideoBIOS: 82.07.a9.00.0c
[ 22.630] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 22.631] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 22.631] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 22.631] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 22.631] (--) NVIDIA(GPU-0):
[ 22.632] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 22.632] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 22.632] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 22.632] (--) NVIDIA(GPU-0):
[ 22.632] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 22.632] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 22.632] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 22.632] (--) NVIDIA(GPU-0):
[ 22.632] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 22.632] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 22.632] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 22.632] (--) NVIDIA(GPU-0):
[ 22.632] (==) NVIDIA(0):
[ 22.632] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 22.632] (==) NVIDIA(0): will be used as the requested mode.
[ 22.632] (==) NVIDIA(0):
[ 22.632] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 22.632] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 22.632] (II) NVIDIA(0): Validated MetaModes:
[ 22.632] (II) NVIDIA(0): "NULL"
[ 22.632] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 22.632] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 22.632] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 22.633] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 22.633] (==) modeset(G0): RGB weight 888
[ 22.633] (==) modeset(G0): Default visual is TrueColor
[ 22.633] (II) Loading sub module "glamoregl"
[ 22.633] (II) LoadModule: "glamoregl"
[ 22.633] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 22.637] (II) Module glamoregl: vendor="X.Org Foundation"
[ 22.637] compiled for 1.20.4, module version = 1.0.1
[ 22.637] ABI class: X.Org ANSI C Emulation, version 0.4
[ 22.652] (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
[ 22.652] (II) modeset(G0): glamor initialized
[ 22.653] (II) modeset(G0): Output eDP-1-1 has no monitor section
[ 22.653] (II) modeset(G0): Output DP-1-1 has no monitor section
[ 22.657] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[ 22.657] (II) modeset(G0): Output DP-1-2 has no monitor section
[ 22.662] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[ 22.670] (II) modeset(G0): EDID for output eDP-1-1
[ 22.670] (II) modeset(G0): Manufacturer: SHP Model: 1445 Serial#: 0
[ 22.670] (II) modeset(G0): Year: 2015 Week: 47
[ 22.670] (II) modeset(G0): EDID Version: 1.4
[ 22.670] (II) modeset(G0): Digital Display Input
[ 22.670] (II) modeset(G0): 8 bits per channel
[ 22.670] (II) modeset(G0): Digital interface is DisplayPort
[ 22.670] (II) modeset(G0): Max Image Size [cm]: horiz.: 35 vert.: 19
[ 22.670] (II) modeset(G0): Gamma: 2.20
[ 22.670] (II) modeset(G0): No DPMS capabilities specified
[ 22.670] (II) modeset(G0): Supported color encodings: RGB 4:4:4
[ 22.670] (II) modeset(G0): Default color space is primary color space
[ 22.670] (II) modeset(G0): First detailed timing is preferred mode
[ 22.670] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[ 22.670] (II) modeset(G0): redX: 0.640 redY: 0.329 greenX: 0.210 greenY: 0.710
[ 22.670] (II) modeset(G0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328
[ 22.670] (II) modeset(G0): Manufacturer's mask: 0
[ 22.670] (II) modeset(G0): Supported detailed timing:
[ 22.670] (II) modeset(G0): clock: 533.2 MHz Image Size: 346 x 194 mm
[ 22.670] (II) modeset(G0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4000 h_border: 0
[ 22.670] (II) modeset(G0): v_active: 2160 v_sync: 2163 v_sync_end 2168 v_blanking: 2222 v_border: 0
[ 22.670] (II) modeset(G0): Supported detailed timing:
[ 22.670] (II) modeset(G0): clock: 533.2 MHz Image Size: 346 x 194 mm
[ 22.670] (II) modeset(G0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4000 h_border: 0
[ 22.670] (II) modeset(G0): v_active: 2160 v_sync: 2163 v_sync_end 2168 v_blanking: 2666 v_border: 0
[ 22.670] (II) modeset(G0): Supported detailed timing:
[ 22.670] (II) modeset(G0): clock: 533.2 MHz Image Size: 346 x 194 mm
[ 22.670] (II) modeset(G0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4000 h_border: 0
[ 22.670] (II) modeset(G0): v_active: 2160 v_sync: 2163 v_sync_end 2168 v_blanking: 2776 v_border: 0
[ 22.670] (II) modeset(G0): Unknown vendor-specific block 2
[ 22.670] (II) modeset(G0): EDID (in hex):
[ 22.670] (II) modeset(G0): 00ffffffffffff004d10451400000000
[ 22.670] (II) modeset(G0): 2f190104a523137806df50a35435b526
[ 22.670] (II) modeset(G0): 0f505400000001010101010101010101
[ 22.670] (II) modeset(G0): 0101010101014dd000a0f0703e803020
[ 22.670] (II) modeset(G0): 35005ac2100000184dd000a0f070fa81
[ 22.670] (II) modeset(G0): 302035005ac2100000184dd000a0f070
[ 22.670] (II) modeset(G0): 6882302035005ac21000001800000002
[ 22.670] (II) modeset(G0): 000a2dff0f3cab29173dab0000000086
[ 22.671] (II) modeset(G0): Printing probed modes for output eDP-1-1
[ 22.671] (II) modeset(G0): Modeline "3840x2160"x60.0 533.25 3840 3888 3920 4000 2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 22.671] (II) modeset(G0): Modeline "3840x2160"x60.0 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync (134.2 kHz d)
[ 22.671] (II) modeset(G0): Modeline "3840x2160"x50.0 533.25 3840 3888 3920 4000 2160 2163 2168 2666 -hsync -vsync (133.3 kHz e)
[ 22.671] (II) modeset(G0): Modeline "3840x2160"x48.0 533.25 3840 3888 3920 4000 2160 2163 2168 2776 -hsync -vsync (133.3 kHz e)
[ 22.671] (II) modeset(G0): Modeline "3840x2160"x60.0 533.00 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[ 22.671] (II) modeset(G0): Modeline "3200x1800"x60.0 492.00 3200 3456 3800 4400 1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[ 22.671] (II) modeset(G0): Modeline "3200x1800"x59.9 373.00 3200 3248 3280 3360 1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[ 22.671] (II) modeset(G0): Modeline "2880x1620"x60.0 396.25 2880 3096 3408 3936 1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[ 22.671] (II) modeset(G0): Modeline "2880x1620"x60.0 303.75 2880 2928 2960 3040 1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[ 22.671] (II) modeset(G0): Modeline "2560x1600"x60.0 348.50 2560 2760 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[ 22.671] (II) modeset(G0): Modeline "2560x1600"x60.0 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[ 22.671] (II) modeset(G0): Modeline "2560x1440"x120.0 638.25 2560 2780 3064 3568 1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[ 22.671] (II) modeset(G0): Modeline "2560x1440"x120.0 469.12 2560 2584 2600 2640 1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[ 22.671] (II) modeset(G0): Modeline "2560x1440"x60.0 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[ 22.671] (II) modeset(G0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[ 22.671] (II) modeset(G0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 22.671] (II) modeset(G0): Modeline "2048x1152"x120.0 406.50 2048 2220 2444 2840 1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[ 22.671] (II) modeset(G0): Modeline "2048x1152"x120.0 302.50 2048 2072 2088 2128 1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[ 22.671] (II) modeset(G0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[ 22.671] (II) modeset(G0): Modeline "2048x1152"x59.9 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1600x1024"x60.2 103.12 1600 1600 1656 1664 1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 22.671] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 22.671] (II) modeset(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 22.672] (II) modeset(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 22.672] (II) modeset(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 22.672] (II) modeset(G0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 22.672] (II) modeset(G0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 22.672] (II) modeset(G0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 22.672] (II) modeset(G0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 22.672] (II) modeset(G0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 22.672] (II) modeset(G0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 22.672] (II) modeset(G0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 22.672] (II) modeset(G0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 22.672] (II) modeset(G0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 22.672] (II) modeset(G0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 22.672] (II) modeset(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 22.672] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 22.672] (II) modeset(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 22.672] (II) modeset(G0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 22.672] (II) modeset(G0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 22.672] (II) modeset(G0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 22.672] (II) modeset(G0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 22.672] (II) modeset(G0): Modeline "800x512"x120.3 51.56 800 800 828 832 512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[ 22.672] (II) modeset(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 22.672] (II) modeset(G0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 22.672] (II) modeset(G0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 22.672] (II) modeset(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 22.672] (II) modeset(G0): Modeline "720x450"x119.8 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[ 22.672] (II) modeset(G0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 22.672] (II) modeset(G0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 22.672] (II) modeset(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 22.672] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 22.672] (II) modeset(G0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 22.672] (II) modeset(G0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 22.672] (II) modeset(G0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 22.672] (II) modeset(G0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 22.672] (II) modeset(G0): Modeline "680x384"x119.6 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[ 22.672] (II) modeset(G0): Modeline "680x384"x119.9 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[ 22.672] (II) modeset(G0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 22.672] (II) modeset(G0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 22.672] (II) modeset(G0): Modeline "576x432"x120.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[ 22.672] (II) modeset(G0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 22.672] (II) modeset(G0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 22.672] (II) modeset(G0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 22.672] (II) modeset(G0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 22.672] (II) modeset(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 22.672] (II) modeset(G0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 22.672] (II) modeset(G0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 22.672] (II) modeset(G0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 22.672] (II) modeset(G0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 22.672] (II) modeset(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 22.672] (II) modeset(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 22.672] (II) modeset(G0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 22.672] (II) modeset(G0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 22.672] (II) modeset(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 22.672] (II) modeset(G0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 22.672] (II) modeset(G0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 22.672] (II) modeset(G0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 22.672] (II) modeset(G0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 22.672] (II) modeset(G0): EDID for output DP-1-1
[ 22.676] (II) modeset(G0): EDID for output HDMI-1-1
[ 22.676] (II) modeset(G0): EDID for output DP-1-2
[ 22.681] (II) modeset(G0): EDID for output HDMI-1-2
[ 22.681] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 22.681] (==) modeset(G0): DPI set to (96, 96)
[ 22.681] (II) Loading sub module "fb"
[ 22.681] (II) LoadModule: "fb"
[ 22.681] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 22.681] (II) Module fb: vendor="X.Org Foundation"
[ 22.681] compiled for 1.20.4, module version = 1.0.0
[ 22.681] ABI class: X.Org ANSI C Emulation, version 0.4
[ 22.681] (II) UnloadModule: "nouveau"
[ 22.681] (II) Unloading nouveau
[ 22.681] (II) UnloadModule: "fbdev"
[ 22.681] (II) Unloading fbdev
[ 22.681] (II) UnloadSubModule: "fbdevhw"
[ 22.681] (II) Unloading fbdevhw
[ 22.681] (II) UnloadModule: "vesa"
[ 22.682] (II) Unloading vesa
[ 22.741] (==) modeset(G0): Backing store enabled
[ 22.741] (==) modeset(G0): Silken mouse enabled
[ 22.801] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 22.801] (==) modeset(G0): DPMS enabled
[ 22.802] (II) modeset(G0): [DRI2] Setup complete
[ 22.802] (II) modeset(G0): [DRI2] DRI driver: i965
[ 22.802] (II) modeset(G0): [DRI2] VDPAU driver: i965
[ 22.802] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[ 22.802] (II) NVIDIA: access.
[ 22.825] (II) NVIDIA(0): Setting mode "NULL"
[ 22.832] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 22.832] (==) NVIDIA(0): Backing store enabled
[ 22.832] (==) NVIDIA(0): Silken mouse enabled
[ 22.833] (==) NVIDIA(0): DPMS enabled
[ 22.833] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[ 22.833] (II) Loading sub module "dri2"
[ 22.833] (II) LoadModule: "dri2"
[ 22.833] (II) Module "dri2" already built-in
[ 22.833] (II) NVIDIA(0): [DRI2] Setup complete
[ 22.833] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 22.833] (II) Initializing extension Generic Event Extension
[ 22.833] (II) Initializing extension SHAPE
[ 22.833] (II) Initializing extension MIT-SHM
[ 22.833] (II) Initializing extension XInputExtension
[ 22.834] (II) Initializing extension XTEST
[ 22.834] (II) Initializing extension BIG-REQUESTS
[ 22.834] (II) Initializing extension SYNC
[ 22.835] (II) Initializing extension XKEYBOARD
[ 22.835] (II) Initializing extension XC-MISC
[ 22.835] (II) Initializing extension SECURITY
[ 22.835] (II) Initializing extension XFIXES
[ 22.835] (II) Initializing extension RENDER
[ 22.836] (II) Initializing extension RANDR
[ 22.836] (II) Initializing extension COMPOSITE
[ 22.836] (II) Initializing extension DAMAGE
[ 22.836] (II) Initializing extension MIT-SCREEN-SAVER
[ 22.836] (II) Initializing extension DOUBLE-BUFFER
[ 22.836] (II) Initializing extension RECORD
[ 22.836] (II) Initializing extension DPMS
[ 22.837] (II) Initializing extension Present
[ 22.837] (II) Initializing extension DRI3
[ 22.837] (II) Initializing extension X-Resource
[ 22.837] (II) Initializing extension XVideo
[ 22.837] (II) Initializing extension XVideo-MotionCompensation
[ 22.837] (II) Initializing extension SELinux
[ 22.837] (II) SELinux: Disabled on system
[ 22.837] (II) Initializing extension GLX
[ 22.837] (II) Initializing extension GLX
[ 22.838] (II) Indirect GLX disabled.
[ 22.838] (II) GLX: Another vendor is already registered for screen 0
[ 22.838] (II) Initializing extension XFree86-VidModeExtension
[ 22.838] (II) Initializing extension XFree86-DGA
[ 22.838] (II) Initializing extension XFree86-DRI
[ 22.838] (II) Initializing extension DRI2
[ 22.838] (II) Initializing extension NV-GLX
[ 22.838] (II) Initializing extension NV-CONTROL
[ 23.108] (II) modeset(G0): Damage tracking initialized
[ 23.173] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 23.173] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 23.173] (II) LoadModule: "libinput"
[ 23.173] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 23.175] (II) Module libinput: vendor="X.Org Foundation"
[ 23.175] compiled for 1.20.1, module version = 0.28.1
[ 23.175] Module class: X.Org XInput Driver
[ 23.175] ABI class: X.Org XInput driver, version 24.1
[ 23.175] (II) Using input driver 'libinput' for 'Power Button'
[ 23.176] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 42 paused 0
[ 23.176] (**) Power Button: always reports core events
[ 23.176] (**) Option "Device" "/dev/input/event2"
[ 23.176] (**) Option "_source" "server/udev"
[ 23.176] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 23.176] (II) event2 - Power Button: device is a keyboard
[ 23.176] (II) event2 - Power Button: device removed
[ 23.176] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 23.176] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 23.176] (**) Option "xkb_model" "pc105"
[ 23.176] (**) Option "xkb_layout" "us"
[ 23.177] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 23.177] (II) event2 - Power Button: device is a keyboard
[ 23.178] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 23.178] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 23.178] (II) Using input driver 'libinput' for 'Video Bus'
[ 23.179] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 45 paused 0
[ 23.179] (**) Video Bus: always reports core events
[ 23.179] (**) Option "Device" "/dev/input/event9"
[ 23.179] (**) Option "_source" "server/udev"
[ 23.179] (II) event9 - Video Bus: is tagged by udev as: Keyboard
[ 23.179] (II) event9 - Video Bus: device is a keyboard
[ 23.179] (II) event9 - Video Bus: device removed
[ 23.179] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input16/event9"
[ 23.179] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 23.179] (**) Option "xkb_model" "pc105"
[ 23.179] (**) Option "xkb_layout" "us"
[ 23.180] (II) event9 - Video Bus: is tagged by udev as: Keyboard
[ 23.180] (II) event9 - Video Bus: device is a keyboard
[ 23.180] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 23.180] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 23.180] (II) Using input driver 'libinput' for 'Video Bus'
[ 23.181] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 46 paused 0
[ 23.181] (**) Video Bus: always reports core events
[ 23.181] (**) Option "Device" "/dev/input/event8"
[ 23.181] (**) Option "_source" "server/udev"
[ 23.182] (II) event8 - Video Bus: is tagged by udev as: Keyboard
[ 23.182] (II) event8 - Video Bus: device is a keyboard
[ 23.182] (II) event8 - Video Bus: device removed
[ 23.182] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:00/input/input15/event8"
[ 23.182] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 23.182] (**) Option "xkb_model" "pc105"
[ 23.182] (**) Option "xkb_layout" "us"
[ 23.182] (II) event8 - Video Bus: is tagged by udev as: Keyboard
[ 23.182] (II) event8 - Video Bus: device is a keyboard
[ 23.183] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 23.183] (II) No input driver specified, ignoring this device.
[ 23.183] (II) This device may have been added with another device file.
[ 23.183] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 23.183] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 23.183] (II) Using input driver 'libinput' for 'Sleep Button'
[ 23.184] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 47 paused 0
[ 23.184] (**) Sleep Button: always reports core events
[ 23.184] (**) Option "Device" "/dev/input/event0"
[ 23.184] (**) Option "_source" "server/udev"
[ 23.184] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 23.184] (II) event0 - Sleep Button: device is a keyboard
[ 23.184] (II) event0 - Sleep Button: device removed
[ 23.184] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 23.184] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 23.184] (**) Option "xkb_model" "pc105"
[ 23.184] (**) Option "xkb_layout" "us"
[ 23.185] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 23.185] (II) event0 - Sleep Button: device is a keyboard
[ 23.185] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[ 23.185] (II) No input driver specified, ignoring this device.
[ 23.185] (II) This device may have been added with another device file.
[ 23.185] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[ 23.185] (II) No input driver specified, ignoring this device.
[ 23.185] (II) This device may have been added with another device file.
[ 23.186] (II) config/udev: Adding input device HP HD Camera: HP HD Camera (/dev/input/event6)
[ 23.186] (**) HP HD Camera: HP HD Camera: Applying InputClass "libinput keyboard catchall"
[ 23.186] (II) Using input driver 'libinput' for 'HP HD Camera: HP HD Camera'
[ 23.187] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 48 paused 0
[ 23.187] (**) HP HD Camera: HP HD Camera: always reports core events
[ 23.187] (**) Option "Device" "/dev/input/event6"
[ 23.187] (**) Option "_source" "server/udev"
[ 23.188] (II) event6 - HP HD Camera: HP HD Camera: is tagged by udev as: Keyboard
[ 23.188] (II) event6 - HP HD Camera: HP HD Camera: device is a keyboard
[ 23.188] (II) event6 - HP HD Camera: HP HD Camera: device removed
[ 23.188] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input13/event6"
[ 23.188] (II) XINPUT: Adding extended input device "HP HD Camera: HP HD Camera" (type: KEYBOARD, id 10)
[ 23.188] (**) Option "xkb_model" "pc105"
[ 23.188] (**) Option "xkb_layout" "us"
[ 23.189] (II) event6 - HP HD Camera: HP HD Camera: is tagged by udev as: Keyboard
[ 23.189] (II) event6 - HP HD Camera: HP HD Camera: device is a keyboard
[ 23.189] (II) config/udev: Adding input device ALP0011:00 044E:120C (/dev/input/event12)
[ 23.189] (**) ALP0011:00 044E:120C: Applying InputClass "libinput touchpad catchall"
[ 23.189] (II) Using input driver 'libinput' for 'ALP0011:00 044E:120C'
[ 23.190] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 49 paused 0
[ 23.190] (**) ALP0011:00 044E:120C: always reports core events
[ 23.190] (**) Option "Device" "/dev/input/event12"
[ 23.191] (**) Option "_source" "server/udev"
[ 23.191] (II) event12 - ALP0011:00 044E:120C: is tagged by udev as: Touchpad
[ 23.191] (II) event12 - ALP0011:00 044E:120C: no resolution or size hints, assuming a size of 69x50mm
[ 23.191] (II) event12 - ALP0011:00 044E:120C: device is a touchpad
[ 23.191] (II) event12 - ALP0011:00 044E:120C: device removed
[ 23.191] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ALP0011:00/0018:044E:120C.0001/input/input21/event12"
[ 23.191] (II) XINPUT: Adding extended input device "ALP0011:00 044E:120C" (type: TOUCHPAD, id 11)
[ 23.191] (**) Option "AccelerationScheme" "none"
[ 23.192] (**) ALP0011:00 044E:120C: (accel) selected scheme none/0
[ 23.192] (**) ALP0011:00 044E:120C: (accel) acceleration factor: 2.000
[ 23.192] (**) ALP0011:00 044E:120C: (accel) acceleration threshold: 4
[ 23.192] (II) event12 - ALP0011:00 044E:120C: is tagged by udev as: Touchpad
[ 23.192] (II) event12 - ALP0011:00 044E:120C: no resolution or size hints, assuming a size of 69x50mm
[ 23.192] (II) event12 - ALP0011:00 044E:120C: device is a touchpad
[ 23.192] (II) config/udev: Adding input device ALP0011:00 044E:120C (/dev/input/mouse1)
[ 23.193] (II) No input driver specified, ignoring this device.
[ 23.193] (II) This device may have been added with another device file.
[ 23.193] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[ 23.193] (II) No input driver specified, ignoring this device.
[ 23.193] (II) This device may have been added with another device file.
[ 23.193] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[ 23.193] (II) No input driver specified, ignoring this device.
[ 23.193] (II) This device may have been added with another device file.
[ 23.194] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 23.194] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 23.194] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 23.194] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 50 paused 0
[ 23.194] (**) AT Translated Set 2 keyboard: always reports core events
[ 23.194] (**) Option "Device" "/dev/input/event3"
[ 23.194] (**) Option "_source" "server/udev"
[ 23.195] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 23.195] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 23.195] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 23.195] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 23.195] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 23.195] (**) Option "xkb_model" "pc105"
[ 23.195] (**) Option "xkb_layout" "us"
[ 23.196] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 23.196] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 23.196] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event4)
[ 23.196] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "libinput touchpad catchall"
[ 23.196] (II) Using input driver 'libinput' for 'AlpsPS/2 ALPS GlidePoint'
[ 23.196] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 51 paused 0
[ 23.197] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[ 23.197] (**) Option "Device" "/dev/input/event4"
[ 23.197] (**) Option "_source" "server/udev"
[ 23.197] (II) event4 - AlpsPS/2 ALPS GlidePoint: is tagged by udev as: Touchpad
[ 23.197] (II) event4 - AlpsPS/2 ALPS GlidePoint: device is a touchpad
[ 23.197] (II) event4 - AlpsPS/2 ALPS GlidePoint: device removed
[ 23.197] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio3/input/input10/event4"
[ 23.197] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 13)
[ 23.197] (**) Option "AccelerationScheme" "none"
[ 23.197] (**) AlpsPS/2 ALPS GlidePoint: (accel) selected scheme none/0
[ 23.197] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[ 23.197] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[ 23.198] (II) event4 - AlpsPS/2 ALPS GlidePoint: is tagged by udev as: Touchpad
[ 23.198] (II) event4 - AlpsPS/2 ALPS GlidePoint: device is a touchpad
[ 23.198] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse0)
[ 23.198] (II) No input driver specified, ignoring this device.
[ 23.198] (II) This device may have been added with another device file.
[ 23.198] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event15)
[ 23.198] (II) No input driver specified, ignoring this device.
[ 23.198] (II) This device may have been added with another device file.
[ 23.199] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[ 23.199] (II) No input driver specified, ignoring this device.
[ 23.199] (II) This device may have been added with another device file.
[ 23.201] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event5)
[ 23.201] (**) HP Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[ 23.201] (II) Using input driver 'libinput' for 'HP Wireless hotkeys'
[ 23.201] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 52 paused 0
[ 23.201] (**) HP Wireless hotkeys: always reports core events
[ 23.201] (**) Option "Device" "/dev/input/event5"
[ 23.201] (**) Option "_source" "server/udev"
[ 23.202] (II) event5 - HP Wireless hotkeys: is tagged by udev as: Keyboard
[ 23.202] (II) event5 - HP Wireless hotkeys: device is a keyboard
[ 23.202] (II) event5 - HP Wireless hotkeys: device removed
[ 23.202] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event5"
[ 23.202] (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 14)
[ 23.202] (**) Option "xkb_model" "pc105"
[ 23.202] (**) Option "xkb_layout" "us"
[ 23.202] (II) event5 - HP Wireless hotkeys: is tagged by udev as: Keyboard
[ 23.202] (II) event5 - HP Wireless hotkeys: device is a keyboard
[ 23.203] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event7)
[ 23.203] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 23.203] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[ 23.203] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 53 paused 0
[ 23.203] (**) HP WMI hotkeys: always reports core events
[ 23.203] (**) Option "Device" "/dev/input/event7"
[ 23.203] (**) Option "_source" "server/udev"
[ 23.204] (II) event7 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 23.204] (II) event7 - HP WMI hotkeys: device is a keyboard
[ 23.204] (II) event7 - HP WMI hotkeys: device removed
[ 23.204] (**) Option "config_info" "udev:/sys/devices/virtual/input/input14/event7"
[ 23.204] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 15)
[ 23.204] (**) Option "xkb_model" "pc105"
[ 23.204] (**) Option "xkb_layout" "us"
[ 23.204] (II) event7 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 23.204] (II) event7 - HP WMI hotkeys: device is a keyboard
[ 23.224] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 23.224] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 23.224] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 23.224] (--) NVIDIA(GPU-0):
[ 23.225] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 23.225] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 23.225] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 23.225] (--) NVIDIA(GPU-0):
[ 23.225] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 23.225] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 23.225] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 23.225] (--) NVIDIA(GPU-0):
[ 23.225] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 23.225] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 23.225] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 23.225] (--) NVIDIA(GPU-0):
[ 23.230] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 23.230] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 23.230] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 23.230] (--) NVIDIA(GPU-0):
[ 23.231] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 23.231] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 23.231] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 23.231] (--) NVIDIA(GPU-0):
[ 23.231] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 23.231] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 23.231] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 23.231] (--) NVIDIA(GPU-0):
[ 23.231] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 23.231] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 23.231] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 23.231] (--) NVIDIA(GPU-0):
[ 23.232] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 23.232] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 23.232] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 23.232] (--) NVIDIA(GPU-0):
[ 23.233] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 23.233] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 23.233] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 23.233] (--) NVIDIA(GPU-0):
[ 23.233] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 23.233] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 23.233] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 23.233] (--) NVIDIA(GPU-0):
[ 23.233] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 23.233] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 23.233] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 23.233] (--) NVIDIA(GPU-0):
[ 23.958] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 23.958] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 23.958] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 23.958] (--) NVIDIA(GPU-0):
[ 23.959] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 23.959] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 23.959] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 23.959] (--) NVIDIA(GPU-0):
[ 23.959] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 23.959] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 23.959] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 23.959] (--) NVIDIA(GPU-0):
[ 23.959] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 23.959] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 23.959] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 23.959] (--) NVIDIA(GPU-0):
[ 23.963] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 23.963] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 23.963] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 23.963] (--) NVIDIA(GPU-0):
[ 23.964] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 23.964] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 23.964] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 23.964] (--) NVIDIA(GPU-0):
[ 23.964] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 23.964] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 23.964] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 23.964] (--) NVIDIA(GPU-0):
[ 23.964] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 23.964] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 23.964] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 23.964] (--) NVIDIA(GPU-0):
[ 23.992] randr: falling back to unsynchronized pixmap sharing
[ 24.255] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 24.255] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 24.255] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 24.255] (--) NVIDIA(GPU-0):
[ 24.257] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 24.257] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 24.257] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 24.257] (--) NVIDIA(GPU-0):
[ 24.257] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 24.257] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 24.257] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 24.258] (--) NVIDIA(GPU-0):
[ 24.258] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 24.258] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 24.258] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 24.258] (--) NVIDIA(GPU-0):
[ 24.260] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 24.260] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 24.260] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 24.260] (--) NVIDIA(GPU-0):
[ 24.263] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 24.263] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 24.263] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 24.263] (--) NVIDIA(GPU-0):
[ 24.263] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 24.263] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 24.263] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 24.263] (--) NVIDIA(GPU-0):
[ 24.263] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 24.263] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 24.263] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 24.263] (--) NVIDIA(GPU-0):
[ 25.994] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 25.994] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 25.994] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 25.994] (--) NVIDIA(GPU-0):
[ 25.995] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 25.995] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 25.995] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 25.995] (--) NVIDIA(GPU-0):
[ 25.995] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 25.995] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 25.995] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 25.995] (--) NVIDIA(GPU-0):
[ 25.995] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 25.995] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 25.995] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 25.995] (--) NVIDIA(GPU-0):
[ 25.996] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 25.996] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 25.996] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 25.996] (--) NVIDIA(GPU-0):
[ 25.997] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 25.997] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 25.997] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 25.997] (--) NVIDIA(GPU-0):
[ 25.997] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 25.997] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 25.997] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 25.997] (--) NVIDIA(GPU-0):
[ 25.997] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 25.997] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 25.997] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 25.997] (--) NVIDIA(GPU-0):
[ 124.418] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 124.418] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 124.418] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 124.419] (--) NVIDIA(GPU-0):
[ 124.420] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 124.420] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 124.420] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 124.420] (--) NVIDIA(GPU-0):
[ 124.420] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 124.420] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 124.420] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 124.420] (--) NVIDIA(GPU-0):
[ 124.420] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 124.420] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 124.420] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 124.420] (--) NVIDIA(GPU-0):
[ 124.421] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 124.421] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 124.421] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 124.421] (--) NVIDIA(GPU-0):
[ 124.422] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 124.422] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 124.422] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 124.422] (--) NVIDIA(GPU-0):
[ 124.422] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 124.422] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 124.422] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 124.422] (--) NVIDIA(GPU-0):
[ 124.422] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 124.422] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 124.422] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[ 124.422] (--) NVIDIA(GPU-0):
[ 142.408] (**) Option "fd" "42"
[ 142.408] (II) event2 - Power Button: device removed
[ 142.408] (**) Option "fd" "45"
[ 142.408] (II) event9 - Video Bus: device removed
[ 142.408] (**) Option "fd" "46"
[ 142.408] (II) event8 - Video Bus: device removed
[ 142.408] (**) Option "fd" "47"
[ 142.408] (II) event0 - Sleep Button: device removed
[ 142.408] (**) Option "fd" "48"
[ 142.408] (II) event6 - HP HD Camera: HP HD Camera: device removed
[ 142.408] (**) Option "fd" "49"
[ 142.408] (II) event12 - ALP0011:00 044E:120C: device removed
[ 142.408] (**) Option "fd" "50"
[ 142.408] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 142.408] (**) Option "fd" "51"
[ 142.408] (II) event4 - AlpsPS/2 ALPS GlidePoint: device removed
[ 142.408] (**) Option "fd" "52"
[ 142.408] (II) event5 - HP Wireless hotkeys: device removed
[ 142.408] (**) Option "fd" "53"
[ 142.408] (II) event7 - HP WMI hotkeys: device removed
[ 142.454] (II) UnloadModule: "libinput"
[ 142.454] (II) systemd-logind: releasing fd for 13:71
[ 142.526] (II) UnloadModule: "libinput"
[ 142.526] (II) systemd-logind: releasing fd for 13:69
[ 142.582] (II) UnloadModule: "libinput"
[ 142.582] (II) systemd-logind: releasing fd for 13:68
[ 142.622] (II) UnloadModule: "libinput"
[ 142.622] (II) systemd-logind: releasing fd for 13:67
[ 142.646] (II) UnloadModule: "libinput"
[ 142.646] (II) systemd-logind: releasing fd for 13:76
[ 142.702] (II) UnloadModule: "libinput"
[ 142.702] (II) systemd-logind: releasing fd for 13:70
[ 142.704] (II) UnloadModule: "libinput"
[ 142.704] (II) systemd-logind: releasing fd for 13:64
[ 142.705] (II) UnloadModule: "libinput"
[ 142.705] (II) systemd-logind: releasing fd for 13:72
[ 142.706] (II) UnloadModule: "libinput"
[ 142.706] (II) systemd-logind: releasing fd for 13:73
[ 142.707] (II) UnloadModule: "libinput"
[ 142.707] (II) systemd-logind: releasing fd for 13:66
[ 142.785] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 142.786] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 142.786] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 142.786] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[ 142.884] (II) Server terminated successfully (0). Closing log file.
dmesg
[ 0.000000] microcode: microcode updated early to revision 0xd6, date = 2019-10-03
[ 0.000000] Linux version 5.3.0-26-generic (buildd@lgw01-amd64-039) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #28~18.04.1-Ubuntu SMP Wed Dec 18 16:40:14 UTC 2019 (Ubuntu 5.3.0-26.28~18.04.1-generic 5.3.13)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic root=UUID=52f68d66-3ea2-4656-a06f-b01beccac52b ro quiet splash vt.handoff=1
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000036fe8fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000036fe9000-0x00000000374e8fff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000374e9000-0x0000000037c7efff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000037c7f000-0x0000000037e7efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000037e7f000-0x0000000037efefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000037eff000-0x0000000037efffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000037f00000-0x000000003e7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f00fa000-0x00000000f00fafff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f00fd000-0x00000000f00fdfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000008bf7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.40 by HP
[ 0.000000] efi: ACPI=0x37efe000 ACPI 2.0=0x37efe014 SMBIOS=0x377c9000 MPS=0x378ba000 ESRT=0x377c6818
[ 0.000000] secureboot: Secure boot could not be determined (mode 0)
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: HP HP ZBook Studio G3/80D4, BIOS N82 Ver. 01.44 10/31/2019
[ 0.000000] tsc: Detected 2700.000 MHz processor
[ 0.001563] tsc: Detected 2699.909 MHz TSC
[ 0.001563] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001564] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001568] last_pfn = 0x8bf800 max_arch_pfn = 0x400000000
[ 0.001571] MTRR default type: write-back
[ 0.001572] MTRR fixed ranges enabled:
[ 0.001572] 00000-9FFFF write-back
[ 0.001573] A0000-BFFFF uncachable
[ 0.001574] C0000-FFFFF write-protect
[ 0.001574] MTRR variable ranges enabled:
[ 0.001575] 0 base 0080000000 mask 7F80000000 uncachable
[ 0.001576] 1 base 0040000000 mask 7FC0000000 uncachable
[ 0.001577] 2 base 003C000000 mask 7FFC000000 uncachable
[ 0.001577] 3 base 003A000000 mask 7FFE000000 uncachable
[ 0.001577] 4 disabled
[ 0.001578] 5 disabled
[ 0.001578] 6 disabled
[ 0.001578] 7 disabled
[ 0.001579] 8 disabled
[ 0.001579] 9 disabled
[ 0.001856] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001989] last_pfn = 0x37f00 max_arch_pfn = 0x400000000
[ 0.008650] esrt: Reserving ESRT space from 0x00000000377c6818 to 0x00000000377c6850.
[ 0.008656] check: Scanning 1 areas for low memory corruption
[ 0.008659] Using GB pages for direct mapping
[ 0.008661] BRK [0x211e01000, 0x211e01fff] PGTABLE
[ 0.008662] BRK [0x211e02000, 0x211e02fff] PGTABLE
[ 0.008663] BRK [0x211e03000, 0x211e03fff] PGTABLE
[ 0.008693] BRK [0x211e04000, 0x211e04fff] PGTABLE
[ 0.008694] BRK [0x211e05000, 0x211e05fff] PGTABLE
[ 0.008778] BRK [0x211e06000, 0x211e06fff] PGTABLE
[ 0.008797] BRK [0x211e07000, 0x211e07fff] PGTABLE
[ 0.008833] RAMDISK: [mem 0x330fb000-0x35874fff]
[ 0.008839] ACPI: Early table checksum verification disabled
[ 0.008842] ACPI: RSDP 0x0000000037EFE014 000024 (v02 HPQOEM)
[ 0.008845] ACPI: XSDT 0x0000000037EB8188 0000F4 (v01 HPQOEM SLIC-BPC 00000000 01000013)
[ 0.008855] ACPI: FACP 0x0000000037EEB000 0000F4 (v05 HPQOEM SLIC-BPC 00000000 HP 00000001)
[ 0.008859] ACPI: DSDT 0x0000000037EBF000 02837F (v02 HPQOEM 80D4 00000000 INTL 20121018)
[ 0.008862] ACPI: FACS 0x0000000037E58000 000040
[ 0.008863] ACPI: SSDT 0x0000000037EFC000 000108 (v02 HP ShmTable 00000001 INTL 20121018)
[ 0.008865] ACPI: TCPA 0x0000000037EFA000 000032 (v02 HPQOEM EDK2 00000002 01000013)
[ 0.008867] ACPI: SSDT 0x0000000037EF7000 002D0B (v02 DptfTa DptfTabl 00001000 INTL 20121018)
[ 0.008869] ACPI: SSDT 0x0000000037EF6000 0003B8 (v02 HPQOEM TcgTable 00001000 INTL 20121018)
[ 0.008871] ACPI: UEFI 0x0000000037E6A000 000042 (v01 HPQOEM EDK2 00000002 01000013)
[ 0.008873] ACPI: SSDT 0x0000000037EF0000 0051FA (v02 SaSsdt SaSsdt 00003000 INTL 20121018)
[ 0.008875] ACPI: SSDT 0x0000000037EEF000 0005B1 (v01 Intel PerfTune 00001000 INTL 20121018)
[ 0.008877] ACPI: MSDM 0x0000000037EEE000 000055 (v03 HPQOEM SLIC-BPC 00000000 HP 00000001)
[ 0.008879] ACPI: SLIC 0x0000000037EED000 000176 (v01 HPQOEM SLIC-BPC 00000001 HP 00000001)
[ 0.008881] ACPI: WSMT 0x0000000037EEC000 000028 (v01 HPQOEM 80D4 00000001 HP 00000001)
[ 0.008883] ACPI: HPET 0x0000000037EEA000 000038 (v01 HPQOEM 80D4 00000001 HP 00000001)
[ 0.008885] ACPI: APIC 0x0000000037EE9000 0000BC (v01 HPQOEM 80D4 00000001 HP 00000001)
[ 0.008887] ACPI: MCFG 0x0000000037EE8000 00003C (v01 HPQOEM 80D4 00000001 HP 00000001)
[ 0.008889] ACPI: SSDT 0x0000000037EBE000 00019A (v02 HPQOEM Sata0Ide 00001000 INTL 20121018)
[ 0.008891] ACPI: SSDT 0x0000000037EBD000 000729 (v01 HPQOEM PtidDevc 00001000 INTL 20121018)
[ 0.008893] ACPI: SSDT 0x0000000037EBC000 000E73 (v02 CpuRef CpuSsdt 00003000 INTL 20121018)
[ 0.008895] ACPI: SSDT 0x0000000037EBB000 00046F (v02 CtdpB CtdpB 00001000 INTL 20121018)
[ 0.008897] ACPI: DMAR 0x0000000037EBA000 0000CC (v01 INTEL SKL 00000001 INTL 00000001)
[ 0.008899] ACPI: NHLT 0x0000000037EB9000 00002D (v00 INTEL EDK2 00000002 01000013)
[ 0.008901] ACPI: SSDT 0x0000000037EB4000 003C37 (v01 HP NVSGTBL 00001000 INTL 20121018)
[ 0.008903] ACPI: SSDT 0x0000000037EFD000 0000A0 (v01 HP NVHLTBL 00001000 INTL 20121018)
[ 0.008905] ACPI: ASF! 0x0000000037EB3000 0000A5 (v32 HPQOEM UYA 00000001 TFSM 000F4240)
[ 0.008907] ACPI: FPDT 0x0000000037EB2000 000044 (v01 HPQOEM EDK2 00000002 01000013)
[ 0.008909] ACPI: BGRT 0x0000000037EB1000 000038 (v01 HPQOEM EDK2 00000002 01000013)
[ 0.008910] ACPI: SSDT 0x0000000037EFB000 000260 (v02 HP PwrCtlEv 00000001 INTL 20121018)
[ 0.008916] ACPI: Local APIC address 0xfee00000
[ 0.009062] No NUMA configuration found
[ 0.009063] Faking a node at [mem 0x0000000000000000-0x00000008bf7fffff]
[ 0.009071] NODE_DATA(0) allocated [mem 0x8bf7d5000-0x8bf7fffff]
[ 0.009257] Zone ranges:
[ 0.009258] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.009259] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.009259] Normal [mem 0x0000000100000000-0x00000008bf7fffff]
[ 0.009260] Device empty
[ 0.009261] Movable zone start for each node
[ 0.009263] Early memory node ranges
[ 0.009263] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.009264] node 0: [mem 0x0000000000059000-0x000000000009dfff]
[ 0.009264] node 0: [mem 0x000000000009f000-0x000000000009ffff]
[ 0.009265] node 0: [mem 0x0000000000100000-0x0000000036fe8fff]
[ 0.009265] node 0: [mem 0x0000000037eff000-0x0000000037efffff]
[ 0.009266] node 0: [mem 0x0000000100000000-0x00000008bf7fffff]
[ 0.009308] Zeroed struct page in unavailable ranges: 4217 pages
[ 0.009308] Initmem setup node 0 [mem 0x0000000000001000-0x00000008bf7fffff]
[ 0.009309] On node 0 totalpages: 8349575
[ 0.009310] DMA zone: 64 pages used for memmap
[ 0.009311] DMA zone: 25 pages reserved
[ 0.009311] DMA zone: 3997 pages, LIFO batch:0
[ 0.009353] DMA32 zone: 3456 pages used for memmap
[ 0.009354] DMA32 zone: 221162 pages, LIFO batch:63
[ 0.014660] Normal zone: 126944 pages used for memmap
[ 0.014661] Normal zone: 8124416 pages, LIFO batch:63
[ 0.093987] Reserving Intel graphics memory at [mem 0x3a800000-0x3e7fffff]
[ 0.094537] ACPI: PM-Timer IO Port: 0x1808
[ 0.094538] ACPI: Local APIC address 0xfee00000
[ 0.094544] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.094544] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.094545] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.094545] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.094545] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.094546] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.094546] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.094547] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.094573] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.094574] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.094575] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.094576] ACPI: IRQ0 used by override.
[ 0.094577] ACPI: IRQ9 used by override.
[ 0.094578] Using ACPI (MADT) for SMP configuration information
[ 0.094579] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.094585] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.094598] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.094600] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.094601] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.094602] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.094603] PM: Registered nosave memory: [mem 0x36fe9000-0x374e8fff]
[ 0.094603] PM: Registered nosave memory: [mem 0x374e9000-0x37c7efff]
[ 0.094604] PM: Registered nosave memory: [mem 0x37c7f000-0x37e7efff]
[ 0.094604] PM: Registered nosave memory: [mem 0x37e7f000-0x37efefff]
[ 0.094605] PM: Registered nosave memory: [mem 0x37f00000-0x3e7fffff]
[ 0.094606] PM: Registered nosave memory: [mem 0x3e800000-0xf00f9fff]
[ 0.094606] PM: Registered nosave memory: [mem 0xf00fa000-0xf00fafff]
[ 0.094606] PM: Registered nosave memory: [mem 0xf00fb000-0xf00fcfff]
[ 0.094607] PM: Registered nosave memory: [mem 0xf00fd000-0xf00fdfff]
[ 0.094607] PM: Registered nosave memory: [mem 0xf00fe000-0xfdffffff]
[ 0.094607] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.094608] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
[ 0.094609] [mem 0x3e800000-0xf00f9fff] available for PCI devices
[ 0.094610] Booting paravirtualized kernel on bare hardware
[ 0.094612] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.094616] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.094739] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[ 0.094743] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[ 0.094744] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.094762] Built 1 zonelists, mobility grouping on. Total pages: 8219086
[ 0.094763] Policy zone: Normal
[ 0.094764] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic root=UUID=52f68d66-3ea2-4656-a06f-b01beccac52b ro quiet splash vt.handoff=1
[ 0.095929] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.096483] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.096543] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.098804] Calgary: detecting Calgary via BIOS EBDA area
[ 0.098806] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.154072] Memory: 32596556K/33398300K available (14339K kernel code, 2370K rwdata, 4668K rodata, 2660K init, 5076K bss, 801744K reserved, 0K cma-reserved)
[ 0.154179] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.154188] Kernel/User page tables isolation: enabled
[ 0.154198] ftrace: allocating 42927 entries in 168 pages
[ 0.166880] rcu: Hierarchical RCU implementation.
[ 0.166881] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.166882] Tasks RCU enabled.
[ 0.166883] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.166883] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.169275] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[ 0.169569] random: crng done (trusting CPU's manufacturer)
[ 0.169590] vt handoff: transparent VT on vt#1
[ 0.169598] Console: colour dummy device 80x25
[ 0.169600] printk: console [tty0] enabled
[ 0.169616] ACPI: Core revision 20190703
[ 0.169889] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.169954] APIC: Switch to symmetric I/O mode setup
[ 0.169956] DMAR: Host address width 39
[ 0.169957] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.169961] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[ 0.169961] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.169964] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.169964] DMAR: RMRR base: 0x00000037bd6000 end: 0x00000037bf5fff
[ 0.169965] DMAR: RMRR base: 0x0000003a000000 end: 0x0000003e7fffff
[ 0.169966] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.169967] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.169968] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.169968] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.171453] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.171454] x2apic enabled
[ 0.171466] Switched APIC routing to cluster x2apic.
[ 0.175412] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.194036] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26eae8729ef, max_idle_ns: 440795235156 ns
[ 0.194039] Calibrating delay loop (skipped), value calculated using timer frequency.. 5399.81 BogoMIPS (lpj=10799636)
[ 0.194041] pid_max: default: 32768 minimum: 301
[ 0.196496] LSM: Security Framework initializing
[ 0.196504] Yama: becoming mindful.
[ 0.196534] AppArmor: AppArmor initialized
[ 0.196619] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.196665] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.196787] *** VALIDATE proc ***
[ 0.196823] *** VALIDATE cgroup1 ***
[ 0.196824] *** VALIDATE cgroup2 ***
[ 0.196865] mce: CPU0: Thermal monitoring enabled (TM1)
[ 0.196881] process: using mwait in idle threads
[ 0.196883] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.196884] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.196886] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.196887] Spectre V2 : Mitigation: Full generic retpoline
[ 0.196887] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.196887] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.196888] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.196889] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.196890] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.196892] MDS: Mitigation: Clear CPU buffers
[ 0.196892] TAA: Mitigation: Clear CPU buffers
[ 0.197100] Freeing SMP alternatives memory: 40K
[ 0.200360] TSC deadline timer enabled
[ 0.200365] smpboot: CPU0: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[ 0.200460] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.200464] ... version: 4
[ 0.200464] ... bit width: 48
[ 0.200465] ... generic registers: 4
[ 0.200465] ... value mask: 0000ffffffffffff
[ 0.200466] ... max period: 00007fffffffffff
[ 0.200466] ... fixed-purpose events: 3
[ 0.200466] ... event mask: 000000070000000f
[ 0.200496] rcu: Hierarchical SRCU implementation.
[ 0.201408] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.201468] smp: Bringing up secondary CPUs ...
[ 0.201529] x86: Booting SMP configuration:
[ 0.201530] .... node #0, CPUs: #1 #2 #3 #4
[ 0.203825] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.203825] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[ 0.203825] #5 #6 #7
[ 0.206518] smp: Brought up 1 node, 8 CPUs
[ 0.206518] smpboot: Max logical packages: 1
[ 0.206518] smpboot: Total of 8 processors activated (43198.54 BogoMIPS)
[ 0.210121] devtmpfs: initialized
[ 0.210121] x86/mm: Memory block size: 128MB
[ 0.213096] PM: Registering ACPI NVS region [mem 0x37c7f000-0x37e7efff] (2097152 bytes)
[ 0.213096] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.213096] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.213096] pinctrl core: initialized pinctrl subsystem
[ 0.213096] PM: RTC time: 21:18:43, date: 2020-01-20
[ 0.213096] NET: Registered protocol family 16
[ 0.213096] audit: initializing netlink subsys (disabled)
[ 0.213096] audit: type=2000 audit(1579555123.040:1): state=initialized audit_enabled=0 res=1
[ 0.213096] EISA bus registered
[ 0.213096] cpuidle: using governor ladder
[ 0.213096] cpuidle: using governor menu
[ 0.213096] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.213096] ACPI: bus type PCI registered
[ 0.213096] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.213096] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.214041] PCI: not using MMCONFIG
[ 0.214042] PCI: Using configuration type 1 for base access
[ 0.216076] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.216078] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.216078] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.218111] ACPI: Added _OSI(Module Device)
[ 0.218112] ACPI: Added _OSI(Processor Device)
[ 0.218113] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.218113] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.218114] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.218115] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.218115] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.253498] ACPI: 13 ACPI AML tables successfully acquired and loaded
[ 0.254063] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.263467] ACPI: Dynamic OEM Table Load:
[ 0.263479] ACPI: SSDT 0xFFFF8A595B622000 0005FD (v02 PmRef Cpu0Ist 00003000 INTL 20121018)
[ 0.264997] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 0.265549] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [CAP1] at bit offset/length 64/32 exceeds size of target Buffer (64 bits) (20190703/dsopcode-203)
[ 0.265555] No Local Variables are initialized for Method [_OSC]
[ 0.265556] Initialized Arguments for Method [_OSC]: (4 arguments defined for method invocation)
[ 0.265556] Arg0: 0000000093a7d89d <Obj> Buffer(16) 6E B0 11 08 27 4A F9 44
[ 0.265560] Arg1: 0000000026c13853 <Obj> Integer 0000000000000001
[ 0.265562] Arg2: 000000008972d9bf <Obj> Integer 0000000000000002
[ 0.265563] Arg3: 00000000209b5f7a <Obj> Buffer(8) 01 00 00 00 FF 10 00 00
[ 0.265566] ACPI Error: Aborting method \_SB._OSC due to previous error (AE_AML_BUFFER_LIMIT) (20190703/psparse-531)
[ 0.265566] ACPI: Dynamic OEM Table Load:
[ 0.265566] ACPI: SSDT 0xFFFF8A595B3D0000 00037F (v02 PmRef Cpu0Cst 00003001 INTL 20121018)
[ 0.265566] ACPI: Dynamic OEM Table Load:
[ 0.265566] ACPI: SSDT 0xFFFF8A595B626000 0005AA (v02 PmRef ApIst 00003000 INTL 20121018)
[ 0.265959] ACPI: Dynamic OEM Table Load:
[ 0.265964] ACPI: SSDT 0xFFFF8A595B313C00 000119 (v02 PmRef ApCst 00003000 INTL 20121018)
[ 0.275406] ACPI: EC: EC started
[ 0.275406] ACPI: EC: interrupt blocked
[ 3.618609] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[ 3.618610] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x6e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 3.618611] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[ 3.618612] ACPI: Interpreter enabled
[ 3.618659] ACPI: (supports S0 S3 S4 S5)
[ 3.618660] ACPI: Using IOAPIC for interrupt routing
[ 3.618699] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 3.621656] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
[ 3.621665] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 3.622406] ACPI: Enabled 9 GPEs in block 00 to 7F
[ 3.624063] ACPI: Power Resource [PG01] (on)
[ 3.624466] ACPI: Power Resource [PG02] (on)
[ 3.624926] ACPI: Power Resource [PG00] (on)
[ 3.632215] ACPI: Power Resource [WRST] (on)
[ 3.632622] ACPI: Power Resource [WRST] (on)
[ 3.633022] ACPI: Power Resource [WRST] (on)
[ 3.633420] ACPI: Power Resource [WRST] (on)
[ 3.633853] ACPI: Power Resource [WRST] (on)
[ 3.634442] ACPI: Power Resource [WRST] (on)
[ 3.634840] ACPI: Power Resource [WRST] (on)
[ 3.635242] ACPI: Power Resource [WRST] (on)
[ 3.635794] ACPI: Power Resource [WRST] (on)
[ 3.636193] ACPI: Power Resource [WRST] (on)
[ 3.636597] ACPI: Power Resource [WRST] (on)
[ 3.636995] ACPI: Power Resource [WRST] (on)
[ 3.637396] ACPI: Power Resource [WRST] (on)
[ 3.637797] ACPI: Power Resource [WRST] (on)
[ 3.638200] ACPI: Power Resource [WRST] (on)
[ 3.638602] ACPI: Power Resource [WRST] (on)
[ 3.638999] ACPI: Power Resource [WRST] (on)
[ 3.639396] ACPI: Power Resource [WRST] (on)
[ 3.639797] ACPI: Power Resource [WRST] (on)
[ 3.640198] ACPI: Power Resource [WRST] (on)
[ 3.648034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[ 3.648040] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.648257] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[ 3.648463] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[ 3.648464] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 3.650609] PCI host bridge to bus 0000:00
[ 3.650610] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 3.650611] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 3.650612] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 3.650613] pci_bus 0000:00: root bus resource [mem 0x3e800000-0xefffffff window]
[ 3.650613] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 3.650614] pci_bus 0000:00: root bus resource [bus 00-7e]
[ 3.650622] pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
[ 3.651438] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[ 3.651478] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 3.652356] pci 0000:00:02.0: [8086:191b] type 00 class 0x030000
[ 3.652365] pci 0000:00:02.0: reg 0x10: [mem 0xe3000000-0xe3ffffff 64bit]
[ 3.652369] pci 0000:00:02.0: reg 0x18: [mem 0x40000000-0x4fffffff 64bit pref]
[ 3.652372] pci 0000:00:02.0: reg 0x20: [io 0x7000-0x703f]
[ 3.652385] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 3.653203] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 3.653212] pci 0000:00:04.0: reg 0x10: [mem 0xe5440000-0xe5447fff 64bit]
[ 3.654113] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[ 3.654131] pci 0000:00:14.0: reg 0x10: [mem 0xe5420000-0xe542ffff 64bit]
[ 3.654190] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 3.655069] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[ 3.655087] pci 0000:00:14.2: reg 0x10: [mem 0xe5452000-0xe5452fff 64bit]
[ 3.655952] pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
[ 3.655976] pci 0000:00:15.0: reg 0x10: [mem 0xe5453000-0xe5453fff 64bit]
[ 3.656898] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[ 3.656921] pci 0000:00:16.0: reg 0x10: [mem 0xe5454000-0xe5454fff 64bit]
[ 3.656987] pci 0000:00:16.0: PME# supported from D3hot
[ 3.657839] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[ 3.657855] pci 0000:00:17.0: reg 0x10: [mem 0xe5450000-0xe5451fff]
[ 3.657863] pci 0000:00:17.0: reg 0x14: [mem 0xe5457000-0xe54570ff]
[ 3.657869] pci 0000:00:17.0: reg 0x18: [io 0x7080-0x7087]
[ 3.657875] pci 0000:00:17.0: reg 0x1c: [io 0x7088-0x708b]
[ 3.657881] pci 0000:00:17.0: reg 0x20: [io 0x7040-0x705f]
[ 3.657887] pci 0000:00:17.0: reg 0x24: [mem 0xe5455000-0xe54557ff]
[ 3.657922] pci 0000:00:17.0: PME# supported from D3hot
[ 3.658772] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[ 3.658837] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 3.659698] pci 0000:00:1c.1: [8086:a111] type 01 class 0x060400
[ 3.659765] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 3.660632] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[ 3.660705] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 3.661605] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[ 3.661679] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 3.662569] pci 0000:00:1f.0: [8086:a150] type 00 class 0x060100
[ 3.663457] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[ 3.663469] pci 0000:00:1f.2: reg 0x10: [mem 0xe5448000-0xe544bfff]
[ 3.664325] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040380
[ 3.664347] pci 0000:00:1f.3: reg 0x10: [mem 0xe544c000-0xe544ffff 64bit]
[ 3.664370] pci 0000:00:1f.3: reg 0x20: [mem 0xe5430000-0xe543ffff 64bit]
[ 3.664413] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 3.665276] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[ 3.665329] pci 0000:00:1f.4: reg 0x10: [mem 0xe5456000-0xe54560ff 64bit]
[ 3.665379] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 3.666269] pci 0000:00:1f.6: [8086:15b7] type 00 class 0x020000
[ 3.666294] pci 0000:00:1f.6: reg 0x10: [mem 0xe5400000-0xe541ffff]
[ 3.666398] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 3.667280] pci 0000:01:00.0: [10de:13b1] type 00 class 0x030000
[ 3.667305] pci 0000:01:00.0: reg 0x10: [mem 0xe4000000-0xe4ffffff]
[ 3.667321] pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
[ 3.667336] pci 0000:01:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
[ 3.667346] pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
[ 3.667357] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[ 3.667377] pci 0000:01:00.0: Enabling HDA controller
[ 3.667844] pci 0000:01:00.1: [10de:0fbc] type 00 class 0x040300
[ 3.667863] pci 0000:01:00.1: reg 0x10: [mem 0xe5000000-0xe5003fff]
[ 3.668049] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 3.668050] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 3.668052] pci 0000:00:01.0: bridge window [mem 0xe4000000-0xe50fffff]
[ 3.668054] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
[ 3.668385] pci 0000:02:00.0: [8086:24f3] type 00 class 0x028000
[ 3.668430] pci 0000:02:00.0: reg 0x10: [mem 0xe5100000-0xe5101fff 64bit]
[ 3.668644] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 3.669208] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 3.669211] pci 0000:00:1c.0: bridge window [mem 0xe5100000-0xe51fffff]
[ 3.669267] pci 0000:03:00.0: [10ec:525a] type 00 class 0xff0000
[ 3.669297] pci 0000:03:00.0: reg 0x14: [mem 0xe5200000-0xe5200fff]
[ 3.669397] pci 0000:03:00.0: supports D1 D2
[ 3.669398] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[ 3.669559] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 3.669561] pci 0000:00:1c.1: bridge window [io 0x4000-0x5fff]
[ 3.669563] pci 0000:00:1c.1: bridge window [mem 0xe5200000-0xe52fffff]
[ 3.669621] pci 0000:00:1c.4: PCI bridge to [bus 04-6e]
[ 3.669625] pci 0000:00:1c.4: bridge window [mem 0xb4000000-0xe20fffff]
[ 3.669628] pci 0000:00:1c.4: bridge window [mem 0x50000000-0x99ffffff 64bit pref]
[ 3.669765] pci 0000:6f:00.0: [144d:a802] type 00 class 0x010802
[ 3.669788] pci 0000:6f:00.0: reg 0x10: [mem 0xe5300000-0xe5303fff 64bit]
[ 3.669795] pci 0000:6f:00.0: reg 0x18: [io 0x6000-0x60ff]
[ 3.670010] pci 0000:00:1d.0: PCI bridge to [bus 6f]
[ 3.670012] pci 0000:00:1d.0: bridge window [io 0x6000-0x6fff]
[ 3.670014] pci 0000:00:1d.0: bridge window [mem 0xe5300000-0xe53fffff]
[ 3.672007] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.672063] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 3.672117] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.672171] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.672224] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.672278] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.672331] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.672385] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.672755] ACPI: EC: interrupt unblocked
[ 3.672762] ACPI: EC: event unblocked
[ 3.672770] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x6e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 3.672771] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
[ 3.672846] SCSI subsystem initialized
[ 3.672846] libata version 3.00 loaded.
[ 3.672846] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 3.672846] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 3.672846] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 3.672846] pci 0000:00:02.0: vgaarb: no bridge control possible
[ 3.672846] pci 0000:01:00.0: vgaarb: bridge control possible
[ 3.672846] vgaarb: loaded
[ 3.672846] ACPI: bus type USB registered
[ 3.672846] usbcore: registered new interface driver usbfs
[ 3.672846] usbcore: registered new interface driver hub
[ 3.672846] usbcore: registered new device driver usb
[ 3.672846] pps_core: LinuxPPS API ver. 1 registered
[ 3.672846] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 3.672846] PTP clock support registered
[ 3.672846] EDAC MC: Ver: 3.0.0
[ 3.672846] Registered efivars operations
[ 3.672846] PCI: Using ACPI for IRQ routing
[ 3.674787] PCI: pci_cache_line_size set to 64 bytes
[ 3.675494] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 3.675495] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 3.675496] e820: reserve RAM buffer [mem 0x36fe9000-0x37ffffff]
[ 3.675496] e820: reserve RAM buffer [mem 0x37f00000-0x37ffffff]
[ 3.675497] e820: reserve RAM buffer [mem 0x8bf800000-0x8bfffffff]
[ 3.675574] NetLabel: Initializing
[ 3.675575] NetLabel: domain hash size = 128
[ 3.675575] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 3.675585] NetLabel: unlabeled traffic allowed by default
[ 3.678507] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 3.678509] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 3.678509] clocksource: Switched to clocksource tsc-early
[ 3.686932] VFS: Disk quotas dquot_6.6.0
[ 3.686944] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 3.686978] *** VALIDATE hugetlbfs ***
[ 3.687035] AppArmor: AppArmor Filesystem Enabled
[ 3.687060] pnp: PnP ACPI init
[ 3.687277] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[ 3.687278] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 3.687279] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 3.687280] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 3.687281] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 3.687285] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.687586] system 00:01: [io 0x2000-0x20fe] has been reserved
[ 3.687588] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.687771] system 00:02: [io 0x0680-0x069f] has been reserved
[ 3.687773] system 00:02: [io 0xffff] has been reserved
[ 3.687774] system 00:02: [io 0xffff] has been reserved
[ 3.687774] system 00:02: [io 0xffff] has been reserved
[ 3.687775] system 00:02: [io 0x1800-0x18fe] has been reserved
[ 3.687776] system 00:02: [io 0x164e-0x164f] has been reserved
[ 3.687778] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.687862] system 00:03: [io 0x0800-0x087f] has been reserved
[ 3.687864] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.687879] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 3.687912] system 00:05: [io 0x1854-0x1857] has been reserved
[ 3.687914] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 3.687928] pnp 00:06: Plug and Play ACPI device, IDs HPQ8002 PNP0303 (active)
[ 3.687941] pnp 00:07: Plug and Play ACPI device, IDs ALP0111 ALP0002 PNP0f13 (active)
[ 3.688002] system 00:08: [io 0x0200-0x023f] has been reserved
[ 3.688004] system 00:08: [mem 0xfedf0000-0xfedfffff] has been reserved
[ 3.688006] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.689171] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.689720] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
[ 3.689721] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[ 3.689722] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[ 3.689723] system 00:0a: [mem 0xf0000000-0xf7ffffff] could not be reserved
[ 3.689724] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 3.689725] system 00:0a: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 3.689726] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 3.689727] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
[ 3.689728] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved
[ 3.689728] system 00:0a: [mem 0x3e800000-0x3e81ffff] has been reserved
[ 3.689731] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.690021] pnp 00:0b: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[ 3.690082] pnp: PnP ACPI: found 12 devices
[ 3.691146] thermal_sys: Registered thermal governor 'fair_share'
[ 3.691146] thermal_sys: Registered thermal governor 'bang_bang'
[ 3.691147] thermal_sys: Registered thermal governor 'step_wise'
[ 3.691147] thermal_sys: Registered thermal governor 'user_space'
[ 3.691148] thermal_sys: Registered thermal governor 'power_allocator'
[ 3.695637] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 3.695658] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[ 3.695663] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[ 3.695664] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 04-6e] add_size 1000
[ 3.695670] pci 0000:00:1c.1: BAR 15: assigned [mem 0x3e900000-0x3eafffff 64bit pref]
[ 3.695671] pci 0000:00:1c.4: BAR 13: assigned [io 0x8000-0x8fff]
[ 3.695673] pci 0000:01:00.0: BAR 6: assigned [mem 0xe5080000-0xe50fffff pref]
[ 3.695675] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 3.695677] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 3.695678] pci 0000:00:01.0: bridge window [mem 0xe4000000-0xe50fffff]
[ 3.695680] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
[ 3.695683] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 3.695685] pci 0000:00:1c.0: bridge window [mem 0xe5100000-0xe51fffff]
[ 3.695690] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 3.695691] pci 0000:00:1c.1: bridge window [io 0x4000-0x5fff]
[ 3.695693] pci 0000:00:1c.1: bridge window [mem 0xe5200000-0xe52fffff]
[ 3.695695] pci 0000:00:1c.1: bridge window [mem 0x3e900000-0x3eafffff 64bit pref]
[ 3.695698] pci 0000:00:1c.4: PCI bridge to [bus 04-6e]
[ 3.695699] pci 0000:00:1c.4: bridge window [io 0x8000-0x8fff]
[ 3.695702] pci 0000:00:1c.4: bridge window [mem 0xb4000000-0xe20fffff]
[ 3.695704] pci 0000:00:1c.4: bridge window [mem 0x50000000-0x99ffffff 64bit pref]
[ 3.695708] pci 0000:00:1d.0: PCI bridge to [bus 6f]
[ 3.695710] pci 0000:00:1d.0: bridge window [io 0x6000-0x6fff]
[ 3.695713] pci 0000:00:1d.0: bridge window [mem 0xe5300000-0xe53fffff]
[ 3.695719] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 3.695719] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 3.695720] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 3.695721] pci_bus 0000:00: resource 7 [mem 0x3e800000-0xefffffff window]
[ 3.695722] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[ 3.695722] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 3.695723] pci_bus 0000:01: resource 1 [mem 0xe4000000-0xe50fffff]
[ 3.695724] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xb1ffffff 64bit pref]
[ 3.695725] pci_bus 0000:02: resource 1 [mem 0xe5100000-0xe51fffff]
[ 3.695725] pci_bus 0000:03: resource 0 [io 0x4000-0x5fff]
[ 3.695726] pci_bus 0000:03: resource 1 [mem 0xe5200000-0xe52fffff]
[ 3.695727] pci_bus 0000:03: resource 2 [mem 0x3e900000-0x3eafffff 64bit pref]
[ 3.695727] pci_bus 0000:04: resource 0 [io 0x8000-0x8fff]
[ 3.695728] pci_bus 0000:04: resource 1 [mem 0xb4000000-0xe20fffff]
[ 3.695729] pci_bus 0000:04: resource 2 [mem 0x50000000-0x99ffffff 64bit pref]
[ 3.695729] pci_bus 0000:6f: resource 0 [io 0x6000-0x6fff]
[ 3.695730] pci_bus 0000:6f: resource 1 [mem 0xe5300000-0xe53fffff]
[ 3.695876] NET: Registered protocol family 2
[ 3.695979] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 3.696129] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 3.696385] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 3.696450] TCP: Hash tables configured (established 262144 bind 65536)
[ 3.696504] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 3.696587] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 3.696691] NET: Registered protocol family 1
[ 3.696694] NET: Registered protocol family 44
[ 3.696702] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 3.696958] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 3.697338] PCI: CLS 0 bytes, default 64
[ 3.697405] Trying to unpack rootfs image as initramfs...
[ 4.156513] Freeing initrd memory: 40424K
[ 4.156551] DMAR: ACPI device "device:86" under DMAR at fed91000 as 00:15.0
[ 4.170081] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 4.170082] software IO TLB: mapped [mem 0x2f0fb000-0x330fb000] (64MB)
[ 4.170324] check: Scanning for low memory corruption every 60 seconds
[ 4.171603] Initialise system trusted keyrings
[ 4.171613] Key type blacklist registered
[ 4.171643] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[ 4.172753] zbud: loaded
[ 4.173059] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 4.173177] fuse: init (API version 7.31)
[ 4.173261] Platform Keyring initialized
[ 4.176610] Key type asymmetric registered
[ 4.176611] Asymmetric key parser 'x509' registered
[ 4.176618] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 4.176645] io scheduler mq-deadline registered
[ 4.177111] pcieport 0000:00:1c.0: AER: enabled with IRQ 123
[ 4.177293] pcieport 0000:00:1c.1: AER: enabled with IRQ 124
[ 4.177474] pcieport 0000:00:1c.4: AER: enabled with IRQ 125
[ 4.177665] pcieport 0000:00:1d.0: AER: enabled with IRQ 126
[ 4.177719] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 4.177767] efifb: probing for efifb
[ 4.177776] efifb: showing boot graphics
[ 4.177998] efifb: framebuffer at 0x40000000, using 3072k, total 3072k
[ 4.177999] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 4.177999] efifb: scrolling: redraw
[ 4.178000] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 4.178032] fbcon: Deferring console take-over
[ 4.178033] fb0: EFI VGA frame buffer device
[ 4.178041] intel_idle: MWAIT substates: 0x11142120
[ 4.178042] intel_idle: v0.4.1 model 0x5E
[ 4.178358] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 4.178580] ACPI: AC Adapter [AC] (on-line)
[ 4.178642] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 4.178647] ACPI: Sleep Button [SLPB]
[ 4.178667] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 4.178671] ACPI: Lid Switch [LID]
[ 4.178692] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 4.178701] ACPI: Power Button [PWRF]
[ 4.185446] thermal LNXTHERM:00: registered as thermal_zone0
[ 4.185447] ACPI: Thermal Zone [CPUZ] (22 C)
[ 4.191799] thermal LNXTHERM:01: registered as thermal_zone1
[ 4.191800] ACPI: Thermal Zone [GFXZ] (0 C)
[ 4.195809] thermal LNXTHERM:02: registered as thermal_zone2
[ 4.195809] ACPI: Thermal Zone [EXTZ] (35 C)
[ 4.200666] thermal LNXTHERM:03: registered as thermal_zone3
[ 4.200666] ACPI: Thermal Zone [LOCZ] (36 C)
[ 4.206308] thermal LNXTHERM:04: registered as thermal_zone4
[ 4.206309] ACPI: Thermal Zone [BATZ] (34 C)
[ 4.206620] thermal LNXTHERM:05: registered as thermal_zone5
[ 4.206621] ACPI: Thermal Zone [PCHZ] (127 C)
[ 4.206852] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 4.208949] Linux agpgart interface v0.103
[ 4.211266] tpm_tis 00:0b: 1.2 TPM (device-id 0x1B, rev-id 16)
[ 4.225840] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 4.231771] loop: module loaded
[ 4.231924] libphy: Fixed MDIO Bus: probed
[ 4.231925] tun: Universal TUN/TAP device driver, 1.6
[ 4.231981] PPP generic driver version 2.4.2
[ 4.232044] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.232046] ehci-pci: EHCI PCI platform driver
[ 4.232053] ehci-platform: EHCI generic platform driver
[ 4.232062] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 4.232063] ohci-pci: OHCI PCI platform driver
[ 4.232070] ohci-platform: OHCI generic platform driver
[ 4.232076] uhci_hcd: USB Universal Host Controller Interface driver
[ 4.232227] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 4.232232] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 4.233287] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[ 4.233291] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 4.233441] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[ 4.233442] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.233443] usb usb1: Product: xHCI Host Controller
[ 4.233444] usb usb1: Manufacturer: Linux 5.3.0-26-generic xhci-hcd
[ 4.233444] usb usb1: SerialNumber: 0000:00:14.0
[ 4.233555] hub 1-0:1.0: USB hub found
[ 4.233570] hub 1-0:1.0: 16 ports detected
[ 4.234373] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 4.234376] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 4.234378] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 4.234404] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
[ 4.234405] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.234406] usb usb2: Product: xHCI Host Controller
[ 4.234407] usb usb2: Manufacturer: Linux 5.3.0-26-generic xhci-hcd
[ 4.234407] usb usb2: SerialNumber: 0000:00:14.0
[ 4.234502] hub 2-0:1.0: USB hub found
[ 4.234513] hub 2-0:1.0: 10 ports detected
[ 4.234594] usb: port power management may be unreliable
[ 4.235128] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 4.236475] i8042: Detected active multiplexing controller, rev 1.1
[ 4.236711] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 4.236713] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 4.236727] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 4.236737] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 4.236747] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 4.236890] mousedev: PS/2 mouse device common for all mice
[ 4.237190] rtc_cmos 00:04: RTC can wake from S4
[ 4.237692] rtc_cmos 00:04: registered as rtc0
[ 4.237718] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 4.237722] i2c /dev entries driver
[ 4.237747] device-mapper: uevent: version 1.0.3
[ 4.237850] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[ 4.237862] platform eisa.0: Probing EISA bus 0
[ 4.237863] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 4.237863] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 4.237864] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 4.237865] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 4.237865] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 4.237866] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 4.237866] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 4.237867] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 4.237868] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 4.237868] platform eisa.0: EISA: Detected 0 cards
[ 4.237870] intel_pstate: Intel P-state driver initializing
[ 4.238333] intel_pstate: HWP enabled
[ 4.238466] ledtrig-cpu: registered to indicate activity on CPUs
[ 4.238468] EFI Variables Facility v0.08 2004-May-17
[ 4.262017] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 4.312924] intel_pmc_core INT33A1:00: initialized
[ 4.313130] NET: Registered protocol family 10
[ 4.318354] Segment Routing with IPv6
[ 4.318386] NET: Registered protocol family 17
[ 4.318521] Key type dns_resolver registered
[ 4.319098] RAS: Correctable Errors collector initialized.
[ 4.319119] microcode: sig=0x506e3, pf=0x20, revision=0xd6
[ 4.319284] microcode: Microcode Update Driver: v2.2.
[ 4.319290] sched_clock: Marking stable (4318775579, 505824)->(4328108136, -8826733)
[ 4.319540] registered taskstats version 1
[ 4.319546] Loading compiled-in X.509 certificates
[ 4.320779] Loaded X.509 cert 'Build time autogenerated kernel key: 8098f9b3401d48cb244b138af0c5bac131caef8a'
[ 4.320804] zswap: loaded using pool lzo/zbud
[ 4.326196] Key type big_key registered
[ 4.326212] Key type trusted registered
[ 4.328455] Key type encrypted registered
[ 4.328457] AppArmor: AppArmor sha1 policy hashing enabled
[ 4.329492] integrity: Loading X.509 certificate: UEFI:db
[ 4.329511] integrity: Loaded X.509 cert 'Hewlett-Packard Company: HP UEFI Secure Boot 2013 DB key: 1d7cf2c2b92673f69c8ee1ec7063967ab9b62bec'
[ 4.329512] integrity: Loading X.509 certificate: UEFI:db
[ 4.329540] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 4.329540] integrity: Loading X.509 certificate: UEFI:db
[ 4.329554] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 4.330686] ima: Allocated hash algorithm: sha1
[ 4.359720] No architecture policies found
[ 4.359733] evm: Initialising EVM extended attributes:
[ 4.359733] evm: security.selinux
[ 4.359734] evm: security.SMACK64
[ 4.359734] evm: security.SMACK64EXEC
[ 4.359734] evm: security.SMACK64TRANSMUTE
[ 4.359735] evm: security.SMACK64MMAP
[ 4.359735] evm: security.apparmor
[ 4.359735] evm: security.ima
[ 4.359736] evm: security.capability
[ 4.359736] evm: HMAC attrs: 0x1
[ 4.361127] PM: Magic number: 4:970:348
[ 4.361163] acpi INT344A:00: hash matches
[ 4.361187] memory memory194: hash matches
[ 4.361364] rtc_cmos 00:04: setting system clock to 2020-01-20T21:18:47 UTC (1579555127)
[ 4.362592] Freeing unused decrypted memory: 2040K
[ 4.363022] Freeing unused kernel image memory: 2660K
[ 4.382255] Write protecting the kernel read-only data: 22528k
[ 4.382993] Freeing unused kernel image memory: 2008K
[ 4.383406] Freeing unused kernel image memory: 1476K
[ 4.389799] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 4.389800] x86/mm: Checking user space page tables
[ 4.396028] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 4.396029] Run /init as init process
[ 4.475591] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 4.475695] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 4.475911] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 4.485113] hidraw: raw HID events driver (C) Jiri Kosina
[ 4.488074] rtsx_pci 0000:03:00.0: enabling device (0000 -> 0002)
[ 4.491271] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 4.491271] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 4.491511] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 4.492121] ahci 0000:00:17.0: version 3.0
[ 4.492350] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[ 4.492372] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0xa impl SATA mode
[ 4.492374] ahci 0000:00:17.0: flags: 64bit ncq sntf stag pm led clo only pio slum part ems deso sadm sds apst
[ 4.492951] nvme nvme0: pci function 0000:6f:00.0
[ 4.554761] scsi host0: ahci
[ 4.554969] scsi host1: ahci
[ 4.555299] scsi host2: ahci
[ 4.555530] scsi host3: ahci
[ 4.555597] ata1: DUMMY
[ 4.555600] ata2: SATA max UDMA/133 abar m2048@0xe5455000 port 0xe5455180 irq 130
[ 4.555601] ata3: DUMMY
[ 4.555604] ata4: SATA max UDMA/133 abar m2048@0xe5455000 port 0xe5455280 irq 130
[ 4.574125] usb 1-7: new high-speed USB device number 2 using xhci_hcd
[ 4.600143] nvme nvme0: 8/0/0 default/read/poll queues
[ 4.603097] nvme0n1: p1 p2 p3 p4 p5
[ 4.696992] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 4.755224] usb 1-7: New USB device found, idVendor=04ca, idProduct=7054, bcdDevice= 0.09
[ 4.755226] usb 1-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 4.755227] usb 1-7: Product: HP HD Camera
[ 4.755241] usb 1-7: Manufacturer: DETNR019I11KBN
[ 4.755242] usb 1-7: SerialNumber: 200901010001
[ 4.765210] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) ec:8e:b5:3a:bc:c7
[ 4.765211] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 4.765265] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[ 4.766250] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[ 4.886093] usb 1-8: new full-speed USB device number 3 using xhci_hcd
[ 4.918772] ata2: SATA link down (SStatus 4 SControl 300)
[ 5.036690] usb 1-8: New USB device found, idVendor=138a, idProduct=003f, bcdDevice= 1.04
[ 5.036692] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 5.036706] usb 1-8: SerialNumber: 0030e4c84c80
[ 5.166229] usb 1-12: new full-speed USB device number 4 using xhci_hcd
[ 5.190246] tsc: Refined TSC clocksource calibration: 2711.972 MHz
[ 5.190252] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x27176c116de, max_idle_ns: 440795321854 ns
[ 5.190319] clocksource: Switched to clocksource tsc
[ 5.234445] ata4: SATA link down (SStatus 4 SControl 300)
[ 5.319582] usb 1-12: config 1 interface 1 altsetting 0 endpoint 0x3 has wMaxPacketSize 0, skipping
[ 5.319583] usb 1-12: config 1 interface 1 altsetting 0 endpoint 0x83 has wMaxPacketSize 0, skipping
[ 5.319602] usb 1-12: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.01
[ 5.319603] usb 1-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.342243] fbcon: Taking over console
[ 5.342345] Console: switching to colour frame buffer device 128x48
[ 5.350863] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
[ 5.427770] systemd[1]: RTC configured in localtime, applying delta of 540 minutes to system time.
[ 5.511548] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio3/input/input10
[ 5.593750] systemd[1]: systemd 237 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)
[ 5.610667] systemd[1]: Detected architecture x86-64.
[ 5.612546] systemd[1]: Set hostname to <takuya-HP-ZBook-Studio-G3>.
[ 5.670785] systemd[1]: Created slice System Slice.
[ 5.670868] systemd[1]: Listening on Journal Socket.
[ 5.671302] systemd[1]: Starting Set the console keyboard layout...
[ 5.671783] systemd[1]: Starting Uncomplicated firewall...
[ 5.672371] systemd[1]: Mounting Huge Pages File System...
[ 5.673125] systemd[1]: Mounting Kernel Debug File System...
[ 5.673233] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 5.684939] lp: driver loaded but no devices found
[ 5.687637] ppdev: user-space parallel port driver
[ 5.688251] EXT4-fs (nvme0n1p5): re-mounted. Opts: errors=remount-ro
[ 5.754193] systemd-journald[372]: Received request to flush runtime journal from PID 1
[ 5.810056] Adding 2097148k swap on /swapfile. Priority:-2 extents:6 across:2260988k SSFS
[ 5.835537] input: HP Wireless hotkeys as /devices/virtual/input/input12
[ 5.835817] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 5.836346] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 5.838070] hp_accel: laptop model unknown, using default axes configuration
[ 5.843934] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 5.850969] i2c_hid i2c-ALP0011:00: i2c-ALP0011:00 supply vdd not found, using dummy regulator
[ 5.850982] i2c_hid i2c-ALP0011:00: i2c-ALP0011:00 supply vddl not found, using dummy regulator
[ 5.852534] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 5.854336] intel_rapl_common: Found RAPL domain package
[ 5.854337] intel_rapl_common: Found RAPL domain dram
[ 5.856804] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[ 5.914504] IPMI message handler: version 39.2
[ 5.941303] ipmi device interface
[ 5.947980] checking generic (40000000 300000) vs hw (40000000 10000000)
[ 5.947981] fb0: switching to inteldrmfb from EFI VGA
[ 5.948050] Console: switching to colour dummy device 80x25
[ 5.948080] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 5.949558] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 5.949558] [drm] Driver supports precise vblank timestamp query.
[ 5.952844] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[ 5.957016] mc: Linux media interface: v0.10
[ 5.957037] Bluetooth: Core ver 2.22
[ 5.957054] NET: Registered protocol family 31
[ 5.957055] Bluetooth: HCI device and connection manager initialized
[ 5.957058] Bluetooth: HCI socket layer initialized
[ 5.957060] Bluetooth: L2CAP socket layer initialized
[ 5.957063] Bluetooth: SCO socket layer initialized
[ 5.958305] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[ 5.959945] lis3lv02d: 8 bits 3DC sensor found
[ 5.975401] [drm] Initialized i915 1.6.0 20190619 for 0000:00:02.0 on minor 0
[ 5.976719] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
[ 6.080199] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:00/input/input13
[ 6.082280] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 6.082561] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input14
[ 6.086846] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 6.090803] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[ 6.090930] videodev: Linux video capture interface: v2.00
[ 6.091131] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 6.091287] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 6.091293] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 6.092215] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.094333] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.097139] usbcore: registered new interface driver btusb
[ 6.098806] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
[ 6.099726] fbcon: i915drmfb (fb0) is primary device
[ 6.099803] Console: switching to colour frame buffer device 240x67
[ 6.099853] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[ 6.104532] uvcvideo: Found UVC 1.00 device HP HD Camera (04ca:7054)
[ 6.104808] Bluetooth: hci0: Device revision is 5
[ 6.104809] Bluetooth: hci0: Secure boot is enabled
[ 6.104810] Bluetooth: hci0: OTP lock is enabled
[ 6.104811] Bluetooth: hci0: API lock is enabled
[ 6.104811] Bluetooth: hci0: Debug lock is disabled
[ 6.104812] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 6.106178] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
[ 6.106757] Intel(R) Wireless WiFi driver for Linux
[ 6.106758] Copyright(c) 2003- 2015 Intel Corporation
[ 6.107096] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[ 6.112678] uvcvideo 1-7:1.0: Entity type for entity Extension 4 was not initialized!
[ 6.112680] uvcvideo 1-7:1.0: Entity type for entity Processing 2 was not initialized!
[ 6.112681] uvcvideo 1-7:1.0: Entity type for entity Camera 1 was not initialized!
[ 6.112751] input: HP HD Camera: HP HD Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input15
[ 6.112821] usbcore: registered new interface driver uvcvideo
[ 6.112822] USB Video Class driver (1.1.1)
[ 6.114452] iwlwifi 0000:02:00.0: loaded firmware version 36.e91976c0.0 op_mode iwlmvm
[ 6.121928] snd_hda_codec_conexant hdaudioC0D0: CX20724: BIOS auto-probing.
[ 6.122437] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20724: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 6.122439] snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 6.122440] snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[ 6.122441] snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
[ 6.122442] snd_hda_codec_conexant hdaudioC0D0: inputs:
[ 6.122444] snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
[ 6.122445] snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
[ 6.128221] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 6.128272] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 6.144995] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
[ 6.205443] nvidia: loading out-of-tree module taints kernel.
[ 6.205449] nvidia: module license 'NVIDIA' taints kernel.
[ 6.205450] Disabling lock debugging due to kernel taint
[ 6.211143] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 6.217603] nvidia-nvlink: Nvlink Core is being initialized, major device number 236
[ 6.217920] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
[ 6.228802] iwlwifi 0000:02:00.0: base HW address: e4:b3:18:c7:5e:4d
[ 6.228862] hp_wmi: query 0x4 returned error 0x5
[ 6.228879] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[ 6.328190] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 435.21 Sun Aug 25 08:17:57 CDT 2019
[ 6.349885] hp_wmi: query 0x4 returned error 0x5
[ 6.355327] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 6.355328] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 6.355330] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 6.355331] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 6.355332] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 6.374059] cryptd: max_cpu_qlen set to 1000
[ 6.376023] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 435.21 Sun Aug 25 08:07:52 CDT 2019
[ 6.380710] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 6.386589] hp_wmi: query 0xd returned error 0x5
[ 6.386704] input: HP WMI hotkeys as /devices/virtual/input/input18
[ 6.387663] AVX2 version of gcm_enc/dec engaged.
[ 6.387663] AES CTR mode by8 optimization enabled
[ 6.400718] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 6.414878] thermal thermal_zone11: failed to read out thermal zone (-61)
[ 6.435434] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20190703/nsarguments-66)
[ 6.740024] audit: type=1400 audit(1579522729.874:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=742 comm="apparmor_parser"
[ 6.740365] audit: type=1400 audit(1579522729.874:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=744 comm="apparmor_parser"
[ 6.741526] audit: type=1400 audit(1579522729.874:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=741 comm="apparmor_parser"
[ 6.742935] audit: type=1400 audit(1579522729.878:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=745 comm="apparmor_parser"
[ 6.742938] audit: type=1400 audit(1579522729.878:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=745 comm="apparmor_parser"
[ 6.747072] audit: type=1400 audit(1579522729.882:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=737 comm="apparmor_parser"
[ 6.747075] audit: type=1400 audit(1579522729.882:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=737 comm="apparmor_parser"
[ 6.747077] audit: type=1400 audit(1579522729.882:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=737 comm="apparmor_parser"
[ 6.747079] audit: type=1400 audit(1579522729.882:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=737 comm="apparmor_parser"
[ 6.747152] audit: type=1400 audit(1579522729.882:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=749 comm="apparmor_parser"
[ 6.775372] intel_rapl_common: Found RAPL domain package
[ 6.775374] intel_rapl_common: Found RAPL domain core
[ 6.775375] intel_rapl_common: Found RAPL domain uncore
[ 6.775376] intel_rapl_common: Found RAPL domain dram
[ 6.786618] input: ALP0011:00 044E:120C Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ALP0011:00/0018:044E:120C.0001/input/input20
[ 6.786758] input: ALP0011:00 044E:120C as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ALP0011:00/0018:044E:120C.0001/input/input21
[ 6.786802] hid-generic 0018:044E:120C.0001: input,hidraw0: I2C HID v1.00 Mouse [ALP0011:00 044E:120C] on i2c-ALP0011:00
[ 6.849564] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[ 6.852859] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[ 6.906060] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
[ 6.906420] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 6.906421] Bluetooth: BNEP filters: protocol multicast
[ 6.906425] Bluetooth: BNEP socket layer initialized
[ 6.960150] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 6.960152] [drm] No driver support for vblank timestamp query.
[ 6.966009] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[ 6.974294] input: ALP0011:00 044E:120C as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ALP0011:00/0018:044E:120C.0001/input/input23
[ 6.977212] hid-alps 0018:044E:120C.0001: input,hidraw0: I2C HID v1.00 Mouse [ALP0011:00 044E:120C] on i2c-ALP0011:00
[ 6.998086] nvidia-uvm: Loaded the UVM driver, major device number 234.
[ 7.474122] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input24
[ 7.550810] Bluetooth: hci0: Waiting for firmware download to complete
[ 7.551815] Bluetooth: hci0: Firmware loaded in 1420555 usecs
[ 7.551841] Bluetooth: hci0: Waiting for device to boot
[ 7.562848] Bluetooth: hci0: Device booted in 10757 usecs
[ 7.563036] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-11-5.ddc
[ 7.566850] Bluetooth: hci0: Applying Intel DDC parameters completed
[ 11.061729] wlp2s0: authenticate with 34:76:c5:ae:cf:cd
[ 11.071982] wlp2s0: send auth to 34:76:c5:ae:cf:cd (try 1/3)
[ 11.085165] wlp2s0: authenticated
[ 11.086088] wlp2s0: associate with 34:76:c5:ae:cf:cd (try 1/3)
[ 11.095100] wlp2s0: RX AssocResp from 34:76:c5:ae:cf:cd (capab=0x911 status=0 aid=4)
[ 11.097414] wlp2s0: associated
[ 11.193085] wlp2s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 34:76:c5:ae:cf:cd
[ 11.208934] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[ 11.234482] ACPI BIOS Error (bug): Failure creating named object [\_GPE._E4C.SPRT], AE_ALREADY_EXISTS (20190703/dswload2-324)
[ 11.234489] No Local Variables are initialized for Method [_E4C]
[ 11.234490] No Arguments are initialized for method [_E4C]
[ 11.234491] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190703/psobject-221)
[ 11.234493] ACPI Error: Aborting method \_GPE._E4C due to previous error (AE_ALREADY_EXISTS) (20190703/psparse-531)
[ 11.234496] ACPI Error: Aborting method \_GPE._E4C due to previous error (AE_ALREADY_EXISTS) (20190703/psparse-531)
[ 11.234501] ACPI Error: AE_ALREADY_EXISTS, while evaluating GPE method [_E4C] (20190703/evgpe-515)
[ 11.566335] pci 0000:04:00.0: [8086:1578] type 01 class 0x060400
[ 11.566390] pci 0000:04:00.0: enabling Extended Tags
[ 11.566471] pci 0000:04:00.0: supports D1 D2
[ 11.566472] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 11.566830] pci 0000:05:00.0: [8086:1578] type 01 class 0x060400
[ 11.566885] pci 0000:05:00.0: enabling Extended Tags
[ 11.566989] pci 0000:05:00.0: supports D1 D2
[ 11.566989] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 11.567075] pci 0000:05:01.0: [8086:1578] type 01 class 0x060400
[ 11.567138] pci 0000:05:01.0: enabling Extended Tags
[ 11.567217] pci 0000:05:01.0: supports D1 D2
[ 11.567218] pci 0000:05:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 11.567324] pci 0000:05:02.0: [8086:1578] type 01 class 0x060400
[ 11.567405] pci 0000:05:02.0: enabling Extended Tags
[ 11.567516] pci 0000:05:02.0: supports D1 D2
[ 11.567517] pci 0000:05:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 11.567703] pci 0000:05:04.0: [8086:1578] type 01 class 0x060400
[ 11.567783] pci 0000:05:04.0: enabling Extended Tags
[ 11.567861] pci 0000:05:04.0: supports D1 D2
[ 11.567862] pci 0000:05:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 11.568000] pci 0000:04:00.0: PCI bridge to [bus 05-6e]
[ 11.568008] pci 0000:04:00.0: bridge window [mem 0xb4000000-0xe20fffff]
[ 11.568031] pci 0000:04:00.0: bridge window [mem 0x50000000-0x99ffffff 64bit pref]
[ 11.568122] pci 0000:06:00.0: [8086:1577] type 00 class 0x088000
[ 11.568169] pci 0000:06:00.0: reg 0x10: [mem 0xe2000000-0xe203ffff]
[ 11.568179] pci 0000:06:00.0: reg 0x14: [mem 0xe2040000-0xe2040fff]
[ 11.568236] pci 0000:06:00.0: enabling Extended Tags
[ 11.568332] pci 0000:06:00.0: supports D1 D2
[ 11.568333] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 11.568562] pci 0000:05:00.0: PCI bridge to [bus 06]
[ 11.568569] pci 0000:05:00.0: bridge window [mem 0xe2000000-0xe20fffff]
[ 11.568669] pci 0000:05:01.0: PCI bridge to [bus 07-39]
[ 11.568676] pci 0000:05:01.0: bridge window [mem 0xb4000000-0xcbefffff]
[ 11.568681] pci 0000:05:01.0: bridge window [mem 0x50000000-0x6fffffff 64bit pref]
[ 11.568825] pci 0000:3a:00.0: [8086:15b6] type 00 class 0x0c0330
[ 11.568880] pci 0000:3a:00.0: reg 0x10: [mem 0xcbf00000-0xcbf0ffff]
[ 11.569067] pci 0000:3a:00.0: supports D1 D2
[ 11.569067] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 11.569123] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at 0000:05:02.0 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[ 11.569271] pci 0000:05:02.0: PCI bridge to [bus 3a]
[ 11.569296] pci 0000:05:02.0: bridge window [mem 0xcbf00000-0xcbffffff]
[ 11.569358] pci 0000:05:04.0: PCI bridge to [bus 3b-6e]
[ 11.569365] pci 0000:05:04.0: bridge window [mem 0xcc000000-0xe1ffffff]
[ 11.569370] pci 0000:05:04.0: bridge window [mem 0x70000000-0x99ffffff 64bit pref]
[ 11.569395] pci_bus 0000:05: Allocating resources
[ 11.569415] pci 0000:05:01.0: bridge window [io 0x1000-0x0fff] to [bus 07-39] add_size 1000
[ 11.569433] pci 0000:05:04.0: bridge window [io 0x1000-0x0fff] to [bus 3b-6e] add_size 1000
[ 11.569435] pci 0000:04:00.0: bridge window [io 0x1000-0x0fff] to [bus 05-6e] add_size 3000
[ 11.569437] pci 0000:04:00.0: BAR 13: no space for [io size 0x3000]
[ 11.569438] pci 0000:04:00.0: BAR 13: failed to assign [io size 0x3000]
[ 11.569439] pci 0000:04:00.0: BAR 13: no space for [io size 0x3000]
[ 11.569439] pci 0000:04:00.0: BAR 13: failed to assign [io size 0x3000]
[ 11.569441] pci 0000:05:01.0: BAR 13: no space for [io size 0x1000]
[ 11.569441] pci 0000:05:01.0: BAR 13: failed to assign [io size 0x1000]
[ 11.569442] pci 0000:05:04.0: BAR 13: no space for [io size 0x1000]
[ 11.569443] pci 0000:05:04.0: BAR 13: failed to assign [io size 0x1000]
[ 11.569444] pci 0000:05:04.0: BAR 13: no space for [io size 0x1000]
[ 11.569444] pci 0000:05:04.0: BAR 13: failed to assign [io size 0x1000]
[ 11.569445] pci 0000:05:01.0: BAR 13: no space for [io size 0x1000]
[ 11.569446] pci 0000:05:01.0: BAR 13: failed to assign [io size 0x1000]
[ 11.569447] pci 0000:05:00.0: PCI bridge to [bus 06]
[ 11.569452] pci 0000:05:00.0: bridge window [mem 0xe2000000-0xe20fffff]
[ 11.569459] pci 0000:05:01.0: PCI bridge to [bus 07-39]
[ 11.569463] pci 0000:05:01.0: bridge window [mem 0xb4000000-0xcbefffff]
[ 11.569465] pci 0000:05:01.0: bridge window [mem 0x50000000-0x6fffffff 64bit pref]
[ 11.569470] pci 0000:05:02.0: PCI bridge to [bus 3a]
[ 11.569494] pci 0000:05:02.0: bridge window [mem 0xcbf00000-0xcbffffff]
[ 11.569501] pci 0000:05:04.0: PCI bridge to [bus 3b-6e]
[ 11.569505] pci 0000:05:04.0: bridge window [mem 0xcc000000-0xe1ffffff]
[ 11.569507] pci 0000:05:04.0: bridge window [mem 0x70000000-0x99ffffff 64bit pref]
[ 11.569512] pci 0000:04:00.0: PCI bridge to [bus 05-6e]
[ 11.569516] pci 0000:04:00.0: bridge window [mem 0xb4000000-0xe20fffff]
[ 11.569518] pci 0000:04:00.0: bridge window [mem 0x50000000-0x99ffffff 64bit pref]
[ 11.571770] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 11.571776] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
[ 11.572875] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 11.573065] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[ 11.573067] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 11.573068] usb usb3: Product: xHCI Host Controller
[ 11.573068] usb usb3: Manufacturer: Linux 5.3.0-26-generic xhci-hcd
[ 11.573069] usb usb3: SerialNumber: 0000:3a:00.0
[ 11.573231] hub 3-0:1.0: USB hub found
[ 11.573238] hub 3-0:1.0: 2 ports detected
[ 11.573657] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 11.573659] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
[ 11.573661] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 11.573721] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
[ 11.573722] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 11.573723] usb usb4: Product: xHCI Host Controller
[ 11.573723] usb usb4: Manufacturer: Linux 5.3.0-26-generic xhci-hcd
[ 11.573724] usb usb4: SerialNumber: 0000:3a:00.0
[ 11.573822] hub 4-0:1.0: USB hub found
[ 11.573828] hub 4-0:1.0: 2 ports detected
[ 11.722854] thunderbolt 0-0: ignoring unnecessary extra entries in DROM
[ 24.117838] Bluetooth: RFCOMM TTY layer initialized
[ 24.117845] Bluetooth: RFCOMM socket layer initialized
[ 24.117849] Bluetooth: RFCOMM ver 1.11
[ 24.961567] rfkill: input handler disabled
[ 31.758030] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
[ 31.758080] pcieport 0000:00:1c.4: AER: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[ 31.758088] pcieport 0000:00:1c.4: AER: device [8086:a114] error status/mask=00000001/00002000
[ 31.758093] pcieport 0000:00:1c.4: AER: [ 0] RxErr
[ 32.166093] pcieport 0000:05:02.0: Refused to change power state, currently in D3
[ 32.243386] xhci_hcd 0000:3a:00.0: Refused to change power state, currently in D3
[ 32.322086] xhci_hcd 0000:3a:00.0: Refused to change power state, currently in D3
[ 32.322114] xhci_hcd 0000:3a:00.0: Controller not ready at resume -19
[ 32.322115] xhci_hcd 0000:3a:00.0: PCI post-resume error -19!
[ 32.322117] xhci_hcd 0000:3a:00.0: HC died; cleaning up
[ 32.322164] xhci_hcd 0000:3a:00.0: remove, state 4
[ 32.322166] usb usb4: USB disconnect, device number 1
[ 32.322418] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
[ 32.322422] xhci_hcd 0000:3a:00.0: remove, state 4
[ 32.322438] usb usb3: USB disconnect, device number 1
[ 32.322767] xhci_hcd 0000:3a:00.0: Host halt failed, -19
[ 32.322769] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
[ 32.322850] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
[ 32.323081] pcieport 0000:05:02.0: Refused to change power state, currently in D3
[ 32.824075] pci_bus 0000:06: busn_res: [bus 06] is released
[ 32.824116] pci_bus 0000:07: busn_res: [bus 07-39] is released
[ 32.838172] pci_bus 0000:3a: busn_res: [bus 3a] is released
[ 32.838268] pci_bus 0000:3b: busn_res: [bus 3b-6e] is released
[ 32.838323] pci_bus 0000:05: busn_res: [bus 05-6e] is released
[ 54.358217] rfkill: input handler enabled
[ 63.518013] rfkill: input handler disabled
[ 126.220669] ACPI BIOS Error (bug): Failure creating named object [\_GPE._E4C.SPRT], AE_ALREADY_EXISTS (20190703/dswload2-324)
[ 126.220678] No Local Variables are initialized for Method [_E4C]
[ 126.220679] No Arguments are initialized for method [_E4C]
[ 126.220680] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190703/psobject-221)
[ 126.220682] ACPI Error: Aborting method \_GPE._E4C due to previous error (AE_ALREADY_EXISTS) (20190703/psparse-531)
[ 126.220686] ACPI Error: Aborting method \_GPE._E4C due to previous error (AE_ALREADY_EXISTS) (20190703/psparse-531)
[ 126.220693] ACPI Error: AE_ALREADY_EXISTS, while evaluating GPE method [_E4C] (20190703/evgpe-515)
[ 126.556548] pci 0000:04:00.0: [8086:1578] type 01 class 0x060400
[ 126.556605] pci 0000:04:00.0: enabling Extended Tags
[ 126.556686] pci 0000:04:00.0: supports D1 D2
[ 126.556687] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 126.557010] pci 0000:05:00.0: [8086:1578] type 01 class 0x060400
[ 126.557068] pci 0000:05:00.0: enabling Extended Tags
[ 126.557150] pci 0000:05:00.0: supports D1 D2
[ 126.557151] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 126.557249] pci 0000:05:01.0: [8086:1578] type 01 class 0x060400
[ 126.557309] pci 0000:05:01.0: enabling Extended Tags
[ 126.557391] pci 0000:05:01.0: supports D1 D2
[ 126.557392] pci 0000:05:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 126.557544] pci 0000:05:02.0: [8086:1578] type 01 class 0x060400
[ 126.557604] pci 0000:05:02.0: enabling Extended Tags
[ 126.557690] pci 0000:05:02.0: supports D1 D2
[ 126.557690] pci 0000:05:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 126.557796] pci 0000:05:04.0: [8086:1578] type 01 class 0x060400
[ 126.557861] pci 0000:05:04.0: enabling Extended Tags
[ 126.557953] pci 0000:05:04.0: supports D1 D2
[ 126.557953] pci 0000:05:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 126.558081] pci 0000:04:00.0: PCI bridge to [bus 05-6e]
[ 126.558095] pci 0000:04:00.0: bridge window [mem 0xb4000000-0xe20fffff]
[ 126.558101] pci 0000:04:00.0: bridge window [mem 0x50000000-0x99ffffff 64bit pref]
[ 126.558170] pci 0000:06:00.0: [8086:1577] type 00 class 0x088000
[ 126.558201] pci 0000:06:00.0: reg 0x10: [mem 0xe2000000-0xe203ffff]
[ 126.558213] pci 0000:06:00.0: reg 0x14: [mem 0xe2040000-0xe2040fff]
[ 126.558275] pci 0000:06:00.0: enabling Extended Tags
[ 126.558385] pci 0000:06:00.0: supports D1 D2
[ 126.558386] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 126.558551] pci 0000:05:00.0: PCI bridge to [bus 06]
[ 126.558561] pci 0000:05:00.0: bridge window [mem 0xe2000000-0xe20fffff]
[ 126.558613] pci 0000:05:01.0: PCI bridge to [bus 07-39]
[ 126.558621] pci 0000:05:01.0: bridge window [mem 0xb4000000-0xcbefffff]
[ 126.558628] pci 0000:05:01.0: bridge window [mem 0x50000000-0x6fffffff 64bit pref]
[ 126.558708] pci 0000:3a:00.0: [8086:15b6] type 00 class 0x0c0330
[ 126.558744] pci 0000:3a:00.0: reg 0x10: [mem 0xcbf00000-0xcbf0ffff]
[ 126.558942] pci 0000:3a:00.0: supports D1 D2
[ 126.558943] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 126.559013] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at 0000:05:02.0 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[ 126.559146] pci 0000:05:02.0: PCI bridge to [bus 3a]
[ 126.559156] pci 0000:05:02.0: bridge window [mem 0xcbf00000-0xcbffffff]
[ 126.559224] pci 0000:05:04.0: PCI bridge to [bus 3b-6e]
[ 126.559233] pci 0000:05:04.0: bridge window [mem 0xcc000000-0xe1ffffff]
[ 126.559243] pci 0000:05:04.0: bridge window [mem 0x70000000-0x99ffffff 64bit pref]
[ 126.559276] pci_bus 0000:05: Allocating resources
[ 126.559301] pci 0000:05:01.0: bridge window [io 0x1000-0x0fff] to [bus 07-39] add_size 1000
[ 126.559304] pci 0000:05:04.0: bridge window [io 0x1000-0x0fff] to [bus 3b-6e] add_size 1000
[ 126.559308] pci 0000:04:00.0: bridge window [io 0x1000-0x0fff] to [bus 05-6e] add_size 3000
[ 126.559311] pci 0000:04:00.0: BAR 13: no space for [io size 0x3000]
[ 126.559313] pci 0000:04:00.0: BAR 13: failed to assign [io size 0x3000]
[ 126.559315] pci 0000:04:00.0: BAR 13: no space for [io size 0x3000]
[ 126.559316] pci 0000:04:00.0: BAR 13: failed to assign [io size 0x3000]
[ 126.559339] pci 0000:05:01.0: BAR 13: no space for [io size 0x1000]
[ 126.559341] pci 0000:05:01.0: BAR 13: failed to assign [io size 0x1000]
[ 126.559343] pci 0000:05:04.0: BAR 13: no space for [io size 0x1000]
[ 126.559344] pci 0000:05:04.0: BAR 13: failed to assign [io size 0x1000]
[ 126.559346] pci 0000:05:04.0: BAR 13: no space for [io size 0x1000]
[ 126.559347] pci 0000:05:04.0: BAR 13: failed to assign [io size 0x1000]
[ 126.559349] pci 0000:05:01.0: BAR 13: no space for [io size 0x1000]
[ 126.559350] pci 0000:05:01.0: BAR 13: failed to assign [io size 0x1000]
[ 126.559352] pci 0000:05:00.0: PCI bridge to [bus 06]
[ 126.559358] pci 0000:05:00.0: bridge window [mem 0xe2000000-0xe20fffff]
[ 126.559367] pci 0000:05:01.0: PCI bridge to [bus 07-39]
[ 126.559372] pci 0000:05:01.0: bridge window [mem 0xb4000000-0xcbefffff]
[ 126.559376] pci 0000:05:01.0: bridge window [mem 0x50000000-0x6fffffff 64bit pref]
[ 126.559382] pci 0000:05:02.0: PCI bridge to [bus 3a]
[ 126.559388] pci 0000:05:02.0: bridge window [mem 0xcbf00000-0xcbffffff]
[ 126.559396] pci 0000:05:04.0: PCI bridge to [bus 3b-6e]
[ 126.559401] pci 0000:05:04.0: bridge window [mem 0xcc000000-0xe1ffffff]
[ 126.559405] pci 0000:05:04.0: bridge window [mem 0x70000000-0x99ffffff 64bit pref]
[ 126.559411] pci 0000:04:00.0: PCI bridge to [bus 05-6e]
[ 126.559416] pci 0000:04:00.0: bridge window [mem 0xb4000000-0xe20fffff]
[ 126.559420] pci 0000:04:00.0: bridge window [mem 0x50000000-0x99ffffff 64bit pref]
[ 126.711108] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 126.711113] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
[ 126.712802] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 126.713063] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[ 126.713065] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 126.713067] usb usb3: Product: xHCI Host Controller
[ 126.713068] usb usb3: Manufacturer: Linux 5.3.0-26-generic xhci-hcd
[ 126.713070] usb usb3: SerialNumber: 0000:3a:00.0
[ 126.713285] hub 3-0:1.0: USB hub found
[ 126.713295] hub 3-0:1.0: 2 ports detected
[ 126.714060] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[ 126.714068] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
[ 126.714071] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 126.714112] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
[ 126.714115] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 126.714118] usb usb4: Product: xHCI Host Controller
[ 126.714119] usb usb4: Manufacturer: Linux 5.3.0-26-generic xhci-hcd
[ 126.714120] usb usb4: SerialNumber: 0000:3a:00.0
[ 126.714337] hub 4-0:1.0: USB hub found
[ 126.714350] hub 4-0:1.0: 2 ports detected
[ 166.647788] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
[ 166.647808] pcieport 0000:00:1c.4: AER: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[ 166.647811] pcieport 0000:00:1c.4: AER: device [8086:a114] error status/mask=00000001/00002000
[ 166.647812] pcieport 0000:00:1c.4: AER: [ 0] RxErr
[ 166.718506] pcieport 0000:05:02.0: Refused to change power state, currently in D3
[ 167.179220] pcieport 0000:05:02.0: Refused to change power state, currently in D3
[ 167.179229] xhci_hcd 0000:3a:00.0: Refused to change power state, currently in D3
[ 167.257960] xhci_hcd 0000:3a:00.0: Refused to change power state, currently in D3
[ 167.257994] xhci_hcd 0000:3a:00.0: Controller not ready at resume -19
[ 167.257995] xhci_hcd 0000:3a:00.0: PCI post-resume error -19!
[ 167.257996] xhci_hcd 0000:3a:00.0: HC died; cleaning up
[ 167.258072] xhci_hcd 0000:3a:00.0: remove, state 4
[ 167.258075] usb usb4: USB disconnect, device number 1
[ 167.258275] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
[ 167.258278] xhci_hcd 0000:3a:00.0: remove, state 4
[ 167.258280] usb usb3: USB disconnect, device number 1
[ 167.258465] xhci_hcd 0000:3a:00.0: Host halt failed, -19
[ 167.258466] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
[ 167.258605] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
[ 167.759469] pci_bus 0000:06: busn_res: [bus 06] is released
[ 167.759537] pci_bus 0000:07: busn_res: [bus 07-39] is released
[ 167.777690] pci_bus 0000:3a: busn_res: [bus 3a] is released
[ 167.777773] pci_bus 0000:3b: busn_res: [bus 3b-6e] is released
[ 167.777831] pci_bus 0000:05: busn_res: [bus 05-6e] is released
@takanotume24 did you find a solution? We have updated simulator with a new Unity version that fixes many Vulkan issues. This should be out within the next few days. If this doesn't help, please re-open this issue
@takanotume24 The problem may be that the M1000M GPU (Maxwell architecture) is not only old, but appears to only have 2GB of GPU memory: https://www.techpowerup.com/gpu-specs/quadro-m1000m.c2739
The simulator requires at least 4GB and preferably 8GB. That means using a NVIDIA GTX1070 or 1080 (which are 8GB) or possibly a GTX 1060 (which only has 4GB so it wouldn't be able to load complex environments).
You could also use a GTX 1660 which I believe has 6GB, or a RTX 2070 or 2080 which have 8GB but note that if you’re intending to run Apollo on the same machine, you’ll want a 1070 or 1080 because Apollo 5.0 doesn’t support the newer Turing architecture RTX cards.
In any case it looks like the problem could be related to the video card being too old and (more likely) that 2GB is not enough GPU memory for the Simulator to launch. If you can try a newer more capable GPU you might have better results.
@lemketron Thank you for sharing the details. Incidentally, the VRAM of M1000M is customized to 4GB though it is limited to the model of my notebook PC. I haven't tried to fix the problem after I created this issue, but it didn't boot up this time, so it's probably an old GPU problem, not a lack of VRAM. I'll give it a try when I get a new GPU. Thank you.
@takanotume24 Sorry that we couldn't help more. Good luck and let us know if you have any issues with the new hardware
Hello. I tried launching this simulator on HP Zbook Studio G3, but did not. When I tried it, it started up to the setting screen such as resolution, but if you click OK in the dialog, the screen will darken and after a certain time the Ubuntu login screen will be displayed. When I log in, the desktop will be displayed The simulator does not start. The
Player.log
andvulkaninfo
are described below.