You are not logged in.

#1 2016-09-20 20:48:46

kuia
Member
Registered: 2015-11-09
Posts: 11

X Server crashing on Dell XPS 13 9350

Hi all,

Following a system upgrade a couple of days ago, X seems to be jamming on launch - tested on both I3WM and Gnome. It just jams on the first visual that loads on the screen and then hangs there forever. I believe this is a result of some issue in the configuration of my screen and monitor, though this is an issue for which I'm not quite sure where to look (hence the forum post!). Any suggestions very welcome. Below is pasted some config files and Xorg error log.

Xorg.0.log

cat Xorg.0.log

[ 36.839] Parse error on line 4 of Section Device in file /etc/X11/xorg.conf.d/20-intel.conf "AccelMethod" is not a valid keyword in this section.
[ 36.839] (EE) Problem parsing the config file
[ 36.839] (EE) Error parsing the config file
[ 36.839] (EE)
Fatal server error:
[ 36.839] (EE) No screens found(EE)
[ 36.839] (EE)
Please consult the X.org Foundation Support at http://wiki.x.org for help
[ 36.839] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information
[ 36.840] (EE)
[ 36.840] (EE) Server terminated with error (1). Closing log file

10-intel.conf

Section "Device"
Identifier "Intel Graphics"
Driver "Intel"
Option "DRI" "false"
EndSection

20-monitor.conf


Section "Monitor"
Identifier "eDP1"
Option "Primary" "true"
Option "PreferredMode" "2048x1152"
EndSection

Section "Screen"
Identifier "Screen 0"
Device "Intel"
Monitor "eDP1"
DefaultDepth 24
Subsection "Display"
Depth 24
Endsubsection
EndSection

And in /etc/mkinitcpio.conf I include MODULES="nvme intel_agp i915"

If any suggestions as to what I'm configuring incorrectly here, or, more importantly, what area to look at, that would be very much appreciated. The Arch page on Dell XPS 13 (9350) talks a bit about changing kernel parameters. I never quite clocked how to do this - but the screen was working fine with the configuration I had listed here before the update.

Thanks in advance.

Last edited by kuia (2016-10-09 00:03:16)

Offline

#2 2016-09-20 21:12:30

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: X Server crashing on Dell XPS 13 9350

Please don't post truncated logs, paste the entire Xorg log. Also, include details of your card(s) and drivers.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2016-09-20 21:15:55

toz
Member
Registered: 2011-10-28
Posts: 494

Re: X Server crashing on Dell XPS 13 9350

36.839] Parse error on line 4 of Section Device in file /etc/X11/xorg.conf.d/20-intel.conf "AccelMethod" is not a valid keyword in this section.

Looks like the problem might be in this file.

Offline

#4 2016-09-20 23:26:59

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: X Server crashing on Dell XPS 13 9350

Xorg.0.log and the content/names of files you posted don't seem to match. Also X should work without any configuration files, try renaming all configuration files and see if X works again, then rename one by one until it stops working again and you have your culprit.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#5 2016-09-21 03:26:43

frank604
Member
From: BC, Canada
Registered: 2011-04-20
Posts: 1,212

Re: X Server crashing on Dell XPS 13 9350

Yes, try removing your Intel conf and monitor conf. Also disable any login managers and just run a simple xinitrc that just starts your de/wm. Simply put, try to start x in as clean of an environment as possible. Alternatively you can create a new user and see if problem exists there to see if a global configuration is the cause or a user level configuration. Etc etc. Good luck!

Offline

#6 2016-09-25 15:05:00

kuia
Member
Registered: 2015-11-09
Posts: 11

Re: X Server crashing on Dell XPS 13 9350

I tried moving all config files out of /etc/X11/xorg.conf.d/ but the problem remains. I also removed my own .xinitrc and copied across and reverted to the original from /etc/X11/xinit

Further requested details as follows. The full /var/log/Xorg.0.log

[   113.815] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[   113.815] X Protocol Version 11, Revision 0
[   113.815] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[   113.815] Current Operating System: Linux yucca 4.7.4-1-ARCH #1 SMP PREEMPT Thu Sep 15 15:24:29 CEST 2016 x86_64
[   113.815] Kernel command line: initrd=\initramfs-linux.img cryptdevice=UUID=c00f841d-2de9-4ef5-9f37-1ffbf4808d50:cryptroot root=/dev/mapper/cryptroot rw i915.preliminary_hw_support=1
[   113.815] Build Date: 19 July 2016  05:54:24PM
[   113.815]  
[   113.815] Current version of pixman: 0.34.0
[   113.815] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[   113.815] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   113.816] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 25 15:43:23 2016
[   113.817] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   113.817] (==) No Layout section.  Using the first Screen section.
[   113.817] (==) No screen section available. Using defaults.
[   113.817] (**) |-->Screen "Default Screen Section" (0)
[   113.817] (**) |   |-->Monitor "<default monitor>"
[   113.818] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   113.818] (==) Automatically adding devices
[   113.818] (==) Automatically enabling devices
[   113.818] (==) Automatically adding GPU devices
[   113.818] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   113.819] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   113.819] 	Entry deleted from font path.
[   113.819] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   113.819] (==) ModulePath set to "/usr/lib/xorg/modules"
[   113.819] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   113.819] (II) Loader magic: 0x821d40
[   113.819] (II) Module ABI versions:
[   113.819] 	X.Org ANSI C Emulation: 0.4
[   113.819] 	X.Org Video Driver: 20.0
[   113.819] 	X.Org XInput driver : 22.1
[   113.819] 	X.Org Server Extension : 9.0
[   113.820] (++) using VT number 1

