You are not logged in.

#1 2018-09-25 14:12:58

Miodvitnir
Member
Registered: 2018-08-25
Posts: 17

[SOLVED] Impossible to start a Gnome session

Hello everyone,

I have some issues with starting gnome ( with xinitrc and a startx), though I used herbstluftwm without any problems till now.
I also tested mate, and it could start either.
Gdm does not start too, it shows me a message "oups something went wrong" and shutdown immediately.
There are some probably useful messages in journalctl :

Sep 25 17:47:51 dell gnome-session-c[3881]: Theme parsing error: gtk.css:2440:18: '-gtk-icon-filter' is not a valid property name
Sep 25 17:47:51 dell gnome-session-c[3881]: Theme parsing error: gtk.css:6258:18: '-gtk-icon-filter' is not a valid property name
Sep 25 17:47:51 dell at-spi-bus-launcher[668]: dbus-daemon[674]: Activating service name='org.a11y.atspi.Registry' requested by ':1.45' (uid=1000 pid=3881 comm="/usr/lib/gnome-session-check-accelerated ")
Sep 25 17:47:51 dell at-spi-bus-launcher[668]: dbus-daemon[674]: Successfully activated service 'org.a11y.atspi.Registry'
Sep 25 17:47:51 dell at-spi-bus-launcher[668]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 25 17:47:52 dell gnome-session-c[3886]: Theme parsing error: gtk.css:2440:18: '-gtk-icon-filter' is not a valid property name
Sep 25 17:47:52 dell gnome-session-c[3886]: Theme parsing error: gtk.css:6258:18: '-gtk-icon-filter' is not a valid property name
Sep 25 17:47:52 dell gnome-session[3873]: gnome-session-binary[3873]: WARNING: software acceleration check failed: Le processus fils s’est terminé avec le code 1
Sep 25 17:47:52 dell gnome-session-binary[3873]: WARNING: software acceleration check failed: Le processus fils s’est terminé avec le code 1
Sep 25 17:47:52 dell gnome-session[3873]: Unable to init server: Could not connect: Connection refused
Sep 25 17:47:52 dell gnome-session-f[3891]: Cannot open display: 
Sep 25 17:47:52 dell at-spi-bus-launcher[668]: XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":1"
Sep 25 17:47:52 dell at-spi-bus-launcher[668]:       after 21 requests (19 known processed) with 0 events remaining.

There are still french in lines even if I used LC_ALL=C, also : "Le processus fils s’est terminé avec le code 1" means "The child process terminated with code 1", I guess.
Ask me for any more information.
Thank you in advance for your help smile

Last edited by Miodvitnir (2018-09-26 16:56:23)

Offline

#2 2018-09-25 16:53:31

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,249

Re: [SOLVED] Impossible to start a Gnome session

Graphics hardware and installed driver? What does your .xinitrc file look like?

Offline

#3 2018-09-25 17:33:47

Miodvitnir
Member
Registered: 2018-08-25
Posts: 17

Re: [SOLVED] Impossible to start a Gnome session

My graphics hardware : Intel Corporation UHD Graphics 620
I installed the intel driver, mesa and libva-intel-driver.
I do not remember how to verify xorg actually use the correct driver, could you tell me?

Here is my xinitrc :

#!/bin/sh

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

# merge in defaults and keymaps

if [ -f $sysresources ]; then







    xrdb -merge $sysresources

fi

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

if [ -f "$userresources" ]; then







    xrdb -merge "$userresources"

fi

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

# start some nice programs

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

#twm &
#xclock -geometry 50x50-1+1 &
#xterm -geometry 80x50+494+51 &
#xterm -geometry 80x20+494-0 &
#exec xterm -geometry 80x66+0+0 -name login
#exec mate-session
#exec herbstluftwm --locked
exec gnome-session

Offline

#4 2018-09-25 18:42:16

Miodvitnir
Member
Registered: 2018-08-25
Posts: 17

Re: [SOLVED] Impossible to start a Gnome session

I found a way, thanks to duckduckgo, with 'lspci -k | grep -EA3 'VGA|3D|Display'', which give :

00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
	DeviceName:  Onboard IGD
	Subsystem: Dell UHD Graphics 620
	Kernel driver in use: i915 

Offline

#5 2018-09-25 18:48:04

Miodvitnir
Member
Registered: 2018-08-25
Posts: 17

Re: [SOLVED] Impossible to start a Gnome session

I thought the complete xorg log could be useful :

[  6746.079] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  6746.081] 
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[  6746.087] Build Operating System: Linux Arch Linux
[  6746.088] Current Operating System: Linux dell 4.18.9-arch1-1-ARCH #1 SMP PREEMPT Wed Sep 19 21:19:17 UTC 2018 x86_64
[  6746.089] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ebcfdbcf-e1da-4eb8-87ec-b1e5118abcff rw quiet ec_sys.write_support=1
[  6746.092] Build Date: 09 August 2018  06:37:34PM
[  6746.094]  
[  6746.096] Current version of pixman: 0.34.0
[  6746.099] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  6746.099] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  6746.103] (==) Log file: "/home/antoine/.local/share/xorg/Xorg.1.log", Time: Tue Sep 25 17:47:51 2018
[  6746.105] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  6746.107] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  6746.107] (==) No Layout section.  Using the first Screen section.
[  6746.107] (==) No screen section available. Using defaults.
[  6746.107] (**) |-->Screen "Default Screen Section" (0)
[  6746.107] (**) |   |-->Monitor "<default monitor>"
[  6746.107] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  6746.107] (**) |   |-->Device "card0"
[  6746.107] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  6746.107] (==) Automatically adding devices
[  6746.107] (==) Automatically enabling devices
[  6746.107] (==) Automatically adding GPU devices
[  6746.107] (==) Automatically binding GPU devices
[  6746.107] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  6746.107] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[  6746.107] 	Entry deleted from font path.
[  6746.107] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[  6746.107] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[  6746.107] 	Entry deleted from font path.
[  6746.107] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[  6746.107] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1
[  6746.107] (==) ModulePath set to "/usr/lib/xorg/modules"
[  6746.107] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  6746.107] (II) Module ABI versions:
[  6746.107] 	X.Org ANSI C Emulation: 0.4
[  6746.107] 	X.Org Video Driver: 24.0
[  6746.107] 	X.Org XInput driver : 24.1
[  6746.107] 	X.Org Server Extension : 10.0
[  6746.108] (++) using VT number 1

