You are not logged in.

#1 2018-05-03 22:05:32

costgranda
Member
Registered: 2017-10-02
Posts: 6

[SOLVED] Slow desktop load after login

Hello, and congrats for the new release and thank you to all the people helping the project.
Today I have decided to do a clean install instead of upgrading from Deuterium, and I have noticed that the time to load all the desktop conf files (conky, tint2.. etc) has increased signficatly. I'm wonder where can I find what is causing this issue, I have to press some keys and the touchpad to make the desktop react and load correctly.
My laptop has this hardware: core i5, 120gb ssd and 8gb ram.
It's weird because in the previous version the desktop loaded in a second or less, now I'm counting more than 10.

Thanks

Last edited by Head_on_a_Stick (2018-05-08 06:01:32)

Offline

#2 2018-05-03 22:27:14

beaker
Unverified Muppet
Registered: 2016-03-06
Posts: 198

Re: [SOLVED] Slow desktop load after login

[edit] nvm - misread your post

Last edited by beaker (2018-05-03 22:33:21)

Offline

#3 2018-05-03 23:49:07

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,581
Website

Re: [SOLVED] Slow desktop load after login

Hi costgranda, if you restart the system, is the desktop slow to load the next time too?
For some reason, the first load, when new config files are copied from /usr/share/bunsen/skel, seems to be slower than it was with Debian Jessie, but after that it should be OK.


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Online

#4 2018-05-04 05:55:32

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,083
Website

Re: [SOLVED] Slow desktop load after login

Is there anything in ~/.xsession-errors?

Can we please see the output of

systemd-analyze blame

Offline

#5 2018-05-04 19:19:37

costgranda
Member
Registered: 2017-10-02
Posts: 6

Re: [SOLVED] Slow desktop load after login

Head_on_a_Stick wrote:

Is there anything in ~/.xsession-errors?

Can we please see the output of

systemd-analyze blame

Yes, the .xsession-errors has this:

1525461182988	addons.webextension.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}	WARN	Loading extension '{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}': Reading manifest: Error processing background.persistent: Event pages are not currently supported. This will run as a persistent background page.
1525461183034	addons.webextension.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}	WARN	Loading extension '{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}': Reading manifest: Error processing permissions.7: Unknown permission "unlimitedStorage"
1525461183050	addons.webextension.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}	WARN	Loading extension '{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}': Reading manifest: Error processing devtools_page: An unexpected property was found in the WebExtension manifest.
1525461183052	addons.webextension.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}	WARN	Loading extension '{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}': Reading manifest: Error processing minimum_opera_version: An unexpected property was found in the WebExtension manifest.
1525461183052	addons.webextension.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}	WARN	Loading extension '{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}': Reading manifest: Error processing storage: An unexpected property was found in the WebExtension manifest.
1525461183182	addons.webextension.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}	WARN	Please specify whether you want browser_style or not in your browser_action options.
Warning: python-keybinder is not installed. This means the hide_window shortcut will be unavailable
Unable to bind hide_window key, another instance/window has it.
Complemento ActivityWatch no disponible: instale python-notify
PluginRegistry::load_plugins: Importing plugin activitywatch.py failed: 'module' object has no attribute 'AVAILABLE'

And the systemd command show me this, I have turned on the laptop today and noticed it sligtly faster

  YQ6E3VMl.png


Anyway I will keep an eye to the command that you tell me, maybe the problem has been solved, don't know.
Thank you!

Offline

#6 2018-05-04 20:11:15

beaker
Unverified Muppet
Registered: 2016-03-06
Posts: 198

Re: [SOLVED] Slow desktop load after login

Personally i would routinely stop/disable/mask the first 5 items from your blame output. You may need the keyboard item though.

Offline

#7 2018-05-04 20:36:16

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: [SOLVED] Slow desktop load after login

If the problem occurs again, just run a couple of times

systemd-analyze blame poettering

and it'll make you feel better.

Offline

#8 2018-05-04 20:56:29

costgranda
Member
Registered: 2017-10-02
Posts: 6

Re: [SOLVED] Slow desktop load after login

beaker wrote:

Personally i would routinely stop/disable/mask the first 5 items from your blame output. You may need the keyboard item though.

I have disabled the first two(after a restart the first one take 20secs) but the problem still exists, the background loads but the other elements doesn't, I have to press super + space and other combinations to make the desktop load completly, strange stuff.

Offline

#9 2018-05-05 09:06:20

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: [SOLVED] Slow desktop load after login

costgranda wrote:

I have disabled the first two(after a restart the first one take 20secs) but the problem still exists

please show us the systemd-analyze blame output again, with these changes applied.
is the slowness before you login or after?
if it's after, systemd-analyze might not be useful info.

maybe the xsession errors of a pristine session would help.
or figuring out all xdg-autostarted apps:

/usr/lib/openbox/openbox-xdg-autostart --list

(assuming you did NOT play with openbox/autostart)

Offline

#10 2018-05-05 15:24:43

costgranda
Member
Registered: 2017-10-02
Posts: 6

Re: [SOLVED] Slow desktop load after login

ohnonot wrote:

please show us the systemd-analyze blame output again, with these changes applied.
is the slowness before you login or after?
if it's after, systemd-analyze might not be useful info.

maybe the xsession errors of a pristine session would help.
or figuring out all xdg-autostarted apps:

/usr/lib/openbox/openbox-xdg-autostart --list

(assuming you did NOT play with openbox/autostart)

It's after login, and this is actually the blame
bhAhCOll.png

Also noticed some tint2 errors in the .xsession-error file

Xsession: X session started for jorgelugra at sáb may  5 10:26:36 -05 2018
localuser:jorgelugra being added to access control list
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
dbus-update-activation-environment: warning: error sending to systemd: org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
OpenGL version: 3.
dbus-update-activation-environment: setting USER=jorgelugra
dbus-update-activation-environment: setting LANGUAGE=es_CO:es
dbus-update-activation-environment: setting XDG_SESSION_TYPE=x11
dbus-update-activation-environment: setting HOME=/home/jorgelugra
dbus-update-activation-environment: setting DESKTOP_SESSION=lightdm-xsession
dbus-update-activation-environment: setting XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
dbus-update-activation-environment: setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-wXnbd3Xb3f,guid=535d16903e11fba3007dbde65aedcd2c
dbus-update-activation-environment: setting QT_QPA_PLATFORMTHEME=gtk2
dbus-update-activation-environment: setting LOGNAME=jorgelugra
dbus-update-activation-environment: setting PATH=/home/jorgelugra/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
dbus-update-activation-environment: setting XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
dbus-update-activation-environment: setting XDG_RUNTIME_DIR=/run/user/1000
dbus-update-activation-environment: setting DISPLAY=:0
dbus-update-activation-environment: setting LANG=es_CO.UTF-8
dbus-update-activation-environment: setting XDG_SESSION_DESKTOP=lightdm-xsession
dbus-update-activation-environment: setting XAUTHORITY=/home/jorgelugra/.Xauthority
dbus-update-activation-environment: setting XDG_GREETER_DATA_DIR=/var/lib/lightdm/data/jorgelugra
dbus-update-activation-environment: setting SHELL=/usr/bin/zsh
dbus-update-activation-environment: setting GDMSESSION=lightdm-xsession
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
dbus-update-activation-environment: setting PWD=/home/jorgelugra
dbus-update-activation-environment: warning: error sending to systemd: org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
export DBUS_SESSION_BUS_ADDRESS='unix:abstract=/tmp/dbus-wXnbd3Xb3f,guid=535d16903e11fba3007dbde65aedcd2c'
export DESKTOP_SESSION='lightdm-xsession'
export DISPLAY=':0'
export GDMSESSION='lightdm-xsession'
export GPG_AGENT_INFO='/run/user/1000/gnupg/S.gpg-agent:0:1'
export HOME='/home/jorgelugra'
export LANG='es_CO.UTF-8'
export LANGUAGE='es_CO:es'
export LOGNAME='jorgelugra'
export PATH='/home/jorgelugra/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games'
export PWD='/home/jorgelugra'
export QT_ACCESSIBILITY='1'
export QT_LINUX_ACCESSIBILITY_ALWAYS_ON='1'
export QT_QPA_PLATFORMTHEME='gtk2'
export SHELL='/usr/bin/zsh'
export SSH_AGENT_PID='825'
export SSH_AUTH_SOCK='/tmp/ssh-SK5RN1RGbjTn/agent.778'
export USER='jorgelugra'
export XAUTHORITY='/home/jorgelugra/.Xauthority'
export XDG_GREETER_DATA_DIR='/var/lib/lightdm/data/jorgelugra'
export XDG_RUNTIME_DIR='/run/user/1000'
export XDG_SEAT='seat0'
export XDG_SEAT_PATH='/org/freedesktop/DisplayManager/Seat0'
export XDG_SESSION_DESKTOP='lightdm-xsession'
export XDG_SESSION_ID='2'
export XDG_SESSION_PATH='/org/freedesktop/DisplayManager/Session0'
export XDG_SESSION_TYPE='x11'
export XDG_VTNR='7'
/usr/bin/bl-tint2restart: no tint2 processes running
xRandr: Found crtc's: 2
xRandr: Linking output LVDS-1 with crtc 0
xRandr: crtc 1 seems disabled
No XSETTINGS manager, tint2 uses config option 'launcher_icon_theme'.
tint2 : invalid option "gradient",
  upgrade tint2 or correct your config file
tint2 : invalid option "start_color",
  upgrade tint2 or correct your config file
tint2 : invalid option "end_color",
  upgrade tint2 or correct your config file
tint2 : invalid option "color_stop",
  upgrade tint2 or correct your config file
tint2 : invalid option "gradient",
  upgrade tint2 or correct your config file
tint2 : invalid option "start_color",
  upgrade tint2 or correct your config file
tint2 : invalid option "end_color",
  upgrade tint2 or correct your config file
tint2 : invalid option "gradient_id",
  upgrade tint2 or correct your config file
tint2 : invalid option "gradient_id",
  upgrade tint2 or correct your config file
tint2 : invalid option "separator",
  upgrade tint2 or correct your config file
tint2 : invalid option "separator_background_id",
  upgrade tint2 or correct your config file
tint2 : invalid option "separator_color",
  upgrade tint2 or correct your config file
tint2 : invalid option "separator_style",
  upgrade tint2 or correct your config file
tint2 : invalid option "separator_size",
  upgrade tint2 or correct your config file