[   113.820] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   113.821] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   113.821] (II) xfree86: Adding drm device (/dev/dri/card0)
[   113.822] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[   114.235] (--) PCI:*(0:0:2:0) 8086:1926:1028:0704 rev 10, Mem @ 0xdb000000/16777216, 0x90000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   114.235] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   114.235] (II) LoadModule: "glx"
[   114.236] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   114.247] (II) Module glx: vendor="X.Org Foundation"
[   114.247] 	compiled for 1.18.4, module version = 1.0.0
[   114.247] 	ABI class: X.Org Server Extension, version 9.0
[   114.247] (==) AIGLX enabled
[   114.247] (==) Matched intel as autoconfigured driver 0
[   114.247] (==) Matched intel as autoconfigured driver 1
[   114.247] (==) Matched modesetting as autoconfigured driver 2
[   114.247] (==) Matched fbdev as autoconfigured driver 3
[   114.247] (==) Matched vesa as autoconfigured driver 4
[   114.247] (==) Assigned the driver to the xf86ConfigLayout
[   114.247] (II) LoadModule: "intel"
[   114.249] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   114.252] (II) Module intel: vendor="X.Org Foundation"
[   114.252] 	compiled for 1.18.4, module version = 2.99.917
[   114.252] 	Module class: X.Org Video Driver
[   114.252] 	ABI class: X.Org Video Driver, version 20.0
[   114.252] (II) LoadModule: "modesetting"
[   114.252] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   114.253] (II) Module modesetting: vendor="X.Org Foundation"
[   114.253] 	compiled for 1.18.4, module version = 1.18.4
[   114.253] 	Module class: X.Org Video Driver
[   114.253] 	ABI class: X.Org Video Driver, version 20.0
[   114.253] (II) LoadModule: "fbdev"
[   114.253] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   114.254] (II) Module fbdev: vendor="X.Org Foundation"
[   114.254] 	compiled for 1.18.0, module version = 0.4.4
[   114.254] 	Module class: X.Org Video Driver
[   114.254] 	ABI class: X.Org Video Driver, version 20.0
[   114.254] (II) LoadModule: "vesa"
[   114.254] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   114.255] (II) Module vesa: vendor="X.Org Foundation"
[   114.255] 	compiled for 1.18.0, module version = 2.3.4
[   114.255] 	Module class: X.Org Video Driver
[   114.255] 	ABI class: X.Org Video Driver, version 20.0
[   114.255] (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
[   114.255] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[   114.255] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[   114.255] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[   114.255] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   114.255] (II) FBDEV: driver for framebuffer: fbdev
[   114.255] (II) VESA: driver for VESA chipsets: vesa
[   114.256] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20160425
[   114.256] (II) intel(0): SNA compiled from 2.99.917-703-g15c5ff1
[   114.257] (WW) Falling back to old probe method for modesetting
[   114.257] (WW) Falling back to old probe method for fbdev
[   114.257] (II) Loading sub module "fbdevhw"
[   114.257] (II) LoadModule: "fbdevhw"
[   114.258] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   114.258] (II) Module fbdevhw: vendor="X.Org Foundation"
[   114.258] 	compiled for 1.18.4, module version = 0.0.2
[   114.258] 	ABI class: X.Org Video Driver, version 20.0
[   114.258] (WW) Falling back to old probe method for vesa
[   114.259] (--) intel(0): gen9 engineering sample
[   114.259] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[   114.259] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   114.259] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   114.259] (==) intel(0): RGB weight 888
[   114.259] (==) intel(0): Default visual is TrueColor
[   114.260] (II) intel(0): Output eDP1 has no monitor section
[   114.273] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   114.273] (II) intel(0): Enabled output eDP1
[   114.273] (II) intel(0): Output DP1 has no monitor section
[   114.273] (II) intel(0): Enabled output DP1
[   114.273] (II) intel(0): Output HDMI1 has no monitor section
[   114.273] (II) intel(0): Enabled output HDMI1
[   114.273] (II) intel(0): Output DP2 has no monitor section
[   114.273] (II) intel(0): Enabled output DP2
[   114.273] (II) intel(0): Output HDMI2 has no monitor section
[   114.273] (II) intel(0): Enabled output HDMI2
[   114.273] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   114.274] (II) intel(0): Output VIRTUAL1 has no monitor section
[   114.274] (II) intel(0): Enabled output VIRTUAL1
[   114.274] (--) intel(0): Output eDP1 using initial mode 3200x1800 on pipe 0
[   114.274] (==) intel(0): TearFree enabled
[   114.274] (==) intel(0): DPI set to (96, 96)
[   114.274] (II) Loading sub module "dri3"
[   114.274] (II) LoadModule: "dri3"
[   114.274] (II) Module "dri3" already built-in
[   114.274] (II) Loading sub module "dri2"
[   114.274] (II) LoadModule: "dri2"
[   114.274] (II) Module "dri2" already built-in
[   114.274] (II) Loading sub module "present"
[   114.274] (II) LoadModule: "present"
[   114.274] (II) Module "present" already built-in
[   114.275] (II) UnloadModule: "modesetting"
[   114.275] (II) Unloading modesetting
[   114.275] (II) UnloadModule: "fbdev"
[   114.275] (II) Unloading fbdev
[   114.275] (II) UnloadSubModule: "fbdevhw"
[   114.275] (II) Unloading fbdevhw
[   114.275] (II) UnloadModule: "vesa"
[   114.275] (II) Unloading vesa
[   114.275] (==) Depth 24 pixmap format is 32 bpp
[   114.278] (II) intel(0): SNA initialized with Skylake (gen9) backend
[   114.278] (==) intel(0): Backing store enabled
[   114.278] (==) intel(0): Silken mouse enabled
[   114.278] (II) intel(0): HW Cursor enabled
[   114.278] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   114.279] (==) intel(0): DPMS enabled
[   114.279] (==) intel(0): Display hotplug detection enabled
[   114.280] (II) intel(0): [DRI2] Setup complete
[   114.280] (II) intel(0): [DRI2]   DRI driver: i965
[   114.280] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   114.280] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[   114.280] (II) intel(0): hardware support for Present enabled
[   114.280] (--) RandR disabled
[   114.320] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   114.320] (II) AIGLX: enabled GLX_ARB_create_context
[   114.320] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   114.320] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[   114.320] (II) AIGLX: enabled GLX_INTEL_swap_event
[   114.320] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   114.320] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[   114.320] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[   114.320] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[   114.320] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   114.320] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[   114.320] (II) AIGLX: Loaded and initialized i965
[   114.320] (II) GLX: Initialized DRI2 GL provider for screen 0
[   114.334] (II) intel(0): switch to mode 3200x1800@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   114.334] (II) intel(0): Setting screen physical size to 846 x 476
[   114.401] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   114.401] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   114.401] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   114.401] (II) LoadModule: "libinput"
[   114.401] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   114.403] (II) Module libinput: vendor="X.Org Foundation"
[   114.403] 	compiled for 1.18.4, module version = 0.19.1
[   114.403] 	Module class: X.Org XInput Driver
[   114.403] 	ABI class: X.Org XInput driver, version 22.1
[   114.404] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 15 paused 0
[   114.404] (II) Using input driver 'libinput' for 'Power Button'
[   114.404] (**) Power Button: always reports core events
[   114.404] (**) Option "Device" "/dev/input/event3"
[   114.404] (**) Option "_source" "server/udev"
[   114.404] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[   114.404] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[   114.404] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   114.404] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   114.405] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[   114.405] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[   114.405] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[   114.405] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   114.405] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   114.405] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 18 paused 0
[   114.405] (II) Using input driver 'libinput' for 'Video Bus'
[   114.405] (**) Video Bus: always reports core events
[   114.405] (**) Option "Device" "/dev/input/event4"
[   114.405] (**) Option "_source" "server/udev"
[   114.405] (II) input device 'Video Bus', /dev/input/event4 is tagged by udev as: Keyboard
[   114.405] (II) input device 'Video Bus', /dev/input/event4 is a keyboard
[   114.405] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[   114.405] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   114.406] (II) input device 'Video Bus', /dev/input/event4 is tagged by udev as: Keyboard
[   114.406] (II) input device 'Video Bus', /dev/input/event4 is a keyboard
[   114.406] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   114.406] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   114.406] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   114.406] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 19 paused 0
[   114.406] (II) Using input driver 'libinput' for 'Power Button'
[   114.406] (**) Power Button: always reports core events
[   114.406] (**) Option "Device" "/dev/input/event1"
[   114.406] (**) Option "_source" "server/udev"
[   114.406] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[   114.406] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[   114.406] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   114.406] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   114.406] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[   114.406] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[   114.407] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   114.407] (II) No input driver specified, ignoring this device.
[   114.407] (II) This device may have been added with another device file.
[   114.407] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   114.407] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   114.407] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   114.407] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 20 paused 0
[   114.407] (II) Using input driver 'libinput' for 'Sleep Button'
[   114.407] (**) Sleep Button: always reports core events
[   114.407] (**) Option "Device" "/dev/input/event2"
[   114.407] (**) Option "_source" "server/udev"
[   114.407] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[   114.407] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[   114.407] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[   114.407] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   114.408] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[   114.408] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[   114.408] (II) config/udev: Adding input device ELAN Touchscreen (/dev/input/event6)
[   114.408] (**) ELAN Touchscreen: Applying InputClass "evdev touchscreen catchall"
[   114.408] (**) ELAN Touchscreen: Applying InputClass "libinput touchscreen catchall"
[   114.408] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 21 paused 0
[   114.408] (II) Using input driver 'libinput' for 'ELAN Touchscreen'
[   114.408] (**) ELAN Touchscreen: always reports core events
[   114.408] (**) Option "Device" "/dev/input/event6"
[   114.408] (**) Option "_source" "server/udev"
[   114.409] (II) input device 'ELAN Touchscreen', /dev/input/event6 is tagged by udev as: Touchscreen
[   114.409] (II) input device 'ELAN Touchscreen', /dev/input/event6 is a touch device
[   114.409] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:20D0.0001/input/input7/event6"
[   114.409] (II) XINPUT: Adding extended input device "ELAN Touchscreen" (type: TOUCHSCREEN, id 10)
[   114.409] (**) Option "AccelerationScheme" "none"
[   114.409] (**) ELAN Touchscreen: (accel) selected scheme none/0
[   114.409] (**) ELAN Touchscreen: (accel) acceleration factor: 2.000
[   114.409] (**) ELAN Touchscreen: (accel) acceleration threshold: 4
[   114.409] (II) input device 'ELAN Touchscreen', /dev/input/event6 is tagged by udev as: Touchscreen
[   114.409] (II) input device 'ELAN Touchscreen', /dev/input/event6 is a touch device
[   114.409] (II) config/udev: Adding input device ELAN Touchscreen (/dev/input/mouse0)
[   114.409] (II) No input driver specified, ignoring this device.
[   114.409] (II) This device may have been added with another device file.
[   114.409] (II) config/udev: Adding input device Integrated_Webcam_HD (/dev/input/event9)
[   114.409] (**) Integrated_Webcam_HD: Applying InputClass "evdev keyboard catchall"
[   114.409] (**) Integrated_Webcam_HD: Applying InputClass "libinput keyboard catchall"
[   114.410] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 22 paused 0
[   114.410] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD'
[   114.410] (**) Integrated_Webcam_HD: always reports core events
[   114.410] (**) Option "Device" "/dev/input/event9"
[   114.410] (**) Option "_source" "server/udev"
[   114.410] (II) input device 'Integrated_Webcam_HD', /dev/input/event9 is tagged by udev as: Keyboard
[   114.410] (II) input device 'Integrated_Webcam_HD', /dev/input/event9 is a keyboard
[   114.410] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input12/event9"
[   114.410] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD" (type: KEYBOARD, id 11)
[   114.410] (II) input device 'Integrated_Webcam_HD', /dev/input/event9 is tagged by udev as: Keyboard
[   114.410] (II) input device 'Integrated_Webcam_HD', /dev/input/event9 is a keyboard
[   114.410] (II) config/udev: Adding input device DLL0704:01 06CB:76AE Touchpad (/dev/input/event16)
[   114.410] (**) DLL0704:01 06CB:76AE Touchpad: Applying InputClass "evdev touchpad catchall"
[   114.410] (**) DLL0704:01 06CB:76AE Touchpad: Applying InputClass "libinput touchpad catchall"
[   114.410] (**) DLL0704:01 06CB:76AE Touchpad: Applying InputClass "touchpad catchall"
[   114.410] (**) DLL0704:01 06CB:76AE Touchpad: Applying InputClass "Default clickpad buttons"
[   114.410] (II) LoadModule: "synaptics"
[   114.411] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   114.411] (II) Module synaptics: vendor="X.Org Foundation"
[   114.411] 	compiled for 1.18.3, module version = 1.8.99
[   114.411] 	Module class: X.Org XInput Driver
[   114.411] 	ABI class: X.Org XInput driver, version 22.1
[   114.514] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 23 paused 0
[   114.514] (II) Using input driver 'synaptics' for 'DLL0704:01 06CB:76AE Touchpad'
[   114.514] (**) DLL0704:01 06CB:76AE Touchpad: always reports core events
[   114.514] (**) Option "Device" "/dev/input/event16"
[   114.514] (II) synaptics: DLL0704:01 06CB:76AE Touchpad: found clickpad property
[   114.514] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: x-axis range 0 - 1216 (res 12)
[   114.514] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: y-axis range 0 - 680 (res 12)
[   114.514] (II) synaptics: DLL0704:01 06CB:76AE Touchpad: device does not report pressure, will use touch data.
[   114.514] (II) synaptics: DLL0704:01 06CB:76AE Touchpad: device does not report finger width.
[   114.514] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: buttons: left double triple
[   114.514] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: Vendor 0x6cb Product 0x76ae
[   114.514] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: invalid pressure range.  defaulting to 0 - 255
[   114.514] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: invalid finger width range.  defaulting to 0 - 15
[   114.514] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[   114.514] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: touchpad found
[   114.514] (**) DLL0704:01 06CB:76AE Touchpad: always reports core events
[   114.514] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-DLL0704:01/0018:06CB:76AE.0002/input/input19/event16"
[   114.514] (II) XINPUT: Adding extended input device "DLL0704:01 06CB:76AE Touchpad" (type: TOUCHPAD, id 12)
[   114.514] (**) synaptics: DLL0704:01 06CB:76AE Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[   114.514] (**) synaptics: DLL0704:01 06CB:76AE Touchpad: (accel) MaxSpeed is now 1.75
[   114.514] (**) synaptics: DLL0704:01 06CB:76AE Touchpad: (accel) AccelFactor is now 0.144
[   114.514] (**) DLL0704:01 06CB:76AE Touchpad: (accel) keeping acceleration scheme 1
[   114.514] (**) DLL0704:01 06CB:76AE Touchpad: (accel) acceleration profile 1
[   114.514] (**) DLL0704:01 06CB:76AE Touchpad: (accel) acceleration factor: 2.000
[   114.514] (**) DLL0704:01 06CB:76AE Touchpad: (accel) acceleration threshold: 4
[   114.514] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: touchpad found
[   114.515] (II) config/udev: Adding input device DLL0704:01 06CB:76AE Touchpad (/dev/input/mouse1)
[   114.515] (**) DLL0704:01 06CB:76AE Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[   114.515] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[   114.515] (II) No input driver specified, ignoring this device.
[   114.515] (II) This device may have been added with another device file.
[   114.515] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event12)
[   114.515] (II) No input driver specified, ignoring this device.
[   114.515] (II) This device may have been added with another device file.
[   114.515] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[   114.515] (II) No input driver specified, ignoring this device.
[   114.515] (II) This device may have been added with another device file.
[   114.515] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[   114.515] (II) No input driver specified, ignoring this device.
[   114.515] (II) This device may have been added with another device file.
[   114.516] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[   114.516] (II) No input driver specified, ignoring this device.
[   114.516] (II) This device may have been added with another device file.
[   114.516] (II) config/udev: Adding input device Intel HID events (/dev/input/event7)
[   114.516] (**) Intel HID events: Applying InputClass "evdev keyboard catchall"
[   114.516] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[   114.516] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 24 paused 0
[   114.516] (II) Using input driver 'libinput' for 'Intel HID events'
[   114.516] (**) Intel HID events: always reports core events
[   114.516] (**) Option "Device" "/dev/input/event7"
[   114.516] (**) Option "_source" "server/udev"
[   114.517] (II) input device 'Intel HID events', /dev/input/event7 is tagged by udev as: Keyboard
[   114.517] (II) input device 'Intel HID events', /dev/input/event7 is a keyboard
[   114.517] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input9/event7"
[   114.517] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 13)
[   114.517] (II) input device 'Intel HID events', /dev/input/event7 is tagged by udev as: Keyboard
[   114.517] (II) input device 'Intel HID events', /dev/input/event7 is a keyboard
[   114.517] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[   114.517] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   114.517] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   114.518] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 25 paused 0
[   114.518] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   114.518] (**) AT Translated Set 2 keyboard: always reports core events
[   114.518] (**) Option "Device" "/dev/input/event5"
[   114.518] (**) Option "_source" "server/udev"
[   114.518] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event5 is tagged by udev as: Keyboard
[   114.518] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event5 is a keyboard
[   114.518] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[   114.518] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[   114.519] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event5 is tagged by udev as: Keyboard
[   114.519] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event5 is a keyboard
[   114.519] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event17)
[   114.519] (**) PS/2 Synaptics TouchPad: Applying InputClass "evdev pointer catchall"
[   114.519] (**) PS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall"
[   114.519] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 26 paused 0
[   114.519] (II) Using input driver 'libinput' for 'PS/2 Synaptics TouchPad'
[   114.519] (**) PS/2 Synaptics TouchPad: always reports core events
[   114.519] (**) Option "Device" "/dev/input/event17"
[   114.519] (**) Option "_source" "server/udev"
[   114.520] (II) input device 'PS/2 Synaptics TouchPad', /dev/input/event17 is tagged by udev as: Mouse
[   114.520] (II) input device 'PS/2 Synaptics TouchPad', /dev/input/event17 is a pointer caps
[   114.520] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event17"
[   114.520] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE, id 15)
[   114.520] (**) Option "AccelerationScheme" "none"
[   114.520] (**) PS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   114.520] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   114.520] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   114.520] (II) input device 'PS/2 Synaptics TouchPad', /dev/input/event17 is tagged by udev as: Mouse
[   114.520] (II) input device 'PS/2 Synaptics TouchPad', /dev/input/event17 is a pointer caps
[   114.520] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse2)
[   114.520] (II) No input driver specified, ignoring this device.
[   114.520] (II) This device may have been added with another device file.
[   114.520] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[   114.521] (II) No input driver specified, ignoring this device.
[   114.521] (II) This device may have been added with another device file.
[   114.521] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event10)
[   114.521] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   114.521] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   114.521] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 27 paused 0
[   114.521] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[   114.521] (**) Dell WMI hotkeys: always reports core events
[   114.521] (**) Option "Device" "/dev/input/event10"
[   114.521] (**) Option "_source" "server/udev"
[   114.522] (II) input device 'Dell WMI hotkeys', /dev/input/event10 is tagged by udev as: Keyboard
[   114.522] (II) input device 'Dell WMI hotkeys', /dev/input/event10 is a keyboard
[   114.522] (**) Option "config_info" "udev:/sys/devices/virtual/input/input14/event10"
[   114.522] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 16)
[   114.522] (II) input device 'Dell WMI hotkeys', /dev/input/event10 is tagged by udev as: Keyboard
[   114.522] (II) input device 'Dell WMI hotkeys', /dev/input/event10 is a keyboard