[  6746.109] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  6746.110] (II) xfree86: Adding drm device (/dev/dri/card0)
[  6746.110] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[  6746.111] (--) PCI:*(0@0:2:0) 8086:5917:1028:082c rev 7, Mem @ 0xde000000/16777216, 0xc0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  6746.112] (II) Open ACPI successful (/var/run/acpid.socket)
[  6746.112] (II) LoadModule: "glx"
[  6746.112] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  6746.122] (II) Module glx: vendor="X.Org Foundation"
[  6746.122] 	compiled for 1.20.1, module version = 1.0.0
[  6746.122] 	ABI class: X.Org Server Extension, version 10.0
[  6746.122] (II) LoadModule: "intel"
[  6746.122] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  6746.122] (II) Module intel: vendor="X.Org Foundation"
[  6746.122] 	compiled for 1.20.1, module version = 2.99.917
[  6746.122] 	Module class: X.Org Video Driver
[  6746.122] 	ABI class: X.Org Video Driver, version 24.0
[  6746.122] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[  6746.122] (II) intel: Driver for Intel(R) HD Graphics
[  6746.122] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[  6746.122] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[  6746.122] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[  6746.122] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20180514
[  6746.122] (II) intel(0): SNA compiled from 2.99.917-847-g25c9a2fc
[  6746.140] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  6746.140] (--) intel(0): gen9 engineering sample
[  6746.140] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[  6746.140] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  6746.140] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  6746.140] (==) intel(0): RGB weight 888
[  6746.140] (==) intel(0): Default visual is TrueColor
[  6746.140] (**) intel(0): Option "Backlight" "intel_backlight"
[  6746.140] (II) intel(0): Output eDP1 has no monitor section
[  6746.141] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[  6746.141] (II) intel(0): Enabled output eDP1
[  6746.141] (II) intel(0): Output HDMI1 has no monitor section
[  6746.141] (II) intel(0): Enabled output HDMI1
[  6746.141] (II) intel(0): Output DP1 has no monitor section
[  6746.141] (II) intel(0): Enabled output DP1
[  6746.141] (II) intel(0): Output HDMI2 has no monitor section
[  6746.141] (II) intel(0): Enabled output HDMI2
[  6746.141] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[  6746.141] (II) intel(0): Output VIRTUAL1 has no monitor section
[  6746.141] (II) intel(0): Enabled output VIRTUAL1
[  6746.141] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[  6746.141] (==) intel(0): TearFree disabled
[  6746.141] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[  6746.141] (==) intel(0): DPI set to (96, 96)
[  6746.141] (II) Loading sub module "dri3"
[  6746.141] (II) LoadModule: "dri3"
[  6746.141] (II) Module "dri3" already built-in
[  6746.141] (II) Loading sub module "dri2"
[  6746.142] (II) LoadModule: "dri2"
[  6746.142] (II) Module "dri2" already built-in
[  6746.142] (II) Loading sub module "present"
[  6746.142] (II) LoadModule: "present"
[  6746.142] (II) Module "present" already built-in
[  6746.143] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[  6746.143] (==) intel(0): Backing store enabled
[  6746.143] (==) intel(0): Silken mouse disabled
[  6746.143] (II) intel(0): HW Cursor enabled
[  6746.143] (==) intel(0): DPMS enabled
[  6746.143] (==) intel(0): Display hotplug detection enabled
[  6746.143] (II) intel(0): [DRI2] Setup complete
[  6746.143] (II) intel(0): [DRI2]   DRI driver: i965
[  6746.143] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[  6746.143] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[  6746.143] (II) intel(0): hardware support for Present enabled
[  6746.143] (II) Initializing extension Generic Event Extension
[  6746.143] (II) Initializing extension SHAPE
[  6746.143] (II) Initializing extension MIT-SHM
[  6746.143] (II) Initializing extension XInputExtension
[  6746.143] (II) Initializing extension XTEST
[  6746.143] (II) Initializing extension BIG-REQUESTS
[  6746.143] (II) Initializing extension SYNC
[  6746.143] (II) Initializing extension XKEYBOARD
[  6746.143] (II) Initializing extension XC-MISC
[  6746.143] (II) Initializing extension SECURITY
[  6746.143] (II) Initializing extension XFIXES
[  6746.143] (II) Initializing extension RENDER
[  6746.143] (II) Initializing extension RANDR
[  6746.143] (II) Initializing extension COMPOSITE
[  6746.143] (II) Initializing extension DAMAGE
[  6746.143] (II) Initializing extension MIT-SCREEN-SAVER
[  6746.143] (II) Initializing extension DOUBLE-BUFFER
[  6746.143] (II) Initializing extension RECORD
[  6746.143] (II) Initializing extension DPMS
[  6746.143] (II) Initializing extension Present
[  6746.143] (II) Initializing extension DRI3
[  6746.143] (II) Initializing extension X-Resource
[  6746.143] (II) Initializing extension XVideo
[  6746.143] (II) Initializing extension XVideo-MotionCompensation
[  6746.143] (II) Initializing extension GLX
[  6746.151] (II) AIGLX: Loaded and initialized i965
[  6746.151] (II) GLX: Initialized DRI2 GL provider for screen 0
[  6746.151] (II) Initializing extension XFree86-VidModeExtension
[  6746.151] (II) Initializing extension XFree86-DGA
[  6746.151] (II) Initializing extension XFree86-DRI
[  6746.151] (II) Initializing extension DRI2
[  6746.153] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  6746.162] (II) intel(0): Setting screen physical size to 508 x 285
[  6746.192] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  6746.192] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  6746.192] (**) Power Button: Applying InputClass "Keyboard Layout"
[  6746.192] (II) LoadModule: "libinput"
[  6746.192] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  6746.194] (II) Module libinput: vendor="X.Org Foundation"
[  6746.194] 	compiled for 1.20.0, module version = 0.28.0
[  6746.194] 	Module class: X.Org XInput Driver
[  6746.194] 	ABI class: X.Org XInput driver, version 24.1
[  6746.194] (II) Using input driver 'libinput' for 'Power Button'
[  6746.194] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 17 paused 0
[  6746.194] (**) Power Button: always reports core events
[  6746.194] (**) Option "Device" "/dev/input/event3"
[  6746.194] (**) Option "_source" "server/udev"
[  6746.195] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  6746.195] (II) event3  - Power Button: device is a keyboard
[  6746.195] (II) event3  - Power Button: device removed
[  6746.195] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[  6746.195] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  6746.195] (**) Option "xkb_layout" "fr"
[  6746.195] (**) Option "xkb_variant" "latin9"
[  6746.212] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  6746.212] (II) event3  - Power Button: device is a keyboard
[  6746.212] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[  6746.212] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  6746.212] (**) Video Bus: Applying InputClass "Keyboard Layout"
[  6746.212] (II) Using input driver 'libinput' for 'Video Bus'
[  6746.213] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 20 paused 0
[  6746.213] (**) Video Bus: always reports core events
[  6746.213] (**) Option "Device" "/dev/input/event11"
[  6746.213] (**) Option "_source" "server/udev"
[  6746.214] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[  6746.214] (II) event11 - Video Bus: device is a keyboard
[  6746.214] (II) event11 - Video Bus: device removed
[  6746.214] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
[  6746.214] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  6746.214] (**) Option "xkb_layout" "fr"
[  6746.214] (**) Option "xkb_variant" "latin9"
[  6746.214] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[  6746.214] (II) event11 - Video Bus: device is a keyboard
[  6746.215] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  6746.215] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  6746.215] (**) Power Button: Applying InputClass "Keyboard Layout"
[  6746.215] (II) Using input driver 'libinput' for 'Power Button'
[  6746.215] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 21 paused 0
[  6746.215] (**) Power Button: always reports core events
[  6746.215] (**) Option "Device" "/dev/input/event1"
[  6746.215] (**) Option "_source" "server/udev"
[  6746.216] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  6746.216] (II) event1  - Power Button: device is a keyboard
[  6746.216] (II) event1  - Power Button: device removed
[  6746.216] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  6746.216] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  6746.216] (**) Option "xkb_layout" "fr"
[  6746.216] (**) Option "xkb_variant" "latin9"
[  6746.216] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  6746.216] (II) event1  - Power Button: device is a keyboard
[  6746.216] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  6746.216] (II) No input driver specified, ignoring this device.
[  6746.216] (II) This device may have been added with another device file.
[  6746.217] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  6746.217] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  6746.217] (**) Sleep Button: Applying InputClass "Keyboard Layout"
[  6746.217] (II) Using input driver 'libinput' for 'Sleep Button'
[  6746.217] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 22 paused 0
[  6746.217] (**) Sleep Button: always reports core events
[  6746.217] (**) Option "Device" "/dev/input/event2"
[  6746.217] (**) Option "_source" "server/udev"
[  6746.218] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  6746.218] (II) event2  - Sleep Button: device is a keyboard
[  6746.218] (II) event2  - Sleep Button: device removed
[  6746.218] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[  6746.218] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  6746.218] (**) Option "xkb_layout" "fr"
[  6746.218] (**) Option "xkb_variant" "latin9"
[  6746.218] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  6746.218] (II) event2  - Sleep Button: device is a keyboard
[  6746.219] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event10)
[  6746.219] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[  6746.219] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "Keyboard Layout"
[  6746.219] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[  6746.220] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 23 paused 0
[  6746.220] (**) Integrated_Webcam_HD: Integrate: always reports core events
[  6746.220] (**) Option "Device" "/dev/input/event10"
[  6746.220] (**) Option "_source" "server/udev"
[  6746.220] (II) event10 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[  6746.220] (II) event10 - Integrated_Webcam_HD: Integrate: device is a keyboard
[  6746.220] (II) event10 - Integrated_Webcam_HD: Integrate: device removed
[  6746.220] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input12/event10"
[  6746.220] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 10)
[  6746.220] (**) Option "xkb_layout" "fr"
[  6746.220] (**) Option "xkb_variant" "latin9"
[  6746.221] (II) event10 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[  6746.221] (II) event10 - Integrated_Webcam_HD: Integrate: device is a keyboard
[  6746.222] (II) config/udev: Adding input device MSFT0001:00 06CB:7E7E Touchpad (/dev/input/event12)
[  6746.222] (**) MSFT0001:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[  6746.222] (II) Using input driver 'libinput' for 'MSFT0001:00 06CB:7E7E Touchpad'
[  6746.222] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 24 paused 0
[  6746.222] (**) MSFT0001:00 06CB:7E7E Touchpad: always reports core events
[  6746.222] (**) Option "Device" "/dev/input/event12"
[  6746.222] (**) Option "_source" "server/udev"
[  6746.223] (II) event12 - MSFT0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[  6746.223] (II) event12 - MSFT0001:00 06CB:7E7E Touchpad: device is a touchpad
[  6746.223] (II) event12 - MSFT0001:00 06CB:7E7E Touchpad: device removed
[  6746.223] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-MSFT0001:00/0018:06CB:7E7E.0002/input/input18/event12"
[  6746.223] (II) XINPUT: Adding extended input device "MSFT0001:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 11)
[  6746.223] (**) Option "AccelerationScheme" "none"
[  6746.223] (**) MSFT0001:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[  6746.223] (**) MSFT0001:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[  6746.223] (**) MSFT0001:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[  6746.224] (II) event12 - MSFT0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[  6746.224] (II) event12 - MSFT0001:00 06CB:7E7E Touchpad: device is a touchpad
[  6746.224] (II) config/udev: Adding input device MSFT0001:00 06CB:7E7E Touchpad (/dev/input/mouse1)
[  6746.224] (II) No input driver specified, ignoring this device.
[  6746.224] (II) This device may have been added with another device file.
[  6746.225] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event13)
[  6746.225] (II) No input driver specified, ignoring this device.
[  6746.225] (II) This device may have been added with another device file.
[  6746.225] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[  6746.225] (II) No input driver specified, ignoring this device.
[  6746.225] (II) This device may have been added with another device file.
[  6746.225] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[  6746.225] (II) No input driver specified, ignoring this device.
[  6746.225] (II) This device may have been added with another device file.
[  6746.225] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[  6746.225] (II) No input driver specified, ignoring this device.
[  6746.225] (II) This device may have been added with another device file.
[  6746.226] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event17)
[  6746.226] (II) No input driver specified, ignoring this device.
[  6746.226] (II) This device may have been added with another device file.
[  6746.226] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event18)
[  6746.226] (II) No input driver specified, ignoring this device.
[  6746.226] (II) This device may have been added with another device file.
[  6746.226] (II) config/udev: Adding input device Intel HID events (/dev/input/event5)
[  6746.226] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[  6746.226] (**) Intel HID events: Applying InputClass "Keyboard Layout"
[  6746.226] (II) Using input driver 'libinput' for 'Intel HID events'
[  6746.227] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 25 paused 0
[  6746.227] (**) Intel HID events: always reports core events
[  6746.227] (**) Option "Device" "/dev/input/event5"
[  6746.227] (**) Option "_source" "server/udev"
[  6746.227] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[  6746.227] (II) event5  - Intel HID events: device is a keyboard
[  6746.227] (II) event5  - Intel HID events: device removed
[  6746.227] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input6/event5"
[  6746.227] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[  6746.227] (**) Option "xkb_layout" "fr"
[  6746.227] (**) Option "xkb_variant" "latin9"
[  6746.228] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[  6746.228] (II) event5  - Intel HID events: device is a keyboard
[  6746.228] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event6)
[  6746.228] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[  6746.228] (**) Intel HID 5 button array: Applying InputClass "Keyboard Layout"
[  6746.228] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[  6746.228] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 26 paused 0
[  6746.228] (**) Intel HID 5 button array: always reports core events
[  6746.228] (**) Option "Device" "/dev/input/event6"
[  6746.228] (**) Option "_source" "server/udev"
[  6746.229] (II) event6  - Intel HID 5 button array: is tagged by udev as: Keyboard
[  6746.229] (II) event6  - Intel HID 5 button array: device is a keyboard
[  6746.229] (II) event6  - Intel HID 5 button array: device removed
[  6746.229] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input7/event6"
[  6746.229] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 13)
[  6746.229] (**) Option "xkb_layout" "fr"
[  6746.229] (**) Option "xkb_variant" "latin9"
[  6746.229] (II) event6  - Intel HID 5 button array: is tagged by udev as: Keyboard
[  6746.229] (II) event6  - Intel HID 5 button array: device is a keyboard
[  6746.230] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
[  6746.230] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  6746.230] (**) Dell WMI hotkeys: Applying InputClass "Keyboard Layout"
[  6746.230] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[  6746.230] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 27 paused 0
[  6746.230] (**) Dell WMI hotkeys: always reports core events
[  6746.230] (**) Option "Device" "/dev/input/event9"
[  6746.230] (**) Option "_source" "server/udev"
[  6746.231] (II) event9  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[  6746.231] (II) event9  - Dell WMI hotkeys: device is a keyboard
[  6746.231] (II) event9  - Dell WMI hotkeys: device removed
[  6746.231] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input11/event9"
[  6746.231] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
[  6746.231] (**) Option "xkb_layout" "fr"
[  6746.231] (**) Option "xkb_variant" "latin9"
[  6746.232] (II) event9  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[  6746.232] (II) event9  - Dell WMI hotkeys: device is a keyboard
[  6746.232] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[  6746.232] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  6746.232] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Layout"
[  6746.232] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  6746.233] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 28 paused 0
[  6746.233] (**) AT Translated Set 2 keyboard: always reports core events
[  6746.233] (**) Option "Device" "/dev/input/event4"
[  6746.233] (**) Option "_source" "server/udev"
[  6746.233] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  6746.233] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  6746.233] (II) event4  - AT Translated Set 2 keyboard: device removed
[  6746.233] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[  6746.233] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[  6746.233] (**) Option "xkb_layout" "fr"
[  6746.233] (**) Option "xkb_variant" "latin9"
[  6746.234] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  6746.234] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  6746.234] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event19)
[  6746.234] (**) PS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall"
[  6746.234] (II) Using input driver 'libinput' for 'PS/2 Synaptics TouchPad'
[  6746.235] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 29 paused 0
[  6746.235] (**) PS/2 Synaptics TouchPad: always reports core events
[  6746.235] (**) Option "Device" "/dev/input/event19"
[  6746.235] (**) Option "_source" "server/udev"
[  6746.235] (II) event19 - PS/2 Synaptics TouchPad: is tagged by udev as: Mouse
[  6746.235] (II) event19 - PS/2 Synaptics TouchPad: device is a pointer
[  6746.235] (II) event19 - PS/2 Synaptics TouchPad: device removed
[  6746.235] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event19"
[  6746.235] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE, id 16)
[  6746.235] (**) Option "AccelerationScheme" "none"
[  6746.235] (**) PS/2 Synaptics TouchPad: (accel) selected scheme none/0
[  6746.235] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  6746.235] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  6746.236] (II) event19 - PS/2 Synaptics TouchPad: is tagged by udev as: Mouse
[  6746.236] (II) event19 - PS/2 Synaptics TouchPad: device is a pointer
[  6746.236] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse2)
[  6746.236] (II) No input driver specified, ignoring this device.
[  6746.236] (II) This device may have been added with another device file.
[  6746.236] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[  6746.236] (II) No input driver specified, ignoring this device.
[  6746.236] (II) This device may have been added with another device file.
[  6746.406] (**) Option "fd" "17"
[  6746.406] (II) event3  - Power Button: device removed
[  6746.406] (**) Option "fd" "20"
[  6746.406] (II) event11 - Video Bus: device removed
[  6746.406] (**) Option "fd" "21"
[  6746.406] (II) event1  - Power Button: device removed
[  6746.406] (**) Option "fd" "22"
[  6746.406] (II) event2  - Sleep Button: device removed
[  6746.406] (**) Option "fd" "23"
[  6746.406] (II) event10 - Integrated_Webcam_HD: Integrate: device removed
[  6746.406] (**) Option "fd" "24"
[  6746.406] (II) event12 - MSFT0001:00 06CB:7E7E Touchpad: device removed
[  6746.406] (**) Option "fd" "25"
[  6746.406] (II) event5  - Intel HID events: device removed
[  6746.406] (**) Option "fd" "26"
[  6746.406] (II) event6  - Intel HID 5 button array: device removed
[  6746.406] (**) Option "fd" "27"
[  6746.406] (II) event9  - Dell WMI hotkeys: device removed
[  6746.406] (**) Option "fd" "28"
[  6746.406] (II) event4  - AT Translated Set 2 keyboard: device removed
[  6746.406] (**) Option "fd" "29"
[  6746.406] (II) event19 - PS/2 Synaptics TouchPad: device removed
[  6746.407] (II) UnloadModule: "libinput"
[  6746.407] (II) systemd-logind: releasing fd for 13:83
[  6746.466] (II) UnloadModule: "libinput"
[  6746.466] (II) systemd-logind: releasing fd for 13:68
[  6746.493] (II) UnloadModule: "libinput"
[  6746.493] (II) systemd-logind: releasing fd for 13:73
[  6746.532] (II) UnloadModule: "libinput"
[  6746.533] (II) systemd-logind: releasing fd for 13:70
[  6746.559] (II) UnloadModule: "libinput"
[  6746.559] (II) systemd-logind: releasing fd for 13:69
[  6746.586] (II) UnloadModule: "libinput"
[  6746.586] (II) systemd-logind: releasing fd for 13:76
[  6746.653] (II) UnloadModule: "libinput"
[  6746.653] (II) systemd-logind: releasing fd for 13:74
[  6746.719] (II) UnloadModule: "libinput"
[  6746.719] (II) systemd-logind: releasing fd for 13:66
[  6746.746] (II) UnloadModule: "libinput"
[  6746.746] (II) systemd-logind: releasing fd for 13:65
[  6746.786] (II) UnloadModule: "libinput"
[  6746.786] (II) systemd-logind: releasing fd for 13:75
[  6746.867] (II) UnloadModule: "libinput"
[  6746.867] (II) systemd-logind: releasing fd for 13:67
[  6746.936] (II) Server terminated successfully (0). Closing log file.