tint2 : invalid option "separator_padding",
  upgrade tint2 or correct your config file
tint2 : invalid option "separator",
  upgrade tint2 or correct your config file
tint2 : invalid option "separator_background_id",
  upgrade tint2 or correct your config file
tint2 : invalid option "separator_color",
  upgrade tint2 or correct your config file
tint2 : invalid option "separator_style",
  upgrade tint2 or correct your config file
tint2 : invalid option "separator_size",
  upgrade tint2 or correct your config file
tint2 : invalid option "separator_padding",
  upgrade tint2 or correct your config file
tint2 : invalid option "button",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_icon",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_text",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_tooltip",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_lclick_command",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_rclick_command",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_mclick_command",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_uwheel_command",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_dwheel_command",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_font_color",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_padding",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_background_id",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_centered",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_max_icon_size",
  upgrade tint2 or correct your config file
tint2 : invalid option "button",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_icon",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_text",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_tooltip",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_lclick_command",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_rclick_command",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_mclick_command",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_uwheel_command",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_dwheel_command",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_font_color",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_padding",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_background_id",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_centered",
  upgrade tint2 or correct your config file
tint2 : invalid option "button_max_icon_size",
  upgrade tint2 or correct your config file
execp_interval must be an integer >= 1
real transparency on... depth: 32
panel items: LTSCP
Systray composited rendering on
tint2 : nb monitor 1, nb monitor used 1, nb desktop 2
Kernel uevent interface initialized...
Loading icon theme cache...
launcher.c 216: Using icon /usr/share/icons/Paper/24x24/apps/web-browser.png
launcher.c 216: Using icon /usr/share/icons/Paper/24x24/apps/system-file-manager.png
launcher.c 216: Using icon /usr/share/icons/Paper/24x24/apps/accessories-text-editor.png
launcher.c 216: Using icon /usr/share/icons/Paper/24x24/apps/utilities-terminal.png
systray window 31457292
tint2 : systray started

(clipit:899): GLib-GObject-WARNING **: /build/glib2.0-B1uXKV/glib2.0-2.50.3/./gobject/gsignal.c:2523: signal 'child-added' is invalid for instance '0x555fb846a180' of type 'GtkMenu'
conky: desktop window (c8) is root window
conky: window type - normal
conky: drawing to created window (0x2600001)
conky: drawing to double buffer
conky: forked to background, pid is 910

add_icon: 35651617 (clipit), pid 899, visual 0x55ab803ce7c0, colormap 35651616, depth 32, width 200, height 200
systray 883: cannot embed icon for window 35651617 (clipit) parent 31457362 pid 899
remove_icon: 35651617 (clipit)
add_icon: 35651648 (clipit), pid 899, visual 0x55ab803ce7c0, colormap 35651616, depth 32, width 200, height 200
add_icon: 48234499 (Miniaplicación Gestor de la red), pid 916, visual 0x55ab803ce7c0, colormap 48234498, depth 32, width 1, height 1
add_icon: 37748739 (pnmixer), pid 897, visual 0x55ab803ce7c0, colormap 37748738, depth 32, width 1, height 1
add_icon: 46137348 (xfce4-power-manager), pid 920, visual 0x55ab803ce7c0, colormap 46137347, depth 32, width 200, height 200
systray: error code 9
systray: error code 9
systray: error code 9
remove_icon: 46137348 (xfce4-power-manager)
add_icon: 46137380 (xfce4-power-manager), pid 920, visual 0x55ab803ce7c0, colormap 46137347, depth 32, width 200, height 200
Warning: python-keybinder is not installed. This means the hide_window shortcut will be unavailable
Unable to bind hide_window key, another instance/window has it.
Complemento ActivityWatch no disponible: instale python-notify
PluginRegistry::load_plugins: Importing plugin activitywatch.py failed: 'module' object has no attribute 'AVAILABLE'

(firefox-esr:1062): GLib-GIO-WARNING **: /home/jorgelugra/.local/share/applications/defaults.list contains a [Added Associations] group, but it is not permitted here.  Only the non-desktop-specific mimeapps.list file may add or remove associations.
1525534138530	addons.webextension.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}	WARN	Loading extension '{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}': Reading manifest: Error processing background.persistent: Event pages are not currently supported. This will run as a persistent background page.
1525534138576	addons.webextension.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}	WARN	Loading extension '{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}': Reading manifest: Error processing permissions.7: Unknown permission "unlimitedStorage"
1525534138592	addons.webextension.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}	WARN	Loading extension '{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}': Reading manifest: Error processing devtools_page: An unexpected property was found in the WebExtension manifest.
1525534138592	addons.webextension.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}	WARN	Loading extension '{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}': Reading manifest: Error processing minimum_opera_version: An unexpected property was found in the WebExtension manifest.
1525534138594	addons.webextension.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}	WARN	Loading extension '{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}': Reading manifest: Error processing storage: An unexpected property was found in the WebExtension manifest.
1525534138730	addons.webextension.{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}	WARN	Please specify whether you want browser_style or not in your browser_action options.

How I start a pristine session, and list the autostart scripts because that path doesn't exists actually

Edit: I have reinstalled the whole system with two partitions (boot and home) restarted sometimes and the problem still exists. Also If I don't press anykey the desktop doesn't load at all, I wait couple minutes to check it.

Last edited by costgranda (2018-05-05 16:36:54)

Offline

#11 2018-05-06 04:58:55

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: [SOLVED] Slow desktop load after login

"pristine" means just after you logged on, without opening any applications.
but even so, i can't make much sense of the .xsession-errors you posted; what i can make sense of look harmless to me (don't worry about those tint2 errors)

if the openbox autostart script is not there, it must be somewhere else.
please try

locate openbox-xdg-autostart

or

find / -name openbox-xdg-autostart 2>/dev/null

and i ask again, WHEN do you perceive the slowness:
during the boot up until the graphical login (display manager), or AFTER the graphical login?

have you installed anything?
do you autostart anything?
have you edited BL's config files, ~/.config/openbox/autostart maybe?

please, we need answers to ALL questions asked.

and please get into the habit of showing us commands & their output, copy-pasting the text between code tags (no screenshots, no paraphrasing).

edit:
also output of

dmesg

please.

Last edited by ohnonot (2018-05-06 04:59:48)

Offline

#12 2018-05-06 21:24:31

costgranda
Member
Registered: 2017-10-02
Posts: 6

Re: [SOLVED] Slow desktop load after login

I found the autostart script

/usr/lib/x86_64-linux-gnu/openbox-xdg-autostart

The output:

jorgelugra@jl-laptop:~$ /usr/lib/x86_64-linux-gnu/openbox-xdg-autostart --list
[ ] Certificados y almacenamiento de claves
	  File: /etc/xdg/autostart/gnome-keyring-pkcs11.desktop
	  Executes: /usr/bin/gnome-keyring-daemon --start --components=pkcs11
	* Excluded by: OnlyShowIn (GNOME, Unity, MATE)

[ ] Agente de claves SSH
	  File: /etc/xdg/autostart/gnome-keyring-ssh.desktop
	  Executes: /usr/bin/gnome-keyring-daemon --start --components=ssh
	* Excluded by: OnlyShowIn (GNOME, Unity, MATE)

[*] Administrador de energía
	  File: /etc/xdg/autostart/xfce4-power-manager.desktop
	  Executes: xfce4-power-manager

[ ] Conversión de datos de GSettings
	  File: /etc/xdg/autostart/gsettings-data-convert.desktop
	  Executes: gsettings-data-convert
	* Excluded by: OnlyShowIn (GNOME, Unity)

[ ] ClipIt
	  File: /etc/xdg/autostart/clipit-startup.desktop
	  Executes: clipit
	* Excluded by: OnlyShowIn (GNOME, XFCE, LXDE, Unity)

[*] Red
	  File: /etc/xdg/autostart/nm-applet.desktop
	  Executes: nm-applet

[*] AT-SPI D-Bus Bus
	  File: /etc/xdg/autostart/at-spi-dbus-bus.desktop
	  Executes: /usr/lib/at-spi2-core/at-spi-bus-launcher --launch-immediately

[*] Bloqueador de pantalla
	  File: /etc/xdg/autostart/light-locker.desktop
	  Executes: light-locker

[ ] Agente de autenticación de PolicyKit
	  File: /etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
	  Executes: /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
	* Excluded by: OnlyShowIn (XFCE, Unity, X-Cinnamon)

[ ] Servicio de almacenamiento de secretos
	  File: /etc/xdg/autostart/gnome-keyring-secrets.desktop
	  Executes: /usr/bin/gnome-keyring-daemon --start --components=secrets
	* Excluded by: OnlyShowIn (GNOME, Unity, MATE)

[*] Sistema de Sonido PulseAudio
	  File: /etc/xdg/autostart/pulseaudio.desktop
	  Executes: start-pulseaudio-x11

And I perceive the slowness after the graphical login.
Nothing installed, nothing modified, is a fresh install.

DMESG:

jorgelugra@jl-laptop:~$ sudo dmesg 
[sudo] password for jorgelugra: 
[    0.000000] microcode: microcode updated early to revision 0x29, date = 2013-06-12
[    0.000000] Linux version 4.9.0-6-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-6-amd64 root=/dev/sda1 ro quiet
[    0.000000] Disabled fast string operations
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bac8efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bac8f000-0x00000000badd3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000badd4000-0x00000000bade0fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bade1000-0x00000000bae0bfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bae0c000-0x00000000bae0dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bae0e000-0x00000000bae0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bae10000-0x00000000bae12fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bae13000-0x00000000baf17fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000baf18000-0x00000000baf1bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000baf1c000-0x00000000baf1efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000baf1f000-0x00000000baf9efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb000000-0x00000000bf9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023e9fefff] usable
[    0.000000] BIOS-e820: [mem 0x000000023e9ff000-0x000000023fdfffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Dell Inc.          Dell System Inspiron N4110/05TM8C, BIOS A11 02/09/2012
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x23e9ff max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 080000000 mask FC0000000 write-back
[    0.000000]   3 base 0BC000000 mask FFC000000 uncachable
[    0.000000]   4 base 0BB000000 mask FFF000000 uncachable
[    0.000000]   5 base 100000000 mask F00000000 write-back
[    0.000000]   6 base 200000000 mask FC0000000 write-back
[    0.000000]   7 base 23FE00000 mask FFFE00000 uncachable
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0xbb000 max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [ffff8af3c0097000] 97000 size 24576
[    0.000000] reserving inaccessible SNB gfx pages
[    0.000000] BRK [0x1a8339000, 0x1a8339fff] PGTABLE
[    0.000000] BRK [0x1a833a000, 0x1a833afff] PGTABLE
[    0.000000] BRK [0x1a833b000, 0x1a833bfff] PGTABLE
[    0.000000] BRK [0x1a833c000, 0x1a833cfff] PGTABLE
[    0.000000] BRK [0x1a833d000, 0x1a833dfff] PGTABLE
[    0.000000] BRK [0x1a833e000, 0x1a833efff] PGTABLE
[    0.000000] BRK [0x1a833f000, 0x1a833ffff] PGTABLE
[    0.000000] BRK [0x1a8340000, 0x1a8340fff] PGTABLE
[    0.000000] BRK [0x1a8341000, 0x1a8341fff] PGTABLE
[    0.000000] BRK [0x1a8342000, 0x1a8342fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x34c95000-0x36641fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F00E0 000024 (v02 DELL  )
[    0.000000] ACPI: XSDT 0x00000000BAFFE120 00008C (v01 DELL   QA09     00000002 LOHR 00000002)
[    0.000000] ACPI: FACP 0x00000000BAFED000 0000F4 (v03 DELL   QA09     00000002 PTL  00000002)
[    0.000000] ACPI: DSDT 0x00000000BAFF0000 009775 (v02 DELL   SNB-CPT  00000000 INTL 20061109)
[    0.000000] ACPI: FACS 0x00000000BAF40000 000040
[    0.000000] ACPI: FACS 0x00000000BAF40000 000040
[    0.000000] ACPI: SLIC 0x00000000BAFFD000 000176 (v01 DELL   QA09     00000002 LOHR 00000001)
[    0.000000] ACPI: BOOT 0x00000000BAFFC000 000028 (v01                 00000001 PTL  00000001)
[    0.000000] ACPI: SSDT 0x00000000BAFFA000 001068 (v01 DELL   PtidDevc 00001000 INTL 20061109)
[    0.000000] ACPI: ASF! 0x00000000BAFEF000 0000A5 (v32 DELL   QA09     00000002 PTL  00000002)
[    0.000000] ACPI: HPET 0x00000000BAFEC000 000038 (v01 DELL   QA09     00000002 PTL  00000002)
[    0.000000] ACPI: APIC 0x00000000BAFEB000 000098 (v01 DELL   QA09     00000002 PTL  00000002)
[    0.000000] ACPI: MCFG 0x00000000BAFEA000 00003C (v01 DELL   QA09     00000002 PTL  00000002)
[    0.000000] ACPI: SSDT 0x00000000BAFE9000 0007C2 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x00000000BAFE8000 000996 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: UEFI 0x00000000BAFE7000 00003E (v01 DELL   QA09     00000002 PTL  00000002)
[    0.000000] ACPI: UEFI 0x00000000BAFE6000 000042 (v01 PTL    COMBUF   00000001 PTL  00000001)
[    0.000000] ACPI: UEFI 0x00000000BAFE5000 000256 (v01 DELL   QA09     00000002 PTL  00000002)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023e9fefff]
[    0.000000] NODE_DATA(0) allocated [mem 0x23e9fa000-0x23e9fefff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000023e9fefff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bac8efff]
[    0.000000]   node   0: [mem 0x00000000bafff000-0x00000000baffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000023e9fefff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000023e9fefff]
[    0.000000] On node 0 totalpages: 2070059
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 156 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11891 pages used for memmap
[    0.000000]   DMA32 zone: 760976 pages, LIFO batch:31
[    0.000000]   Normal zone: 20392 pages used for memmap
[    0.000000]   Normal zone: 1305087 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x00000000bba00000-0x00000000bf9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbac8f000-0xbadd3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbadd4000-0xbade0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbade1000-0xbae0bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbae0c000-0xbae0dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbae0e000-0xbae0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbae10000-0xbae12fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbae13000-0xbaf17fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaf18000-0xbaf1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaf1c000-0xbaf1efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaf1f000-0xbaf9efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaf9f000-0xbaffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb000000-0xbf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
[    0.000000] e820: [mem 0xbfa00000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff8af5fe400000 s105240 r8192 d29928 u262144
[    0.000000] pcpu-alloc: s105240 r8192 d29928 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2037556
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-6-amd64 root=/dev/sda1 ro quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8039420K/8280236K available (6236K kernel code, 1159K rwdata, 2868K rodata, 1416K init, 688K bss, 240816K reserved, 0K cma-reserved)
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:33024 nr_irqs:488 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2392.407 MHz processor
[    0.000083] Calibrating delay loop (skipped), value calculated using timer frequency.. 4784.81 BogoMIPS (lpj=9569628)
[    0.000090] pid_max: default: 32768 minimum: 301
[    0.000136] ACPI: Core revision 20160831
[    0.022778] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.022915] Security Framework initialized
[    0.022917] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.022929] AppArmor: AppArmor disabled by boot time parameter
[    0.024245] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.029054] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.031171] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.031197] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.031905] Disabled fast string operations
[    0.031909] CPU: Physical Processor ID: 0
[    0.031911] CPU: Processor Core ID: 0
[    0.031922] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.031923] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.031928] mce: CPU supports 7 MCE banks
[    0.031963] process: using mwait in idle threads
[    0.031970] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.031973] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.031976] Spectre V2 : Mitigation: Full generic retpoline
[    0.033346] Freeing SMP alternatives memory: 24K
[    0.048833] ftrace: allocating 25236 entries in 99 pages
[    0.117856] smpboot: Max logical packages: 4
[    0.117945] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.118484] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.158183] TSC deadline timer enabled
[    0.158190] smpboot: CPU0: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[    0.158201] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.158273] ... version:                3
[    0.158275] ... bit width:              48
[    0.158276] ... generic registers:      4
[    0.158278] ... value mask:             0000ffffffffffff
[    0.158280] ... max period:             00007fffffffffff
[    0.158282] ... fixed-purpose events:   3
[    0.158283] ... event mask:             000000070000000f
[    0.160164] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.160503] x86: Booting SMP configuration:
[    0.160506] .... node  #0, CPUs:      #1
[    0.161283] Disabled fast string operations
[    0.163823]  #2
[    0.165536] Disabled fast string operations
[    0.168040]  #3
[    0.168765] Disabled fast string operations
[    0.170947] x86: Booted up 1 node, 4 CPUs
[    0.170953] smpboot: Total of 4 processors activated (19139.25 BogoMIPS)
[    0.179602] devtmpfs: initialized
[    0.179807] x86/mm: Memory block size: 128MB
[    0.188913] PM: Registering ACPI NVS region [mem 0xbadd4000-0xbade0fff] (53248 bytes)
[    0.188920] PM: Registering ACPI NVS region [mem 0xbae0c000-0xbae0dfff] (8192 bytes)
[    0.188925] PM: Registering ACPI NVS region [mem 0xbae10000-0xbae12fff] (12288 bytes)
[    0.188929] PM: Registering ACPI NVS region [mem 0xbaf18000-0xbaf1bfff] (16384 bytes)
[    0.188933] PM: Registering ACPI NVS region [mem 0xbaf1f000-0xbaf9efff] (524288 bytes)
[    0.189147] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.189185] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.189316] pinctrl core: initialized pinctrl subsystem
[    0.189650] NET: Registered protocol family 16
[    0.206800] cpuidle: using governor ladder
[    0.222808] cpuidle: using governor menu
[    0.222861] Simple Boot Flag at 0x66 set to 0x1
[    0.222882] ACPI: bus type PCI registered
[    0.222886] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.223097] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.223102] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.223118] PCI: Using configuration type 1 for base access
[    0.223234] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.223994] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.223995] mtrr: probably your BIOS does not setup all CPUs.
[    0.223997] mtrr: corrected configuration.
[    0.239196] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.239913] ACPI: Added _OSI(Module Device)
[    0.239916] ACPI: Added _OSI(Processor Device)
[    0.239918] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.239921] ACPI: Added _OSI(Processor Aggregator Device)
[    0.240469] ACPI: Executed 2 blocks of module-level executable AML code
[    0.250702] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.252076] ACPI: Dynamic OEM Table Load:
[    0.252098] ACPI: SSDT 0xFFFF8AF5FE1B3000 00067C (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.253267] ACPI: Dynamic OEM Table Load:
[    0.253286] ACPI: SSDT 0xFFFF8AF5F4AC7000 000303 (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.254074] ACPI: Dynamic OEM Table Load:
[    0.254089] ACPI: SSDT 0xFFFF8AF5F4A7E200 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.256168] ACPI : EC: EC started
[    0.256170] ACPI : EC: interrupt blocked
[    0.258514] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.258519] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.258523] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.258524] ACPI: Interpreter enabled
[    0.258583] ACPI: (supports S0 S3 S4 S5)
[    0.258585] ACPI: Using IOAPIC for interrupt routing
[    0.258663] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.274106] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.274119] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.274230] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.275544] PCI host bridge to bus 0000:00
[    0.275551] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.275556] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.275560] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.275565] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff window]
[    0.275569] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.275574] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.275596] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    0.275847] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[    0.275874] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff 64bit]
[    0.275890] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.275902] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.276198] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.276244] pci 0000:00:16.0: reg 0x10: [mem 0xd0705000-0xd070500f 64bit]
[    0.276406] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.276632] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.276670] pci 0000:00:1a.0: reg 0x10: [mem 0xd070a000-0xd070a3ff]
[    0.276854] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.276997] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.277130] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.277171] pci 0000:00:1b.0: reg 0x10: [mem 0xd0700000-0xd0703fff 64bit]
[    0.277354] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.277581] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.277759] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.277874] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.277997] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
[    0.278174] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.278284] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.278407] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[    0.278583] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.278692] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.278822] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.278860] pci 0000:00:1d.0: reg 0x10: [mem 0xd0709000-0xd07093ff]
[    0.279058] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.279196] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.279319] pci 0000:00:1f.0: [8086:1c4b] type 00 class 0x060100
[    0.279714] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[    0.279755] pci 0000:00:1f.2: reg 0x10: [io  0x3088-0x308f]
[    0.279775] pci 0000:00:1f.2: reg 0x14: [io  0x3094-0x3097]
[    0.279795] pci 0000:00:1f.2: reg 0x18: [io  0x3080-0x3087]
[    0.279816] pci 0000:00:1f.2: reg 0x1c: [io  0x3090-0x3093]
[    0.279835] pci 0000:00:1f.2: reg 0x20: [io  0x3060-0x307f]
[    0.279856] pci 0000:00:1f.2: reg 0x24: [mem 0xd0708000-0xd07087ff]
[    0.279971] pci 0000:00:1f.2: PME# supported from D3hot
[    0.280176] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.280214] pci 0000:00:1f.3: reg 0x10: [mem 0xd0704000-0xd07040ff 64bit]
[    0.280266] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    0.280920] pci 0000:01:00.0: [8086:008a] type 00 class 0x028000
[    0.281302] pci 0000:01:00.0: reg 0x10: [mem 0xd0600000-0xd0601fff 64bit]
[    0.283133] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.283493] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.295071] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.295084] pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
[    0.295285] pci 0000:02:00.0: [1033:0194] type 00 class 0x0c0330
[    0.295337] pci 0000:02:00.0: reg 0x10: [mem 0xd0500000-0xd0501fff 64bit]
[    0.295586] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.295671] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.295816] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.295829] pci 0000:00:1c.2:   bridge window [mem 0xd0500000-0xd05fffff]
[    0.296017] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.296057] pci 0000:03:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.296115] pci 0000:03:00.0: reg 0x18: [mem 0xd0404000-0xd0404fff 64bit pref]
[    0.296152] pci 0000:03:00.0: reg 0x20: [mem 0xd0400000-0xd0403fff 64bit pref]
[    0.296333] pci 0000:03:00.0: supports D1 D2
[    0.296337] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.296424] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.306966] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.306974] pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
[    0.306992] pci 0000:00:1c.4:   bridge window [mem 0xd0400000-0xd04fffff 64bit pref]
[    0.308340] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    0.308501] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.308661] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    0.308817] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[    0.308970] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.309123] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.309277] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    0.309430] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    0.310016] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.310244] ACPI : EC: interrupt unblocked
[    0.310257] ACPI : EC: event unblocked
[    0.310270] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.310275] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.310511] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.310514] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.310520] vgaarb: loaded
[    0.310522] vgaarb: bridge control possible 0000:00:02.0
[    0.310729] PCI: Using ACPI for IRQ routing
[    0.314930] PCI: pci_cache_line_size set to 64 bytes
[    0.315079] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.315083] e820: reserve RAM buffer [mem 0xbac8f000-0xbbffffff]
[    0.315088] e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
[    0.315091] e820: reserve RAM buffer [mem 0x23e9ff000-0x23fffffff]
[    0.315533] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.315549] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.317590] clocksource: Switched to clocksource hpet
[    0.334308] VFS: Disk quotas dquot_6.6.0
[    0.334374] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.334601] pnp: PnP ACPI init
[    0.334983] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.334989] system 00:00: [io  0x1000-0x1003] has been reserved
[    0.334993] system 00:00: [io  0x1004-0x1013] has been reserved
[    0.334998] system 00:00: [io  0xffff] has been reserved
[    0.335003] system 00:00: [io  0x0400-0x0453] has been reserved
[    0.335007] system 00:00: [io  0x0458-0x047f] has been reserved
[    0.335012] system 00:00: [io  0x0500-0x057f] has been reserved
[    0.335016] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.335025] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.335109] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.335271] system 00:02: [io  0x0454-0x0457] has been reserved
[    0.335278] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.335434] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.335558] pnp 00:04: Plug and Play ACPI device, IDs DLL04d7 PNP0f13 (active)
[    0.335960] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.335965] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.335970] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.335975] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.335983] system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.335988] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.335992] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.335997] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.336002] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[    0.336007] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.336012] system 00:05: [mem 0xfff00000-0xfff00fff] has been reserved
[    0.336018] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.336542] pnp: PnP ACPI: found 6 devices
[    0.346403] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.346472] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.346486] pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
[    0.346505] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.346515] pci 0000:00:1c.2:   bridge window [mem 0xd0500000-0xd05fffff]
[    0.346534] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.346540] pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
[    0.346556] pci 0000:00:1c.4:   bridge window [mem 0xd0400000-0xd04fffff 64bit pref]
[    0.346573] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.346578] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.346582] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.346587] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfeafffff window]
[    0.346591] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
[    0.346595] pci_bus 0000:01: resource 1 [mem 0xd0600000-0xd06fffff]
[    0.346600] pci_bus 0000:02: resource 1 [mem 0xd0500000-0xd05fffff]
[    0.346604] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.346608] pci_bus 0000:03: resource 2 [mem 0xd0400000-0xd04fffff 64bit pref]
[    0.346866] NET: Registered protocol family 2
[    0.347377] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.347780] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.348133] TCP: Hash tables configured (established 65536 bind 65536)
[    0.348206] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.348282] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.348482] NET: Registered protocol family 1
[    0.348519] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.349841] PCI: CLS 64 bytes, default 64
[    0.349964] Unpacking initramfs...
[    1.556119] Freeing initrd memory: 26292K
[    1.556172] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.556174] software IO TLB [mem 0xb6c8f000-0xbac8f000] (64MB) mapped at [ffff8af476c8f000-ffff8af47ac8efff]
[    1.556610] audit: initializing netlink subsys (disabled)
[    1.556629] audit: type=2000 audit(1525640514.528:1): initialized
[    1.557051] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    1.557090] zbud: loaded
[    1.557963] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.557997] io scheduler noop registered
[    1.557998] io scheduler deadline registered
[    1.558011] io scheduler cfq registered (default)
[    1.558366] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.558372] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.558386] intel_idle: MWAIT substates: 0x21120
[    1.558387] intel_idle: v0.4.1 model 0x2A
[    1.558554] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.558743] GHES: HEST is not enabled!
[    1.558803] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.559254] Linux agpgart interface v0.103
[    1.559323] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.559324] AMD IOMMUv2 functionality not available on this system
[    1.559685] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.564450] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.564454] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.564602] mousedev: PS/2 mouse device common for all mice
[    1.564657] rtc_cmos 00:01: RTC can wake from S4
[    1.564805] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.564832] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.564845] intel_pstate: Intel P-state driver initializing
[    1.565068] ledtrig-cpu: registered to indicate activity on CPUs
[    1.566667] NET: Registered protocol family 10
[    1.567324] mip6: Mobile IPv6
[    1.567329] NET: Registered protocol family 17
[    1.567334] mpls_gso: MPLS GSO support
[    1.567964] microcode: sig=0x206a7, pf=0x10, revision=0x29
[    1.568195] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.568548] registered taskstats version 1
[    1.568584] zswap: loaded using pool lzo/zbud
[    1.568848] ima: No TPM chip found, activating TPM-bypass!
[    1.569571] rtc_cmos 00:01: setting system clock to 2018-05-06 21:01:55 UTC (1525640515)
[    1.569716] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.569885] PM: Hibernation image not present or could not be loaded.
[    1.573855] Freeing unused kernel memory: 1416K
[    1.573858] Write protecting the kernel read-only data: 12288k
[    1.575627] Freeing unused kernel memory: 1940K
[    1.583471] Freeing unused kernel memory: 1228K
[    1.597567] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.708617] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.708715] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.708727] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.708741] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.709925] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.710026] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.713385] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.713622] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.713667] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.714574] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.752529] thermal LNXTHERM:00: registered as thermal_zone0
[    1.752531] ACPI: Thermal Zone [TZ00] (58 C)
[    1.752896] thermal LNXTHERM:01: registered as thermal_zone1
[    1.752897] ACPI: Thermal Zone [TZ01] (58 C)
[    1.754755] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.754764] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.754780] ACPI: bus type USB registered
[    1.754809] usbcore: registered new interface driver usbfs
[    1.754821] usbcore: registered new interface driver hub
[    1.754853] usbcore: registered new device driver usb
[    1.755261] r8169 0000:03:00.0 eth0: RTL8168e/8111e at 0xffff9e2b00c71000, 14:fe:b5:b7:4f:0d, XID 0c200000 IRQ 24
[    1.755264] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.755422] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.755625] ehci-pci: EHCI PCI platform driver
[    1.755748] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.755758] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.755779] ehci-pci 0000:00:1a.0: debug port 2
[    1.758346] SCSI subsystem initialized
[    1.759707] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.759852] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd070a000
[    1.760264] libata version 3.00 loaded.
[    1.765393] AVX version of gcm_enc/dec engaged.
[    1.765394] AES CTR mode by8 optimization enabled
[    1.773507] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.773661] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.773664] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.773666] usb usb1: Product: EHCI Host Controller
[    1.773667] usb usb1: Manufacturer: Linux 4.9.0-6-amd64 ehci_hcd
[    1.773669] usb usb1: SerialNumber: 0000:00:1a.0
[    1.773823] hub 1-0:1.0: USB hub found
[    1.773834] hub 1-0:1.0: 2 ports detected
[    1.773960] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    1.773970] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    1.774148] xhci_hcd 0000:02:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x00000004
[    1.774399] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.774401] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.774403] usb usb2: Product: xHCI Host Controller
[    1.774404] usb usb2: Manufacturer: Linux 4.9.0-6-amd64 xhci-hcd
[    1.774406] usb usb2: SerialNumber: 0000:02:00.0
[    1.774559] hub 2-0:1.0: USB hub found
[    1.774573] hub 2-0:1.0: 2 ports detected
[    1.774715] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    1.774720] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
[    1.777502] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.777540] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.777566] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    1.777568] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.777569] usb usb3: Product: xHCI Host Controller
[    1.777570] usb usb3: Manufacturer: Linux 4.9.0-6-amd64 xhci-hcd
[    1.777572] usb usb3: SerialNumber: 0000:02:00.0
[    1.777721] hub 3-0:1.0: USB hub found
[    1.777734] hub 3-0:1.0: 2 ports detected
[    1.777872] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.777887] ehci-pci 0000:00:1d.0: debug port 2
[    1.781794] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.782071] ehci-pci 0000:00:1d.0: irq 23, io mem 0xd0709000
[    1.783358] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    1.797603] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.797658] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    1.797659] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.797660] usb usb4: Product: EHCI Host Controller
[    1.797661] usb usb4: Manufacturer: Linux 4.9.0-6-amd64 ehci_hcd
[    1.797662] usb usb4: SerialNumber: 0000:00:1d.0
[    1.797980] hub 4-0:1.0: USB hub found
[    1.797995] hub 4-0:1.0: 2 ports detected
[    1.798278] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.798749] ahci 0000:00:1f.2: version 3.0
[    1.798914] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.809078] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x13 impl SATA mode
[    1.809081] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst 
[    1.830630] scsi host0: ahci
[    1.830837] scsi host1: ahci
[    1.831096] scsi host2: ahci
[    1.831245] scsi host3: ahci
[    1.831357] scsi host4: ahci
[    1.831474] scsi host5: ahci
[    1.831554] ata1: SATA max UDMA/133 abar m2048@0xd0708000 port 0xd0708100 irq 30
[    1.831558] ata2: SATA max UDMA/133 abar m2048@0xd0708000 port 0xd0708180 irq 30
[    1.831559] ata3: DUMMY
[    1.831560] ata4: DUMMY
[    1.831562] ata5: SATA max UDMA/133 abar m2048@0xd0708000 port 0xd0708300 irq 30
[    1.831563] ata6: DUMMY
[    2.101587] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.125545] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    2.145591] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.153307] ata1.00: ATA-9: ADATA SU650, Q0831C0, max UDMA/133
[    2.153314] ata1.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    2.171460] ata1.00: configured for UDMA/133
[    2.172132] scsi 0:0:0:0: Direct-Access     ATA      ADATA SU650      1C0  PQ: 0 ANSI: 5
[    2.250235] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    2.250240] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.250874] hub 1-1:1.0: USB hub found
[    2.250993] hub 1-1:1.0: 6 ports detected
[    2.273886] usb 4-1: New USB device found, idVendor=8087, idProduct=0024
[    2.273900] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.274367] hub 4-1:1.0: USB hub found
[    2.274496] hub 4-1:1.0: 8 ports detected
[    2.477709] random: fast init done
[    2.516746] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.520299] ata2.00: ATAPI: PLDS DVD+/-RW DS-8A5SH, XD14, max UDMA/100
[    2.521479] ata2.00: configured for UDMA/100
[    2.533130] scsi 1:0:0:0: CD-ROM            PLDS     DVD+-RW DS-8A5SH XD14 PQ: 0 ANSI: 5
[    2.537493] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
[    2.561519] usb 4-1.5: new full-speed USB device number 3 using ehci-pci
[    2.575744] psmouse serio1: synaptics: queried max coordinates: x [..5798], y [..4992]
[    2.581539] tsc: Refined TSC clocksource calibration: 2392.229 MHz
[    2.581562] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x227b8a85aa5, max_idle_ns: 440795284834 ns
[    2.646697] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0x8a0400/0x0, board id: 1648, fw id: 720989
[    2.674459] usb 4-1.5: New USB device found, idVendor=8086, idProduct=0189
[    2.674466] usb 4-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.692266] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2
[    2.764846] usb 1-1.4: New USB device found, idVendor=1bcf, idProduct=2b80
[    2.764851] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.764854] usb 1-1.4: Product: Laptop_Integrated_Webcam_HD
[    2.764857] usb 1-1.4: Manufacturer: CKFA156H433010002730
[    2.865358] ata5: SATA link down (SStatus 0 SControl 300)
[    2.872004] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    2.872236] sd 0:0:0:0: [sda] Write Protect is off
[    2.872247] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.872322] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.873744]  sda: sda1 sda2 sda3
[    2.875104] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.899655] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.899660] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.900020] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    3.121396] raid6: sse2x1   gen()  4204 MB/s
[    3.189379] raid6: sse2x1   xor()  4552 MB/s
[    3.257377] raid6: sse2x2   gen()  8836 MB/s
[    3.325365] raid6: sse2x2   xor()  7157 MB/s
[    3.393366] raid6: sse2x4   gen() 11551 MB/s
[    3.461357] raid6: sse2x4   xor()  8694 MB/s
[    3.461358] raid6: using algorithm sse2x4 gen() 11551 MB/s
[    3.461359] raid6: .... xor() 8694 MB/s, rmw enabled
[    3.461359] raid6: using ssse3x2 recovery algorithm
[    3.461604] xor: automatically using best checksumming function   avx       
[    3.466435] Btrfs loaded, crc32c=crc32c-intel
[    3.559586] PM: Starting manual resume from disk
[    3.559593] PM: Hibernation image partition 8:2 present
[    3.559595] PM: Looking for hibernation image.
[    3.559913] PM: Image not found (code -22)
[    3.559915] PM: Hibernation image not present or could not be loaded.
[    3.605595] clocksource: Switched to clocksource tsc
[    3.652412] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.788759] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.798846] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    3.799166] systemd[1]: Detected architecture x86-64.
[    3.799387] systemd[1]: Set hostname to <jl-laptop>.
[    3.801995] systemd[1]: Initializing machine ID from random generator.
[    3.802057] systemd[1]: Installed transient /etc/machine-id file.
[    3.888130] systemd[1]: Reached target Remote File Systems.
[    3.888352] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.888448] systemd[1]: Listening on Journal Socket.
[    3.888536] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.888897] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.912600] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    3.981876] systemd-journald[245]: Received request to flush runtime journal from PID 1
[    4.085222] media: Linux media interface: v0.10
[    4.091908] Linux video capture interface: v2.00
[    4.091949] [drm] Initialized
[    4.099239] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.105058] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_HD (1bcf:2b80)
[    4.122807] uvcvideo 1-1.4:1.0: Entity type for entity Extension 4 was not initialized!
[    4.122812] uvcvideo 1-1.4:1.0: Entity type for entity Extension 3 was not initialized!
[    4.122814] uvcvideo 1-1.4:1.0: Entity type for entity Processing 2 was not initialized!
[    4.122816] uvcvideo 1-1.4:1.0: Entity type for entity Camera 1 was not initialized!
[    4.122923] input: Laptop_Integrated_Webcam_HD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input3
[    4.122953] usbcore: registered new interface driver uvcvideo
[    4.122954] USB Video Class driver (1.1.1)
[    4.125422] ACPI: AC Adapter [ADP0] (off-line)
[    4.125542] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[    4.125547] ACPI: Power Button [PWRB]
[    4.125613] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
[    4.125615] ACPI: Sleep Button [SLPB]
[    4.126398] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
[    4.127622] ACPI: Lid Switch [LID0]
[    4.127698] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    4.127702] ACPI: Power Button [PWRF]
[    4.128741] Bluetooth: Core ver 2.22
[    4.128755] NET: Registered protocol family 31
[    4.128756] Bluetooth: HCI device and connection manager initialized
[    4.128760] Bluetooth: HCI socket layer initialized
[    4.128762] Bluetooth: L2CAP socket layer initialized
[    4.128773] Bluetooth: SCO socket layer initialized
[    4.137116] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20160831/utaddress-247)
[    4.137124] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.137127] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
[    4.137131] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.137132] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
[    4.137135] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.137136] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
[    4.137140] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.137141] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    4.138828] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.138951] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    4.148066] usbcore: registered new interface driver btusb
[    4.150044] ACPI: Battery Slot [BAT0] (battery present)
[    4.150745] wmi: Mapper loaded
[    4.153418] Intel(R) Wireless WiFi driver for Linux
[    4.153420] Copyright(c) 2003- 2015 Intel Corporation
[    4.153621] iwlwifi 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    4.160205] [drm] Memory usable by graphics device = 2048M
[    4.160208] [drm] Replacing VGA console driver
[    4.160750] Console: switching to colour dummy device 80x25
[    4.162915] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    4.168089] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.168090] [drm] Driver supports precise vblank timestamp query.
[    4.169917] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.172832] iwlwifi 0000:01:00.0: firmware: direct-loading firmware iwlwifi-6000g2b-6.ucode
[    4.173045] iwlwifi 0000:01:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[    4.174456] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    4.174457] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    4.174458] RAPL PMU: hw unit of domain package 2^-16 Joules
[    4.174459] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    4.174742] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VB: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    4.174744] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.174746] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    4.174748] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    4.174775] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    4.174777] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    4.174779] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    4.196329] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG disabled
[    4.196331] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[    4.196333] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[    4.196335] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Wireless-N 1030 BGN, REV=0xB0
[    4.198429] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    4.214390] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[    4.218534] intel_rapl: Found RAPL domain package
[    4.218537] intel_rapl: Found RAPL domain core
[    4.218537] intel_rapl: Found RAPL domain uncore
[    4.238134] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.238459] acpi device:28: registered as cooling_device5
[    4.238566] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[    4.245433] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.245442] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 0
[    4.247977] fbcon: inteldrmfb (fb0) is primary device
[    4.273902] iTCO_vendor_support: vendor-support=0
[    4.274559] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    4.274691] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[    4.275081] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.275689] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    4.276119] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    4.276202] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    4.276281] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    4.277222] dell_wmi: Detected Dell WMI interface version 0
[    4.277334] input: Dell WMI hotkeys as /devices/virtual/input/input14
[    4.280068] Adding 1985532k swap on /dev/sda2.  Priority:-1 extents:1 across:1985532k SSFS
[    4.281816] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    4.339885] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
[    5.121163] Console: switching to colour frame buffer device 170x48
[    5.143936] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    5.275094] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    6.326393] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[    6.327035] r8169 0000:03:00.0: firmware: direct-loading firmware rtl_nic/rtl8168e-2.fw
[    6.473045] r8169 0000:03:00.0 enp3s0: link down
[    6.473090] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[    6.476998] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    6.479154] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.486111] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.486207] iwlwifi 0000:01:00.0: Radio type=0x2-0x2-0x1
[    6.563518] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.570509] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.570612] iwlwifi 0000:01:00.0: Radio type=0x2-0x2-0x1
[    6.636895] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    6.645308] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.652309] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.652411] iwlwifi 0000:01:00.0: Radio type=0x2-0x2-0x1
[    6.733258] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.740256] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.740358] iwlwifi 0000:01:00.0: Radio type=0x2-0x2-0x1
[    6.803982] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    6.931181] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    7.907435] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    7.914394] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    7.914491] iwlwifi 0000:01:00.0: Radio type=0x2-0x2-0x1
[    7.991911] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    7.998878] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    7.998975] iwlwifi 0000:01:00.0: Radio type=0x2-0x2-0x1
[    8.062764] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    8.121185] wlp1s0: authenticate with 64:77:7d:38:9f:68
[    8.125395] wlp1s0: send auth to 64:77:7d:38:9f:68 (try 1/3)
[    8.132561] wlp1s0: authenticated
[    8.133026] wlp1s0: associate with 64:77:7d:38:9f:68 (try 1/3)
[    8.138407] wlp1s0: RX AssocResp from 64:77:7d:38:9f:68 (capab=0xc11 status=0 aid=3)
[    8.153078] wlp1s0: associated
[    8.371189] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[  148.632180] fuse init (API version 7.26)
[  151.114035] random: crng init done
[  522.183700] device-mapper: uevent: version 1.0.3
[  522.184092] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[  525.586581] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[  525.595527] JFS: nTxBlock = 8192, nTxLock = 65536
[  525.621288] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[  525.650364] QNX4 filesystem 0.2.3 registered.