And the output of lspci -k

00:00.0 Host bridge: Intel Corporation Skylake Host Bridge/DRAM Registers (rev 09)
	Subsystem: Dell Device 0704
00:02.0 VGA compatible controller: Intel Corporation Iris Graphics 540 (rev 0a)
	Subsystem: Dell Device 0704
	Kernel driver in use: i915
	Kernel modules: i915
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 09)
	Subsystem: Dell Device 0704
	Kernel driver in use: proc_thermal
	Kernel modules: processor_thermal_device
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
	Subsystem: Dell Device 0704
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
	Subsystem: Dell Device 0704
	Kernel driver in use: intel_pch_thermal
	Kernel modules: intel_pch_thermal
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
	Subsystem: Dell Device 0704
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
	Subsystem: Dell Device 0704
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
	Subsystem: Dell Device 0704
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1d.0 PCI bridge: Intel Corporation Device 9d18 (rev f1)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
	Subsystem: Dell Device 0704
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
	Subsystem: Dell Device 0704
	Kernel driver in use: intel_pmc_core
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
	Subsystem: Dell Device 0704
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_soc_skl
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
	Subsystem: Dell Device 0704
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
3a:00.0 Network controller: Broadcom Corporation BCM4350 802.11ac Wireless Network Adapter (rev 08)
	Subsystem: Dell Device 0021
	Kernel driver in use: brcmfmac
	Kernel modules: brcmfmac
3b:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
	Subsystem: Dell Device 0704
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci
3c:00.0 Non-Volatile memory controller: Toshiba America Info Systems Device 010f (rev 01)
	Subsystem: Toshiba America Info Systems Device 0001
	Kernel driver in use: nvme
	Kernel modules: nvme

And mkinitcpio.conf, if this is of interest.

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES="piix ide_disk reiserfs"
MODULES="nvme intel_agp i915"

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=""

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=""

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS="base"
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS="base udev autodetect block filesystems"
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS="base udev block filesystems"
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS="base udev block mdadm encrypt filesystems"
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS="base udev block lvm2 filesystems"
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS="base udev autodetect modconf block encrypt filesystems keyboard fsck"

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""

I am totally at a loss... there's a hell of a lot in the full xorg.0.log, I believe going back historically and showing a bunch of errors I was making when first getting set up. But at this stage, there are zero config files in /etc/X11/xorg.conf.d/ so I have no idea. An issue with the driver I've got loaded??

Thx again.

Mod note:
Edited quote tags to code tags, please use code tags when posting code/log files, see https://wiki.archlinux.org/index.php/Co … s_and_code

Last edited by R00KIE (2016-09-25 20:33:55)

Offline

#7 2016-09-25 17:46:15

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: X Server crashing on Dell XPS 13 9350

Please use code tags instead of quote tags when posting logs out command outputs.

Now X does not complain about bad configuration files, that's one problem out of the way.

You could try to uninstall xf86-video-intel and see if it helps, don't worry there will be acceleration if it works via the generic modesetting driver.

Another thing you can try is installing linux-lts and booting with that and see if you still have problems, if this works it means a kernel update introduced the problem.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#8 2016-09-25 19:18:18

kuia
Member
Registered: 2015-11-09
Posts: 11

Re: X Server crashing on Dell XPS 13 9350

Thank you! The first suggestion absolutely worked; deleting xf86-video-intel. X worked fine after this, and a general upgrade prompted me to install xf86-video-nouveau and still seems to work with this. What didn't work was me putting back my monitor and intel config files back in /etc/X11/xorg.conf.d/ so I'm going to take a look at these and see what's going wrong there. But generally... up and running again, yay. Thanks again - a week without a monitor, relying on an old 2008 Macbook, ewwww.

Offline

#9 2016-09-25 20:14:20

frank604
Member
From: BC, Canada
Registered: 2011-04-20
Posts: 1,212

Re: X Server crashing on Dell XPS 13 9350

You do not need the nouveau.  It is for nvidia cards which, if you are on a dell xps 13 9350, you do not have.  Actually, you don't need *any* packages xf86-video-* to be on native modesetting.  It sounds like one or both of your monitor/intel configs were faulty.  With that said, you also don't need any of those unless there is something specific you wish to change from default.

Offline

#10 2016-10-02 16:45:24

kuia
Member
Registered: 2015-11-09
Posts: 11

Re: X Server crashing on Dell XPS 13 9350

Hi all,

This fix doesn't appear to have worked as well as I'd hoped. I'm able to load X now - tested both in gnome and I3WM - but other things other than the launch of it appear to make it stick in the same way. On I3WM, clicking on an email thread in Thunderbird appears to trigger it - it just sticks and doesn't recover. At first I thought it was an issue with Thunderbird, but then the same thing happened in gnome, this time using the Network Manager applet.

I'm pasting again the output of /var/log/xorg.0.log. Again, I'm new to attempting to read log files, but it does appear to me as though one issue, or warning, is in a failure to load 'module intel'. Could this be it?

I'm still not using any more config files in /etc/X11/xorg.conf.d/ and I also tried deleting 'intel_agp' from mkinitcpio.conf and rebuilt that but still no luck. 