Offline

#6 2018-09-25 22:23:12

seth
Member
Registered: 2012-09-03
Posts: 62,597

Re: [SOLVED] Impossible to start a Gnome session

Since gnome complains about SW GL, I'd
1. start another wm (herbstluftwm) and check glxinfo there
2. remove xf86-video-intel and try the behavior w/ the modesetting driver

Online

#7 2018-09-26 15:24:25

Miodvitnir
Member
Registered: 2018-08-25
Posts: 17

Re: [SOLVED] Impossible to start a Gnome session

glxinfo reply this :

name of display: :0
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  37
  Current serial number in output stream:  38

when I remove xf86-video-intel, x give a error message, and here is the log :

[    12.843] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    12.844] 
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[    12.844] Build Operating System: Linux Arch Linux
[    12.844] Current Operating System: Linux dell 4.18.9-arch1-1-ARCH #1 SMP PREEMPT Wed Sep 19 21:19:17 UTC 2018 x86_64
[    12.844] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ebcfdbcf-e1da-4eb8-87ec-b1e5118abcff rw quiet ec_sys.write_support=1
[    12.845] Build Date: 09 August 2018  06:37:34PM
[    12.845]  
[    12.845] Current version of pixman: 0.34.0
[    12.845] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    12.845] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    12.846] (==) Log file: "/home/antoine/.local/share/xorg/Xorg.0.log", Time: Wed Sep 26 17:12:29 2018
[    12.849] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    12.850] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    12.852] (==) No Layout section.  Using the first Screen section.
[    12.852] (==) No screen section available. Using defaults.
[    12.852] (**) |-->Screen "Default Screen Section" (0)
[    12.852] (**) |   |-->Monitor "<default monitor>"
[    12.853] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    12.853] (**) |   |-->Device "card0"
[    12.853] (**) |   |-->GPUDevice "Intel Graphics"
[    12.853] (**) |   |-->GPUDevice "modesetting"
[    12.853] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    12.853] (==) Automatically adding devices
[    12.853] (==) Automatically enabling devices
[    12.853] (==) Automatically adding GPU devices
[    12.853] (==) Automatically binding GPU devices
[    12.853] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    12.857] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    12.857] 	Entry deleted from font path.
[    12.857] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    12.857] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[    12.857] 	Entry deleted from font path.
[    12.857] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[    12.857] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1
[    12.857] (==) ModulePath set to "/usr/lib/xorg/modules"
[    12.857] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    12.857] (II) Module ABI versions:
[    12.857] 	X.Org ANSI C Emulation: 0.4
[    12.857] 	X.Org Video Driver: 24.0
[    12.857] 	X.Org XInput driver : 24.1
[    12.857] 	X.Org Server Extension : 10.0
[    12.859] (++) using VT number 1

[    12.863] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    12.865] (II) xfree86: Adding drm device (/dev/dri/card0)
[    12.867] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    12.872] (--) PCI:*(0@0:2:0) 8086:5917:1028:082c rev 7, Mem @ 0xde000000/16777216, 0xc0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    12.872] (II) Open ACPI successful (/var/run/acpid.socket)
[    12.872] (II) LoadModule: "glx"
[    12.874] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    13.044] (II) Module glx: vendor="X.Org Foundation"
[    13.044] 	compiled for 1.20.1, module version = 1.0.0
[    13.044] 	ABI class: X.Org Server Extension, version 10.0
[    13.044] (II) LoadModule: "intel"
[    13.045] (WW) Warning, couldn't open module intel
[    13.045] (EE) Failed to load module "intel" (module does not exist, 0)
[    13.045] (II) LoadModule: "modesetting"
[    13.045] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    13.050] (II) Module modesetting: vendor="X.Org Foundation"
[    13.050] 	compiled for 1.20.1, module version = 1.20.1
[    13.050] 	Module class: X.Org Video Driver
[    13.050] 	ABI class: X.Org Video Driver, version 24.0
[    13.050] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    13.051] (II) modeset(G0): using drv /dev/dri/card0
[    13.051] (WW) Falling back to old probe method for modesetting
[    13.051] (WW) Falling back to old probe method for modesetting
[    13.051] (EE) No devices detected.
[    13.051] (EE) 
Fatal server error:
[    13.051] (EE) no screens found(EE) 
[    13.051] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    13.051] (EE) Please also check the log file at "/home/antoine/.local/share/xorg/Xorg.0.log" for additional information.
[    13.051] (EE) 
[    13.072] (EE) Server terminated with error (1). Closing log file.

Why does it try to load the intel driver whereas I put a 10-modesetting.conf displaying that :

Section	"Device"
	Identifier	"Intel Graphics"
	Driver		"modesetting"
	Option		"AccelMethod"	"glamour"
	Option		"DRI"	"3"
EndSection

and a modesetting.conf :

Section	"Device"
	Identifier	"modesetting"
	Driver		"modesetting"
EndSection

?

Last edited by Miodvitnir (2018-09-26 15:25:31)

Offline

#8 2018-09-26 15:28:23

seth
Member
Registered: 2012-09-03
Posts: 62,597

Re: [SOLVED] Impossible to start a Gnome session

Automatching, you'd have to specify a pci ID to limit the driver, but that's irrelevant - you've no modesetting support and no GLX.
Please post a complete "dmesg" output.

Online

#9 2018-09-26 15:32:18

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,249

Re: [SOLVED] Impossible to start a Gnome session

FWIW an AccelMethod "glamour" doesn't exist you will want "glamor" in any case. But these options would be the default anyway, so instead of setting yourself up for typos you could simply omit these files. But yes, post a complete dmesg

Last edited by V1del (2018-09-26 15:34:07)

Offline

#10 2018-09-26 15:43:03

Miodvitnir
Member
Registered: 2018-08-25
Posts: 17

Re: [SOLVED] Impossible to start a Gnome session

You tell me these .conf are useless?
And have I to go back to intel driver? Because I saw on the wiki modesetting is probably better for recent intel graphics card.
For now I reinstalled xf86-video-intel, I tell that in case it is relevant for dmesg message.
Here it is :