Thanks for your help, I will keep trying to fixit, and will be back to close the topic

Offline

#13 2018-05-07 05:41:13

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: [SOLVED] Slow desktop load after login

the autostart stuff looks normal.

the last bit of dmesg:

costgranda wrote:
[    6.473090] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[    6.476998] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    6.479154] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.486111] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.486207] iwlwifi 0000:01:00.0: Radio type=0x2-0x2-0x1
[    6.563518] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.570509] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.570612] iwlwifi 0000:01:00.0: Radio type=0x2-0x2-0x1
[    6.636895] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    6.645308] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.652309] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.652411] iwlwifi 0000:01:00.0: Radio type=0x2-0x2-0x1
[    6.733258] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.740256] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    6.740358] iwlwifi 0000:01:00.0: Radio type=0x2-0x2-0x1
[    6.803982] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    6.931181] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    7.907435] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    7.914394] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    7.914491] iwlwifi 0000:01:00.0: Radio type=0x2-0x2-0x1
[    7.991911] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    7.998878] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[    7.998975] iwlwifi 0000:01:00.0: Radio type=0x2-0x2-0x1
[    8.062764] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[    8.121185] wlp1s0: authenticate with 64:77:7d:38:9f:68
[    8.125395] wlp1s0: send auth to 64:77:7d:38:9f:68 (try 1/3)
[    8.132561] wlp1s0: authenticated
[    8.133026] wlp1s0: associate with 64:77:7d:38:9f:68 (try 1/3)
[    8.138407] wlp1s0: RX AssocResp from 64:77:7d:38:9f:68 (capab=0xc11 status=0 aid=3)
[    8.153078] wlp1s0: associated
==> [    8.371189] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
==> [  148.632180] fuse init (API version 7.26)
[  151.114035] random: crng init done
[  522.183700] device-mapper: uevent: version 1.0.3
[  522.184092] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[  525.586581] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[  525.595527] JFS: nTxBlock = 8192, nTxLock = 65536
[  525.621288] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[  525.650364] QNX4 filesystem 0.2.3 registered.