[   127.831] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[   127.843] X Protocol Version 11, Revision 0
[   127.846] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[   127.849] Current Operating System: Linux yucca 4.7.4-1-ARCH #1 SMP PREEMPT Thu Sep 15 15:24:29 CEST 2016 x86_64
[   127.849] Kernel command line: initrd=\initramfs-linux.img cryptdevice=UUID=c00f841d-2de9-4ef5-9f37-1ffbf4808d50:cryptroot root=/dev/mapper/cryptroot rw i915.preliminary_hw_support=1
[   127.855] Build Date: 19 July 2016  05:54:24PM
[   127.857]  
[   127.860] Current version of pixman: 0.34.0
[   127.864] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   127.864] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   127.874] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 25 20:03:43 2016
[   127.876] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   127.876] (==) No Layout section.  Using the first Screen section.
[   127.876] (==) No screen section available. Using defaults.
[   127.876] (**) |-->Screen "Default Screen Section" (0)
[   127.876] (**) |   |-->Monitor "<default monitor>"
[   127.876] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   127.876] (==) Automatically adding devices
[   127.876] (==) Automatically enabling devices
[   127.876] (==) Automatically adding GPU devices
[   127.876] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   127.876] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   127.876] 	Entry deleted from font path.
[   127.876] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   127.876] (==) ModulePath set to "/usr/lib/xorg/modules"
[   127.876] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   127.876] (II) Loader magic: 0x821d40
[   127.876] (II) Module ABI versions:
[   127.876] 	X.Org ANSI C Emulation: 0.4
[   127.876] 	X.Org Video Driver: 20.0
[   127.876] 	X.Org XInput driver : 22.1
[   127.876] 	X.Org Server Extension : 9.0
[   127.877] (++) using VT number 1