[    0.000000] Linux version 4.18.9-arch1-1-ARCH (builduser@heftig-19946) (gcc version 8.2.1 20180831 (GCC)) #1 SMP PREEMPT Wed Sep 19 21:19:17 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ebcfdbcf-e1da-4eb8-87ec-b1e5118abcff rw quiet ec_sys.write_support=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: 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-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000098885fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000098886000-0x0000000098886fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000098887000-0x0000000098887fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000098888000-0x00000000aa4c7fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000aa4c8000-0x00000000aa870fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa871000-0x00000000aa8b1fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000aa8b2000-0x00000000aaf56fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000aaf57000-0x00000000ab51ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ab520000-0x00000000ab5fdfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000ab5fe000-0x00000000ab5fefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ab5ff000-0x00000000af7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000024f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ACPI=0xaa87e000  ACPI 2.0=0xaa87e000  SMBIOS=0xf0000  SMBIOS 3.0=0xf0020  ESRT=0xab2d7018  MEMATTR=0xa7355018 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Dell Inc. Inspiron 5370/0PMMMX, BIOS 1.1.0 10/13/2017
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x24f800 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00B0000000 mask 7FF0000000 uncachable
[    0.000000]   2 base 00AE000000 mask 7FFE000000 uncachable
[    0.000000]   3 base 00AD000000 mask 7FFF000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] last_pfn = 0xab5ff max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x00000000ab2d7018 to 0x00000000ab2d7050.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [(____ptrval____)] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x1348a1000, 0x1348a1fff] PGTABLE
[    0.000000] BRK [0x1348a2000, 0x1348a2fff] PGTABLE
[    0.000000] BRK [0x1348a3000, 0x1348a3fff] PGTABLE
[    0.000000] BRK [0x1348a4000, 0x1348a4fff] PGTABLE
[    0.000000] BRK [0x1348a5000, 0x1348a5fff] PGTABLE
[    0.000000] BRK [0x1348a6000, 0x1348a6fff] PGTABLE
[    0.000000] BRK [0x1348a7000, 0x1348a7fff] PGTABLE
[    0.000000] BRK [0x1348a8000, 0x1348a8fff] PGTABLE
[    0.000000] BRK [0x1348a9000, 0x1348a9fff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x36fdf000-0x377e6fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000AA87E000 000024 (v02 DELL  )
[    0.000000] ACPI: XSDT 0x00000000AA87E0C0 000104 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000AA8A3780 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000AA87E258 025528 (v02 DELL   CBX3     01072009 INTL 20160422)
[    0.000000] ACPI: FACS 0x00000000AAF55180 000040
[    0.000000] ACPI: UEFI 0x00000000AA8A4000 00063A (v01 INTEL  RstSataE 00000000 ??   00000000)
[    0.000000] ACPI: APIC 0x00000000AA8A4640 0000BC (v03 DELL   CBX3     01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000AA8A4700 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000AA8A4748 0000AC (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000AA8A47F8 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000AA8A4838 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
[    0.000000] ACPI: SSDT 0x00000000AA8A4870 0004B8 (v01 SataRe SataTabl 00001000 INTL 20160422)
[    0.000000] ACPI: BOOT 0x00000000AA8A4D28 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000AA8A4D50 0012DE (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.000000] ACPI: HPET 0x00000000AA8A6030 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x00000000AA8A6068 000757 (v02 INTEL  xh_OEMBD 00000000 INTL 20160422)
[    0.000000] ACPI: UEFI 0x00000000AA8A67C0 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: SSDT 0x00000000AA8A6808 0017AE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.000000] ACPI: LPIT 0x00000000AA8A7FB8 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[    0.000000] ACPI: WSMT 0x00000000AA8A8050 000028 (v01 DELL   CBX3     00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x00000000AA8A8078 000141 (v02 INTEL  HdaDsp   00000000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x00000000AA8A81C0 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.000000] ACPI: DBGP 0x00000000AA8AB1C8 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x00000000AA8AB200 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x00000000AA8AB258 0007AE (v02 INTEL  UsbCTabl 00001000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x00000000AA8ABA08 004BDC (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[    0.000000] ACPI: MSDM 0x00000000AA8B05E8 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[    0.000000] ACPI: SLIC 0x00000000AA8B0640 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.000000] ACPI: BGRT 0x00000000AA8B07B8 000038 (v00                 01072009 AMI  00010013)
[    0.000000] ACPI: UEFI 0x00000000AA8B07F0 00005C (v01 INTEL  RstSataV 00000000 ??   00000000)
[    0.000000] ACPI: ASF! 0x00000000AA8B0850 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: DMAR 0x00000000AA8B08F0 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000024f7fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x24f7fc000-0x24f7fffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000024f7fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000098885fff]
[    0.000000]   node   0: [mem 0x0000000098888000-0x00000000aa4c7fff]
[    0.000000]   node   0: [mem 0x00000000ab5fe000-0x00000000ab5fefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000024f7fffff]
[    0.000000] Reserved but unavailable: 23453 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000024f7fffff]
[    0.000000] On node 0 totalpages: 2071651
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 10836 pages used for memmap
[    0.000000]   DMA32 zone: 693447 pages, LIFO batch:31
[    0.000000]   Normal zone: 21472 pages used for memmap
[    0.000000]   Normal zone: 1374208 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at [mem 0xad800000-0xaf7fffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x98886000-0x98886fff]
[    0.000000] PM: Registered nosave memory: [mem 0x98887000-0x98887fff]
[    0.000000] PM: Registered nosave memory: [mem 0xaa4c8000-0xaa870fff]
[    0.000000] PM: Registered nosave memory: [mem 0xaa871000-0xaa8b1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xaa8b2000-0xaaf56fff]
[    0.000000] PM: Registered nosave memory: [mem 0xaaf57000-0xab51ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xab520000-0xab5fdfff]
[    0.000000] PM: Registered nosave memory: [mem 0xab5ff000-0xaf7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xaf800000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] [mem 0xaf800000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x95/0x535 with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2039257
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ebcfdbcf-e1da-4eb8-87ec-b1e5118abcff rw quiet ec_sys.write_support=1
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8015148K/8286604K available (10252K kernel code, 1335K rwdata, 3608K rodata, 1504K init, 636K bss, 271456K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 34439 entries in 135 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.000000] 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[    0.000000] 	Offload RCU callbacks from CPUs: (none).
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180531
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.003333] APIC: Switch to symmetric I/O mode setup
[    0.003333] DMAR: Host address width 39
[    0.003333] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.003333] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.003333] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.003333] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.003333] DMAR: RMRR base: 0x000000aa59c000 end: 0x000000aa5bbfff
[    0.003333] DMAR: RMRR base: 0x000000ad000000 end: 0x000000af7fffff
[    0.003333] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.003333] DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
[    0.003333] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.003333] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.003333] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.003333] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.003333] x2apic enabled
[    0.003333] Switched APIC routing to cluster x2apic.
[    0.006666] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.023333] tsc: Detected 1800.000 MHz processor
[    0.023333] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x19f2297dd97, max_idle_ns: 440795236593 ns
[    0.023333] Calibrating delay loop (skipped), value calculated using timer frequency.. 3601.00 BogoMIPS (lpj=6000000)
[    0.023333] pid_max: default: 32768 minimum: 301
[    0.023333] Security Framework initialized
[    0.023333] Yama: becoming mindful.
[    0.023333] AppArmor: AppArmor disabled by boot time parameter
[    0.023333] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.027073] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.027112] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.027139] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.027416] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.027417] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.027425] mce: CPU supports 10 MCE banks
[    0.027440] CPU0: Thermal monitoring enabled (TM1)
[    0.027471] process: using mwait in idle threads
[    0.027475] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.027476] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.027478] Spectre V2 : Mitigation: Full generic retpoline
[    0.027478] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.027479] Speculative Store Bypass: Vulnerable
[    0.033043] Freeing SMP alternatives memory: 28K
[    0.035824] TSC deadline timer enabled
[    0.035829] smpboot: CPU0: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.053377] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.053430] ... version:                4
[    0.053431] ... bit width:              48
[    0.053432] ... generic registers:      4
[    0.053433] ... value mask:             0000ffffffffffff
[    0.053434] ... max period:             00007fffffffffff
[    0.053435] ... fixed-purpose events:   3
[    0.053436] ... event mask:             000000070000000f
[    0.060016] Hierarchical SRCU implementation.
[    0.080363] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.086683] smp: Bringing up secondary CPUs ...
[    0.126717] x86: Booting SMP configuration:
[    0.126719] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.367288] smp: Brought up 1 node, 8 CPUs
[    0.367288] smpboot: Max logical packages: 1
[    0.367288] smpboot: Total of 8 processors activated (28811.00 BogoMIPS)
[    0.370382] devtmpfs: initialized
[    0.370382] x86/mm: Memory block size: 128MB
[    0.370956] PM: Registering ACPI NVS region [mem 0x98886000-0x98886fff] (4096 bytes)
[    0.370956] PM: Registering ACPI NVS region [mem 0xaa8b2000-0xaaf56fff] (6967296 bytes)
[    0.370956] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.370956] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.370956] pinctrl core: initialized pinctrl subsystem
[    0.370956] RTC time: 15:12:17, date: 09/26/18
[    0.370956] NET: Registered protocol family 16
[    0.370956] audit: initializing netlink subsys (disabled)
[    0.370956] audit: type=2000 audit(1537974737.369:1): state=initialized audit_enabled=0 res=1
[    0.373376] cpuidle: using governor ladder
[    0.373376] cpuidle: using governor menu
[    0.373376] Simple Boot Flag at 0x47 set to 0x80
[    0.373391] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.373392] ACPI: bus type PCI registered
[    0.373394] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.373495] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.373498] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.373514] PCI: Using configuration type 1 for base access
[    0.374816] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.374816] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.374816] ACPI: Added _OSI(Module Device)
[    0.374816] ACPI: Added _OSI(Processor Device)
[    0.374816] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.374816] ACPI: Added _OSI(Processor Aggregator Device)
[    0.374816] ACPI: Added _OSI(Linux-Dell-Video)
[    0.439422] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.457495] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.467897] ACPI: Dynamic OEM Table Load:
[    0.467897] ACPI: SSDT 0xFFFF954F4579D000 00058B (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.467988] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[    0.467988] ACPI: Dynamic OEM Table Load:
[    0.467988] ACPI: SSDT 0xFFFF954F45304400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.468488] ACPI: Dynamic OEM Table Load:
[    0.468495] ACPI: SSDT 0xFFFF954F4537EE40 0000BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.469159] ACPI: Dynamic OEM Table Load:
[    0.469167] ACPI: SSDT 0xFFFF954F457FB000 000628 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.470551] ACPI: Dynamic OEM Table Load:
[    0.470563] ACPI: SSDT 0xFFFF954F4530C000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.473645] ACPI: Dynamic OEM Table Load:
[    0.473653] ACPI: SSDT 0xFFFF954F4528F800 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.474208] ACPI: Dynamic OEM Table Load:
[    0.474208] ACPI: SSDT 0xFFFF954F45302800 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.481841] ACPI: EC: EC started
[    0.481842] ACPI: EC: interrupt blocked
[    0.490467] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as first EC
[    0.490467] ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x6e, EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.490467] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions
[    0.490467] ACPI: Interpreter enabled
[    0.490467] ACPI: (supports S0 S3 S4 S5)
[    0.490467] ACPI: Using IOAPIC for interrupt routing
[    0.490467] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.491256] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.538556] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.538565] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.541389] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.541389] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.543663] PCI host bridge to bus 0000:00
[    0.543666] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.543669] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.543670] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.543672] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.543674] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.543676] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.543678] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.543679] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.543681] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.543683] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.543685] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.543687] pci_bus 0000:00: root bus resource [mem 0xaf800000-0xdfffffff window]
[    0.543688] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.543691] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.543711] pci 0000:00:00.0: [8086:5914] type 00 class 0x060000
[    0.543934] pci 0000:00:02.0: [8086:5917] type 00 class 0x030000
[    0.543950] pci 0000:00:02.0: reg 0x10: [mem 0xde000000-0xdeffffff 64bit]
[    0.543960] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.543966] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.543987] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.544217] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.544235] pci 0000:00:04.0: reg 0x10: [mem 0xdf220000-0xdf227fff 64bit]
[    0.544567] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.544596] pci 0000:00:14.0: reg 0x10: [mem 0xdf210000-0xdf21ffff 64bit]
[    0.544686] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.545052] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.545080] pci 0000:00:14.2: reg 0x10: [mem 0xdf239000-0xdf239fff 64bit]
[    0.545430] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[    0.545694] pci 0000:00:15.0: reg 0x10: [mem 0xdf238000-0xdf238fff 64bit]
[    0.546779] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.546811] pci 0000:00:16.0: reg 0x10: [mem 0xdf237000-0xdf237fff 64bit]
[    0.546905] pci 0000:00:16.0: PME# supported from D3hot
[    0.547199] pci 0000:00:17.0: [8086:282a] type 00 class 0x010400
[    0.547223] pci 0000:00:17.0: reg 0x10: [mem 0xdf230000-0xdf231fff]
[    0.547234] pci 0000:00:17.0: reg 0x14: [mem 0xdf236000-0xdf2360ff]
[    0.547244] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.547254] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.547264] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.547274] pci 0000:00:17.0: reg 0x24: [mem 0xdf235000-0xdf2357ff]
[    0.547332] pci 0000:00:17.0: PME# supported from D3hot
[    0.547593] pci 0000:00:1c.0: [8086:9d15] type 01 class 0x060400
[    0.547706] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.548128] pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
[    0.548392] pci 0000:00:1e.0: reg 0x10: [mem 0xdf234000-0xdf234fff 64bit]
[    0.549462] pci 0000:00:1e.4: [8086:9d2b] type 00 class 0x080501
[    0.549497] pci 0000:00:1e.4: reg 0x10: [mem 0xdf233000-0xdf233fff 64bit]
[    0.549949] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[    0.550277] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.550295] pci 0000:00:1f.2: reg 0x10: [mem 0xdf22c000-0xdf22ffff]
[    0.550575] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[    0.550607] pci 0000:00:1f.3: reg 0x10: [mem 0xdf228000-0xdf22bfff 64bit]
[    0.550637] pci 0000:00:1f.3: reg 0x20: [mem 0xdf200000-0xdf20ffff 64bit]
[    0.550700] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.551085] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.551147] pci 0000:00:1f.4: reg 0x10: [mem 0xdf232000-0xdf2320ff 64bit]
[    0.551219] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.551783] pci 0000:01:00.0: [168c:0042] type 00 class 0x028000
[    0.551851] pci 0000:01:00.0: reg 0x10: [mem 0xdf000000-0xdf1fffff 64bit]
[    0.552088] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.552472] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.552478] pci 0000:00:1c.0:   bridge window [mem 0xdf000000-0xdf1fffff]
[    0.554984] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.555098] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.555209] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.555319] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.555429] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.555540] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.555652] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.555761] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.562070] ACPI: EC: interrupt unblocked
[    0.562099] ACPI: EC: event unblocked
[    0.562131] ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x6e, EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.562133] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions and events
[    0.562490] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.562490] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.562490] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.562490] vgaarb: loaded
[    0.562490] pps_core: LinuxPPS API ver. 1 registered
[    0.562490] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.562490] PTP clock support registered
[    0.562490] EDAC MC: Ver: 3.0.0
[    0.563364] Registered efivars operations
[    0.573128] PCI: Using ACPI for IRQ routing
[    0.602085] PCI: pci_cache_line_size set to 64 bytes
[    0.602476] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.602478] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.602480] e820: reserve RAM buffer [mem 0x98886000-0x9bffffff]
[    0.602481] e820: reserve RAM buffer [mem 0xaa4c8000-0xabffffff]
[    0.602483] e820: reserve RAM buffer [mem 0xab5ff000-0xabffffff]
[    0.602484] e820: reserve RAM buffer [mem 0x24f800000-0x24fffffff]
[    0.602601] NetLabel: Initializing
[    0.602602] NetLabel:  domain hash size = 128
[    0.602603] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.602620] NetLabel:  unlabeled traffic allowed by default
[    0.602624] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.602624] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.604374] clocksource: Switched to clocksource tsc-early
[    0.616644] VFS: Disk quotas dquot_6.6.0
[    0.616664] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.616758] pnp: PnP ACPI init
[    0.617146] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.617149] system 00:00: [io  0xffff] has been reserved
[    0.617151] system 00:00: [io  0xffff] has been reserved
[    0.617153] system 00:00: [io  0xffff] has been reserved
[    0.617155] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.617157] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.617170] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.617339] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.617398] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.617403] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.617514] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.617539] pnp 00:04: Plug and Play ACPI device, IDs DLL082c PNP0f13 (active)
[    0.617935] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.617937] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.617940] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.617942] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.617944] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.617946] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.617948] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.617951] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.617953] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.617956] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.617961] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.618022] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.618024] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.618027] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.618029] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.618031] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.618033] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.618035] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.618040] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.618544] system 00:07: [io  0xff00-0xfffe] has been reserved
[    0.618550] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.620704] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.620706] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[    0.620708] system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.620710] system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.620712] system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.620718] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.627933] pnp: PnP ACPI: found 9 devices
[    0.634029] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.634053] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.634065] pci 0000:00:1c.0:   bridge window [mem 0xdf000000-0xdf1fffff]
[    0.634074] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.634077] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.634079] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.634081] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.634082] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.634084] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.634086] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.634088] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.634090] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.634092] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.634094] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.634096] pci_bus 0000:00: resource 15 [mem 0xaf800000-0xdfffffff window]
[    0.634098] pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
[    0.634100] pci_bus 0000:01: resource 1 [mem 0xdf000000-0xdf1fffff]
[    0.634336] NET: Registered protocol family 2
[    0.634524] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.634567] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.634708] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.634962] TCP: Hash tables configured (established 65536 bind 65536)
[    0.635008] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.635040] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.635117] NET: Registered protocol family 1
[    0.635123] NET: Registered protocol family 44
[    0.635136] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.635733] PCI: CLS 0 bytes, default 64
[    0.635779] Unpacking initramfs...
[    0.810268] Freeing initrd memory: 8224K
[    0.810318] DMAR: ACPI device "device:69" under DMAR at fed91000 as 00:15.0
[    0.810323] DMAR: ACPI device "device:6a" under DMAR at fed91000 as 00:1e.0
[    0.810345] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.810348] software IO TLB [mem 0xa3355000-0xa7355000] (64MB) mapped at [(____ptrval____)-(____ptrval____)]
[    0.810386] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19f2297dd97, max_idle_ns: 440795236593 ns
[    0.810412] clocksource: Switched to clocksource tsc
[    0.810585] Scanning for low memory corruption every 60 seconds
[    0.811326] Initialise system trusted keyrings
[    0.811340] Key type blacklist registered
[    0.811393] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.812858] zbud: loaded
[    0.813264] pstore: using lz4hc compression
[    0.814770] Key type asymmetric registered
[    0.814772] Asymmetric key parser 'x509' registered
[    0.814807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.814870] io scheduler noop registered
[    0.814872] io scheduler deadline registered
[    0.814919] io scheduler cfq registered (default)
[    0.814920] io scheduler mq-deadline registered
[    0.814921] io scheduler kyber registered
[    0.814946] io scheduler bfq registered
[    0.815555] pcieport 0000:00:1c.0: Signaling PME with IRQ 122
[    0.815588] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.815667] efifb: probing for efifb
[    0.815683] efifb: framebuffer at 0xc0000000, using 8128k, total 8128k
[    0.815684] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.815685] efifb: scrolling: redraw
[    0.815687] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.821077] Console: switching to colour frame buffer device 240x67
[    0.826328] fb0: EFI VGA frame buffer device
[    0.826339] intel_idle: MWAIT substates: 0x11142120
[    0.826340] intel_idle: v0.4.1 model 0x8E
[    0.826865] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.826959] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.826973] ACPI: Lid Switch [LID0]
[    0.827014] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.827022] ACPI: Power Button [PBTN]
[    0.827059] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.827067] ACPI: Sleep Button [SBTN]
[    0.827106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.827114] ACPI: Power Button [PWRF]
[    0.832021] thermal LNXTHERM:00: registered as thermal_zone0
[    0.832023] ACPI: Thermal Zone [THM] (25 C)
[    0.832369] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.834913] rtc_cmos 00:01: RTC can wake from S4
[    0.835440] rtc_cmos 00:01: registered as rtc0
[    0.835458] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.835517] intel_pstate: Intel P-state driver initializing
[    0.836308] intel_pstate: HWP enabled
[    0.836410] ledtrig-cpu: registered to indicate activity on CPUs
[    0.836452] intel_pmc_core:  initialized
[    0.836735] NET: Registered protocol family 10
[    0.840445] Segment Routing with IPv6
[    0.840464] NET: Registered protocol family 17
[    0.841162] RAS: Correctable Errors collector initialized.
[    0.841193] microcode: sig=0x806ea, pf=0x80, revision=0x70
[    0.841457] microcode: Microcode Update Driver: v2.2.
[    0.841473] sched_clock: Marking stable (841450018, 0)->(832912612, 8537406)
[    0.841720] registered taskstats version 1
[    0.841726] Loading compiled-in X.509 certificates
[    0.843362] Loaded X.509 cert 'Build time autogenerated kernel key: 383ffa8379c82d154075bba04ee7c064ed536b2d'
[    0.843399] zswap: loaded using pool lzo/zbud
[    0.845680] Key type big_key registered
[    0.846636]   Magic number: 2:731:235
[    0.846699] acpi device:4f: hash matches
[    0.846837] rtc_cmos 00:01: setting system clock to 2018-09-26 15:12:17 UTC (1537974737)
[    0.993034] Freeing unused kernel image memory: 1504K
[    0.993090] Write protecting the kernel read-only data: 16384k
[    0.994012] Freeing unused kernel image memory: 2008K
[    0.994205] Freeing unused kernel image memory: 488K
[    0.994382] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.994382] x86/mm: Checking user space page tables
[    0.994395] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.061113] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.062729] i8042: Warning: Keylock active
[    1.064345] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.064385] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.071410] SCSI subsystem initialized
[    1.073736] sdhci: Secure Digital Host Controller Interface driver
[    1.073736] sdhci: Copyright(c) Pierre Ossman
[    1.073767] ACPI: bus type USB registered
[    1.073787] usbcore: registered new interface driver usbfs
[    1.073793] usbcore: registered new interface driver hub
[    1.073828] usbcore: registered new device driver usb
[    1.078940] sdhci-pci 0000:00:1e.4: SDHCI controller found [8086:9d2b] (rev 21)
[    1.079042] libata version 3.00 loaded.
[    1.079489] mmc0: SDHCI controller on PCI [0000:00:1e.4] using ADMA 64-bit
[    1.081421] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.081425] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.081570] ahci 0000:00:17.0: version 3.0
[    1.081727] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[    1.081743] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x4 impl RAID mode
[    1.081745] ahci 0000:00:17.0: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst 
[    1.082030] scsi host0: ahci
[    1.082112] scsi host1: ahci
[    1.082159] scsi host2: ahci
[    1.082182] ata1: DUMMY
[    1.082183] ata2: DUMMY
[    1.082190] ata3: SATA max UDMA/133 abar m2048@0xdf235000 port 0xdf235200 irq 123
[    1.082507] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000109810
[    1.082512] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.082661] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    1.082662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.082663] usb usb1: Product: xHCI Host Controller
[    1.082664] usb usb1: Manufacturer: Linux 4.18.9-arch1-1-ARCH xhci-hcd
[    1.082665] usb usb1: SerialNumber: 0000:00:14.0
[    1.082754] hub 1-0:1.0: USB hub found
[    1.082776] hub 1-0:1.0: 12 ports detected
[    1.083736] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.083905] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.083909] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.083912] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    1.083963] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    1.083965] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.083966] usb usb2: Product: xHCI Host Controller
[    1.083967] usb usb2: Manufacturer: Linux 4.18.9-arch1-1-ARCH xhci-hcd
[    1.083968] usb usb2: SerialNumber: 0000:00:14.0
[    1.084059] hub 2-0:1.0: USB hub found
[    1.084079] hub 2-0:1.0: 6 ports detected
[    1.084560] usb: port power management may be unreliable
[    1.390545] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.392549] ata3.00: ATA-10: SK hynix SC311 SATA 256GB, 70000P10, max UDMA/133
[    1.392555] ata3.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.394554] ata3.00: configured for UDMA/133
[    1.395035] scsi 2:0:0:0: Direct-Access     ATA      SK hynix SC311 S 0P10 PQ: 0 ANSI: 5
[    1.405410] sd 2:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    1.405417] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    1.405452] sd 2:0:0:0: [sda] Write Protect is off
[    1.405457] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.405505] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.407795]  sda: sda1 sda2 sda3 sda4
[    1.408949] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.413378] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[    1.558231] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    1.568375] random: fast init done
[    1.568939] usb 1-5: New USB device found, idVendor=0c45, idProduct=6a06, bcdDevice=64.26
[    1.568940] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.568941] usb 1-5: Product: Integrated_Webcam_HD
[    1.568942] usb 1-5: Manufacturer: CNFFH37N451410096492
[    1.693526] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[    1.762659] systemd[1]: systemd 239 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)
[    1.777396] systemd[1]: Detected architecture x86-64.
[    1.781642] systemd[1]: Set hostname to <dell>.
[    1.834893] usb 1-7: New USB device found, idVendor=0cf3, idProduct=e009, bcdDevice= 0.01
[    1.834895] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.960061] usb 1-9: new full-speed USB device number 4 using xhci_hcd
[    2.048667] random: systemd: uninitialized urandom read (16 bytes read)
[    2.048748] systemd[1]: Listening on Journal Socket.
[    2.049776] random: systemd: uninitialized urandom read (16 bytes read)
[    2.051786] systemd[1]: Starting Load Kernel Modules...
[    2.051806] random: systemd: uninitialized urandom read (16 bytes read)
[    2.051867] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.051941] systemd[1]: Listening on udev Kernel Socket.
[    2.052001] systemd[1]: Listening on udev Control Socket.
[    2.052269] systemd[1]: Listening on LVM2 metadata daemon socket.
[    2.052288] systemd[1]: Reached target Remote File Systems.
[    2.067930] EXT4-fs (sda2): re-mounted. Opts: data=ordered
[    2.074073] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    2.078945] audit: type=1130 audit(1537974738.726:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.087581] audit: type=1130 audit(1537974738.736:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.091356] device-mapper: uevent: version 1.0.3
[    2.091425] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    2.101465] audit: type=1130 audit(1537974738.749:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.102469] usb 1-9: New USB device found, idVendor=27c6, idProduct=5301, bcdDevice= 1.00
[    2.102471] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.102472] usb 1-9: Product: Goodix Fingerprint Device 
[    2.102473] usb 1-9: Manufacturer: HTMicroelectronics
[    2.102474] usb 1-9: SerialNumber: HTK32
[    2.105053] audit: type=1130 audit(1537974738.753:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.106545] loop: module loaded
[    2.108468] audit: type=1130 audit(1537974738.756:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.112246] systemd-journald[263]: Received request to flush runtime journal from PID 1
[    2.117283] audit: type=1130 audit(1537974738.766:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.127858] audit: type=1130 audit(1537974738.776:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.136396] audit: type=1130 audit(1537974738.783:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.238608] audit: type=1130 audit(1537974738.886:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.294148] ACPI: AC Adapter [AC] (on-line)
[    2.304233] input: Intel HID events as /devices/platform/INT33D5:00/input/input6
[    2.305236] intel-hid INT33D5:00: platform supports 5 button array
[    2.305278] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input7
[    2.305531] ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20180531/nsprepkg-96)
[    2.317181] hidraw: raw HID events driver (C) Jiri Kosina
[    2.318047] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    2.319990] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    2.325784] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    2.326765] cdc_acm 1-9:1.0: ttyACM0: USB ACM device
[    2.326946] usbcore: registered new interface driver cdc_acm
[    2.326947] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.327506] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    2.327575] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    2.330690] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    2.331007] Linux agpgart interface v0.103
[    2.337647] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    2.337649] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.337650] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.337651] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.337651] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    2.337652] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    2.343883] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    2.344559] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    2.394659] cryptd: max_cpu_qlen set to 1000
[    2.394880] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.430265] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.431996] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    2.431999] cfg80211: failed to load regulatory.db
[    2.437752] Adding 8286204k swap on /dev/sda3.  Priority:-2 extents:1 across:8286204k SSFS
[    2.440662] AVX2 version of gcm_enc/dec engaged.
[    2.440663] AES CTR mode by8 optimization enabled
[    2.441381] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[    2.450188] media: Linux media interface: v0.10
[    2.452551] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    2.477190] videodev: Linux video capture interface: v2.00
[    2.493162] Bluetooth: Core ver 2.22
[    2.493181] NET: Registered protocol family 31
[    2.493182] Bluetooth: HCI device and connection manager initialized
[    2.493187] Bluetooth: HCI socket layer initialized
[    2.493189] Bluetooth: L2CAP socket layer initialized
[    2.493196] Bluetooth: SCO socket layer initialized
[    2.529542] usbcore: registered new interface driver btusb
[    2.612242] checking generic (c0000000 7f0000) vs hw (c0000000 10000000)
[    2.612244] fb: switching to inteldrmfb from EFI VGA
[    2.612260] Console: switching to colour dummy device 80x25
[    2.612331] [drm] Replacing VGA console driver
[    2.620969] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input10
[    2.621040] ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[    2.621865] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    2.625911] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0c45:6a06)
[    2.633480] uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
[    2.633482] uvcvideo 1-5:1.0: Entity type for entity Extension 3 was not initialized!
[    2.633483] uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
[    2.633485] uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
[    2.633549] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input11
[    2.633652] usbcore: registered new interface driver uvcvideo
[    2.633652] USB Video Class driver (1.1.1)
[    2.652666] intel_rapl: Found RAPL domain package
[    2.652668] intel_rapl: Found RAPL domain core
[    2.652669] intel_rapl: Found RAPL domain uncore
[    2.652670] intel_rapl: Found RAPL domain dram
[    2.663552] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.663553] [drm] Driver supports precise vblank timestamp query.
[    2.663671] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.665066] random: crng init done
[    2.665067] random: 7 urandom warning(s) missed due to ratelimiting
[    2.665856] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    2.672020] [drm] Initialized i915 1.6.0 20180514 for 0000:00:02.0 on minor 0
[    2.888062] ath10k_pci 0000:01:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 1028:1810
[    2.888072] ath10k_pci 0000:01:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
[    2.889838] ath10k_pci 0000:01:00.0: firmware ver WLAN.TF.1.0-00002-QCATFSWPZ-5 api 5 features ignore-otp crc32 c3e0d04f
[    2.912085] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.913508] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
[    2.955973] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
[    2.984745] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[    2.985208] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.103217] fbcon: inteldrmfb (fb0) is primary device
[    3.143604] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4702]
[    3.146872] iTCO_vendor_support: vendor-support=0
[    3.148221] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.148302] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    3.148453] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.159267] ACPI: Battery Slot [BAT0] (battery present)
[    3.181510] psmouse serio1: synaptics: queried min coordinates: x [1278..], y [1148..]
[    3.181514] psmouse serio1: synaptics: Your touchpad (PNP: DLL082c PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    3.184312] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3254: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    3.184314] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.184315] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    3.184316] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    3.184317] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    3.184318] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[    3.184319] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
[    3.184320] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    3.239970] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2a1, caps: 0xf00223/0x840300/0x12e800/0x0, board id: 3238, fw id: 2377238
[    3.259380] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.259381] Bluetooth: BNEP filters: protocol multicast
[    3.259384] Bluetooth: BNEP socket layer initialized
[    3.277346] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
[    3.280968] mousedev: PS/2 mouse device common for all mice
[    3.293629] i2c_hid i2c-MSFT0001:00: i2c-MSFT0001:00 supply vdd not found, using dummy regulator
[    3.366558] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[    3.367008] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    3.371869] input: MSFT0001:00 06CB:7E7E Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-MSFT0001:00/0018:06CB:7E7E.0001/input/input14
[    3.371981] input: MSFT0001:00 06CB:7E7E Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-MSFT0001:00/0018:06CB:7E7E.0001/input/input15
[    3.372068] hid-generic 0018:06CB:7E7E.0001: input,hidraw0: I2C HID v1.00 Mouse [MSFT0001:00 06CB:7E7E] on i2c-MSFT0001:00
[    3.384942] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    3.403466] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    3.403506] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    3.403544] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    3.403583] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    3.403677] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    3.454934] input: MSFT0001:00 06CB:7E7E Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-MSFT0001:00/0018:06CB:7E7E.0001/input/input23
[    3.455440] hid-multitouch 0018:06CB:7E7E.0001: input,hidraw0: I2C HID v1.00 Mouse [MSFT0001:00 06CB:7E7E] on i2c-MSFT0001:00
[    3.496993] dw-apb-uart.1: ttyS0 at MMIO 0xdf234000 (irq = 20, base_baud = 115200) is a 16550A
[    3.598378] ath10k_pci 0000:01:00.0: htt-ver 3.44 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    3.605108] ath: EEPROM regdomain: 0x6c
[    3.605109] ath: EEPROM indicates we should expect a direct regpair map
[    3.605111] ath: Country alpha2 being used: 00
[    3.605112] ath: Regpair used: 0x6c
[    3.609988] ath10k_pci 0000:01:00.0 wlp1s0: renamed from wlan0
[    4.794117] Console: switching to colour frame buffer device 240x67
[    4.821118] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    4.895057] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    5.698287] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    6.509124] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    6.614215] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    8.617115] kauditd_printk_skb: 30 callbacks suppressed
[    8.617119] audit: type=1131 audit(1537974745.266:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.207448] audit: type=1006 audit(1537974745.856:42): pid=446 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[    9.232144] audit: type=1130 audit(1537974745.879:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.243878] audit: type=1006 audit(1537974745.893:44): pid=522 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[    9.298705] audit: type=1130 audit(1537974745.946:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.470903] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[   15.015207] audit: type=1131 audit(1537974751.663:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   16.395566] wlp1s0: authenticate with 90:4d:4a:ca:72:e0
[   16.435955] wlp1s0: send auth to 90:4d:4a:ca:72:e0 (try 1/3)
[   16.437758] wlp1s0: authenticated
[   16.440091] wlp1s0: associate with 90:4d:4a:ca:72:e0 (try 1/3)
[   16.447445] wlp1s0: RX AssocResp from 90:4d:4a:ca:72:e0 (capab=0x411 status=0 aid=3)
[   16.451141] wlp1s0: associated
[   16.499348] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[   16.593303] audit: type=1130 audit(1537974753.239:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.498065] audit: type=1130 audit(1537974756.146:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.064667] audit: type=1006 audit(1537974759.713:49): pid=584 uid=0 old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=3 res=1
[   27.014222] audit: type=1131 audit(1537974763.663:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.495809] audit: type=1131 audit(1537974770.143:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   45.170445] audit: type=1006 audit(1537974781.819:52): pid=614 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=4 res=1
[   63.461888] audit: type=1130 audit(1537974800.109:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=xdm-archlinux comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  105.201585] audit: type=1006 audit(1537974841.849:54): pid=628 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=5 res=1
[  132.765680] audit: type=1130 audit(1537974869.413:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  142.096036] audit: type=1006 audit(1537974878.743:56): pid=633 uid=0 old-auid=4294967295 auid=1000 tty=tty3 old-ses=4294967295 ses=6 res=1
[  165.237842] audit: type=1006 audit(1537974901.886:57): pid=642 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=7 res=1
[  201.119569] fuse init (API version 7.27)
[  208.248619] audit: type=1130 audit(1537974944.896:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=xdm-archlinux comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  211.458913] audit: type=1006 audit(1537974948.106:59): pid=831 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=8 res=1
[  225.271061] audit: type=1006 audit(1537974961.919:60): pid=911 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=9 res=1
[  285.303832] audit: type=1006 audit(1537975021.953:61): pid=1198 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=10 res=1
[  345.333732] audit: type=1006 audit(1537975081.983:62): pid=1210 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=11 res=1
[  381.707880] audit: type=1130 audit(1537975118.356:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  404.379650] audit: type=1006 audit(1537975141.026:64): pid=1302 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=12 res=1
[  464.412982] audit: type=1006 audit(1537975201.059:65): pid=1308 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=13 res=1
[  514.396556] usb 1-4: new low-speed USB device number 5 using xhci_hcd
[  514.540679] usb 1-4: New USB device found, idVendor=0000, idProduct=0538, bcdDevice= 1.00
[  514.540688] usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[  514.540693] usb 1-4: Product:  USB OPTICAL MOUSE
[  514.572466] input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:0000:0538.0002/input/input25
[  514.572689] hid-generic 0003:0000:0538.0002: input,hidraw1: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:14.0-4/input0
[  514.572769] usbcore: registered new interface driver usbhid
[  514.572771] usbhid: USB HID core driver
[  524.438788] audit: type=1006 audit(1537975261.086:66): pid=1330 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=14 res=1
[  584.476175] audit: type=1006 audit(1537975321.123:67): pid=1359 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=15 res=1
[  644.518825] audit: type=1006 audit(1537975381.166:68): pid=1368 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=16 res=1
[  704.545801] audit: type=1006 audit(1537975441.193:69): pid=1383 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=17 res=1
[  764.572292] audit: type=1006 audit(1537975501.219:70): pid=1391 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=18 res=1
[  824.603812] audit: type=1006 audit(1537975561.253:71): pid=1399 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=19 res=1
[  884.628008] audit: type=1006 audit(1537975621.276:72): pid=1470 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=20 res=1
[  909.307910] audit: type=1130 audit(1537975645.956:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  909.307917] audit: type=1131 audit(1537975645.956:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  944.658063] audit: type=1006 audit(1537975681.306:75): pid=1558 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=21 res=1
[ 1004.680208] audit: type=1006 audit(1537975741.329:76): pid=1607 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=22 res=1
[ 1064.734492] audit: type=1006 audit(1537975801.383:77): pid=1622 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=23 res=1
[ 1124.805394] audit: type=1006 audit(1537975861.453:78): pid=1632 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=24 res=1
[ 1184.856973] audit: type=1006 audit(1537975921.506:79): pid=1647 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=25 res=1
[ 1244.878821] audit: type=1006 audit(1537975981.526:80): pid=1671 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=26 res=1
[ 1304.901226] audit: type=1006 audit(1537976041.549:81): pid=1684 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=27 res=1
[ 1364.968613] audit: type=1006 audit(1537976101.616:82): pid=1698 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=28 res=1