i have marked 2 lines, there's an enormous difference in the timestamps.
could have something to do with it; it would indicate a networking problem, or it could be meaningless (do you remember how much time passed from lgging in til copying the dmesg?).
you could try to disable all networking and see if login becomes faster then.

next:

uname -a
cat /var/log/Xorg.0.log

i won't lie, I'm stumbling in the dark just like you.

do you have an SSD in that machine?

Offline

#14 2018-05-07 12:09:52

Holic_Fr
New Member
Registered: 2018-05-07
Posts: 2

Re: [SOLVED] Slow desktop load after login

Hello, i have the exact same issue with a fresh install on my thinkpad x230

I have tested with and without network

Spec: Intel 3320m, 8go RAM, 240Go SSD kingston

holic@Wonderland:~$ uname -a
Linux Wonderland 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1 (2018-04-29) x86_64 GNU/Linux
holic@Wonderland:~$ cat /var/log/Xorg.0.log
[     4.652] 
X.Org X Server 1.19.2
Release Date: 2017-03-02
[     4.652] X Protocol Version 11, Revision 0
[     4.652] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[     4.652] Current Operating System: Linux Wonderland 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1 (2018-04-29) x86_64
[     4.652] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-6-amd64 root=UUID=a6cf0765-8e64-4e46-9e16-f458e39eff7a ro quiet
[     4.652] Build Date: 16 October 2017  08:19:45AM
[     4.652] xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support) 
[     4.652] Current version of pixman: 0.34.0
[     4.652] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.652] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.652] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May  7 14:05:26 2018
[     4.655] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.657] (==) No Layout section.  Using the first Screen section.
[     4.657] (==) No screen section available. Using defaults.
[     4.657] (**) |-->Screen "Default Screen Section" (0)
[     4.657] (**) |   |-->Monitor "<default monitor>"
[     4.658] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     4.658] (==) Automatically adding devices
[     4.658] (==) Automatically enabling devices
[     4.658] (==) Automatically adding GPU devices
[     4.658] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.665] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     4.665] 	Entry deleted from font path.
[     4.669] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[     4.669] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.670] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.670] (II) Loader magic: 0x55bcd85ffe00
[     4.670] (II) Module ABI versions:
[     4.670] 	X.Org ANSI C Emulation: 0.4
[     4.670] 	X.Org Video Driver: 23.0
[     4.670] 	X.Org XInput driver : 24.1
[     4.670] 	X.Org Server Extension : 10.0
[     4.670] (++) using VT number 7