[   127.877] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   127.879] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   127.879] (II) xfree86: Adding drm device (/dev/dri/card0)
[   127.880] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[   128.295] (--) PCI:*(0:0:2:0) 8086:1926:1028:0704 rev 10, Mem @ 0xdb000000/16777216, 0x90000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   128.295] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   128.295] (II) LoadModule: "glx"
[   128.295] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   128.298] (II) Module glx: vendor="X.Org Foundation"
[   128.298] 	compiled for 1.18.4, module version = 1.0.0
[   128.298] 	ABI class: X.Org Server Extension, version 9.0
[   128.298] (==) AIGLX enabled
[   128.298] (==) Matched intel as autoconfigured driver 0
[   128.298] (==) Matched intel as autoconfigured driver 1
[   128.298] (==) Matched modesetting as autoconfigured driver 2
[   128.298] (==) Matched fbdev as autoconfigured driver 3
[   128.298] (==) Matched vesa as autoconfigured driver 4
[   128.298] (==) Assigned the driver to the xf86ConfigLayout
[   128.298] (II) LoadModule: "intel"
[   128.298] (WW) Warning, couldn't open module intel
[   128.298] (II) UnloadModule: "intel"
[   128.298] (II) Unloading intel
[   128.298] (EE) Failed to load module "intel" (module does not exist, 0)
[   128.298] (II) LoadModule: "modesetting"
[   128.298] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   128.298] (II) Module modesetting: vendor="X.Org Foundation"
[   128.298] 	compiled for 1.18.4, module version = 1.18.4
[   128.298] 	Module class: X.Org Video Driver
[   128.298] 	ABI class: X.Org Video Driver, version 20.0
[   128.298] (II) LoadModule: "fbdev"
[   128.298] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   128.298] (II) Module fbdev: vendor="X.Org Foundation"
[   128.298] 	compiled for 1.18.0, module version = 0.4.4
[   128.298] 	Module class: X.Org Video Driver
[   128.298] 	ABI class: X.Org Video Driver, version 20.0
[   128.298] (II) LoadModule: "vesa"
[   128.299] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   128.299] (II) Module vesa: vendor="X.Org Foundation"
[   128.299] 	compiled for 1.18.0, module version = 2.3.4
[   128.299] 	Module class: X.Org Video Driver
[   128.299] 	ABI class: X.Org Video Driver, version 20.0
[   128.299] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   128.299] (II) FBDEV: driver for framebuffer: fbdev
[   128.299] (II) VESA: driver for VESA chipsets: vesa
[   128.299] (II) modeset(0): using drv /dev/dri/card0
[   128.299] (WW) Falling back to old probe method for fbdev
[   128.299] (II) Loading sub module "fbdevhw"
[   128.299] (II) LoadModule: "fbdevhw"
[   128.299] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   128.299] (II) Module fbdevhw: vendor="X.Org Foundation"
[   128.299] 	compiled for 1.18.4, module version = 0.0.2
[   128.299] 	ABI class: X.Org Video Driver, version 20.0
[   128.299] (WW) Falling back to old probe method for vesa
[   128.299] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   128.299] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   128.299] (==) modeset(0): RGB weight 888
[   128.299] (==) modeset(0): Default visual is TrueColor
[   128.299] (II) Loading sub module "glamoregl"
[   128.299] (II) LoadModule: "glamoregl"
[   128.299] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   128.302] (II) Module glamoregl: vendor="X.Org Foundation"
[   128.302] 	compiled for 1.18.4, module version = 1.0.0
[   128.302] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   128.302] (II) glamor: OpenGL accelerated X.org driver based.
[   128.311] (II) glamor: EGL version 1.4 (DRI2):
[   128.312] (II) modeset(0): glamor initialized
[   128.313] (II) modeset(0): Output eDP-1 has no monitor section
[   128.315] (II) modeset(0): Output DP-1 has no monitor section
[   128.420] (II) modeset(0): Output HDMI-1 has no monitor section
[   128.422] (II) modeset(0): Output DP-2 has no monitor section
[   128.527] (II) modeset(0): Output HDMI-2 has no monitor section
[   128.527] (II) modeset(0): EDID for output eDP-1
[   128.527] (II) modeset(0): Manufacturer: SHP  Model: 144a  Serial#: 0
[   128.527] (II) modeset(0): Year: 2015  Week: 30
[   128.527] (II) modeset(0): EDID Version: 1.4
[   128.527] (II) modeset(0): Digital Display Input
[   128.527] (II) modeset(0): 8 bits per channel
[   128.527] (II) modeset(0): Digital interface is DisplayPort
[   128.527] (II) modeset(0): Max Image Size [cm]: horiz.: 29  vert.: 17
[   128.527] (II) modeset(0): Gamma: 2.20
[   128.527] (II) modeset(0): No DPMS capabilities specified
[   128.527] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   128.527] (II) modeset(0): Default color space is primary color space
[   128.527] (II) modeset(0): First detailed timing is preferred mode
[   128.527] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   128.527] (II) modeset(0): redX: 0.640 redY: 0.329   greenX: 0.300 greenY: 0.600
[   128.527] (II) modeset(0): blueX: 0.149 blueY: 0.060   whiteX: 0.312 whiteY: 0.328
[   128.527] (II) modeset(0): Manufacturer's mask: 0
[   128.528] (II) modeset(0): Supported detailed timing:
[   128.528] (II) modeset(0): clock: 373.2 MHz   Image Size:  294 x 165 mm
[   128.528] (II) modeset(0): h_active: 3200  h_sync: 3248  h_sync_end 3280 h_blank_end 3360 h_border: 0
[   128.528] (II) modeset(0): v_active: 1800  v_sync: 1803  v_sync_end 1808 v_blanking: 1852 v_border: 0
[   128.528] (II) modeset(0): Supported detailed timing:
[   128.528] (II) modeset(0): clock: 298.6 MHz   Image Size:  294 x 165 mm
[   128.528] (II) modeset(0): h_active: 3200  h_sync: 3248  h_sync_end 3280 h_blank_end 3360 h_border: 0
[   128.528] (II) modeset(0): v_active: 1800  v_sync: 1803  v_sync_end 1808 v_blanking: 1852 v_border: 0
[   128.528] (II) modeset(0):  RXN49LQ133Z1
[   128.528] (II) modeset(0): Unknown vendor-specific block 0
[   128.528] (II) modeset(0): EDID (in hex):
[   128.528] (II) modeset(0): 	00ffffffffffff004d104a1400000000
[   128.528] (II) modeset(0): 	1e190104a51d11780ede50a3544c9926
[   128.528] (II) modeset(0): 	0f505400000001010101010101010101
[   128.528] (II) modeset(0): 	010101010101cd9180a0c00834703020
[   128.528] (II) modeset(0): 	350026a510000018a47480a0c0083470
[   128.528] (II) modeset(0): 	3020350026a510000018000000fe0052
[   128.528] (II) modeset(0): 	584e3439814c513133335a3100000000
[   128.528] (II) modeset(0): 	0002410328001200000b010a202000cc
[   128.528] (II) modeset(0): Printing probed modes for output eDP-1
[   128.528] (II) modeset(0): Modeline "3200x1800"x60.0  373.25  3200 3248 3280 3360  1800 1803 1808 1852 -hsync -vsync (111.1 kHz eP)
[   128.528] (II) modeset(0): Modeline "3200x1800"x48.0  298.60  3200 3248 3280 3360  1800 1803 1808 1852 -hsync -vsync (88.9 kHz e)
[   128.528] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[   128.528] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[   128.528] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[   128.528] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[   128.528] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[   128.528] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   128.528] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   128.528] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   128.528] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   128.528] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   128.528] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   128.528] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   128.528] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   128.528] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   128.528] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   128.528] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   128.528] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   128.528] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   128.528] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   128.528] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   128.529] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   128.529] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   128.529] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   128.529] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   128.531] (II) modeset(0): EDID for output DP-1
[   128.636] (II) modeset(0): EDID for output HDMI-1
[   128.639] (II) modeset(0): EDID for output DP-2
[   128.743] (II) modeset(0): EDID for output HDMI-2
[   128.743] (II) modeset(0): Output eDP-1 connected
[   128.743] (II) modeset(0): Output DP-1 disconnected
[   128.743] (II) modeset(0): Output HDMI-1 disconnected
[   128.743] (II) modeset(0): Output DP-2 disconnected
[   128.743] (II) modeset(0): Output HDMI-2 disconnected
[   128.743] (II) modeset(0): Using exact sizes for initial modes
[   128.743] (II) modeset(0): Output eDP-1 using initial mode 3200x1800 +0+0
[   128.743] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   128.743] (==) modeset(0): DPI set to (96, 96)
[   128.743] (II) Loading sub module "fb"
[   128.743] (II) LoadModule: "fb"
[   128.744] (II) Loading /usr/lib/xorg/modules/libfb.so
[   128.744] (II) Module fb: vendor="X.Org Foundation"
[   128.744] 	compiled for 1.18.4, module version = 1.0.0
[   128.744] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   128.744] (II) UnloadModule: "fbdev"
[   128.744] (II) Unloading fbdev
[   128.744] (II) UnloadSubModule: "fbdevhw"
[   128.744] (II) Unloading fbdevhw
[   128.744] (II) UnloadModule: "vesa"
[   128.745] (II) Unloading vesa
[   128.745] (==) Depth 24 pixmap format is 32 bpp
[   128.807] (==) modeset(0): Backing store enabled
[   128.807] (==) modeset(0): Silken mouse enabled
[   128.807] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   128.807] (==) modeset(0): DPMS enabled
[   128.807] (II) modeset(0): [DRI2] Setup complete
[   128.807] (II) modeset(0): [DRI2]   DRI driver: i965
[   128.807] (II) modeset(0): [DRI2]   VDPAU driver: i965
[   128.826] (--) RandR disabled
[   128.831] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   128.831] (II) AIGLX: enabled GLX_ARB_create_context
[   128.831] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   128.831] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[   128.831] (II) AIGLX: enabled GLX_INTEL_swap_event
[   128.831] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   128.831] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[   128.831] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[   128.831] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[   128.831] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   128.831] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[   128.831] (II) AIGLX: Loaded and initialized i965
[   128.831] (II) GLX: Initialized DRI2 GL provider for screen 0
[   128.832] (II) modeset(0): Damage tracking initialized
[   128.832] (II) modeset(0): Setting screen physical size to 846 x 476
[   128.879] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   128.879] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   128.879] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   128.879] (II) LoadModule: "libinput"
[   128.879] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   128.880] (II) Module libinput: vendor="X.Org Foundation"
[   128.880] 	compiled for 1.18.4, module version = 0.19.1
[   128.880] 	Module class: X.Org XInput Driver
[   128.880] 	ABI class: X.Org XInput driver, version 22.1
[   128.881] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 15 paused 0
[   128.881] (II) Using input driver 'libinput' for 'Power Button'
[   128.881] (**) Power Button: always reports core events
[   128.881] (**) Option "Device" "/dev/input/event3"
[   128.881] (**) Option "_source" "server/udev"
[   128.881] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[   128.881] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[   128.881] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   128.881] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   128.881] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[   128.881] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[   128.881] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[   128.881] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   128.881] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   128.882] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 18 paused 0
[   128.882] (II) Using input driver 'libinput' for 'Video Bus'
[   128.882] (**) Video Bus: always reports core events
[   128.882] (**) Option "Device" "/dev/input/event4"
[   128.882] (**) Option "_source" "server/udev"
[   128.882] (II) input device 'Video Bus', /dev/input/event4 is tagged by udev as: Keyboard
[   128.882] (II) input device 'Video Bus', /dev/input/event4 is a keyboard
[   128.882] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[   128.882] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   128.882] (II) input device 'Video Bus', /dev/input/event4 is tagged by udev as: Keyboard
[   128.882] (II) input device 'Video Bus', /dev/input/event4 is a keyboard
[   128.883] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   128.883] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   128.883] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   128.883] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 19 paused 0
[   128.883] (II) Using input driver 'libinput' for 'Power Button'
[   128.883] (**) Power Button: always reports core events
[   128.883] (**) Option "Device" "/dev/input/event1"
[   128.883] (**) Option "_source" "server/udev"
[   128.883] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[   128.883] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[   128.883] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   128.883] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   128.883] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[   128.883] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[   128.884] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   128.884] (II) No input driver specified, ignoring this device.
[   128.884] (II) This device may have been added with another device file.
[   128.884] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   128.884] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   128.884] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   128.884] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 20 paused 0
[   128.884] (II) Using input driver 'libinput' for 'Sleep Button'
[   128.884] (**) Sleep Button: always reports core events
[   128.884] (**) Option "Device" "/dev/input/event2"
[   128.884] (**) Option "_source" "server/udev"
[   128.884] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[   128.884] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[   128.884] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[   128.884] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   128.885] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[   128.885] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[   128.885] (II) config/udev: Adding input device ELAN Touchscreen (/dev/input/event6)
[   128.885] (**) ELAN Touchscreen: Applying InputClass "evdev touchscreen catchall"
[   128.885] (**) ELAN Touchscreen: Applying InputClass "libinput touchscreen catchall"
[   128.886] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 21 paused 0
[   128.886] (II) Using input driver 'libinput' for 'ELAN Touchscreen'
[   128.886] (**) ELAN Touchscreen: always reports core events
[   128.886] (**) Option "Device" "/dev/input/event6"
[   128.886] (**) Option "_source" "server/udev"
[   128.886] (II) input device 'ELAN Touchscreen', /dev/input/event6 is tagged by udev as: Touchscreen
[   128.886] (II) input device 'ELAN Touchscreen', /dev/input/event6 is a touch device
[   128.886] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:20D0.0001/input/input7/event6"
[   128.886] (II) XINPUT: Adding extended input device "ELAN Touchscreen" (type: TOUCHSCREEN, id 10)
[   128.886] (**) Option "AccelerationScheme" "none"
[   128.886] (**) ELAN Touchscreen: (accel) selected scheme none/0
[   128.886] (**) ELAN Touchscreen: (accel) acceleration factor: 2.000
[   128.886] (**) ELAN Touchscreen: (accel) acceleration threshold: 4
[   128.886] (II) input device 'ELAN Touchscreen', /dev/input/event6 is tagged by udev as: Touchscreen
[   128.886] (II) input device 'ELAN Touchscreen', /dev/input/event6 is a touch device
[   128.886] (II) config/udev: Adding input device ELAN Touchscreen (/dev/input/mouse0)
[   128.886] (II) No input driver specified, ignoring this device.
[   128.886] (II) This device may have been added with another device file.
[   128.887] (II) config/udev: Adding input device Integrated_Webcam_HD (/dev/input/event9)
[   128.887] (**) Integrated_Webcam_HD: Applying InputClass "evdev keyboard catchall"
[   128.887] (**) Integrated_Webcam_HD: Applying InputClass "libinput keyboard catchall"
[   128.887] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 22 paused 0
[   128.887] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD'
[   128.887] (**) Integrated_Webcam_HD: always reports core events
[   128.887] (**) Option "Device" "/dev/input/event9"
[   128.887] (**) Option "_source" "server/udev"
[   128.887] (II) input device 'Integrated_Webcam_HD', /dev/input/event9 is tagged by udev as: Keyboard
[   128.887] (II) input device 'Integrated_Webcam_HD', /dev/input/event9 is a keyboard
[   128.887] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input12/event9"
[   128.887] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD" (type: KEYBOARD, id 11)
[   128.888] (II) input device 'Integrated_Webcam_HD', /dev/input/event9 is tagged by udev as: Keyboard
[   128.888] (II) input device 'Integrated_Webcam_HD', /dev/input/event9 is a keyboard
[   128.888] (II) config/udev: Adding input device DLL0704:01 06CB:76AE Touchpad (/dev/input/event16)
[   128.888] (**) DLL0704:01 06CB:76AE Touchpad: Applying InputClass "evdev touchpad catchall"
[   128.888] (**) DLL0704:01 06CB:76AE Touchpad: Applying InputClass "libinput touchpad catchall"
[   128.888] (**) DLL0704:01 06CB:76AE Touchpad: Applying InputClass "touchpad catchall"
[   128.888] (**) DLL0704:01 06CB:76AE Touchpad: Applying InputClass "Default clickpad buttons"
[   128.888] (II) LoadModule: "synaptics"
[   128.888] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   128.888] (II) Module synaptics: vendor="X.Org Foundation"
[   128.888] 	compiled for 1.18.3, module version = 1.8.99
[   128.888] 	Module class: X.Org XInput Driver
[   128.888] 	ABI class: X.Org XInput driver, version 22.1
[   128.991] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 23 paused 0
[   128.991] (II) Using input driver 'synaptics' for 'DLL0704:01 06CB:76AE Touchpad'
[   128.991] (**) DLL0704:01 06CB:76AE Touchpad: always reports core events
[   128.991] (**) Option "Device" "/dev/input/event16"
[   128.991] (II) synaptics: DLL0704:01 06CB:76AE Touchpad: found clickpad property
[   128.991] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: x-axis range 0 - 1216 (res 12)
[   128.991] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: y-axis range 0 - 680 (res 12)
[   128.991] (II) synaptics: DLL0704:01 06CB:76AE Touchpad: device does not report pressure, will use touch data.
[   128.991] (II) synaptics: DLL0704:01 06CB:76AE Touchpad: device does not report finger width.
[   128.991] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: buttons: left double triple
[   128.991] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: Vendor 0x6cb Product 0x76ae
[   128.991] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: invalid pressure range.  defaulting to 0 - 255
[   128.991] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: invalid finger width range.  defaulting to 0 - 15
[   128.991] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[   128.991] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: touchpad found
[   128.991] (**) DLL0704:01 06CB:76AE Touchpad: always reports core events
[   128.991] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-DLL0704:01/0018:06CB:76AE.0002/input/input19/event16"
[   128.991] (II) XINPUT: Adding extended input device "DLL0704:01 06CB:76AE Touchpad" (type: TOUCHPAD, id 12)
[   128.991] (**) synaptics: DLL0704:01 06CB:76AE Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[   128.991] (**) synaptics: DLL0704:01 06CB:76AE Touchpad: (accel) MaxSpeed is now 1.75
[   128.991] (**) synaptics: DLL0704:01 06CB:76AE Touchpad: (accel) AccelFactor is now 0.144
[   128.991] (**) DLL0704:01 06CB:76AE Touchpad: (accel) keeping acceleration scheme 1
[   128.991] (**) DLL0704:01 06CB:76AE Touchpad: (accel) acceleration profile 1
[   128.991] (**) DLL0704:01 06CB:76AE Touchpad: (accel) acceleration factor: 2.000
[   128.991] (**) DLL0704:01 06CB:76AE Touchpad: (accel) acceleration threshold: 4
[   128.991] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: touchpad found
[   128.992] (II) config/udev: Adding input device DLL0704:01 06CB:76AE Touchpad (/dev/input/mouse1)
[   128.992] (**) DLL0704:01 06CB:76AE Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[   128.992] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[   128.992] (II) No input driver specified, ignoring this device.
[   128.992] (II) This device may have been added with another device file.
[   128.993] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event12)
[   128.993] (II) No input driver specified, ignoring this device.
[   128.993] (II) This device may have been added with another device file.
[   128.993] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[   128.993] (II) No input driver specified, ignoring this device.
[   128.993] (II) This device may have been added with another device file.
[   128.993] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[   128.993] (II) No input driver specified, ignoring this device.
[   128.993] (II) This device may have been added with another device file.
[   128.994] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[   128.994] (II) No input driver specified, ignoring this device.
[   128.994] (II) This device may have been added with another device file.
[   128.994] (II) config/udev: Adding input device Intel HID events (/dev/input/event7)
[   128.994] (**) Intel HID events: Applying InputClass "evdev keyboard catchall"
[   128.994] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[   128.995] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 24 paused 0
[   128.995] (II) Using input driver 'libinput' for 'Intel HID events'
[   128.995] (**) Intel HID events: always reports core events
[   128.995] (**) Option "Device" "/dev/input/event7"
[   128.995] (**) Option "_source" "server/udev"
[   128.996] (II) input device 'Intel HID events', /dev/input/event7 is tagged by udev as: Keyboard
[   128.996] (II) input device 'Intel HID events', /dev/input/event7 is a keyboard
[   128.996] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input9/event7"
[   128.996] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 13)
[   128.996] (II) input device 'Intel HID events', /dev/input/event7 is tagged by udev as: Keyboard
[   128.996] (II) input device 'Intel HID events', /dev/input/event7 is a keyboard
[   128.997] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[   128.997] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   128.997] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   128.998] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 25 paused 0
[   128.998] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   128.998] (**) AT Translated Set 2 keyboard: always reports core events
[   128.998] (**) Option "Device" "/dev/input/event5"
[   128.998] (**) Option "_source" "server/udev"
[   128.999] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event5 is tagged by udev as: Keyboard
[   128.999] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event5 is a keyboard
[   128.999] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[   128.999] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[   129.000] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event5 is tagged by udev as: Keyboard
[   129.000] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event5 is a keyboard
[   129.000] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event17)
[   129.000] (**) PS/2 Synaptics TouchPad: Applying InputClass "evdev pointer catchall"
[   129.000] (**) PS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall"
[   129.001] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 26 paused 0
[   129.001] (II) Using input driver 'libinput' for 'PS/2 Synaptics TouchPad'
[   129.001] (**) PS/2 Synaptics TouchPad: always reports core events
[   129.001] (**) Option "Device" "/dev/input/event17"
[   129.001] (**) Option "_source" "server/udev"
[   129.002] (II) input device 'PS/2 Synaptics TouchPad', /dev/input/event17 is tagged by udev as: Mouse
[   129.002] (II) input device 'PS/2 Synaptics TouchPad', /dev/input/event17 is a pointer caps
[   129.002] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event17"
[   129.002] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE, id 15)
[   129.002] (**) Option "AccelerationScheme" "none"
[   129.002] (**) PS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   129.002] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   129.002] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   129.003] (II) input device 'PS/2 Synaptics TouchPad', /dev/input/event17 is tagged by udev as: Mouse
[   129.003] (II) input device 'PS/2 Synaptics TouchPad', /dev/input/event17 is a pointer caps
[   129.004] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse2)
[   129.004] (II) No input driver specified, ignoring this device.
[   129.004] (II) This device may have been added with another device file.
[   129.004] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[   129.004] (II) No input driver specified, ignoring this device.
[   129.004] (II) This device may have been added with another device file.
[   129.005] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event10)
[   129.005] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   129.005] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   129.006] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 27 paused 0
[   129.006] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[   129.006] (**) Dell WMI hotkeys: always reports core events
[   129.006] (**) Option "Device" "/dev/input/event10"
[   129.006] (**) Option "_source" "server/udev"
[   129.006] (II) input device 'Dell WMI hotkeys', /dev/input/event10 is tagged by udev as: Keyboard
[   129.006] (II) input device 'Dell WMI hotkeys', /dev/input/event10 is a keyboard
[   129.007] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event10"
[   129.007] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 16)
[   129.007] (II) input device 'Dell WMI hotkeys', /dev/input/event10 is tagged by udev as: Keyboard
[   129.007] (II) input device 'Dell WMI hotkeys', /dev/input/event10 is a keyboard
[   135.221] (**) Option "fd" "15"
[   135.221] (**) Option "fd" "18"
[   135.221] (**) Option "fd" "19"
[   135.222] (**) Option "fd" "20"
[   135.222] (**) Option "fd" "21"
[   135.222] (**) Option "fd" "22"
[   135.222] (**) Option "fd" "24"
[   135.222] (**) Option "fd" "25"
[   135.222] (**) Option "fd" "26"
[   135.222] (**) Option "fd" "27"
[   135.223] (II) UnloadModule: "libinput"
[   135.223] (II) systemd-logind: releasing fd for 13:74
[   135.243] (II) UnloadModule: "libinput"
[   135.243] (II) systemd-logind: releasing fd for 13:81
[   135.280] (II) UnloadModule: "libinput"
[   135.280] (II) systemd-logind: releasing fd for 13:69
[   135.306] (II) UnloadModule: "libinput"
[   135.307] (II) systemd-logind: releasing fd for 13:71
[   135.333] (II) UnloadModule: "synaptics"
[   135.333] (II) systemd-logind: releasing fd for 13:80
[   135.360] (II) UnloadModule: "libinput"
[   135.360] (II) systemd-logind: releasing fd for 13:73
[   135.386] (II) UnloadModule: "libinput"
[   135.387] (II) systemd-logind: releasing fd for 13:70
[   135.413] (II) UnloadModule: "libinput"
[   135.413] (II) systemd-logind: releasing fd for 13:66
[   135.426] (II) UnloadModule: "libinput"
[   135.427] (II) systemd-logind: releasing fd for 13:65
[   135.440] (II) UnloadModule: "libinput"
[   135.440] (II) systemd-logind: releasing fd for 13:68
[   135.453] (II) UnloadModule: "libinput"
[   135.453] (II) systemd-logind: releasing fd for 13:67
[   136.821] (II) Server terminated successfully (0). Closing log file.