Offline

#11 2018-09-26 15:53:16

seth
Member
Registered: 2012-09-03
Posts: 62,597

Re: [SOLVED] Impossible to start a Gnome session

They're rather the cause for the failing X11 server (at least your dmesg looks unsuspicious)
Remove them and try to start X11.
See what happens, share an updated Xorg log in doubt. Test glxinfo.

Also check "pacman -Qkk mesa" and "ldd /usr/lib/xorg/modules/extensions/libglx.so"

Online

#12 2018-09-26 16:06:28

Miodvitnir
Member
Registered: 2018-08-25
Posts: 17

Re: [SOLVED] Impossible to start a Gnome session

Actually, these files were absent in the first place, the problem was already present, but I did remove them and here is the log now :

[    40.683] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    40.683] 
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[    40.683] Build Operating System: Linux Arch Linux
[    40.683] Current Operating System: Linux dell 4.18.9-arch1-1-ARCH #1 SMP PREEMPT Wed Sep 19 21:19:17 UTC 2018 x86_64
[    40.683] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ebcfdbcf-e1da-4eb8-87ec-b1e5118abcff rw quiet ec_sys.write_support=1
[    40.683] Build Date: 09 August 2018  06:37:34PM
[    40.683]  
[    40.683] Current version of pixman: 0.34.0
[    40.683] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    40.683] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    40.684] (==) Log file: "/home/antoine/.local/share/xorg/Xorg.0.log", Time: Wed Sep 26 17:57:14 2018
[    40.684] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    40.684] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    40.684] (==) No Layout section.  Using the first Screen section.
[    40.684] (==) No screen section available. Using defaults.
[    40.684] (**) |-->Screen "Default Screen Section" (0)
[    40.684] (**) |   |-->Monitor "<default monitor>"
[    40.684] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    40.684] (**) |   |-->Device "card0"
[    40.684] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    40.684] (==) Automatically adding devices
[    40.684] (==) Automatically enabling devices
[    40.684] (==) Automatically adding GPU devices
[    40.684] (==) Automatically binding GPU devices
[    40.684] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    40.684] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    40.684] 	Entry deleted from font path.
[    40.684] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    40.684] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[    40.684] 	Entry deleted from font path.
[    40.684] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[    40.684] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1
[    40.684] (==) ModulePath set to "/usr/lib/xorg/modules"
[    40.684] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    40.684] (II) Module ABI versions:
[    40.684] 	X.Org ANSI C Emulation: 0.4
[    40.684] 	X.Org Video Driver: 24.0
[    40.684] 	X.Org XInput driver : 24.1
[    40.684] 	X.Org Server Extension : 10.0
[    40.685] (++) using VT number 1