[     4.670] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.671] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.886] (--) PCI:*(0:0:2:0) 8086:0166:17aa:21fa rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[     5.886] (II) LoadModule: "glx"
[     5.887] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.897] (II) Module glx: vendor="X.Org Foundation"
[     5.897] 	compiled for 1.19.2, module version = 1.0.0
[     5.897] 	ABI class: X.Org Server Extension, version 10.0
[     5.897] (==) Matched modesetting as autoconfigured driver 0
[     5.897] (==) Matched fbdev as autoconfigured driver 1
[     5.897] (==) Matched vesa as autoconfigured driver 2
[     5.897] (==) Assigned the driver to the xf86ConfigLayout
[     5.897] (II) LoadModule: "modesetting"
[     5.897] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.898] (II) Module modesetting: vendor="X.Org Foundation"
[     5.898] 	compiled for 1.19.2, module version = 1.19.2
[     5.898] 	Module class: X.Org Video Driver
[     5.898] 	ABI class: X.Org Video Driver, version 23.0
[     5.898] (II) LoadModule: "fbdev"
[     5.898] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     5.898] (II) Module fbdev: vendor="X.Org Foundation"
[     5.898] 	compiled for 1.19.0, module version = 0.4.4
[     5.898] 	Module class: X.Org Video Driver
[     5.898] 	ABI class: X.Org Video Driver, version 23.0
[     5.898] (II) LoadModule: "vesa"
[     5.898] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     5.899] (II) Module vesa: vendor="X.Org Foundation"
[     5.899] 	compiled for 1.19.0, module version = 2.3.4
[     5.899] 	Module class: X.Org Video Driver
[     5.899] 	ABI class: X.Org Video Driver, version 23.0
[     5.899] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.899] (II) FBDEV: driver for framebuffer: fbdev
[     5.899] (II) VESA: driver for VESA chipsets: vesa
[     5.933] (II) modeset(0): using drv /dev/dri/card0
[     5.933] (WW) Falling back to old probe method for fbdev
[     5.933] (II) Loading sub module "fbdevhw"
[     5.933] (II) LoadModule: "fbdevhw"
[     5.934] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     5.934] (II) Module fbdevhw: vendor="X.Org Foundation"
[     5.934] 	compiled for 1.19.2, module version = 0.0.2
[     5.934] 	ABI class: X.Org Video Driver, version 23.0
[     5.935] (WW) Falling back to old probe method for vesa
[     5.935] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     5.935] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     5.935] (==) modeset(0): RGB weight 888
[     5.935] (==) modeset(0): Default visual is TrueColor
[     5.935] (II) Loading sub module "glamoregl"
[     5.935] (II) LoadModule: "glamoregl"
[     5.935] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     5.946] (II) Module glamoregl: vendor="X.Org Foundation"
[     5.946] 	compiled for 1.19.2, module version = 1.0.0
[     5.946] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.946] (II) glamor: OpenGL accelerated X.org driver based.
[     5.976] (II) glamor: EGL version 1.4 (DRI2):
[     5.986] (II) modeset(0): glamor initialized
[     5.986] (II) modeset(0): Output LVDS-1 has no monitor section
[     5.987] (II) modeset(0): Output VGA-1 has no monitor section
[     6.200] (II) modeset(0): Output HDMI-1 has no monitor section
[     6.200] (II) modeset(0): Output DP-1 has no monitor section
[     6.201] (II) modeset(0): Output HDMI-2 has no monitor section
[     6.203] (II) modeset(0): Output HDMI-3 has no monitor section
[     6.203] (II) modeset(0): Output DP-2 has no monitor section
[     6.203] (II) modeset(0): Output DP-3 has no monitor section
[     6.203] (II) modeset(0): EDID for output LVDS-1
[     6.203] (II) modeset(0): Manufacturer: AUO  Model: 106c  Serial#: 0
[     6.203] (II) modeset(0): Year: 2010  Week: 0
[     6.204] (II) modeset(0): EDID Version: 1.4
[     6.204] (II) modeset(0): Digital Display Input
[     6.204] (II) modeset(0): 6 bits per channel
[     6.204] (II) modeset(0): Digital interface is undefined
[     6.204] (II) modeset(0): Max Image Size [cm]: horiz.: 28  vert.: 16
[     6.204] (II) modeset(0): Gamma: 2.20
[     6.204] (II) modeset(0): No DPMS capabilities specified
[     6.204] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     6.204] (II) modeset(0): First detailed timing is preferred mode
[     6.204] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     6.204] (II) modeset(0): redX: 0.570 redY: 0.334   greenX: 0.328 greenY: 0.570
[     6.204] (II) modeset(0): blueX: 0.159 blueY: 0.146   whiteX: 0.313 whiteY: 0.329
[     6.204] (II) modeset(0): Manufacturer's mask: 0
[     6.204] (II) modeset(0): Supported detailed timing:
[     6.204] (II) modeset(0): clock: 69.3 MHz   Image Size:  277 x 156 mm
[     6.204] (II) modeset(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1454 h_border: 0
[     6.204] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 793 v_border: 0
[     6.204] (II) modeset(0): Unknown vendor-specific block f
[     6.204] (II) modeset(0):  AUO
[     6.204] (II) modeset(0):  B125XW01 V0
[     6.204] (II) modeset(0): EDID (in hex):
[     6.204] (II) modeset(0): 	00ffffffffffff0006af6c1000000000
[     6.204] (II) modeset(0): 	00140104901c10780220e59255549228
[     6.204] (II) modeset(0): 	25505400000001010101010101010101
[     6.204] (II) modeset(0): 	010101010101121b5658500019303020
[     6.204] (II) modeset(0): 	3600159c100000180000000f00000000
[     6.204] (II) modeset(0): 	00000000000000000020000000fe0041
[     6.204] (II) modeset(0): 	554f0a202020202020202020000000fe
[     6.204] (II) modeset(0): 	004231323558573031205630200a00ec
[     6.204] (II) modeset(0): Printing probed modes for output LVDS-1
[     6.204] (II) modeset(0): Modeline "1366x768"x60.1   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz eP)
[     6.204] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[     6.204] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[     6.204] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     6.204] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     6.204] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     6.204] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     6.204] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     6.204] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     6.204] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     6.204] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     6.204] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     6.204] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     6.204] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     6.204] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     6.204] (II) modeset(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[     6.204] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     6.204] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     6.205] (II) modeset(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[     6.205] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     6.205] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     6.205] (II) modeset(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[     6.205] (II) modeset(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[     6.205] (II) modeset(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[     6.205] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     6.205] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     6.205] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     6.205] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     6.206] (II) modeset(0): EDID for output VGA-1
[     6.420] (II) modeset(0): EDID for output HDMI-1
[     6.420] (II) modeset(0): EDID for output DP-1
[     6.422] (II) modeset(0): EDID for output HDMI-2
[     6.423] (II) modeset(0): EDID for output HDMI-3
[     6.423] (II) modeset(0): EDID for output DP-2
[     6.423] (II) modeset(0): EDID for output DP-3
[     6.423] (II) modeset(0): Output LVDS-1 connected
[     6.423] (II) modeset(0): Output VGA-1 disconnected
[     6.423] (II) modeset(0): Output HDMI-1 disconnected
[     6.423] (II) modeset(0): Output DP-1 disconnected
[     6.423] (II) modeset(0): Output HDMI-2 disconnected
[     6.423] (II) modeset(0): Output HDMI-3 disconnected
[     6.423] (II) modeset(0): Output DP-2 disconnected
[     6.423] (II) modeset(0): Output DP-3 disconnected
[     6.423] (II) modeset(0): Using exact sizes for initial modes
[     6.423] (II) modeset(0): Output LVDS-1 using initial mode 1366x768 +0+0
[     6.423] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.423] (==) modeset(0): DPI set to (96, 96)
[     6.423] (II) Loading sub module "fb"
[     6.423] (II) LoadModule: "fb"
[     6.424] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.425] (II) Module fb: vendor="X.Org Foundation"
[     6.425] 	compiled for 1.19.2, module version = 1.0.0
[     6.425] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.425] (II) UnloadModule: "fbdev"
[     6.425] (II) Unloading fbdev
[     6.425] (II) UnloadSubModule: "fbdevhw"
[     6.425] (II) Unloading fbdevhw
[     6.425] (II) UnloadModule: "vesa"
[     6.425] (II) Unloading vesa
[     6.425] (==) Depth 24 pixmap format is 32 bpp
[     6.542] (==) modeset(0): Backing store enabled
[     6.542] (==) modeset(0): Silken mouse enabled
[     6.543] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     6.544] (==) modeset(0): DPMS enabled
[     6.544] (II) modeset(0): [DRI2] Setup complete
[     6.544] (II) modeset(0): [DRI2]   DRI driver: i965
[     6.544] (II) modeset(0): [DRI2]   VDPAU driver: i965
[     6.544] (--) RandR disabled
[     6.547] (II) SELinux: Disabled on system
[     6.552] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     6.552] (II) AIGLX: enabled GLX_ARB_create_context
[     6.552] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     6.552] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[     6.552] (II) AIGLX: enabled GLX_INTEL_swap_event
[     6.552] (II) AIGLX: enabled GLX_SGI_swap_control
[     6.552] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     6.552] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     6.552] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[     6.552] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     6.552] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     6.552] (II) AIGLX: Loaded and initialized i965
[     6.552] (II) GLX: Initialized DRI2 GL provider for screen 0
[     6.556] (II) modeset(0): Damage tracking initialized
[     6.556] (II) modeset(0): Setting screen physical size to 361 x 203
[     6.613] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[     6.613] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.613] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.613] (II) LoadModule: "libinput"
[     6.613] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.618] (II) Module libinput: vendor="X.Org Foundation"
[     6.618] 	compiled for 1.19.0, module version = 0.23.0
[     6.618] 	Module class: X.Org XInput Driver
[     6.618] 	ABI class: X.Org XInput driver, version 24.1
[     6.618] (II) Using input driver 'libinput' for 'Power Button'
[     6.618] (**) Power Button: always reports core events
[     6.618] (**) Option "Device" "/dev/input/event5"
[     6.618] (**) Option "_source" "server/udev"
[     6.618] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[     6.618] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[     6.644] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event5"
[     6.644] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.644] (**) Option "xkb_model" "pc105"
[     6.644] (**) Option "xkb_layout" "fr"
[     6.644] (**) Option "xkb_variant" "latin9"
[     6.677] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[     6.678] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[     6.678] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[     6.678] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.678] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.678] (II) Using input driver 'libinput' for 'Video Bus'
[     6.678] (**) Video Bus: always reports core events
[     6.678] (**) Option "Device" "/dev/input/event9"
[     6.678] (**) Option "_source" "server/udev"
[     6.679] (II) input device 'Video Bus', /dev/input/event9 is tagged by udev as: Keyboard
[     6.679] (II) input device 'Video Bus', /dev/input/event9 is a keyboard
[     6.692] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15/event9"
[     6.692] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.692] (**) Option "xkb_model" "pc105"
[     6.692] (**) Option "xkb_layout" "fr"
[     6.692] (**) Option "xkb_variant" "latin9"
[     6.693] (II) input device 'Video Bus', /dev/input/event9 is tagged by udev as: Keyboard
[     6.693] (II) input device 'Video Bus', /dev/input/event9 is a keyboard
[     6.693] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[     6.693] (II) No input driver specified, ignoring this device.
[     6.693] (II) This device may have been added with another device file.
[     6.694] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[     6.694] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     6.694] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     6.694] (II) Using input driver 'libinput' for 'Sleep Button'
[     6.694] (**) Sleep Button: always reports core events
[     6.694] (**) Option "Device" "/dev/input/event4"
[     6.694] (**) Option "_source" "server/udev"
[     6.695] (II) input device 'Sleep Button', /dev/input/event4 is tagged by udev as: Keyboard
[     6.695] (II) input device 'Sleep Button', /dev/input/event4 is a keyboard
[     6.708] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event4"
[     6.708] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     6.708] (**) Option "xkb_model" "pc105"
[     6.708] (**) Option "xkb_layout" "fr"
[     6.708] (**) Option "xkb_variant" "latin9"
[     6.709] (II) input device 'Sleep Button', /dev/input/event4 is tagged by udev as: Keyboard
[     6.709] (II) input device 'Sleep Button', /dev/input/event4 is a keyboard
[     6.710] (II) config/udev: Adding input device Integrated Camera (/dev/input/event8)
[     6.710] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[     6.710] (**) Integrated Camera: Applying InputClass "libinput keyboard catchall"
[     6.710] (II) Using input driver 'libinput' for 'Integrated Camera'
[     6.710] (**) Integrated Camera: always reports core events
[     6.710] (**) Option "Device" "/dev/input/event8"
[     6.710] (**) Option "_source" "server/udev"
[     6.711] (II) input device 'Integrated Camera', /dev/input/event8 is tagged by udev as: Keyboard
[     6.711] (II) input device 'Integrated Camera', /dev/input/event8 is a keyboard
[     6.740] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input9/event8"
[     6.740] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 9)
[     6.740] (**) Option "xkb_model" "pc105"
[     6.740] (**) Option "xkb_layout" "fr"
[     6.740] (**) Option "xkb_variant" "latin9"
[     6.741] (II) input device 'Integrated Camera', /dev/input/event8 is tagged by udev as: Keyboard
[     6.741] (II) input device 'Integrated Camera', /dev/input/event8 is a keyboard
[     6.741] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[     6.741] (II) No input driver specified, ignoring this device.
[     6.741] (II) This device may have been added with another device file.
[     6.742] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[     6.742] (II) No input driver specified, ignoring this device.
[     6.742] (II) This device may have been added with another device file.
[     6.742] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event12)
[     6.743] (II) No input driver specified, ignoring this device.
[     6.743] (II) This device may have been added with another device file.
[     6.743] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[     6.743] (II) No input driver specified, ignoring this device.
[     6.743] (II) This device may have been added with another device file.
[     6.744] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event14)
[     6.744] (II) No input driver specified, ignoring this device.
[     6.744] (II) This device may have been added with another device file.
[     6.744] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[     6.744] (II) No input driver specified, ignoring this device.
[     6.744] (II) This device may have been added with another device file.
[     6.745] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[     6.745] (II) No input driver specified, ignoring this device.
[     6.745] (II) This device may have been added with another device file.
[     6.745] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[     6.745] (II) No input driver specified, ignoring this device.
[     6.745] (II) This device may have been added with another device file.
[     6.746] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     6.746] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     6.746] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.746] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.746] (**) AT Translated Set 2 keyboard: always reports core events
[     6.746] (**) Option "Device" "/dev/input/event0"
[     6.746] (**) Option "_source" "server/udev"
[     6.747] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[     6.747] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[     6.768] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     6.768] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[     6.768] (**) Option "xkb_model" "pc105"
[     6.768] (**) Option "xkb_layout" "fr"
[     6.768] (**) Option "xkb_variant" "latin9"
[     6.769] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[     6.769] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[     6.770] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event1)
[     6.770] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[     6.770] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     6.770] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[     6.770] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     6.770] (II) LoadModule: "synaptics"
[     6.770] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     6.771] (II) Module synaptics: vendor="X.Org Foundation"
[     6.771] 	compiled for 1.19.0, module version = 1.9.0
[     6.771] 	Module class: X.Org XInput Driver
[     6.771] 	ABI class: X.Org XInput driver, version 24.1
[     6.771] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[     6.771] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     6.771] (**) Option "Device" "/dev/input/event1"
[     6.800] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[     6.800] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1174 - 5768 (res 65)
[     6.800] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 790 - 5062 (res 100)
[     6.800] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[     6.800] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[     6.800] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[     6.800] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[     6.800] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     6.800] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     6.800] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     6.836] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[     6.836] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[     6.836] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[     6.836] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[     6.836] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.032
[     6.836] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[     6.836] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[     6.836] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     6.836] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     6.836] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     6.837] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[     6.837] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[     6.838] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event2)
[     6.838] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[     6.838] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[     6.838] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[     6.838] (**) TPPS/2 IBM TrackPoint: always reports core events
[     6.838] (**) Option "Device" "/dev/input/event2"
[     6.838] (**) Option "_source" "server/udev"
[     6.839] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event2 is tagged by udev as: Mouse Pointingstick
[     6.839] (II) Device 'TPPS/2 IBM TrackPoint' set to const accel 1.00
[     6.839] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event2 is a pointer caps
[     6.876] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input3/event2"
[     6.876] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
[     6.876] (**) Option "AccelerationScheme" "none"
[     6.876] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[     6.876] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[     6.876] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[     6.877] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event2 is tagged by udev as: Mouse Pointingstick
[     6.877] (II) Device 'TPPS/2 IBM TrackPoint' set to const accel 1.00
[     6.877] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event2 is a pointer caps
[     6.878] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[     6.878] (II) No input driver specified, ignoring this device.
[     6.878] (II) This device may have been added with another device file.
[     6.878] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[     6.878] (II) No input driver specified, ignoring this device.
[     6.878] (II) This device may have been added with another device file.
[     6.879] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
[     6.879] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[     6.879] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     6.879] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     6.879] (**) ThinkPad Extra Buttons: always reports core events
[     6.879] (**) Option "Device" "/dev/input/event6"
[     6.879] (**) Option "_source" "server/udev"
[     6.880] (II) input device 'ThinkPad Extra Buttons', /dev/input/event6 is tagged by udev as: Keyboard
[     6.880] (II) input device 'ThinkPad Extra Buttons', /dev/input/event6 is a keyboard
[     6.912] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event6"
[     6.912] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[     6.912] (**) Option "xkb_model" "pc105"
[     6.912] (**) Option "xkb_layout" "fr"
[     6.912] (**) Option "xkb_variant" "latin9"
[     6.913] (II) input device 'ThinkPad Extra Buttons', /dev/input/event6 is tagged by udev as: Keyboard
[     6.913] (II) input device 'ThinkPad Extra Buttons', /dev/input/event6 is a keyboard
[     6.986] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[     6.986] (II) No input driver specified, ignoring this device.
[     6.986] (II) This device may have been added with another device file.
[     6.986] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[     6.986] (II) No input driver specified, ignoring this device.
[     6.986] (II) This device may have been added with another device file.
[     6.987] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[     6.987] (II) No input driver specified, ignoring this device.
[     6.987] (II) This device may have been added with another device file.
[     6.987] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[     6.987] (II) No input driver specified, ignoring this device.
[     6.987] (II) This device may have been added with another device file.
[     6.988] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event12)
[     6.988] (II) No input driver specified, ignoring this device.
[     6.988] (II) This device may have been added with another device file.
[     6.988] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event14)
[     6.988] (II) No input driver specified, ignoring this device.
[     6.988] (II) This device may have been added with another device file.
[     6.988] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[     6.988] (II) No input driver specified, ignoring this device.
[     6.988] (II) This device may have been added with another device file.
[     6.988] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card0 /dev/dri/card0
[     6.988] xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     6.988] failed to find screen to remove