Last edited by kuia (2016-10-02 16:47:50)

Offline

#11 2016-10-03 00:27:41

BlahBlahBlase
Member
From: Tucson, AZ
Registered: 2015-09-15
Posts: 35

Re: X Server crashing on Dell XPS 13 9350

This might be a long shot but I have the same laptop and was having graphics issues, though not as severe. I fixed them by adding 'i915.enable_fbc=0' to my boot options.


"Full disclosure, I'm drunk right now. And if you can't handle that, you can't handle science."

Offline

#12 2016-10-19 19:43:30

kuia
Member
Registered: 2015-11-09
Posts: 11

Re: X Server crashing on Dell XPS 13 9350

Hi all,

So - I'm no longer having the issue. So frustrating I done a full-system shred and re-install (it's only recently I set this machine up so no major loss). On the new setup I kept encountering the issue a few times, and I was trying for a while to sort the right config files and driver.

I found:

- Without xf86-video-intel driver installed, X would jam and hang on launch of a desktop environment or windows manager
- With xf86-video-intel driver installed, X would not hang on launch, but certain applications would trigger this as before - in particular Google Maps on Firefox.
- With xf86-video-intel driver installed and with the following line added to 20-intel.conf, the crashes no longer occur:

Option "TearFree" "true"

--

So now, in i3wm, the system is doing everything I want it to and not crashing.

However, I suspect something is still not quite right. When I run Cinnamon, for example, the DE only loads in software rendering mode with a warning about using up a lot of system resources.

I got the following read-out from the last .local/share/xorg/Xorg.0.log - pasted in full below - which does appear to flag something about an error on reverting to software rendering, here:

[    32.985] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    32.986] (==) intel(0): DPMS enabled
[    32.986] (==) intel(0): Display hotplug detection enabled
[    32.986] (II) intel(0): Textured video not supported on this hardware or backend
[    32.987] (II) intel(0): hardware support for Present enabled
[    32.987] (--) RandR disabled
[    33.005] (II) AIGLX: Screen 0 is not DRI2 capable
[    33.005] (EE) AIGLX: reverting to software rendering
[    33.086] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    33.086] (II) AIGLX: Loaded and initialized swrast
[    33.086] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    33.091] (II) intel(0): switch to mode 3200x1800@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    33.091] (II) intel(0): Setting screen physical size to 846 x 476
[    32.518] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[    32.518] X Protocol Version 11, Revision 0
[    32.518] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[    32.518] Current Operating System: Linux indigo 4.7.6-1-ARCH #1 SMP PREEMPT Fri Sep 30 19:28:42 CEST 2016 x86_64
[    32.518] Kernel command line: initrd=\initramfs-linux.img cryptdevice=UUID=794e9c1b-4db9-4f30-a4fb-90bdd3351d7c:cryptroot root=/dev/mapper/cryptroot quiet rw i915.preliminary_hw_support=1 i915.enable_rc6=0 i915.enable_fbc=0 pcie_aspm=force i915.enable_execlists=0 i915.semaphores=1
[    32.518] Build Date: 19 July 2016  05:54:24PM
[    32.518]  
[    32.518] Current version of pixman: 0.34.0
[    32.519] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    32.519] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    32.519] (==) Log file: "/home/aphid/.local/share/xorg/Xorg.0.log", Time: Tue Oct 18 22:02:43 2016
[    32.520] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    32.520] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    32.521] (==) No Layout section.  Using the first Screen section.
[    32.522] (==) No screen section available. Using defaults.
[    32.522] (**) |-->Screen "Default Screen Section" (0)
[    32.522] (**) |   |-->Monitor "<default monitor>"
[    32.522] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    32.522] (**) |   |-->Device "Intel Graphics"
[    32.522] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    32.522] (==) Automatically adding devices
[    32.522] (==) Automatically enabling devices
[    32.522] (==) Automatically adding GPU devices
[    32.522] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    32.523] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    32.523] 	Entry deleted from font path.
[    32.524] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    32.524] (==) ModulePath set to "/usr/lib/xorg/modules"
[    32.524] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    32.524] (II) Loader magic: 0x821d40
[    32.524] (II) Module ABI versions:
[    32.524] 	X.Org ANSI C Emulation: 0.4
[    32.524] 	X.Org Video Driver: 20.0
[    32.524] 	X.Org XInput driver : 22.1
[    32.524] 	X.Org Server Extension : 9.0
[    32.524] (++) using VT number 1