[    40.686] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    40.687] (II) xfree86: Adding drm device (/dev/dri/card0)
[    40.687] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    40.688] (--) PCI:*(0@0:2:0) 8086:5917:1028:082c rev 7, Mem @ 0xde000000/16777216, 0xc0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    40.688] (II) Open ACPI successful (/var/run/acpid.socket)
[    40.689] (II) LoadModule: "glx"
[    40.689] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    40.700] (II) Module glx: vendor="X.Org Foundation"
[    40.700] 	compiled for 1.20.1, module version = 1.0.0
[    40.700] 	ABI class: X.Org Server Extension, version 10.0
[    40.700] (II) LoadModule: "intel"
[    40.700] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    40.700] (II) Module intel: vendor="X.Org Foundation"
[    40.700] 	compiled for 1.20.1, module version = 2.99.917
[    40.700] 	Module class: X.Org Video Driver
[    40.700] 	ABI class: X.Org Video Driver, version 24.0
[    40.700] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    40.700] (II) intel: Driver for Intel(R) HD Graphics
[    40.700] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    40.700] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    40.700] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    40.700] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20180514
[    40.700] (II) intel(0): SNA compiled from 2.99.917-847-g25c9a2fc
[    40.717] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    40.717] (--) intel(0): gen9 engineering sample
[    40.717] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[    40.717] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    40.717] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    40.717] (==) intel(0): RGB weight 888
[    40.717] (==) intel(0): Default visual is TrueColor
[    40.717] (**) intel(0): Option "Backlight" "intel_backlight"
[    40.718] (II) intel(0): Output eDP1 has no monitor section
[    40.718] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    40.718] (II) intel(0): Enabled output eDP1
[    40.718] (II) intel(0): Output HDMI1 has no monitor section
[    40.718] (II) intel(0): Enabled output HDMI1
[    40.718] (II) intel(0): Output DP1 has no monitor section
[    40.719] (II) intel(0): Enabled output DP1
[    40.719] (II) intel(0): Output HDMI2 has no monitor section
[    40.719] (II) intel(0): Enabled output HDMI2
[    40.719] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    40.719] (II) intel(0): Output VIRTUAL1 has no monitor section
[    40.719] (II) intel(0): Enabled output VIRTUAL1
[    40.719] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[    40.719] (==) intel(0): TearFree disabled
[    40.719] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    40.719] (==) intel(0): DPI set to (96, 96)
[    40.719] (II) Loading sub module "dri3"
[    40.719] (II) LoadModule: "dri3"
[    40.719] (II) Module "dri3" already built-in
[    40.719] (II) Loading sub module "dri2"
[    40.719] (II) LoadModule: "dri2"
[    40.719] (II) Module "dri2" already built-in
[    40.719] (II) Loading sub module "present"
[    40.719] (II) LoadModule: "present"
[    40.719] (II) Module "present" already built-in
[    40.720] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[    40.720] (==) intel(0): Backing store enabled
[    40.720] (==) intel(0): Silken mouse disabled
[    40.720] (II) intel(0): HW Cursor enabled
[    40.721] (==) intel(0): DPMS enabled
[    40.721] (==) intel(0): Display hotplug detection enabled
[    40.721] (II) intel(0): [DRI2] Setup complete
[    40.721] (II) intel(0): [DRI2]   DRI driver: i965
[    40.721] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    40.721] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    40.721] (II) intel(0): hardware support for Present enabled
[    40.721] (II) Initializing extension Generic Event Extension
[    40.721] (II) Initializing extension SHAPE
[    40.721] (II) Initializing extension MIT-SHM
[    40.721] (II) Initializing extension XInputExtension
[    40.721] (II) Initializing extension XTEST
[    40.721] (II) Initializing extension BIG-REQUESTS
[    40.721] (II) Initializing extension SYNC
[    40.721] (II) Initializing extension XKEYBOARD
[    40.721] (II) Initializing extension XC-MISC
[    40.721] (II) Initializing extension SECURITY
[    40.721] (II) Initializing extension XFIXES
[    40.721] (II) Initializing extension RENDER
[    40.721] (II) Initializing extension RANDR
[    40.721] (II) Initializing extension COMPOSITE
[    40.721] (II) Initializing extension DAMAGE
[    40.721] (II) Initializing extension MIT-SCREEN-SAVER
[    40.721] (II) Initializing extension DOUBLE-BUFFER
[    40.721] (II) Initializing extension RECORD
[    40.721] (II) Initializing extension DPMS
[    40.721] (II) Initializing extension Present
[    40.721] (II) Initializing extension DRI3
[    40.721] (II) Initializing extension X-Resource
[    40.721] (II) Initializing extension XVideo
[    40.721] (II) Initializing extension XVideo-MotionCompensation
[    40.721] (II) Initializing extension GLX
[    40.733] (II) AIGLX: Loaded and initialized i965
[    40.733] (II) GLX: Initialized DRI2 GL provider for screen 0
[    40.733] (II) Initializing extension XFree86-VidModeExtension
[    40.733] (II) Initializing extension XFree86-DGA
[    40.733] (II) Initializing extension XFree86-DRI
[    40.733] (II) Initializing extension DRI2
[    40.736] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    40.746] (II) intel(0): Setting screen physical size to 508 x 285
[    40.791] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    40.791] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    40.791] (**) Power Button: Applying InputClass "Keyboard Layout"
[    40.791] (II) LoadModule: "libinput"
[    40.791] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    40.793] (II) Module libinput: vendor="X.Org Foundation"
[    40.793] 	compiled for 1.20.0, module version = 0.28.0
[    40.793] 	Module class: X.Org XInput Driver
[    40.793] 	ABI class: X.Org XInput driver, version 24.1
[    40.793] (II) Using input driver 'libinput' for 'Power Button'
[    40.794] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 17 paused 0
[    40.794] (**) Power Button: always reports core events
[    40.794] (**) Option "Device" "/dev/input/event3"
[    40.794] (**) Option "_source" "server/udev"
[    40.795] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    40.795] (II) event3  - Power Button: device is a keyboard
[    40.795] (II) event3  - Power Button: device removed
[    40.795] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    40.795] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    40.795] (**) Option "xkb_layout" "fr"
[    40.795] (**) Option "xkb_variant" "latin9"
[    40.818] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    40.818] (II) event3  - Power Button: device is a keyboard
[    40.819] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    40.819] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    40.819] (**) Video Bus: Applying InputClass "Keyboard Layout"
[    40.819] (II) Using input driver 'libinput' for 'Video Bus'
[    40.819] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 20 paused 0
[    40.820] (**) Video Bus: always reports core events
[    40.820] (**) Option "Device" "/dev/input/event11"
[    40.820] (**) Option "_source" "server/udev"
[    40.820] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    40.820] (II) event11 - Video Bus: device is a keyboard
[    40.820] (II) event11 - Video Bus: device removed
[    40.820] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
[    40.820] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    40.820] (**) Option "xkb_layout" "fr"
[    40.820] (**) Option "xkb_variant" "latin9"
[    40.821] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    40.821] (II) event11 - Video Bus: device is a keyboard
[    40.821] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    40.821] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    40.821] (**) Power Button: Applying InputClass "Keyboard Layout"
[    40.821] (II) Using input driver 'libinput' for 'Power Button'
[    40.822] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 21 paused 0
[    40.822] (**) Power Button: always reports core events
[    40.822] (**) Option "Device" "/dev/input/event1"
[    40.822] (**) Option "_source" "server/udev"
[    40.822] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    40.822] (II) event1  - Power Button: device is a keyboard
[    40.822] (II) event1  - Power Button: device removed
[    40.822] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    40.822] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    40.822] (**) Option "xkb_layout" "fr"
[    40.822] (**) Option "xkb_variant" "latin9"
[    40.823] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    40.823] (II) event1  - Power Button: device is a keyboard
[    40.823] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    40.823] (II) No input driver specified, ignoring this device.
[    40.823] (II) This device may have been added with another device file.
[    40.823] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    40.823] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    40.823] (**) Sleep Button: Applying InputClass "Keyboard Layout"
[    40.823] (II) Using input driver 'libinput' for 'Sleep Button'
[    40.824] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 22 paused 0
[    40.824] (**) Sleep Button: always reports core events
[    40.824] (**) Option "Device" "/dev/input/event2"
[    40.824] (**) Option "_source" "server/udev"
[    40.824] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    40.824] (II) event2  - Sleep Button: device is a keyboard
[    40.824] (II) event2  - Sleep Button: device removed
[    40.824] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[    40.824] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    40.824] (**) Option "xkb_layout" "fr"
[    40.824] (**) Option "xkb_variant" "latin9"
[    40.825] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    40.825] (II) event2  - Sleep Button: device is a keyboard
[    40.826] (II) config/udev: Adding input device  USB OPTICAL MOUSE (/dev/input/event5)
[    40.826] (**)  USB OPTICAL MOUSE: Applying InputClass "libinput pointer catchall"
[    40.826] (II) Using input driver 'libinput' for ' USB OPTICAL MOUSE'
[    40.880] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 23 paused 0
[    40.881] (**)  USB OPTICAL MOUSE: always reports core events
[    40.881] (**) Option "Device" "/dev/input/event5"
[    40.881] (**) Option "_source" "server/udev"
[    40.883] (II) event5  -  USB OPTICAL MOUSE: is tagged by udev as: Mouse
[    40.883] (II) event5  -  USB OPTICAL MOUSE: device is a pointer
[    40.883] (II) event5  -  USB OPTICAL MOUSE: device removed
[    40.883] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:0000:0538.0001/input/input6/event5"
[    40.883] (II) XINPUT: Adding extended input device " USB OPTICAL MOUSE" (type: MOUSE, id 10)
[    40.884] (**) Option "AccelerationScheme" "none"
[    40.884] (**)  USB OPTICAL MOUSE: (accel) selected scheme none/0
[    40.884] (**)  USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[    40.884] (**)  USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[    40.886] (II) event5  -  USB OPTICAL MOUSE: is tagged by udev as: Mouse
[    40.886] (II) event5  -  USB OPTICAL MOUSE: device is a pointer
[    40.888] (II) config/udev: Adding input device  USB OPTICAL MOUSE (/dev/input/mouse0)
[    40.888] (II) No input driver specified, ignoring this device.
[    40.888] (II) This device may have been added with another device file.
[    40.889] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event10)
[    40.889] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[    40.889] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "Keyboard Layout"
[    40.889] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[    40.891] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 24 paused 0
[    40.891] (**) Integrated_Webcam_HD: Integrate: always reports core events
[    40.891] (**) Option "Device" "/dev/input/event10"
[    40.891] (**) Option "_source" "server/udev"
[    40.893] (II) event10 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[    40.893] (II) event10 - Integrated_Webcam_HD: Integrate: device is a keyboard
[    40.893] (II) event10 - Integrated_Webcam_HD: Integrate: device removed
[    40.894] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input12/event10"
[    40.894] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 11)
[    40.894] (**) Option "xkb_layout" "fr"
[    40.894] (**) Option "xkb_variant" "latin9"
[    40.896] (II) event10 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[    40.896] (II) event10 - Integrated_Webcam_HD: Integrate: device is a keyboard
[    40.898] (II) config/udev: Adding input device MSFT0001:00 06CB:7E7E Touchpad (/dev/input/event13)
[    40.898] (**) MSFT0001:00 06CB:7E7E Touchpad: Applying InputClass "libinput touchpad catchall"
[    40.898] (II) Using input driver 'libinput' for 'MSFT0001:00 06CB:7E7E Touchpad'
[    41.008] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 25 paused 0
[    41.008] (**) MSFT0001:00 06CB:7E7E Touchpad: always reports core events
[    41.008] (**) Option "Device" "/dev/input/event13"
[    41.008] (**) Option "_source" "server/udev"
[    41.010] (II) event13 - MSFT0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[    41.011] (II) event13 - MSFT0001:00 06CB:7E7E Touchpad: device is a touchpad
[    41.011] (II) event13 - MSFT0001:00 06CB:7E7E Touchpad: device removed
[    41.011] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-MSFT0001:00/0018:06CB:7E7E.0002/input/input18/event13"
[    41.011] (II) XINPUT: Adding extended input device "MSFT0001:00 06CB:7E7E Touchpad" (type: TOUCHPAD, id 12)
[    41.011] (**) Option "AccelerationScheme" "none"
[    41.011] (**) MSFT0001:00 06CB:7E7E Touchpad: (accel) selected scheme none/0
[    41.011] (**) MSFT0001:00 06CB:7E7E Touchpad: (accel) acceleration factor: 2.000
[    41.011] (**) MSFT0001:00 06CB:7E7E Touchpad: (accel) acceleration threshold: 4
[    41.013] (II) event13 - MSFT0001:00 06CB:7E7E Touchpad: is tagged by udev as: Touchpad
[    41.014] (II) event13 - MSFT0001:00 06CB:7E7E Touchpad: device is a touchpad
[    41.015] (II) config/udev: Adding input device MSFT0001:00 06CB:7E7E Touchpad (/dev/input/mouse2)
[    41.015] (II) No input driver specified, ignoring this device.
[    41.015] (II) This device may have been added with another device file.
[    41.016] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event14)
[    41.016] (II) No input driver specified, ignoring this device.
[    41.016] (II) This device may have been added with another device file.
[    41.017] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    41.017] (II) No input driver specified, ignoring this device.
[    41.017] (II) This device may have been added with another device file.
[    41.018] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    41.018] (II) No input driver specified, ignoring this device.
[    41.018] (II) This device may have been added with another device file.
[    41.019] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    41.019] (II) No input driver specified, ignoring this device.
[    41.019] (II) This device may have been added with another device file.
[    41.019] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[    41.019] (II) No input driver specified, ignoring this device.
[    41.020] (II) This device may have been added with another device file.
[    41.020] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event19)
[    41.020] (II) No input driver specified, ignoring this device.
[    41.020] (II) This device may have been added with another device file.
[    41.021] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[    41.021] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    41.021] (**) Intel HID events: Applying InputClass "Keyboard Layout"
[    41.021] (II) Using input driver 'libinput' for 'Intel HID events'
[    41.023] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 26 paused 0
[    41.023] (**) Intel HID events: always reports core events
[    41.023] (**) Option "Device" "/dev/input/event6"
[    41.023] (**) Option "_source" "server/udev"
[    41.024] (II) event6  - Intel HID events: is tagged by udev as: Keyboard
[    41.024] (II) event6  - Intel HID events: device is a keyboard
[    41.024] (II) event6  - Intel HID events: device removed
[    41.025] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input7/event6"
[    41.025] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 13)
[    41.025] (**) Option "xkb_layout" "fr"
[    41.025] (**) Option "xkb_variant" "latin9"
[    41.026] (II) event6  - Intel HID events: is tagged by udev as: Keyboard
[    41.026] (II) event6  - Intel HID events: device is a keyboard
[    41.027] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event7)
[    41.027] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    41.027] (**) Intel HID 5 button array: Applying InputClass "Keyboard Layout"
[    41.027] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    41.029] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 27 paused 0
[    41.029] (**) Intel HID 5 button array: always reports core events
[    41.029] (**) Option "Device" "/dev/input/event7"
[    41.029] (**) Option "_source" "server/udev"
[    41.030] (II) event7  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    41.030] (II) event7  - Intel HID 5 button array: device is a keyboard
[    41.031] (II) event7  - Intel HID 5 button array: device removed
[    41.031] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input8/event7"
[    41.031] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 14)
[    41.031] (**) Option "xkb_layout" "fr"
[    41.031] (**) Option "xkb_variant" "latin9"
[    41.032] (II) event7  - Intel HID 5 button array: is tagged by udev as: Keyboard
[    41.032] (II) event7  - Intel HID 5 button array: device is a keyboard
[    41.034] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
[    41.034] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    41.034] (**) Dell WMI hotkeys: Applying InputClass "Keyboard Layout"
[    41.034] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    41.036] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 28 paused 0
[    41.036] (**) Dell WMI hotkeys: always reports core events
[    41.036] (**) Option "Device" "/dev/input/event9"
[    41.036] (**) Option "_source" "server/udev"
[    41.038] (II) event9  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    41.038] (II) event9  - Dell WMI hotkeys: device is a keyboard
[    41.038] (II) event9  - Dell WMI hotkeys: device removed
[    41.038] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input11/event9"
[    41.038] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[    41.038] (**) Option "xkb_layout" "fr"
[    41.038] (**) Option "xkb_variant" "latin9"
[    41.040] (II) event9  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    41.040] (II) event9  - Dell WMI hotkeys: device is a keyboard
[    41.041] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    41.041] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    41.041] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Layout"
[    41.041] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    41.043] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 29 paused 0
[    41.043] (**) AT Translated Set 2 keyboard: always reports core events
[    41.043] (**) Option "Device" "/dev/input/event4"
[    41.043] (**) Option "_source" "server/udev"
[    41.045] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    41.045] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    41.045] (II) event4  - AT Translated Set 2 keyboard: device removed
[    41.045] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    41.045] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[    41.045] (**) Option "xkb_layout" "fr"
[    41.045] (**) Option "xkb_variant" "latin9"
[    41.047] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    41.047] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    41.048] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event12)
[    41.048] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    41.048] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    41.050] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 30 paused 0
[    41.050] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    41.050] (**) Option "Device" "/dev/input/event12"
[    41.050] (**) Option "_source" "server/udev"
[    41.051] (II) event12 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    41.051] (II) event12 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[    41.051] (II) event12 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    41.051] (II) event12 - SynPS/2 Synaptics TouchPad: device removed
[    41.051] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event12"
[    41.051] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 17)
[    41.052] (**) Option "AccelerationScheme" "none"
[    41.052] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    41.052] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    41.052] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    41.053] (II) event12 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    41.053] (II) event12 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[    41.053] (II) event12 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    41.054] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    41.054] (II) No input driver specified, ignoring this device.
[    41.054] (II) This device may have been added with another device file.
[    41.054] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    41.054] (II) No input driver specified, ignoring this device.
[    41.054] (II) This device may have been added with another device file.
[    41.211] (**) Option "fd" "17"
[    41.211] (II) event3  - Power Button: device removed
[    41.211] (**) Option "fd" "20"
[    41.211] (II) event11 - Video Bus: device removed
[    41.211] (**) Option "fd" "21"
[    41.211] (II) event1  - Power Button: device removed
[    41.211] (**) Option "fd" "22"
[    41.211] (II) event2  - Sleep Button: device removed
[    41.211] (**) Option "fd" "23"
[    41.211] (II) event5  -  USB OPTICAL MOUSE: device removed
[    41.211] (**) Option "fd" "24"
[    41.211] (II) event10 - Integrated_Webcam_HD: Integrate: device removed
[    41.211] (**) Option "fd" "25"
[    41.211] (II) event13 - MSFT0001:00 06CB:7E7E Touchpad: device removed
[    41.211] (**) Option "fd" "26"
[    41.211] (II) event6  - Intel HID events: device removed
[    41.211] (**) Option "fd" "27"
[    41.211] (II) event7  - Intel HID 5 button array: device removed
[    41.211] (**) Option "fd" "28"
[    41.211] (II) event9  - Dell WMI hotkeys: device removed
[    41.211] (**) Option "fd" "29"
[    41.211] (II) event4  - AT Translated Set 2 keyboard: device removed
[    41.211] (**) Option "fd" "30"
[    41.211] (II) event12 - SynPS/2 Synaptics TouchPad: device removed
[    41.212] (II) UnloadModule: "libinput"
[    41.212] (II) systemd-logind: releasing fd for 13:76
[    41.267] (II) UnloadModule: "libinput"
[    41.267] (II) systemd-logind: releasing fd for 13:68
[    41.307] (II) UnloadModule: "libinput"
[    41.307] (II) systemd-logind: releasing fd for 13:73
[    41.333] (II) UnloadModule: "libinput"
[    41.333] (II) systemd-logind: releasing fd for 13:71
[    41.360] (II) UnloadModule: "libinput"
[    41.360] (II) systemd-logind: releasing fd for 13:70
[    41.400] (II) UnloadModule: "libinput"
[    41.400] (II) systemd-logind: releasing fd for 13:77
[    41.467] (II) UnloadModule: "libinput"
[    41.467] (II) systemd-logind: releasing fd for 13:74
[    41.520] (II) UnloadModule: "libinput"
[    41.520] (II) systemd-logind: releasing fd for 13:69
[    41.573] (II) UnloadModule: "libinput"
[    41.573] (II) systemd-logind: releasing fd for 13:66
[    41.600] (II) UnloadModule: "libinput"
[    41.600] (II) systemd-logind: releasing fd for 13:65
[    41.640] (II) UnloadModule: "libinput"
[    41.640] (II) systemd-logind: releasing fd for 13:75
[    41.667] (II) UnloadModule: "libinput"
[    41.667] (II) systemd-logind: releasing fd for 13:67
[    41.737] (II) Server terminated successfully (0). Closing log file.