Last edited by Holic_Fr (2018-05-07 12:16:25)

Offline

#15 2018-05-07 15:50:21

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,083
Website

Re: [SOLVED] Slow desktop load after login

The systemd journal is good for investigating this sort of thing:

https://www.digitalocean.com/community/ … stemd-logs

Either run `journalctl` as root or add your user to the systemd-journal group.

Offline

#16 2018-05-07 17:09:50

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: [SOLVED] Slow desktop load after login

Holic_Fr wrote:

Hello, i have the exact same issue with a fresh install on my thinkpad x230

I have tested with and without network

Spec: Intel 3320m, 8go RAM, 240Go SSD kingston

there's a slew of similar posts on debian forums, and the common denominator seems to be the SSD...
does this look familiar?

Offline

#17 2018-05-08 02:38:56

costgranda
Member
Registered: 2017-10-02
Posts: 6

Re: [SOLVED] Slow desktop load after login

ohnonot wrote:
Holic_Fr wrote:

Hello, i have the exact same issue with a fresh install on my thinkpad x230

I have tested with and without network

Spec: Intel 3320m, 8go RAM, 240Go SSD kingston

there's a slew of similar posts on debian forums, and the common denominator seems to be the SSD...
does this look familiar?

I dont think so, seems like they had problem before the login screen, the good news is that
I have solved it, dont know how, just installed it without internet connection, and now its fast like always, thanks for your time and supoort.