[    32.524] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    32.525] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    32.526] (II) xfree86: Adding drm device (/dev/dri/card0)
[    32.526] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[    32.938] (--) PCI:*(0:0:2:0) 8086:1926:1028:0704 rev 10, Mem @ 0xdb000000/16777216, 0x90000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    32.938] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    32.938] (II) LoadModule: "glx"
[    32.941] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    32.955] (II) Module glx: vendor="X.Org Foundation"
[    32.956] 	compiled for 1.18.4, module version = 1.0.0
[    32.956] 	ABI class: X.Org Server Extension, version 9.0
[    32.956] (==) AIGLX enabled
[    32.956] (II) LoadModule: "intel"
[    32.956] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    32.960] (II) Module intel: vendor="X.Org Foundation"
[    32.960] 	compiled for 1.18.4, module version = 2.99.917
[    32.960] 	Module class: X.Org Video Driver
[    32.960] 	ABI class: X.Org Video Driver, version 20.0
[    32.960] (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
[    32.961] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    32.961] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    32.961] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    32.961] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    32.962] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20160425
[    32.962] (II) intel(0): SNA compiled from 2.99.917-713-geb01cc5
[    32.964] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    32.965] (--) intel(0): gen9 engineering sample
[    32.965] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[    32.965] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    32.965] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    32.965] (==) intel(0): RGB weight 888
[    32.965] (==) intel(0): Default visual is TrueColor
[    32.965] (**) intel(0): Option "NoAccel" "true"
[    32.965] (**) intel(0): Option "DRI" "false"
[    32.965] (**) intel(0): Option "TearFree" "true"
[    32.966] (II) intel(0): Output eDP1 has no monitor section
[    32.980] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    32.980] (II) intel(0): Enabled output eDP1
[    32.980] (II) intel(0): Output DP1 has no monitor section
[    32.980] (II) intel(0): Enabled output DP1
[    32.980] (II) intel(0): Output HDMI1 has no monitor section
[    32.980] (II) intel(0): Enabled output HDMI1
[    32.980] (II) intel(0): Output DP2 has no monitor section
[    32.980] (II) intel(0): Enabled output DP2
[    32.980] (II) intel(0): Output HDMI2 has no monitor section
[    32.980] (II) intel(0): Enabled output HDMI2
[    32.980] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    32.981] (II) intel(0): Output VIRTUAL1 has no monitor section
[    32.981] (II) intel(0): Enabled output VIRTUAL1
[    32.981] (--) intel(0): Output eDP1 using initial mode 3200x1800 on pipe 0
[    32.981] (**) intel(0): TearFree enabled
[    32.981] (==) intel(0): DPI set to (96, 96)
[    32.981] (II) Loading sub module "present"
[    32.981] (II) LoadModule: "present"
[    32.981] (II) Module "present" already built-in
[    32.982] (==) Depth 24 pixmap format is 32 bpp
[    32.984] (II) intel(0): SNA initialized with disabled backend
[    32.984] (==) intel(0): Backing store enabled
[    32.984] (==) intel(0): Silken mouse enabled
[    32.985] (II) intel(0): HW Cursor enabled
[    32.985] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    32.986] (==) intel(0): DPMS enabled
[    32.986] (==) intel(0): Display hotplug detection enabled
[    32.986] (II) intel(0): Textured video not supported on this hardware or backend
[    32.987] (II) intel(0): hardware support for Present enabled
[    32.987] (--) RandR disabled
[    33.005] (II) AIGLX: Screen 0 is not DRI2 capable
[    33.005] (EE) AIGLX: reverting to software rendering
[    33.086] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    33.086] (II) AIGLX: Loaded and initialized swrast
[    33.086] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    33.091] (II) intel(0): switch to mode 3200x1800@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    33.091] (II) intel(0): Setting screen physical size to 846 x 476
[    33.155] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    33.155] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    33.155] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    33.155] (II) LoadModule: "libinput"
[    33.155] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    33.158] (II) Module libinput: vendor="X.Org Foundation"
[    33.158] 	compiled for 1.18.4, module version = 0.20.0
[    33.158] 	Module class: X.Org XInput Driver
[    33.158] 	ABI class: X.Org XInput driver, version 22.1
[    33.158] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 12 paused 0
[    33.158] (II) Using input driver 'libinput' for 'Power Button'
[    33.158] (**) Power Button: always reports core events
[    33.158] (**) Option "Device" "/dev/input/event3"
[    33.158] (**) Option "_source" "server/udev"
[    33.158] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[    33.158] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[    33.158] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    33.158] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    33.159] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[    33.159] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[    33.159] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    33.159] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    33.159] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    33.159] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 15 paused 0
[    33.159] (II) Using input driver 'libinput' for 'Video Bus'
[    33.159] (**) Video Bus: always reports core events
[    33.159] (**) Option "Device" "/dev/input/event4"
[    33.159] (**) Option "_source" "server/udev"
[    33.160] (II) input device 'Video Bus', /dev/input/event4 is tagged by udev as: Keyboard
[    33.160] (II) input device 'Video Bus', /dev/input/event4 is a keyboard
[    33.160] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[    33.160] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    33.160] (II) input device 'Video Bus', /dev/input/event4 is tagged by udev as: Keyboard
[    33.160] (II) input device 'Video Bus', /dev/input/event4 is a keyboard
[    33.160] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    33.160] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    33.160] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    33.160] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 16 paused 0
[    33.160] (II) Using input driver 'libinput' for 'Power Button'
[    33.160] (**) Power Button: always reports core events
[    33.160] (**) Option "Device" "/dev/input/event1"
[    33.160] (**) Option "_source" "server/udev"
[    33.161] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[    33.161] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[    33.161] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    33.161] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    33.161] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[    33.161] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[    33.161] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    33.161] (II) No input driver specified, ignoring this device.
[    33.161] (II) This device may have been added with another device file.
[    33.161] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    33.161] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    33.161] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    33.162] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 17 paused 0
[    33.162] (II) Using input driver 'libinput' for 'Sleep Button'
[    33.162] (**) Sleep Button: always reports core events
[    33.162] (**) Option "Device" "/dev/input/event2"
[    33.162] (**) Option "_source" "server/udev"
[    33.162] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[    33.162] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[    33.162] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[    33.162] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    33.162] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[    33.162] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[    33.162] (II) config/udev: Adding input device ELAN Touchscreen (/dev/input/event6)
[    33.162] (**) ELAN Touchscreen: Applying InputClass "evdev touchscreen catchall"
[    33.162] (**) ELAN Touchscreen: Applying InputClass "libinput touchscreen catchall"
[    33.163] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 18 paused 0
[    33.163] (II) Using input driver 'libinput' for 'ELAN Touchscreen'
[    33.163] (**) ELAN Touchscreen: always reports core events
[    33.163] (**) Option "Device" "/dev/input/event6"
[    33.163] (**) Option "_source" "server/udev"
[    33.163] (II) input device 'ELAN Touchscreen', /dev/input/event6 is tagged by udev as: Touchscreen
[    33.163] (II) input device 'ELAN Touchscreen', /dev/input/event6 is a touch device
[    33.163] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:20D0.0001/input/input7/event6"
[    33.163] (II) XINPUT: Adding extended input device "ELAN Touchscreen" (type: TOUCHSCREEN, id 10)
[    33.163] (**) Option "AccelerationScheme" "none"
[    33.163] (**) ELAN Touchscreen: (accel) selected scheme none/0
[    33.163] (**) ELAN Touchscreen: (accel) acceleration factor: 2.000
[    33.163] (**) ELAN Touchscreen: (accel) acceleration threshold: 4
[    33.163] (II) input device 'ELAN Touchscreen', /dev/input/event6 is tagged by udev as: Touchscreen
[    33.163] (II) input device 'ELAN Touchscreen', /dev/input/event6 is a touch device
[    33.164] (II) config/udev: Adding input device ELAN Touchscreen (/dev/input/mouse0)
[    33.164] (II) No input driver specified, ignoring this device.
[    33.164] (II) This device may have been added with another device file.
[    33.164] (II) config/udev: Adding input device Integrated_Webcam_HD (/dev/input/event9)
[    33.164] (**) Integrated_Webcam_HD: Applying InputClass "evdev keyboard catchall"
[    33.164] (**) Integrated_Webcam_HD: Applying InputClass "libinput keyboard catchall"
[    33.164] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 19 paused 0
[    33.164] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD'
[    33.164] (**) Integrated_Webcam_HD: always reports core events
[    33.164] (**) Option "Device" "/dev/input/event9"
[    33.164] (**) Option "_source" "server/udev"
[    33.164] (II) input device 'Integrated_Webcam_HD', /dev/input/event9 is tagged by udev as: Keyboard
[    33.164] (II) input device 'Integrated_Webcam_HD', /dev/input/event9 is a keyboard
[    33.164] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input11/event9"
[    33.164] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD" (type: KEYBOARD, id 11)
[    33.165] (II) input device 'Integrated_Webcam_HD', /dev/input/event9 is tagged by udev as: Keyboard
[    33.165] (II) input device 'Integrated_Webcam_HD', /dev/input/event9 is a keyboard
[    33.165] (II) config/udev: Adding input device DLL0704:01 06CB:76AE Touchpad (/dev/input/event16)
[    33.165] (**) DLL0704:01 06CB:76AE Touchpad: Applying InputClass "evdev touchpad catchall"
[    33.165] (**) DLL0704:01 06CB:76AE Touchpad: Applying InputClass "libinput touchpad catchall"
[    33.165] (**) DLL0704:01 06CB:76AE Touchpad: Applying InputClass "touchpad catchall"
[    33.165] (**) DLL0704:01 06CB:76AE Touchpad: Applying InputClass "Default clickpad buttons"
[    33.165] (**) DLL0704:01 06CB:76AE Touchpad: Applying InputClass "touchpad"
[    33.165] (II) LoadModule: "synaptics"
[    33.165] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    33.166] (II) Module synaptics: vendor="X.Org Foundation"
[    33.166] 	compiled for 1.18.3, module version = 1.8.99
[    33.166] 	Module class: X.Org XInput Driver
[    33.166] 	ABI class: X.Org XInput driver, version 22.1
[    33.267] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 20 paused 0
[    33.267] (II) Using input driver 'synaptics' for 'DLL0704:01 06CB:76AE Touchpad'
[    33.267] (**) DLL0704:01 06CB:76AE Touchpad: always reports core events
[    33.267] (**) Option "Device" "/dev/input/event16"
[    33.267] (II) synaptics: DLL0704:01 06CB:76AE Touchpad: found clickpad property
[    33.268] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: x-axis range 0 - 1216 (res 12)
[    33.268] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: y-axis range 0 - 680 (res 12)
[    33.268] (II) synaptics: DLL0704:01 06CB:76AE Touchpad: device does not report pressure, will use touch data.
[    33.268] (II) synaptics: DLL0704:01 06CB:76AE Touchpad: device does not report finger width.
[    33.268] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: buttons: left double triple
[    33.268] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: Vendor 0x6cb Product 0x76ae
[    33.268] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: invalid pressure range.  defaulting to 0 - 255
[    33.268] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: invalid finger width range.  defaulting to 0 - 15
[    33.268] (**) Option "FingerLow" "35"
[    33.268] (**) Option "FingerHigh" "40"
[    33.268] (**) Option "EmulateTwoFingerMinZ" "40"
[    33.268] (**) Option "EmulateTwoFingerMinW" "8"
[    33.268] (**) Option "VertEdgeScroll" "on"
[    33.268] (**) Option "HorizEdgeScroll" "on"
[    33.268] (**) Option "VertTwoFingerScroll" "on"
[    33.268] (**) Option "HorizTwoFingerScroll" "on"
[    33.268] (**) Option "TapButton1" "1"
[    33.268] (**) Option "TapButton2" "3"
[    33.268] (**) Option "TapButton3" "2"
[    33.268] (**) Option "CircularScrolling" "on"
[    33.268] (**) Option "CircScrollTrigger" "2"
[    33.268] (**) Option "CoastingSpeed" "0"
[    33.268] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[    33.268] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: touchpad found
[    33.268] (**) DLL0704:01 06CB:76AE Touchpad: always reports core events
[    33.268] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-DLL0704:01/0018:06CB:76AE.0002/input/input18/event16"
[    33.268] (II) XINPUT: Adding extended input device "DLL0704:01 06CB:76AE Touchpad" (type: TOUCHPAD, id 12)
[    33.268] (**) synaptics: DLL0704:01 06CB:76AE Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[    33.268] (**) synaptics: DLL0704:01 06CB:76AE Touchpad: (accel) MaxSpeed is now 1.75
[    33.268] (**) synaptics: DLL0704:01 06CB:76AE Touchpad: (accel) AccelFactor is now 0.144
[    33.269] (**) DLL0704:01 06CB:76AE Touchpad: (accel) keeping acceleration scheme 1
[    33.269] (**) DLL0704:01 06CB:76AE Touchpad: (accel) acceleration profile 1
[    33.269] (**) DLL0704:01 06CB:76AE Touchpad: (accel) acceleration factor: 2.000
[    33.269] (**) DLL0704:01 06CB:76AE Touchpad: (accel) acceleration threshold: 4
[    33.269] (--) synaptics: DLL0704:01 06CB:76AE Touchpad: touchpad found
[    33.270] (II) config/udev: Adding input device DLL0704:01 06CB:76AE Touchpad (/dev/input/mouse1)
[    33.270] (**) DLL0704:01 06CB:76AE Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[    33.271] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[    33.271] (II) No input driver specified, ignoring this device.
[    33.271] (II) This device may have been added with another device file.
[    33.272] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event12)
[    33.272] (II) No input driver specified, ignoring this device.
[    33.272] (II) This device may have been added with another device file.
[    33.273] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[    33.273] (II) No input driver specified, ignoring this device.
[    33.273] (II) This device may have been added with another device file.
[    33.273] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[    33.273] (II) No input driver specified, ignoring this device.
[    33.273] (II) This device may have been added with another device file.
[    33.274] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[    33.274] (II) No input driver specified, ignoring this device.
[    33.274] (II) This device may have been added with another device file.
[    33.275] (II) config/udev: Adding input device Intel HID events (/dev/input/event7)
[    33.275] (**) Intel HID events: Applying InputClass "evdev keyboard catchall"
[    33.275] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    33.276] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 21 paused 0
[    33.276] (II) Using input driver 'libinput' for 'Intel HID events'
[    33.276] (**) Intel HID events: always reports core events
[    33.276] (**) Option "Device" "/dev/input/event7"
[    33.276] (**) Option "_source" "server/udev"
[    33.277] (II) input device 'Intel HID events', /dev/input/event7 is tagged by udev as: Keyboard
[    33.277] (II) input device 'Intel HID events', /dev/input/event7 is a keyboard
[    33.277] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input9/event7"
[    33.277] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 13)
[    33.278] (II) input device 'Intel HID events', /dev/input/event7 is tagged by udev as: Keyboard
[    33.278] (II) input device 'Intel HID events', /dev/input/event7 is a keyboard
[    33.280] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[    33.280] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    33.280] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    33.281] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 22 paused 0
[    33.281] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    33.281] (**) AT Translated Set 2 keyboard: always reports core events
[    33.281] (**) Option "Device" "/dev/input/event5"
[    33.281] (**) Option "_source" "server/udev"
[    33.282] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event5 is tagged by udev as: Keyboard
[    33.282] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event5 is a keyboard
[    33.282] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[    33.282] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    33.284] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event5 is tagged by udev as: Keyboard
[    33.284] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event5 is a keyboard
[    33.285] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    33.285] (II) No input driver specified, ignoring this device.
[    33.285] (II) This device may have been added with another device file.
[    33.286] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event10)
[    33.286] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    33.286] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    33.287] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 23 paused 0
[    33.287] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    33.287] (**) Dell WMI hotkeys: always reports core events
[    33.287] (**) Option "Device" "/dev/input/event10"
[    33.287] (**) Option "_source" "server/udev"
[    33.288] (II) input device 'Dell WMI hotkeys', /dev/input/event10 is tagged by udev as: Keyboard
[    33.288] (II) input device 'Dell WMI hotkeys', /dev/input/event10 is a keyboard
[    33.288] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event10"
[    33.288] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[    33.289] (II) input device 'Dell WMI hotkeys', /dev/input/event10 is tagged by udev as: Keyboard
[    33.289] (II) input device 'Dell WMI hotkeys', /dev/input/event10 is a keyboard
[    34.982] (II) intel(0): EDID vendor "SHP", prod id 5194
[    34.982] (II) intel(0): Printing DDC gathered Modelines:
[    34.982] (II) intel(0): Modeline "3200x1800"x0.0  373.25  3200 3248 3280 3360  1800 1803 1808 1852 -hsync -vsync (111.1 kHz eP)
[    34.982] (II) intel(0): Modeline "3200x1800"x0.0  298.60  3200 3248 3280 3360  1800 1803 1808 1852 -hsync -vsync (88.9 kHz e)
[    93.851] (II) intel(0): resizing framebuffer to 2560x1440
[    93.857] (II) intel(0): switch to mode 2560x1440@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  4446.477] (**) Option "fd" "12"
[  4446.477] (**) Option "fd" "15"
[  4446.477] (**) Option "fd" "16"
[  4446.477] (**) Option "fd" "17"
[  4446.477] (**) Option "fd" "18"
[  4446.477] (**) Option "fd" "19"
[  4446.477] (**) Option "fd" "21"
[  4446.477] (**) Option "fd" "22"
[  4446.477] (**) Option "fd" "23"
[  4446.478] (II) UnloadModule: "libinput"
[  4446.478] (II) systemd-logind: releasing fd for 13:74
[  4446.496] (II) UnloadModule: "libinput"
[  4446.496] (II) systemd-logind: releasing fd for 13:69
[  4446.529] (II) UnloadModule: "libinput"
[  4446.529] (II) systemd-logind: releasing fd for 13:71
[  4446.556] (II) UnloadModule: "synaptics"
[  4446.556] (II) systemd-logind: releasing fd for 13:80
[  4446.583] (II) UnloadModule: "libinput"
[  4446.583] (II) systemd-logind: releasing fd for 13:73
[  4446.609] (II) UnloadModule: "libinput"
[  4446.609] (II) systemd-logind: releasing fd for 13:70
[  4446.636] (II) UnloadModule: "libinput"
[  4446.636] (II) systemd-logind: releasing fd for 13:66
[  4446.649] (II) UnloadModule: "libinput"
[  4446.649] (II) systemd-logind: releasing fd for 13:65
[  4446.663] (II) UnloadModule: "libinput"
[  4446.663] (II) systemd-logind: releasing fd for 13:68
[  4446.676] (II) UnloadModule: "libinput"
[  4446.676] (II) systemd-logind: releasing fd for 13:67
[  4448.078] (II) Server terminated successfully (0). Closing log file.

So, in i3wm, the sytem appears to be running okay. Though I suspect that there is an ongoing issue re software rendering. All of this, and what I've been doing, is well above my head.

Thx.

Offline

Board footer

Powered by FluxBB