'pacman -Qkk mesa' return :

mesa: 103 total files, 0 altered files

and 'ldd /usr/lib/xorg/modules/extensions/libglx.so' :

	linux-vdso.so.1 (0x00007ffd71d5c000)
	libc.so.6 => /usr/lib/libc.so.6 (0x00007f121f4f0000)
	libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f121f4eb000)
	libGL.so.1 => /usr/lib/nvidia/libGL.so.1 (0x00007f121f19f000)
	/usr/lib64/ld-linux-x86-64.so.2 (0x00007f121f742000)
	libnvidia-tls.so.340.107 => /usr/lib/nvidia/libnvidia-tls.so.340.107 (0x00007f121ef9c000)
	libnvidia-glcore.so.340.107 => /usr/lib/nvidia/libnvidia-glcore.so.340.107 (0x00007f121c388000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f121c24a000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f121c036000)
	libm.so.6 => /usr/lib/libm.so.6 (0x00007f121beb1000)
	libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f121bc88000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f121ba84000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f121b87e000)

'glxinfo' :

name of display: :0
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  37
  Current serial number in output stream:  38

Last edited by Miodvitnir (2018-09-26 16:09:07)

Offline

#13 2018-09-26 16:08:36

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,249

Re: [SOLVED] Impossible to start a Gnome session