Offline

#18 2018-05-08 12:49:45

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,662

Re: [SOLVED] Slow desktop load after login

Thanks for the link, ohnonot.  wink

I have now installed the previous kernel and the problem has disappeared

In detail:
New installation of helium on

unklar@helium:~$ neofetch
        `++          unklar@helium 
      -yMMs          ------------- 
    `yMMMMN`         OS: BunsenLabs GNU/Linux 9.4 (Helium) i686 
   -NMMMMMMm.        Model: 2371H8G ThinkPad X40 
  :MMMMMMMMMN-       Kernel: 4.9.0-6-686 
 .NMMMMMMMMMMM/      Uptime: 48 minutes 
 yMMMMMMMMMMMMM/     Packages: 995 
`MMMMMMNMMMMMMMN.    Shell: bash 4.4.12 
-MMMMN+ /mMMMMMMy    Resolution: 1024x768 
-MMMm`   `dMMMMMM    DE: XFCE 
`MMN.     .NMMMMM.   WM: Openbox 
 hMy       yMMMMM`   WM Theme: Beam 
 -Mo       +MMMMN    Theme: Beam [GTK2/3] 
  /o       +MMMMs    Icons: Paper-Bunsen [GTK2/3] 
           +MMMN`    Terminal: x-terminal-emul 
           hMMM:     CPU: Intel Pentium M 1.40GHz (1) @ 1.4GHz 
          `NMM/      GPU: Intel Integrated Graphics 
          +MN:       Memory: 187MB / 1503MB 
          mh.         
         -/          ████████████████████████ 
                      

unklar@helium:~$ 

the machine has an SSD.

It always takes 7 minutes from login to the finished desktop.

An example of the time in question

Mai 07 21:14:39 helium ntpd[682]: bind(22) AF_INET6 fe80::778d:49c4:12ed:344d%3#123 flags 0x11 failed: Cannot assign requested
Mai 07 21:14:39 helium ntpd[682]: unable to create socket on wlp2s2 (6) for fe80::778d:49c4:12ed:344d%3#123
Mai 07 21:14:39 helium ntpd[682]: failed to init interface for address fe80::778d:49c4:12ed:344d%3
Mai 07 21:14:39 helium ntpd[682]: Listen normally on 7 enp3s0 [fe80::200:86ff:fe5e:c36c%4]:123
Mai 07 21:14:39 helium ntpd[682]: Listening on routing socket on fd #23 for interface updates
Mai 07 21:14:40 helium ntpd[682]: bind(26) AF_INET6 fe80::778d:49c4:12ed:344d%3#123 flags 0x11 failed: Cannot assign requested
Mai 07 21:14:40 helium ntpd[682]: unable to create socket on wlp2s2 (8) for fe80::778d:49c4:12ed:344d%3#123
Mai 07 21:14:40 helium ntpd[682]: failed to init interface for address fe80::778d:49c4:12ed:344d%3
Mai 07 21:14:42 helium ntpd[682]: Listen normally on 9 wlp2s2 [fe80::778d:49c4:12ed:344d%3]:123
Mai 07 21:15:54 helium wpa_supplicant[476]: wlp2s2: WPA: Group rekeying completed with 08:96:d7:61:09:15 [GTK=TKIP]
Mai 07 21:17:01 helium CRON[688]: pam_unix(cron:session): session opened for user root by (uid=0)
Mai 07 21:17:01 helium CRON[689]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Mai 07 21:17:01 helium CRON[688]: pam_unix(cron:session): session closed for user root
Mai 07 21:21:42 helium kernel: random: crng init done
Mai 07 21:21:43 helium kernel: fuse init (API version 7.26)
Mai 07 21:21:43 helium org.a11y.Bus[725]: Activating service name='org.a11y.atspi.Registry'
Mai 07 21:21:43 helium polkitd(authority=local)[360]: Registered Authentication Agent for unix-session:2 (system bus name :1.1
Mai 07 21:21:43 helium systemd[1]: Mounting FUSE Control File System...
Mai 07 21:21:43 helium systemd[1]: Mounted FUSE Control File System.
Mai 07 21:21:43 helium org.a11y.Bus[725]: Successfully activated service 'org.a11y.atspi.Registry'
Mai 07 21:21:43 helium org.a11y.atspi.Registry[780]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Regis
Mai 07 21:21:49 helium dbus[297]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
Mai 07 21:21:49 helium systemd[1]: Starting Daemon for power management...
Mai 07 21:21:49 helium pulseaudio[1018]: [pulseaudio] pid.c: Daemon already running.
Mai 07 21:21:50 helium dbus[297]: [system] Successfully activated service 'org.freedesktop.UPower'
Mai 07 21:21:50 helium systemd[1]: Started Daemon for power management.

the .xsession-errors begins 21:21

Kernel 4.9.0-5-686 doesn't have the problem.  ]:D

Offline

#19 2018-05-08 13:08:55

iMBeCil
WAAAT?
From: Edrychwch o'ch cwmpas
Registered: 2015-09-29
Posts: 767

Re: [SOLVED] Slow desktop load after login

^I belive you are a victim of 'exhausted entropy' bug(?) ... see https://forums.bunsenlabs.org/viewtopic … 573#p71573

I see characteristic line:

Mai 07 21:21:42 helium kernel: random: crng init done

To confirm, you could try to press random keys during boot (as soon as grub is finished), to see if the waiting time is reduced.

Last edited by iMBeCil (2018-05-08 13:11:16)


Postpone all your duties; if you die, you won't have to do them ..

Offline

#20 2018-05-08 19:12:22

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,083
Website

Re: [SOLVED] Slow desktop load after login

iMBeCil wrote:

I belive you are a victim of 'exhausted entropy' bug

^ Could be.

@OP: try

sudo apt install haveged

Offline

Board footer

Powered by FluxBB