You can remove them and you can remove xf86-video-intel. by it's autodetection logic xorg will ultimately use the modesetting driver with proper defaults if it doesn't find the xf86-video-intel driver. You are correct in assuming that xf86-video-intel is not generally recommended anymore on newer intel chipsets.

Edit: Your libgl is incorrectly linked, you likely accidentally installed nvidia-340xx-utils. Install libglvnd and remove nvidia-340xx-utils

Last edited by V1del (2018-09-26 16:10:18)

Offline

#14 2018-09-26 16:13:10

Miodvitnir
Member
Registered: 2018-08-25
Posts: 17

Re: [SOLVED] Impossible to start a Gnome session

That what I did in the first place, just remove as you told me, and start x, but that crashed. So, Next, I searched on the internet, on arch and gentoo's wiki about modesetting and try some things, as the .confs and put I965 module in mkinitcpio.conf and that continued not working.
Do you want I remove again the intel driver to see what logs are displaying in that case?

Offline

#15 2018-09-26 16:15:39

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,249

Re: [SOLVED] Impossible to start a Gnome session

The actual issue right now is that you have a nvidia provided libgl instead of a intel/mesa one. Fix that first. If you then want to use xf86-video-intel or the modesetting driver is up to you, though I'd personally go with the modesetting driver, as that is more actively developed.

Offline

#16 2018-09-26 16:26:52

Miodvitnir
Member
Registered: 2018-08-25
Posts: 17

Re: [SOLVED] Impossible to start a Gnome session

(when I posted, your edit about the link was not displayed) The link problem solved the gnome problem, it now runs with a startx, thank you V1del smile
I would like to switch to modesetting, but that crashes X when I remove the intel driver, maybe is it better to open a new subject to solve this new problem?

Last edited by Miodvitnir (2018-09-26 16:27:27)

Offline

#17 2018-09-26 16:48:51

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,249

Re: [SOLVED] Impossible to start a Gnome session

That would indeed be better, please mark this one as [SOLVED] by editing the title in your first post.

Offline

Board footer

Powered by FluxBB